Don't enable grafana when monasca is enabled

If you enable monasca via kolla_enable_monasca, grafana is automatically
enabled too. Monasca provides its own forked version of grafana, so we
don't need the standard one.

This change brings the logic into line with kolla-ansible.

Change-Id: I5be1f269547d9c547211b675814829a665685485
Story: 2005399
Task: 30393
This commit is contained in:
Mark Goddard 2019-04-08 15:57:30 +01:00
parent 0a73482576
commit 3b9fdf9952
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ kolla_enable_elasticsearch: "{{ 'yes' if kolla_enable_central_logging | bool or
kolla_enable_etcd: "no"
kolla_enable_freezer: "no"
kolla_enable_glance: "yes"
kolla_enable_grafana: "{{ 'yes' if kolla_enable_monasca | bool else 'no' }}"
kolla_enable_grafana: "no"
kolla_enable_gnocchi: "no"
kolla_enable_haproxy: "yes"
kolla_enable_heat: "yes"