From 00dd050151afe83c181097ee78260ba91d46fde4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 7 Jul 2022 21:02:49 +0000 Subject: [PATCH] Alter final message text --- bootstrap-daemon/pvcbootstrapd/lib/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-daemon/pvcbootstrapd/lib/lib.py b/bootstrap-daemon/pvcbootstrapd/lib/lib.py index 346e2b0..8f78954 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/lib.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/lib.py @@ -157,4 +157,4 @@ def host_checkin(config, data): # Hosts will now power down ready for real activation in production sleep(30) 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")