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 2021/09/28 18:55:54 UTC

[airavata] 02/02: Ansible: shared directory config

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

commit c97759dd870864f25b838f5424b9e2761642e87c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Sep 28 14:55:41 2021 -0400

    Ansible: shared directory config
---
 .../inventories/scigap/production/host_vars/ampgateway/vars.yml       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index dd27ba2..64c4170 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -52,4 +52,8 @@ portal_title: "Atomic, Molecular, and Optical Science Gateway"
 
 django_google_analytics_tracking_id: "UA-177950242-1"
 
+django_extra_settings:
+  GATEWAY_DATA_SHARED_DIRECTORIES:
+    shared:
+      path: /var/www/portals/gateway-user-data/amp/shared
 ...