diff --git a/eqx-create-cluster b/eqx-create-cluster index b8cdcd5..32c126c 100755 --- a/eqx-create-cluster +++ b/eqx-create-cluster @@ -12,7 +12,7 @@ # # Number of devices (servers) to create -EQXNODENUM="3" +EQXNODENUM=1 EQXRAND=`dd bs=12 count=1 if=/dev/random 2>/dev/null | base64 | tr [:upper:] [:lower:] | tr -dc [:alpha:]` EQXPROJECT="$1" @@ -23,11 +23,6 @@ fi echo "Project Name: $EQXPROJECT" echo "Devices to Create: $EQXNODENUM" - -# XXX WILL ONLY CREATE NEW PROJECT, NOT USE EXISTING ONE. -# Running this here creates project twice ? -#eqx-create-project "$EQXPROJECT" - i=0 while [ $i -lt $EQXNODENUM ] do eqx-create-device "$EQXPROJECT"