blob: 84ef2a36e8f6f697c2061672106f7d6f6643fa6d [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.influxdb
vgusev3fe6a862018-01-09 13:16:03 +04003- system.linux.system.repo.elasticsearch.5
4- system.linux.system.repo.kibana.5
Richard Felkl04250022017-10-20 13:55:43 +02005- system.linux.system.repo.docker
Ales Komarekc12dd412017-06-27 16:24:42 +02006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
8- system.docker.host
9- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.haproxy.proxy.listen.stacklight.elasticsearch
13- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020014- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020015- service.haproxy.proxy.single
16- system.galera.server.cluster
17- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020018- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020019- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020020- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
23- system.telegraf.agent.remote
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040024- system.mongodb.server.cluster
25- system.prometheus.alerta
26- system.prometheus.alertmanager.notification.alerta
27- system.prometheus.server.alert.alerta_relabel
Ales Komarekc12dd412017-06-27 16:24:42 +020028- system.prometheus.server.remote_write.docker
29- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020030- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010031- system.docker.swarm.stack.monitoring.prometheus_global
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040032- system.docker.swarm.stack.monitoring.alerta
Ales Komarekc12dd412017-06-27 16:24:42 +020033- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020034- cluster.sl-k8s-contrail.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020035parameters:
36 _param:
37 cluster_public_host: mon
38 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020039 cluster_local_address: ${_param:single_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040040 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
41 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
42 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
43 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
44 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
45 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
46 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
47 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 grafana_admin_password: admin
49 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
50 keepalived_prometheus_vip_password: password
51 keepalived_prometheus_vip_interface: ens4
52 # Galera
Adam Tenglerfb9b4332017-06-28 16:01:05 +000053 openstack_version: ocata
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040054 galera_innodb_buffer_pool_size: 1024M
55 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020056 # Grafana
57 grafana_database_type: mysql
58 grafana_database_host: ${_param:cluster_vip_address}
59 grafana_database_password: ${_param:mysql_grafana_password}
60 # Kibana
61 kibana_elasticsearch_host: ${_param:cluster_vip_address}
62 # Docker/Elasticsearch
Petr Michalec4d366372017-09-18 13:54:53 +020063 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
64 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
65 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
66 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
67 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
68 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020069 influxdb_port: 8086
70 influxdb_admin_password: password
71 influxdb_stacklight_password: lmapass
72 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020073 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020074 prometheus_influxdb_username: lma
75 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich6c8ec202017-08-16 09:33:19 +020076 rabbitmq_openstack_password: workshop
77 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich1f587122017-07-19 11:16:35 +020078 elasticsearch:
79 server:
80 heap:
81 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020082 keepalived:
83 cluster:
84 instance:
85 VIP:
86 enabled: false