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 b2e96f300a Adding new DT4H gateway
b2e96f300a is described below

commit b2e96f300aacb3fc027993c49f424d0821506a4d
Author: eroma2014 <[email protected]>
AuthorDate: Fri May 3 17:57:21 2024 -0400

    Adding new DT4H gateway
---
 .../scigap/production/host_vars/dt4h/vars.yml      | 57 ++++++++++++++++++++++
 .../ansible/inventories/scigap/production/hosts    |  1 +
 2 files changed, 58 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vars.yml
new file mode 100644
index 0000000000..f9eda51430
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vars.yml
@@ -0,0 +1,57 @@
+#
+#
+# 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:
+
+vhost_servername: "dt4h.scigap.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"
+
+# Increase max upload size to 200MB
+#django_file_upload_max_file_size_mb: 200
+
+## Keycloak related variables
+tenant_domain: "dth-gateway"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "DT4H Gateway"
+  external:
+#    - name: "Existing Institution Credentials"
+#      idp_alias: "cilogon"
+#      logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "dth-gateway"
+experiment_data_dir: "{{ user_data_dir }}/dth-gateway"
+#gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCp8LKgKow4ksZJLSm/6qwKA9D1w4+CQcjgl0VJHZSTGFxPxG4Z75hgIlLDDe5tpa8pfwgKywIn8/QNvay2B7lgrEtxH/MkJYoeRiz8w9gq9svWYddFGq+rSAWtyaB3KroPL4N77xiZ6BnGsjhQY80Umsusj4SP3ue1L/2mKkN/POOPP75b2lONxJqYwMT2Bdusa6lbReEM9iv089Ef0nRAfxhOh2mX9/XghDBcx6GYEqcs2rvaQkwEcqroJiozTgcROJLp5kwCdJ/O5vdr3wIoAqOWlyUbU32oGiHvDcz2GYNxyZUeEC6M5sxtz3NzqSHVtl8sJKS2UOuNOH+sbuvZ"
+#django_user_data_archive_max_age_days: 180
+
+admin_emails: "[('Rob Quick','[email protected]'),('Eroma 
Abeysinghe','[email protected]')]"
+portal_title: "DT4H Gateway"
+
+#django_google_analytics_tracking_id: "UA-66348921-1"
+...
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts 
b/dev-tools/ansible/inventories/scigap/production/hosts
index ea1174137d..281dcd3c63 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -80,6 +80,7 @@ ai-confluence ansible_host=156.56.104.84
 molecular-dynamics ansible_host=156.56.104.84
 nasa-veda ansible_host=156.56.104.84
 enveomics ansible_host=156.56.104.84
+dt4h ansible_host=156.56.104.84
 
 # smiles server
 smiles ansible_host=scigap13.sciencegateways.iu.edu ansible_user=root

Reply via email to