blob: 18904ad409d185d47fa0e8880ac879b79a453da8 [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.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
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020037 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020038 docker_image_grafana: grafana/grafana:4.5.2
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030039 grafana_admin_password: admin
40 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
41 keepalived_prometheus_vip_password: password
42 keepalived_prometheus_vip_interface: ens3
43 # Docker/Elasticsearch
44 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
45 cluster_node01_address: ${_param:stacklight_node01_address}
46 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
47 cluster_node02_address: ${_param:stacklight_node02_address}
48 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
49 cluster_node03_address: ${_param:stacklight_node03_address}
50 # Kibana
51 kibana_elasticsearch_host: ${_param:cluster_vip_address}
52 # Galera
53 openstack_version: newton
54 # Grafana
55 grafana_database_type: mysql
56 grafana_database_host: ${_param:cluster_vip_address}
57 grafana_database_password: ${_param:mysql_grafana_password}
58 influxdb_port: 8086
59 influxdb_admin_password: password
60 influxdb_stacklight_password: lmapass
61 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020062 prometheus_influxdb_db: prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030063 prometheus_influxdb_username: lma
64 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
65 elasticsearch:
66 server:
67 heap:
68 size: 1
69 keepalived:
70 cluster:
71 instance:
72 VIP:
73 enabled: false
74
75 # Workaround for https://mirantis.jira.com/browse/PROD-12896 , remove when the bug is fixed
76 salt:
77 minion:
78 cert:
79 prometheus_server:
80 alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address}