From f0d4308126e23192362e122f64f71b0ec176fcbb Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Wed, 22 May 2019 11:48:15 -0500 Subject: [PATCH] Clarify doc for multinode gate This explains more clearly the default behavior for the gate.sh multinode testing script. Change-Id: I28e90c5fb8b4c8fd2dbc9f9e7da547a26d31b769 --- tools/multi_nodes_gate/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/multi_nodes_gate/README.rst b/tools/multi_nodes_gate/README.rst index c684a36d..1083527a 100644 --- a/tools/multi_nodes_gate/README.rst +++ b/tools/multi_nodes_gate/README.rst @@ -33,6 +33,11 @@ Setup and Use where the argument for the gate.sh script is the filename of the json file in ./airship_gate/manifests without the json extension. + if you run the script without any arguments:: + + $ ./gate.sh + + then it will by default stand up a four-node Airship cluster. Each of the defined manifests used for the gate defines a virtual machine configuration, and the steps to run as part of that gate. Additional