NVIDIA Domain Power Service (DPS) (air-gapped)#

Install DPS in air-gapped mode using the BCM cm-mission-control-setup wizard. The bundle must be present in the current directory and the local registry must be configured to pull images from the bundle.

  1. Install the DPS plugin package from the bundle on the BCM head node:

    dpkg -i bundle/files/cm-setup-dps-*.deb
    
  2. Run the wizard with --skip-packages (required in air-gapped environments):

    cm-mission-control-setup --skip-packages
    
  3. When the wizard prompts, indicate an air-gapped deployment and provide:

    • airgap_helm_repo_url — URL of the Helm repository in the air-gap environment.

    • airgap_ca_cert — Path to the CA certificate for your private registry (required if the registry uses a self-signed or enterprise CA).

    • airgap_values_str — Any additional Helm values needed for air-gap (component-specific).

Once the wizard completes, proceed with the rest of the DPS installation steps as provided in the documentation for the component.