Skip to content

Commit c60c513

Browse files
committed
add missing prometheus params
1 parent 8a42a6a commit c60c513

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

kolla/defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ prometheus_server_external_url: "{{ public_protocol }}://{{ prometheus_external_
224224
prometheus_alertmanager_external_url: "{{ public_protocol }}://{{ prometheus_external_fqdn }}:{{ prometheus_alertmanager_port }}"
225225
# Legacy chameleon_prometheus role vars
226226
prometheus_bind_address: "{{ lookup('vars', 'ansible_' + network_interface).ipv4.address }}"
227+
prometheus_user: prometheus
227228

228229
# Redfish Monitor
229230
redfish_monitor_openstack_user: "{{ keystone_admin_username }}"

site-config.example/inventory/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ ceph-mgr
818818
[prometheus-openstack-exporter:children]
819819
monitoring
820820

821-
[prometheus-push-gateway:children]
821+
[prometheus-pushgateway:children]
822822
monitoring
823823

824824
[prometheus-redis-exporter:children]

site-config.example/passwords.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ prometheus_mysql_exporter_password:
5959
prometheus_alertmanager_password:
6060
prometheus_monitoring_password:
6161
prometheus_openstack_exporter_password:
62+
prometheus_password:
6263
prometheus_jupyterhub_password: changeme
6364
rabbitmq_cluster_cookie:
6465
rabbitmq_monitoring_password:

0 commit comments

Comments
 (0)