diff --git a/eqx-create-cluster b/eqx-create-cluster index 2c4a160..4252d8a 100755 --- a/eqx-create-cluster +++ b/eqx-create-cluster @@ -30,8 +30,6 @@ while [ $i -lt $EQXNODENUM ] done sleep 1 -eqx-get-project-ssh-config "$EQXPROJECT" -eqx-get-project-clusterssh-config "$EQXPROJECT" echo echo "To connect a bare metal console, run:" @@ -40,6 +38,9 @@ echo "To connect a bare metal console, run:" EQXDEVICEID=`eqx-get-project-devices-id $EQXPROJECT | head -1` echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXDEVICEID@sos.da11.platformequinix.com" +eqx-get-project-ssh-config "$EQXPROJECT" +eqx-get-project-clusterssh-config "$EQXPROJECT" + echo echo "To connect to installer, after about 4 minutes, run:" echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx debian@[IP above]"