Skip to content

Add missing grafana plugins #988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ kolla_image_tags:
neutron:
rocky-9: 2023.1-rocky-9-20240202T145927
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817
grafana:
rocky-9: 2023.1-rocky-9-20240313T165255
ubuntu-jammy: 2023.1-ubuntu-jammy-20240313T165255
4 changes: 3 additions & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ kolla_build_blocks:
ADD additions-archive /
grafana_plugins_install: |
RUN grafana-cli plugins install vonage-status-panel \
&& grafana-cli plugins install grafana-piechart-panel
&& grafana-cli plugins install grafana-piechart-panel \
&& grafana-cli plugins install grafana-opensearch-datasource \
&& grafana-cli plugins install gnocchixyz-gnocchi-datasource
ironic_inspector_header: |
ADD additions-archive /
magnum_base_footer: |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
The grafana image now includes the `gnocchixyz-gnocchi-datasource` and the
`grafana-opensearch-datasource` plugins, which are the default upstream
plugins.