Skip to content

Commit 8758734

Browse files
committed
Adds sleep to wait for reboot
1 parent 58bd3f3 commit 8758734

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure-rdo.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP reboot
240240
run_ssh_cmd_with_retry $RDO_ADMIN@$NETWORK_VM_IP reboot
241241
run_ssh_cmd_with_retry $RDO_ADMIN@$QEMU_COMPUTE_VM_IP reboot
242242

243+
echo "Wait for reboot"
244+
sleep 30
245+
243246
echo "Validating configuration"
244247

245248
wait_for_listening_port $CONTROLLER_VM_IP 22 $MAX_WAIT_SECONDS

0 commit comments

Comments
 (0)