Download correct cri-containerd-cni tarball

In I05cbd1ec62e9a68c68a1666ff62f20138bf8c731, fedora_coreos_v1 driver was
missed in version bump. This PS bumps it to 1.4.4 for both fedora_coreos_v1 and
fedora_atomic_v1 drivers.

Story: 2008451
Task: 42098

Change-Id: I22b698cd925dcf4f10805ae9493b77ddc9709f3f
(cherry picked from commit 1de9b140f4)
This commit is contained in:
Bharat Kunwar 2021-03-23 17:37:10 +01:00
parent bc0cd02892
commit 0047a6473f
4 changed files with 10 additions and 8 deletions

View File

@ -1630,13 +1630,15 @@ _`containerd_version`
The containerd version to use as released in
https://github.com/containerd/containerd/releases and
https://storage.googleapis.com/cri-containerd-release/
Victoria default: 1.4.4
Ussuri default: 1.2.8
_`containerd_tarball_url`
Url with the tarball of containerd's binaries.
_`containerd_tarball_sha256`
sha256 of the tarball fetched with containerd_tarball_url or from
https://storage.googleapis.com/cri-containerd-release/.
https://github.com/containerd/containerd/releases.
_`kube_dashboard_version`
Default version of Kubernetes dashboard.

View File

@ -10,7 +10,7 @@ ssh_cmd="ssh -F /srv/magnum/.ssh/config root@localhost"
if [ "${CONTAINER_RUNTIME}" = "containerd" ] ; then
$ssh_cmd systemctl disable docker
if [ -z "${CONTAINERD_TARBALL_URL}" ] ; then
CONTAINERD_TARBALL_URL="https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION}/containerd-${CONTAINERD_VERSION}-linux-amd64.tar.gz"
CONTAINERD_TARBALL_URL="https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION}/cri-containerd-cni-${CONTAINERD_VERSION}-linux-amd64.tar.gz"
fi
i=0
until curl -o /srv/magnum/cri-containerd.tar.gz -L "${CONTAINERD_TARBALL_URL}"

View File

@ -900,8 +900,8 @@ parameters:
containerd_version:
type: string
description: The containerd version to download from https://storage.googleapis.com/cri-containerd-release/
default: '1.4.3'
description: The containerd version to download from https://github.com/containerd/containerd/releases
default: '1.4.4'
containerd_tarball_url:
type: string
@ -911,7 +911,7 @@ parameters:
containerd_tarball_sha256:
type: string
description: sha256 of the target containerd tarball.
default: '34a161e3f459fd337b03141a339eeb1a56c5c811922fe72012d2dac9fa5542f1'
default: '96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b'
post_install_manifest_url:
type: string

View File

@ -918,8 +918,8 @@ parameters:
containerd_version:
type: string
description: The containerd version to download from https://storage.googleapis.com/cri-containerd-release/
default: '1.2.8'
description: The containerd version to download from https://github.com/containerd/containerd/releases
default: '1.4.4'
containerd_tarball_url:
type: string
@ -929,7 +929,7 @@ parameters:
containerd_tarball_sha256:
type: string
description: sha256 of the target containerd tarball.
default: '1f2f0fb928179df90492a83c326a194b8e9d992538498efb44cbb6ef15465627'
default: '96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b'
post_install_manifest_url:
type: string