From a7a7932068ed770c626ace136921f221c133eecf Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 4 Dec 2024 13:50:53 +0000 Subject: [PATCH] Correct redfish_exporter_default_username `ipmi_user` is not something we define by default. Changes to use `ipmi_username`, which also matches our docs. --- etc/kayobe/stackhpc-monitoring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/stackhpc-monitoring.yml b/etc/kayobe/stackhpc-monitoring.yml index 66354d974..a25944273 100644 --- a/etc/kayobe/stackhpc-monitoring.yml +++ b/etc/kayobe/stackhpc-monitoring.yml @@ -49,7 +49,7 @@ stackhpc_os_capacity_openstack_verify: true stackhpc_enable_redfish_exporter: false # Credentials -redfish_exporter_default_username: "{{ ipmi_user }}" +redfish_exporter_default_username: "{{ ipmi_username }}" redfish_exporter_default_password: "{{ ipmi_password }}" # The address of the BMC that is used to query redfish metrics.