From: Michael Fritch Date: Mon, 2 Nov 2020 15:54:35 +0000 (-0700) Subject: qa/suites/rados/cephadm: install podman from the Kubic project X-Git-Tag: v16.1.0~630^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22605b7e98b2e9fef261d8ba111f9ebfc20590c6;p=ceph.git 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 --- diff --git a/qa/distros/all/ubuntu_18.04_podman.yaml b/qa/distros/all/ubuntu_18.04_podman.yaml index 6bb83b2b0eb1..3d3d99642596 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