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 2023/05/26 18:02:06 UTC

[airavata] branch develop updated: Ansible: disable tusd deploy for dev-gkeyll

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 eb4b8e9091 Ansible: disable tusd deploy for dev-gkeyll
eb4b8e9091 is described below

commit eb4b8e90916973103805fe72f224f66a5d3cd6be
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri May 26 14:01:36 2023 -0400

    Ansible: disable tusd deploy for dev-gkeyll
---
 .../ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
index 5374cf721a..b555420776 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
@@ -24,6 +24,8 @@ vhost_ssl: true
 ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem"
+# tus isn't setup yet
+tusd_vhost_servername:
 
 ## Keycloak related variables
 tenant_domain: "devgkeyll"