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 ab7de723ec Ansible: switch domain of dreg
ab7de723ec is described below
commit ab7de723ecb3c81ddcfbf540fe61ed4a19e47fcd
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Aug 4 15:37:01 2022 -0400
Ansible: switch domain of dreg
---
.../ansible/inventories/scigap/production/host_vars/dreg/vars.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 1c6df60966..cab756eac9 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,7 +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.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"