labs: remove instructions for building single nodes

Building single nodes will often yield unexpected results. Regular users
should just (re)build the whole cluster.

Change-Id: Ia09cd1cfbd86db61cafcebe91458fcd759aabfc5
This commit is contained in:
Roger Luethi 2014-10-28 10:17:50 +01:00
parent cd36b1ea50
commit cf9345e320

View File

@ -35,20 +35,6 @@ How to run the scripts
This will do the complete installation for all the nodes - Controller, Compute and Network.
To build one node at a time you can run
$ ./osbash -b <nodename>
**Note** The node names can be 'controller', 'compute', 'network'.
**Note:** The Controller node needs to be installed and running while building one of the other nodes.
Controller node VM: $ ./osbash -b controller
Network node VM: $ ./osbash -b network
Compute node VM: $ ./osbash -b compute
For more help you can check
$ ./osbash --help