From: Sébastien Han Date: Mon, 23 Apr 2018 08:01:23 +0000 (+0200) Subject: ci: bump client nodes to 2 X-Git-Tag: v3.1.0beta8~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71efa2eaf49c3dd4becff63a2fbe82f36249873a;p=ceph-ansible.git ci: bump client nodes to 2 In order to test the key distribution is correct we must have 2 client nodes. Signed-off-by: Sébastien Han --- diff --git a/tests/functional/centos/7/cluster/hosts b/tests/functional/centos/7/cluster/hosts index 2d044caa8..06c2eef38 100644 --- a/tests/functional/centos/7/cluster/hosts +++ b/tests/functional/centos/7/cluster/hosts @@ -17,6 +17,7 @@ ceph-rgw0 [clients] ceph-client0 +ceph-client1 [nfss] ceph-nfs0 diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index 022dfaedf..ed8acb687 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -10,7 +10,7 @@ mds_vms: 1 rgw_vms: 1 nfs_vms: 1 rbd_mirror_vms: 1 -client_vms: 1 +client_vms: 2 iscsi_gw_vms: 1 mgr_vms: 1 diff --git a/tests/functional/centos/7/docker/hosts b/tests/functional/centos/7/docker/hosts index 8b42eeeac..b4c4db3fa 100644 --- a/tests/functional/centos/7/docker/hosts +++ b/tests/functional/centos/7/docker/hosts @@ -20,6 +20,7 @@ nfs0 [clients] client0 +client1 [rbdmirrors] rbd-mirror0 diff --git a/tests/functional/centos/7/docker/vagrant_variables.yml b/tests/functional/centos/7/docker/vagrant_variables.yml index eb32bb5c0..ec599445f 100644 --- a/tests/functional/centos/7/docker/vagrant_variables.yml +++ b/tests/functional/centos/7/docker/vagrant_variables.yml @@ -10,7 +10,7 @@ mds_vms: 1 rgw_vms: 1 nfs_vms: 1 rbd_mirror_vms: 1 -client_vms: 1 +client_vms: 2 iscsi_gw_vms: 0 mgr_vms: 1