Skip to content

Commit 7879b7f

Browse files
committed
Remove angular plugins from Grafana
1 parent 1eef82c commit 7879b7f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,7 @@ kolla_build_blocks:
335335
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
336336
grafana_plugins_install: |
337337
RUN grafana-cli plugins install vonage-status-panel \
338-
&& grafana-cli plugins install grafana-piechart-panel \
339-
&& grafana-cli plugins install grafana-opensearch-datasource \
340-
&& grafana-cli plugins install gnocchixyz-gnocchi-datasource
338+
&& grafana-cli plugins install grafana-opensearch-datasource
341339
ironic_inspector_header: |
342340
ADD additions-archive /
343341
magnum_base_footer: |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Grafana now refuses to load AngularJS plugins. As such the
5+
``grafana-piechart-panel`` and ``gnocchixyz-gnocchi-datasource`` plugins
6+
have been removed from the Grafana image.

0 commit comments

Comments
 (0)