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