blob: 49a68af4035dded2a28f4105382a6205228429aa [file] [log] [blame]
asledzinskiy159d7bf2017-06-12 15:25:21 +03001classes:
asledzinskiy159d7bf2017-06-12 15:25:21 +03002- system.linux.system.repo.influxdb
Olivier Bourdon1a49f052017-09-07 09:31:34 +02003- system.linux.system.repo.elasticsearch
Dennis Dmitriev09ac8332017-09-13 21:15:53 +03004- system.linux.system.repo.kibana
Dennis Dmitrievd81aae92017-07-10 15:52:30 +03005# 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.galera.server.cluster
15- system.galera.server.database.grafana
16- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020017- system.influxdb.database.prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030018- system.salt.minion.cert.prometheus_server
19#- system.keepalived.cluster.instance.prometheus_server_vip
20- system.telegraf.agent.remote
21- system.prometheus.server.remote_write.docker
22- system.prometheus.server.alertmanager.dns
23- system.prometheus.server.target.dns
Dennis Dmitriev9e72db22017-07-20 21:58:42 +030024- system.docker.host
25- system.docker.client
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030026- system.docker.swarm.stack.monitoring
27- system.docker.swarm.stack.dashboard
28- cluster.virtual-mcp-ocata-cicd.infra
asledzinskiy159d7bf2017-06-12 15:25:21 +030029parameters:
30 _param:
asledzinskiy159d7bf2017-06-12 15:25:21 +030031 cluster_vip_address: ${_param:stacklight_monitor_address}
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030032 cluster_public_host: mon
33 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
34 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
35 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
36 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
37 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020038 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030039 docker_image_grafana: grafana/grafana:4.3.2
40 grafana_admin_password: admin
41 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
42 keepalived_prometheus_vip_password: password
43 keepalived_prometheus_vip_interface: ens3
44 # Docker/Elasticsearch
45 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
46 cluster_node01_address: ${_param:stacklight_node01_address}
47 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
48 cluster_node02_address: ${_param:stacklight_node02_address}
49 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
50 cluster_node03_address: ${_param:stacklight_node03_address}
51 # Kibana
52 kibana_elasticsearch_host: ${_param:cluster_vip_address}
53 # Galera
54 openstack_version: newton
55 # Grafana
56 grafana_database_type: mysql
57 grafana_database_host: ${_param:cluster_vip_address}
58 grafana_database_password: ${_param:mysql_grafana_password}
59 influxdb_port: 8086
60 influxdb_admin_password: password
61 influxdb_stacklight_password: lmapass
62 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020063 prometheus_influxdb_db: prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030064 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
66 elasticsearch:
67 server:
68 heap:
69 size: 1
70 keepalived:
71 cluster:
72 instance:
73 VIP:
74 enabled: false
75
76 # Workaround for https://mirantis.jira.com/browse/PROD-12896 , remove when the bug is fixed
77 salt:
78 minion:
79 cert:
80 prometheus_server:
81 alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address}