From b7387068109a521796f8e423a61449541043f4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 20 Aug 2018 14:41:06 +0200 Subject: [PATCH] take-over-existing-cluster: do not call var_files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We were using var_files long ago when default variables were not in ceph-defaults, now the role exists this is not need. Moreover having these two var files added: - roles/ceph-defaults/defaults/main.yml - group_vars/all.yml Will create collision and override necessary variables. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1555305 Signed-off-by: Sébastien Han --- infrastructure-playbooks/take-over-existing-cluster.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/infrastructure-playbooks/take-over-existing-cluster.yml b/infrastructure-playbooks/take-over-existing-cluster.yml index 0da650986..64aae9666 100644 --- a/infrastructure-playbooks/take-over-existing-cluster.yml +++ b/infrastructure-playbooks/take-over-existing-cluster.yml @@ -1,6 +1,6 @@ --- # NOTE (leseb): -# The playbook aims to takeover a cluster that was not configured with +# The playbook aims to takeover a cluster that was not configured with # ceph-ansible. # # The procedure is as follows: @@ -13,9 +13,6 @@ - hosts: mons become: True - vars_files: - - roles/ceph-defaults/defaults/main.yml - - group_vars/all.yml roles: - ceph-defaults - ceph-fetch-keys