blob: 6b1344ae77858d39ecf60452e315d1c7a3653046 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
docker_pkg_version: 17.03.2~ce-0~debian-stretch
kubernetes:
pkg_version: 1.9.6-00
dedicated_master: True
api_advertise_ip: 144.76.160.141
api_extra_sans:
- emc-master.spreadspace.org
pod_ip_range: 172.18.0.0/16
pod_ip_range_size: 24
service_ip_range: 172.18.192.0/18
## net_index must be in the range between 1 and 190 -> 189 hosts possible
##
## hardcoded hostnames are not nice but if we do this via host_vars
## the info is spread over multiple files and this makes it more diffcult
## to find mistakes, so it is nicer to keep it in one place...
net_index:
emc-01: 1
emc-02: 2
emc-03: 3
emc-04: 4
emc-05: 5
emc-06: 6
emc-test: 99
emc-00: 100
dione: 101
helene: 102
emc-stats: 120
emc-master: 127
direct_net_zones:
encoder:
transfer_net: 172.18.191.0/24
node_interface:
dione: eno2
helene: eno2
|