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 |
| 10 | infra_config_deploy_address: 192.168.10.100 |
| 11 | |
| 12 | cluster_domain: k8s_ha_contrail.local |
| 13 | cluster_name: k8s_ha_contrail |
| 14 | apt_mk_version: nightly |
| 15 | linux: |
| 16 | network: |
| 17 | host: |
| 18 | cfg01: |
| 19 | address: ${_param:infra_config_address} |
| 20 | names: |
| 21 | - ${_param:infra_config_hostname} |
| 22 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 23 | interface: |
| 24 | ens4: |
| 25 | enabled: true |
| 26 | type: eth |
| 27 | proto: static |
| 28 | address: ${_param:single_address} |
| 29 | netmask: 255.255.255.0 |
| 30 | system: |
| 31 | name: ${_param:infra_config_hostname} |
| 32 | domain: ${_param:cluster_domain} |