]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
fix ceph_custom not usable 1183/head
authorShengjing Zhu <zsj950618@gmail.com>
Wed, 14 Dec 2016 08:55:41 +0000 (16:55 +0800)
committerShengjing Zhu <zsj950618@gmail.com>
Wed, 14 Dec 2016 08:55:41 +0000 (16:55 +0800)
Only when ceph_origin == "upstream", install_on_redhat.yml will include
redhat_ceph_repository.yml, same as debian.

In redhat_ceph_repository.yml, ceph_custom_repo will be added.

But in check_mandatory_vars.yml, ceph_origin=="upstream" can't be combined
with ceph_custom

roles/ceph-common/tasks/checks/check_mandatory_vars.yml

index b5d745c8182bbd72b4e82092c544a205049ee126..42c7a9c43a577c343956fa6650eb33dd088e5f68 100644 (file)
@@ -18,6 +18,7 @@
     - not ceph_dev
     - not ceph_rhcs
     - not ceph_stable_uca
+    - not ceph_custom
   tags:
     - package-install