Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 1 | parameters: |
Olivier Bourdon | 1c3df59 | 2017-09-07 11:07:44 +0200 | [diff] [blame] | 2 | _param: |
| 3 | cluster_domain: virtual-mcp11-contrail.local |
| 4 | cluster_name: virtual-mcp11-contrail |
Jakub Josef | e0038b3 | 2017-09-19 15:52:16 +0200 | [diff] [blame] | 5 | infra_config_hostname: cfg01 |
Michal Kobus | 1067658 | 2018-03-12 11:57:32 +0100 | [diff] [blame] | 6 | infra_config_address: 172.16.10.90 |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 7 | linux: |
| 8 | network: |
| 9 | host: |
| 10 | cfg01: |
| 11 | address: ${_param:infra_config_address} |
| 12 | names: |
Jakub Josef | e0038b3 | 2017-09-19 15:52:16 +0200 | [diff] [blame] | 13 | - ${_param:infra_config_hostname} |
| 14 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 15 | cfg: |
| 16 | address: ${_param:infra_config_address} |
| 17 | names: |
| 18 | - cfg |
| 19 | - cfg.${_param:cluster_domain} |