]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: do not deploy all daemons for shrink osds scenarios
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 23 Jul 2018 14:40:49 +0000 (16:40 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 23 Jul 2018 16:31:12 +0000 (18:31 +0200)
commit7d9f7d88c502417e9b637e58355ebf360e7abb9a
treed5632bbaa4221dec5d1a89377fef3ee62dfef032
parent5bdaa81288d3af1345e040327d899b1d998e5384
tests: do not deploy all daemons for shrink osds scenarios

Let's create a dedicated environment for these scenarios, there is no
need to deploy everything.
By the way, doing so will save some times.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit b89cc1746f8652b67d95410ed80473d1a2c3d312)
15 files changed:
tests/functional/centos/7/shrink_osd/Vagrantfile [new symlink]
tests/functional/centos/7/shrink_osd/ceph-override.json [new file with mode: 0644]
tests/functional/centos/7/shrink_osd/group_vars/all [new file with mode: 0644]
tests/functional/centos/7/shrink_osd/group_vars/mons [new file with mode: 0644]
tests/functional/centos/7/shrink_osd/group_vars/osds [new file with mode: 0644]
tests/functional/centos/7/shrink_osd/hosts [new file with mode: 0644]
tests/functional/centos/7/shrink_osd/vagrant_variables.yml [new file with mode: 0644]
tests/functional/centos/7/shrink_osd_container/Vagrantfile [new symlink]
tests/functional/centos/7/shrink_osd_container/ceph-override.json [new symlink]
tests/functional/centos/7/shrink_osd_container/group_vars/all [new file with mode: 0644]
tests/functional/centos/7/shrink_osd_container/group_vars/mons [new file with mode: 0644]
tests/functional/centos/7/shrink_osd_container/group_vars/osds [new file with mode: 0644]
tests/functional/centos/7/shrink_osd_container/hosts [new file with mode: 0644]
tests/functional/centos/7/shrink_osd_container/vagrant_variables.yml [new file with mode: 0644]
tox.ini