]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Resync rhcs_edits.txt v3.1.0rc14
authorSébastien Han <seb@redhat.com>
Wed, 8 Aug 2018 13:51:34 +0000 (15:51 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 8 Aug 2018 13:54:32 +0000 (15:54 +0200)
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>
(cherry picked from commit 19518656a7966470842743da3c1c3bda0fa8c0f8)

group_vars/rhcs.yml.sample
rhcs_edits.txt

index 9f30c8718b3a99ddd2fa8343a27f68b8dd37eb5d..f810d5aa4c92a198323e1fafcdbb24fb3fbd63c2 100644 (file)
@@ -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
index 45bad8a25a5ff3b39c10c1fd467bd07a5e8310e0..f554b440b88b1a3495fc0a938988cc0bd75a17d8 100644 (file)
@@ -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