-
Story
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
5
-
False
-
XCMSTRAT-105 - OSD on GCP: (Private Service Connect) Managed clusters without access to any public resources
-
Done, waiting for QE to close
-
-
-
5
-
OCMUI Core Sprint 260, OCMUI Core Sprint 261, OCMUI Core Sprint 262
Acceptance Criteria
- Please note, textual details added in recent comment.
- OSD-GCP Wizard: Network->Config: When user selects 'Private' cluster, add checkbox under the 'Install into existing VPC' checkbox called "Private Service Connect",
- it should be checked by default.
- If users selects WIF authorization on Step 2, then checkbox should be checked and disabled, so user cannot uncheck it (1)
- Hide checkbox when Public is selected.
- (1) WIF doesn't support 'Private without PSC'. 'Service Accounts' authorization does support 'Private without PSC' see thread) Maybe a tooltip explaining why it is selected & disabled.
- it should be checked by default.
- Add a tooltip suggesting Private Service Connect is a recommended option when user selects the “Private” cluster option in the Network Configuration. rh-ee-mletalie is the Doc resource in XCMSTRAT-107, please contact him for help wordsmithing the tooltip.
- OSD Wizard, VPC Settings step: Add "Private Service Connect subnet name" dropdown.
The same API used to get control\compute subnets should be used to get psc subnet. For all subnets, It is the same vpc inquiries API that simply returns list of subnets available in the selected VPC Network. Please see comment below.
When "Shared VPC" is checked, dropdowns become text inputs!
- OSD Wizard->Review step: Networking section:
- Add "Private Service Connect Enabled|Disabled" field
- Add PSC subnet value:
- Create Cluster Request
The psc subnet is the only info we send in cluster create request API. The PSC configuration should be specified under the GCP section like so:
"gcp":{ ..... "private_service_connect": { "service_attachment_subnet": "ck-psc" }
- blocks
-
OCMUI-2610 [OSD wizard][Private Service Connect] "Private connect subnet name" field wrongly displayed in VPC settings page when public privacy selected.
- Closed
-
OCMUI-2611 [OSD wizard]Private Service Connect] Custom VPC definitions were not aligned in review and create page when user opted cluster installation without PSC.
- Closed
-
OCMUI-2612 [OSD wizard][Private service connect]Remove "private link" definition from "review and create" step for OSD GCP CCS flows
- Closed
-
OCMUI-2613 [OSD wizard][Private service connect]Do not show "Private service connect" reference or disable private service connect with a note when user select unsupported OCP version i.e. < 4.17
- Closed
- is depended on by
-
OCMUI-2332 [OSD-GCP] GCP Private Service Connect - Day 2
- Closed
- is related to
-
OCMUI-2645 [OCMUI][PrivateServiceConnect] "Install into a existing VPC" and "Use private service connect" checkboxes are not enabled when user navigates between steps with a version change.
- Code Review
-
OCMUI-2609 Update appearance and actions on the new Private Service Connect wizard pages
- Closed
- links to
- mentioned on