(WIP) (DNM) Added additional configuration for ceph rgw

Added default values for additional ceph rgw 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

Pointed to the in review OSH Ceph rgw chart patchset test for testing.

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 c541b76f8b
2 changed files with 8 additions and 4 deletions

View File

@ -135,6 +135,10 @@ data:
config:
#NOTE (portdirect): See http://tracker.ceph.com/issues/21226
rgw_keystone_token_cache_size: '0'
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

@ -377,8 +377,8 @@ data:
subpath: ceph-provisioners
type: git
ceph-rgw:
location: https://opendev.org/openstack/openstack-helm-infra
reference: 03580ec90afa162c166661acf27f351b83565375
location: https://review.opendev.org/openstack/openstack-helm-infra
reference: refs/changes/59/727259/2
subpath: ceph-rgw
type: git
deckhand:
@ -527,8 +527,8 @@ data:
subpath: ceph-provisioners
type: git
tenant-ceph-rgw:
location: https://opendev.org/openstack/openstack-helm-infra
reference: 03580ec90afa162c166661acf27f351b83565375
location: https://review.opendev.org/openstack/openstack-helm-infra
reference: refs/changes/59/727259/2
subpath: ceph-rgw
type: git
tiller: