Skip to content

Commit

Permalink
add missing prometheus params
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Jan 22, 2025
1 parent 8a42a6a commit c60c513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ prometheus_server_external_url: "{{ public_protocol }}://{{ prometheus_external_
prometheus_alertmanager_external_url: "{{ public_protocol }}://{{ prometheus_external_fqdn }}:{{ prometheus_alertmanager_port }}"
# Legacy chameleon_prometheus role vars
prometheus_bind_address: "{{ lookup('vars', 'ansible_' + network_interface).ipv4.address }}"
prometheus_user: prometheus

# Redfish Monitor
redfish_monitor_openstack_user: "{{ keystone_admin_username }}"
Expand Down
2 changes: 1 addition & 1 deletion site-config.example/inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ ceph-mgr
[prometheus-openstack-exporter:children]
monitoring

[prometheus-push-gateway:children]
[prometheus-pushgateway:children]
monitoring

[prometheus-redis-exporter:children]
Expand Down
1 change: 1 addition & 0 deletions site-config.example/passwords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ prometheus_mysql_exporter_password:
prometheus_alertmanager_password:
prometheus_monitoring_password:
prometheus_openstack_exporter_password:
prometheus_password:
prometheus_jupyterhub_password: changeme
rabbitmq_cluster_cookie:
rabbitmq_monitoring_password:
Expand Down

0 comments on commit c60c513

Please sign in to comment.