Skip to content

Files

Latest commit

 

History

History
23 lines (21 loc) · 913 Bytes

config-fields-storage-noobaa.adoc

File metadata and controls

23 lines (21 loc) · 913 Bytes

OpenShift Container Storage/NooBaa

The following YAML shows a sample configuration using an OpenShift Container Storage/NooBaa instance:

DISTRIBUTED_STORAGE_CONFIG:
  rhocsStorage:
    - RHOCSStorage
    - access_key: access_key_here
      secret_key: secret_key_here
      bucket_name: quay-datastore-9b2108a3-29f5-43f2-a9d5-2872174f9a56
      hostname: s3.openshift-storage.svc.cluster.local
      is_secure: 'true'
      port: '443'
      storage_path: /datastorage/registry
      maximum_chunk_size_mb: 100 (1)
      server_side_assembly: true (2)
  1. Defines the maximum chunk size, in MB, for the final copy. Has no effect if server_side_assembly is set to false.

  2. Optional. Whether {productname} should try and use server side assembly and the final chunked copy instead of client assembly. Defaults to true.