From 8ba1624f2161ff2d35667c33a6caf4eead7b6147 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 21 Apr 2017 10:45:33 -0700 Subject: [PATCH] tests: mgr nodes should have the ceph-mon repo install Signed-off-by: Andrew Schoen --- tests/functional/rhcs_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 286d8e5ae..f804a1908 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -80,7 +80,7 @@ - name: set MTU on eth1 command: "ifconfig eth1 mtu 1400 up" -- hosts: mons +- hosts: mons:mgrs gather_facts: false become: yes tasks: -- 2.39.5