blob: f7b7d186d39d3411cb283ca82fa7745ed309b279 [file] [log] [blame]
Jiri Broulik3e2050c2017-12-01 13:40:11 +01001parameters:
2 _param:
3 cluster_domain: os-ha-ovs-ceph.local
4 cluster_name: os-ha-ovs-ceph
5 infra_config_hostname: cfg01
6 infra_config_deploy_address: 192.168.10.90
7 infra_config_address: 172.16.10.90
8 linux:
9 network:
10 host:
11 cfg01:
12 address: ${_param:infra_config_address}
13 names:
14 - ${_param:infra_config_hostname}
15 - ${_param:infra_config_hostname}.${_param:cluster_domain}
16 cfg:
17 address: ${_param:infra_config_address}
18 names:
19 - cfg
20 - cfg.${_param:cluster_domain}