blob: 8dbe8d8381f111f5bdadab9a3a9ad430849b9ec2 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- 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
Ales Komarekc12dd412017-06-27 16:24:42 +02005# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
7- system.docker.host
8- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020013- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020014- service.haproxy.proxy.single
15- system.galera.server.cluster
16- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020017- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020018- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020019- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020020- system.salt.minion.cert.prometheus_server
21- system.keepalived.cluster.instance.prometheus_server_vip
22- system.telegraf.agent.remote
23- system.prometheus.server.remote_write.docker
24- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020025- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
27- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020028- cluster.sl-k8s-contrail.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020029parameters:
30 _param:
31 cluster_public_host: mon
32 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020033 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020034 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
35 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
36 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
37 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
38 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020039 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier4a802be2017-06-29 12:54:50 +020040 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020041 grafana_admin_password: admin
42 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
43 keepalived_prometheus_vip_password: password
44 keepalived_prometheus_vip_interface: ens4
45 # Galera
Adam Tenglerfb9b4332017-06-28 16:01:05 +000046 openstack_version: ocata
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040047 galera_innodb_buffer_pool_size: 1024M
48 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020049 # Grafana
50 grafana_database_type: mysql
51 grafana_database_host: ${_param:cluster_vip_address}
52 grafana_database_password: ${_param:mysql_grafana_password}
53 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
55 # Docker/Elasticsearch
Petr Michalec4d366372017-09-18 13:54:53 +020056 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
57 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
58 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
59 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
60 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
61 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020062 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
Ales Komarekc12dd412017-06-27 16:24:42 +020067 prometheus_influxdb_username: lma
68 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich6c8ec202017-08-16 09:33:19 +020069 rabbitmq_openstack_password: workshop
70 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich1f587122017-07-19 11:16:35 +020071 elasticsearch:
72 server:
73 heap:
74 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020075 keepalived:
76 cluster:
77 instance:
78 VIP:
79 enabled: false