-
Notifications
You must be signed in to change notification settings - Fork 199
AGENT-1207: automate OVE cluster installation #1781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGENT-1207: automate OVE cluster installation #1781
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3ab6952
to
29d0029
Compare
/cc @rwsu |
29d0029
to
696bb05
Compare
Automates OVE cluster installation using the Go-based library `go-rod` in headless mode. The workflow fills in cluster details, captures screenshots for each step, downloads credentials, and triggers the install action without requiring a visible browser. Verification steps include: - Confirming cluster installation completion - Running `oc get nodes` and `oc get co` - Ensuring the number of nodes matches values defined in dev-scripts
696bb05
to
8e02ff8
Compare
@pawanpinjarkar: The following tests failed, say
Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This go program seems to do much more things than expected. The original goal was just to automate the UI value insertion. I didn't go through all the details, but all the part related to waiting seems a (partial) duplicate of what we already have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The go-lang code in this file, does 2 main things - automate inserting user provided values in UI, capturing screenshots of each step/page and finally start/monitor cluster installation.
Monitoring cluster installation is duplicated from main installer code repo here https://github.com/openshift-metal3/dev-scripts/pull/1781/files#diff-4fa267ac514a8d80c180951b590be1e52cf0122057a8c833fd0d954e143f2220R344-R746
Alternate approach #1796 Closing this as we don't want to duplicate golang code for wait-for commands from installer. |
Automates OVE cluster installation using the Go-based library
go-rod
in headless mode.The workflow fills in cluster details, captures screenshots for each step, downloads
credentials, and triggers the install action without requiring a visible browser.
Verification steps include:
oc get nodes
andoc get co
Set
Then run
make agent