Skip to content

Commit

Permalink
Merge pull request #1388 from stackhpc/grafana-remove-angular-plugins
Browse files Browse the repository at this point in the history
INFRA-871 Remove angular plugins from Grafana
  • Loading branch information
technowhizz authored Dec 13, 2024
2 parents c5d33b3 + 213a494 commit 1b04d74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ kolla_image_tags:
letsencrypt:
rocky-9: 2024.1-rocky-9-20241206T090120
ubuntu-jammy: 2024.1-ubuntu-jammy-20241206T090120
grafana:
rocky-9: 2024.1-rocky-9-20241128T123708
ubuntu-jammy: 2024.1-ubuntu-jammy-20241128T123708
4 changes: 1 addition & 3 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ kolla_build_blocks:
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
grafana_plugins_install: |
RUN grafana-cli plugins install vonage-status-panel \
&& grafana-cli plugins install grafana-piechart-panel \
&& grafana-cli plugins install grafana-opensearch-datasource \
&& grafana-cli plugins install gnocchixyz-gnocchi-datasource
&& grafana-cli plugins install grafana-opensearch-datasource
ironic_inspector_header: |
ADD additions-archive /
magnum_base_footer: |
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/trivy/allowed-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# - CVE-2023-31047
fluentd_allowed_vulnerabilities:
- CVE-2024-27280
grafana_allowed_vulnerabilities:
- CVE-2024-8986


###############################################################################
# Dummy variable to allow Ansible to accept this file.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Grafana now refuses to load AngularJS plugins. As such the
``grafana-piechart-panel`` and ``gnocchixyz-gnocchi-datasource`` plugins
have been removed from the Grafana image.

0 comments on commit 1b04d74

Please sign in to comment.