summaryrefslogtreecommitdiff
path: root/group_vars/k8s-stream/vars.yml
blob: c295948bdcebc8c7407106fccb0f277c704f8fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kubernetes:
  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 191 -> 190 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-test: 99
#    emc-master: 100
    dione: 101
    helene: 102
    kube2016: 120