blob: 894dc0fa45c0f10f0d3b04b64ab1f9bcb15deb55 [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}
45 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}
49 docker_image_alertmanager: mirantis/alertmanager:latest
50 docker_image_pushgateway: mirantis/pushgateway:latest
51 docker_image_prometheus: mirantis/prometheus:latest
52 docker_image_remote_agent: mirantis/telegraf:latest
53 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
54 docker_image_grafana: grafana/grafana:latest
55 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}
74 netmask: 255.255.255.0