From c6a731bf97387986ab11343f90e02247b0391edd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 6 Feb 2020 08:54:06 -0600 Subject: [PATCH] qa/suites/rados/cephadm[-smoke]: test podman on ubuntu 18.04 Signed-off-by: Sage Weil --- .../cephadm-smoke/distro/ubuntu_18.04_podman.yaml | 10 ++++++++++ .../rados/cephadm/distro/ubuntu_18.04_podman.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 qa/suites/rados/cephadm-smoke/distro/ubuntu_18.04_podman.yaml create mode 100644 qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml 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 0000000000000..6126bb24eb243 --- /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 0000000000000..6126bb24eb243 --- /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 -- 2.39.5