Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame^] | 1 | classes: |
| 2 | - system.linux.system.single |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.salt |
| 5 | - system.linux.system.repo.ubuntu |
| 6 | - system.openssh.server.team.lab |
| 7 | - system.openssh.server.team.stacklight |
| 8 | - system.openssh.server.team.tcpcloud |
| 9 | - system.openssh.server.team.mcp_qa |
| 10 | - system.rsyslog.client.single |
| 11 | - cluster.virtual-mcp-ocata-cicd.cicd |
| 12 | - cluster.virtual-mcp-ocata-cicd.openstack |
| 13 | - cluster.virtual-mcp-ocata-cicd.stacklight |
| 14 | - cluster.overrides |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 15 | parameters: |
Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame^] | 16 | _param: |
| 17 | cluster_domain: virtual-mcp-ocata-cicd.local |
| 18 | cluster_name: virtual-mcp-ocata-cicd |
| 19 | # infra service addresses |
| 20 | infra_config_hostname: cfg01 |
| 21 | infra_config_address: 172.16.10.100 |
| 22 | |
| 23 | salt_minion_ca_host: ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 24 | salt_minion_ca_authority: salt_master_ca |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 25 | linux: |
| 26 | network: |
Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame^] | 27 | resolv: |
| 28 | dns: |
| 29 | - 172.18.176.4 |
| 30 | - 172.18.208.44 |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 31 | host: |
| 32 | cfg01: |
| 33 | address: ${_param:infra_config_address} |
| 34 | names: |
| 35 | - cfg01 |
| 36 | - cfg01.${_param:cluster_domain} |
| 37 | cfg: |
| 38 | address: ${_param:infra_config_address} |
| 39 | names: |
| 40 | - cfg |
| 41 | - cfg.${_param:cluster_domain} |