X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=vars%2Fkubernetes.yaml;h=fe4a200f687bd038fa2cbcb28f718c845725de2a;hp=5accc0140efce8e7a35efd662147af7612389293;hb=refs%2Fheads%2F1.15;hpb=20d34e772e021fabdee0aa9b50e9804a80d5108a diff --git a/vars/kubernetes.yaml b/vars/kubernetes.yaml index 5accc01..fe4a200 100644 --- a/vars/kubernetes.yaml +++ b/vars/kubernetes.yaml @@ -36,44 +36,47 @@ installers: kubespray: scm: git src: https://gerrit.nordix.org/infra/installer/kubespray.git - version: "{{ lookup('env', 'NORDIX_KUBESPRAY_VERSION') | default('master', true) }}" + version: "{{ lookup('env', 'NORDIX_KUBESPRAY_VERSION') | default('1.15', true) }}" refspec: "{{ lookup('env', 'NORDIX_KUBESPRAY_REFSPEC') | default(omit) }}" -# NOTE (fdegir): this is only the list of scenarios implemented within -# installer repository and does not list what apps are for curated for -# them as it is self documented within the scenario playbook in installer -# repository. Curated apps are not listed separately either as they are -# similar to scenarios; they are available in installer repository. +# NOTE (fdegir): this is only the list of scenarios supported by this version of the stack scenarios: - - k8-calico-istio - k8-calico-nofeature - - k8-calico-spinnaker - - k8-canal-nofeature - - k8-cilium-nofeature - - k8-flannel-nofeature - - k8-multus-nofeature - - k8-multus-plugins - - k8-weave-nofeature + +# NOTE (fdegir): set default deploy scenario for the stack +deploy_scenario: "{{ lookup('env', 'DEPLOY_SCENARIO') | default('k8-calico-nofeature', true) }}" + +# ------------------------------------------------------------------------------- +# Nordix: Docker version +# ------------------------------------------------------------------------------- +# NOTE (fdegir): versions of docker as of 13.02.2020 matching to what Kubespray uses +# Please note that docker-ce version is configured to be overrideable since some scenarios +# require different docker versions +docker_ce_version: "{{ lookup('env', 'DOCKER_CE_VERSION') | default('5:18.09.9~3-0~ubuntu-bionic', true) }}" +docker_ce_cli_version: "{{ docker_ce_version }}" +docker_registry_version: "2.7.1" +containerd_io_version: "1.2.6-3" # ------------------------------------------------------------------------------- # Kubernetes: Kubernetes and kubectl versions # ------------------------------------------------------------------------------- # Kubernetes version that is supported by the pinned kubespray version -kubernetes_version: "v1.17.0" +kubernetes_version: "v1.15.9" # version of the kubectl should generally match to the version of kubernetes itself -# but it would be good to have possibility to override it in case if someone needs it for some reason kubectl_version: "{{ kubernetes_version }}" # ------------------------------------------------------------------------------- # Kubernetes: Versions of rook, ceph and their dependencies # ------------------------------------------------------------------------------- -rook_version: "v1.1.2" -ceph_version: "v14.2.4-20190917" -cephcsi_version: "v1.2.1" -csi_node_driver_registrar_version: "v1.1.0" -csi_attacher_version: "v1.2.0" -csi_provisioner_version: "v1.3.0" -csi_snapshotter_version: "v1.2.0" +rook_version: "v1.5.9" +busybox_version: "1.32.0" +ceph_version: "v14.2.18-20210316" +cephcsi_version: "v3.2.0" +csi_node_driver_registrar_version: "v2.0.1" +csi_resizer_version: "v1.0.0" +csi_attacher_version: "v3.0.0" +csi_provisioner_version: "v2.0.0" +csi_snapshotter_version: "v3.0.0" # ------------------------------------------------------------------------------- # Kubernetes: Versions of prometheus and its dependencies