mirror of https://github.com/ceph/ceph-ansible.git
tests: disable iscsigw testing (container)
Temporarily disable iscsigw testing for containerized deployments because it's broken upstream on ceph@master. non-containerized deployments use stable build for iscsigw to get around this issue. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/5663/head
parent
cb8f0237e1
commit
bd9e126357
|
@ -31,8 +31,8 @@ client1
|
||||||
[rbdmirrors]
|
[rbdmirrors]
|
||||||
rbd-mirror0
|
rbd-mirror0
|
||||||
|
|
||||||
[iscsigws]
|
#[iscsigws]
|
||||||
iscsi-gw0
|
#iscsi-gw0
|
||||||
|
|
||||||
[grafana-server]
|
[grafana-server]
|
||||||
mon0
|
mon0
|
||||||
|
|
|
@ -12,7 +12,7 @@ nfs_vms: 1
|
||||||
grafana_server_vms: 0
|
grafana_server_vms: 0
|
||||||
rbd_mirror_vms: 1
|
rbd_mirror_vms: 1
|
||||||
client_vms: 2
|
client_vms: 2
|
||||||
iscsi_gw_vms: 1
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 1
|
mgr_vms: 1
|
||||||
|
|
||||||
# SUBNETS TO USE FOR THE VMS
|
# SUBNETS TO USE FOR THE VMS
|
||||||
|
|
Loading…
Reference in New Issue