Feature branch sync - pub/q2_upgrade to staging#4812
Merged
Conversation
Feature branch sync - staging to pub/q2_upgrade
Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com>
Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com>
Signed-off-by: Nagachandan-P <Nagachandan.p@dell.com>
cleanup k8s script files also
Telemetry component version updates
…4796) * input_validation changes for the powerscale telemetry * Update en_us_validation_msg.py Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com> * Update en_us_validation_msg.py Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com> * Update en_us_validation_msg.py Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com> * s3_cmd and victoria_metrics changes * Update cleanup_openchami.yml Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com> * lint fix * Update cleanup_openchami.yml Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com> * Fix: Add --limit 500 to regctl repo ls to prevent 26th build failure Root Cause: - regctl repo ls defaults to 100 repos max (Docker registry v2 pagination) - After 25 builds (100 compute images), registry verification fails - Base image becomes 101st repo alphabetically and is truncated from results Resolution: - Added --limit 500 flag to all regctl repo ls commands in image_creation tasks - Applies to both x86_64 and aarch64 base/compute image verification Files Changed: - build_image_x86_64/roles/image_creation/tasks/build_base_image.yml (line 69) - build_image_x86_64/roles/image_creation/tasks/build_compute_image.yml (line 97) - build_image_aarch64/roles/image_creation/tasks/build_base_image.yml (line 79) - build_image_aarch64/roles/image_creation/tasks/build_compute_image.yml (line 105) Tested: regctl repo ls --limit 500 returns all 101 repos including base image --------- Signed-off-by: balajikumaran.cs <balajikumaran.cs@dellteam.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: pullan1 <sudha.pullalaravu@dell.com>
Signed-off-by: pullan1 <sudha.pullalaravu@dell.com>
Signed-off-by: pullan1 <sudha.pullalaravu@dell.com>
pulp upgrade and rollback
Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com>
Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com>
Signed-off-by: Katakam Rakesh Naga Sai <125246792+Katakam-Rakesh@users.noreply.github.com>
Fix variable initialization and remove redundant CRI-O restart
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.
Feature branch sync - pub/q2_upgrade to staging