blob: bb43c6e63b4da4e09a43a68b6a4af49052607868 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.influxdb
3- system.linux.system.repo.tcp_elastic
4# Needed to install Galera packages
5- system.linux.system.repo.mcp.openstack
6- system.docker.host
7- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
12- system.haproxy.proxy.listen.stacklight.influxdb
13- service.haproxy.proxy.single
14- system.galera.server.cluster
15- system.galera.server.database.grafana
16- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.prometheus
18- system.glusterfs.server.cluster
19- system.glusterfs.server.volume.prometheus
20- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.salt.minion.cert.prometheus_server
23- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
27- system.prometheus.server.target.etcd
28- system.prometheus.server.target.kubernetes
29- system.prometheus.server.target.dns
30- system.docker.swarm.stack.monitoring
31- system.docker.swarm.stack.dashboard
Adam Tengler75c2f952017-07-04 17:37:15 +000032- cluster.sl_k8s_contrail.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020033parameters:
34 _param:
35 cluster_public_host: mon
36 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020037 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
38 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
39 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
40 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
41 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
42 docker_image_grafana: grafana/grafana:4.3.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
46 keepalived_prometheus_vip_interface: ens4
47 # Galera
Adam Tenglerfb9b4332017-06-28 16:01:05 +000048 openstack_version: ocata
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
56 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
57 cluster_node01_address: ${_param:stacklight_node01_address}
58 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
59 cluster_node02_address: ${_param:stacklight_node02_address}
60 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
61 cluster_node03_address: ${_param:stacklight_node03_address}
62 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}/"
66 prometheus_influxdb_db: lma
67 prometheus_influxdb_username: lma
68 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
69 keepalived:
70 cluster:
71 instance:
72 VIP:
73 enabled: false