From: Sage Weil Date: Thu, 6 Feb 2020 14:54:06 +0000 (-0600) Subject: qa/suites/rados/cephadm[-smoke]: test podman on ubuntu 18.04 X-Git-Tag: v15.1.1~513^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c6a731bf97387986ab11343f90e02247b0391edd;p=ceph-ci.git qa/suites/rados/cephadm[-smoke]: test podman on ubuntu 18.04 Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/cephadm-smoke/distro/ubuntu_18.04_podman.yaml b/qa/suites/rados/cephadm-smoke/distro/ubuntu_18.04_podman.yaml new file mode 100644 index 00000000000..6126bb24eb2 --- /dev/null +++ b/qa/suites/rados/cephadm-smoke/distro/ubuntu_18.04_podman.yaml @@ -0,0 +1,10 @@ +os_type: ubuntu +os_version: "18.04" + +# feel free to remove this test, if ppa:projectatomic is no longer maintained. +tasks: +- exec: + all: + - sudo apt -y install software-properties-common + - sudo add-apt-repository -y ppa:projectatomic/ppa + - sudo apt -y install podman diff --git a/qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml b/qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml new file mode 100644 index 00000000000..6126bb24eb2 --- /dev/null +++ b/qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml @@ -0,0 +1,10 @@ +os_type: ubuntu +os_version: "18.04" + +# feel free to remove this test, if ppa:projectatomic is no longer maintained. +tasks: +- exec: + all: + - sudo apt -y install software-properties-common + - sudo add-apt-repository -y ppa:projectatomic/ppa + - sudo apt -y install podman