Skip to content

Commit

Permalink
Merge pull request ceph#22116 from alfredodeza/wip-cv-ansible-deps
Browse files Browse the repository at this point in the history
ceph-volume tests.functional add notario dep for ceph-ansible

Reviewed-by: Andrew Schoen <[email protected]>
  • Loading branch information
andrewschoen authored May 23, 2018
2 parents 23c4cf5 + 22310f4 commit 9d0e6da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ deps=
ansible==2.4.1
testinfra==1.7.1
pytest-xdist
notario>=0.0.13
changedir=
# plain/unencrypted
centos7-filestore-create: {toxinidir}/centos7/filestore/create
Expand All @@ -39,6 +40,9 @@ changedir=
centos7-bluestore-prepare_activate: {toxinidir}/xenial/bluestore/prepare_activate
commands=
git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible
# XXX Ideally we should be able to consume the requirements for ceph-ansible directly,
# but the master branch doesn't pin dependencies so we can't guarantee to work correctly
#pip install -r {envdir}/tmp/ceph-ansible/requirements.txt

vagrant up {env:VAGRANT_UP_FLAGS:"--no-provision"} {posargs:--provider=virtualbox}
bash {toxinidir}/../scripts/generate_ssh_config.sh {changedir}
Expand Down
4 changes: 4 additions & 0 deletions src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ deps=
ansible==2.4.1
testinfra==1.7.1
pytest-xdist
notario>=0.0.13
changedir=
centos7-filestore-activate: {toxinidir}/centos7/filestore/activate
centos7-bluestore-activate: {toxinidir}/centos7/bluestore/activate
Expand All @@ -36,6 +37,9 @@ changedir=
centos7-filestore-dmcrypt_luks: {toxinidir}/centos7/filestore/dmcrypt-luks
commands=
git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible
# XXX Ideally we should be able to consume the requirements for ceph-ansible directly,
# but the master branch doesn't pin dependencies so we can't guarantee to work correctly
#pip install -r {envdir}/tmp/ceph-ansible/requirements.txt

vagrant up {env:VAGRANT_UP_FLAGS:"--no-provision"} {posargs:--provider=virtualbox}
bash {toxinidir}/../scripts/generate_ssh_config.sh {changedir}
Expand Down

0 comments on commit 9d0e6da

Please sign in to comment.