blob: fbe656258e0d4d161f9d9f47fd1d57c84f9b0cbe [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:
18 engine: calico
ashestakova7b8d352018-02-27 13:54:27 +000019 calico:
20 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:
44 network:
45 engine: none
46 addons:
47 storageclass:
48 nfs_elastic_1:
49 enabled: True
50 provisioner: nfs
51 spec:
52 name: elastic_data
53 nfs:
54 server: 10.0.0.1
55 path: /exported_path/elastic01
56 nfs_elastic_2:
57 enabled: True
58 provisioner: nfs
59 spec:
60 name: elastic_data
61 nfs:
62 server: 10.0.0.1
63 path: /exported_path/elastic02
64 nfs_influx:
65 name: influx01
66 enabled: False
67 provisioner: nfs
68 spec:
69 name: influx
70 nfs:
71 server: 10.0.0.1
72 path: /exported_path/inlfux01
Alexander Noskovc9f3a522018-01-22 12:47:20 +040073 monitoring:
74 backend: prometheus