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 0075857 Added new domain to the gateway
0075857 is described below
commit 00758576a78215f3b51e3764b96ab7c14ef13966
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Fri Apr 12 15:57:13 2019 -0400
Added new domain to the gateway
---
.../scigap/production/pga_config/distantreader/vars.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index 68b5f43..ecdd35d 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
@@ -24,13 +24,13 @@ git_branch: "master"
user: "pga"
group: "pga"
doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "distantreader.scigap.org"
+vhost_servername: "distantreader.org"
#vhost_serveralias: "distantreader.scigap.org"
vhost_ssl: true
# TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/distantreader.scigap.org/cert.pem"
-ssl_certificate_chain_file:
"/etc/letsencrypt/live/distantreader.scigap.org/fullchain.pem"
-ssl_certificate_key_file:
"/etc/letsencrypt/live/distantreader.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/distantreader.org/cert.pem"
+ssl_certificate_chain_file:
"/etc/letsencrypt/live/distantreader.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/distantreader.org/privkey.pem"
## Keycloak related variables
tenant_domain: "{{ gateway_id }}"