Merge "Deploy Grafana when Monasca is enabled"

This commit is contained in:
Zuul 2021-12-30 13:40:20 +00:00 committed by Gerrit Code Review
commit 16bfc27c46
2 changed files with 8 additions and 1 deletions

View File

@ -532,7 +532,7 @@ kolla_enable_etcd: "no"
kolla_enable_fluentd: "yes"
kolla_enable_freezer: "no"
kolla_enable_gnocchi: "no"
kolla_enable_grafana: "no"
kolla_enable_grafana: "{{ kolla_enable_monasca | bool }}"
kolla_enable_heat: "{{ kolla_enable_openstack_core | bool }}"
kolla_enable_horizon: "{{ kolla_enable_openstack_core | bool }}"
kolla_enable_influxdb: "{{ kolla_enable_monasca | bool or kolla_enable_cloudkitty | bool }}"

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Enables deployment of Grafana when Monasca is enabled, as a replacement for
the retired ``monasca-grafana`` image. See `story 2009717
<https://storyboard.openstack.org/#!/story/2009717>`__ for details.