From commits-return-19343-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Wed Jun 6 19:43:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 45468180671 for ; Wed, 6 Jun 2018 19:43:37 +0200 (CEST) Received: (qmail 78026 invoked by uid 500); 6 Jun 2018 17:43:36 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 78017 invoked by uid 99); 6 Jun 2018 17:43:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2018 17:43:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9B3B482A71; Wed, 6 Jun 2018 17:43:35 +0000 (UTC) Date: Wed, 06 Jun 2018 17:43:35 +0000 To: "commits@airavata.apache.org" Subject: [airavata] branch staging updated: Fixing broken helix download links MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152830701537.6920.8636278138908027272@gitbox.apache.org> From: dimuthuupe@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: airavata X-Git-Refname: refs/heads/staging X-Git-Reftype: branch X-Git-Oldrev: d5c2bdf4d380991fbd6eba584cd99dc65357356e X-Git-Newrev: 10749a7e580411e4ca87c73536c1173aa5291d4c X-Git-Rev: 10749a7e580411e4ca87c73536c1173aa5291d4c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. dimuthuupe pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airavata.git The following commit(s) were added to refs/heads/staging by this push: new 10749a7 Fixing broken helix download links 10749a7 is described below commit 10749a7e580411e4ca87c73536c1173aa5291d4c Author: dimuthu AuthorDate: Wed Jun 6 13:43:17 2018 -0400 Fixing broken helix download links --- dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml | 2 +- dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml index ed0a5f0..7a66efc 100644 --- a/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml +++ b/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml @@ -141,7 +141,7 @@ keycloak_master_account_password: "{{ vault_keycloak_master_account_password }}" # Helix helix_version: 0.7.1 -helix_url: http://www-eu.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar +helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar helix_dir: "{{ deployment_dir }}/airavata-helix" helix_cluster_name: "AiravataDemoCluster" snapshot_version: "0.17-SNAPSHOT" diff --git a/dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml b/dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml index b68f85a..f96f15a 100644 --- a/dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml +++ b/dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml @@ -20,7 +20,7 @@ --- helix_version: 0.7.1 -helix_url: http://www-eu.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar +helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar helix_dir: "{{ deployment_dir }}/airavata-helix" helix_cluster_name: "AiravataDemoCluster" -- To stop receiving notification emails like this one, please contact dimuthuupe@apache.org.