blob: badb177ca032ffce4a1ba0710bab7306a2c93b94 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.docker
3- system.kubernetes.pool.cluster
Jiri Broulik1cb2ec22017-08-24 10:20:30 +02004- system.linux.network.hosts
Ales Komarekc12dd412017-06-27 16:24:42 +02005- system.salt.minion.cert.k8s_client
6- system.salt.minion.cert.etcd_client
Petr Michalec4d366372017-09-18 13:54:53 +02007- cluster.k8s-aio-contrail.kubernetes
Petr Michalecf05e3ea2017-08-21 17:33:16 +02008- cluster.k8s-aio-contrail.infra
9- cluster.k8s-aio-contrail.opencontrail.compute
Ales Komarekc12dd412017-06-27 16:24:42 +020010- cluster.overrides
11parameters:
12 linux:
13 network:
14 interface:
15 ens4:
16 enabled: true
17 type: eth
18 proto: manual
19 vhost0:
20 enabled: true
21 type: eth
22 mtu: 1500
23 address: ${_param:single_address}
24 netmask: '255.255.255.0'
25 pre_up_cmds:
26 - /usr/lib/contrail/if-vhost0
27 use_interfaces:
28 - ens4
29 docker:
30 host:
31 pkgs:
32 - docker-engine=1.12.6-0~ubuntu-xenial
33 - python-docker
Matthew Mosesohn887ba2b2017-08-30 09:09:07 +030034 options:
35 bip: 172.31.255.1/24
Ales Komarekc12dd412017-06-27 16:24:42 +020036 kubernetes:
37 pool:
38 network:
39 engine: opencontrail
40 opencontrail:
41 address: ${_param:opencontrail_control_address}
42 etcd:
43 ssl:
44 enabled: true
45 image: ${_param:kubernetes_calico_image}
46 calicoctl:
47 image: ${_param:kubernetes_calicoctl_image}
48 cni:
49 image: ${_param:kubernetes_calico_cni_image}
50 common:
51 hyperkube:
52 image: ${_param:kubernetes_hyperkube_image}