Obtain the Multi-Cluster Manager deployment images

Download the IBM Storage Ceph Multi-Cluster Manager deployment images from IBM Cloud Container Registry (ICR).

Before you begin

Before you begin, make sure that you have the following prerequisites in place:
  • A host with internet access.
  • The ORAS (OCI Registry As Storage) command-line utility installed.
    Note: ORAS is a command-line utility that enables storage and retrieval of artifacts from OCI-compliant registries. Multi-Cluster Manager deployment images are distributed as OCI artifacts and require the ORAS CLI for download. For more information, see the ORAS website.
  • Valid IBM Customer Portal credentials with access to IBM Cloud Container Registry (cp.icr.io).
  • Sufficient disk space to store the downloaded deployment images.
  • A valid Red Hat Enterprise Linux (RHEL) subscription.

About this task

Multi-Cluster Manager deployment images are distributed through IBM Cloud Container Registry as OCI artifacts. Use the ORAS CLI to authenticate to the registry, review the contents of the OCI artifact, and download the deployment images required for your environment.

Procedure

  1. Log in to IBM Cloud Container Registry.
    oras login cp.icr.io
  2. When prompted, enter your IBM Customer Portal credentials.
  3. Optional: Review the contents of the Multi-Cluster Manager OCI artifact.
    oras manifest fetch cp.icr.io/cp/ibm-ceph/multi-cluster-manager:VERSION
    For example,
    oras manifest fetch cp.icr.io/cp/ibm-ceph/multi-cluster-manager:v1.1.0
    The command displays the OCI artifact manifest, including the deployment image files available for download.
  4. Download the Multi-Cluster Manager deployment artifact.
    oras pull cp.icr.io/cp/ibm-ceph/multi-cluster-manager:VERSION
    For example,
    oras pull cp.icr.io/cp/ibm-ceph/multi-cluster-manager:v1.1.0
    The command downloads the deployment image files to the current directory.

    The image naming convention is: multi-cluster-manager:VERSION

  5. Verify that the download completed successfully.
    ls -lh

Results

The IBM Storage Ceph Multi-Cluster Manager deployment images are downloaded to your local system and are available for deployment. Depending on the deployment image type that you use, you can deploy the Multi-Cluster Manager server on bare metal, VMware environments, or KVM-based environments.

What to do next

Install the IBM Storage Ceph Multi-Cluster Manager server by using the deployment image appropriate for your environment. For more information, see Install the Multi-Cluster Manager server.