From: Sage Weil Date: Sat, 23 Jan 2021 17:20:52 +0000 (-0600) Subject: qa/distros: add ubuntu 20.04 targets X-Git-Tag: v17.1.0~3190^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24c2d2b1244d95c232f927dad1417717a2768ece;p=ceph.git qa/distros: add ubuntu 20.04 targets Signed-off-by: Sage Weil --- diff --git a/qa/distros/all/ubuntu_20.04.yaml b/qa/distros/all/ubuntu_20.04.yaml new file mode 100644 index 000000000000..f2039823003f --- /dev/null +++ b/qa/distros/all/ubuntu_20.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "20.04" diff --git a/qa/distros/all/ubuntu_20.04_podman.yaml b/qa/distros/all/ubuntu_20.04_podman.yaml new file mode 100644 index 000000000000..bd57bbf3d139 --- /dev/null +++ b/qa/distros/all/ubuntu_20.04_podman.yaml @@ -0,0 +1,12 @@ +os_type: ubuntu +os_version: "20.04" + +# feel free to remove this test, if Kubic project is no longer maintained. +tasks: +- exec: + all: + - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key | sudo apt-key add - + - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list + - sudo apt update + - sudo apt -y install podman + - echo -e "[[registry]]\nlocation = 'docker.io'\n\n[[registry.mirror]]\nlocation='docker-mirror.front.sepia.ceph.com:5000'\n" | sudo tee /etc/containers/registries.conf