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/09/12 16:35:09 UTC

[airavata] branch staging updated: Changed the gateway domain

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new b99d30c  Changed the gateway domain
b99d30c is described below

commit b99d30ca99edcd8d97e2ae448289b9580f282c34
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Sep 12 12:34:57 2019 -0400

    Changed the gateway domain
---
 .../inventories/scigap/staging/host_vars/searchsra/vars.yml       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
index a2768dd..c56013b 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
@@ -19,11 +19,11 @@
 #
 
 ---
-vhost_servername: "searchsra.scigap.org"
+vhost_servername: "beta.searchsra.scigap.org"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/searchsra.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/searchsra.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/searchsra.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/beta.searchsra.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.searchsra.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/beta.searchsra.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "searchsra"