From cf9345e320485142c2104bace4b1fb6943798a76 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Tue, 28 Oct 2014 10:17:50 +0100 Subject: [PATCH] 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 --- labs/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/labs/README.md b/labs/README.md index 429c68f8..fb856fc9 100644 --- a/labs/README.md +++ b/labs/README.md @@ -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 - -**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