Skip to content

Commit

Permalink
Merge pull request #1684 from Tal-or/add_mixed_cpus_feature_gate
Browse files Browse the repository at this point in the history
CNF-10474:feature-gate: add mixedCPUs to feature gate
  • Loading branch information
openshift-merge-bot[bot] committed Nov 28, 2023
2 parents 436a23f + 4cd5eda commit 03f577b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Expand Up @@ -361,4 +361,14 @@ var (
ResponsiblePerson: "barbacbd",
OwningProduct: ocpSpecific,
}

FeatureGateMixedCPUsAllocation = FeatureGateName("MixedCPUsAllocation")
mixedCPUsAllocation = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateMixedCPUsAllocation,
},
OwningJiraComponent: "NodeTuningOperator",
ResponsiblePerson: "titzhak",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -187,6 +187,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(installAlternateInfrastructureAWS).
without(clusterAPIInstall).
with(sdnLiveMigration).
with(mixedCPUsAllocation).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 03f577b

Please sign in to comment.