Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Petr Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame] | 3 | cluster_domain: os-ha-ovs.local |
Jakub Josef | a0b65a2 | 2017-09-12 13:28:18 +0200 | [diff] [blame] | 4 | cluster_name: os-ha-ovs |
Jakub Josef | e0038b3 | 2017-09-19 15:52:16 +0200 | [diff] [blame] | 5 | infra_config_hostname: cfg01 |
Jiri Broulik | abd4e38 | 2017-07-21 17:24:22 +0200 | [diff] [blame] | 6 | infra_config_deploy_address: 192.168.10.90 |
| 7 | infra_config_address: 172.16.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 8 | linux: |
| 9 | network: |
| 10 | host: |
| 11 | cfg01: |
| 12 | address: ${_param:infra_config_address} |
| 13 | names: |
Jakub Josef | e0038b3 | 2017-09-19 15:52:16 +0200 | [diff] [blame] | 14 | - ${_param:infra_config_hostname} |
| 15 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 16 | cfg: |
| 17 | address: ${_param:infra_config_address} |
| 18 | names: |
| 19 | - cfg |
| 20 | - cfg.${_param:cluster_domain} |