(WIP) Added additional configuration for ceph rgw

Added default values for additional ceph configurations required
for CNTT certification testing:
rgw swift versioning enabled = true
rgw_max_attr_name_len = 64
rgw_max_attrs_num_in_req = 32
rgw_max_attr_size = 1024

Change-Id: Ied750e8e525bf60b72e8d508dba8e48db169de71
Signed-off-by: James Gu <james.gu@att.com>
This commit is contained in:
James Gu 2020-05-05 16:06:33 -07:00
parent 1678cf635f
commit 30031a8261
2 changed files with 9 additions and 2 deletions

View File

@ -132,9 +132,16 @@ data:
conf:
rgw_ks:
enabled: true
config:
rgw:
config:
#NOTE (portdirect): See http://tracker.ceph.com/issues/21226
rgw_keystone_token_cache_size: '0'
ceph:
global:
rgw_max_attr_name_len: 64
rgw_max_attrs_num_in_req: 32
rgw_max_attr_size: 1024
rgw_swift_versioning_enabled: true
ceph_client:
configmap: tenant-ceph-etc
secrets:

View File

@ -378,7 +378,7 @@ data:
type: git
ceph-rgw:
location: https://opendev.org/openstack/openstack-helm-infra
reference: 03580ec90afa162c166661acf27f351b83565375
reference: 03580ec90afa162c166661acf27f351b83565375
subpath: ceph-rgw
type: git
deckhand: