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-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の通常の構成を開始できます。