部署 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-id-dev 中建立 xxx -oi3-operator-dev-grp

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

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

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

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

      預設值:成員有權在生產環境中停止、啟動及暫停 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 進行一般組態設定。