@@ -39,20 +39,22 @@ CL_CTRLNODES=1
3939CL_WRKRNODES = 1
4040# Additional clusterClass variables in key=value syntax (;-separated), the names come
4141# from the clusterClass, these changed from scs to scs2. With scs2, defaults are
42- # apiServerLoadBalancer=octavia-amphora
43- # controlPlaneFlavor=SCS-2V-4-20s ; controlPlaneRootDisk=0
44- # workerFlavor=SCS-2V-4 ; workerRootDisk=25
42+ # apiServerLoadBalancer=octavia-ovn
43+ # controlPlaneFlavor=SCS-2V-4; controlPlaneRootDisk
44+ # workerFlavor=SCS-4V-8 ; workerRootDisk
4545# dnsNameservers=[5.1.66.255,185.150.99.255]
46- # workerAdditionalBlockDevices=
46+ # workerAdditionalBlockDevices= (Use [{name: <NAME>; sizeGiB: <SIZE>}, ...])
4747# apiServerLoadBalancerOctaviaAmphoraAllowedCIDRs=
48+ # imageIsOrc=true
4849# (The following should not be touched; normally)
50+ # imageName=; imageAddVersion=true
51+ # additionalBlockDevices=; disableAPIServerFloatingIP=false; sshKeyName=
4952# k8sVersion=$CL_PATCHVER; networkExternalID=$EXTNETUUID; networkMTU=
50- # controlPlaneAvailabilityZones=; controlPlaneOmitAvailabilityZones=true
51- # openstackSecurityGroups=; cloudName=openstack; secretName=
52- # controlPlaneServerGroupID=; workerServerGroupID=; sshKeyName=
53+ # controlPlaneAvailabilityZones=; controlPlaneOmitAvailabilityZone=true
54+ # openstackSecurityGroups=; controlPlaneServerGroupID=; workerServerGroupID=
5355# securityGroups=; securityGroupIDs=; workerSecurityGroups=; workerSecurityGroupIDs=
54- # certSANs=; oidcConfig=; nodeCIDR=10.8.0.0/20; additionalBlockDevices=
55- # imageName=; imageIsOrc=true; disableAPIServerFloatingIP=false;
56+ # certSANs=; oidcConfig=; nodeCIDR=10.8.0.0/20
57+ # dentityRef = { name: openstack; cloudName: openstack }
5658# Example: CL_VARIABLES="apiServerLoadBalancer=octavia-ovn;dnsNameservers=[9.9.9.9,1.1.1.1]"
5759CL_VARIABLES = " apiServerLoadBalancer=octavia-ovn"
5860# ## Autofill magic, don't touch
0 commit comments