root 3 years ago
parent f28b0112be
commit 469add1d16

@ -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"

Loading…
Cancel
Save