From a80f07704cfe44bf1b271e76eb2101161c6814ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 15 May 2017 15:51:49 +0200 Subject: [PATCH] group_vars: resync all.yml.sample with ceph-docker-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- group_vars/all.yml.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 150dc0f58..405665006 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -403,3 +403,14 @@ dummy: # do not ever change this here #rolling_update: false +#ceph_docker_registry: docker.io +#ceph_docker_enable_centos_extra_repo: false + +#mon_use_fqdn: false # if set to true, the MON name used will be the fqdn + +# Set uid/gid to default '64045' for bootstrap directories. +# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros. +# These values have to be set according to the base OS used by the container image, NOT the host. +#bootstrap_dirs_owner: "64045" +#bootstrap_dirs_group: "64045" +