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 |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
azvyagintsev | 2859f0e | 2018-06-11 17:45:47 +0300 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 6 | - system.openssh.server.team.tcpcloud |
| 7 | - system.openssh.server.team.mcp_qa |
Svimba | ac98a67 | 2018-06-07 14:01:34 +0200 | [diff] [blame] | 8 | - cluster.k8s-ha-contrail-40 |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 9 | - cluster.k8s-ha-contrail-40.kubernetes |
| 10 | - cluster.overrides |
| 11 | |
| 12 | parameters: |
| 13 | _param: |
| 14 | # infra service addresses |
| 15 | infra_config_hostname: cfg01 |
| 16 | infra_config_address: 172.16.10.100 |
| 17 | infra_config_deploy_address: 192.168.10.90 |
| 18 | |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 19 | apt_mk_version: nightly |
| 20 | linux: |
| 21 | network: |
| 22 | host: |
| 23 | self: |
| 24 | address: ${_param:single_address} |
| 25 | names: |
| 26 | - ${linux:system:name} |
| 27 | - ${linux:system:name}.${linux:system:domain} |
| 28 | cfg01: |
| 29 | address: ${_param:infra_config_address} |
| 30 | names: |
| 31 | - ${_param:infra_config_hostname} |
| 32 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 33 | system: |
| 34 | name: ${_param:infra_config_hostname} |
| 35 | domain: ${_param:cluster_domain} |