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 a094ea2  Adding new Covid GeoAct gateway
a094ea2 is described below

commit a094ea28dc488375858d04d464df811f8d1a1965
Author: eroma2014 <[email protected]>
AuthorDate: Sun Dec 13 13:33:00 2020 -0500

    Adding new Covid GeoAct gateway
---
 .../scigap/production/host_vars/covid-geoact/vars.yml   | 17 +++++------------
 1 file changed, 5 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 5877e19..72f898b 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
@@ -22,22 +22,15 @@
 #gateway_data_store_resource_id: 
"js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
 #gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
 
-airavata_django_extra_dependencies:
-  - 
"git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app";
-
-
-vhost_servername: "geo-gateway.scigap.org"
+vhost_servername: "geoact.sdsc.edu"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/geo-gateway.scigap.org/cert.pem"
-ssl_certificate_chain_file: 
"/etc/letsencrypt/live/geo-gateway.scigap.org/fullchain.pem"
-ssl_certificate_key_file: 
"/etc/letsencrypt/live/geo-gateway.scigap.org/privkey.pem"
-
+ssl_certificate_file: "/etc/letsencrypt/live/geoact.sdsc.edu/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/geoact.sdsc.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/geoact.sdsc.edu/privkey.pem"
 
-django_extra_settings:
-  LOGIN_REDIRECT_URL: "/geogateway_django_app/"
 
 ## Keycloak related variables
-tenant_domain: "geo"
+tenant_domain: "covid-geoact"
 oauth_client_key: "{{ vault_oauth_client_key }}"
 oauth_client_secret: "{{ vault_oauth_client_secret }}"
 

Reply via email to