Skip to content

Commit 8c092ac

Browse files
committed
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
1 parent 1255eec commit 8c092ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/grafana/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
3030
{% block grafana_plugins_install %}
3131

3232
RUN grafana-cli plugins install gnocchixyz-gnocchi-datasource \
33-
&& grafana-cli plugins install grafana-influxdb-08-datasource \
3433
&& grafana-cli plugins install monasca-datasource
3534

3635
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Removes InlfuxDB datasource plugin from Grafana image as it is now natively
5+
supported.

0 commit comments

Comments
 (0)