-
Notifications
You must be signed in to change notification settings - Fork 520
AGENT-1253: Interactive Installation using the Agent Based Installer for Disconnected Environments #1848
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?
Conversation
Installer for Disconnected Environments This enhancement proposes how to simplify cluster installations in a disconnected environment using a UI-driven approach leveraging the Agent Based and Assisted Installer technologies. A new image named agent-installer-ui will be added to the OpenShift release payload.
@rwsu: This pull request references AGENT-1253 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.21.0" version, but no target version was set. In 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. |
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
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.
Thanks @rwsu , the proposal now in general LGTM
...er/interactive-installation-using-the-agent-based-installer-for-disconnected-environments.md
Outdated
Show resolved
Hide resolved
/assign @zaneb |
/lgtm |
|
||
* Securing the communication between the Assisted Installer UI, Assisted | ||
Service, and client browsers will be addressed in future updates. | ||
|
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.
Adding UI support in the existing ABI flow (i.e. starting with install-config and then switching to UI after boot) is a (current) non-goal.
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.
Added. Thanks.
**OCP console** is the installed cluster's UI. | ||
|
||
1. The cluster creator obtains or generates an ISO and boots it on target | ||
cluster hosts. |
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 is kind of glossing over whether the rendezvous IP and network config are part of the image or entered on the console (we're allowing either).
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.
It is intentionally vague to cover multiple scenarios, the mechanics of what data is entered when is deliberately left undefined.
New changes are detected. LGTM label has been removed. |
[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 |
@rwsu: all tests passed! 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. |
This enhancement proposes how to simplify cluster installations in a disconnected environment using a UI-driven approach leveraging the Agent Based and Assisted Installer technologies.
A new image named agent-installer-ui will be added to the OpenShift release payload.