Skip to content

Commit 6a1b99d

Browse files
committed
OCPBUGS-55672: Remove MultiArchInstallGCP featuregate
** The MultiArchInstallGCP feature gate has been enabled by default. This change removes the check for the feature gate during gcp installs, and the feature gate is treated as enabled by default.
1 parent 9cbdb71 commit 6a1b99d

8 files changed

+6
-33
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
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> |
8383
| 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> |
84-
| MultiArchInstallGCP| <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: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,12 @@ var (
524524
mustRegister()
525525

526526
FeatureGateNewOLMWebhookProviderOpenshiftServiceCA = newFeatureGate("NewOLMWebhookProviderOpenshiftServiceCA").
527-
reportProblemsToJiraComponent("olm").
528-
contactPerson("pegoncal").
529-
productScope(ocpSpecific).
530-
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
531-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
532-
mustRegister()
527+
reportProblemsToJiraComponent("olm").
528+
contactPerson("pegoncal").
529+
productScope(ocpSpecific).
530+
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
531+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
532+
mustRegister()
533533

534534
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
535535
reportProblemsToJiraComponent("insights").
@@ -618,14 +618,6 @@ var (
618618
enhancementPR(legacyFeatureGateWithoutEnhancement).
619619
mustRegister()
620620

621-
FeatureGateMultiArchInstallGCP = newFeatureGate("MultiArchInstallGCP").
622-
reportProblemsToJiraComponent("Installer").
623-
contactPerson("r4f4").
624-
productScope(ocpSpecific).
625-
enhancementPR(legacyFeatureGateWithoutEnhancement).
626-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
627-
mustRegister()
628-
629621
FeatureGateIngressControllerLBSubnetsAWS = newFeatureGate("IngressControllerLBSubnetsAWS").
630622
reportProblemsToJiraComponent("Routing").
631623
contactPerson("miciah").

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": "MultiArchInstallAWS"
260260
},
261-
{
262-
"name": "MultiArchInstallGCP"
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
@@ -203,9 +203,6 @@
203203
{
204204
"name": "MultiArchInstallAWS"
205205
},
206-
{
207-
"name": "MultiArchInstallGCP"
208-
},
209206
{
210207
"name": "NetworkDiagnosticsConfig"
211208
},

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": "MultiArchInstallAWS"
214214
},
215-
{
216-
"name": "MultiArchInstallGCP"
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": "MultiArchInstallAWS"
257257
},
258-
{
259-
"name": "MultiArchInstallGCP"
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
@@ -188,9 +188,6 @@
188188
{
189189
"name": "MultiArchInstallAWS"
190190
},
191-
{
192-
"name": "MultiArchInstallGCP"
193-
},
194191
{
195192
"name": "NetworkDiagnosticsConfig"
196193
},

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": "MultiArchInstallAWS"
199199
},
200-
{
201-
"name": "MultiArchInstallGCP"
202-
},
203200
{
204201
"name": "NetworkDiagnosticsConfig"
205202
},

0 commit comments

Comments
 (0)