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:
Neha Ojha 2021-10-28 22:26:34 +00:00
parent 78d6ac0d35
commit 0ec8380990
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
tasks:
- install:
branch: octopus
exclude_packages:
- ceph-volume
- print: "**** done install task..."
- print: "**** done start installing octopus cephadm ..."
- cephadm:

View File

@ -1,6 +1,8 @@
tasks:
- install:
branch: octopus
exclude_packages:
- ceph-volume
- cephadm:
image: docker.io/ceph/daemon-base:latest-octopus