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 2023/11/13 21:35:45 UTC

(airavata) branch master updated: Adding shared data directory for the Molecular Dynamics gateway

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 5df32f41da Adding shared data directory for the Molecular Dynamics gateway
5df32f41da is described below

commit 5df32f41da735e00a042ba9d0d68b9812612dccc
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Nov 13 16:35:36 2023 -0500

    Adding shared data directory for the Molecular Dynamics gateway
---
 .../scigap/production/host_vars/molecular-dynamics/vars.yml        | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
index 15771ab041..8e87d9fb88 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
@@ -47,7 +47,12 @@ experiment_data_dir: "{{ user_data_dir }}/molecular-dynamics"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1feXCJlzfxtkwqrwfHRXqmfR0tKyiGg/NXhYht9mO/WMvuSeKysByCBDnFO1PVF+qGJILOE7E9n6e9xOfTqpuLJsYi4UwLRKu7nGOsERj7ei+1+UpJDn/m8FoDoEInokrkzHeqFJ2NeTSTTU4SKrdvoRF9BWRQW3s3YDILwfh646dvm0wvuxBvif6O/t58svYwVH08MhDK8q06qWeYb21vqI4rk5jM9gObUUcdKuONpSCj9Q8VcnhelHCEu6oyQWcfxaD0k9/qGjEetv2Y/h2dGLSbXxadePkLOojHEAkStzHOYAqlgr0Ig/wav/PgyQBXAWJ4+FjnfVvJ++CCif"
 django_user_data_archive_max_age_days: 180
 
-admin_emails: "[('CIRC', 'circ-iu-group@iu.edu')]"
+django_extra_settings:
+  GATEWAY_DATA_SHARED_DIRECTORIES:
+    Shared:
+      path: /var/www/portals/gateway-user-data/molecular-dynamics/shared
+
+admin_emails: "[('Giri Krishnan', 'gkrishnan@health.ucsd.edu'),('Eroma Abeysinghe', 'eroma@gatech.edu')]"
 portal_title: "Molecular Dynamics Gateway"
 
 #django_google_analytics_tracking_id: "UA-66348921-1"