Changes between Version 3 and Version 4 of Tutorials/Wireless/wideband


Ignore:
Timestamp:
Oct 20, 2019, 8:31:23 PM (5 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/wideband

    v3 v4  
    88
    99=== Prerequisites ===
    10 In order to access the test bed, create a reservation and have it approved by the reservation service. Access to the resources are granted after the reservation is confirmed. Please follow the process shown on [wiki:cosmos_workflow the COSMOS work flow page] to get started.
     10In order to access the test bed, create a reservation and have it approved by the reservation service. Access to the resources is granted after the reservation is confirmed. Please follow the process shown on [wiki:cosmos_workflow the COSMOS work flow page] to get started.
     11
     12=== Execution ===
     13
     141. 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
     151. run {{{ onaptutorial-min.rb -g group-black }}}
     161. Test if the nodes are up, with {{{omf stat -t system:topo:group-black}}}
     171. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-black}}}
     181. Once they're up, they will respond to ping, e.g. {{{ping node13-8 }}}
     191. Download the cluster setup script {{{ wget -O create-cluster.sh }}}
     201. Run the cluster setup script on the prepared nodes {{{ ./create-cluster.sh -c node14-7 -w node13-8 }}}
     21
     22
    1123
    1224=== Set Up ===