centos8-bluestore-mixed_type_explicit: {toxinidir}/centos8/bluestore/mixed-type-explicit
centos8-bluestore-mixed_type_dmcrypt_explicit: {toxinidir}/centos8/bluestore/mixed-type-dmcrypt-explicit
commands=
- git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible
+ git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch {env:CEPH_ANSIBLE_CLONE:"https://github.com/ceph/ceph-ansible.git"} {envdir}/tmp/ceph-ansible
python -m pip install -r {envdir}/tmp/ceph-ansible/tests/requirements.txt
# bash {toxinidir}/../scripts/vagrant_up.sh {env:VAGRANT_UP_FLAGS:""} {posargs:--provider=virtualbox}
ceph_origin: 'repository'
ceph_repository: 'dev'
copy_admin_key: false
+pv_devices:
+ - /dev/vdb
+ - /dev/vdc
lvm_volumes:
- data: data-lv1
data_vg: test_group
ceph_origin: 'repository'
ceph_repository: 'dev'
copy_admin_key: false
+pv_devices:
+ - /dev/vdb
+ - /dev/vdc
lvm_volumes:
- data: data-lv1
data_vg: test_group
ceph_origin: 'repository'
ceph_repository: 'dev'
copy_admin_key: false
+pv_devices:
+ - /dev/vdb
+ - /dev/vdc
# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
lvm_volumes:
- data: data-lv1
ceph_origin: 'repository'
ceph_repository: 'dev'
copy_admin_key: false
+pv_devices:
+ - /dev/vdb
+ - /dev/vdc
# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
lvm_volumes:
- data: data-lv1
suffix: sparse
register: tmpdir
- - name: create a 5GB sparse file
- command: fallocate -l 5G {{ tmpdir.path }}/sparse.file
+ - name: create a 1GB sparse file
+ command: fallocate -l 1G {{ tmpdir.path }}/sparse.file
- name: find an empty loop device
command: losetup -f
suffix: sparse
register: tmpdir
- - name: create a 5GB sparse file
- command: fallocate -l 5G {{ tmpdir.path }}/sparse.file
+ - name: create a 1GB sparse file
+ command: fallocate -l 1G {{ tmpdir.path }}/sparse.file
- name: find an empty loop device
command: losetup -f
centos8-filestore-prepare_activate: {toxinidir}/xenial/filestore/prepare_activate
centos8-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
+ git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch {env:CEPH_ANSIBLE_CLONE:"https://github.com/ceph/ceph-ansible.git"} {envdir}/tmp/ceph-ansible
pip install -r {envdir}/tmp/ceph-ansible/tests/requirements.txt
bash {toxinidir}/../scripts/vagrant_up.sh {env:VAGRANT_UP_FLAGS:"--no-provision"} {posargs:--provider=virtualbox}