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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7876cea94f AIRAVATA-3694 configured testdrive for user data archives
7876cea94f is described below

commit 7876cea94fcc8bccffdf9a89138a4b8fd34bf454
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Apr 24 10:23:59 2023 -0400

    AIRAVATA-3694 configured testdrive for user data archives
---
 .../ansible/inventories/scigap/production/group_vars/django/vars.yml    | 2 ++
 .../ansible/inventories/scigap/production/host_vars/testdrive/vars.yml  | 1 +
 2 files changed, 3 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
index da6381ae45..2502b87a79 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
@@ -32,6 +32,8 @@ tusd_upload_dir: "{{real_user_data_dir}}/tus-temp-dir"
 # django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata", 
"resources", "incommon_rsa_server_ca.pem")'
 cilogon_userinfo_url: "https://cilogon.org/oauth2/userinfo";
 
+django_user_data_archive_directory: "{{ user_data_dir }}/user-data-archives/{{ 
gateway_id }}"
+
 # Default email settings
 portal_email_host: "smtp.gmail.com"
 portal_email_port: 587
diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
index ba2a2aab1a..0ffc743ff4 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
@@ -47,6 +47,7 @@ auth_options:
 gateway_id: "default"
 experiment_data_dir: "{{ user_data_dir }}/testdrive"
 gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCUF51b2cYYqqadLHL9M/oPY0ZHZlWbdOdaIgjpzIzMnO7M9hKrHVY2pqyLPvqCLzaunxITPWsTqw0E8hwub4ttGLAx/O4kIf+BgyZK7iuwXWhI7u85/o58IfrD4B+jVCYKRNayuLR+lJWsiOeS6HSlunpTKTEhFGeOHn2UzdbLfgWYQ3VUFDtKN1oDPDT78ml5c2RCibJ21jltpevVfEtCUctERpTfniWSuQZggP1qiLNa1+PfiJ3mGsEzJFDntQvQetdinaAbEaT7+sctS8nBNjapkmYMf6tBl3S0bLttYPH51f8lUQAFaAzrestO1JpJNnIeY01/S3MWIlAWASnn"
+django_user_data_archive_max_age_days: 90
 
 admin_emails: "[('SGRC', '[email protected]')]"
 portal_title: "Airavata Test Drive Gateway"

Reply via email to