mirror of https://github.com/ceph/ceph-ansible.git
test: disable nfs for containers
Based on https://github.com/ceph/ceph-container/pull/1269 and given
there are no stable packages and reliable repository, we disable nfs
ganesha temporarly.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 6c3ef90ebe
)
pull/3416/head
parent
8d1c67beb2
commit
fa8bd10cac
|
@ -22,6 +22,6 @@ osd0
|
||||||
rgw0
|
rgw0
|
||||||
mds0
|
mds0
|
||||||
|
|
||||||
[nfss]
|
#[nfss]
|
||||||
rgw0
|
#rgw0
|
||||||
mds0
|
#mds0
|
||||||
|
|
|
@ -16,8 +16,8 @@ mds0
|
||||||
[rgws]
|
[rgws]
|
||||||
rgw0
|
rgw0
|
||||||
|
|
||||||
[nfss]
|
#[nfss]
|
||||||
nfs0
|
#nfs0
|
||||||
|
|
||||||
[clients]
|
[clients]
|
||||||
client0
|
client0
|
||||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
||||||
osd_vms: 2
|
osd_vms: 2
|
||||||
mds_vms: 1
|
mds_vms: 1
|
||||||
rgw_vms: 1
|
rgw_vms: 1
|
||||||
nfs_vms: 1
|
nfs_vms: 0
|
||||||
rbd_mirror_vms: 1
|
rbd_mirror_vms: 1
|
||||||
client_vms: 2
|
client_vms: 2
|
||||||
iscsi_gw_vms: 1
|
iscsi_gw_vms: 1
|
||||||
|
|
|
@ -18,5 +18,5 @@ rgw0
|
||||||
[clients]
|
[clients]
|
||||||
client0
|
client0
|
||||||
|
|
||||||
[nfss]
|
#[nfss]
|
||||||
nfs0
|
#nfs0
|
||||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
||||||
osd_vms: 1
|
osd_vms: 1
|
||||||
mds_vms: 1
|
mds_vms: 1
|
||||||
rgw_vms: 1
|
rgw_vms: 1
|
||||||
nfs_vms: 1
|
nfs_vms: 0
|
||||||
rbd_mirror_vms: 0
|
rbd_mirror_vms: 0
|
||||||
client_vms: 1
|
client_vms: 1
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
|
|
Loading…
Reference in New Issue