Skip to content

Commit

Permalink
Add grafana opensearch datasource plugin
Browse files Browse the repository at this point in the history
Adds the grafana opensearch datasource plugin to the grafana container
as this is currently missing and results in a error when trying to use
the plugin in grafana.
  • Loading branch information
technowhizz committed Sep 28, 2023
1 parent 4a9a657 commit 59637b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ kolla_build_blocks:
ADD additions-archive /
grafana_plugins_install: |
RUN grafana-cli plugins install vonage-status-panel \
&& grafana-cli plugins install grafana-piechart-panel
&& grafana-cli plugins install grafana-piechart-panel \
&& grafana-cli plugins install grafana-opensearch-datasource
ironic_inspector_header: |
ADD additions-archive /
keystone_base_footer: |
Expand Down

0 comments on commit 59637b1

Please sign in to comment.