Closed adriengentil closed 2 weeks ago
@adriengentil: This pull request references MGMT-18464 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.18.0" version, but no target version was set.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: adriengentil
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/cc @AlonaKaplan @eifrach @rccrdpccl
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.08%. Comparing base (
d599caa
) to head (6e3466d
). Report is 1 commits behind head on master.
/hold Might had to add some more tests
We should think about moving most of the logic to the service and use the agent to collect the information.
in this case the service won't make use of this information, except for validations, that's why I put them here. I don't expect this code to change often, so I think it's ok for the moment to have them here, I will think about moving them in the service if we need further updates and if we need more flexibility.
/retest
@adriengentil: all tests passed!
Full PR test history. Your PR dashboard.
/lgtm
/unhold
[ART PR BUILD NOTIFIER]
Distgit: ose-agent-installer-node-agent This PR has been included in build ose-agent-installer-node-agent-container-v4.18.0-202411131039.p0.ga8a3349.assembly.stream.el9. All builds following this will include this PR.
This PR adds 2 checks before making iSSI disks be be eligible as installation disk.
MGMT-18464: Check the state of the disk, we need to ensure that it is "running" otherwise the installtion of RHCOS will fail on the disk.
MGMT-18464: Check if the discovery as been booted using iBFT, this check ensure that the iSCSI disk is actually a disk on which we will be able to boot from.