-
Notifications
You must be signed in to change notification settings - Fork 23
2023.1: zed merge #1286
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
Merged
Merged
2023.1: zed merge #1286
Conversation
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
Contributor
markgoddard
commented
Sep 12, 2024
- Add merge.py
- kolla-images.py: Add a check-image-map command
- kolla-images.py: Fix image to container exceptions using check-image-map
- kolla-images.py: Misc fixes
- CI: Add check-image-map and check-hierarchy to check-tags workflow
- CI: Trigger build-kayobe-image for check-tags job
- kolla-images.py: Add image map exception for neutron_eswitchd
- Fix growroot when using software raid (Fix growroot when using software raid #818)
zed: yoga merge
This script can be used for merging from one release branch of SKC into the next.
Add merge.py
This command checks the image mapping against Kolla Ansible variables. The *_image variables in Kolla Ansible define the mapping between containers and images. Ensure that the mapping defined in this script matches the one in Kolla Ansible.
We recently had an issue where images were built for ironic, but this did not include dnsmasq due to not matching the regex. The 'ironic' tag was updated in kolla-image-tags.yml, which matches ironic_dnsmasq container, but no such dnsmasq image existed. This issue would have been caught the check-tags workflow with the correct mapping added in this change.
These commands ensure that the image map and hierarchy defined in kolla-images.py matches Kolla Ansible. Also update the path filter to run the check-tags workflow when pulp.yml or kolla-images.py is modified.
This was not caught because neutron-mlnx-agent is not in the list of supported images in pulp.yml.
* Fix growroot when using software raid Using @markgoddard's suggestion from: #770 (comment) * Add a release note * Update releasenotes/notes/fixes-growroot-for-software-raid-3852bdea5415a0be.yaml Co-authored-by: Alex-Welsh <[email protected]> Co-authored-by: Michał Nasiadka <[email protected]>
zed: Fix image mapping in kolla-images.py, add tests and CI
Caught the dnsmasq image issue :)
|
The dnsmasq image was not rebuilt at the same time as the ironic images in 3a97322. Set the tag for ironic_dnsmasq to what it was before that change.
jackhodgkiss
approved these changes
Sep 12, 2024
Alex-Welsh
approved these changes
Sep 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.