blob: c2bc7b363097bc212dbd214b998dea406d04ccad [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.influxdb
3- system.linux.system.repo.tcp_elastic
Martin Polreich1ee2e092017-08-10 16:06:57 +02004- system.linux.system.repo.glusterfs
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
13- system.haproxy.proxy.listen.stacklight.influxdb
14- service.haproxy.proxy.single
15- system.galera.server.cluster
16- system.galera.server.database.grafana
17- system.glusterfs.client.cluster
18- system.glusterfs.client.volume.prometheus
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
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.kubernetes
27- system.prometheus.server.target.dns
28- system.docker.swarm.stack.monitoring
29- system.docker.swarm.stack.dashboard
Adam Tengler75c2f952017-07-04 17:37:15 +000030- cluster.sl_k8s_contrail.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020031parameters:
32 _param:
33 cluster_public_host: mon
34 cluster_vip_address: ${_param:stacklight_monitor_address}
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
40 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
Ales Komarekc12dd412017-06-27 16:24:42 +020047 # Grafana
48 grafana_database_type: mysql
49 grafana_database_host: ${_param:cluster_vip_address}
50 grafana_database_password: ${_param:mysql_grafana_password}
51 # Kibana
52 kibana_elasticsearch_host: ${_param:cluster_vip_address}
53 # Docker/Elasticsearch
Martin Polreich1f587122017-07-19 11:16:35 +020054 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
55 cluster_node01_address: ${_param:stacklight_node01_address}
56 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
57 cluster_node02_address: ${_param:stacklight_node02_address}
58 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
59 cluster_node03_address: ${_param:stacklight_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020060 influxdb_port: 8086
61 influxdb_admin_password: password
62 influxdb_stacklight_password: lmapass
63 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020064 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020065 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich6c8ec202017-08-16 09:33:19 +020067 rabbitmq_openstack_password: workshop
68 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich1f587122017-07-19 11:16:35 +020069 elasticsearch:
70 server:
71 heap:
72 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020073 keepalived:
74 cluster:
75 instance:
76 VIP:
77 enabled: false