class

Cl8r::Generators::OpenShift

Inherits Cl8r::Generators::Base < Reference < Object

Generates Red Hat OpenShift / OKD Baremetal Assisted & Agent-based Installer manifests.

Constants

COMPUTE_ROLES = ["worker", "compute", "openshift-worker", "openshift_worker"]
CONTROL_ROLES = ["master", "control", "controller", "control-plane", "control_plane", "openshift-master", "openshift_master"]

Instance methods

applicable?

Determines if this generator backend is applicable to the current cluster topology and configuration.

Source
name

Human-readable name/identifier of this generator backend.

Source
render

Pure functional generation method returning files in memory.

Source