Wait longer for final poweroff and adjust msgs

This commit is contained in:
2022-10-27 16:36:49 +00:00
parent 05bd7d1711
commit 83118331a5
2 changed files with 4 additions and 2 deletions

View File

@ -157,6 +157,6 @@ def host_checkin(config, data):
host.set_completed(config, cspec, cspec_cluster)
# Hosts will now power down ready for real activation in production
sleep(60)
sleep(300)
cluster = db.update_cluster_state(config, cspec_cluster, "completed")
notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: PVC bootstrap deployment completed")