Skip to content

Commit

Permalink
rolling_update: block upgrade for RHCS deployments
Browse files Browse the repository at this point in the history
Specific to RHCS deployments. See BZ for details.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2052614

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Feb 17, 2022
1 parent 314ba6e commit 686de20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
import_role:
name: ceph-defaults

- name: block upgrade for RHCS deployments
fail:
msg: "Red Hat Ceph Storage upgrade isn't allowed with this release."

- name: exit playbook, if user did not mean to upgrade cluster
fail:
msg: >
Expand Down

0 comments on commit 686de20

Please sign in to comment.