blob: e1401931a52e2c32aa8498430d17ce99e56fb296 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
Simon Pasquier6df5f842017-05-15 16:00:22 +02002- system.docker.host
3- system.linux.system.repo.glusterfs
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02004- system.linux.system.repo.influxdb
Simon Pasquier6df5f842017-05-15 16:00:22 +02005- system.linux.system.repo.mcp.salt
Marek Celoudbc643142017-04-07 15:02:38 +02006- system.linux.system.repo.tcp_elastic
Simon Pasquier6df5f842017-05-15 16:00:22 +02007- system.heka.remote_collector
Marek Celoudbc643142017-04-07 15:02:38 +02008- system.heka.remote_collector.input.amqp
Simon Pasquier6df5f842017-05-15 16:00:22 +02009- system.heka.remote_collector.output.elasticsearch
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.prometheus
Marek Celoudbc643142017-04-07 15:02:38 +020012- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
Marek Celoudbc643142017-04-07 15:02:38 +020015- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020017- system.haproxy.proxy.listen.stacklight.influxdb
Marek Celoudbc643142017-04-07 15:02:38 +020018- service.haproxy.proxy.single
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020019- system.influxdb.server.single
20- system.influxdb.database.stacklight
Simon Pasquier6df5f842017-05-15 16:00:22 +020021- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020022- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020023- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020024- system.prometheus.server.alertmanager.dns
Simon Pasquier6df5f842017-05-15 16:00:22 +020025- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020027- system.docker.swarm.stack.dashboard
Simon Pasquier6df5f842017-05-15 16:00:22 +020028- cluster.virtual-mcp11-contrail
Marek Celoudbc643142017-04-07 15:02:38 +020029parameters:
30 _param:
Simon Pasquier6df5f842017-05-15 16:00:22 +020031 heka_amqp_host: ${_param:openstack_control_address}
Marek Celoudbc643142017-04-07 15:02:38 +020032 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Simon Pasquier6df5f842017-05-15 16:00:22 +020033 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
34 keepalived_prometheus_vip_password: 'password'
35 keepalived_prometheus_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020036 cluster_vip_address: ${_param:stacklight_monitor_address}
37 cluster_elasticsearch_port: 9200
38 cluster_kibana_port: 5601
Simon Pasquier6df5f842017-05-15 16:00:22 +020039 cluster_node01_hostname: mon01
Marek Celoudbc643142017-04-07 15:02:38 +020040 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Simon Pasquier6df5f842017-05-15 16:00:22 +020041 cluster_node02_hostname: mon02
Marek Celoudbc643142017-04-07 15:02:38 +020042 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Simon Pasquier6df5f842017-05-15 16:00:22 +020043 cluster_node03_hostname: mon03
Marek Celoudbc643142017-04-07 15:02:38 +020044 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier6df5f842017-05-15 16:00:22 +020045 grafana_admin_password: admin
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020046 docker_image_alertmanager: mirantis/alertmanager:latest
47 docker_image_pushgateway: mirantis/pushgateway:latest
48 docker_image_prometheus: mirantis/prometheus:latest
49 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020050 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
Simon Pasquier6df5f842017-05-15 16:00:22 +020051 docker_image_grafana: grafana/grafana:latest
52 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
53 glusterfs_node01_address: ${_param:openstack_control_node01_address}
54 glusterfs_node02_address: ${_param:openstack_control_node02_address}
55 glusterfs_node03_address: ${_param:openstack_control_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020056 influxdb_port: 8086
57 influxdb_admin_password: password
58 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020059 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
60 prometheus_influxdb_db: lma
61 prometheus_influxdb_username: lma
62 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Marek Celoudbc643142017-04-07 15:02:38 +020063 linux:
64 network:
65 interface:
66 ens4:
67 enabled: true
68 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020069 proto: static
70 address: ${_param:single_address}
71 netmask: 255.255.255.0