Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - system.linux.system.repo.docker_legacy |
| 3 | - system.kubernetes.pool.cluster |
| 4 | - system.linux.network.hosts |
| 5 | - system.salt.minion.cert.k8s_client |
| 6 | - system.salt.minion.cert.etcd_client |
| 7 | - cluster.k8s-ha-contrail-40.opencontrail.compute |
| 8 | - cluster.k8s-ha-contrail-40.kubernetes |
| 9 | |
| 10 | parameters: |
| 11 | linux: |
| 12 | network: |
| 13 | interface: |
| 14 | ens4: |
| 15 | enabled: true |
| 16 | type: eth |
| 17 | proto: manual |
| 18 | ipflush_onchange: true |
| 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 | - ${_param:kubernetes_docker_package} |
| 33 | - python-docker |
| 34 | options: |
| 35 | bip: 172.31.255.1/24 |
| 36 | kubernetes: |
| 37 | pool: |
| 38 | kubelet: |
| 39 | address: ${_param:single_address} |
| 40 | fail_on_swap: ${_param:kubelet_fail_on_swap} |
| 41 | network: |
| 42 | opencontrail: |
| 43 | enabled: true |
| 44 | version: 4.0 |
| 45 | config: |
| 46 | api: |
| 47 | host: ${_param:opencontrail_control_address} |
| 48 | common: |
| 49 | addons: |
| 50 | virtlet: |
| 51 | enabled: ${_param:kubernetes_virtlet_enabled} |
| 52 | namespace: ${_param:kubernetes_addon_namespace} |
| 53 | image: ${_param:kubernetes_virtlet_image} |
| 54 | criproxy_version: ${_param:kubernetes_criproxy_version} |
| 55 | criproxy_source: ${_param:kubernetes_criproxy_checksum} |
| 56 | hosts: |
| 57 | - ${linux:system:name} |
| 58 | hyperkube: |
| 59 | image: ${_param:kubernetes_hyperkube_image} |
| 60 | # pause_image: ${_param:kubernetes_pause_image} |