Install Monasca datasource plugin for Grafana

The Monasca Grafana image has been removed. This change provides
a path for Monasca users to switch to using the vanilla Grafana
image.

Depends-On: I8f5a9b220fc8afd6ef07cb5f2142df8c6ead9bc0
Change-Id: I9db7ec2df050fa20317d84f6cea40d1f5fd42e60
(cherry picked from commit e8533795d4)
This commit is contained in:
Doug Szumski 2021-04-21 11:18:49 +01:00 committed by Mark Goddard
parent 076e9182c7
commit cb1457fea4
2 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,8 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
{% block grafana_plugins_install %}
RUN grafana-cli plugins install gnocchixyz-gnocchi-datasource \
&& grafana-cli plugins install grafana-influxdb-08-datasource
&& grafana-cli plugins install grafana-influxdb-08-datasource \
&& grafana-cli plugins install monasca-datasource
{% endblock %}

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds the Monasca datasource plugin to the Grafana image. This
allows Monasca users to visualise metrics in Grafana without
using the Monasca Grafana fork.