You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/06/16 21:37:46 UTC

[airavata] branch master updated: Ansible: configuring shared dir for SEAGrid

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 cf6d8b24c1 Ansible: configuring shared dir for SEAGrid
cf6d8b24c1 is described below

commit cf6d8b24c1980403fb74a9dacb5ba80aed91000d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 16 17:37:33 2022 -0400

    Ansible: configuring shared dir for SEAGrid
---
 .../ansible/inventories/scigap/production/host_vars/seagrid/vars.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
index 5351ba3e6d..20a4354ec2 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
@@ -49,6 +49,11 @@ gateway_id: "seagrid"
 experiment_data_dir: "{{ user_data_dir }}/seagrid"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCApfdud3cJ7rx44M41gEKVgRfefk/Vd/7dIp9Xr9juX4jqmGuLoZR+hk287Hmbps6hZv23Av97XkCLldH0pueDekthcBDo4cRiQMDBp9NLz/9muqYVBl985psEbazYygagy/q/3ebi4CVEYVd4cHBee1V3GYyuJS2RklF0s/Otyf8x8auJSMniHGbTbVqtFlEOYuPdXlRBfH37k55N7+2iXKsIVvgn1MDweHEbQWJMx2LDCkLfJitreTiwcuST55w6N/n8WYZM2t+ie3BJEr6tcGAVIuyxj7CbMYMziM/hM5J+oQGPY/IBtiNZoxiZ0DeAC9SiEvE9fbTEW2iRWnQL"
 
+django_extra_settings:
+  GATEWAY_DATA_SHARED_DIRECTORIES:
+    Shared:
+      path: /var/www/portals/gateway-user-data/seagrid/Shared
+
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "SEAGrid Portal"