]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Resync rhcs_edits.txt
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:53:52 +0000 (15:53 +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>
group_vars/rhcs.yml.sample
rhcs_edits.txt

index 52e31c434c7da599666cd4be9be04a43b2e2a5c9..324431c76ecd440d8cfc03d309ed1e02c581785b 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