Skip to content

Commit d3f1984

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 <will@stackhpc.com>
1 parent 1b04d74 commit d3f1984

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
@@ -337,9 +337,6 @@ kolla_build_blocks:
337337
bifrost_base_header: |
338338
ADD additions-archive /
339339
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
340-
grafana_plugins_install: |
341-
RUN grafana-cli plugins install vonage-status-panel \
342-
&& grafana-cli plugins install grafana-opensearch-datasource
343340
ironic_inspector_header: |
344341
ADD additions-archive /
345342
magnum_base_footer: |
@@ -358,6 +355,9 @@ kolla_build_blocks:
358355
kolla_build_customizations_common:
359356
bifrost_base_pip_packages_append:
360357
- /additions/*
358+
grafana_plugins_append:
359+
- grafana-piechart-panel
360+
- vonage-status-panel
361361
ironic_inspector_pip_packages_append:
362362
- /additions/*
363363
neutron_server_packages_append:

0 commit comments

Comments
 (0)