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/08/25 15:36:42 UTC

[airavata] branch master updated: AIRAVATA-3503 Temporarily adding back settings expected by master branch of airavata-django-portal

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 19b6f9e  AIRAVATA-3503 Temporarily adding back settings expected by master branch of airavata-django-portal
19b6f9e is described below

commit 19b6f9ec78496af092239b44a142c731bc0d4804
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Aug 25 11:36:21 2021 -0400

    AIRAVATA-3503 Temporarily adding back settings expected by master branch of airavata-django-portal
---
 dev-tools/ansible/roles/django/templates/settings_local.py.j2 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-tools/ansible/roles/django/templates/settings_local.py.j2 b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
index 5fc1d1f..4e2a662 100644
--- a/dev-tools/ansible/roles/django/templates/settings_local.py.j2
+++ b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
@@ -121,6 +121,11 @@ AIRAVATA_API_PORT = {{ api_server_port }}
 AIRAVATA_API_SECURE = False
 {% endif %}
 
+# FIXME: just for backwards compatibility, can be removed once these are no longer referenced in airavata-django-portal
+GATEWAY_DATA_STORE_RESOURCE_ID = '{{ gateway_data_store_resource_id }}'
+GATEWAY_DATA_STORE_DIR = '{{ experiment_data_dir }}'
+GATEWAY_DATA_STORE_HOSTNAME = '{{ gateway_data_store_hostname }}'
+
 USER_STORAGES = {
     'default': {
         'BACKEND': 'airavata_django_portal_sdk.user_storage.backends.DjangoFileSystemProvider',