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/05/02 16:34:24 UTC

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

commit 6e890978803063fe000797f0d53186ca6eb33279
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu May 2 12:34:13 2019 -0400

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

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
index 1014a89..b0167ab 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
@@ -24,13 +24,13 @@ git_branch: "master"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "pfec-hydro.scigap.org"
+vhost_servername: "futurewater.indiana.edu"
 #vhost_serveralias: "www.mines.scigap.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/privkey.pem"
+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"
 
 php_upload_max_filesize: "6000M"
 php_post_max_size: "6500M"