Skip to content

Commit

Permalink
Merge pull request #1644 from vincepri/feature-gate-capi-install
Browse files Browse the repository at this point in the history
CORS-2852: Add feature gate to install with Cluster API
  • Loading branch information
openshift-ci[bot] committed Oct 31, 2023
2 parents 0e4c350 + 73a06b4 commit 693f5c5
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
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,14 @@ var (
ResponsiblePerson: "cdoern",
OwningProduct: ocpSpecific,
}

FeatureGateClusterAPIInstall = FeatureGateName("ClusterAPIInstall")
clusterAPIInstall = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateClusterAPIInstall,
},
OwningJiraComponent: "Installer",
ResponsiblePerson: "vincepri",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(adminNetworkPolicy).
with(dnsNameResolver).
with(machineConfigNodes).
with(clusterAPIInstall).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 693f5c5

Please sign in to comment.