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/08/08 16:09:10 UTC

[airavata] branch master updated: Added the new domain for the 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 e66939d  Added the new domain for the gateway
e66939d is described below

commit e66939d09586e3f5f5fc25a4011541f8359f1b98
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Aug 8 12:08:58 2019 -0400

    Added the new domain for the gateway
---
 .../scigap/pfec-hydro-production/group_vars/pga/vars.yml          | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
index 938fb9c..8286aeb 100644
--- a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
@@ -33,14 +33,14 @@ pga_git_branch: "tus-integration"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "futurewater.indiana.edu"
+vhost_servername: "gateway.futurewater.indiana.edu"
 #vhost_servername: "futurewater.scigap.org"
 #vhost_serveralias: "www.mines.scigap.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/futurewater.indiana.edu/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/futurewater.indiana.edu/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/futurewater.indiana.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/privkey.pem"
 
 php_upload_max_filesize: "6000M"
 php_post_max_size: "15000M"