Skip to content

Commit

Permalink
removing the feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
azoppiserpa committed Apr 16, 2024
1 parent bcc67cf commit 04cfba6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions docs/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ Subscription feature flags used by ARO-RP include:
graduating features to production such that they only apply on our Red Hat
engineering subscription.

* Microsoft.RedHatOpenShift/SaveAROTestConfig: used on our test subscriptions to
cause the pkg/billing to copy billing data to a storage account so that it can
be validated by the billing E2E tests.

Subscription feature flags are also used for API preview, INT and region
rollout. See the RP ARM manifest for more details.

Expand Down
5 changes: 0 additions & 5 deletions pkg/api/featureflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ package api
// Licensed under the Apache License 2.0.

const (
// FeatureFlagSaveAROTestConfig is the feature in the subscription that is used
// to indicate if we need to save ARO cluster config into the E2E
// StorageAccount
FeatureFlagSaveAROTestConfig = "Microsoft.RedHatOpenShift/SaveAROTestConfig"

// FeatureFlagMTU3900 is the feature in the subscription that causes new
// OpenShift cluster nodes to use the largest available Maximum Transmission
// Unit (MTU) on Azure virtual networks, which as of late 2021 is 3900 bytes.
Expand Down
18 changes: 0 additions & 18 deletions pkg/util/billing/billing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ func TestEnsure(t *testing.T) {
ID: subID,
Subscription: &api.Subscription{
Properties: &api.SubscriptionProperties{
RegisteredFeatures: []api.RegisteredFeatureProfile{
{
Name: api.FeatureFlagSaveAROTestConfig,
State: "NotRegistered",
},
},
TenantID: tenantID,
},
},
Expand Down Expand Up @@ -321,12 +315,6 @@ func TestEnsure(t *testing.T) {
ID: subID,
Subscription: &api.Subscription{
Properties: &api.SubscriptionProperties{
RegisteredFeatures: []api.RegisteredFeatureProfile{
{
Name: api.FeatureFlagSaveAROTestConfig,
State: "NotRegistered",
},
},
TenantID: tenantID,
},
},
Expand All @@ -353,12 +341,6 @@ func TestEnsure(t *testing.T) {
ID: subID,
Subscription: &api.Subscription{
Properties: &api.SubscriptionProperties{
RegisteredFeatures: []api.RegisteredFeatureProfile{
{
Name: api.FeatureFlagSaveAROTestConfig,
State: "NotRegistered",
},
},
TenantID: tenantID,
},
},
Expand Down

0 comments on commit 04cfba6

Please sign in to comment.