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 2019/06/02 17:29:49 UTC

[airavata] branch master updated: Updating dREG gateway deployment for new production

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 6369295  Updating dREG gateway deployment for new production
6369295 is described below

commit 63692955d6dfbf6385bd429f6d203bf07cd2a8aa
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Sun Jun 2 13:29:37 2019 -0400

    Updating dREG gateway deployment for new production
---
 .../scigap/dreg-production/group_vars/pga/vars.yml        |  2 +-
 .../ansible/inventories/scigap/dreg-production/hosts      | 15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/pga/vars.yml
index 4e7b298..e1dcb64 100644
--- a/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/pga/vars.yml
@@ -28,7 +28,7 @@ airavata_port: "9930"
 airavata_profile_service_server: "{{ groups['api-orch'][0] }}"
 oauth_service_url: "https://iam.scigap.org/auth"
 
-pga_repo: "https://github.com/Danko-Lab/airavata-php-gateway.git"
+pga_repo: "https://github.com/apache/airavata-php-gateway.git"
 pga_git_branch: "dreg-gateway"
 user: "pga"
 group: "pga"
diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/hosts b/dev-tools/ansible/inventories/scigap/dreg-production/hosts
index 858c50f..d0805f8 100644
--- a/dev-tools/ansible/inventories/scigap/dreg-production/hosts
+++ b/dev-tools/ansible/inventories/scigap/dreg-production/hosts
@@ -2,19 +2,22 @@
 # inventory file : scigap production deployment
 
 [zookeeper]
-scigap02.sciencegateways.iu.edu
+156.56.104.13 ansible_user=root
 
 [rabbitmq]
-scigap02.sciencegateways.iu.edu
+scigap06.sciencegateways.iu.edu ansible_user=root
 
 [database]
-scigap01.sciencegateways.iu.edu
+scigap05.sciencegateways.iu.edu ansible_user=root
 
 [api-orch]
-scigap02.sciencegateways.iu.edu
+scigap06.sciencegateways.iu.edu ansible_user=root
 
-[gfac]
-scigap03.sciencegateways.iu.edu
+[helix]
+156.56.104.13 ansible_user=root
+
+[kafka]
+156.56.104.13 ansible_user=root
 
 [pga]
 # Hosted on Jetstream