From 1183112ee7f28480550f26cd636318ad3bf1061f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 11 Jul 2017 21:20:43 +0200 Subject: [PATCH] Tests: Add an mgr node do dmcrypt-dedicated-journal Add an mgr node to `dmcrypt-dedicated-journal` scenario testing. Signed-off-by: Guillaume Abrioux --- tests/functional/centos/7/crypt-ded-jrn/hosts | 3 +++ tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/functional/centos/7/crypt-ded-jrn/hosts b/tests/functional/centos/7/crypt-ded-jrn/hosts index f6a265ab3..6404712ae 100644 --- a/tests/functional/centos/7/crypt-ded-jrn/hosts +++ b/tests/functional/centos/7/crypt-ded-jrn/hosts @@ -3,3 +3,6 @@ mon0 [osds] osd0 + +[mgrs] +mgr0 diff --git a/tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml b/tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml index 8a8fb891d..4ee3aaa27 100644 --- a/tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml +++ b/tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml @@ -12,7 +12,7 @@ nfs_vms: 0 rbd_mirror_vms: 0 client_vms: 0 iscsi_gw_vms: 0 -mgr_vms: 0 +mgr_vms: 1 # Deploy RESTAPI on each of the Monitors restapi: true -- 2.39.5