This is an automated email from the ASF dual-hosted git repository.
eroma 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 ced3868afa Moving BayesPrism Gateway to JS2
ced3868afa is described below
commit ced3868afa5550b24daf26897480bf5c8adf5db9
Author: eroma2014 <[email protected]>
AuthorDate: Wed Aug 31 12:36:46 2022 -0400
Moving BayesPrism Gateway to JS2
---
.../scigap/production/host_vars/bayesprism/vars.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
index 265bc689f8..67e4963205 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
@@ -22,11 +22,11 @@
#gateway_data_store_resource_id:
"js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
#gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
-vhost_servername: "www.bayesprism.org"
+vhost_servername: "baysprism.scigap.org"
vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/www.bayesprism.org/cert.pem"
-ssl_certificate_chain_file:
"/etc/letsencrypt/live/www.bayesprism.org/fullchain.pem"
-ssl_certificate_key_file:
"/etc/letsencrypt/live/www.bayesprism.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/baysprism.scigap.org/cert.pem"
+ssl_certificate_chain_file:
"/etc/letsencrypt/live/baysprism.scigap.org/fullchain.pem"
+ssl_certificate_key_file:
"/etc/letsencrypt/live/baysprism.scigap.org/privkey.pem"
# Increase max upload size to 1GB
django_file_upload_max_file_size_mb: 1024
@@ -46,7 +46,7 @@ auth_options:
gateway_id: "bayesprism"
experiment_data_dir: "{{ user_data_dir }}/bayesprism"
-gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDKu0jZiwCbADA1JeyU+HNQWsMmY+kgryiwt7C1Apt2CqECtFFOUW+uEvWDVFHqdzitAXUbo+0ZiEzdr4Qk045s+HdFe5R1Z9QhxNNSePJpmQldbW+h6NpdrdsXmHsocPcm6cHVbYNUCRvuTf9qy0cZBlYV09yXzWg2oSXRkcNMJuvjXCDQJk5VyxpQz8vk2Px/fEFkRikvACeotUaKvCjxVXc+h+Q4vRmKlrBOG9GGJRliqLEopu0jKVZ68QmfYANsD/i2/SOGn2XPR8wqTSUjcwlrG9avE7DwEPB2lynRvngklp/fUeBGFcujqEpdZ0A1dYqgV6Lrls/x3aFCw0i/"
+#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDKu0jZiwCbADA1JeyU+HNQWsMmY+kgryiwt7C1Apt2CqECtFFOUW+uEvWDVFHqdzitAXUbo+0ZiEzdr4Qk045s+HdFe5R1Z9QhxNNSePJpmQldbW+h6NpdrdsXmHsocPcm6cHVbYNUCRvuTf9qy0cZBlYV09yXzWg2oSXRkcNMJuvjXCDQJk5VyxpQz8vk2Px/fEFkRikvACeotUaKvCjxVXc+h+Q4vRmKlrBOG9GGJRliqLEopu0jKVZ68QmfYANsD/i2/SOGn2XPR8wqTSUjcwlrG9avE7DwEPB2lynRvngklp/fUeBGFcujqEpdZ0A1dYqgV6Lrls/x3aFCw0i/"
admin_emails: "[('Eroma Abeysinghe', '[email protected]'),('Tinyi Chu',
'[email protected]'),('Zhong Wang', '[email protected]')]"
portal_title: "BayesPrism Gateway"