File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,6 @@ kolla_image_tags:
45
45
letsencrypt :
46
46
rocky-9 : 2024.1-rocky-9-20241206T090120
47
47
ubuntu-jammy : 2024.1-ubuntu-jammy-20241206T090120
48
+ grafana :
49
+ rocky-9 : 2024.1-rocky-9-20241128T123708
50
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20241128T123708
Original file line number Diff line number Diff line change @@ -339,9 +339,7 @@ kolla_build_blocks:
339
339
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
340
340
grafana_plugins_install : |
341
341
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
345
343
ironic_inspector_header : |
346
344
ADD additions-archive /
347
345
magnum_base_footer : |
Original file line number Diff line number Diff line change 14
14
# - CVE-2023-31047
15
15
fluentd_allowed_vulnerabilities :
16
16
- CVE-2024-27280
17
+ grafana_allowed_vulnerabilities :
18
+ - CVE-2024-8986
19
+
17
20
18
21
# ##############################################################################
19
22
# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments