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 2018/04/26 19:32:19 UTC

[airavata] branch master updated: Changed the new URL of Searching SRA gateway and added certificates

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 c8573c1  Changed the new URL of Searching SRA gateway and added certificates
c8573c1 is described below

commit c8573c1d5cf0a2fecd4c3a59bde5a58698afa345
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Apr 26 15:32:11 2018 -0400

    Changed the new URL of Searching SRA gateway and added certificates
---
 .../scigap/production/pga_config/searchingSRA/vars.yml       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
index a119195..d35da28 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
@@ -24,12 +24,12 @@ git_branch: "master"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "searchsra.scigap.org"
-vhost_ssl: false
+vhost_servername: "www.searchsra.org"
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/www.searchsra.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/www.searchsra.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/www.searchsra.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
@@ -59,7 +59,7 @@ super_admin_portal: "false"
 admin_emails: "['sgrc-iu-group@iu.edu','rynge@isi.edu']"
 portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
-#portal_theme: "gsu-gateway-theme"
+portal_theme: "searchingsra-gateway-theme"
 #portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
 portal_title: "Searching SRA"
 ...

-- 
To stop receiving notification emails like this one, please contact
eroma@apache.org.