You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2022/08/01 18:03:00 UTC

[airavata] branch master updated: reverting to production url

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

smarru 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 f042a5cc47 reverting to production url
f042a5cc47 is described below

commit f042a5cc479a8183757af9ba3719bb863ac08494
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Mon Aug 1 14:02:55 2022 -0400

    reverting to production url
---
 .../inventories/scigap/production/host_vars/futurewater/vars.yml       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
index 3b16fced2f..b594a34e69 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
@@ -32,8 +32,7 @@ user_data_dir: "/var/www/portals/gateway-user-data"
 # tusd_vhost_servername: "tus.scigap.org"
 tusd_vhost_servername:
 
-# vhost_servername: "gateway.futurewater.indiana.edu"
-vhost_servername: "futurewater.js2.scigap.org"
+vhost_servername: "gateway.futurewater.indiana.edu"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"