class

Cl8r::Generators::OpenShift

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

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

Constants

BOOTSTRAP_ROLES = ["bootstrap", "openshift-bootstrap", "openshift_bootstrap"]
COMPUTE_ROLES = ["worker", "compute", "infra", "ingress", "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