-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.triage/acceptedIndicates an issue is ready to be actively worked on.Indicates an issue is ready to be actively worked on.
Description
With IPA downloader gaining support for different architectures, we can now download kernel/ramdisk for x86_64 and aarch64, at least when network boot is not involved.
There are quite a few questions to resolve first:
- Should this feature be opt-in? Downloading one more set of kernel/ramdisk pairs is time-consuming.
- How do we detect the default architecture? Currently, we only correctly configure x86_64.
- Download the aarch64 images from tarballs.opendev.org or from our cache?
- Any changes needed to enable network boot? Do we disallow
dhcpto be set when this is enabled?
/kind feature
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.triage/acceptedIndicates an issue is ready to be actively worked on.Indicates an issue is ready to be actively worked on.