blob: 1270bbbc7c65cba5da966234cb10ede5840ee8d2 [file] [log] [blame]
asledzinskiy159d7bf2017-06-12 15:25:21 +03001classes:
Dennis Dmitrievd81aae92017-07-10 15:52:30 +03002- system.docker.host
asledzinskiy159d7bf2017-06-12 15:25:21 +03003- system.linux.system.repo.influxdb
Dennis Dmitrievd81aae92017-07-10 15:52:30 +03004- system.linux.system.repo.tcp_elastic
5# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
asledzinskiy159d7bf2017-06-12 15:25:21 +03007- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
asledzinskiy159d7bf2017-06-12 15:25:21 +030010- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030012- system.haproxy.proxy.listen.stacklight.influxdb
asledzinskiy159d7bf2017-06-12 15:25:21 +030013- service.haproxy.proxy.single
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030014- system.glusterfs.client.cluster
15- system.glusterfs.client.volume.prometheus
16- system.glusterfs.server.cluster
17- system.glusterfs.server.volume.prometheus
18- system.galera.server.cluster
19- system.galera.server.database.grafana
20- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.salt.minion.cert.prometheus_server
23#- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
27- system.prometheus.server.target.dns
28- system.docker.swarm.stack.monitoring
29- system.docker.swarm.stack.dashboard
30- cluster.virtual-mcp-ocata-cicd.infra
asledzinskiy159d7bf2017-06-12 15:25:21 +030031parameters:
32 _param:
asledzinskiy159d7bf2017-06-12 15:25:21 +030033 cluster_vip_address: ${_param:stacklight_monitor_address}
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030034 cluster_public_host: mon
35 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
36 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
37 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
38 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
39 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
40 docker_image_grafana: grafana/grafana:4.3.2
41 grafana_admin_password: admin
42 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
43 keepalived_prometheus_vip_password: password
44 keepalived_prometheus_vip_interface: ens3
45 # Docker/Elasticsearch
46 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
47 cluster_node01_address: ${_param:stacklight_node01_address}
48 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
49 cluster_node02_address: ${_param:stacklight_node02_address}
50 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
51 cluster_node03_address: ${_param:stacklight_node03_address}
52 # Kibana
53 kibana_elasticsearch_host: ${_param:cluster_vip_address}
54 # Galera
55 openstack_version: newton
Dennis Dmitriev55c0f602017-07-13 21:03:29 +030056 # Glusterfs
57 glusterfs_service_host: ${_param:stacklight_monitor_address}
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030058 # Grafana
59 grafana_database_type: mysql
60 grafana_database_host: ${_param:cluster_vip_address}
61 grafana_database_password: ${_param:mysql_grafana_password}
62 influxdb_port: 8086
63 influxdb_admin_password: password
64 influxdb_stacklight_password: lmapass
65 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
66 prometheus_influxdb_db: lma
67 prometheus_influxdb_username: lma
68 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
69 elasticsearch:
70 server:
71 heap:
72 size: 1
73 keepalived:
74 cluster:
75 instance:
76 VIP:
77 enabled: false
78
79 # Workaround for https://mirantis.jira.com/browse/PROD-12896 , remove when the bug is fixed
80 salt:
81 minion:
82 cert:
83 prometheus_server:
84 alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address}