File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
providers/openstack/scs2/cluster-class/templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ spec:
117117 openAPIV3Schema :
118118 type : string
119119 default : " SCS-2V-4"
120- example : " SCS-2V-4"
120+ example : " SCS-2V-4-20s "
121121 description : |-
122122 OpenStack instance flavor for control plane nodes.
123123 (Default: SCS-2V-4, replace by SCS-2V-4-20s or specify a controlPlaneRootDisk.)
@@ -126,13 +126,13 @@ spec:
126126 schema :
127127 openAPIV3Schema :
128128 type : integer
129- minimum : 1
129+ minimum : 0
130130 example : 25
131131 default : 50
132132 description : |-
133133 Root disk size in GiB for control-plane nodes.
134134 OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
135- Should only be used for the diskless flavors.
135+ Should only be used for the diskless flavors (>= 20), otherwise set to 0 .
136136 - name : controlPlaneServerGroupID
137137 required : false
138138 schema :
@@ -173,13 +173,13 @@ spec:
173173 schema :
174174 openAPIV3Schema :
175175 type : integer
176- minimum : 1
176+ minimum : 0
177177 example : 25
178178 default : 50
179179 description : |-
180180 Root disk size in GiB for worker nodes.
181181 OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
182- Should be used for the diskless flavors.
182+ Should be used for the diskless flavors (>= 20), otherwise set to 0 .
183183 - name : workerServerGroupID
184184 required : false
185185 schema :
You can’t perform that action at this time.
0 commit comments