Skip to content

Commit cffe71b

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 0347257 commit cffe71b

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
@@ -318,9 +318,6 @@ kolla_build_blocks:
318318
{% endif %}
319319
bifrost_base_header: |
320320
ADD additions-archive /
321-
grafana_plugins_install: |
322-
RUN grafana-cli plugins install vonage-status-panel \
323-
&& grafana-cli plugins install grafana-piechart-panel
324321
ironic_inspector_header: |
325322
ADD additions-archive /
326323
magnum_base_footer: |
@@ -338,6 +335,9 @@ kolla_build_blocks:
338335
kolla_build_customizations_common:
339336
bifrost_base_pip_packages_append:
340337
- /additions/*
338+
grafana_plugins_append:
339+
- grafana-piechart-panel
340+
- vonage-status-panel
341341
ironic_inspector_pip_packages_append:
342342
- /additions/*
343343

0 commit comments

Comments
 (0)