blob: 734adf9a3423535c6891f0961a3e8da16a468444 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001alasses:
2- system.linux.system.single
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.ubuntu
6- system.openssh.server.team.lab
7- system.openssh.server.team.tcpcloud
8- system.openssh.server.team.mcp_qa
9- system.openssh.server.team.k8s_team
10- system.rsyslog.client.single
11parameters:
12 _param:
13 # infra service addresses
14 infra_config_hostname: cfg01
15 infra_config_address: 172.16.10.100
16 infra_config_deploy_address: 192.168.10.100
17
18 cluster_domain: k8s_aio_contrail.local
19 cluster_name: k8s_aio_contrail
20 apt_mk_version: nightly
21 linux:
22 network:
23 host:
24 cfg01:
25 address: ${_param:infra_config_address}
26 names:
27 - ${_param:infra_config_hostname}
28 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020029 system:
30 name: ${_param:infra_config_hostname}
31 domain: ${_param:cluster_domain}