From b0d659f9b22bd002ea745f2e67820c452af436fd Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 6 Sep 2023 19:17:17 +0300 Subject: [PATCH] Use Ceph Reef repo while deploying K8s Reef is compatible with Focal and Jammy Change-Id: Ic98a5824a319e4835aa3df2a8e68a1daef97392c --- tools/gate/deploy-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/deploy-k8s.sh b/tools/gate/deploy-k8s.sh index dd033b23a..4fc4d5e1c 100755 --- a/tools/gate/deploy-k8s.sh +++ b/tools/gate/deploy-k8s.sh @@ -135,7 +135,7 @@ fi # Install required packages for K8s on host wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add - RELEASE_NAME=$(grep 'CODENAME' /etc/lsb-release | awk -F= '{print $2}') -sudo add-apt-repository "deb https://download.ceph.com/debian-nautilus/ +sudo add-apt-repository "deb https://download.ceph.com/debian-reef/ ${RELEASE_NAME} main" sudo -E apt-get update