-
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
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
965d5df
Enable SELinux in permissive mode in overcloud host images
markgoddard d0b4fa8
Merge remote-tracking branch 'origin/stackhpc/2024.1' into caracal-im…
Alex-Welsh 78b0c05
Ensure DIB_ETC_HOSTS_EXTRA is defined
Alex-Welsh 528d053
Bump stackhpc-image-elements pin for Caracal fixes
Alex-Welsh 7597a9a
Build overcloud host images on Ubuntu
Alex-Welsh d583e03
Rebuild overcloud host images for Caracal
Alex-Welsh 608df37
Fix whitespace
Alex-Welsh 9948f5f
Merge branch 'stackhpc/2024.1' into caracal-image-build-alex
Alex-Welsh a34d7a3
Bump package repo versions
Alex-Welsh 658437e
testo
Alex-Welsh 7ee83df
testo 2
Alex-Welsh 9085b26
testo3
Alex-Welsh 1eb6e87
testo4
Alex-Welsh a713990
revert rocky repo changes
Alex-Welsh 223a018
testo5
Alex-Welsh 96644aa
Rebuild all kolla images for ubuntu
seunghun1ee add5640
Rebuild ironic image for rocky linux
seunghun1ee bb65fd3
testo6
Alex-Welsh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
# Overcloud host image versioning tags | ||
# These images must be in SMS, since they are used by our AIO CI runners | ||
stackhpc_rocky_9_overcloud_host_image_version: "2023.1-20240126T093158" | ||
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2023.1-20240325T130221" | ||
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20240912T145502" | ||
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20240911T124950" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
features: | ||
- | | ||
StackHPC overcloud host images have been rebuilt for the Caracal release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Enables SELinux in permissive mode in the overcloud host image. This | ||
matches the default configuration for SELinux in StackHPC Kayobe Configuration. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?