Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
| NewOLMConfigAPI| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| ProvisioningRequestAvailable| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
| VSpherePerComponentScopedCreds| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
| AWSClusterHostedDNS| | | <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> |
| AWSDedicatedHosts| | | <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> |
| AWSEuropeanSovereignCloudInstall| | | <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
8 changes: 8 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1075,4 +1075,12 @@ var (
enhancementPR("https://github.com/openshift/enhancements/pull/2047").
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
mustRegister()

FeatureGateVSpherePerComponentScopedCreds = newFeatureGate("VSpherePerComponentScopedCreds").
reportProblemsToJiraComponent("splat").
contactPerson("rvanderp3").
productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/2081").

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine as-is since you're going into DPNU, but it looks like there hasn't been any review of the EP - is there at least some kind of rough consensus from stakeholders that the proposed approach is at least in the right direction, even if there is further discovery/discussions that need to take place?

enable(inDevPreviewNoUpgrade()).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
},
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
},
{
"name": "VolumeGroupSnapshot"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@
},
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
},
{
"name": "ShortCertRotation"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
},
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
},
{
"name": "VolumeGroupSnapshot"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@
},
{
"name": "VSphereMultiVCenterDay2"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
},
{
"name": "ShortCertRotation"
},
{
"name": "VSpherePerComponentScopedCreds"
}
],
"enabled": [
Expand Down