blob: 2902d76eacade904cf3098d25ed4ef9cf9e88f04 [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
Yuriy Taradaydbe8ab72017-10-12 23:31:11 +040044 cluster_elasticsearch_port: 9200
45 cluster_kibana_port: 5601
46 cluster_grafana_port: 3000
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030047 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
48 cluster_node01_address: ${_param:stacklight_node01_address}
49 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
50 cluster_node02_address: ${_param:stacklight_node02_address}
51 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
52 cluster_node03_address: ${_param:stacklight_node03_address}
53 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
55 # Galera
56 openstack_version: newton
57 # Grafana
58 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
61 influxdb_port: 8086
62 influxdb_admin_password: password
63 influxdb_stacklight_password: lmapass
64 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020065 prometheus_influxdb_db: prometheus
Dennis Dmitrievd81aae92017-07-10 15:52:30 +030066 prometheus_influxdb_username: lma
67 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
68 elasticsearch:
69 server:
70 heap:
71 size: 1
72 keepalived:
73 cluster:
74 instance:
75 VIP:
76 enabled: false
77
78 # Workaround for https://mirantis.jira.com/browse/PROD-12896 , remove when the bug is fixed
79 salt:
80 minion:
81 cert:
82 prometheus_server:
83 alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address}