blob: 11bae00c70123be0d6d16e448a33c74098695cec [file] [log] [blame]
Petr Michalec52d4e1f2017-09-11 17:50:54 +02001kubernetes:
2 master:
3 enabled: true
4 admin:
5 password: password
6 username: admin
7 version: v1.2.4
8 host:
9 name: node040
10 etcd:
11 members:
12 - host: 10.0.175.100
13 name: node040
14 namespace:
15 kube-system:
16 enabled: true
17 network:
ashestakova7b8d352018-02-27 13:54:27 +000018 calico:
Andrey Shestakovd389a5a2018-03-12 18:00:52 +020019 enabled: true
ashestakova7b8d352018-02-27 13:54:27 +000020 calicoctl_image: calico/ctl
21 cni_image: calico/cni
22 etcd:
23 members:
24 - host: 127.0.0.1
25 port: 4001
26 - host: 127.0.0.1
27 port: 4001
28 - host: 127.0.0.1
29 port: 4001
Petr Michalec52d4e1f2017-09-11 17:50:54 +020030 service_addresses: 10.254.0.0/16
31 storage:
32 engine: glusterfs
33 members:
34 - host: 10.0.175.101
35 port: 24007
36 - host: 10.0.175.102
37 port: 24007
38 - host: 10.0.175.103
39 port: 24007
40 port: 24007
41 registry:
42 host: tcpcloud
43 common:
Petr Michalec52d4e1f2017-09-11 17:50:54 +020044 addons:
45 storageclass:
46 nfs_elastic_1:
47 enabled: True
48 provisioner: nfs
49 spec:
50 name: elastic_data
51 nfs:
52 server: 10.0.0.1
53 path: /exported_path/elastic01
54 nfs_elastic_2:
55 enabled: True
56 provisioner: nfs
57 spec:
58 name: elastic_data
59 nfs:
60 server: 10.0.0.1
61 path: /exported_path/elastic02
62 nfs_influx:
63 name: influx01
64 enabled: False
65 provisioner: nfs
66 spec:
67 name: influx
68 nfs:
69 server: 10.0.0.1
70 path: /exported_path/inlfux01
Alexander Noskovc9f3a522018-01-22 12:47:20 +040071 monitoring:
72 backend: prometheus