From: Sébastien Han Date: Wed, 8 Aug 2018 13:51:34 +0000 (+0200) Subject: Resync rhcs_edits.txt X-Git-Tag: v3.2.0beta2~81 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=19518656a7966470842743da3c1c3bda0fa8c0f8;p=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 --- diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 52e31c434..324431c76 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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 diff --git a/rhcs_edits.txt b/rhcs_edits.txt index 45bad8a25..f554b440b 100644 --- a/rhcs_edits.txt +++ b/rhcs_edits.txt @@ -1,4 +1,5 @@ ceph_repository: rhcs ceph_origin: repository fetch_directory: ~/ceph-ansible-keys -ceph_rhcs_version: 3 \ No newline at end of file +ceph_rhcs_version: 3 +# END OF FILE, DO NOT TOUCH ME! \ No newline at end of file