From 5ff2f03e3f05e4f3aa54c960a9db430c4990fdbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Fri, 23 Mar 2018 11:27:35 +0800 Subject: [PATCH] ci: add iscsi test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add iscsi CI coverage, this will now deploy iscsi gateways in container. Signed-off-by: Sébastien Han --- tests/functional/centos/7/docker/group_vars/iscsi-gws | 2 ++ tests/functional/centos/7/docker/hosts | 3 +++ tests/functional/centos/7/docker/vagrant_variables.yml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/functional/centos/7/docker/group_vars/iscsi-gws diff --git a/tests/functional/centos/7/docker/group_vars/iscsi-gws b/tests/functional/centos/7/docker/group_vars/iscsi-gws new file mode 100644 index 000000000..f08f50a87 --- /dev/null +++ b/tests/functional/centos/7/docker/group_vars/iscsi-gws @@ -0,0 +1,2 @@ +--- +gateway_ip_list: 192.168.1.90 diff --git a/tests/functional/centos/7/docker/hosts b/tests/functional/centos/7/docker/hosts index b4c4db3fa..4fc8d38f7 100644 --- a/tests/functional/centos/7/docker/hosts +++ b/tests/functional/centos/7/docker/hosts @@ -24,3 +24,6 @@ client1 [rbdmirrors] rbd-mirror0 + +[iscsi-gws] +iscsi-gw0 diff --git a/tests/functional/centos/7/docker/vagrant_variables.yml b/tests/functional/centos/7/docker/vagrant_variables.yml index ec599445f..74a5b905f 100644 --- a/tests/functional/centos/7/docker/vagrant_variables.yml +++ b/tests/functional/centos/7/docker/vagrant_variables.yml @@ -11,7 +11,7 @@ rgw_vms: 1 nfs_vms: 1 rbd_mirror_vms: 1 client_vms: 2 -iscsi_gw_vms: 0 +iscsi_gw_vms: 1 mgr_vms: 1 # Deploy RESTAPI on each of the Monitors -- 2.39.5