OCI Object Storage requirements
A self-hosted installation also requires that you set up OCI Object Storage. This page describes the steps involved.
Setting up OCI Object Storage#
To set up OCI Object Storage for a self-hosted installation, do the following:
- Set up the buckets using your own naming scheme. The names you choose can be configured in the Helm Chart
values.yamlfile. A suggested format is:${COMPANY_NAME}-dtplatform-${ENVIRONMENT_SHORTNAME}-${BUCKET_TYPE}-${CLOUD_REGION} - Ensure that the following buckets are set up:
kafka- For the Kafka request/reply system (communication between services)filesvc- For the File Service storagescriptmanager- For the Script Manager/Worker log storagedatasourcesvc- For the Datasource Service file storageworkflowsvc- For the Workflow Service storage
- For example, the bucket names for a company called “ACME” in an environment called
prod1in theeu-frankfurt-1region would be:acme-dtplatform-prod1-kafka-eu-frankfurt-1acme-dtplatform-prod1-filesvc-eu-frankfurt-1acme-dtplatform-prod1-scriptmanager-eu-frankfurt-1acme-dtplatform-prod1-datasourcesvc-eu-frankfurt-1acme-dtplatform-prod1-workflowsvc-eu-frankfurt-1