Skip to main content
Version: v5.1

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:

  1. Set up the buckets using your own naming scheme. The names you choose can be configured in the Helm Chart values.yaml file. A suggested format is:
    ${COMPANY_NAME}-dtplatform-${ENVIRONMENT_SHORTNAME}-${BUCKET_TYPE}-${CLOUD_REGION}
  2. Ensure that the following buckets are set up:
    • kafka - For the Kafka request/reply system (communication between services)
    • filesvc - For the File Service storage
    • scriptmanager - For the Script Manager/Worker log storage
    • datasourcesvc - For the Datasource Service file storage
    • workflowsvc - For the Workflow Service storage
  3. For example, the bucket names for a company called “ACME” in an environment called prod1 in the eu-frankfurt-1 region would be:
    • acme-dtplatform-prod1-kafka-eu-frankfurt-1
    • acme-dtplatform-prod1-filesvc-eu-frankfurt-1
    • acme-dtplatform-prod1-scriptmanager-eu-frankfurt-1
    • acme-dtplatform-prod1-datasourcesvc-eu-frankfurt-1
    • acme-dtplatform-prod1-workflowsvc-eu-frankfurt-1