You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2022/04/04 13:42:15 UTC

[airavata] branch master updated: Updating Helix version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 32e128ed62 Updating Helix version
32e128ed62 is described below

commit 32e128ed62720d01e40862732d79de10b6e86373
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon Apr 4 09:41:20 2022 -0400

    Updating Helix version
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml  | 4 ++--
 .../ansible/inventories/scigap/production/group_vars/all/vars.yml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
index bce11878d0..aa573782cb 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
@@ -147,8 +147,8 @@ keycloak_master_account_password: "{{ vault_keycloak_master_account_password }}"
 keycloak_vhost_servername: "iamdev.scigap.org"
 
 # Helix
-helix_version: 0.7.1
-helix_url: https://archive.apache.org/dist/helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_version: 0.9.9
+helix_url: https://downloads.apache.org/helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
 helix_dir: "{{ deployment_dir }}/airavata-helix"
 helix_cluster_name: "AiravataDevCluster"
 snapshot_version: "0.20-SNAPSHOT"
diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index 7e25e98b92..14ef29431e 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -139,8 +139,8 @@ keycloak_vhost_servername: "iam.scigap.org"
 letsencrypt_email: "circ-iu-group@iu.edu"
 
 # Helix
-helix_version: 0.7.1
-helix_url: https://archive.apache.org/dist/helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_version: 0.9.9
+helix_url: https://downloads.apache.org/helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
 helix_dir: "{{ deployment_dir }}/airavata-helix"
 helix_cluster_name: "AiravataDemoCluster"
 snapshot_version: "0.20-SNAPSHOT"