blob: cd9fc9f20132b6ce6d0864169735cd0b5ab00a36 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
Simon Pasquier41725422017-05-11 09:43:41 +02002- system.docker.host
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.salt
Marek Celoudbc643142017-04-07 15:02:38 +02005- system.linux.system.repo.tcp_elastic
Simon Pasquier41725422017-05-11 09:43:41 +02006- system.heka.remote_collector
Marek Celoudbc643142017-04-07 15:02:38 +02007- system.heka.remote_collector.input.amqp
Simon Pasquier41725422017-05-11 09:43:41 +02008- system.heka.remote_collector.output.elasticsearch
9- system.glusterfs.client.cluster
10- system.glusterfs.client.volume.prometheus
Marek Celoudbc643142017-04-07 15:02:38 +020011- system.elasticsearch.server.cluster
12- system.elasticsearch.server.curator
13- system.kibana.server.single
Marek Celoudbc643142017-04-07 15:02:38 +020014- system.haproxy.proxy.listen.stacklight.elasticsearch
15- system.haproxy.proxy.listen.stacklight.kibana
Marek Celoudbc643142017-04-07 15:02:38 +020016- service.haproxy.proxy.single
Simon Pasquier41725422017-05-11 09:43:41 +020017- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020018- system.prometheus.server.alertmanager.dns
Simon Pasquier41725422017-05-11 09:43:41 +020019- system.prometheus.server.target.dns
20- system.docker.swarm.stack.monitoring
21- system.docker.swarm.service.dashboard.grafana_server
22- cluster.virtual-mcp11-dvr
Marek Celoudbc643142017-04-07 15:02:38 +020023parameters:
24 _param:
Marek Celoudbc643142017-04-07 15:02:38 +020025 heka_amqp_host: ${_param:openstack_control_address}
26 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Simon Pasquier41725422017-05-11 09:43:41 +020027 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
28 keepalived_prometheus_vip_password: 'password'
29 keepalived_prometheus_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020030 cluster_vip_address: ${_param:stacklight_monitor_address}
31 cluster_elasticsearch_port: 9200
32 cluster_kibana_port: 5601
Simon Pasquier41725422017-05-11 09:43:41 +020033 cluster_node01_hostname: mon01
Marek Celoudbc643142017-04-07 15:02:38 +020034 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Simon Pasquier41725422017-05-11 09:43:41 +020035 cluster_node02_hostname: mon02
Marek Celoudbc643142017-04-07 15:02:38 +020036 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Simon Pasquier41725422017-05-11 09:43:41 +020037 cluster_node03_hostname: mon03
Marek Celoudbc643142017-04-07 15:02:38 +020038 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier41725422017-05-11 09:43:41 +020039 grafana_admin_password: admin
40 docker_image_alertmanager: alertmanager:latest
41 docker_image_pushgateway: pushgateway:latest
42 docker_image_prometheus: prometheus:latest
43 docker_image_grafana: grafana/grafana:latest
44 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
45 glusterfs_node01_address: ${_param:openstack_control_node01_address}
46 glusterfs_node02_address: ${_param:openstack_control_node02_address}
47 glusterfs_node03_address: ${_param:openstack_control_node03_address}
Marek Celoudbc643142017-04-07 15:02:38 +020048 linux:
49 network:
50 interface:
51 ens4:
52 enabled: true
53 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020054 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0