Skip to content

Commit

Permalink
tests: uninstall ansible prior to install 6.0 req
Browse files Browse the repository at this point in the history
in order to avoid conflict with previous version installed

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jun 7, 2022
1 parent 6c9b1e1 commit 62af15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tox-subset_update.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ commands=
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
"'

pip uninstall -y ansible
pip install -r {toxinidir}/tests/requirements.txt
# upgrade mons
# mon1
Expand Down
1 change: 1 addition & 0 deletions tox-update.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ commands=
ceph_nfs_rgw_access_key=fake_access_key \
ceph_nfs_rgw_secret_key=fake_secret_key \
"'
pip uninstall -y ansible
pip install -r {toxinidir}/tests/requirements.txt
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/rolling_update.yml --extra-vars "\
ireallymeanit=yes \
Expand Down

0 comments on commit 62af15c

Please sign in to comment.