You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,16 @@ You can customize the default root password for MySQL by editing the source scri
79
79
80
80
Note that you will also need to change "meta_db_port" in deploy_on_oci.py if you choose to run Postgres.
81
81
82
+
## Object Storage Integration
83
+
As of the 2.1.0 release, included with this template is a means to deploy clusters with configuration to allow use of OCI Object Storage using S3 Compatability. In order to implement, an S3 Access and Secret key must be set up in the OCI Tenancy first. This process is detailed [here](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcredentials.htm#Working2). Once that is in place, modify the deploy_on_oci.py script, and set the following values:
84
+
85
+
s3_compat_enable = 'False'
86
+
s3a_secret_key = 'None'
87
+
s3a_access_key = 'None'
88
+
s3a_endpoint = 'None'
89
+
90
+
The first should be set to 'True', then replace 'None" with each of the required values. This configuration will then be pushed as part of the cluster deployment.
91
+
82
92
## Deployment Syntax
83
93
Deployment of the module is straight forward using the following Terraform commands
0 commit comments