Skip to content

Commit e2d0b12

Browse files
technowhizzjovial
andcommitted
Change grafana plugin install logic
Changing the way in which we specify grafana plugins to install. This is due to a change upstream which now allows plugins to be installed in an additive method instead of replacing the upstream default plugins [1]. [1] https://review.opendev.org/c/openstack/kolla/+/913184 Co-authored-by: Will Szumski <[email protected]>
1 parent a965c14 commit e2d0b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,6 @@ kolla_build_blocks:
349349
bifrost_base_header: |
350350
ADD additions-archive /
351351
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
352-
grafana_plugins_install: |
353-
RUN grafana-cli plugins install vonage-status-panel \
354-
&& grafana-cli plugins install grafana-opensearch-datasource
355352
ironic_inspector_header: |
356353
ADD additions-archive /
357354
@@ -364,6 +361,9 @@ kolla_build_blocks:
364361
kolla_build_customizations_common:
365362
bifrost_base_pip_packages_append:
366363
- /additions/*
364+
grafana_plugins_append:
365+
- grafana-piechart-panel
366+
- vonage-status-panel
367367
ironic_inspector_pip_packages_append:
368368
- /additions/*
369369
magnum_base_pip_packages_override:

0 commit comments

Comments
 (0)