]> 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>
Mon, 25 Oct 2021 18:15:17 +0000 (20:15 +0200)
commit120ed2b7f3047aba091d2028e05293034f89db23
tree2b5a026783c550e60ebf67e0eabd0b8aa40247bf
parent1019c7bf2595919c89d33d94d8e86c746aaaa3c6
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>
(cherry picked from commit fb8a66149bc5605c0e51ab137f46c2c48580452a)
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]