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 2022/10/26 05:32:17 UTC

[airavata] branch master updated: Adding the new gateway domain for MIGA gateway

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 2b7e5d1323 Adding the new gateway domain for MIGA gateway
2b7e5d1323 is described below

commit 2b7e5d1323030c1b17e6230ceca92b6706af8cee
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Oct 26 01:32:07 2022 -0400

    Adding the new gateway domain for MIGA gateway
---
 .../scigap/production/host_vars/microbial-genomes/vars.yml  | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
index 7b87d78f95..f8516320d0 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -25,11 +25,16 @@ airavata_django_extra_dependencies:
     editable: true
 
 #vhost_servername: "clades.microbial-genomes.org" #Changed on Miguel's request on 06/25/2020
-vhost_servername: "xsede.microbial-genomes.org"
+vhost_servername: "gateway.microbial-genomes.org"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/gateway.microbial-genomes.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.microbial-genomes.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.microbial-genomes.org/privkey.pem"
+
+vhost_server_redirect: "xsede.microbial-genomes.org"
+vhost_server_redirect_ssl_certificate_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/cert.pem"
+vhost_server_redirect_ssl_certificate_chain_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/fullchain.pem"
+vhost_server_redirect_ssl_certificate_key_file: "/etc/letsencrypt/live/xsede.microbial-genomes.org/privkey.pem"
 
 django_file_upload_max_file_size_mb: 10000