blob: 5e9d181acb29a73d2e4578cc2e768307f56e29d6 [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02002- system.linux.system.repo.influxdb
Simon Pasquieref3efb52017-05-04 12:47:11 +02003- system.linux.system.repo.tcp_elastic
Simon Pasquier994b69d2017-06-08 15:58:53 +02004# Needed to install Galera packages
5- system.linux.system.repo.mcp.openstack
Simon Pasquiera7a449d2017-05-11 10:03:41 +02006- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02007- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020012- system.haproxy.proxy.listen.stacklight.influxdb
Simon Pasquieref3efb52017-05-04 12:47:11 +020013- service.haproxy.proxy.single
Simon Pasquier994b69d2017-06-08 15:58:53 +020014- system.galera.server.cluster
15- system.galera.server.database.grafana
Simon Pasquieref3efb52017-05-04 12:47:11 +020016- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020018- system.glusterfs.client.volume.grafana
Simon Pasquieref3efb52017-05-04 12:47:11 +020019- system.glusterfs.server.cluster
20- system.glusterfs.server.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020021- system.glusterfs.server.volume.grafana
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020022- system.influxdb.server.single
23- system.influxdb.database.stacklight
Simon Pasquieref3efb52017-05-04 12:47:11 +020024- system.salt.minion.cert.prometheus_server
25- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020026- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020027- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020028- system.prometheus.server.alertmanager.dns
Simon Pasquieref3efb52017-05-04 12:47:11 +020029- system.prometheus.server.target.etcd
30- system.prometheus.server.target.kubernetes
31- system.prometheus.server.target.dns
32- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020033- system.docker.swarm.stack.dashboard
Simon Pasquiera7a449d2017-05-11 10:03:41 +020034- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020035parameters:
36 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030037 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020038 cluster_vip_address: ${_param:stacklight_monitor_address}
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020039 docker_image_alertmanager: mirantis/alertmanager:latest
40 docker_image_pushgateway: mirantis/pushgateway:latest
41 docker_image_prometheus: mirantis/prometheus:latest
42 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020043 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
Simon Pasquieref3efb52017-05-04 12:47:11 +020044 docker_image_grafana: grafana/grafana:latest
Martin Polreich33e83232017-06-12 17:18:03 +020045 docker_grafana_replicas: 3
Simon Pasquieref3efb52017-05-04 12:47:11 +020046 grafana_admin_password: admin
47 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
48 keepalived_prometheus_vip_password: password
49 keepalived_prometheus_vip_interface: ens4
Simon Pasquier994b69d2017-06-08 15:58:53 +020050 # Galera
51 openstack_version: newton
52 # Grafana
53 grafana_database_type: mysql
54 grafana_database_host: ${_param:cluster_vip_address}
55 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquieref3efb52017-05-04 12:47:11 +020056 # Kibana
57 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020058 # Docker/Elasticsearch
59 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
60 cluster_node01_address: ${_param:stacklight_node01_address}
61 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
62 cluster_node02_address: ${_param:stacklight_node02_address}
63 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
64 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020065 influxdb_port: 8086
66 influxdb_admin_password: password
67 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020068 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
69 prometheus_influxdb_db: lma
70 prometheus_influxdb_username: lma
71 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier994b69d2017-06-08 15:58:53 +020072 keepalived:
73 cluster:
74 instance:
75 VIP:
76 enabled: false