mirror of https://github.com/ceph/ceph-ansible.git
add 'custom' as valid ceph_repository value
This is documented as valid:pull/3585/head561746f75e/group_vars/all.yml.sample (L245)
Signed-off-by: Justin Riley <justin.t.riley@gmail.com> (cherry picked from commit6a79870d62
)
parent
d855cb2595
commit
bde156352b
|
@ -134,7 +134,7 @@ def ceph_origin_choices(value):
|
|||
|
||||
|
||||
def ceph_repository_choices(value):
|
||||
assert value in ['community', 'rhcs', 'dev'], "ceph_repository must be either 'community', 'rhcs' or 'dev'"
|
||||
assert value in ['community', 'rhcs', 'dev', 'custom'], "ceph_repository must be either 'community', 'rhcs', 'dev', or 'custom'"
|
||||
|
||||
|
||||
def ceph_repository_type_choices(value):
|
||||
|
|
Loading…
Reference in New Issue