blob: 747ac715c0c7d217cef8e2191a6a2d5a8fa969d0 [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
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000040 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020041 cluster_node02_hostname: mon02
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000042 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020043 cluster_node03_hostname: mon03
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000044 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreich1dcbbe72017-07-19 11:28:38 +020045 grafana_admin_password: admin
46 grafana_database_type: mysql
47 grafana_database_host: ${_param:openstack_database_address}
48 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier4a802be2017-06-29 12:54:50 +020049 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
50 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
51 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
52 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
53 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
54 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020055 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
56 glusterfs_node01_address: ${_param:openstack_control_node01_address}
57 glusterfs_node02_address: ${_param:openstack_control_node02_address}
58 glusterfs_node03_address: ${_param:openstack_control_node03_address}
59 influxdb_port: 8086
60 influxdb_admin_password: password
61 influxdb_stacklight_password: lmapass
62 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
63 prometheus_influxdb_db: lma
64 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
66 linux:
67 network:
68 interface:
69 ens4:
70 enabled: true
71 type: eth
72 proto: static
73 address: ${_param:single_address}
Martin Polreichc175ae42017-08-02 10:49:23 +000074 netmask: 255.255.255.0