You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/04/03 16:50:03 UTC

[30/50] airavata git commit: geogateway pga ansible script changes

geogateway pga ansible script changes


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/058cf708
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/058cf708
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/058cf708

Branch: refs/heads/master
Commit: 058cf708665deaf782a9d8aff45907722a0421c0
Parents: 45edb67
Author: Marcus Christie <ma...@apache.org>
Authored: Tue Mar 21 12:16:31 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Tue Mar 21 12:17:09 2017 -0400

----------------------------------------------------------------------
 .../ansible/inventories/geogateway-dev/group_vars/pga/vars.yml  | 5 ++---
 dev-tools/ansible/inventories/geogateway-dev/hosts              | 2 +-
 .../inventories/testing-0.17-scigap/group_vars/pga/vars.yml     | 2 +-
 .../inventories/testing-0.17-testdrive/group_vars/pga/vars.yml  | 2 +-
 .../ansible/inventories/testing-0.17/group_vars/pga/vars.yml    | 2 +-
 5 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/058cf708/dev-tools/ansible/inventories/geogateway-dev/group_vars/pga/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/geogateway-dev/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/geogateway-dev/group_vars/pga/vars.yml
index dc0afea..be83e30 100644
--- a/dev-tools/ansible/inventories/geogateway-dev/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/geogateway-dev/group_vars/pga/vars.yml
@@ -1,6 +1,6 @@
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-pga_git_branch: "develop"
+git_branch: "develop"
 user: "pga"
 group: "pga"
 pga_user: "pga"
@@ -23,8 +23,7 @@ airavata_port: "9930"
 gateway_id: "GeoGateway"
 # relative to document root dir
 experiment_data_dir: "{{ user_data_dir }}"
-# TODO: fix this
-gateway_data_store_resource_id: "js-170-103.jetstream-cloud.org_6497a464-3121-4b64-a7cb-d195b0a26c19"
+gateway_data_store_resource_id: "149.165.156.79_80025f37-19e4-496e-962e-d6fa75a5f63c"
 
 ## Portal related variables
 super_admin_portal: "false"

http://git-wip-us.apache.org/repos/asf/airavata/blob/058cf708/dev-tools/ansible/inventories/geogateway-dev/hosts
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/geogateway-dev/hosts b/dev-tools/ansible/inventories/geogateway-dev/hosts
index 197b94a..d6faaa0 100644
--- a/dev-tools/ansible/inventories/geogateway-dev/hosts
+++ b/dev-tools/ansible/inventories/geogateway-dev/hosts
@@ -1,2 +1,2 @@
 [pga]
-gw137.iu.xsede.org ansible_user=root
+149.165.156.79 ansible_user=centos

http://git-wip-us.apache.org/repos/asf/airavata/blob/058cf708/dev-tools/ansible/inventories/testing-0.17-scigap/group_vars/pga/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/testing-0.17-scigap/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/testing-0.17-scigap/group_vars/pga/vars.yml
index 17080c5..e85b8dc 100644
--- a/dev-tools/ansible/inventories/testing-0.17-scigap/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/testing-0.17-scigap/group_vars/pga/vars.yml
@@ -1,6 +1,6 @@
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-pga_git_branch: "develop"
+git_branch: "develop"
 pga_user: "pga"
 pga_group: "pga"
 doc_root_dir: "/var/www/html/php-gateway"

http://git-wip-us.apache.org/repos/asf/airavata/blob/058cf708/dev-tools/ansible/inventories/testing-0.17-testdrive/group_vars/pga/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/testing-0.17-testdrive/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/testing-0.17-testdrive/group_vars/pga/vars.yml
index b32b50c..371331a 100644
--- a/dev-tools/ansible/inventories/testing-0.17-testdrive/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/testing-0.17-testdrive/group_vars/pga/vars.yml
@@ -1,6 +1,6 @@
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-pga_git_branch: "develop"
+git_branch: "develop"
 pga_user: "pga"
 pga_group: "pga"
 doc_root_dir: "/var/www/html/php-gateway"

http://git-wip-us.apache.org/repos/asf/airavata/blob/058cf708/dev-tools/ansible/inventories/testing-0.17/group_vars/pga/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/testing-0.17/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/testing-0.17/group_vars/pga/vars.yml
index 1318ef5..9614541 100644
--- a/dev-tools/ansible/inventories/testing-0.17/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/testing-0.17/group_vars/pga/vars.yml
@@ -1,6 +1,6 @@
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-pga_git_branch: "develop"
+git_branch: "develop"
 pga_user: "pga"
 pga_group: "pga"
 doc_root_dir: "/var/www/html/php-gateway"