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 34033cef58 Adding new dev SMILES gateway
34033cef58 is described below

commit 34033cef58a45f2d88f1663610b2d3004e5c8926
Author: eroma2014 <[email protected]>
AuthorDate: Fri Mar 8 11:24:39 2024 -0500

    Adding new dev SMILES gateway
---
 .../scigap/production/host_vars/dev-smiles/vars.yml  | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/dev-smiles/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/dev-smiles/vars.yml
index 7189af3c5d..4beb797d67 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/dev-smiles/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/dev-smiles/vars.yml
@@ -23,7 +23,9 @@
 # TODO: tus not setup yet
 tusd_vhost_servername:
 
-# NOTE: simccs is deployed on scigap13
+# NOTE: Dev SMILES poral is deployed to a Jetstream2 VM
+real_user_data_dir: "/media/volume/sdb/data/gateway-user-data"
+user_data_dir: "/var/www/portals/gateway-user-data"
 gateway_data_store_hostname: "dev.smiles.js2.seagrid.org"
 gateway_data_store_resource_id: 
"dev.smiles.js2.seagrid.org_cbaeea2b-b30a-47c4-b9dd-98d67ec6c7e4"
 
@@ -39,15 +41,15 @@ ssl_certificate_key_file: "/etc/letsencrypt/live/{{ 
vhost_servername }}/privkey.
 #     editable: true
 
 # Increase max upload size to 2GB
-django_file_upload_max_file_size_mb: 2000
+#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/dev-smiles/Shared
+#  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/dev-smiles/Shared
 
 ## Keycloak related variables
 tenant_domain: "dev-smiles"
@@ -66,7 +68,7 @@ gateway_id: "dev-smiles"
 experiment_data_dir: "{{ user_data_dir }}/dev-smiles"
 #gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCBya+UFROosd6bakQ9u44egbNI0n0aDgjNviif7c7HnUVT1NzmvTy4tqzWJOj5XFsZ0cvM8Csn/BazI93g9YvVxovPnH/gyu3gUZgV/XbV4ZRRmEFXV43K0CzSqRaAHMf7pLPsH4fyuWjKTuJDV3bUXdd75b0TetjzfKwT43moEmLG/G2Je3eMWZ37aHYaDcyCSPgOihZTiQebiqp4draZHvA/+DC4T7KUqRyty8XSW9Vdp8pW09NhY+J7fXg0jbN6W/mCD9OqG/jcPcPc7GpxnNNeUeCQ2yelzJ3UEgIIkO8vnTjotXGThPezRxGh537qCZRuOLpcwZBve+VrtVsT"
 
-admin_emails: "[('Sudhakar Pamidighantam', '[email protected]'), ('Eroma 
Abeysinghe', '[email protected]')]"
+admin_emails: "[('Sudhakar Pamidighantam', '[email protected]'), ('Eroma 
Abeysinghe', '[email protected]'), ('Lahiru Jayathilake', 
'[email protected]')]"
 portal_title: "Dev SMILES Gateway"
 
 #django_google_analytics_tracking_id: "UA-66348921-1"

Reply via email to