mirror of
https://github.com/ceph/ceph
synced 2025-02-05 18:03:54 +00:00
qa/suites/upgrade/octopus-x: exclude ceph-volume
To fix failure like Failure Reason: Command failed on smithi085 with status 1: 'sudo yum -y install ceph-volume' Signed-off-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
parent
78d6ac0d35
commit
0ec8380990
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- install:
|
||||
branch: octopus
|
||||
exclude_packages:
|
||||
- ceph-volume
|
||||
- print: "**** done install task..."
|
||||
- print: "**** done start installing octopus cephadm ..."
|
||||
- cephadm:
|
||||
|
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- install:
|
||||
branch: octopus
|
||||
exclude_packages:
|
||||
- ceph-volume
|
||||
|
||||
- cephadm:
|
||||
image: docker.io/ceph/daemon-base:latest-octopus
|
||||
|
Loading…
Reference in New Issue
Block a user