Adjust some completion messages

This commit is contained in:
2022-07-06 18:49:29 +00:00
parent b0fb48925f
commit 61f7f33c92
3 changed files with 5 additions and 3 deletions

View File

@ -98,7 +98,7 @@ def host_checkin(config, data):
elif data["action"] in ["install-complete"]:
# Node install has finished
logger.info(f"Registering install complete for host {data['hostname']}")
notifications.send_webhook(config, "begin", f"Cluster {cspec_cluster}: Registering install complete for host {data['hostname']}")
notifications.send_webhook(config, "success", f"Cluster {cspec_cluster}: Registering install complete for host {data['hostname']}")
host.installer_complete(config, cspec, data)
elif data["action"] in ["system-boot_initial"]: