Unify remaining message

This commit is contained in:
Joshua Boniface 2022-08-02 18:25:47 +00:00
parent 8d8898077f
commit 9b3a8c9d40
1 changed files with 1 additions and 1 deletions

View File

@ -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