Fix missing grafana opensearch datasource
The grafana opensearch datasource was missing from the docker image. This commit installs the datasource plugin. Change-Id: Ia3a39c975abf815a66765f2f98c4789d6cec33d7
This commit is contained in:
parent
999cabd6e0
commit
a97a561bab
@ -22,7 +22,8 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
|
||||
{% block grafana_plugins_install %}
|
||||
|
||||
RUN grafana-cli plugins install gnocchixyz-gnocchi-datasource
|
||||
RUN grafana-cli plugins install gnocchixyz-gnocchi-datasource \
|
||||
&& grafana-cli plugins install grafana-opensearch-datasource
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Adds missing `grafana-opensearch-datasource` plugin to the list of plugins
|
||||
in the docker image.
|
Loading…
Reference in New Issue
Block a user