Skip to content

Commit 99ccda6

Browse files
authored
Merge pull request #988 from stackhpc/add-missing-plugins
Add missing grafana plugins
2 parents 0347257 + fe51c28 commit 99ccda6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ kolla_image_tags:
1818
neutron:
1919
rocky-9: 2023.1-rocky-9-20240202T145927
2020
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817
21+
grafana:
22+
rocky-9: 2023.1-rocky-9-20240313T165255
23+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240313T165255

etc/kayobe/kolla.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ kolla_build_blocks:
320320
ADD additions-archive /
321321
grafana_plugins_install: |
322322
RUN grafana-cli plugins install vonage-status-panel \
323-
&& grafana-cli plugins install grafana-piechart-panel
323+
&& grafana-cli plugins install grafana-piechart-panel \
324+
&& grafana-cli plugins install grafana-opensearch-datasource \
325+
&& grafana-cli plugins install gnocchixyz-gnocchi-datasource
324326
ironic_inspector_header: |
325327
ADD additions-archive /
326328
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+
The grafana image now includes the `gnocchixyz-gnocchi-datasource` and the
5+
`grafana-opensearch-datasource` plugins, which are the default upstream
6+
plugins.

0 commit comments

Comments
 (0)