-
Notifications
You must be signed in to change notification settings - Fork 223
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
MGMT-19102: Add boot device type #7221
MGMT-19102: Add boot device type #7221
Conversation
For iso, ipxe, and reclaim this should be `ephemeral` when running discovery from the local disk this should be `persistent`. This will be used to inform how the install should be run. https://issues.redhat.com/browse/MGMT-19102
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carbonin 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 |
@carbonin: This pull request references MGMT-19102 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 task to target the "4.19.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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7221 +/- ##
==========================================
+ Coverage 67.89% 68.81% +0.92%
==========================================
Files 298 298
Lines 40666 42451 +1785
==========================================
+ Hits 27609 29213 +1604
- Misses 10587 10683 +96
- Partials 2470 2555 +85
|
@carbonin: 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. |
In my opinion this looks ok. Because of the |
/lgtm holding to give a chance to the rest of reviewers, feel free to unhold |
Removing the hold as it's been a few days with no additional review and this is blocking the rest of this work. /unhold |
261ba06
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-agent-installer-api-server |
This PR creates an API in the agent inventory and in the agent CR for storing the boot device type. The options for this type are ephemeral when an ISO or ipxe is being used for discovery, or persistent when discovery is being done from the same device we're installing to.
In a follow up PR (after the agent changes are merged to populate this field) this field will be used to determine if install should target the existing root filesystem or a separate device.
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Deployed assisted manually and installed a cluster to a host using the existing root filesystem and also using the ISO from the same assisted deployment. This test included the changes from #7220 as well as the agent changes to populate the new inventory field.
Checklist
docs
, README, etc)Reviewers Checklist