diff --git a/README.md b/README.md index bcae030..5b04103 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,17 @@ Other `preseed.cfg` docs: * https://www.debian.org/releases/buster/amd64/apbs02.en.html +## Nodes to Build + +* Standard Debian 10 + +* Standard Debian 11 + +* Standard Debian Sid + +* Ethereum cluster + +* Distcc cluster + +* IPFS Cluster + diff --git a/eqx-create-cluster b/eqx-create-cluster index a747ffc..2c4a160 100755 --- a/eqx-create-cluster +++ b/eqx-create-cluster @@ -34,10 +34,11 @@ eqx-get-project-ssh-config "$EQXPROJECT" eqx-get-project-clusterssh-config "$EQXPROJECT" echo -echo "To connect to bare metal console, run:" +echo "To connect a bare metal console, run:" # XXX test ed25519 keys # XXX Set data center -echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXPROJECT@sos.da11.platformequinix.com" +EQXDEVICEID=`eqx-get-project-devices-id $EQXPROJECT | head -1` +echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXDEVICEID@sos.da11.platformequinix.com" echo echo "To connect to installer, after about 4 minutes, run:"