Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [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.tcpcloud |
| 7 | - system.openssh.server.team.mcp_qa |
| 8 | - cluster.k8s-ha-contrail-40.kubernetes |
| 9 | - cluster.overrides |
| 10 | |
| 11 | parameters: |
| 12 | _param: |
| 13 | # infra service addresses |
| 14 | infra_config_hostname: cfg01 |
| 15 | infra_config_address: 172.16.10.100 |
| 16 | infra_config_deploy_address: 192.168.10.90 |
| 17 | |
| 18 | cluster_domain: k8s-ha-contrail-40.local |
| 19 | cluster_name: k8s-ha-contrail-40 |
| 20 | apt_mk_version: nightly |
| 21 | linux: |
| 22 | network: |
| 23 | host: |
| 24 | self: |
| 25 | address: ${_param:single_address} |
| 26 | names: |
| 27 | - ${linux:system:name} |
| 28 | - ${linux:system:name}.${linux:system:domain} |
| 29 | cfg01: |
| 30 | address: ${_param:infra_config_address} |
| 31 | names: |
| 32 | - ${_param:infra_config_hostname} |
| 33 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 34 | system: |
| 35 | name: ${_param:infra_config_hostname} |
| 36 | domain: ${_param:cluster_domain} |