mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
qa/suites/rados/cephadm[-smoke]: test podman on ubuntu 18.04
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
5948bd5545
commit
c6a731bf97
@ -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
|
10
qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml
Normal file
10
qa/suites/rados/cephadm/distro/ubuntu_18.04_podman.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user