Skip to content

Commit 4429d8a

Browse files
committed
Remove angular plugins from Grafana
1 parent 0cb9900 commit 4429d8a

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
@@ -339,9 +339,7 @@ kolla_build_blocks:
339339
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
340340
grafana_plugins_install: |
341341
RUN grafana-cli plugins install vonage-status-panel \
342-
&& grafana-cli plugins install grafana-piechart-panel \
343-
&& grafana-cli plugins install grafana-opensearch-datasource \
344-
&& grafana-cli plugins install gnocchixyz-gnocchi-datasource
342+
&& grafana-cli plugins install grafana-opensearch-datasource
345343
ironic_inspector_header: |
346344
ADD additions-archive /
347345
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)