From: Sébastien Han Date: Thu, 6 Apr 2017 15:26:52 +0000 (+0200) Subject: test: add mgr bootstrap support X-Git-Tag: v2.2.0~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1377%2Fhead;p=ceph-ansible.git test: add mgr bootstrap support Signed-off-by: Sébastien Han --- diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index ded9c1540..576ef0034 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -12,7 +12,7 @@ nfs_vms: 0 rbd_mirror_vms: 0 client_vms: 1 iscsi_gw_vms: 0 -mgr_vms: 0 +mgr_vms: 1 # Deploy RESTAPI on each of the Monitors restapi: true diff --git a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml index f4e71cd9a..40e76fefd 100644 --- a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml @@ -12,7 +12,7 @@ nfs_vms: 0 rbd_mirror_vms: 0 client_vms: 1 iscsi_gw_vms: 0 -mgr_vms: 0 +mgr_vms: 1 # Deploy RESTAPI on each of the Monitors restapi: true