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 2022/03/21 13:47:51 UTC

[airavata] branch master updated: Ansible: Updating Helix download URLs

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

machristie 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 34d6536  Ansible: Updating Helix download URLs
34d6536 is described below

commit 34d6536eef303a9c0666fed7cb1e5d58a7c3ef49
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Mar 21 09:42:26 2022 -0400

    Ansible: Updating Helix download URLs
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml  | 2 +-
 .../ansible/inventories/scigap/production/group_vars/all/vars.yml     | 2 +-
 dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml  | 2 +-
 dev-tools/ansible/inventories/scigap/testing/group_vars/all/vars.yml  | 4 ++--
 dev-tools/ansible/inventories/standalone/group_vars/helix/vars.yml    | 2 +-
 5 files changed, 6 insertions(+), 6 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 1ced701..bce1187 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
@@ -148,7 +148,7 @@ keycloak_vhost_servername: "iamdev.scigap.org"
 
 # Helix
 helix_version: 0.7.1
-helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_url: https://archive.apache.org/dist/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 adb63ed..7e25e98 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
@@ -140,7 +140,7 @@ letsencrypt_email: "circ-iu-group@iu.edu"
 
 # Helix
 helix_version: 0.7.1
-helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_url: https://archive.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.20-SNAPSHOT"
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 4fa00f2..3e576c1 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
@@ -144,7 +144,7 @@ keycloak_vhost_servername: "iam.scigap.org"
 
 # Helix
 helix_version: 0.7.1
-helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_url: https://archive.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.19-SNAPSHOT"
diff --git a/dev-tools/ansible/inventories/scigap/testing/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/testing/group_vars/all/vars.yml
index bf6b5a3..62b12a7 100644
--- a/dev-tools/ansible/inventories/scigap/testing/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/testing/group_vars/all/vars.yml
@@ -132,7 +132,7 @@ keycloak_master_account_password: "{{ vault_keycloak_master_account_password }}"
 
 # Helix
 helix_version: 0.7.1
-helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_url: https://archive.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.18-SNAPSHOT"
@@ -186,4 +186,4 @@ registry_subnets: "{{ iu_subnets }}"
 credential_store_subnets: "{{ iu_subnets }}"
 rabbitmq_subnets: "{{ iu_subnets }}"
 db_subnets: "{{ iu_subnets }}"
-zabbix_subnets: "{{ iu_subnets }}"
\ No newline at end of file
+zabbix_subnets: "{{ iu_subnets }}"
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 699ede2..e87cd19 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-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
+helix_url: https://archive.apache.org/dist/helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
 helix_dir: "{{ deployment_dir }}/airavata-helix"
 helix_cluster_name: "AiravataDemoCluster"