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


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v23 v24  
    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 ...
     39msherman@console:~$ onaptutorial-min.rb -g group-black
     40Imaging:
     41  Controller:latest-onap-control.ndz -> [node14-7.grid.orbit-lab.org]
     42      Worker:latest-onap-worker.ndz -> [node13-8.grid.orbit-lab.org]
     432019-10-21 14:22:02 -0400 Telling set group-black: offh
     442019-10-21 14:22:23 -0400 Loading image: latest-onap-control.ndz for node(s) node14-7.grid.orbit-lab.org
     452019-10-21 14:22:25 -0400 Loading image: latest-onap-worker.ndz for node(s) node13-8.grid.orbit-lab.org
     462019-10-21 14:26:21 -0400 Telling set group-black: on
    4047}}}
    4148
    4249Please check for error messages, in that case you will need to repeat the command.
    4350
     51Please note which node is the controller and which one is the worker since you will need it for the setup script.
     52
    4453Check the status of the nodes with {{{ omf stat -t system:topo:group-nogroup }}}
    4554
    46 Both nodes should show state {{{POWERON}}}
    47 
    48 Please note which node is the controller and which one is the worker since you will need it for the setup script.
     55
     56{{{
     57msherman@console:~$ omf stat -t system:topo:group-black
     58
     59 INFO NodeHandler: OMF Experiment Controller 5.4 (git 861d645)
     60 INFO NodeHandler: Slice ID: default_slice (default)
     61 INFO NodeHandler: Experiment ID: default_slice-2019-10-21t14.26.36.553-04.00
     62 INFO NodeHandler: Message authentication is disabled
     63 INFO property.resetDelay: resetDelay = 300 (Fixnum)
     64 INFO property.resetTries: resetTries = 1 (Fixnum)
     65 INFO property.nodes: nodes = "system:topo:group-black" (String)
     66 INFO property.summary: summary = false (FalseClass)
     67 INFO Topology: Loaded topology 'system:topo:group-black'.
     68
     69Talking to the CMC service, please wait
     70-----------------------------------------------
     71 Node: node13-8.grid.orbit-lab.org       State: POWERON
     72 Node: node14-7.grid.orbit-lab.org       State: POWERON
     73-----------------------------------------------
     74
     75 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
     76 INFO NodeHandler:
     77 INFO NodeHandler: Shutting down experiment, please wait...
     78 INFO NodeHandler:
     79 INFO run: Experiment default_slice-2019-10-21t14.26.36.553-04.00 finished after 0:5
     80}}}
     81
     82
     83
     84
    4985
    5086==== Setting up physical server cluster ====