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 2019/05/02 20:47:33 UTC

[airavata] branch master updated: Added the new domain for pfec-hydro gateway. Changed the gateway name to Future Water

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 e5efd8b  Added the new domain for pfec-hydro gateway. Changed the gateway name to Future Water
e5efd8b is described below

commit e5efd8bee371ee87a267530fae642187fe26a853
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu May 2 16:47:23 2019 -0400

    Added the new domain for pfec-hydro gateway. Changed the gateway name to Future Water
---
 .../inventories/scigap/production/pga_config/pfec-hydro/vars.yml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
index b0167ab..146ca04 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
@@ -44,7 +44,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration"
 
 auth_options:
-  - name: "PfEC Hydro Gateway"
+  - name: "Future Water Gateway"
     oauth_grant_type: "password"
   - name: "Existing Institute Login"
     oauth_grant_type: "authorization_code"
@@ -65,5 +65,5 @@ portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
 #portal_theme: "qusp-gateway-theme"
 #portal_theme_repo: "https://github.com/SciGaP/qusp-gateway-theme.git"
-portal_title: "PfEC Hydro Gateway"
+portal_title: "Future Water Gateway"
 ...