Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.network.dynamic_hosts |
| 3 | - service.grafana.collector |
Tatyana Leontovich | 5bfb1e6 | 2018-02-22 19:39:09 +0200 | [diff] [blame^] | 4 | - system.fluentd |
| 5 | - system.fluentd.label.default_metric |
| 6 | - system.fluentd.label.default_metric.prometheus |
| 7 | - system.fluentd.label.default_output.elasticsearch |
| 8 | - system.fluentd.label.default_output.drop_event |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 9 | - system.linux.system.repo.mcp.extra |
| 10 | - system.linux.system.single |
Tatyana Leontovich | 5bfb1e6 | 2018-02-22 19:39:09 +0200 | [diff] [blame^] | 11 | - system.linux.system.repo.mcp.apt_mirantis.fluentd |
Vasyl Saienko | 9116048 | 2018-02-20 17:31:33 +0200 | [diff] [blame] | 12 | - system.rsyslog.client.single |
| 13 | - system.prometheus.collector |
| 14 | - system.telegraf.agent |
| 15 | - system.openssh.server.team.lab |
| 16 | - system.openssh.server.team.tcpcloud |
| 17 | - system.openssh.server.team.mcp_qa |
| 18 | - cluster.virtual-mcp-pike-dvr-ssl.infra |
| 19 | - cluster.virtual-mcp-pike-dvr-ssl.openstack |
| 20 | - cluster.virtual-mcp-pike-dvr-ssl.stacklight |
| 21 | - cluster.overrides |
| 22 | parameters: |
| 23 | _param: |
| 24 | cluster_domain: virtual-mcp-pike-dvr-ssl.local |
| 25 | cluster_name: virtual-mcp-pike-dvr-ssl |
| 26 | salt_minion_ca_host: cfg01.${linux:system:domain} |
| 27 | # infra service addresses |
| 28 | infra_config_hostname: cfg01 |
| 29 | infra_config_address: 172.16.10.100 |
| 30 | # stacklight service addresses |
| 31 | stacklight_monitor_address: 172.16.10.253 |
| 32 | stacklight_monitor_node01_address: 172.16.10.107 |
| 33 | stacklight_monitor_node02_address: 172.16.10.108 |
| 34 | stacklight_monitor_node03_address: 172.16.10.109 |
| 35 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
| 36 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 37 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
| 38 | salt: |
| 39 | minion: |
| 40 | trusted_ca_minions: |
| 41 | - cfg01.${linux:system:domain} |