mirror of https://github.com/ceph/ceph-ansible.git
disable nfs scenario
The packages are broken, so let's remove it, until this solved.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit a502327e52
)
pull/3416/head
parent
fa8bd10cac
commit
50fe56044e
|
@ -20,8 +20,8 @@ ceph-rgw0
|
||||||
ceph-client0
|
ceph-client0
|
||||||
ceph-client1
|
ceph-client1
|
||||||
|
|
||||||
[nfss]
|
#[nfss]
|
||||||
ceph-nfs0
|
#ceph-nfs0
|
||||||
|
|
||||||
[rbdmirrors]
|
[rbdmirrors]
|
||||||
ceph-rbd-mirror0
|
ceph-rbd-mirror0
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue