update python package installation based on components - #5069
Merged
abhishek-sa1 merged 24 commits intoAug 27, 2026
Merged
Conversation
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
…, Added offline image warning with specific image list, Integrated powerscale_telemetry_validation into telemetry_validation, Removed proxyHost validation Signed-off-by: priti_parate <priti_parate@dell.com>
…nia-modernization
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
…nia-modernization
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
…odernization Signed-off-by: priti-parate <140157516+priti-parate@users.noreply.github.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
…riti-parate/omnia into issue-4849-omnia-modernization
priti-parate
marked this pull request as ready for review
August 27, 2026 10:24
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
Signed-off-by: priti_parate <priti_parate@dell.com>
balajikumaran-c-s
approved these changes
Aug 27, 2026
snarthan
approved these changes
Aug 27, 2026
abhishek-sa1
approved these changes
Aug 27, 2026
abhishek-sa1
merged commit Aug 27, 2026
611f980
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.
Component-Based Python Package Installation:
New Structure: Reorganized telemetry_packages.yml pip_modules section by component (e.g., idrac, powerscale)
Generic Installation Task: Updated install_python_dependencies.yml to accept a component parameter instead of hardcoded package lists
Usage: Components now specify their required Python packages in telemetry_packages.yml, and the generic task installs them based on install_mode (online/offline)