From: Guillaume Abrioux Date: Thu, 28 Mar 2019 13:48:58 +0000 (+0100) Subject: tests: add mgr and nfs nodes in all_daemons X-Git-Tag: v3.2.11~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=005cb09ba975aaedfd050d778046f792498a977c;p=ceph-ansible.git tests: add mgr and nfs nodes in all_daemons even not used, we need to fire up those VMs to be able to perform the upgrade in the CI. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/container/vagrant_variables.yml b/tests/functional/all_daemons/container/vagrant_variables.yml index 81d5cc7aa..ad8beaf5a 100644 --- a/tests/functional/all_daemons/container/vagrant_variables.yml +++ b/tests/functional/all_daemons/container/vagrant_variables.yml @@ -8,7 +8,7 @@ mon_vms: 3 osd_vms: 2 mds_vms: 1 rgw_vms: 1 -nfs_vms: 0 +nfs_vms: 1 rbd_mirror_vms: 1 client_vms: 2 iscsi_gw_vms: 1 diff --git a/tests/functional/all_daemons/vagrant_variables.yml b/tests/functional/all_daemons/vagrant_variables.yml index c1301ed30..fb0323845 100644 --- a/tests/functional/all_daemons/vagrant_variables.yml +++ b/tests/functional/all_daemons/vagrant_variables.yml @@ -8,11 +8,11 @@ mon_vms: 3 osd_vms: 2 mds_vms: 1 rgw_vms: 1 -nfs_vms: 0 +nfs_vms: 1 rbd_mirror_vms: 1 client_vms: 2 iscsi_gw_vms: 1 -mgr_vms: 0 +mgr_vms: 1 # INSTALL SOURCE OF CEPH # valid values are 'stable' and 'dev'