From: Guillaume Abrioux Date: Fri, 21 Sep 2018 15:16:00 +0000 (+0200) Subject: tests: add an RGW node on osd0 for ooo-collocation X-Git-Tag: v3.2.0beta3~14 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3285b47703be29f65825e91870e3c9fdea821314;p=ceph-ansible.git tests: add an RGW node on osd0 for ooo-collocation get more coverage by adding an RGW daemon collocated on osd0. We've missed a bug in the past which could have been caught earlier in the CI. Let's add this additional daemon in order to have a better coverage. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/centos/7/ooo-collocation/hosts b/tests/functional/centos/7/ooo-collocation/hosts index c75f1599e..ae671a1be 100644 --- a/tests/functional/centos/7/ooo-collocation/hosts +++ b/tests/functional/centos/7/ooo-collocation/hosts @@ -85,3 +85,4 @@ rbdmirrors: rgws: hosts: mon0: {} + osd0: {}