From 5b4630b58159d72f4826c8299f8cdc8d709533c3 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Mon, 28 Nov 2022 10:46:32 +0000 Subject: [PATCH] fix-cri-o-repo --- inventory/sample/group_vars/all/offline.yml | 2 +- roles/container-engine/cri-o/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/sample/group_vars/all/offline.yml b/inventory/sample/group_vars/all/offline.yml index 83eb8fa74..89cda15d5 100644 --- a/inventory/sample/group_vars/all/offline.yml +++ b/inventory/sample/group_vars/all/offline.yml @@ -56,7 +56,7 @@ # cri_dockerd_download_url: "{{ files_repo }}/github.com/Mirantis/cri-dockerd/releases/download/v{{ cri_dockerd_version }}/cri-dockerd-{{ cri_dockerd_version }}.{{ image_arch }}.tgz" # [Optional] cri-o: only if you set container_manager: crio -# crio_download_base: "download.opensuse.org/repositories/devel:kubic:libcontainers:stable" +# crio_download_base: "download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable" # crio_download_crio: "http://{{ crio_download_base }}:/cri-o:/" # [Optional] runc,containerd: only if you set container_runtime: containerd diff --git a/roles/container-engine/cri-o/defaults/main.yml b/roles/container-engine/cri-o/defaults/main.yml index 6b757fe15..da0fa03a4 100644 --- a/roles/container-engine/cri-o/defaults/main.yml +++ b/roles/container-engine/cri-o/defaults/main.yml @@ -70,7 +70,7 @@ youki_runtime: root: /run/youki # TODO(cristicalin): remove this after 2.21 -crio_download_base: "download.opensuse.org/repositories/devel:kubic:libcontainers:stable" +crio_download_base: "download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable" crio_download_crio: "http://{{ crio_download_base }}:/cri-o:/" # Configure the cri-o pids limit, increase this for heavily multi-threaded workloads