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