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
commit ce941d765f6de946e088c7be478e73827fe57132 Author: Marcus Christie <[email protected]> AuthorDate: Tue Aug 2 17:35:37 2022 -0400 Ansible: tusd for js2 dev web server --- .../inventories/scigap/develop-js2/group_vars/django/vars.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml index a05e8a2044..60351ff8cc 100644 --- a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml +++ b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml @@ -35,11 +35,9 @@ django_wsgi_processes: 1 doc_root_dir: "/var/www/portals/django-{{gateway_id}}" django_database_name: "django_{{ gateway_id }}" django_hidden_airavata_apps: "['django_airavata_dataparsers']" -# TODO: setup tusd server -# tusd_vhost_servername: "tus.dev.scigap.org" -# tusd_upload_dir: "{{real_user_data_dir}}/tus-temp-dir" +tusd_vhost_servername: "tus.dev.scigap.org" +tusd_upload_dir: "{{real_user_data_dir}}/tus-temp-dir" airavata_django_git_branch: "develop" -# django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata", "resources", "incommon_rsa_server_ca.pem")' cilogon_userinfo_url: "https://cilogon.org/oauth2/userinfo" real_user_data_dir: "/media/volume/sdb/gateway-user-data"
