You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/10/06 17:10:52 UTC

[airavata] branch master updated (e21b5e1 -> a8055d3)

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

eroma pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from e21b5e1  Merge branch 'airavata-3346'
     new e16269b  increased file size for PACE gateway
     new 618168c  Merge branch 'master' of github.com:apache/airavata
     new a8055d3  increased file size for PACE gateway

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../inventories/scigap/production/host_vars/pace-gatech/vars.yml        | 2 ++
 1 file changed, 2 insertions(+)


[airavata] 01/03: increased file size for PACE gateway

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit e16269b06e7c3243af9219e09031fb61baf8a917
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Oct 5 12:53:04 2020 -0400

    increased file size for PACE gateway
---
 .../inventories/scigap/production/host_vars/pace-gatech/vars.yml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
index eeb09e1..9f3bcaa 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
@@ -27,6 +27,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/cert.p
 ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/privkey.pem"
 
+django_file_upload_max_file_size_mb: 2000
+
 ## Keycloak related variables
 tenant_domain: "pace-gatech"
 oauth_client_key: "{{ vault_oauth_client_key }}"


[airavata] 03/03: increased file size for PACE gateway

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit a8055d324b9156de43831f639f91fae257ed9462
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Oct 6 13:10:37 2020 -0400

    increased file size for PACE gateway
---
 .../inventories/scigap/production/host_vars/pace-gatech/vars.yml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
index 9f3bcaa..cd20eb6 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
@@ -27,7 +27,7 @@ ssl_certificate_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/cert.p
 ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/privkey.pem"
 
-django_file_upload_max_file_size_mb: 2000
+django_file_upload_max_file_size_mb: 1000
 
 ## Keycloak related variables
 tenant_domain: "pace-gatech"


[airavata] 02/03: Merge branch 'master' of github.com:apache/airavata

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 618168c2e619baa61c355967ca309e4057ebc6fd
Merge: e16269b e21b5e1
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Oct 5 14:59:31 2020 -0400

    Merge branch 'master' of github.com:apache/airavata

 dev-tools/ansible/roles/django/templates/django-ssl-vhost.conf.j2 | 2 ++
 dev-tools/ansible/roles/django/templates/django-vhost.conf.j2     | 2 ++
 2 files changed, 4 insertions(+)