Skip to content

Commit 1ee0866

Browse files
Merge pull request openshift#2332 from barbacbd/OCPBUGS-55672
OCPBUGS-55672: Remove MultiArchInstallGCP featuregate
2 parents 870c018 + 6a1b99d commit 1ee0866

8 files changed

+6
-33
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
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> |
8484
| 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> |
85-
| 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> |
8685
| 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> |
8786
| 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> |
8887
| 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
@@ -261,9 +261,6 @@
261261
{
262262
"name": "MultiArchInstallAWS"
263263
},
264-
{
265-
"name": "MultiArchInstallGCP"
266-
},
267264
{
268265
"name": "NetworkDiagnosticsConfig"
269266
},

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
@@ -215,9 +215,6 @@
215215
{
216216
"name": "MultiArchInstallAWS"
217217
},
218-
{
219-
"name": "MultiArchInstallGCP"
220-
},
221218
{
222219
"name": "NetworkDiagnosticsConfig"
223220
},

payload-manifests/featuregates/featureGate-SelfManagedHA-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-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
@@ -200,9 +200,6 @@
200200
{
201201
"name": "MultiArchInstallAWS"
202202
},
203-
{
204-
"name": "MultiArchInstallGCP"
205-
},
206203
{
207204
"name": "NetworkDiagnosticsConfig"
208205
},

0 commit comments

Comments
 (0)