Addition of user guidance messages for cluster reprovisioning and rollback after upgrade to 2.1#3978
Merged
priti-parate merged 11 commits intodell:pub/q1_devfrom Feb 16, 2026
Merged
Conversation
upgrade/rollback_omnia.yml
Outdated
| - name: Display rollback guidance | ||
| ansible.builtin.debug: | ||
| msg: >- | ||
| The rollback function restores the Omnia core to the last backup version |
Collaborator
There was a problem hiding this comment.
can we print output in multiple lines. in UT screenshot it is mentioned in one line
Author
There was a problem hiding this comment.
Okay, I will use the ansible pause module for this too then
abhishek-sa1
approved these changes
Feb 16, 2026
|
|
||
| 1. ansible-playbook local_repo/local_repo.yml | ||
|
|
||
| 2. ansible-playbook build_image_x86_64/build_image_x86_64.yml |
Collaborator
There was a problem hiding this comment.
user will also require to run build_image_aarch64 if aarch64 nodes are present
priti-parate
approved these changes
Feb 16, 2026
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.
Updated rollback_omnia.yml to inform users to run omnia.sh --rollback to rollback to previous version. Updated upgrade_cluster.yml to display cluster reprovision guidance, show the post-upgrade workflow sequence, and inform users that cluster reprovisioning is required.