This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalise all pacemaker resource upgrade tasks for staged upgrades
To follow on from I2e88dc34fa59624523de4c52a1873438c78e972f we now normalise all the resource upgrade tasks to improve idempotency and speed up the process of verifying and upgrading images as necessary. In doing so we clean up a few things as well: 1. There were some unnecessary blocks present without conditions or any shared properties for the tasks. 2. Use 'failed_when: false' rather than 'ignore_errors: true' because ignoring errors shows a failed task which is confusing to users. 3. Some tasks had an empty conditional. Change-Id: I8b5b25d03b86b2c44b2d47e5a0624e7dd13873da Related-Bug: #1838971 Closes: rhbz#1758578
- Loading branch information
1 parent
7ee240c
commit dfd8b73
Showing
7 changed files
with
280 additions
and
224 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.