Changes between Version 20 and Version 21 of Tutorials/Cloud/ONAP


Ignore:
Timestamp:
Oct 21, 2019, 6:01:09 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v20 v21  
    2121=== Execution ===
    2222
    23 1. 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
    24 1. run {{{ onaptutorial-min.rb -g group-black }}}
    25 1. Test if the nodes are up, with {{{omf stat -t system:topo:group-black}}}
    26 1. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-black}}}
     231. 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-nogroup" for example
     241. run {{{ onaptutorial-min.rb -g group-nogroup}}}
     251. Test if the nodes are up, with {{{omf stat -t system:topo:group-nogroup}}}
     261. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-nogroup}}}
    27271. Once they're up, they will respond to ping, e.g. {{{ping node13-8 }}}
    28281. Download the cluster setup script {{{ wget -O create-cluster.sh }}}
     
    3232
    3333{{{
    34   onaptutorial-min.rb -g group-black
     34  onaptutorial-min.rb -g group-nogroup
    3535}}}
    3636