部署 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
    WHERE
完成这些步骤后,可以开始在 Oracle Integration 3 上为集成用例进行常规配置。