Merge "Deploy Grafana when Monasca is enabled" into stable/wallaby

This commit is contained in:
Zuul
2022-01-05 11:51:03 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions

View File

@@ -536,7 +536,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.