From 005cb09ba975aaedfd050d778046f792498a977c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 28 Mar 2019 14:48:58 +0100 Subject: [PATCH] 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 --- tests/functional/all_daemons/container/vagrant_variables.yml | 2 +- tests/functional/all_daemons/vagrant_variables.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'