fix(image_build_manager): catalog validation, registry verification, and aarch64 fixes - #5068
Merged
abhishek-sa1 merged 12 commits intoAug 27, 2026
Conversation
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
…log ID changes Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Updated copyright headers from 2025 to 2026 in all yml and py files in src/image_build_manager. Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
…nia-modernization
abhishek-sa1
marked this pull request as ready for review
August 27, 2026 09:31
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
…nia-modernization
…nia-modernization
abhishek-sa1
requested review from
Venu-p1,
balajikumaran-c-s,
priti-parate,
snarthan and
sujit-jadhav
and removed request for
priti-parate
August 27, 2026 10:51
snarthan
approved these changes
Aug 27, 2026
Rajeshkumar-s2
approved these changes
Aug 27, 2026
abhishek-sa1
force-pushed
the
issue-4849-omnia-modernization
branch
from
August 27, 2026 12:47
9e5741c to
2205e34
Compare
- Restore docs/contracts/ (input-contract.md, output-contract.md) - Add functional_group_packages.yml sample to samples/repo_manager_output/ - Fix regctl_oim_staging_dir: remove hardcoded /opt/omnia default() - Fix test_standalone_independence.py: correct SRC_DIR path and update TestRepoStructure tests to match actual source tree layout - Fix test_validate_image_build_config.py: update for functional_groups removal (now functional_groups_source), support new repo_status format (repositories vs rpm_repos), add missing pytest import - Fix test_functional_group_packages.py: update TestConfigConsistency for new config model (groups from package_groups.yml keys) - Update README.md documentation table with contracts links Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
abhishek-sa1
force-pushed
the
issue-4849-omnia-modernization
branch
from
August 27, 2026 12:50
2205e34 to
eb0b04b
Compare
abhishek-sa1
merged commit Aug 27, 2026
e384b41
into
dell:issue-4849-omnia-modernization
13 checks passed
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
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.
PR Description
Issues resolved by this Pull Request
Description of the Solution
Summary: This PR fixes catalog validation to only check structure (not deep referential integrity), resolves registry verification failures when catalog ID changes between builds, fixes log path references, and updates copyright year to 2026.
Changes
Catalog Validation
catalog_validator.py. Catalogs produced by repo_manager may contain forward references or optional components that are resolved at build time byparse_catalog.pynameandcomponentsfields, groups is a dictionaryRegistry Verification & Log Path Fixes
host/rhel-{group}_omnia_*) to handle catalog ID changes. When catalog is updated between builds, cached images retain old catalog IDs but verification was reconstructing names with the new IDls *_compute_image.log) so users find the actual log filebuild_status.ymlentries for cached images/\→tag ls \in x86_64 tag checkCopyright Year Update
src/image_build_managerLint Fixes
Files Changed
src/image_build_manager/plugins/module_utils/input_validation/validators/catalog_validator.pysrc/image_build_manager/roles/build_os_images/tasks/build_compute_image_x86_64.ymlsrc/image_build_manager/roles/build_os_images/tasks/build_compute_image_aarch64.ymlsrc/image_build_manager/roles/build_os_images/tasks/main.ymlsrc/image_build_manager/docs/architecture.mdsrc/image_build_manager/docs/design/image-builder-design.mdsrc/image_build_manager/**/*.ymlsrc/image_build_manager/**/*.pyTesting
Backward Compatibility