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. |
| 10 | In 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 | |
| 14 | 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 |
| 15 | 1. run {{{ onaptutorial-min.rb -g group-black }}} |
| 16 | 1. Test if the nodes are up, with {{{omf stat -t system:topo:group-black}}} |
| 17 | 1. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-black}}} |
| 18 | 1. Once they're up, they will respond to ping, e.g. {{{ping node13-8 }}} |
| 19 | 1. Download the cluster setup script {{{ wget -O create-cluster.sh }}} |
| 20 | 1. Run the cluster setup script on the prepared nodes {{{ ./create-cluster.sh -c node14-7 -w node13-8 }}} |
| 21 | |
| 22 | |