-
Notifications
You must be signed in to change notification settings - Fork 1.5k
AGENT-563: Create configuration image #7157
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
Conversation
|
@bfournie: This pull request references AGENT-563 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 kubernetes/test-infra repository. |
ebb4948 to
4895c70
Compare
|
@bfournie: This pull request references AGENT-563 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 kubernetes/test-infra repository. |
|
/cc @andfasano |
|
/retest |
pawanpinjarkar
left a comment
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.
Also, can you add an integration test?
Added |
05ea6e7 to
17849e8
Compare
|
/retest |
cmd/openshift-install/testdata/agent/configimage/manifests/default_manifests.txt
Outdated
Show resolved
Hide resolved
f74388c to
05a49f7
Compare
|
@bfournie: This pull request references AGENT-563 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 kubernetes/test-infra repository. |
|
/test e2e-agent-compact-ipv4 |
|
Tested in dev-scripts as part of openshift-metal3/dev-scripts#1533 |
rwsu
left a comment
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
|
/cc @patrickdillon |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sadasu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
rwsu
left a comment
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
|
/retest |
|
/test e2e-agent-sno-ipv6 |
|
/label jira/valid-bug |
Adds a new installer command - `openshift-install agent create config-image` that will: - generate an ignition from the provided manifests - retrieve the files necessary for configuration from ignition - create a cpio archive containing the config files - generate an ISO with only the cpio archive
|
/lgtm |
|
@bfournie: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
Adds a new installer command -
openshift-install agent create config-imagethat will: