Skip to content

Commit a721576

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 c5d33b3 commit a721576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ kolla_build_blocks:
360360
kolla_build_customizations_common:
361361
bifrost_base_pip_packages_append:
362362
- /additions/*
363+
grafana_plugins_append:
364+
- grafana-piechart-panel
365+
- vonage-status-panel
363366
ironic_inspector_pip_packages_append:
364367
- /additions/*
365368
neutron_server_packages_append:

0 commit comments

Comments
 (0)