]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados/cephadm[-smoke]: test podman on ubuntu 18.04
authorSage Weil <sage@redhat.com>
Thu, 6 Feb 2020 14:54:06 +0000 (08:54 -0600)
committerSage Weil <sage@redhat.com>
Fri, 7 Feb 2020 14:29:57 +0000 (08:29 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/cephadm-smoke/distro/ubuntu_18.04_podman.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml [new file with mode: 0644]

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 (file)
index 0000000..6126bb2
--- /dev/null
@@ -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 (file)
index 0000000..6126bb2
--- /dev/null
@@ -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