fix(utils): domain alignment compliance - Galaxy structure, role documentation, and status integration - #5138
Merged
Venu-p1 merged 2 commits intoSep 4, 2026
Conversation
Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com>
snarthan
approved these changes
Sep 3, 2026
abhishek-sa1
approved these changes
Sep 3, 2026
…ions - Update status file path to project-specific output directory - Change status file format from domain/status to utility/overall_status - Update validation logic to check for correct field names - Ensure omnia-cli can read and display utils domain status correctly This fixes the issue where omnia-cli showed "no status" for utils domain even though status files were being written to incorrect location/format. Signed-off-by: venu <236371043+Venu-p1@users.noreply.github.com>
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
Description of the Solution
Summary: Improves utils domain compliance with Galaxy collection standards by adding missing directory structure, role documentation, and domain status writer integration across all playbooks. This addresses key findings from the domain alignment report.
Changes
Galaxy Structure
plugins/module_utils/README.md- Documentation for future module utilitiescontainers/README.md- Documentation for future container assetsvars/README.md- Documentation for domain-level variablesRole Documentation
roles/collect_install_os_credentials/README.md- Documents credential collection lifecycle, security features, and usageroles/validate_install_os_config/README.md- Documents configuration validation logic, execution modes, and NFS path handlingDomain Integration
utils_status_writerrole across all 6 playbooks for domain-level status trackingutils.ymlexplaining utils domain does not support standard lifecycle tags (validate, credentials, prepare, execute) as it's a utility domain rather than deployment domain