]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add mgr and nfs nodes in all_daemons
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Mar 2019 13:48:58 +0000 (14:48 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Mar 2019 14:40:43 +0000 (15:40 +0100)
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 <gabrioux@redhat.com>
tests/functional/all_daemons/container/vagrant_variables.yml
tests/functional/all_daemons/vagrant_variables.yml

index 81d5cc7aa2d9d5c0c962cca3a6ca6f8a92596a3d..ad8beaf5acb67127c11f63fd3d8cee79f7f08aa2 100644 (file)
@@ -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
index c1301ed307eff76ed442b20fa84fa93a13002b75..fb032384547db42ed9fb96b16c6ab0572d6647bb 100644 (file)
@@ -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'