Change prometheus influxdb database name
Change-Id: I38a35ceadc3583ea4c49a0fe4be8ebbd04c7f99a
diff --git a/classes/cluster/virtual-mcp11-k8s-calico/stacklight/server.yml b/classes/cluster/virtual-mcp11-k8s-calico/stacklight/server.yml
index 0e92b98..1b6a8cd 100644
--- a/classes/cluster/virtual-mcp11-k8s-calico/stacklight/server.yml
+++ b/classes/cluster/virtual-mcp11-k8s-calico/stacklight/server.yml
@@ -18,7 +18,7 @@
- system.galera.server.cluster
- system.galera.server.database.grafana
- system.influxdb.client
-- system.influxdb.client.database.stacklight
+- system.influxdb.client.database.prometheus
- system.salt.minion.cert.prometheus_server
- system.keepalived.cluster.instance.prometheus_server_vip
- system.telegraf.agent.remote
@@ -68,7 +68,7 @@
influxdb_client_port: ${_param:influxdb_port}
influxdb_client_password: ${_param:influxdb_admin_password}
prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
- prometheus_influxdb_db: lma
+ prometheus_influxdb_db: prometheus
prometheus_influxdb_username: lma
prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}