]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
defaults: add a comment
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 9 Dec 2019 17:31:52 +0000 (18:31 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 10 Dec 2019 18:45:18 +0000 (13:45 -0500)
This commit isolates and adds an explicit comment about variables not
intended to be modified by the user.

Fixes: #4828
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a234338eff4b4e35e1c0504ae2ee005e4ca76cf7)

group_vars/all.yml.sample
group_vars/clients.yml.sample
group_vars/osds.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 4e609441d2873cb19eafc1a53ac0c2a3f170892b..b2c3ff34ceff60fd1e728e1519924118a34f083e 100644 (file)
@@ -565,8 +565,6 @@ dummy:
 ##########
 # DOCKER #
 ##########
-#container_exec_cmd:
-#docker: false
 #ceph_docker_image: "ceph/daemon"
 #ceph_docker_image_tag: latest
 #ceph_docker_registry: docker.io
@@ -833,3 +831,11 @@ dummy:
 
 #use_fqdn_yes_i_am_sure: false
 
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+#               *DO NOT* MODIFY THEM                 #
+######################################################
+
+#container_exec_cmd:
+#docker: false
index f98167a3a55a4bc7f004754bc197b4dfac6c21a0..cd9c7abbc2b7cdeaab3d0b1013a84158984a6914 100644 (file)
@@ -58,4 +58,3 @@ dummy:
 #  - { name: client.test2, caps: { mon: "profile rbd", osd: "allow class-read object_prefix rbd_children, profile rbd pool=test2" },  mode: "{{ ceph_keyring_permissions }}" }
 
 #ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
-
index b37da603171c2f229a8d5e606c4b65fe889eaca2..2d2bcefa28eeafc7d3ca5d8d2396bb822990d463 100644 (file)
@@ -178,4 +178,3 @@ dummy:
 
 #nb_retry_wait_osd_up: 60
 #delay_wait_osd_up: 10
-
index d10a0f4398b3b8bf7ed93b6bf20134f10ac0ddab..01d7b9a401473510043bb3a92baf701328682af2 100644 (file)
@@ -565,8 +565,6 @@ ceph_iscsi_config_dev: false
 ##########
 # DOCKER #
 ##########
-#container_exec_cmd:
-#docker: false
 ceph_docker_image: "rhceph/rhceph-4-rhel8"
 ceph_docker_image_tag: "latest"
 ceph_docker_registry: "registry.redhat.io"
@@ -833,3 +831,11 @@ alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alert
 
 #use_fqdn_yes_i_am_sure: false
 
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+#               *DO NOT* MODIFY THEM                 #
+######################################################
+
+#container_exec_cmd:
+#docker: false
index 940778546501595dc48c475cd4ceecbb56d10b90..d43372b8181d71dd7810cc97fa196f471a3dd337 100644 (file)
@@ -557,8 +557,6 @@ ceph_tcmalloc_max_total_thread_cache: 0
 ##########
 # DOCKER #
 ##########
-container_exec_cmd:
-docker: false
 ceph_docker_image: "ceph/daemon"
 ceph_docker_image_tag: latest
 ceph_docker_registry: docker.io
@@ -824,3 +822,12 @@ client_connections: {}
 ###############
 
 use_fqdn_yes_i_am_sure: false
+
+
+######################################################
+# VARIABLES BELOW SHOULD NOT BE MODIFIED BY THE USER #
+#               *DO NOT* MODIFY THEM                 #
+######################################################
+
+container_exec_cmd:
+docker: false
\ No newline at end of file