HIVE-2382: Reproduce user-provisioned DNS with AWS PrivateLink - #2936
HIVE-2382: Reproduce user-provisioned DNS with AWS PrivateLink#2936bandrade wants to merge 4 commits into
Conversation
Port the ClusterDeployment and ClusterPool scenarios from OCP-83733 into the Hive OTE suite. The tests publish and clean up their own API and ingress DNS records, verify Hive does not create a managed DNSZone, and prove the installed clusters are reachable. Assisted-by: GPT-5
Wait for Route 53 changes to reach INSYNC before tests continue or cleanup completes. Assisted-by: GPT-5
Enable the existing AWS PrivateLink lifecycle scenario with user-provisioned DNS so it can be exercised in the Hive periodic environment. Assisted-by: GPT-5
|
@bandrade: This pull request references HIVE-2382 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/payload-job-with-prs periodic-ci-openshift-hive-master-periodic-e2e-ote-sd-rosa #2936 |
|
Skipping CI for Draft Pull Request. |
|
@bandrade: the repo openshift/hive does not contribute to the OpenShift official images, or the base branch is not currently having images promoted |
|
/testwith openshift/hive/master/periodic/e2e-ote-sd-rosa |
|
/testwith openshift/hive/master/periodic/e2e-ote-sd-rosa #2936 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bandrade The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/testwith openshift/hive/master/periodic/e2e-ote-sd-rosa #2936 |
Experimental CI-only reproduction for the remaining OCP-83733 AWS PrivateLink scenario.
This is intentionally separate from #2933 so the reviewed public ClusterDeployment and ClusterPool coverage remains merge-ready.
The change:
userProvisionedDNS: Enabledin its private install-config;Validation:
go test -vet=off ./hive -run '^$'make buildmake -f bindata.mk verify-testdataDepends on #2933. Do not merge; this PR is for the targeted periodic reproduction and evidence collection.