summaryrefslogtreecommitdiff
path: root/group_vars/k8s-emc/vars.yml
blob: 679c5181ab84ba87fc57fcb5c98b797c27e2efe4 (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
docker_pkg_version: 17.03.2~ce-0~debian-stretch

kubernetes:
  pkg_version: 1.9.2-00

  dedicated_master: False
  api_extra_sans:
  - dione.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 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
    emc-stats: 120