Merge "Add support for deploying Prometheus"

This commit is contained in:
Zuul 2018-08-02 11:30:54 +00:00 committed by Gerrit Code Review
commit 0edf4150ee
3 changed files with 33 additions and 0 deletions

View File

@ -185,6 +185,8 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_neutron | bool }}" enabled: "{{ kolla_enable_neutron | bool }}"
- regex: rabbitmq - regex: rabbitmq
enabled: True enabled: True
- regex: prometheus
enabled: "{{ kolla_enable_prometheus | bool }}"
- regex: sahara - regex: sahara
enabled: "{{ kolla_enable_sahara | bool }}" enabled: "{{ kolla_enable_sahara | bool }}"
- regex: skydive - regex: skydive
@ -334,6 +336,7 @@ kolla_enable_neutron_lbaas: "no"
kolla_enable_neutron_provider_networks: "no" kolla_enable_neutron_provider_networks: "no"
kolla_enable_nova: "yes" kolla_enable_nova: "yes"
kolla_enable_osprofiler: "no" kolla_enable_osprofiler: "no"
kolla_enable_prometheus: "no"
kolla_enable_sahara: "no" kolla_enable_sahara: "no"
kolla_enable_skydive: "no" kolla_enable_skydive: "no"
kolla_enable_swift: "no" kolla_enable_swift: "no"

View File

@ -167,6 +167,35 @@ control
[panko:children] [panko:children]
control control
[prometheus:children]
monitoring
[prometheus-alertmanager:children]
monitoring
[prometheus-node-exporter:children]
monitoring
control
compute
network
storage
[prometheus-mysqld-exporter:children]
mariadb
[prometheus-haproxy-exporter:children]
haproxy
[prometheus-memcached-exporter:children]
memcached
[prometheus-cadvisor:children]
monitoring
control
compute
network
storage
[gnocchi:children] [gnocchi:children]
control control

View File

@ -120,6 +120,7 @@ kolla_feature_flags:
- octavia - octavia
- osprofiler - osprofiler
- panko - panko
- prometheus
- qdrouterd - qdrouterd
- rally - rally
- sahara - sahara