-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds 3.13.1 release notes * Adds 3.13.1 release notes --------- Co-authored-by: Steven Smith <stevsmit@stevsmit-thinkpadt14gen4.remote.csb>
- Loading branch information
Showing
4 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
:_content-type: REFERENCE | ||
[id="config-fields-hcp"] | ||
= Hitachi Content Platform object storage | ||
|
||
The following YAML shows a sample configuration using HCP for object storage. | ||
|
||
.Example HCP storage configuration | ||
[source,yaml] | ||
---- | ||
DISTRIBUTED_STORAGE_CONFIG: | ||
hcp_us: | ||
- RadosGWStorage | ||
- access_key: <access_key> | ||
bucket_name: <bucket_name> | ||
hostname: <hitachi_hostname_example> | ||
is_secure: true | ||
secret_key: <secret_key> | ||
storage_path: /datastorage/registry | ||
signature_version: v4 | ||
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS: | ||
- hcp_us | ||
DISTRIBUTED_STORAGE_PREFERENCE: | ||
- hcp_us | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters