blob: 531e283b85079ba60da6389464e345bb5eb2eb96 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Martin Polreichf429d852017-07-12 14:28:15 +02003- system.linux.system.repo.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +02004- system.linux.system.repo.tcp_elastic
5# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
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- service.haproxy.proxy.single
13- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.prometheus
15- system.glusterfs.server.cluster
16- system.glusterfs.server.volume.prometheus
17- system.galera.server.cluster
18- system.galera.server.database.grafana
Martin Polreichf429d852017-07-12 14:28:15 +020019- system.influxdb.server.single
20- system.influxdb.database.stacklight
Ales Komarekc12dd412017-06-27 16:24:42 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
23- system.prometheus.server.target.etcd
24- system.prometheus.server.target.kubernetes
25- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
Adam Tengler99446832017-07-11 12:43:05 +000027#- system.docker.swarm.service.dashboard.grafana_server
Ales Komarekc12dd412017-06-27 16:24:42 +020028- cluster.sl_k8s_calico
29parameters:
30 _param:
31 cluster_vip_address: ${_param:stacklight_address}
32 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020033 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
34 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
35 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
36 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
37 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
38 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020039 grafana_admin_password: admin
40 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
41 keepalived_prometheus_vip_password: password
42 keepalived_prometheus_vip_interface: ${_param:primary_interface}
43 # Docker/Elasticsearch
44 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
45 cluster_node01_address: ${_param:stacklight_node01_address}
46 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
47 cluster_node02_address: ${_param:stacklight_node02_address}
48 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
49 cluster_node03_address: ${_param:stacklight_node03_address}
50 # Kibana
51 kibana_elasticsearch_host: ${_param:cluster_vip_address}
52 # Galera
Adam Tenglerfb9b4332017-06-28 16:01:05 +000053 openstack_version: ocata
Ales Komarekc12dd412017-06-27 16:24:42 +020054 # Grafana
55 docker_grafana_replicas: 1
56 grafana_database_type: mysql
57 grafana_database_host: ${_param:cluster_vip_address}
58 grafana_database_password: ${_param:mysql_grafana_password}
59 grafana_database_type: mysql
Martin Polreichf429d852017-07-12 14:28:15 +020060 influxdb_port: 8086
61 influxdb_admin_password: password
62 influxdb_stacklight_password: lmapass
Adam Tengler99446832017-07-11 12:43:05 +000063 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
64 prometheus_influxdb_db: lma
65 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: lmapass
Ales Komarekc12dd412017-06-27 16:24:42 +020067 keepalived:
68 cluster:
69 instance:
70 VIP:
71 enabled: false