From 3c32280ca1093f6c3abe0038f524ee3b88dd3672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 23 May 2018 12:44:24 -0700 Subject: [PATCH] group_vars: resync group_vars MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The previous commit changed the content of roles/$ROLE/default/main.yml so we have to re generate the group_vars files. Signed-off-by: Sébastien Han --- group_vars/all.yml.sample | 1 - group_vars/rhcs.yml.sample | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index b142bf4a0..dbaae46a2 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -533,7 +533,6 @@ dummy: #docker_pull_timeout: "300s" - ############# # OPENSTACK # ############# diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index b142bf4a0..cdefcd0ca 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -29,7 +29,7 @@ dummy: # mimic: 13 # Directory to fetch cluster fsid, keys etc... -#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 @@ -135,14 +135,14 @@ dummy: # - 'distro' means that no separate repo file will be added # you will get whatever version of Ceph is included in your Linux distro. # 'local' means that the ceph binaries will be copied over from the local machine -#ceph_origin: "{{ 'repository' if ceph_rhcs or ceph_stable or ceph_dev or ceph_stable_uca or ceph_custom else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1 +ceph_origin: repository #valid_ceph_origins: # - repository # - distro # - local -#ceph_repository: "{{ 'community' if ceph_stable else 'rhcs' if ceph_rhcs else 'dev' if ceph_dev else 'uca' if ceph_stable_uca else 'custom' if ceph_custom else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1 +ceph_repository: rhcs #valid_ceph_repository: # - community # - rhcs @@ -533,7 +533,6 @@ dummy: #docker_pull_timeout: "300s" - ############# # OPENSTACK # ############# -- 2.39.5