blob: a9e86257bcc90365b639bbbf9066aabccd290f45 [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
Richard Felkl04250022017-10-20 13:55:43 +02005- system.linux.system.repo.docker
Dennis Dmitrievd81aae92017-07-10 15:52:30 +03006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
asledzinskiy159d7bf2017-06-12 15:25:21 +03008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
asledzinskiy159d7bf2017-06-12 15:25:21 +030011- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030013- system.haproxy.proxy.listen.stacklight.influxdb
asledzinskiy159d7bf2017-06-12 15:25:21 +030014- service.haproxy.proxy.single
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030015- system.galera.server.cluster
16- system.galera.server.database.grafana
17- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020018- system.influxdb.database.prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030019#- 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
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020039 docker_image_grafana: grafana/grafana:4.5.2
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030040 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
Yuriy Taradaydbe8ab72017-10-12 23:31:11 +040045 cluster_elasticsearch_port: 9200
46 cluster_kibana_port: 5601
47 cluster_grafana_port: 3000
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030048 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
49 cluster_node01_address: ${_param:stacklight_node01_address}
50 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
51 cluster_node02_address: ${_param:stacklight_node02_address}
52 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
53 cluster_node03_address: ${_param:stacklight_node03_address}
54 # Kibana
55 kibana_elasticsearch_host: ${_param:cluster_vip_address}
56 # Galera
57 openstack_version: newton
58 # 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}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020066 prometheus_influxdb_db: prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030067 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}