Creating a Compute Cloud@Customer Infrastructure in OCI

Create a Compute Cloud@Customer infrastructure in Oracle Cloud Infrastructure (OCI) to communicate with the corresponding infrastructure in the data center.

Before creating an infrastructure, ensure that the following tenancy setup has been completed. See Preparing Your Tenancy.
  • A compartment is set up to host the infrastructure definitions.
  • A VCN and subnet are set up as required by the infrastructure.
  • IAM policies are set up to provide appropriate user and resource access to the infrastructure compartment.

Also ensure that an upgrade schedule for this infrastructure is defined. If you don't set up an upgrade schedule, Oracle can upgrade the infrastructure at any time. See Creating a Compute Cloud@Customer Upgrade Schedule.

  • To create an infrastructure, follow these steps:
    1. In the Oracle Cloud Console, open the navigation menu, click Hybrid, and then click Oracle Compute Cloud@Customer.
    2. Click Infrastructures.
    3. Select the compartment that you want to create the infrastructure in.
    4. Click Create infrastructure.
    5. Define the following infrastructure parameters. Avoid entering confidential information.
      • Display name: The name shown when listing infrastructures in the Oracle Cloud Console. This name must match the System Name supplied to Oracle in the Networking Checklist.
      • Description: (Optional) Information about the infrastructure to distinguish it from others.
      • Compartment: The compartment that you want to create the infrastructure in. This value can't be edited later.
      • Networking: The VCN and subnet for this infrastructure. This value can't be edited later.
      • Upgrade schedule: (Optional) The upgrade schedule associated with this infrastructure, which defines when it may be upgraded.
    6. Click Show advanced options to add tags to the infrastructure if required.
      If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags.
    7. Click Create.

    What's Next?

    Connect the Compute Cloud@Customer infrastructure to your OCI tenancy. See Connecting a Compute Cloud@Customer Infrastructure to OCI.

  • Use the ccc infrastructure create command and required parameters to create an infrastructure:

    oci ccc infrastructure create --compartment-id <compartment ocid> --display-name <Descriptive name> --subnet-id <subnet to connect infrastructure to>... [OPTIONS]

    Avoid entering confidential information.

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

    What's Next?

    Connect the Compute Cloud@Customer infrastructure to your OCI tenancy. See Connecting a Compute Cloud@Customer Infrastructure to OCI.

  • Use the CreateCccInfrastructure operation to create a Compute Cloud@Customer infrastructure.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    What's Next?

    Connect the Compute Cloud@Customer infrastructure to your OCI tenancy. See Connecting a Compute Cloud@Customer Infrastructure to OCI.