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 b1ecb6e4b8 Adding development SMILES gateway
b1ecb6e4b8 is described below

commit b1ecb6e4b88663f4075c1f14223a18f168c14241
Author: eroma2014 <[email protected]>
AuthorDate: Fri Mar 8 03:18:50 2024 -0500

    Adding development SMILES gateway
---
 .../production/host_vars/dev-smiles/vars.yml       | 73 ++++++++++++++++++++++
 1 file changed, 73 insertions(+)

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
new file mode 100644
index 0000000000..7189af3c5d
--- /dev/null
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/dev-smiles/vars.yml
@@ -0,0 +1,73 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+
+# TODO: tus not setup yet
+tusd_vhost_servername:
+
+# NOTE: simccs is deployed on scigap13
+gateway_data_store_hostname: "dev.smiles.js2.seagrid.org"
+gateway_data_store_resource_id: 
"dev.smiles.js2.seagrid.org_cbaeea2b-b30a-47c4-b9dd-98d67ec6c7e4"
+
+vhost_servername: "dev.smiles.seagrid.org"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername 
}}/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername 
}}/privkey.pem"
+
+# TODO: fix frontend build on install, for now install/update manually
+# airavata_django_extra_dependencies:
+#   - name: 
"git+https://github.com/SciGaP/smiles-django-portal.git#egg=smiles-django-portal";
+#     editable: true
+
+# Increase max upload size to 2GB
+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
+
+## Keycloak related variables
+tenant_domain: "dev-smiles"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Dev SMILES Gateway"
+  external:
+#    - name: "Existing Institution Credentials"
+#      idp_alias: "cilogon"
+#      logo: "images/cilogon-logo-24x24-b.png"
+
+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]')]"
+portal_title: "Dev SMILES Gateway"
+
+#django_google_analytics_tracking_id: "UA-66348921-1"
+...

Reply via email to