-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
-
OpenShift SPLAT - Sprint 268
USER STORY:
As a developer, I need to remove all feature gates around vSphere muliti vCenter support one release after GA so that feature gate logic is removed and all functions are no longer needing feature gate protections.
DESCRIPTION:
This story will clean up all of the feature gate logic for multi vCenter. Currently there are several projects that check to see if the feature gate is enabled in order for the logic to be performed. As part of being GA, the code is enabled by default. You can still force disable it in install-config if you wish, which is why we left it in GA+0, but GA+1 we are to remove it assuming all major bugs are fixed.
ACCEPTANCE CRITERIA:
All components referencing the multi vCenter feature gate have been updated to no longer use it and point to a version of API where the feature gate no longer exists.
ENGINEERING DETAILS:
TBD