Alter final message text
This commit is contained in:
parent
75de65fe71
commit
00dd050151
|
@ -157,4 +157,4 @@ def host_checkin(config, data):
|
||||||
# Hosts will now power down ready for real activation in production
|
# Hosts will now power down ready for real activation in production
|
||||||
sleep(30)
|
sleep(30)
|
||||||
cluster = db.update_cluster_state(config, cspec_cluster, "completed")
|
cluster = db.update_cluster_state(config, cspec_cluster, "completed")
|
||||||
notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: Deployment completed")
|
notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: PVC bootstrap deployment completed")
|
||||||
|
|
Loading…
Reference in New Issue