Make aarch64 boot asset download optional with graceful fallback <JIRA: OSPRH-32103>#404
Conversation
|
Build failed (check pipeline). Post ✔️ openstack-meta-content-provider SUCCESS in 2h 19m 13s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-meta-content-provider SUCCESS in 2h 26m 03s |
a960fc4 to
d364d62
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juliakreger, mumesan The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This looks good to me. Thanks. |
Description:
The
extract-boot-assets.shscript runs and fails when aarch64 packages are not found in x86_64 repositories. This PR makes the download section graceful, there is a check for whether the dnf download errors out and prints a warning log if so. The aarch64 directories are only created when the dnf download succeeds so that thepxe-init.shscript in ironic-operator does not run into issues when it looks for those subdirectories and they are not found.Jira Link: OSPRH-32103