-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
3
-
True
-
False
-
None
User story:
As a user, when I create a hypershift control plane cluster, I want to be sure that the chosen public subnet (if it is required) is connected to the same VPC as the private subnet chosen/entered previously in the wizard
Acceptance criteria:
- If the user is creating a hypershift cluster, and has chosen a public cluster privacy, the public subnet ID is a drop down
- The options in this drop-down are public subnets tied to the same VPC that the private subnet(s) in a previous wizard step
- If shown, the user must select one and only one public subnet
- The chosen public subnet is shown in the review step
- The public subnet drop-down is not shown if the user selects a private cluster privacy
- The public subnet drop-down is not shown for a non-hypershift control plane
- Use a single common subnet component/dropdown
Mockups:
-------------------------------------------------------------------------------------------------------------------------------
Implementation details
Notes: Work associated with the story should enure that the drop component for the public subnet is the same component used for the private subnet. This is the component that was created as part of HAC-3133