ibumarskov | 95a8e2c | 2018-04-25 15:24:36 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _jenkins: |
| 3 | tests_enabled: false |
| 4 | _param: |
| 5 | cluster_domain: virtual-mcp-mitaka-ovs-trusty.local |
| 6 | cluster_name: virtual-mcp-mitaka-ovs-trusty |
| 7 | infra_config_hostname: cfg01 |
| 8 | infra_config_deploy_address: 192.168.10.90 |
| 9 | infra_config_address: 172.16.10.90 |
| 10 | linux: |
| 11 | network: |
| 12 | host: |
| 13 | cfg01: |
| 14 | address: ${_param:infra_config_address} |
| 15 | names: |
| 16 | - ${_param:infra_config_hostname} |
| 17 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 18 | cfg: |
| 19 | address: ${_param:infra_config_address} |
| 20 | names: |
| 21 | - cfg |
| 22 | - cfg.${_param:cluster_domain} |