|
@ -19,13 +19,9 @@ pod_infra_version: 3.0 |
|
|
|
|
|
|
|
|
# Download URL's |
|
|
# Download URL's |
|
|
etcd_download_url: "https://storage.googleapis.com/kargo/{{etcd_version}}_etcd" |
|
|
etcd_download_url: "https://storage.googleapis.com/kargo/{{etcd_version}}_etcd" |
|
|
calico_cni_download_url: "https://storage.googleapis.com/kargo/{{calico_cni_version}}_calico-cni-plugin" |
|
|
|
|
|
calico_cni_ipam_download_url: "https://storage.googleapis.com/kargo/{{calico_cni_version}}_calico-cni-plugin-ipam" |
|
|
|
|
|
weave_download_url: "https://storage.googleapis.com/kargo/{{weave_version}}_weave" |
|
|
weave_download_url: "https://storage.googleapis.com/kargo/{{weave_version}}_weave" |
|
|
|
|
|
|
|
|
# Checksums |
|
|
# Checksums |
|
|
calico_cni_checksum: "9cab29764681e9d80da826e4b2cd10841cc01a749e0018867d96dd76a4691548" |
|
|
|
|
|
calico_cni_ipam_checksum: "09d076b15b791956efee91646e47fdfdcf382db16082cef4f542a9fff7bae172" |
|
|
|
|
|
weave_checksum: "9bf9d6e5a839e7bcbb28cc00c7acae9d09284faa3e7a3720ca9c2b9e93c68580" |
|
|
weave_checksum: "9bf9d6e5a839e7bcbb28cc00c7acae9d09284faa3e7a3720ca9c2b9e93c68580" |
|
|
etcd_checksum: "385afd518f93e3005510b7aaa04d38ee4a39f06f5152cd33bb86d4f0c94c7485" |
|
|
etcd_checksum: "385afd518f93e3005510b7aaa04d38ee4a39f06f5152cd33bb86d4f0c94c7485" |
|
|
|
|
|
|
|
@ -52,24 +48,6 @@ pod_infra_image_repo: "gcr.io/google_containers/pause-amd64" |
|
|
pod_infra_image_tag: "{{ pod_infra_version }}" |
|
|
pod_infra_image_tag: "{{ pod_infra_version }}" |
|
|
|
|
|
|
|
|
downloads: |
|
|
downloads: |
|
|
calico_cni_plugin: |
|
|
|
|
|
dest: calico/bin/calico |
|
|
|
|
|
version: "{{calico_cni_version}}" |
|
|
|
|
|
sha256: "{{ calico_cni_checksum }}" |
|
|
|
|
|
source_url: "{{ calico_cni_download_url }}" |
|
|
|
|
|
url: "{{ calico_cni_download_url }}" |
|
|
|
|
|
owner: "root" |
|
|
|
|
|
mode: "0755" |
|
|
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}" |
|
|
|
|
|
calico_cni_plugin_ipam: |
|
|
|
|
|
dest: calico/bin/calico-ipam |
|
|
|
|
|
version: "{{calico_cni_version}}" |
|
|
|
|
|
sha256: "{{ calico_cni_ipam_checksum }}" |
|
|
|
|
|
source_url: "{{ calico_cni_ipam_download_url }}" |
|
|
|
|
|
url: "{{ calico_cni_ipam_download_url }}" |
|
|
|
|
|
owner: "root" |
|
|
|
|
|
mode: "0755" |
|
|
|
|
|
enabled: "{{ kube_network_plugin == 'calico' }}" |
|
|
|
|
|
weave: |
|
|
weave: |
|
|
dest: weave/bin/weave |
|
|
dest: weave/bin/weave |
|
|
version: "{{weave_version}}" |
|
|
version: "{{weave_version}}" |
|
@ -119,7 +97,7 @@ downloads: |
|
|
container: true |
|
|
container: true |
|
|
repo: "{{ calico_cni_image_repo }}" |
|
|
repo: "{{ calico_cni_image_repo }}" |
|
|
tag: "{{ calico_cni_image_tag }}" |
|
|
tag: "{{ calico_cni_image_tag }}" |
|
|
enabled: "{{ kube_network_plugin == 'canal' }}" |
|
|
|
|
|
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}" |
|
|
pod_infra: |
|
|
pod_infra: |
|
|
container: true |
|
|
container: true |
|
|
repo: "{{ pod_infra_image_repo }}" |
|
|
repo: "{{ pod_infra_image_repo }}" |
|
|