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/17 19:38:19 UTC

[airavata] branch master updated: Ansible: setup the dreg tusd server on new JS2 VM

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 35b6b6d14b Ansible: setup the dreg tusd server on new JS2 VM
35b6b6d14b is described below

commit 35b6b6d14b8ceac1bafb88338fdffde7a03b3f1e
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Aug 17 15:38:08 2022 -0400

    Ansible: setup the dreg tusd server on new JS2 VM
---
 .../ansible/inventories/scigap/production/host_vars/dreg/vars.yml     | 4 +---
 1 file changed, 1 insertion(+), 3 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 8fea846c0f..cbfcb221f6 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
@@ -27,9 +27,7 @@ gateway_data_store_resource_id: "js-156-72.jetstream-cloud.org_758cf5c0-71f4-426
 real_user_data_dir: "/media/volume/sdb/gateway-user-data"
 # Keep user_data_dir same as it was on old VM
 user_data_dir: "/var/www/portals/gateway-user-data"
-# TODO: setup tusd
-# tusd_vhost_servername: "tus.dreg.scigap.org"
-tusd_vhost_servername:
+tusd_vhost_servername: "tus.dreg.scigap.org"
 # Increase max upload size to 1GB
 django_file_upload_max_file_size_mb: 1024