summaryrefslogtreecommitdiffstats
path: root/tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deploy.sh')
-rwxr-xr-xtools/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh
index f1c96a1..152a707 100755
--- a/tools/deploy.sh
+++ b/tools/deploy.sh
@@ -53,6 +53,7 @@ genesis_cleanup() {
ipmitool -I lanplus -H $node -U $IPMI_USER -P $IPMI_PASS chassis power off
done
+ sleep 11 # wait for genesis node to power-off
ipmitool -I lanplus -H $GEN_IPMI -U $IPMI_USER -P $IPMI_PASS chassis power on
while ! ssh $GEN_SSH hostname; do :; done