make sure ceph_origin != "upstream" when using rhcs

When installing RHCS there is an option to install from distro provided
packages, this commit modifies the check to allow that to happen.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/607/head
Andrew Schoen 2016-03-07 14:47:09 -06:00
parent b354445914
commit ad6ebbcb32
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
when:
ceph_stable_rh_storage and
not ceph_stable_rh_storage_cdn_install and
not ceph_stable_rh_storage_iso_install
not ceph_stable_rh_storage_iso_install and
ceph_origin == "upstream"
tags:
- package-install