Replicating Vendor Software Sources
Replicate a vendor software source from the root compartment to another compartment. This allows users that don't have access to root compartment resources to use the replicated vendor software source.
Replicating a software source doesn't duplicate its contents into the destination compartment. It creates a reference to the resource within the root compartment.
- Open the navigation menu and click Observability & Management. Under OS Management Hub, click Software sources.
- Under List scope, select the root compartment.
- Select the vendor software sources you want to replicate.
- From the Actions menu, click Replicate software source.
- Select the destination compartment, and then click Replicate.
Use the oci os-management-hub software-source replicate-vendor-swsrc command and required parameters to replicate a vendor software source into another compartment.
oci os-management-hub software-source replicate-vendor-swsrc --compartment-id ocid --origin-software-source-id vendor-source-ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the CreateSoftwareSource operation setting the softwareSourceType to
VENDOR
and providing the CreateVendorSoftwareSourceDetails object.