]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
resync group_vars 1796/head
authorSébastien Han <seb@redhat.com>
Wed, 23 Aug 2017 13:33:48 +0000 (15:33 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 23 Aug 2017 13:33:48 +0000 (15:33 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/rbd-mirrors.yml.sample
group_vars/rhcs.yml.sample

index 66efd701d127e05dfc83365a33274f270dc03fa4..994eb98b4e3d9ea9e82fda7c24f20aaa6d550fdd 100644 (file)
@@ -11,24 +11,17 @@ dummy:
 # SETUP #
 #########
 
+#fetch_directory: fetch/
 
-# NOTE (leseb): the rbd-mirror daemon needs a user to start
-# because it has to authenticate with the local cluster.
-# By default, using the admin user is fine, so you should not
-# need to change 'ceph_rbd_mirror_local_user' unless you have
-# a dedicated key available in /etc/ceph/.
-# Generally Ansible will use the admin key and put it
-# under /etc/ceph/. The same goes for 'ceph_rbd_mirror_remote_user'
-# there should not be any reason to change it.
-#ceph_rbd_mirror_local_user: admin
-#ceph_rbd_mirror_remote_user: admin
-
-# NOTE (leseb): the following variable needs the name of the remote cluster.
-# The name of this cluster must be different than your local cluster simply
-# because we need to have both keys and ceph.conf inside /etc/ceph.
-# Thus if cluster names are identical we can not have them under /etc/ceph
-#ceph_rbd_mirror_remote_cluster: ""
+# Even though rbd-mirror nodes should not have the admin key
+# at their disposal, some people might want to have it
+# distributed on rbd-mirror nodes. Setting 'copy_admin_key' to 'true'
+# will copy the admin key to the /etc/ceph/ directory. Only
+# valid for Luminous and later releases.
+#copy_admin_key: false
 
+# NOTE: deprecated generic local user id for pre-Luminous releases
+#ceph_rbd_mirror_local_user: "admin"
 
 #################
 # CONFIGURATION #
@@ -37,6 +30,16 @@ dummy:
 #ceph_rbd_mirror_configure: false
 #ceph_rbd_mirror_pool: ""
 
+# NOTE (leseb): the following variable needs the name of the remote cluster.
+# The name of this cluster must be different than your local cluster simply
+# because we need to have both keys and ceph.conf inside /etc/ceph.
+# Thus if cluster names are identical we can not have them under /etc/ceph
+#ceph_rbd_mirror_remote_cluster: ""
+
+# NOTE: the rbd-mirror daemon needs a user to authenticate with the
+# remote cluster. By default, this key should be available under
+# /etc/ceph/<remote_cluster>.client.<remote_user>.keyring
+#ceph_rbd_mirror_remote_user: ""
 
 ##########
 # DOCKER #
index a0c3749d0d4b81c150ad37ab5cc28e0ee7dd071d..1d1c384f72f8eace755d97bc9042599e39ff4aa1 100644 (file)
@@ -13,7 +13,7 @@ dummy:
 # GENERAL #
 ###########
 
-#fetch_directory: fetch/
+fetch_directory: ~/ceph-ansible-keys
 
 # The 'cluster' variable determines the name of the cluster.
 # Changing the default value to something else means that you will
@@ -154,7 +154,7 @@ dummy:
 # Commit 492518a2 changed variable names of rhcs installations
 # to not break backward compatiblity we re-declare these variables
 # with the content of the new variable
-#ceph_rhcs: "{{ ceph_stable_rh_storage | default(false) }}"
+ceph_rhcs: true
 # This will affect how/what repositories are enabled depending on the desired
 # version. The previous version was 1.3. The current version is 2.
 #ceph_rhcs_version: "{{ ceph_stable_rh_storage_version | default(2) }}"