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 2020/10/09 18:32:21 UTC

[airavata] branch develop updated: Ansible: disable tus uploads for dev-delta

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

machristie 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 8958e3d  Ansible: disable tus uploads for dev-delta
8958e3d is described below

commit 8958e3d001b7900e25d5872ca71cf9a2f9e7f0ef
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Oct 9 14:17:56 2020 -0400

    Ansible: disable tus uploads for dev-delta
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/delta/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/delta/vars.yml
index 9c1abf8..9dfe5dd 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/delta/vars.yml
@@ -22,7 +22,7 @@
 gateway_data_store_hostname: "delta-topology.jetstream-cloud.org"
 gateway_data_store_resource_id: "delta-topology.jetstream-cloud.org_a272f087-f733-433c-a32c-745577ed6067"
 #django_tus_endpoint: "https://tus.scigap.org/files/" this requires manual installation steps outside of Ansible.
-#django_tus_endpoint:
+django_tus_endpoint:
 
 # No symlink, user_data_dir is same as real_user_data_dir
 user_data_dir: "{{ real_user_data_dir }}"