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 2020/11/18 07:06:24 UTC

[airavata] branch master updated: Removed PGA gateway URL from workspace and siwtch the main domain to the Django portal.

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 2473cd4  Removed PGA gateway URL from workspace and siwtch the main domain to the Django portal.
2473cd4 is described below

commit 2473cd4b4a3a7cb2f25908c891a48c4e817f08c8
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Nov 18 01:53:27 2020 -0500

    Removed PGA gateway URL from workspace and siwtch the main domain to the Django portal.
---
 .../scigap/production/host_vars/simvascular_old/vars.yml       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular_old/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular_old/vars.yml
index 76c92ea..1a0ebff 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular_old/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular_old/vars.yml
@@ -19,15 +19,15 @@
 #
 
 ---
-vhost_servername: "django.simvascular.scigap.org"
+vhost_servername: "gateway.simvascular.org"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/django.simvascular.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/django.simvascular.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/django.simvascular.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/gateway.simvascular.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.simvascular.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.simvascular.org/privkey.pem"
 django_database_name: "django_simvascular"
 
 django_file_upload_max_file_size_mb: 2000
-django_pga_url: "https://gateway.simvascular.org"
+#django_pga_url: "https://gateway.simvascular.org"
 
 ## Keycloak related variables
 tenant_domain: "simvascular"