Skip to content

Commit 3fa6799

Browse files
Merge pull request openshift#2336 from barbacbd/OCPBUGS-55671
OCPBUGS-55671: Remove MultiArchInstallAWS featuregate
2 parents 998cd53 + 7a35525 commit 3fa6799

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
| 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> |
8181
| 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> |
8282
| 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> |
83-
| 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> |
8483
| 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> |
8584
| 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> |
8685
| 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
@@ -255,9 +255,6 @@
255255
{
256256
"name": "MetricsCollectionProfiles"
257257
},
258-
{
259-
"name": "MultiArchInstallAWS"
260-
},
261258
{
262259
"name": "NetworkDiagnosticsConfig"
263260
},

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
@@ -206,9 +206,6 @@
206206
{
207207
"name": "MixedCPUsAllocation"
208208
},
209-
{
210-
"name": "MultiArchInstallAWS"
211-
},
212209
{
213210
"name": "NetworkDiagnosticsConfig"
214211
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@
252252
{
253253
"name": "MetricsCollectionProfiles"
254254
},
255-
{
256-
"name": "MultiArchInstallAWS"
257-
},
258255
{
259256
"name": "NetworkDiagnosticsConfig"
260257
},

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
@@ -191,9 +191,6 @@
191191
{
192192
"name": "MixedCPUsAllocation"
193193
},
194-
{
195-
"name": "MultiArchInstallAWS"
196-
},
197194
{
198195
"name": "NetworkDiagnosticsConfig"
199196
},

0 commit comments

Comments
 (0)