blob: ebd4859d859fcd4e9910ac93e95a28a4ae87599e [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
Martin Polreich391d0b02017-08-10 10:41:46 +020015- system.glusterfs.client.cluster
16- system.glusterfs.client.volume.prometheus
17- system.glusterfs.server.cluster
18- system.glusterfs.server.volume.prometheus
19- system.galera.server.cluster
20- system.galera.server.database.grafana
21- system.influxdb.server.single
22- system.influxdb.database.prometheus
23- system.salt.minion.cert.prometheus_server
24- system.keepalived.cluster.instance.prometheus_server_vip
25- system.telegraf.agent.remote
26- system.prometheus.server.remote_write.docker
27- system.prometheus.server.alertmanager.dns
28- system.prometheus.server.target.kubernetes
29- system.prometheus.server.target.dns
Martin Polreichb43c7382017-08-02 12:54:36 +020030- system.docker.swarm.stack.monitoring
31- system.docker.swarm.stack.dashboard
Martin Polreich391d0b02017-08-10 10:41:46 +020032- cluster.sl_os_ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020033parameters:
34 _param:
35 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
36 heka_amqp_host: ${_param:openstack_control_address}
37 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Martin Polreich83a84942017-08-10 13:45:23 +020038 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
39 keepalived_prometheus_vip_password: password
40 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020041 cluster_vip_address: ${_param:stacklight_monitor_address}
42 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
44 cluster_grafana_port: 3000
45 cluster_node01_name: mon01
Martin Polreich13afb422017-08-09 17:43:03 +020046 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020047 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020048 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020050 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020051 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreichb43c7382017-08-02 12:54:36 +020052 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
53 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
54 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
55 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
56 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
57 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich13afb422017-08-09 17:43:03 +020058 grafana_admin_password: admin
59 grafana_database_type: mysql
60 grafana_database_host: ${_param:cluster_vip_address}
61 grafana_database_password: ${_param:mysql_grafana_password}
62 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
63 prometheus_influxdb_db: prometheus
64 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
66 influxdb_port: 8086
67 influxdb_admin_password: password
68 influxdb_stacklight_password: lmapass
69 openstack_version: newton
70 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
71 glusterfs_node01_address: ${_param:openstack_control_node01_address}
72 glusterfs_node02_address: ${_param:openstack_control_node02_address}
73 glusterfs_node03_address: ${_param:openstack_control_node03_address}
74 linux:
75 network:
76 interface:
77 ens4:
78 enabled: true
79 type: eth
80 proto: static
81 address: ${_param:single_address}
82 netmask: 255.255.255.0
Martin Polreich4342c3d2017-08-02 13:48:01 +020083 elasticsearch:
84 server:
85 heap:
86 size: 1
Martin Polreich13afb422017-08-09 17:43:03 +020087 keepalived:
88 cluster:
89 instance:
90 VIP:
91 enabled: false