ceph-common: Don't check for ceph_stable_release for distro packages

When we consume the distribution packages, we don't have the choise on
which version to install, so we shouldn't require that variable to be
set. Distributions normally provide only one version of Ceph in the
official repositories so we get whatever they provide.

Signed-off-by: Markos Chandras <mchandras@suse.de>
pull/2151/head
Markos Chandras 2017-10-13 10:18:27 +01:00
parent 849786967a
commit dd6ee72547
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
fail:
msg: "make sure ceph_stable_release ( {{ ceph_stable_release }} ) is set to a release name (e.g: luminous), http://docs.ceph.com/docs/master/release-notes/"
when:
- ceph_origin != 'distro'
- ceph_stable_release == 'dummy'
- ceph_repository not in ['rhcs', 'dev', 'obs']
tags: