]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add new scenario subset_update
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 20 Oct 2021 07:59:48 +0000 (09:59 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Oct 2021 18:51:14 +0000 (20:51 +0200)
commitfb8a66149bc5605c0e51ab137f46c2c48580452a
tree87c0b84a966c815ca00843663f0e9e2d23c593cf
parent84118a3063e38ed9d274cca90d115809353819b4
tests: add new scenario subset_update

new scenario in order to test the subset upgrade approach using tags.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
22 files changed:
tests/functional/subset_update/Vagrantfile [new symlink]
tests/functional/subset_update/ceph-override.json [new file with mode: 0644]
tests/functional/subset_update/container/Vagrantfile [new symlink]
tests/functional/subset_update/container/ceph-override.json [new symlink]
tests/functional/subset_update/container/group_vars/all [new file with mode: 0644]
tests/functional/subset_update/container/group_vars/clients [new file with mode: 0644]
tests/functional/subset_update/container/group_vars/iscsigws [new file with mode: 0644]
tests/functional/subset_update/container/group_vars/mons [new file with mode: 0644]
tests/functional/subset_update/container/group_vars/osds [new file with mode: 0644]
tests/functional/subset_update/container/group_vars/rgws [new file with mode: 0644]
tests/functional/subset_update/container/hosts [new file with mode: 0644]
tests/functional/subset_update/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/subset_update/group_vars/all [new file with mode: 0644]
tests/functional/subset_update/group_vars/clients [new file with mode: 0644]
tests/functional/subset_update/group_vars/iscsigws [new file with mode: 0644]
tests/functional/subset_update/group_vars/mons [new file with mode: 0644]
tests/functional/subset_update/group_vars/nfss [new file with mode: 0644]
tests/functional/subset_update/group_vars/osds [new file with mode: 0644]
tests/functional/subset_update/group_vars/rgws [new file with mode: 0644]
tests/functional/subset_update/hosts [new file with mode: 0644]
tests/functional/subset_update/vagrant_variables.yml [new file with mode: 0644]
tox-subset-update.ini [new file with mode: 0644]