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 | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 6 | infra_config_deploy_address: 192.168.10.90 |
| 7 | infra_config_address: 172.16.10.90 |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 8 | linux: |
| 9 | network: |
| 10 | host: |
| 11 | cfg01: |
| 12 | address: ${_param:infra_config_address} |
| 13 | names: |
Jakub Josef | 98658b3 | 2017-09-19 17:55:43 +0200 | [diff] [blame] | 14 | - ${_param:infra_config_hostname} |
| 15 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 16 | cfg: |
| 17 | address: ${_param:infra_config_address} |
| 18 | names: |
| 19 | - cfg |
| 20 | - cfg.${_param:cluster_domain} |