From: Guillaume Abrioux Date: Tue, 11 Jul 2017 19:20:43 +0000 (+0200) Subject: Tests: Add an mgr node do dmcrypt-dedicated-journal X-Git-Tag: v2.3.0rc2~3^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1183112ee7f28480550f26cd636318ad3bf1061f;p=ceph-ansible.git Tests: Add an mgr node do dmcrypt-dedicated-journal Add an mgr node to `dmcrypt-dedicated-journal` scenario testing. Signed-off-by: Guillaume Abrioux --- 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