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 |
| 6 | - cluster.virtual-mcp11-k8s-calico.infra |
| 7 | - cluster.virtual-mcp11-k8s-calico.opencontrail.compute |
| 8 | parameters: |
| 9 | docker: |
| 10 | host: |
| 11 | pkgs: |
| 12 | - docker-engine=1.12.6-0~ubuntu-xenial |
| 13 | - python-docker |
| 14 | kubernetes: |
| 15 | pool: |
| 16 | network: |
| 17 | engine: opencontrail |
| 18 | opencontrail: |
| 19 | address: ${_param:opencontrail_control_address} |
| 20 | etcd: |
| 21 | ssl: |
| 22 | enabled: true |
| 23 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/node:latest |
| 24 | calicoctl: |
| 25 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/ctl:latest |
| 26 | cni: |
| 27 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/projectcalico/calico/cni:latest |
| 28 | common: |
| 29 | hyperkube: |
| 30 | image: docker-prod-virtual.sandbox.mirantis.net/mirantis/kubernetes/hyperkube-amd64:v1.5.4-5 |