blob: d3ecd1fedb98f4b55cfa7e74a0754d07e1972298 [file] [log] [blame]
Ales Komarek56a8e3f2017-08-08 15:58:37 +02001classes:
2- system.linux.system.single
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.mcp.salt #FIXME
5- system.linux.system.repo.saltstack.xenial
6- system.linux.system.repo.ubuntu
7- system.openssh.server.team.members.mlos
8- system.openssh.server.team.tcpcloud
9- cluster.ceph_ha.ceph
10- cluster.overrides
11parameters:
12 _param:
13 salt_version: '2016.3'
14 # infra service addresses
15 infra_config_hostname: cfg01
16# infra_config_address: 172.16.10.100
17# infra_config_deploy_address: 192.168.10.100
18
Petr Michalec0f03d6f2017-08-21 16:02:09 +020019 cluster_domain: ceph-ha.local
Ales Komarek56a8e3f2017-08-08 15:58:37 +020020 cluster_name: ceph_ha
21 apt_mk_version: nightly
22 primary_interface: ens3
23 linux:
24 network:
25 host:
26 cfg01:
27 address: ${_param:infra_config_address}
28 names:
29 - ${_param:infra_config_hostname}
30 - ${_param:infra_config_hostname}.${_param:cluster_domain}
31 interface:
32 primary_interface:
33 enabled: true
34 type: eth
35 proto: dhcp
36 #proto: static
37 #name: ${_param:primary_interface}
38 #address: ${_param:single_address}
39 #netmask: 255.255.255.0
40 system:
41 name: ${_param:infra_config_hostname}
42 domain: ${_param:cluster_domain}