Fix missing grafana opensearch datasource
The grafana opensearch datasource was missing from the docker image. This commit installs the datasource plugin. Change-Id: Ia3a39c975abf815a66765f2f98c4789d6cec33d7 (cherry picked from commit a97a561bab1573b0ed19d91f827a8bbde9ed8165)
This commit is contained in:
parent
83987b16a6
commit
8304b9456c
@ -30,7 +30,8 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
{% block grafana_plugins_install %}
|
||||
|
||||
RUN grafana-cli plugins install gnocchixyz-gnocchi-datasource \
|
||||
&& grafana-cli plugins install monasca-datasource
|
||||
&& grafana-cli plugins install monasca-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…
x
Reference in New Issue
Block a user