Update user_registry to read from repo_status.yml - #5203
Merged
sujit-jadhav merged 1 commit intoSep 11, 2026
Merged
Conversation
Change user_registry data source from local_repo_config.yml to repo_status.yml to align with repo_manager integration. The user_registry configuration is now read from the registries section in repo_status.yml, which is generated by the repo_manager based on repo_manager_config.yml. This change maintains backward compatibility with the existing crio.conf template behavior while modernizing the data source to use the centralized repo_status.yml. Signed-off-by: sayuri <sayuri.kamble@dell.com>
SAYUK09
force-pushed
the
user-registry-repo-status-integration
branch
from
September 10, 2026 09:13
3f81dea to
0f38b96
Compare
sujit-jadhav
requested review from
priti-parate and
sujit-jadhav
and removed request for
sujit-jadhav
September 10, 2026 10:39
sujit-jadhav
marked this pull request as ready for review
September 11, 2026 09:00
sujit-jadhav
approved these changes
Sep 11, 2026
snarthan
approved these changes
Sep 11, 2026
sujit-jadhav
merged commit Sep 11, 2026
40e1549
into
dell:issue-4849-omnia-modernization
15 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.
Summary
This PR contributes to align repo_manger changes in accordance to orchestrator as part of Issue-4849
Change user_registry data source from local_repo_config.yml to repo_status.yml to align with repo_manager integration. The user_registry configuration is now read from the regis
tries section in repo_status.yml, which is generated by the repo_manager based on repo_manager_config.yml.
Changes
fetch_additional_images.ymlto read user_registry from repo_status.yml instead of local_repo_config.ymlTesting