From 9051f8d5b43b49702684fe688c5e57066028a54d Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Wed, 14 Dec 2016 16:55:41 +0800 Subject: [PATCH] fix ceph_custom not usable 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml index b5d745c81..42c7a9c43 100644 --- a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml +++ b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml @@ -18,6 +18,7 @@ - not ceph_dev - not ceph_rhcs - not ceph_stable_uca + - not ceph_custom tags: - package-install