Changes between Version 22 and Version 23 of Tutorials/Cloud/ONAP


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v22 v23  
    3737will load controller and worker images (latest-onap-control.ndz and latest-onap-worker.ndz) on the two nodes in the group (controller on the first and worker on the second node in the group) and turn them on:
    3838{{{
    39 msherman@console:~$  onaptutorial-min.rb -g group-black
    40 Imaging:
    41   Controller:latest-onap-control.ndz -> [node14-7.grid.orbit-lab.org]
    42       Worker:latest-onap-worker.ndz -> [node13-8.grid.orbit-lab.org]
    43 2019-10-21 14:01:46 -0400 Telling set group-black: offh
    44 2019-10-21 14:02:17 -0400 Loading image: latest-onap-control.ndz for node(s) node14-7.grid.orbit-lab.org
    45 2019-10-21 14:02:19 -0400 Loading image: latest-onap-worker.ndz for node(s) node13-8.grid.orbit-lab.org
    46 
    47 
    48 Failed loading latest-onap-control.ndz to node14-7.grid.orbit-lab.org and/or latest-onap-worker.ndz to node13-8.grid.orbit-lab.org
    49 2019-10-21 14:07:24 -0400 Telling set group-black: offh
    50 }}}
     39...
     40}}}
     41
     42Please check for error messages, in that case you will need to repeat the command.
     43
     44Check the status of the nodes with {{{ omf stat -t system:topo:group-nogroup }}}
     45
     46Both nodes should show state {{{POWERON}}}
     47
    5148Please note which node is the controller and which one is the worker since you will need it for the setup script.
    5249