From 9604e65599fe834ec3ae28f7f854b43879d22b50 Mon Sep 17 00:00:00 2001 From: Logan V Date: Wed, 21 Mar 2018 00:47:24 -0500 Subject: [PATCH] Re-add ceph NFS gateway disable settings The vars to disable ceph's ganesha NFS gateway installation were mistakenly removed in I243e742da3bf7d1e452998f257f7d0804e13237b. The NFS gateway serves no purpose in an OSA installation and should be disabled by default. Change-Id: Iaf2667b7cbd63b6fee04075122a2a532471cf205 --- inventory/group_vars/ceph_all.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inventory/group_vars/ceph_all.yml b/inventory/group_vars/ceph_all.yml index 761c4a5791..25f7febb42 100644 --- a/inventory/group_vars/ceph_all.yml +++ b/inventory/group_vars/ceph_all.yml @@ -22,3 +22,8 @@ ceph_container_bind_mounts: # combine any ceph_conf_overrides with other RGW specific overrides. ceph_conf_overrides_custom: {} ceph_conf_overrides: "{{ (ceph_conf_overrides_rgw | default({})) | combine(ceph_conf_overrides_custom, recursive=True) }}" + +# Disable the NFS gateway PPA and package install by default as it is not +# needed. +nfs_file_gw: False +nfs_obj_gw: False