-
Notifications
You must be signed in to change notification settings - Fork 198
AGENT-1134: Dev-scripts support to build OVE ISO #1745
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
base: master
Are you sure you want to change the base?
AGENT-1134: Dev-scripts support to build OVE ISO #1745
Conversation
c1eae70
to
54e310e
Compare
54e310e
to
9f9a2a7
Compare
@pawanpinjarkar did you also maybe check the |
9f9a2a7
to
3c99b3a
Compare
@andfasano yes, I am cleaning the directory here https://github.com/openshift-metal3/dev-scripts/pull/1745/files#diff-414fad1e37343146b4f215663b307230240277cd0043033465cd5e3360d1eec7R32-R35 |
3c99b3a
to
5c35892
Compare
5c35892
to
f6a85d6
Compare
9b2f85d
to
76461c0
Compare
/lgtm |
- Reuse `make agent` target (instead of introducing a new one) - Build agent OVE ISO - Boot up the required VMs - Set custom rendezvous node (Use AGENT_RENDEZVOUS_NODE_HOSTNAME) and auto-configure rendezvousIP via TUI - Take TUI screenshots during install flow - Verify that the assisted install web UI is running and accessible - Reclaim disk space by cleaning up cache and unnecessary files (Use AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV for local/dev testing) - Increase VCPU allocation for certain operators requiring more resources - Install required dependencies - Temporarily skip common steps not relevant for OVE ISO installs - Temporarily skip generating unused manifests and config files To test, set as below export AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY export AGENT_E2E_TEST_SCENARIO=COMPACT_IPV4 export AGENT_RENDEZVOUS_NODE_HOSTNAME="${CLUSTER_NAME:-ostest}_master_1" export AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=true make agent ISO will be created at ocp/ostest/iso_builder/<OCP_VERSION>/ove/output/agent-ove.x86_64.iso
148cd4d
to
b85fa0d
Compare
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.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bfournie The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@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. |
Dev-scripts support to build OVE ISO
make agent
target (instead of introducing a new one)AGENT_RENDEZVOUS_NODE_HOSTNAME
) and auto-configure rendezvousIP via TUI(Use
**AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV**
for local/dev testing only to save the diskspace) Not recommended for CITo test, set as below
ISO will be created at
ocp/ostest/iso_builder/<OCP_VERSION>/ove/output/agent-ove.x86_64.iso