Skip to content

Commit f5e205b

Browse files
Merge pull request openshift#2204 from rvanderp3/SPLAT-2044
SPLAT-2044 - [vsphere] promote multi-nic to default
2 parents 3fa6799 + be5e7b0 commit f5e205b

8 files changed

+12
-12
lines changed

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ spec:
718718
/<datacenter>/network/<portgroup>.
719719
items:
720720
type: string
721-
maxItems: 1
721+
maxItems: 10
722722
minItems: 1
723723
type: array
724724
x-kubernetes-list-type: atomic

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
| 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> |
5959
| 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> |
6060
| 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> |
61-
| 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> |
6261
| VolumeAttributesClass| | | <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> |
6362
| 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> |
6463
| ExternalOIDC| <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> |
@@ -94,4 +93,5 @@
9493
| SetEIPForNLBIngressController| <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> |
9594
| 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> |
9695
| 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> |
96+
| 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> |
9797
| ValidatingAdmissionPolicy| <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
@@ -666,7 +666,7 @@ var (
666666
contactPerson("rvanderp").
667667
productScope(ocpSpecific).
668668
enhancementPR(legacyFeatureGateWithoutEnhancement).
669-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
669+
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
670670
mustRegister()
671671

672672
FeatureGateIngressControllerDynamicConfigurationManager = newFeatureGate("IngressControllerDynamicConfigurationManager").

machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ spec:
10011001
/<datacenter>/network/<portgroup>.
10021002
items:
10031003
type: string
1004-
maxItems: 1
1004+
maxItems: 10
10051005
minItems: 1
10061006
type: array
10071007
x-kubernetes-list-type: atomic

payload-manifests/crds/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ spec:
718718
/<datacenter>/network/<portgroup>.
719719
items:
720720
type: string
721-
maxItems: 1
721+
maxItems: 10
722722
minItems: 1
723723
type: array
724724
x-kubernetes-list-type: atomic

payload-manifests/crds/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ spec:
10011001
/<datacenter>/network/<portgroup>.
10021002
items:
10031003
type: string
1004-
maxItems: 1
1004+
maxItems: 10
10051005
minItems: 1
10061006
type: array
10071007
x-kubernetes-list-type: atomic

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@
187187
{
188188
"name": "VSphereMultiDisk"
189189
},
190-
{
191-
"name": "VSphereMultiNetworks"
192-
},
193190
{
194191
"name": "VolumeAttributesClass"
195192
},
@@ -297,6 +294,9 @@
297294
{
298295
"name": "UserNamespacesSupport"
299296
},
297+
{
298+
"name": "VSphereMultiNetworks"
299+
},
300300
{
301301
"name": "ValidatingAdmissionPolicy"
302302
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@
187187
{
188188
"name": "VSphereMultiDisk"
189189
},
190-
{
191-
"name": "VSphereMultiNetworks"
192-
},
193190
{
194191
"name": "VolumeAttributesClass"
195192
},
@@ -297,6 +294,9 @@
297294
{
298295
"name": "UserNamespacesSupport"
299296
},
297+
{
298+
"name": "VSphereMultiNetworks"
299+
},
300300
{
301301
"name": "ValidatingAdmissionPolicy"
302302
}

0 commit comments

Comments
 (0)