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 9971287 Adding new Covid GeoAct gateway
9971287 is described below
commit 99712874144b5fb483f5aefa13f7f6828dd452ec
Author: eroma2014 <[email protected]>
AuthorDate: Sun Dec 13 13:37:09 2020 -0500
Adding new Covid GeoAct gateway
---
.../production/host_vars/covid-geoact/vars.yml | 24 +++++++++++-----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/covid-geoact/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/covid-geoact/vars.yml
index 72f898b..4a91518 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/covid-geoact/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/covid-geoact/vars.yml
@@ -36,18 +36,18 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
- name: "Geo Gateway"
- external:
- - name: "Existing Institution Credentials"
- idp_alias: "cilogon"
- logo: "images/cilogon-logo-24x24-b.png"
-
-gateway_id: "geo"
-experiment_data_dir: "{{ user_data_dir }}/geo"
-gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCZyps8huDQdr9ZJARtF0RcbyOD3FqMZZKldhW7soaWvOn7ev5rMgpto+TI/YQ8w5lWwWsqtxOByxJaGFgAkwI9+/vr0MPsMz/gmHi2NaEOYm+AA25ozPW9aMWRkaeAlK9sLWI85Cg6owozZngXV745R1LjtxhGO4/sOJLBIZxndLuaIlV1th2yontOsjv5CLr525mc8+0keViSWf7agdqTI7hN51fyyDM1KucwLfXXZZd4vQRJ68o9A6INH66KAbx54u6dd7PBKrJQC63RsPZG6i9jn6qBaLv7xkGH2iM7HfVy8ywMlyvQRb3DJdxG0AUXlZuxOHRH95hdBlgiSsTl"
-
-admin_emails: "[('CIRC', '[email protected]')]"
-portal_title: "Geo Gateway"
+ name: "Covid GeoAct Gateway"
+# external:
+# - name: "Existing Institution Credentials"
+# idp_alias: "cilogon"
+# logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "covid-geoact"
+experiment_data_dir: "{{ user_data_dir }}/covid-geoact"
+#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCZyps8huDQdr9ZJARtF0RcbyOD3FqMZZKldhW7soaWvOn7ev5rMgpto+TI/YQ8w5lWwWsqtxOByxJaGFgAkwI9+/vr0MPsMz/gmHi2NaEOYm+AA25ozPW9aMWRkaeAlK9sLWI85Cg6owozZngXV745R1LjtxhGO4/sOJLBIZxndLuaIlV1th2yontOsjv5CLr525mc8+0keViSWf7agdqTI7hN51fyyDM1KucwLfXXZZd4vQRJ68o9A6INH66KAbx54u6dd7PBKrJQC63RsPZG6i9jn6qBaLv7xkGH2iM7HfVy8ywMlyvQRb3DJdxG0AUXlZuxOHRH95hdBlgiSsTl"
+
+admin_emails: "[('CIRC', '[email protected]'), ('Ilya Zaslavsky',
'[email protected]'), ('Kaushik Ganapathy', '[email protected]'), ('Johnny
Lei', '[email protected]')]"
+portal_title: "Covid GeoAct Gateway"
#django_google_analytics_tracking_id: "UA-178055994-1"
...