File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ prometheus_server_external_url: "{{ public_protocol }}://{{ prometheus_external_
224
224
prometheus_alertmanager_external_url : " {{ public_protocol }}://{{ prometheus_external_fqdn }}:{{ prometheus_alertmanager_port }}"
225
225
# Legacy chameleon_prometheus role vars
226
226
prometheus_bind_address : " {{ lookup('vars', 'ansible_' + network_interface).ipv4.address }}"
227
+ prometheus_user : prometheus
227
228
228
229
# Redfish Monitor
229
230
redfish_monitor_openstack_user : " {{ keystone_admin_username }}"
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ ceph-mgr
818
818
[prometheus-openstack-exporter:children]
819
819
monitoring
820
820
821
- [prometheus-push-gateway :children]
821
+ [prometheus-pushgateway :children]
822
822
monitoring
823
823
824
824
[prometheus-redis-exporter:children]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ prometheus_mysql_exporter_password:
59
59
prometheus_alertmanager_password :
60
60
prometheus_monitoring_password :
61
61
prometheus_openstack_exporter_password :
62
+ prometheus_password :
62
63
prometheus_jupyterhub_password : changeme
63
64
rabbitmq_cluster_cookie :
64
65
rabbitmq_monitoring_password :
You can’t perform that action at this time.
0 commit comments