blob: 613cc13d445752f527d4febce819b38ad8012bea [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:
ashestakov263ee602018-03-06 15:33:16 +000018 cnis:
19 - calico
ashestakova7b8d352018-02-27 13:54:27 +000020 calico:
21 calicoctl_image: calico/ctl
22 cni_image: calico/cni
23 etcd:
24 members:
25 - host: 127.0.0.1
26 port: 4001
27 - host: 127.0.0.1
28 port: 4001
29 - host: 127.0.0.1
30 port: 4001
Petr Michalec52d4e1f2017-09-11 17:50:54 +020031 service_addresses: 10.254.0.0/16
32 storage:
33 engine: glusterfs
34 members:
35 - host: 10.0.175.101
36 port: 24007
37 - host: 10.0.175.102
38 port: 24007
39 - host: 10.0.175.103
40 port: 24007
41 port: 24007
42 registry:
43 host: tcpcloud
44 common:
Petr Michalec52d4e1f2017-09-11 17:50:54 +020045 addons:
46 storageclass:
47 nfs_elastic_1:
48 enabled: True
49 provisioner: nfs
50 spec:
51 name: elastic_data
52 nfs:
53 server: 10.0.0.1
54 path: /exported_path/elastic01
55 nfs_elastic_2:
56 enabled: True
57 provisioner: nfs
58 spec:
59 name: elastic_data
60 nfs:
61 server: 10.0.0.1
62 path: /exported_path/elastic02
63 nfs_influx:
64 name: influx01
65 enabled: False
66 provisioner: nfs
67 spec:
68 name: influx
69 nfs:
70 server: 10.0.0.1
71 path: /exported_path/inlfux01
Alexander Noskovc9f3a522018-01-22 12:47:20 +040072 monitoring:
73 backend: prometheus