Oracle Integration 3のデプロイ

Oracle Integration 3をデプロイするには、この手順を使用します。

次の手順では、xxxは3文字の小文字の省略形であることに注意してください。命名規則は、組織内で定義する必要があるものです。次のステップで使用される命名規則を例として扱います。
  1. ルートまたは囲んでいるコンパートメントの下に、OCIテナンシ内にxxx-oi3-admin-cmpという親コンパートメントを作成します。
  2. xxx-oi3-admin-cmp内に3つのサブ・コンパートメントを作成します:
    • 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で統合のユース・ケースに対する通常の構成を開始できます。