Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 1 | parameters: |
ibumarskov | ed39e09 | 2017-09-06 13:17:35 +0400 | [diff] [blame] | 2 | _param: |
| 3 | cluster_domain: virtual-mcp11-ovs.local |
| 4 | cluster_name: virtual-mcp11-ovs |
Jakub Josef | 98658b3 | 2017-09-19 17:55:43 +0200 | [diff] [blame] | 5 | infra_config_hostname: cfg01 |
ibumarskov | ed39e09 | 2017-09-06 13:17:35 +0400 | [diff] [blame] | 6 | infra_config_address: 172.16.10.100 |
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 | 98658b3 | 2017-09-19 17:55:43 +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} |