You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/12/06 23:50:33 UTC

[airavata] 01/02: AIRAVATA-2608 Fix Zookeeper download url

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 84ddb3a94f7d08e75faa386562eaa13c6dce4ad5
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Dec 6 15:50:45 2017 -0500

    AIRAVATA-2608 Fix Zookeeper download url
---
 dev-tools/ansible/roles/zookeeper/vars/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/zookeeper/vars/main.yml b/dev-tools/ansible/roles/zookeeper/vars/main.yml
index 3331fa4..6646e27 100644
--- a/dev-tools/ansible/roles/zookeeper/vars/main.yml
+++ b/dev-tools/ansible/roles/zookeeper/vars/main.yml
@@ -22,7 +22,7 @@
 #Variables associated with this role
 # zookeeper related variable
 zookeeper_version: 3.4.8
-zookeeper_url: http://www.us.apache.org/dist/zookeeper/zookeeper-{{zookeeper_version}}/zookeeper-{{zookeeper_version}}.tar.gz
+zookeeper_url: https://archive.apache.org/dist/zookeeper/zookeeper-{{zookeeper_version}}/zookeeper-{{zookeeper_version}}.tar.gz
 
 apt_cache_timeout: 3600
 client_port: "{{ zookeeper_client_port }}" 

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.