blob: 909871eca17099ea146588ed090ac0146ac8efe5 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00003- system.linux.system.repo.influxdb
Olivier Bourdon1a49f052017-09-07 09:31:34 +02004- system.linux.system.repo.elasticsearch
Dennis Dmitriev09ac8332017-09-13 21:15:53 +03005- system.linux.system.repo.kibana
Richard Felkl04250022017-10-20 13:55:43 +02006- system.linux.system.repo.docker
Ales Komarekc12dd412017-06-27 16:24:42 +02007# Needed to install Galera packages
8- system.linux.system.repo.mcp.openstack
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
Ales Komarekc12dd412017-06-27 16:24:42 +020016- system.galera.server.cluster
17- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020018- system.influxdb.relay.cluster
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000019- system.influxdb.server.single
20- 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
Martin Polreich60f94c72017-07-17 09:29:10 +020023- system.telegraf.agent.remote
24- system.prometheus.server.remote_write.docker
25- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020026- system.prometheus.server.target.dns
27- system.docker.swarm.stack.monitoring
Martin Polreich60f94c72017-07-17 09:29:10 +020028- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020029- cluster.sl-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020030parameters:
31 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020032 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020033 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020034 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020035 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
36 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
37 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
38 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
39 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020040 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020041 docker_image_grafana: grafana/grafana:4.5.2
Martin Polreich23093312017-08-15 15:47:25 +020042 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020043 grafana_admin_password: admin
44 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
45 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020046 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020047 # Docker/Elasticsearch
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000048 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
49 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
50 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
51 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
52 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
53 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040054 # Galera
55 galera_innodb_buffer_pool_size: 1024M
56 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020057 # Kibana
58 kibana_elasticsearch_host: ${_param:cluster_vip_address}
59 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020060 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020061 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020062 grafana_database_type: mysql
63 grafana_database_host: ${_param:cluster_vip_address}
64 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000065 influxdb_port: 8086
Martin Polreichf429d852017-07-12 14:28:15 +020066 influxdb_admin_password: password
67 influxdb_stacklight_password: lmapass
Martin Polreich23093312017-08-15 15:47:25 +020068 influxdb_client_host: ${_param:stacklight_monitor_address}
69 influxdb_client_port: ${_param:influxdb_port}
70 influxdb_client_password: ${_param:influxdb_admin_password}
Martin Polreich60f94c72017-07-17 09:29:10 +020071 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020072 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000073 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020074 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000075 rabbitmq_openstack_password: workshop
76 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020077 elasticsearch:
78 server:
79 heap:
80 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020081 keepalived:
82 cluster:
83 instance:
84 VIP:
85 enabled: false