Skip to content

Commit 7a35525

Browse files
committed
OCPBUGS-55671: Remove MultiArchInstallAWS featuregate
** The MultiArchInstallAWS feature gate has been enabled by default. This change removes the check for the feature gate during aws installs, and the feature gate is treated as enabled by default.
1 parent 1ee0866 commit 7a35525

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
| ManagedBootImages| <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> |
8282
| ManagedBootImagesAWS| <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> |
8383
| MetricsCollectionProfiles| <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> |
84-
| MultiArchInstallAWS| <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> |
8584
| NetworkDiagnosticsConfig| <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> |
8685
| NetworkLiveMigration| <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> |
8786
| NetworkSegmentation| <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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -603,14 +603,6 @@ var (
603603
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
604604
mustRegister()
605605

606-
FeatureGateMultiArchInstallAWS = newFeatureGate("MultiArchInstallAWS").
607-
reportProblemsToJiraComponent("Installer").
608-
contactPerson("r4f4").
609-
productScope(ocpSpecific).
610-
enhancementPR(legacyFeatureGateWithoutEnhancement).
611-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
612-
mustRegister()
613-
614606
FeatureGateMultiArchInstallAzure = newFeatureGate("MultiArchInstallAzure").
615607
reportProblemsToJiraComponent("Installer").
616608
contactPerson("r4f4").

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@
258258
{
259259
"name": "MetricsCollectionProfiles"
260260
},
261-
{
262-
"name": "MultiArchInstallAWS"
263-
},
264261
{
265262
"name": "NetworkDiagnosticsConfig"
266263
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@
200200
{
201201
"name": "MixedCPUsAllocation"
202202
},
203-
{
204-
"name": "MultiArchInstallAWS"
205-
},
206203
{
207204
"name": "NetworkDiagnosticsConfig"
208205
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@
212212
{
213213
"name": "MixedCPUsAllocation"
214214
},
215-
{
216-
"name": "MultiArchInstallAWS"
217-
},
218215
{
219216
"name": "NetworkDiagnosticsConfig"
220217
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
{
256256
"name": "MetricsCollectionProfiles"
257257
},
258-
{
259-
"name": "MultiArchInstallAWS"
260-
},
261258
{
262259
"name": "NetworkDiagnosticsConfig"
263260
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@
185185
{
186186
"name": "MixedCPUsAllocation"
187187
},
188-
{
189-
"name": "MultiArchInstallAWS"
190-
},
191188
{
192189
"name": "NetworkDiagnosticsConfig"
193190
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@
197197
{
198198
"name": "MixedCPUsAllocation"
199199
},
200-
{
201-
"name": "MultiArchInstallAWS"
202-
},
203200
{
204201
"name": "NetworkDiagnosticsConfig"
205202
},

0 commit comments

Comments
 (0)