-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rolling_update: fix pre and post osd upgrade play
when using --limit osds, the play before and after osd upgrade are skipped because we use `hosts: "{{ mon_group_name | default('mons') }}[0]"` using `hosts: "{{ osds_group_name | default('osds') }}" with `delegate_to` to the first monitor addresses this issue. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commit fc9f87c) (cherry picked from commit 3dd96da)
- Loading branch information
Showing
1 changed file
with
83 additions
and
73 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