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 2019/06/02 16:23:27 UTC

[airavata] branch master updated (c2b14bd -> d52effc)

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

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


    from c2b14bd  Updating ansible_user for pga host in stagingnew
     new db9945c  Changing helix vm host
     new d52effc  Changing new production source and deployment directories

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml   | 4 ++--
 dev-tools/ansible/inventories/scigap/stagingnew/hosts               | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


[airavata] 01/02: Changing helix vm host

Posted by di...@apache.org.
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

commit db9945cfe9eca6a8431eea4a1e50ffacc973f15d
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sun Jun 2 12:22:57 2019 -0400

    Changing helix vm host
---
 dev-tools/ansible/inventories/scigap/stagingnew/hosts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/hosts b/dev-tools/ansible/inventories/scigap/stagingnew/hosts
index be99908..164b5c1 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/hosts
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/hosts
@@ -1,7 +1,7 @@
 # inventory file : scigap staging deployment
 
 [zookeeper]
-scigap07.sciencegateways.iu.edu ansible_user=root
+156.56.104.13 ansible_user=root
 
 [rabbitmq]
 scigap06.sciencegateways.iu.edu ansible_user=root
@@ -13,10 +13,10 @@ scigap05.sciencegateways.iu.edu ansible_user=root
 scigap06.sciencegateways.iu.edu ansible_user=root
 
 [helix]
-scigap07.sciencegateways.iu.edu ansible_user=root
+156.56.104.13 ansible_user=root
 
 [kafka]
-scigap07.sciencegateways.iu.edu ansible_user=root
+156.56.104.13 ansible_user=root
 
 [pga]
 gf4.ucs.indiana.edu ansible_user=root


[airavata] 02/02: Changing new production source and deployment directories

Posted by di...@apache.org.
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

commit d52effcfccda596da9ad8978b81088b879b7f823
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sun Jun 2 12:23:19 2019 -0400

    Changing new production source and deployment directories
---
 .../ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml
index 99740fa..e5fc5ce 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/group_vars/all/vars.yml
@@ -27,8 +27,8 @@ group: airavata
 user_home: "/home/{{ user }}"
 
 # deployment related variables
-deployment_dir: "{{ user_home }}/staging-deployment"
-airavata_source_dir: "{{ user_home }}/staging-source"
+deployment_dir: "{{ user_home }}/master-deployment"
+airavata_source_dir: "{{ user_home }}/master-source"
 airavata_repo: "https://github.com/apache/airavata.git"
 airavata_dist: "apache-airavata-api-server-0.18-SNAPSHOT"
 airavata_dist_name: "{{ airavata_dist }}-bin.tar.gz"