Changes between Version 5 and Version 6 of Tutorials/Cloud/ONAP


Ignore:
Timestamp:
Oct 18, 2019, 2:51:39 PM (5 years ago)
Author:
hanif
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v5 v6  
    2222
    2323rm -f cluster.yml
     24rm -f kube_config_cluster.yml
    2425rm -f rke
    2526rm -f config
     27
     28omf tell -t all -a offh
     29sleep 60
    2630
    2731wget https://github.com/rancher/rke/releases/download/v0.2.1/rke_linux-amd64
     
    6064done
    6165
    62 #omf load -i latest-onap-control.ndz -t ${CONTROLLERS// /,}
    63 #omf load -i latest-onap-worker.ndz -t ${WORKERS// /,}
    64 #omf tell -a on -t ${CONTROLLERS// /,},${WORKERS// /,}
     66omf load -i latest-onap-control.ndz -t ${CONTROLLERS// /,} -r 60
     67sleep 300
     68
     69omf load -i latest-onap-worker.ndz -t ${WORKERS// /,} -r 60
     70sleep 300
     71
     72omf tell -a on -t ${CONTROLLERS// /,},${WORKERS// /,}
     73sleep 300
    6574
    6675IFS=' ' read -ra C <<< "$CONTROLLERS"