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 2021/02/23 18:19:07 UTC

[airavata] 01/03: AIRAVATA-3411 disable tus for now for amp, geo

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 9dd14eb34c95b5ff056108ade81e5cf61d276e55
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Feb 23 13:16:31 2021 -0500

    AIRAVATA-3411 disable tus for now for amp, geo
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 2 ++
 dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index 7167c68..ddc98e8 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -24,6 +24,8 @@ user_data_dir: "{{ real_user_data_dir }}"
 #airavata_django_git_branch: "simccs"
 vhost_servername: "dev.ampgateway.org"
 vhost_ssl: true
+# tus isn't setup yet
+tusd_vhost_servername:
 # sudo certbot --apache certonly -d django.simccs.scigap.org
 ssl_certificate_file: "/etc/letsencrypt/live/dev.ampgateway.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/dev.ampgateway.org/fullchain.pem"
diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
index a0193ac..7a06a2c 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
@@ -28,6 +28,8 @@ user_data_dir: "{{ real_user_data_dir }}"
 #airavata_django_git_branch: "simccs"
 vhost_servername: "beta.geogateway.scigap.org"
 vhost_ssl: true
+# tus isn't setup yet
+tusd_vhost_servername:
 # sudo certbot --apache certonly -d django.simccs.scigap.org
 ssl_certificate_file: "/etc/letsencrypt/live/beta.geogateway.scigap.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.geogateway.scigap.org/fullchain.pem"