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-11-18 12:29:03 +00:00
|
|
|
# if this is set to true will only download files once. Doesn't work
|
2017-01-05 10:35:16 +00:00
|
|
|
# on Container Linux by CoreOS unless the download_localhost is true and localhost
|
2017-02-08 10:25:11 +00:00
|
|
|
# is running another OS type. Default compress level is 1 (fastest).
|
2016-05-18 04:30:01 +00:00
|
|
|
download_run_once: False
|
2017-02-08 10:25:11 +00:00
|
|
|
download_compress: 1
|
2016-11-18 12:29:03 +00:00
|
|
|
|
|
|
|
# if this is set to true, uses the localhost for download_run_once mode
|
|
|
|
# (requires docker and sudo to access docker). You may want this option for
|
2017-01-05 10:35:16 +00:00
|
|
|
# local caching of docker images or for Container Linux by CoreOS cluster nodes.
|
2016-11-18 12:29:03 +00:00
|
|
|
# Otherwise, uses the first node in the kube-master group to store images
|
|
|
|
# in the download_run_once mode.
|
|
|
|
download_localhost: False
|
2016-05-18 04:30:01 +00:00
|
|
|
|
2016-12-19 14:50:04 +00:00
|
|
|
# Always pull images if set to True. Otherwise check by the repo's tag/digest.
|
|
|
|
download_always_pull: False
|
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Versions
|
2016-12-27 15:39:00 +00:00
|
|
|
kube_version: v1.5.3
|
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
|
2017-03-16 16:23:36 +00:00
|
|
|
calico_version: "v1.1.0-rc8"
|
2017-02-10 15:06:31 +00:00
|
|
|
calico_cni_version: "v1.5.6"
|
|
|
|
calico_policy_version: "v0.5.2"
|
2017-01-10 14:47:39 +00:00
|
|
|
weave_version: 1.8.2
|
2016-10-12 19:54:54 +00:00
|
|
|
flannel_version: v0.6.2
|
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"
|
2015-12-31 15:05:25 +00:00
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Checksums
|
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_image_repo: "quay.io/coreos/flannel"
|
|
|
|
flannel_image_tag: "{{ flannel_version }}"
|
|
|
|
calicoctl_image_repo: "calico/ctl"
|
2016-12-23 09:24:37 +00:00
|
|
|
calicoctl_image_tag: "{{ calico_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
calico_node_image_repo: "calico/node"
|
|
|
|
calico_node_image_tag: "{{ calico_version }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
calico_cni_image_repo: "calico/cni"
|
|
|
|
calico_cni_image_tag: "{{ calico_cni_version }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
calico_policy_image_repo: "calico/kube-policy-controller"
|
2017-02-10 15:06:31 +00:00
|
|
|
calico_policy_image_tag: "{{ calico_policy_version }}"
|
2016-12-08 16:48:54 +00:00
|
|
|
# TODO(adidenko): switch to "calico/routereflector" when
|
|
|
|
# https://github.com/projectcalico/calico-bird/pull/27 is merged
|
|
|
|
calico_rr_image_repo: "quay.io/l23network/routereflector"
|
|
|
|
calico_rr_image_tag: "v0.1"
|
2016-11-21 10:20:44 +00:00
|
|
|
exechealthz_version: 1.1
|
|
|
|
exechealthz_image_repo: "gcr.io/google_containers/exechealthz-amd64"
|
|
|
|
exechealthz_image_tag: "{{ exechealthz_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
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 }}"
|
2017-01-19 10:56:14 +00:00
|
|
|
netcheck_tag: "v1.0"
|
|
|
|
netcheck_agent_img_repo: "quay.io/l23network/k8s-netchecker-agent"
|
|
|
|
netcheck_server_img_repo: "quay.io/l23network/k8s-netchecker-server"
|
2017-01-10 14:47:39 +00:00
|
|
|
weave_kube_image_repo: "weaveworks/weave-kube"
|
|
|
|
weave_kube_image_tag: "{{ weave_version }}"
|
|
|
|
weave_npc_image_repo: "weaveworks/weave-npc"
|
|
|
|
weave_npc_image_tag: "{{ weave_version }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
|
2016-11-21 10:20:44 +00:00
|
|
|
nginx_image_repo: nginx
|
|
|
|
nginx_image_tag: 1.11.4-alpine
|
|
|
|
dnsmasq_version: 2.72
|
|
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq"
|
|
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}"
|
|
|
|
kubednsmasq_version: 1.3
|
|
|
|
kubednsmasq_image_repo: "gcr.io/google_containers/kube-dnsmasq-amd64"
|
|
|
|
kubednsmasq_image_tag: "{{ kubednsmasq_version }}"
|
|
|
|
kubedns_version: 1.7
|
|
|
|
kubedns_image_repo: "gcr.io/google_containers/kubedns-amd64"
|
|
|
|
kubedns_image_tag: "{{ kubedns_version }}"
|
|
|
|
test_image_repo: busybox
|
|
|
|
test_image_tag: latest
|
2017-01-26 23:33:01 +00:00
|
|
|
elasticsearch_version: "v2.4.1"
|
|
|
|
elasticsearch_image_repo: "gcr.io/google_containers/elasticsearch"
|
|
|
|
elasticsearch_image_tag: "{{ elasticsearch_version }}"
|
|
|
|
fluentd_version: "1.22"
|
|
|
|
fluentd_image_repo: "gcr.io/google_containers/fluentd-elasticsearch"
|
|
|
|
fluentd_image_tag: "{{ fluentd_version }}"
|
|
|
|
kibana_version: "v4.6.1"
|
|
|
|
kibana_image_repo: "gcr.io/google_containers/kibana"
|
|
|
|
kibana_image_tag: "{{ kibana_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
|
2015-12-31 15:05:25 +00:00
|
|
|
downloads:
|
2016-09-30 15:23:47 +00:00
|
|
|
netcheck_server:
|
|
|
|
container: true
|
|
|
|
repo: "{{ netcheck_server_img_repo }}"
|
|
|
|
tag: "{{ netcheck_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ netcheck_server_digest_checksum|default(None) }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
enabled: "{{ deploy_netchecker|bool }}"
|
|
|
|
netcheck_agent:
|
|
|
|
container: true
|
|
|
|
repo: "{{ netcheck_agent_img_repo }}"
|
|
|
|
tag: "{{ netcheck_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ netcheck_agent_digest_checksum|default(None) }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
enabled: "{{ deploy_netchecker|bool }}"
|
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"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: >-
|
2016-12-20 23:00:46 +00:00
|
|
|
{%- if etcd_deployment_type in [ 'docker', 'rkt' ] -%}{{etcd_digest_checksum|default(None)}}{%- else -%}{{etcd_checksum}}{%- endif -%}
|
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-12-20 23:00:46 +00:00
|
|
|
container: "{{ etcd_deployment_type in [ 'docker', 'rkt' ] }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
repo: "{{ etcd_image_repo }}"
|
|
|
|
tag: "{{ etcd_image_tag }}"
|
|
|
|
hyperkube:
|
|
|
|
container: true
|
|
|
|
repo: "{{ hyperkube_image_repo }}"
|
|
|
|
tag: "{{ hyperkube_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ hyperkube_digest_checksum|default(None) }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
flannel:
|
|
|
|
container: true
|
|
|
|
repo: "{{ flannel_image_repo }}"
|
|
|
|
tag: "{{ flannel_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ flannel_digest_checksum|default(None) }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'flannel' or kube_network_plugin == 'canal' }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
calicoctl:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calicoctl_image_repo }}"
|
|
|
|
tag: "{{ calicoctl_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calicoctl_digest_checksum|default(None) }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
calico_node:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calico_node_image_repo }}"
|
|
|
|
tag: "{{ calico_node_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_node_digest_checksum|default(None) }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
|
|
|
calico_cni:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calico_cni_image_repo }}"
|
|
|
|
tag: "{{ calico_cni_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_cni_digest_checksum|default(None) }}"
|
2016-11-10 10:57:06 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
calico_policy:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calico_policy_image_repo }}"
|
|
|
|
tag: "{{ calico_policy_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_policy_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'canal' }}"
|
2016-12-08 16:48:54 +00:00
|
|
|
calico_rr:
|
|
|
|
container: true
|
|
|
|
repo: "{{ calico_rr_image_repo }}"
|
|
|
|
tag: "{{ calico_rr_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_rr_digest_checksum|default(None) }}"
|
2016-12-17 19:22:39 +00:00
|
|
|
enabled: "{{ peer_with_calico_rr is defined and peer_with_calico_rr}} and kube_network_plugin == 'calico'"
|
2017-01-10 14:47:39 +00:00
|
|
|
weave_kube:
|
|
|
|
container: true
|
|
|
|
repo: "{{ weave_kube_image_repo }}"
|
|
|
|
tag: "{{ weave_kube_image_tag }}"
|
|
|
|
sha256: "{{ weave_kube_digest_checksum|default(None) }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'weave' }}"
|
|
|
|
weave_npc:
|
|
|
|
container: true
|
|
|
|
repo: "{{ weave_npc_image_repo }}"
|
|
|
|
tag: "{{ weave_npc_image_tag }}"
|
|
|
|
sha256: "{{ weave_npc_digest_checksum|default(None) }}"
|
|
|
|
enabled: "{{ kube_network_plugin == 'weave' }}"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra:
|
|
|
|
container: true
|
|
|
|
repo: "{{ pod_infra_image_repo }}"
|
|
|
|
tag: "{{ pod_infra_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ pod_infra_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
nginx:
|
|
|
|
container: true
|
|
|
|
repo: "{{ nginx_image_repo }}"
|
|
|
|
tag: "{{ nginx_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ nginx_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
dnsmasq:
|
|
|
|
container: true
|
|
|
|
repo: "{{ dnsmasq_image_repo }}"
|
|
|
|
tag: "{{ dnsmasq_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ dnsmasq_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
kubednsmasq:
|
|
|
|
container: true
|
|
|
|
repo: "{{ kubednsmasq_image_repo }}"
|
|
|
|
tag: "{{ kubednsmasq_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ kubednsmasq_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
kubedns:
|
|
|
|
container: true
|
|
|
|
repo: "{{ kubedns_image_repo }}"
|
|
|
|
tag: "{{ kubedns_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ kubedns_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
testbox:
|
|
|
|
container: true
|
|
|
|
repo: "{{ test_image_repo }}"
|
|
|
|
tag: "{{ test_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ testbox_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
exechealthz:
|
|
|
|
container: true
|
|
|
|
repo: "{{ exechealthz_image_repo }}"
|
|
|
|
tag: "{{ exechealthz_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ exechealthz_digest_checksum|default(None) }}"
|
2017-01-26 23:33:01 +00:00
|
|
|
elasticsearch:
|
|
|
|
container: true
|
|
|
|
repo: "{{ elasticsearch_image_repo }}"
|
|
|
|
tag: "{{ elasticsearch_image_tag }}"
|
|
|
|
sha256: "{{ elasticsearch_digest_checksum|default(None) }}"
|
|
|
|
fluentd:
|
|
|
|
container: true
|
|
|
|
repo: "{{ fluentd_image_repo }}"
|
|
|
|
tag: "{{ fluentd_image_tag }}"
|
|
|
|
sha256: "{{ fluentd_digest_checksum|default(None) }}"
|
|
|
|
kibana:
|
|
|
|
container: true
|
|
|
|
repo: "{{ kibana_image_repo }}"
|
|
|
|
tag: "{{ kibana_image_tag }}"
|
|
|
|
sha256: "{{ kibana_digest_checksum|default(None) }}"
|
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) }}"
|