blob: bfe35e84849937026cac08181a7e12a5cfb6d575 [file] [log] [blame]
Simon Pasquiera3a92f62017-04-28 15:19:18 +02001classes:
Simon Pasquiera7a449d2017-05-11 10:03:41 +02002- system.docker.host
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02003- system.linux.system.repo.influxdb
Simon Pasquier945a1752017-05-02 16:10:36 +02004- system.linux.system.repo.tcp_elastic
Swann Croiset4e3e0842017-05-04 16:49:57 +02005# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
Simon Pasquier945a1752017-05-02 16:10:36 +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 Pasquier945a1752017-05-02 16:10:36 +020013- service.haproxy.proxy.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +020014- system.glusterfs.client.cluster
15- system.glusterfs.client.volume.prometheus
Simon Pasquier30a084a2017-05-04 12:02:55 +020016- system.glusterfs.server.cluster
17- system.glusterfs.server.volume.prometheus
Swann Croiset4e3e0842017-05-04 16:49:57 +020018- system.galera.server.cluster
19- system.galera.server.database.grafana
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020020- system.influxdb.server.single
21- system.influxdb.database.stacklight
Simon Pasquiera3a92f62017-04-28 15:19:18 +020022- system.salt.minion.cert.prometheus_server
23- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020024- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020025- system.prometheus.server.alertmanager.dns
Simon Pasquiera3a92f62017-04-28 15:19:18 +020026- system.prometheus.server.target.etcd
27- system.prometheus.server.target.kubernetes
28- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020030- system.docker.swarm.stack.dashboard
Simon Pasquiera3a92f62017-04-28 15:19:18 +020031- cluster.virtual-mcp11-k8s-calico.infra
32parameters:
33 _param:
Simon Pasquier383e8c52017-05-18 11:00:27 +020034 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020035 cluster_public_host: mon
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020036 docker_image_alertmanager: mirantis/alertmanager:latest
37 docker_image_pushgateway: mirantis/pushgateway:latest
38 docker_image_prometheus: mirantis/prometheus:latest
39 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020040 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
Simon Pasquier40b17692017-05-02 17:09:02 +020041 docker_image_grafana: grafana/grafana:latest
42 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020043 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
44 keepalived_prometheus_vip_password: password
45 keepalived_prometheus_vip_interface: ens4
Simon Pasquiera7a449d2017-05-11 10:03:41 +020046 # Docker/Elasticsearch
47 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
48 cluster_node01_address: ${_param:stacklight_node01_address}
49 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
50 cluster_node02_address: ${_param:stacklight_node02_address}
51 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
52 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquier945a1752017-05-02 16:10:36 +020053 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Swann Croiset4e3e0842017-05-04 16:49:57 +020055 # Galera
56 openstack_version: newton
Simon Pasquier3404b562017-05-09 16:01:07 +020057 # Grafana
58 docker_grafana_replicas: 1
59 grafana_database_type: mysql
60 grafana_database_host: ${_param:cluster_vip_address}
61 grafana_database_password: ${_param:mysql_grafana_password}
62 grafana_database_type: mysql
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020063 influxdb_port: 8086
64 influxdb_admin_password: password
65 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020066 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
67 prometheus_influxdb_db: lma
68 prometheus_influxdb_username: lma
69 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Swann Croiset4e3e0842017-05-04 16:49:57 +020070 keepalived:
71 cluster:
72 instance:
73 VIP:
74 enabled: false