mirror of https://github.com/ceph/ceph-ansible.git
Resync rhcs_edits.txt
We were missing an option so let's add it back. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1519835 Signed-off-by: Sébastien Han <seb@redhat.com>pull/2990/head
parent
83edbcb5f2
commit
19518656a7
|
@ -199,7 +199,7 @@ ceph_repository: rhcs
|
|||
# on RHEL 7.
|
||||
#
|
||||
#
|
||||
#ceph_rhcs_version: "{{ ceph_stable_rh_storage_version | default(2) }}"
|
||||
ceph_rhcs_version: 3
|
||||
#valid_ceph_repository_type:
|
||||
# - cdn
|
||||
# - iso
|
||||
|
|
|
@ -2,3 +2,4 @@ ceph_repository: rhcs
|
|||
ceph_origin: repository
|
||||
fetch_directory: ~/ceph-ansible-keys
|
||||
ceph_rhcs_version: 3
|
||||
# END OF FILE, DO NOT TOUCH ME!
|
Loading…
Reference in New Issue