Skip to content

Commit

Permalink
Merge pull request openshift#1969 from inesqyx/featuregate-bootc
Browse files Browse the repository at this point in the history
Added Feature Gate for Bootc Update Path
  • Loading branch information
openshift-merge-bot[bot] authored Jul 23, 2024
2 parents ae4f370 + d96a9f2 commit 442f06d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
| MultiArchInstallGCP| | | | | | |
| GatewayAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
| AutomatedEtcdBackup| | | <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> |
| BootcNodeManagement| | | <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> |
| CSIDriverSharedResource| | | <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> |
| ChunkSizeMiB| | | <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> |
| ClusterAPIInstallAzure| | | <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> |
Expand Down
7 changes: 7 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,13 @@ var (
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateBootcNodeManagement = newFeatureGate("BootcNodeManagement").
reportProblemsToJiraComponent("MachineConfigOperator").
contactPerson("inesqyx").
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateSignatureStores = newFeatureGate("SignatureStores").
reportProblemsToJiraComponent("Cluster Version Operator").
contactPerson("lmohanty").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
{
"name": "AutomatedEtcdBackup"
},
{
"name": "BootcNodeManagement"
},
{
"name": "CSIDriverSharedResource"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
{
"name": "BareMetalLoadBalancer"
},
{
"name": "BootcNodeManagement"
},
{
"name": "BuildCSIVolumes"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
{
"name": "BareMetalLoadBalancer"
},
{
"name": "BootcNodeManagement"
},
{
"name": "BuildCSIVolumes"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
{
"name": "AutomatedEtcdBackup"
},
{
"name": "BootcNodeManagement"
},
{
"name": "CSIDriverSharedResource"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
{
"name": "BareMetalLoadBalancer"
},
{
"name": "BootcNodeManagement"
},
{
"name": "BuildCSIVolumes"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
{
"name": "BareMetalLoadBalancer"
},
{
"name": "BootcNodeManagement"
},
{
"name": "BuildCSIVolumes"
},
Expand Down

0 comments on commit 442f06d

Please sign in to comment.