]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
allow adding a RGW to already deployed cluster
authorRishabh Dave <ridave@redhat.com>
Sun, 7 Apr 2019 06:36:31 +0000 (02:36 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 May 2019 12:03:29 +0000 (14:03 +0200)
commita56bbb46fee84b2508cc2d48ebc5214dd1f137a9
tree2bcb2544b008626f920a1710bcc9c06f5f74315e
parentb6d53527831af2252585f1e75d2ae49c79b30e7b
allow adding a RGW to already deployed cluster

Add a tox scenario that adds a new RGW node as a part of already
deployed Ceph cluster and deploys RGW there.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1677431
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit f2012224475dc7b8352ed4b179c1d5f1aac55a50)

Conflicts:
tox.ini
replaced "dev" and "nautilus" during cherry-pick.
15 files changed:
tests/functional/add-rgws/Vagrantfile [new symlink]
tests/functional/add-rgws/ceph-override.json [new symlink]
tests/functional/add-rgws/container/Vagrantfile [new symlink]
tests/functional/add-rgws/container/ceph-override.json [new symlink]
tests/functional/add-rgws/container/group_vars/all [new file with mode: 0644]
tests/functional/add-rgws/container/hosts [new file with mode: 0644]
tests/functional/add-rgws/container/hosts-2 [new file with mode: 0644]
tests/functional/add-rgws/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/add-rgws/group_vars/all [new file with mode: 0644]
tests/functional/add-rgws/group_vars/rgws [new file with mode: 0644]
tests/functional/add-rgws/hosts [new file with mode: 0644]
tests/functional/add-rgws/hosts-2 [new file with mode: 0644]
tests/functional/add-rgws/hosts-ubuntu [new symlink]
tests/functional/add-rgws/vagrant_variables.yml [new file with mode: 0644]
tox.ini