部署 Oracle Integration 3

若要部署 Oracle Integration 3,請使用此程序:

請注意,在下列步驟中, xxx 是三個字母的小寫縮寫。命名慣例是您需要在組織內定義的一件事;請將下列步驟中使用的命名慣例視為範例。
  1. 在您 OCI 租用戶的根區間或內含區間底下,建立名為 xxx -oi3-admin-cmp 的父項區間。
  2. xxx -oi3-admin-cmp 內建立三個子區間:
    • xxx -oi3-operator-dev-cmp:適用於開發環境 Oracle Integration 3 執行處理。
    • xxx -oi3-operator-test-cmp:適用於測試環境 Oracle Integration 3 執行處理。
    • xxx -oi3-operator-prod-cmp:適用於生產環境 Oracle Integration 3 執行處理。
  3. 為每個環境建立 IAM 群組。接著,您可以在區間中定義的原則中參照這些群組:
    1. 在 OCI IAM 識別網域中建立 xxx -oi3-admin-grp。

      預設值:成員具有管理開發環境中 Oracle Integration 3 執行處理的權限。

    2. 在 OCI IAM 識別網域 oci-iam-iddev 中建立 xxx -oi3-operator-dev-grp

      預設值:成員有權停止、啟動、暫停開發環境中的 Oracle Integration 3 執行處理。

    3. 在 OCI IAM 識別網域 oci-iam-idtest 中建立 xxx -oi3-operator-test-grp

      預設值:成員有權停止、啟動、暫停測試環境中的 Oracle Integration 3 執行處理。

    4. 在 OCI IAM 識別網域中建立 xxx -oi3-operator-prod-grp:oci-iam-idprod

      預設值:成員有權停止、啟動、暫停生產環境中的 Oracle Integration 3 執行處理。

  4. 將使用者指定給不同識別網域中的個別群組。
  5. 定義授予適當權限給每個群組的 IAM 原則:
    allow group xxx-oi3-admin-grp to manage integration-instance in compartment xxx-oi3-admin-cmp 
    allow group oci-iam-id-dev/xxx-oi3-operator-dev-grp to use integrationinstance in compartment xxx-oi3-operator-dev-cmp 
    allow group oci-iam-id-test/xxx-oi3-operator-test-grp to use integrationinstance in compartment xxx-oi3-operator-test-cmp 
    allow group oci-iam-id-prod/xxx-oi3-operator-prod-grp to use integration-instance in compartment xxx-oi3-operator-prod-cmp 
    allow group xxx-oi3-admin-grp to read metrics in compartment xxx-oi3- operator-dev-cmp 
    allow group xxx-oi3-admin-grp to read metrics in compartment xxx-oi3- operator-test-cmp 
    allow group xxx-oi3-admin-grp to read metrics in compartment xxx-oi3- operator-prod-cmp 
    allow group oci-iam-id-dev/xxx-oi3-operator-dev-grp to read metrics in compartment xxx-oi3-operator-dev-cmp 
    allow group oci-iam-id-test/xxx-oi3-operator-test-grp to read metrics in compartment xxx-oi3-operator-test-cmp 
    allow group oci-iam-id-prod/xxx-oi3-operator-prod-grp to read metrics in compartment xxx-oi3-operator-prod-cmp
    其中
完成這些步驟後,您就可以開始對整合使用案例在 Oracle Integration 3 進行一般組態設定。