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 2019/11/21 19:11:14 UTC

[airavata] branch develop updated: switched the next TDB gateway domain to nexttdb.sciencegateway.scigap.org

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new e4260c1  switched the next TDB gateway domain to nexttdb.sciencegateway.scigap.org
e4260c1 is described below

commit e4260c1571a9819e21dc1c076e8c2df92446b1f8
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Nov 21 14:11:01 2019 -0500

    switched the next TDB gateway domain to nexttdb.sciencegateway.scigap.org
---
 .../ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
index a56dee3..ab74277 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
@@ -20,12 +20,12 @@
 
 ---
 #airavata_django_git_branch: "simccs"
-vhost_servername: "geochemsim.org"
+vhost_servername: "nexttdb.sciencegateway.scigap.org/"
 vhost_ssl: true
 # sudo certbot --apache certonly -d django.simccs.scigap.org
-ssl_certificate_file: "/etc/letsencrypt/live/geochemsim.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/geochemsim.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/geochemsim.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "nexttdb"