Unify remaining message
This commit is contained in:
parent
8d8898077f
commit
9b3a8c9d40
|
@ -742,7 +742,7 @@ def redfish_init(config, cspec, data):
|
||||||
# Create the session and log in
|
# Create the session and log in
|
||||||
session = RedfishSession(bmc_host, bmc_username, bmc_password)
|
session = RedfishSession(bmc_host, bmc_username, bmc_password)
|
||||||
if session.host is None:
|
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.")
|
logger.error("Aborting Redfish configuration; reset BMC to retry.")
|
||||||
del session
|
del session
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue