Skip to content

Commit

Permalink
ceph-volume/tests: workaround rpm issue
Browse files Browse the repository at this point in the history
needs to be updated prior to running setup.yml

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
  • Loading branch information
guits committed May 3, 2023
1 parent 5b35a46 commit dbe372a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini
Expand Up @@ -41,6 +41,8 @@ commands=

cp {toxinidir}/../playbooks/deploy.yml {envdir}/tmp/ceph-ansible

ansible -vv -i {changedir}/hosts all -b -m package -a 'name=rpm state=latest'

# individual scenario setup
ansible-playbook -vv -i {changedir}/hosts {changedir}/setup.yml

Expand Down
2 changes: 2 additions & 0 deletions src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
Expand Up @@ -39,6 +39,8 @@ commands=
# create logical volumes to test with on the vms
ansible-playbook -vv -i {changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/lvm_setup.yml

ansible -vv -i {changedir}/hosts all -b -m package -a 'name=rpm state=latest'

# ad-hoc/local test setup for lvm
ansible-playbook -vv -i {changedir}/hosts {changedir}/setup.yml

Expand Down

0 comments on commit dbe372a

Please sign in to comment.