blob: a54bad3f9282e177fed70f2157a35e998b6d6cf4 [file] [log] [blame]
Ales Komarek6f7caae2017-05-17 16:30:06 +02001classes:
2- system.docker.host
3- system.linux.system.repo.tcp_elastic
4# Needed to install Galera packages
5- system.linux.system.repo.mcp.openstack
6- system.elasticsearch.server.cluster
7- system.elasticsearch.server.curator
8- system.kibana.server.single
9- system.haproxy.proxy.listen.stacklight.elasticsearch
10- system.haproxy.proxy.listen.stacklight.kibana
11- service.haproxy.proxy.single
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.prometheus
14- system.glusterfs.server.cluster
15- system.glusterfs.server.volume.prometheus
16- system.galera.server.cluster
17- system.galera.server.database.grafana
18- system.salt.minion.cert.prometheus_server
19- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020020- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020021- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020022- system.prometheus.server.target.dns
23- system.docker.swarm.stack.monitoring
Simon Pasquier19106f42017-06-09 14:48:26 +020024- system.docker.swarm.stack.dashboard
Ales Komarekf2d1e392017-05-17 19:43:44 +020025- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020026parameters:
27 _param:
28 cluster_vip_address: ${_param:stacklight_address}
29 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020030 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
31 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
32 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
33 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
34 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Simon Pasquier4376c162017-06-15 10:11:58 +020035 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarek6f7caae2017-05-17 16:30:06 +020036 grafana_admin_password: admin
37 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
38 keepalived_prometheus_vip_password: password
39 keepalived_prometheus_vip_interface: ens4
40 # Docker/Elasticsearch
41 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
42 cluster_node01_address: ${_param:stacklight_node01_address}
43 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
44 cluster_node02_address: ${_param:stacklight_node02_address}
45 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
46 cluster_node03_address: ${_param:stacklight_node03_address}
47 # Kibana
48 kibana_elasticsearch_host: ${_param:cluster_vip_address}
49 # Galera
50 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040051 galera_innodb_buffer_pool_size: 1024M
52 galera_max_connections: 200
Ales Komarek6f7caae2017-05-17 16:30:06 +020053 # Grafana
54 docker_grafana_replicas: 1
55 grafana_database_type: mysql
56 grafana_database_host: ${_param:cluster_vip_address}
57 grafana_database_password: ${_param:mysql_grafana_password}
58 grafana_database_type: mysql
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020059 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020060 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020061 prometheus_influxdb_username: lma
62 prometheus_influxdb_password: lmapass
Ales Komarek6f7caae2017-05-17 16:30:06 +020063 keepalived:
64 cluster:
65 instance:
66 VIP:
67 enabled: false