From 9b3a8c9d4003188421d9d9410c086f2629594f2a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 2 Aug 2022 18:25:47 +0000 Subject: [PATCH] Unify remaining message --- bootstrap-daemon/pvcbootstrapd/lib/redfish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-daemon/pvcbootstrapd/lib/redfish.py b/bootstrap-daemon/pvcbootstrapd/lib/redfish.py index 483bd9d..d76d535 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/redfish.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/redfish.py @@ -742,7 +742,7 @@ def redfish_init(config, cspec, data): # Create the session and log in session = RedfishSession(bmc_host, bmc_username, bmc_password) if session.host is None: - notifications.send_webhook(config, "failure", f"Cluster {cspec_cluster}: Failed to log in to Redfish for host {cspec_fqdn} at {bmc_host}") + notifications.send_webhook(config, "failure", f"Cluster {cspec_cluster}: Failed to log in to Redfish for host {cspec_fqdn} at {bmc_host}. Check pvcbootstrapd logs and reset this host's BMC to retry.") logger.error("Aborting Redfish configuration; reset BMC to retry.") del session return