You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2022/06/09 18:33:45 UTC

[airavata] branch develop updated (7f5fc29bf6 -> 8ed824376d)

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

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


    from 7f5fc29bf6 Added the new branch for gateway update
     new db817edbb5 Ansible: redirect global floods home page to app
     new 8ed824376d Externalizing maximum archive size for Archive task

The 2 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:
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml  | 3 +++
 .../ansible/inventories/scigap/production/group_vars/all/vars.yml     | 3 +++
 .../inventories/scigap/production/host_vars/global-flood/vars.yml     | 4 ++++
 dev-tools/ansible/roles/helix_setup/defaults/main.yml                 | 2 ++
 .../helix_setup/templates/participant/airavata-server.properties.j2   | 1 +
 5 files changed, 13 insertions(+)


[airavata] 02/02: Externalizing maximum archive size for Archive task

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

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

commit 8ed824376df086991c6d2291c53e9c93ba12d279
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Thu Jun 9 14:32:43 2022 -0400

    Externalizing maximum archive size for Archive task
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml   | 3 +++
 .../ansible/inventories/scigap/production/group_vars/all/vars.yml      | 3 +++
 dev-tools/ansible/roles/helix_setup/defaults/main.yml                  | 2 ++
 .../helix_setup/templates/participant/airavata-server.properties.j2    | 1 +
 4 files changed, 9 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
index d3630f2914..5f1a36c285 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
@@ -202,6 +202,9 @@ api_server_monitoring_enabled: true
 api_server_monitoring_host: "0.0.0.0"
 api_server_monitoring_port: 9097
 
+# Variables related to data staging operations
+max_archive_size: 21474836480
+
 # Subnet definitions
 iu_subnets:
   - "149.163.0.0/16"
diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index f23c3d744c..c3aae31f9b 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -205,6 +205,9 @@ api_server_monitoring_enabled: true
 api_server_monitoring_host: "0.0.0.0"
 api_server_monitoring_port: 9097
 
+# Variables related to data staging operations
+max_archive_size: 21474836480
+
 # Subnet definitions
 iu_subnets:
   - "149.163.0.0/16"
diff --git a/dev-tools/ansible/roles/helix_setup/defaults/main.yml b/dev-tools/ansible/roles/helix_setup/defaults/main.yml
index ee7e4090e3..1c089f8835 100644
--- a/dev-tools/ansible/roles/helix_setup/defaults/main.yml
+++ b/dev-tools/ansible/roles/helix_setup/defaults/main.yml
@@ -55,4 +55,6 @@ local_data_location: "/tmp"
 
 thrift_client_pool_abandoned_removal_enabled: false
 thrift_client_pool_abandoned_removal_logged: false
+
+max_archive_size: 21474836480
 ...
diff --git a/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2 b/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
index 0473df17b3..29d884bf9f 100644
--- a/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
+++ b/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
@@ -94,6 +94,7 @@ data.parser.delete.container=True
 # Data Staging Task Level Configurations
 ###########################################################################
 enable.streaming.transfer=False
+max.archive.size={{ max_archive_size }}
 
 ###########################################################################
 # ThriftClientPool Configuration


[airavata] 01/02: Ansible: redirect global floods home page to app

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

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

commit db817edbb59e8fb7d0d1d0aea0a00e327cff9bc7
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu May 26 16:16:27 2022 -0400

    Ansible: redirect global floods home page to app
---
 .../inventories/scigap/production/host_vars/global-flood/vars.yml     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml
index 7acad63178..25fab34e85 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/global-flood/vars.yml
@@ -27,6 +27,10 @@ airavata_django_extra_dependencies:
 
 vhost_servername: "global-floods-monitoring.scigap.org"
 vhost_ssl: True
+vhost_redirects:
+  - from: "^/$"
+    to: "/global_floods_django_app"
+    regex: true
 ssl_certificate_file: "/etc/letsencrypt/live/global-floods-monitoring.scigap.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/global-floods-monitoring.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/global-floods-monitoring.scigap.org/privkey.pem"