Skip to content

Commit 13d4948

Browse files
change credentials for immi
1 parent 4e6769a commit 13d4948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ stackhpc_os_capacity_openstack_verify: true
2525
stackhpc_enable_redfish_exporter: false
2626

2727
# Credentials
28-
redfish_exporter_default_username: "{{ ipmi_admin_user }}"
29-
redfish_exporter_default_password: "{{ ipmi_admin_password }}"
28+
redfish_exporter_default_username: "{{ ipmi_user }}"
29+
redfish_exporter_default_password: "{{ ipmi_password }}"
3030

3131
# The address of the BMC that is used to query redfish metrics.
3232
redfish_exporter_target_address: "{{ ipmi_address }}"

0 commit comments

Comments
 (0)