You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/01/04 19:34:38 UTC

[airavata] branch master updated: added SSC gateway details

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

eroma 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 1044189  added SSC gateway details
1044189 is described below

commit 104418900ee168f981553d684d40a9c471fc18ca
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Jan 4 14:34:31 2018 -0500

    added SSC gateway details
---
 .../inventories/scigap/SGCI-SSC/group_vars/pga/vars.yml   | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/SGCI-SSC/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/SGCI-SSC/group_vars/pga/vars.yml
index cf993b0..0fc34cd 100644
--- a/dev-tools/ansible/inventories/scigap/SGCI-SSC/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/SGCI-SSC/group_vars/pga/vars.yml
@@ -48,28 +48,25 @@ admin_username: "admin"
 admin_password: "{{ vault_admin_password }}"
 oauth_client_key: "{{ vault_oauth_client_key }}"
 oauth_client_secret: "{{ vault_oauth_client_secret }}"
-# dREG gateway automatically gives users the gateway-user role so they don't have to wait on admin approval
-# initial_role_name: "gateway-user"
 oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration"
 
 #Auth Options for Gateway
 auth_options:
-  - name: "LSU Computational Sys Biology"
+  - name: "SGCI SSC Test Gateway"
     oauth_grant_type: "password"
 oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
 
-gateway_id: "lsu-computational-sys-biology"
+gateway_id: "sgci-ssc-test"
 # relative to document root dir
-experiment_data_dir: "{{ user_data_dir }}/CSBGLSU-Development"
-gateway_data_store_resource_id: "js-157-128.jetstream-cloud.org_5b4e532d-28f0-4891-894d-876bc504eb9e"
-gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/WQnD40zGuO+bIMsWc0ey8oxDzEj/dPFPg8LN7oNn/V7pi74mF2D57wgA8KsxcpsNydcReSXZhx6FynlK6iABDZP5QdREmhm87gkrMQUA/ZI7R2q7ekchbRtCnrGwU/pdHBh4penaiScs08o7OPfqJJp/TfgwH92dA9dThqGf9hD1Y0nmWECfvX56rXAggcgZl+Q6IFD0VFinFMkqZRWFFi4Zm7yiKCNWYXvXlIGjFOlDp0/ONGg5wjpCFivhI934Uk6Y69hSMhnFJc6g1JHD4PLaBILlUjwEikmH6KL3ii6Wt30pou+tIihBDBv0ODR4jDiOeBJGkcisWeh3Uzj"
+experiment_data_dir: "{{ user_data_dir }}/{{ gateway_id }}"
+gateway_data_store_resource_id: "129.114.6.253_db989fac-8d49-4ae3-aa79-b0e2e9f2e7a7"
+#gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/WQnD40zGuO+bIMsWc0ey8oxDzEj/dPFPg8LN7oNn/V7pi74mF2D57wgA8KsxcpsNydcReSXZhx6FynlK6iABDZP5QdREmhm87gkrMQUA/ZI7R2q7ekchbRtCnrGwU/pdHBh4penaiScs08o7OPfqJJp/TfgwH92dA9dThqGf9hD1Y0nmWECfvX56rXAggcgZl+Q6IFD0VFinFMkqZRWFFi4Zm7yiKCNWYXvXlIGjFOlDp0/ONGg5wjpCFivhI934Uk6Y69hSMhnFJc6g1JHD4PLaBILlUjwEikmH6KL3ii6Wt30pou+tIihBDBv0ODR4jDiOeBJGkcisWeh3Uzj"
 
 ## Portal related variables
 super_admin_portal: "false"
 admin_emails: "['sgrc-iu-group@iu.edu','mbrylinski@lsu.edu']"
 portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
-# The portal theme is included in the dreg-gateway branch of airavata-php-gateway
 portal_theme: "base"
-portal_title: "LSU Computational Sys Biology"
+portal_title: "{{ name }}"
 ...

-- 
To stop receiving notification emails like this one, please contact
['"commits@airavata.apache.org" <co...@airavata.apache.org>'].