You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/08/09 19:23:54 UTC

[airavata] branch master updated: Ansible: for now keeping dreg django portal on scigap.org domain

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

machristie 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 fbf728270d Ansible: for now keeping dreg django portal on scigap.org domain
fbf728270d is described below

commit fbf728270d72c7fd9a2d64280aabc5485bac0680
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Aug 9 15:23:42 2022 -0400

    Ansible: for now keeping dreg django portal on scigap.org domain
---
 .../ansible/inventories/scigap/production/host_vars/dreg/vars.yml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
index cab756eac9..8fea846c0f 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/dreg/vars.yml
@@ -40,8 +40,8 @@ httpd_selinux_mode: "permissive"
 #   - git+https://github.com/SciGaP/dreg-djangoapp.git@gbrowser#egg=dreg-djangoapp
 
 # vhost_servername: "django.dreg.scigap.org"
-# vhost_servername: "dreg.js2.scigap.org"
-vhost_servername: "dreg.dnasequence.org"
+vhost_servername: "dreg.js2.scigap.org"
+# vhost_servername: "dreg.dnasequence.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"