We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6769a commit 13d4948Copy full SHA for 13d4948
etc/kayobe/stackhpc-monitoring.yml
@@ -25,8 +25,8 @@ stackhpc_os_capacity_openstack_verify: true
25
stackhpc_enable_redfish_exporter: false
26
27
# Credentials
28
-redfish_exporter_default_username: "{{ ipmi_admin_user }}"
29
-redfish_exporter_default_password: "{{ ipmi_admin_password }}"
+redfish_exporter_default_username: "{{ ipmi_user }}"
+redfish_exporter_default_password: "{{ ipmi_password }}"
30
31
# The address of the BMC that is used to query redfish metrics.
32
redfish_exporter_target_address: "{{ ipmi_address }}"
0 commit comments