Skip to main content
Version: v5.0

OCI Object Storage requirements

One additional requirement for SMI is that you need to set up OCI Object Storage. This page describes the steps involved.

Setting up OCI Object Storage for SMI#

To set up OCI Object Storage for SMI, do the following:

  1. Set up four buckets using your own naming scheme. The names you choose can be configured in the Helm Chart file values.yaml. A suggested format for your naming scheme would be:
    ${COMPANY_NAME}-dtplatform-${ENVIRONMENT_SHORTNAME}-${BUCKET_TYPE}-${CLOUD_REGION}
  2. Ensure that the required four buckets are set up as follows:
  • 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 Datasources Service file storage
  • For example, the four bucket names for a company called “ACME” in an environment called prod1 in the eu-frankfurt-1 region, would be as follows:
    • 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