Adam Tengler | 4780728 | 2017-07-04 14:49:16 +0000 | [diff] [blame] | 1 | classes: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 2 | - system.linux.system.repo.mcp.extra |
| 3 | - system.linux.system.repo.mcp.salt |
| 4 | - system.linux.system.repo.ubuntu |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 5 | parameters: |
| 6 | _param: |
| 7 | # infra service addresses |
| 8 | infra_config_hostname: cfg01 |
| 9 | infra_config_address: 172.16.10.100 |
Olivier Bourdon | 5e34316 | 2017-09-05 07:52:15 +0200 | [diff] [blame^] | 10 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 11 | |
Petr Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame] | 12 | cluster_domain: k8s-ha-contrail.local |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 13 | cluster_name: k8s_ha_contrail |
| 14 | apt_mk_version: nightly |
| 15 | linux: |
| 16 | network: |
| 17 | host: |
Tomáš Kukrál | 358ff7b | 2017-07-17 10:12:30 +0200 | [diff] [blame] | 18 | self: |
| 19 | address: ${_param:single_address} |
| 20 | names: |
| 21 | - ${linux:system:name} |
| 22 | - ${linux:system:name}.${linux:system:domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 23 | cfg01: |
| 24 | address: ${_param:infra_config_address} |
| 25 | names: |
| 26 | - ${_param:infra_config_hostname} |
| 27 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 28 | system: |
| 29 | name: ${_param:infra_config_hostname} |
| 30 | domain: ${_param:cluster_domain} |