blob: ac37c38599348bd3292a5eba8d94be907f7e98ad [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
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020020- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020021- 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
Martin Polreich13afb422017-08-09 17:43:03 +020039 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000040 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020041 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000042 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020043 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
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}
Martin Polreich13afb422017-08-09 17:43:03 +020059 grafana_admin_password: admin
60 grafana_database_type: mysql
61 grafana_database_host: ${_param:cluster_vip_address}
62 grafana_database_password: ${_param:mysql_grafana_password}
Ales Komarekc12dd412017-06-27 16:24:42 +020063 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020064 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020065 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich13afb422017-08-09 17:43:03 +020067 influxdb_port: 8086
68 influxdb_admin_password: password
69 influxdb_stacklight_password: lmapass
70 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020071 linux:
72 network:
73 interface:
74 ens4:
75 enabled: true
76 type: eth
77 proto: static
78 address: ${_param:single_address}
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020079 netmask: 255.255.255.0
Martin Polreich13afb422017-08-09 17:43:03 +020080 elasticsearch:
81 server:
82 heap:
83 size: 1
84 keepalived:
85 cluster:
86 instance:
87 VIP:
88 enabled: false