Changes between Version 12 and Version 13 of Tutorials/Cloud/ONAP


Ignore:
Timestamp:
Oct 19, 2019, 11:12:50 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v12 v13  
    2323
    2424
     251. Determine the set of nodes that you're using. If you have a topology assigned, it will be entered in the form "system:topo:group-black" for example
     261. run {{{ testloadgroup.rb --group group-black --cimage latest-onap-control.ndz --wimage latest-onap-worker.ndz }}}
     271. Test if the nodes are up, with {{{omf stat -t system:topo:group-black}}}
     281. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-black}}}
     291. Once they're up, they will respond to ping, e.g. {{{ping node13-8 }}}
     301. Download the cluster setup script {{{ wget -O create-cluster.sh }}}
     311. Run the cluster setup script on the prepared nodes {{{ ./create-cluster.sh -c node13-8 -w node14-7 }}}
     32
     33
    2534-- Running performant physical server cluster
    2635
    2736For the purpose of orbit-lab, execute the below script on any of the console node in orbit as below:
    2837\\./create-kube-cluster.sh -c "cNode1 cNode2 ... cNodeM" -w "wNode1 wNode2 ... wNodeN"
     38
     39
     40[[CollapsibleStart(create-kube-cluster.sh)]]
    2941
    3042create-kube-cluster.sh
     
    174186}}}
    175187
     188[[CollapsibleEnd]]
     189
    176190Perform this on kubernetes control node:
    177191