| 25 | 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 |
| 26 | 1. run {{{ testloadgroup.rb --group group-black --cimage latest-onap-control.ndz --wimage latest-onap-worker.ndz }}} |
| 27 | 1. Test if the nodes are up, with {{{omf stat -t system:topo:group-black}}} |
| 28 | 1. If not in state POWERON, run {{{ omf tell -a on -t system:topo:group-black}}} |
| 29 | 1. Once they're up, they will respond to ping, e.g. {{{ping node13-8 }}} |
| 30 | 1. Download the cluster setup script {{{ wget -O create-cluster.sh }}} |
| 31 | 1. Run the cluster setup script on the prepared nodes {{{ ./create-cluster.sh -c node13-8 -w node14-7 }}} |
| 32 | |
| 33 | |