blob: ff53599292472dcd9d4ed3aeee802823df9a3fe6 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
Martin Polreich391d0b02017-08-10 10:41:46 +02002- system.docker.host
Ales Komarekc12dd412017-06-27 16:24:42 +02003- system.linux.system.repo.influxdb
Martin Polreich391d0b02017-08-10 10:41:46 +02004- system.linux.system.repo.tcp_elastic
5- system.linux.system.repo.mcp.openstack
Ales Komarekc12dd412017-06-27 16:24:42 +02006- system.elasticsearch.server.cluster
7- system.elasticsearch.server.curator
8- system.kibana.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.haproxy.proxy.listen.stacklight.elasticsearch
10- system.haproxy.proxy.listen.stacklight.kibana
Martin Polreich391d0b02017-08-10 10:41:46 +020011- system.haproxy.proxy.listen.stacklight.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020012- service.haproxy.proxy.single
Martin Polreich391d0b02017-08-10 10:41:46 +020013- system.heka.remote_collector.cluster
14- system.heka.remote_collector.input.amqp
15- system.heka.aggregator.cluster
16- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.prometheus
18- system.glusterfs.server.cluster
19- system.glusterfs.server.volume.prometheus
20- system.galera.server.cluster
21- system.galera.server.database.grafana
22- system.influxdb.server.single
23- system.influxdb.database.prometheus
24- system.salt.minion.cert.prometheus_server
25- system.keepalived.cluster.instance.prometheus_server_vip
26- system.telegraf.agent.remote
27- system.prometheus.server.remote_write.docker
28- system.prometheus.server.alertmanager.dns
29- system.prometheus.server.target.kubernetes
30- system.prometheus.server.target.dns
Martin Polreichb43c7382017-08-02 12:54:36 +020031- system.docker.swarm.stack.monitoring
32- system.docker.swarm.stack.dashboard
Martin Polreich391d0b02017-08-10 10:41:46 +020033- cluster.sl_os_ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020034parameters:
35 _param:
36 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
37 heka_amqp_host: ${_param:openstack_control_address}
38 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Martin Polreich83a84942017-08-10 13:45:23 +020039 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
40 keepalived_prometheus_vip_password: password
41 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020042 cluster_vip_address: ${_param:stacklight_monitor_address}
43 cluster_elasticsearch_port: 9200
44 cluster_kibana_port: 5601
45 cluster_grafana_port: 3000
46 cluster_node01_name: mon01
Martin Polreich13afb422017-08-09 17:43:03 +020047 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020049 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020050 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020051 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020052 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreichb43c7382017-08-02 12:54:36 +020053 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
54 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
55 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
56 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
57 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
58 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich13afb422017-08-09 17:43:03 +020059 grafana_admin_password: admin
60 grafana_database_type: mysql
61 grafana_database_host: ${_param:cluster_vip_address}
62 grafana_database_password: ${_param:mysql_grafana_password}
63 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
64 prometheus_influxdb_db: prometheus
65 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
67 influxdb_port: 8086
68 influxdb_admin_password: password
69 influxdb_stacklight_password: lmapass
70 openstack_version: newton
71 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
72 glusterfs_node01_address: ${_param:openstack_control_node01_address}
73 glusterfs_node02_address: ${_param:openstack_control_node02_address}
74 glusterfs_node03_address: ${_param:openstack_control_node03_address}
75 linux:
76 network:
77 interface:
78 ens4:
79 enabled: true
80 type: eth
81 proto: static
82 address: ${_param:single_address}
83 netmask: 255.255.255.0
Martin Polreich4342c3d2017-08-02 13:48:01 +020084 elasticsearch:
85 server:
86 heap:
87 size: 1
Martin Polreich13afb422017-08-09 17:43:03 +020088 keepalived:
89 cluster:
90 instance:
91 VIP:
92 enabled: false