From 22605b7e98b2e9fef261d8ba111f9ebfc20590c6 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Mon, 2 Nov 2020 08:54:35 -0700 Subject: [PATCH] qa/suites/rados/cephadm: install podman from the Kubic project ppa:projectatomic is no longer maintained, updates are now provided via the Kubic project Fixes: https://tracker.ceph.com/issues/48072 Signed-off-by: Michael Fritch --- qa/distros/all/ubuntu_18.04_podman.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qa/distros/all/ubuntu_18.04_podman.yaml b/qa/distros/all/ubuntu_18.04_podman.yaml index 6bb83b2b0eb..3d3d9964259 100644 --- a/qa/distros/all/ubuntu_18.04_podman.yaml +++ b/qa/distros/all/ubuntu_18.04_podman.yaml @@ -1,11 +1,12 @@ os_type: ubuntu os_version: "18.04" -# feel free to remove this test, if ppa:projectatomic is no longer maintained. +# feel free to remove this test, if Kubic project is no longer maintained. tasks: - exec: all: - - sudo apt -y install software-properties-common - - sudo add-apt-repository -y ppa:projectatomic/ppa + - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key | sudo apt-key add - + - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list + - sudo apt update - sudo apt -y install podman - echo -e "[registries.search]\nregistries = ['docker.io']" | sudo tee /etc/containers/registries.conf -- 2.47.3