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


The following commit(s) were added to refs/heads/master by this push:
     new 451e028d57 Adding shared file directory in the Cyberhsuttle gateway
451e028d57 is described below

commit 451e028d576fae30a22a6f9def0b3ac6b3a6ef66
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Fri Oct 4 09:44:48 2024 -0400

    Adding shared file directory in the Cyberhsuttle gateway
---
 .../inventories/scigap/production/host_vars/testdrive-cs/vars.yml   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
 
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
index 71f4e10572..8bdb665d3b 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
@@ -56,6 +56,12 @@ experiment_data_dir: "{{ user_data_dir }}/testdrive-cs"
 gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQC56m6qPepsDF1Pcimaj7olXPFgJB+fhEa9k9pXYBcNR/X2xUV6OPxvUvBf2TUjJiPJlZH0XX+or98XvyL3TCuR9C1fAygia9uDM7fEi2V85MTMCzPLLI2qOhw30/HH9EeXSjpJRCB3fxhAhtyUkiaXYuZIR4lmk+v5oHX0CrmqCBnkoUQiZKi5A+sYU9AhYvXtmwJgo87PUzDqJ8+aUnM9rXVTf6dvZWZCiS0gCgqXedcbzcQqIl3fJ6RVI/Nz/61IAMeNwu8aCDkgV98BTblNv+dPRb53LpwV5+Gw66cppOGZJVA+sBTjwZI/Zamkgh5g9pf09nsX51l4YUupLKcB"
 #django_user_data_archive_max_age_days: 180
 
+django_extra_settings:
+  GATEWAY_DATA_SHARED_DIRECTORIES:
+    Shared:
+      path: /var/www/portals/gateway-user-data/testdrive-cs/Shared
+
+
 admin_emails: "[('Sudhakar Pamidighantam','[email protected]'),('Eroma 
Abeysinghe','[email protected]'),('Suresh 
Marru','[email protected]'),('ARTISAN','[email protected]')]"
 portal_title: "Cybershuttle Gateway"
 

Reply via email to