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/01/24 21:39:11 UTC

[airavata] 03/03: Ansible: bump up timeout for beta.simccs.org

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 e6a927c46dd9bbef07b2977bf6a9a4d0f3fee4c9
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 24 16:29:55 2020 -0500

    Ansible: bump up timeout for beta.simccs.org
---
 .../scigap/develop/host_vars/simccs/files/django-ssl-vhost.conf.j2      | 1 +
 dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/files/django-ssl-vhost.conf.j2 b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/files/django-ssl-vhost.conf.j2
index b6be6da..6090cd1 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/files/django-ssl-vhost.conf.j2
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/files/django-ssl-vhost.conf.j2
@@ -38,6 +38,7 @@
 
 <VirtualHost *:{{ httpd_default_https_port }}>
     ServerName {{ vhost_servername }}
+    TimeOut {{ vhost_timeout }}
 
     # Reverse proxy to geoserver on gf8
     ProxyPass /geoserver "http://gf8.ucs.indiana.edu/geoserver"
diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
index 29cc0b5..0a410ad 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/simccs/vars.yml
@@ -31,6 +31,8 @@ airavata_django_extra_dependencies:
   - pyjnius
 vhost_servername: "beta.simccs.org"
 vhost_ssl: True
+# Some of the maptool views call into Java code and can take 2-3 minutes to execute
+vhost_timeout: 300
 # sudo certbot --apache certonly -d django.simccs.scigap.org
 ssl_certificate_file: "/etc/letsencrypt/live/beta.simccs.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.simccs.org/fullchain.pem"