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 13cacfe Adding new scigateway.ucmerced.edu gateway with cilogon
13cacfe is described below
commit 13cacfeeafe4dcb824976e741b7b9530e51009fb
Author: eroma2014 <[email protected]>
AuthorDate: Fri Oct 15 13:12:25 2021 -0400
Adding new scigateway.ucmerced.edu gateway with cilogon
---
.../ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
index 9c84a6b..d8f261d 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
@@ -36,7 +36,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
- name: "UCMERCED Gateway"
+ name: "UCMerced Gateway"
external:
- name: "Existing Institution Credentials"
idp_alias: "cilogon"
@@ -47,7 +47,7 @@ experiment_data_dir: "{{ user_data_dir }}/ucmerced"
gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCVQbQuGQ7/MSVxt8UctSdXB7r81ST7UA1gQlnOMWojrg9FOSVR8hwyXuQpdZkbaaQw9m9RVsBTilpDRBAOngeDmvzmqLbfr+WkB2Ry9yho/wdxcjp/KmXlzHUJ/Pv3TX/3hg/zKtB85vqzoGb2dir9xGNpKFFodVD/fgbH9tQtqBlTTwdHHbY3rGtJdKOhpqvQ8zWxzkkGa2vd0L18e96/F1Q8KGOPai+FSf/xxoTeaX0TIPiwpzBdfmdBYprRwz1fy6dvjFosYkveVfaTOL3MPZuNvwN3dxMUDF7Pg644kr/CLXoUnzwHLJgmF+z1/iIH5LVli8KaYAEEhzlt6B2X"
admin_emails: "[('CIRC', '[email protected]'),('Robert Romero',
'[email protected]')]"
-portal_title: "UCMERCED Gateway"
+portal_title: "UCMerced Gateway"
#django_google_analytics_tracking_id: "UA-66348921-1"
...