blob: c5684a116c4c9c3d9e8d908fe6e9493c88a9887a [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
56 # Grafana
57 grafana_database_type: mysql
58 grafana_database_host: ${_param:cluster_vip_address}
59 grafana_database_password: ${_param:mysql_grafana_password}
60 influxdb_port: 8086
61 influxdb_admin_password: password
62 influxdb_stacklight_password: lmapass
63 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
64 prometheus_influxdb_db: lma
65 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
67 elasticsearch:
68 server:
69 heap:
70 size: 1
71 keepalived:
72 cluster:
73 instance:
74 VIP:
75 enabled: false
76
77 # Workaround for https://mirantis.jira.com/browse/PROD-12896 , remove when the bug is fixed
78 salt:
79 minion:
80 cert:
81 prometheus_server:
82 alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address}