From 6682c56a38237276bb0ef1ea1d65cdeff3724b58 Mon Sep 17 00:00:00 2001 From: kaiokassiano Date: Mon, 6 Aug 2018 10:10:32 -0300 Subject: [PATCH] Upgrade zookeeper repository Since the old repository is not maintained, this patch aims to change to a repository that can be maintained for now, providing faster way to make changes as necessary like we did in [1] and [2]. [1]: https://review.openstack.org/#/c/587173/ [2]: https://review.openstack.org/#/c/583634/ Change-Id: Ib125743b3ddc336da245bd77fa444f004f7e30c4 --- tests/ansible-role-requirements.yml | 2 +- vars/{ubuntu-16.04.yml => ubuntu.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename vars/{ubuntu-16.04.yml => ubuntu.yml} (100%) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 6e14790..466cba7 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -48,7 +48,7 @@ scm: git version: master - name: ansible-zookeeper - src: https://github.com/Chillisystems/ansible-zookeeper + src: https://github.com/guilhermesteinmuller/ansible-zookeeper scm: git version: master - name: ansible-kafka diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu.yml similarity index 100% rename from vars/ubuntu-16.04.yml rename to vars/ubuntu.yml