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/05/31 16:31:00 UTC

[airavata] branch master updated: Add Airavata settings to pfec-hydro pga vars.yml

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 fdb2800  Add Airavata settings to pfec-hydro pga vars.yml
fdb2800 is described below

commit fdb2800aff3988b508f9d4a526be0d825002745b
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri May 31 12:30:51 2019 -0400

    Add Airavata settings to pfec-hydro pga vars.yml
---
 .../scigap/pfec-hydro-production/group_vars/pga/vars.yml          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
index b270913..51cc301 100644
--- a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
@@ -19,6 +19,14 @@
 #
 
 ---
+# TODO: uncomment this and rerun playbook once the data is in place
+# user_data_dir: "/share/gateway-user-data"
+## Airavata Client related variables
+airavata_server: "tls://{{ groups['api-orch'][0] }}"
+airavata_port: "9930"
+airavata_profile_service_server: "{{ groups['api-orch'][0] }}"
+oauth_service_url: "https://iam.scigap.org/auth"
+
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
 git_branch: "master"
 user: "pga"