mirror of https://github.com/ceph/ceph-ansible.git
ci: add iscsi test
Add iscsi CI coverage, this will now deploy iscsi gateways in container. Signed-off-by: Sébastien Han <seb@redhat.com>pull/2740/head
parent
91bf53ee93
commit
5ff2f03e3f
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
gateway_ip_list: 192.168.1.90
|
|
@ -24,3 +24,6 @@ client1
|
||||||
|
|
||||||
[rbdmirrors]
|
[rbdmirrors]
|
||||||
rbd-mirror0
|
rbd-mirror0
|
||||||
|
|
||||||
|
[iscsi-gws]
|
||||||
|
iscsi-gw0
|
||||||
|
|
|
@ -11,7 +11,7 @@ rgw_vms: 1
|
||||||
nfs_vms: 1
|
nfs_vms: 1
|
||||||
rbd_mirror_vms: 1
|
rbd_mirror_vms: 1
|
||||||
client_vms: 2
|
client_vms: 2
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 1
|
||||||
mgr_vms: 1
|
mgr_vms: 1
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
# Deploy RESTAPI on each of the Monitors
|
||||||
|
|
Loading…
Reference in New Issue