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 e862948576 Adding shared directory and workspace redirection to SMILES
gateway
e862948576 is described below
commit e8629485761a18d93c74f906a0a1421463b47f19
Author: eroma2014 <[email protected]>
AuthorDate: Fri Oct 20 02:06:55 2023 -0400
Adding shared directory and workspace redirection to SMILES gateway
---
.../ansible/inventories/scigap/production/host_vars/smiles/vars.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
index c6b4021acc..fc3587a2a4 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
@@ -44,6 +44,10 @@ django_file_upload_max_file_size_mb: 2000
django_extra_settings:
CELERY_BROKER_URL: "redis://localhost:6379"
CELERY_RESULT_BACKEND: "redis://localhost:6379"
+ LOGIN_REDIRECT_URL: "/smiles/home/lit-dp-list"
+ GATEWAY_DATA_SHARED_DIRECTORIES:
+ shared:
+ path: /var/www/portals/gateway-user-data/smiles/Shared
## Keycloak related variables
tenant_domain: "smiles"