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 5, 2023
1 parent 02800e1 commit 039ddbb
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 @@ -320,7 +320,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 039ddbb

Please sign in to comment.