Skip to content

Commit a8b0a3d

Browse files
committed
vsphere vm-host zonal ga
This commit is to add the vSphere vm-host zonal feature to default (GA).
1 parent f733385 commit a8b0a3d

6 files changed

Lines changed: 14 additions & 14 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7676
| SignatureStores| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7777
| VSphereConfigurableMaxAllowedBlockVolumesPerNode| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
78-
| VSphereHostVMGroupZonal| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7978
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
8079
| VolumeGroupSnapshot| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
8180
| AzureWorkloadIdentity| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
@@ -110,5 +109,6 @@
110109
| UpgradeStatus| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
111110
| UserNamespacesPodSecurityStandards| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
112111
| UserNamespacesSupport| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
112+
| VSphereHostVMGroupZonal| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
113113
| VSphereMultiDisk| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
114114
| VSphereMultiNetworks| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ var (
183183
contactPerson("jcpowermac").
184184
productScope(ocpSpecific).
185185
enhancementPR("https://github.com/openshift/enhancements/pull/1677").
186-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
186+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
187187
mustRegister()
188188

189189
FeatureGateVSphereMultiDisk = newFeatureGate("VSphereMultiDisk").

payload-manifests/featuregates/featureGate-4-10-Hypershift-Default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@
236236
{
237237
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
238238
},
239-
{
240-
"name": "VSphereHostVMGroupZonal"
241-
},
242239
{
243240
"name": "VSphereMixedNodeEnv"
244241
},
@@ -346,6 +343,9 @@
346343
{
347344
"name": "UserNamespacesSupport"
348345
},
346+
{
347+
"name": "VSphereHostVMGroupZonal"
348+
},
349349
{
350350
"name": "VSphereMultiDisk"
351351
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@
238238
{
239239
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
240240
},
241-
{
242-
"name": "VSphereHostVMGroupZonal"
243-
},
244241
{
245242
"name": "VSphereMixedNodeEnv"
246243
},
@@ -348,6 +345,9 @@
348345
{
349346
"name": "UserNamespacesSupport"
350347
},
348+
{
349+
"name": "VSphereHostVMGroupZonal"
350+
},
351351
{
352352
"name": "VSphereMultiDisk"
353353
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-Default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@
230230
{
231231
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
232232
},
233-
{
234-
"name": "VSphereHostVMGroupZonal"
235-
},
236233
{
237234
"name": "VSphereMixedNodeEnv"
238235
},
@@ -346,6 +343,9 @@
346343
{
347344
"name": "UserNamespacesSupport"
348345
},
346+
{
347+
"name": "VSphereHostVMGroupZonal"
348+
},
349349
{
350350
"name": "VSphereMultiDisk"
351351
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@
232232
{
233233
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
234234
},
235-
{
236-
"name": "VSphereHostVMGroupZonal"
237-
},
238235
{
239236
"name": "VSphereMixedNodeEnv"
240237
},
@@ -348,6 +345,9 @@
348345
{
349346
"name": "UserNamespacesSupport"
350347
},
348+
{
349+
"name": "VSphereHostVMGroupZonal"
350+
},
351351
{
352352
"name": "VSphereMultiDisk"
353353
},

0 commit comments

Comments
 (0)