2015-12-31 13:07:02 +00:00
|
|
|
---
|
2015-12-31 15:05:25 +00:00
|
|
|
local_release_dir: /tmp
|
2015-12-31 13:07:02 +00:00
|
|
|
|
2016-05-18 04:30:01 +00:00
|
|
|
# if this is set to true will only download files once
|
|
|
|
download_run_once: False
|
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Versions
|
2016-10-18 10:52:35 +00:00
|
|
|
kube_version: v1.4.3
|
2016-06-14 18:59:54 +00:00
|
|
|
|
2016-08-29 12:30:34 +00:00
|
|
|
etcd_version: v3.0.6
|
2016-07-04 15:16:18 +00:00
|
|
|
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
|
|
|
# after migration to container download
|
2016-10-12 20:18:43 +00:00
|
|
|
calico_version: v0.22.0
|
2016-10-06 15:42:33 +00:00
|
|
|
calico_cni_version: v1.4.2
|
2016-08-27 14:04:06 +00:00
|
|
|
weave_version: v1.6.1
|
2016-10-12 19:54:54 +00:00
|
|
|
flannel_version: v0.6.2
|
2016-09-14 12:30:57 +00:00
|
|
|
flannel_server_helper_version: 0.1
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra_version: 3.0
|
2015-12-31 15:05:25 +00:00
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Download URL's
|
2016-04-19 15:25:19 +00:00
|
|
|
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"
|
2015-12-31 15:05:25 +00:00
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Checksums
|
2016-10-06 15:42:33 +00:00
|
|
|
calico_cni_checksum: "9cab29764681e9d80da826e4b2cd10841cc01a749e0018867d96dd76a4691548"
|
|
|
|
calico_cni_ipam_checksum: "09d076b15b791956efee91646e47fdfdcf382db16082cef4f542a9fff7bae172"
|
2016-08-27 14:04:06 +00:00
|
|
|
weave_checksum: "9bf9d6e5a839e7bcbb28cc00c7acae9d09284faa3e7a3720ca9c2b9e93c68580"
|
2016-08-29 17:09:08 +00:00
|
|
|
etcd_checksum: "385afd518f93e3005510b7aaa04d38ee4a39f06f5152cd33bb86d4f0c94c7485"
|
2016-01-19 14:23:19 +00:00
|
|
|
|
2016-09-14 12:30:57 +00:00
|
|
|
# Containers
|
|
|
|
# Possible values: host, docker
|
|
|
|
etcd_deployment_type: "docker"
|
|
|
|
etcd_image_repo: "quay.io/coreos/etcd"
|
|
|
|
etcd_image_tag: "{{ etcd_version }}"
|
|
|
|
flannel_server_helper_image_repo: "gcr.io/google_containers/flannel-server-helper"
|
|
|
|
flannel_server_helper_image_tag: "{{ flannel_server_helper_version }}"
|
|
|
|
flannel_image_repo: "quay.io/coreos/flannel"
|
|
|
|
flannel_image_tag: "{{ flannel_version }}"
|
|
|
|
calicoctl_image_repo: "calico/ctl"
|
|
|
|
calicoctl_image_tag: "{{ calico_version }}"
|
|
|
|
calico_node_image_repo: "calico/node"
|
|
|
|
calico_node_image_tag: "{{ calico_version }}"
|
|
|
|
hyperkube_image_repo: "quay.io/coreos/hyperkube"
|
|
|
|
hyperkube_image_tag: "{{ kube_version }}_coreos.0"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra_image_repo: "gcr.io/google_containers/pause-amd64"
|
|
|
|
pod_infra_image_tag: "{{ pod_infra_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
|
2015-12-31 15:05:25 +00:00
|
|
|
downloads:
|
2016-05-22 22:25:52 +00:00
|
|
|
calico_cni_plugin:
|
2015-12-31 15:05:25 +00:00
|
|
|
dest: calico/bin/calico
|
2016-03-04 16:39:02 +00:00
|
|
|
version: "{{calico_cni_version}}"
|
2016-01-30 15:04:47 +00:00
|
|
|
sha256: "{{ calico_cni_checksum }}"
|
2016-03-04 16:39:02 +00:00
|
|
|
source_url: "{{ calico_cni_download_url }}"
|
2016-01-30 15:04:47 +00:00
|
|
|
url: "{{ calico_cni_download_url }}"
|
|
|
|
owner: "root"
|
|
|
|
mode: "0755"
|
2016-09-14 12:30:57 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
calico_cni_plugin_ipam:
|
2016-01-30 15:04:47 +00:00
|
|
|
dest: calico/bin/calico-ipam
|
2016-03-04 16:39:02 +00:00
|
|
|
version: "{{calico_cni_version}}"
|
2016-01-30 15:04:47 +00:00
|
|
|
sha256: "{{ calico_cni_ipam_checksum }}"
|
2016-03-04 16:39:02 +00:00
|
|
|
source_url: "{{ calico_cni_ipam_download_url }}"
|
2016-01-30 15:04:47 +00:00
|
|
|
url: "{{ calico_cni_ipam_download_url }}"
|
2016-01-22 15:37:07 +00:00
|
|
|
owner: "root"
|
|
|
|
mode: "0755"
|
2016-09-14 12:30:57 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
weave:
|
2016-02-09 16:16:16 +00:00
|
|
|
dest: weave/bin/weave
|
2016-03-04 16:39:02 +00:00
|
|
|
version: "{{weave_version}}"
|
|
|
|
source_url: "{{weave_download_url}}"
|
2016-02-09 16:16:16 +00:00
|
|
|
url: "{{weave_download_url}}"
|
|
|
|
sha256: "{{ weave_checksum }}"
|
|
|
|
owner: "root"
|
|
|
|
mode: "0755"
|
2016-09-14 12:30:57 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'weave' }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
etcd:
|
2016-03-04 16:39:02 +00:00
|
|
|
version: "{{etcd_version}}"
|
2016-01-19 14:23:19 +00:00
|
|
|
dest: "etcd/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
|
|
|
|
sha256: "{{ etcd_checksum }}"
|
2016-03-04 16:39:02 +00:00
|
|
|
source_url: "{{ etcd_download_url }}"
|
2016-01-19 14:23:19 +00:00
|
|
|
url: "{{ etcd_download_url }}"
|
|
|
|
unarchive: true
|
2016-01-22 15:37:07 +00:00
|
|
|
owner: "etcd"
|
|
|
|
mode: "0755"
|
2016-09-14 12:30:57 +00:00
|
|
|
container: "{{ etcd_deployment_type == 'docker' }}"
|
|
|
|
repo: "{{ etcd_image_repo }}"
|
|
|
|
tag: "{{ etcd_image_tag }}"
|
|
|
|
hyperkube:
|
|
|
|
container: true
|
|
|
|
repo: "{{ hyperkube_image_repo }}"
|
|
|
|
tag: "{{ hyperkube_image_tag }}"
|
|
|
|
flannel:
|
|
|
|
container: true
|
|
|
|
repo: "{{ flannel_image_repo }}"
|
|
|
|
tag: "{{ flannel_image_tag }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'flannel' }}"
|
|
|
|
flannel_server_helper:
|
|
|
|
container: true
|
|
|
|
repo: "{{ flannel_server_helper_image_repo }}"
|
|
|
|
tag: "{{ flannel_server_helper_image_tag }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'flannel' }}"
|
|
|
|
calicoctl:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calicoctl_image_repo }}"
|
|
|
|
tag: "{{ calicoctl_image_tag }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'calico' }}"
|
|
|
|
calico_node:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calico_node_image_repo }}"
|
|
|
|
tag: "{{ calico_node_image_tag }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'calico' }}"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra:
|
|
|
|
container: true
|
|
|
|
repo: "{{ pod_infra_image_repo }}"
|
|
|
|
tag: "{{ pod_infra_image_tag }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
|
|
|
|
download:
|
2016-09-14 12:30:57 +00:00
|
|
|
container: "{{ file.container|default('false') }}"
|
|
|
|
repo: "{{ file.repo|default(None) }}"
|
|
|
|
tag: "{{ file.tag|default(None) }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
enabled: "{{ file.enabled|default('true') }}"
|
|
|
|
dest: "{{ file.dest|default(None) }}"
|
|
|
|
version: "{{ file.version|default(None) }}"
|
|
|
|
sha256: "{{ file.sha256|default(None) }}"
|
|
|
|
source_url: "{{ file.source_url|default(None) }}"
|
|
|
|
url: "{{ file.url|default(None) }}"
|
|
|
|
unarchive: "{{ file.unarchive|default('false') }}"
|
|
|
|
owner: "{{ file.owner|default('kube') }}"
|
|
|
|
mode: "{{ file.mode|default(None) }}"
|