-
Notifications
You must be signed in to change notification settings - Fork 23
Fix host image builds in Caracal #1282
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
Conversation
This matches our current defaults.
Ubuntu host image builds currently fail due to an issue with debootstrap. This change switches the builder to an Ubuntu VM.
Quite a lot going on here |
The only "real" changes are the 4 latest commits. I based my changes on your branch, but also synced the latest stackhpc/2024.1 in. |
# DIB_DISTRIBUTION_MIRROR: "{{ stackhpc_repo_ubuntu_focal_url if os_distribution == 'ubuntu' else '' }}" | ||
DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG: "{{ stackhpc_overcloud_dib_dracut_enabled_modules_default_config }}" | ||
# NOTE: DIB_ETC_HOSTS_EXTRA must be defined and cannot be an empty string | ||
DIB_ETC_HOSTS_EXTRA: "#" |
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.
Better to remove L28?
47ab31e
to
bdb3f66
Compare
bdb3f66
to
a34d7a3
Compare
This branch has become a mess. I'll close this PR and cherry-pick out the good bits. |
No description provided.