Remove InfluxDB data source Grafana plugin

Grafana has now native support for configuring Influxdb data sources.
Plugin has been defunct anyway since Grafana requires it to be signed.

Change-Id: I461f598bca6606f1d2939e385bb7befe2b792aa6
This commit is contained in:
Piotr Parczewski 2021-10-05 15:55:26 +02:00
parent 1255eec797
commit 8c092ac5c6
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,6 @@ 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 monasca-datasource
{% endblock %}

View File

@ -0,0 +1,5 @@
---
features:
- |
Removes InlfuxDB datasource plugin from Grafana image as it is now natively
supported.