Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - system.docker.host |
| 3 | - system.linux.system.repo.tcp_elastic |
| 4 | # Needed to install Galera packages |
| 5 | - system.linux.system.repo.mcp.openstack |
| 6 | - system.elasticsearch.server.cluster |
| 7 | - system.elasticsearch.server.curator |
| 8 | - system.kibana.server.single |
| 9 | - system.haproxy.proxy.listen.stacklight.elasticsearch |
| 10 | - system.haproxy.proxy.listen.stacklight.kibana |
| 11 | - service.haproxy.proxy.single |
| 12 | - system.glusterfs.client.cluster |
| 13 | - system.glusterfs.client.volume.prometheus |
| 14 | - system.glusterfs.server.cluster |
| 15 | - system.glusterfs.server.volume.prometheus |
| 16 | - system.galera.server.cluster |
| 17 | - system.galera.server.database.grafana |
| 18 | - system.salt.minion.cert.prometheus_server |
| 19 | - system.keepalived.cluster.instance.prometheus_server_vip |
| 20 | - system.prometheus.server.target.etcd |
| 21 | - system.prometheus.server.target.kubernetes |
| 22 | - system.prometheus.server.target.dns |
| 23 | - system.docker.swarm.stack.monitoring |
| 24 | - system.docker.swarm.service.dashboard.grafana_server |
| 25 | - cluster.sl_k8s_calico |
| 26 | parameters: |
| 27 | _param: |
| 28 | cluster_vip_address: ${_param:stacklight_address} |
| 29 | cluster_public_host: mon |
| 30 | docker_image_alertmanager: alertmanager:latest |
| 31 | docker_image_pushgateway: pushgateway:latest |
| 32 | docker_image_prometheus: prometheus:latest |
| 33 | docker_image_grafana: grafana/grafana:latest |
| 34 | grafana_admin_password: admin |
| 35 | keepalived_prometheus_vip_address: ${_param:cluster_vip_address} |
| 36 | keepalived_prometheus_vip_password: password |
| 37 | keepalived_prometheus_vip_interface: ${_param:primary_interface} |
| 38 | # Docker/Elasticsearch |
| 39 | cluster_node01_hostname: ${_param:stacklight_node01_hostname} |
| 40 | cluster_node01_address: ${_param:stacklight_node01_address} |
| 41 | cluster_node02_hostname: ${_param:stacklight_node02_hostname} |
| 42 | cluster_node02_address: ${_param:stacklight_node02_address} |
| 43 | cluster_node03_hostname: ${_param:stacklight_node03_hostname} |
| 44 | cluster_node03_address: ${_param:stacklight_node03_address} |
| 45 | # Kibana |
| 46 | kibana_elasticsearch_host: ${_param:cluster_vip_address} |
| 47 | # Galera |
| 48 | openstack_version: newton |
| 49 | # Grafana |
| 50 | docker_grafana_replicas: 1 |
| 51 | grafana_database_type: mysql |
| 52 | grafana_database_host: ${_param:cluster_vip_address} |
| 53 | grafana_database_password: ${_param:mysql_grafana_password} |
| 54 | grafana_database_type: mysql |
| 55 | keepalived: |
| 56 | cluster: |
| 57 | instance: |
| 58 | VIP: |
| 59 | enabled: false |