From be3b5b42515f2b297274162ff199276ac280100e Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 23 Jan 2017 09:22:06 -0600 Subject: [PATCH] tests/xenial_cluster: adds a client node Signed-off-by: Andrew Schoen (cherry picked from commit a774ea025d5c9854efbab1be28e0a832b882140a) --- tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml index f894771c0..35a60b9ba 100644 --- a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml @@ -10,7 +10,7 @@ mds_vms: 1 rgw_vms: 1 nfs_vms: 0 rbd_mirror_vms: 0 -client_vms: 0 +client_vms: 1 iscsi_gw_vms: 0 # Deploy RESTAPI on each of the Monitors -- 2.47.3