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: sl-os-contrail.local |
Jakub Josef | a0b65a2 | 2017-09-12 13:28:18 +0200 | [diff] [blame] | 4 | cluster_name: sl-os-contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 5 | infra_config_hostname: cfg01 |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 6 | infra_config_address: 172.16.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 7 | linux: |
| 8 | network: |
| 9 | host: |
| 10 | cfg01: |
| 11 | address: ${_param:infra_config_address} |
| 12 | names: |
| 13 | - ${_param:infra_config_hostname} |
| 14 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 15 | cfg: |
| 16 | address: ${_param:infra_config_address} |
| 17 | names: |
| 18 | - cfg |
| 19 | - cfg.${_param:cluster_domain} |