blob: b4f68bbfe1fcbc8a8ddd622de0fb5b344711bc37 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.influxdb
5- system.linux.system.repo.mcp.salt
6- system.linux.system.repo.tcp_elastic
7- system.heka.remote_collector
8- system.heka.remote_collector.input.amqp
9- system.heka.remote_collector.output.elasticsearch
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.prometheus
12- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
15- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
17- system.haproxy.proxy.listen.stacklight.influxdb
18- service.haproxy.proxy.single
19- system.influxdb.server.single
20- system.influxdb.database.stacklight
21- system.keepalived.cluster.instance.prometheus_server_vip
22- system.telegraf.agent.remote
23- system.prometheus.server.remote_write.docker
24- system.prometheus.server.alertmanager.dns
25- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
27- system.docker.swarm.stack.dashboard
28- cluster.sl_os_contrail
29parameters:
30 _param:
31 heka_amqp_host: ${_param:openstack_control_address}
32 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
33 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
34 keepalived_prometheus_vip_password: 'password'
35 keepalived_prometheus_vip_interface: ens4
36 cluster_vip_address: ${_param:stacklight_monitor_address}
37 cluster_elasticsearch_port: 9200
38 cluster_kibana_port: 5601
39 cluster_node01_hostname: mon01
40 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
41 cluster_node02_hostname: mon02
42 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
43 cluster_node03_hostname: mon03
44 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020045 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
46 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
47 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
48 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
49 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
50 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020051 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
52 glusterfs_node01_address: ${_param:openstack_control_node01_address}
53 glusterfs_node02_address: ${_param:openstack_control_node02_address}
54 glusterfs_node03_address: ${_param:openstack_control_node03_address}
55 influxdb_port: 8086
56 influxdb_admin_password: password
57 influxdb_stacklight_password: lmapass
58 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
59 prometheus_influxdb_db: lma
60 prometheus_influxdb_username: lma
61 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
62 linux:
63 network:
64 interface:
65 ens4:
66 enabled: true
67 type: eth
68 proto: static
69 address: ${_param:single_address}
70 netmask: 255.255.255.0