Tomáš Kukrál | 328de80 | 2017-04-27 15:17:40 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.docker |
| 3 | - system.kubernetes.pool.cluster |
| 4 | - system.salt.minion.cert.k8s_client |
| 5 | - system.salt.minion.cert.etcd_client |
Marek Celoud | 2dcca6d | 2017-05-03 18:11:56 +0200 | [diff] [blame] | 6 | - cluster.virtual-mcp11-k8s-contrail.infra |
| 7 | - cluster.virtual-mcp11-k8s-contrail.opencontrail.compute |
Tomáš Kukrál | 328de80 | 2017-04-27 15:17:40 +0200 | [diff] [blame] | 8 | parameters: |
Tomáš Kukrál | 3110056 | 2017-04-27 15:37:22 +0200 | [diff] [blame] | 9 | _param: |
Tomáš Kukrál | 6373b59 | 2017-05-15 12:20:11 +0200 | [diff] [blame] | 10 | kubernetes_hyperkube_image: docker-prod-virtual.sandbox.mirantis.net/mirantis/kubernetes/hyperkube-amd64:v1.6.2-2 |
Marek Celoud | 898fb6b | 2017-05-16 16:24:59 +0200 | [diff] [blame] | 11 | linux: |
| 12 | network: |
| 13 | interface: |
| 14 | ens4: |
| 15 | enabled: true |
| 16 | type: eth |
| 17 | proto: manual |
| 18 | vhost0: |
| 19 | enabled: true |
| 20 | type: eth |
| 21 | mtu: 1500 |
| 22 | address: ${_param:single_address} |
| 23 | netmask: '255.255.255.0' |
| 24 | pre_up_cmds: |
| 25 | - /usr/lib/contrail/if-vhost0 |
| 26 | use_interfaces: |
| 27 | - ens4 |
Tomáš Kukrál | 328de80 | 2017-04-27 15:17:40 +0200 | [diff] [blame] | 28 | docker: |
| 29 | host: |
| 30 | pkgs: |
| 31 | - docker-engine=1.12.6-0~ubuntu-xenial |
| 32 | - python-docker |
| 33 | kubernetes: |
| 34 | pool: |
| 35 | network: |
| 36 | engine: opencontrail |
| 37 | opencontrail: |
| 38 | address: ${_param:opencontrail_control_address} |
| 39 | etcd: |
| 40 | ssl: |
| 41 | enabled: true |
| 42 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/node:latest |
| 43 | calicoctl: |
| 44 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/ctl:latest |
| 45 | cni: |
| 46 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/cni:latest |
| 47 | common: |
| 48 | hyperkube: |
Tomáš Kukrál | 3110056 | 2017-04-27 15:37:22 +0200 | [diff] [blame] | 49 | image: ${_param:kubernetes_hyperkube_image} |