Armada: Add Elasticsearch admin password to nagios chart

This adds the Elasticsearch admin password to the nagios chart
document overrides to account for the Elasticsearch plugin for
alerting on queries to Elasticsearch for particular logged events

Change-Id: I589fabf94a537730c3bfe86a6aa2af2c6fc3c88a
This commit is contained in:
Steve Wilkerson 2018-10-02 08:43:50 -05:00
parent 11914228d7
commit eb0fa9f7a4
1 changed files with 4 additions and 0 deletions

View File

@ -544,6 +544,10 @@ data:
auth:
admin:
password: ${PROMETHEUS_ADMIN_PASSWORD}
elasticsearch:
auth:
admin:
password: ${ELASTICSEARCH_ADMIN_PASSWORD}
labels:
nagios:
node_selector_key: openstack-control-plane