From 3285b47703be29f65825e91870e3c9fdea821314 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 21 Sep 2018 17:16:00 +0200 Subject: [PATCH] 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 --- tests/functional/centos/7/ooo-collocation/hosts | 1 + 1 file changed, 1 insertion(+) 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: {} -- 2.39.5