Skip to content

openshift-cluster-ocpv-deploy-broker

A blueprint for safely removing Advanced Cluster Management from an OpenShift cluster

OpenShift Virtualization Resource Broker

Requirements

Cluster Configuration

Parameters

  • openshift/ocpv-vm-namespace: Target namespace for VMs

Usage

Deployment Process

The blueprint executes these tasks in sequence: 1. openshift-cluster-ocpv-deploy-broker: - Deploys a resource broker for VM management - Creates namespace if needed (TODO)

Verification

After the blueprint completes, verify namespace creation by checking: - VM status in the OpenShift console - VM status with oc get vm -n <namespace> - VM pod status with oc get pods -n <namespace>