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 |
Petr Michalec | 7b4976c | 2017-10-10 12:41:42 +0200 | [diff] [blame^] | 6 | - system.openssh.server.team.all |
Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame] | 7 | - system.rsyslog.client.single |
| 8 | - cluster.virtual-mcp-ocata-cicd.cicd |
| 9 | - cluster.virtual-mcp-ocata-cicd.openstack |
| 10 | - cluster.virtual-mcp-ocata-cicd.stacklight |
| 11 | - cluster.overrides |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 12 | parameters: |
Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame] | 13 | _param: |
| 14 | cluster_domain: virtual-mcp-ocata-cicd.local |
| 15 | cluster_name: virtual-mcp-ocata-cicd |
| 16 | # infra service addresses |
| 17 | infra_config_hostname: cfg01 |
| 18 | infra_config_address: 172.16.10.100 |
| 19 | |
| 20 | salt_minion_ca_host: ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 21 | salt_minion_ca_authority: salt_master_ca |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 22 | linux: |
| 23 | network: |
Dennis Dmitriev | d81aae9 | 2017-07-10 15:52:30 +0300 | [diff] [blame] | 24 | resolv: |
| 25 | dns: |
| 26 | - 172.18.176.4 |
| 27 | - 172.18.208.44 |
asledzinskiy | 159d7bf | 2017-06-12 15:25:21 +0300 | [diff] [blame] | 28 | host: |
| 29 | cfg01: |
| 30 | address: ${_param:infra_config_address} |
| 31 | names: |
| 32 | - cfg01 |
| 33 | - cfg01.${_param:cluster_domain} |
| 34 | cfg: |
| 35 | address: ${_param:infra_config_address} |
| 36 | names: |
| 37 | - cfg |
| 38 | - cfg.${_param:cluster_domain} |