This condition is useless and it's also creating issues we don't see in
our CI. ceph_release is set by either ceph-common or ceph-docker-common
so let's keep it this way.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1645379
(cherry picked from commit
e9188cd202663656a773eb9e2276c6dbc0684599)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
include_tasks: release-rhcs.yml
when:
- ceph_repository in ['rhcs', 'dev']
+ or
+ ceph_origin == 'distro'
tags:
- always
when:
- ceph_current_status.fsid is defined
-# Set ceph_release to ceph_stable by default
-- name: set_fact ceph_release ceph_stable_release
- set_fact:
- ceph_release: "{{ ceph_stable_release }}"
-
- name: generate cluster fsid
local_action:
module: shell
msg: "{{ ceph_status.stdout_lines }}"
delegate_to: "{{ groups[mon_group_name][0] }}"
run_once: true
- when: not ceph_status.failed
\ No newline at end of file
+ when: not ceph_status.failed