Skip to content

Commit 9c658f7

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 d62e6ac commit 9c658f7

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
@@ -394,9 +394,6 @@ kolla_build_blocks:
394394
bifrost_base_header: |
395395
ADD additions-archive /
396396
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
397-
grafana_plugins_install: |
398-
RUN grafana-cli plugins install vonage-status-panel \
399-
&& grafana-cli plugins install grafana-opensearch-datasource
400397
ironic_inspector_header: |
401398
ADD additions-archive /
402399
@@ -412,6 +409,9 @@ kolla_build_customizations_common:
412409
glance_base_pip_packages_override:
413410
- "/glance"
414411
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.6"
412+
grafana_plugins_append:
413+
- grafana-piechart-panel
414+
- vonage-status-panel
415415
ironic_inspector_pip_packages_append:
416416
- /additions/*
417417
magnum_base_pip_packages_override:

0 commit comments

Comments
 (0)