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 2022/09/02 17:22:47 UTC

[airavata] branch develop updated: Switching the Django seagrid domain in the new JS2 VM

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 51b5f58ad9 Switching the Django seagrid domain in the new JS2 VM
51b5f58ad9 is described below

commit 51b5f58ad9262543632a95113173bd90704a7ff0
Author: eroma2014 <er...@gmail.com>
AuthorDate: Fri Sep 2 13:22:39 2022 -0400

    Switching the Django seagrid domain in the new JS2 VM
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/seagrid/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/seagrid/vars.yml
index 20936fdbad..5c287a906b 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/seagrid/vars.yml
@@ -19,7 +19,7 @@
 #
 
 ---
-vhost_servername: "js2.seagrid.org"
+vhost_servername: "django.seagrid.org"
 vhost_ssl: true
 ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"