You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OSImage - OS qcow2 image Name. Ignored when osImageDeploymentType is PassThrough.
78
88
OSImagestring`json:"osImage"`
79
89
// +kubebuilder:validation:Optional
80
-
// OSContainerImageURL - Container image URL for init with the OS qcow2 image (osImage)
90
+
// OSContainerImageURL - When osImageDeploymentType is SelfExtracting, container image URL for init with the OS qcow2 image (osImage). When osImageDeploymentType is PassThrough this can be any image URL which the underlying Metal3 instance supports.
// ApacheImageURL - Container image URL for the main container that serves the downloaded OS qcow2 image (osImage). Ignored when osImageDeploymentType is PassThrough.
// AgentImageURL - Container image URL for the sidecar container that discovers provisioning network IPs
100
+
// AgentImageURL - Container image URL for the sidecar container that discovers provisioning network IPs. Ignored when osImageDeploymentType is PassThrough.
// ProvisionServerName - Optional. Existing OpenStackProvisionServer to use, else one would be created.
107
+
// ProvisionServerName - Optional. Existing OpenStackProvisionServer to use, else one would be created. Ignored when osImageDeploymentType is PassThrough.
// ProvisioningInterface - Optional. If not provided along with ProvisionServerName, it would be discovered from CBO. This is the provisioning interface on the OCP masters/workers.
113
+
// ProvisioningInterface - Optional. If not provided along with ProvisionServerName, it would be discovered from CBO. This is the provisioning interface on the OCP masters/workers. Ignored when osImageDeploymentType is PassThrough.
0 commit comments