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 bbcecfd24f Adding new gateway, Cybershuttle testdrive
bbcecfd24f is described below
commit bbcecfd24f11e2a403fcd5a43b41340b1e689295
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Thu Jul 11 02:25:05 2024 -0400
Adding new gateway, Cybershuttle testdrive
---
.../scigap/production/host_vars/dt4h/vault.yml | 12 +++++
.../production/host_vars/testdrive-cs/vars.yml | 58 ++++++++++++++++++++++
.../production/host_vars/testdrive-cs/vault.yml | 12 +++++
.../ansible/inventories/scigap/production/hosts | 1 +
4 files changed, 83 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vault.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vault.yml
new file mode 100644
index 0000000000..388dafe324
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/dt4h/vault.yml
@@ -0,0 +1,12 @@
+$ANSIBLE_VAULT;1.1;AES256
+34326136363031343935356664383263663735323761336361613263346666616463333164326239
+6438336532333238643930306265653163633665343764330a616464303561326461663230356238
+66343464656366386237316365333039313733636130323332353234353939643337313838373536
+6331376462386533310a636532363364363238636437383636386565643565326236303632633430
+63643166353933383263303937373030396635623035393065363163663732333565653232623464
+36393431313335663865326534363532323636393130613261653261313230616232613361303237
+39643865363137333664353065623034333066333962613162356364356430613235313839313536
+32363266323765386335383865626634323639396166326537353031326464616564306533623135
+35623466323030343864376238356463353933376433326663353863616238336165613761626533
+63643336393661653062316130336237356562363630393532663033323664666464653330373666
+323131663134653231373533316466656666
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
new file mode 100644
index 0000000000..b8e82ed383
--- /dev/null
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vars.yml
@@ -0,0 +1,58 @@
+#
+#
+# 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: "testdrive.cybershuttle.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: "testdrive"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+ password:
+ name: "Cybershuttle Testdrive Gateway"
+ external:
+# - name: "Existing Institution Credentials"
+# idp_alias: "cilogon"
+# logo: "images/cilogon-logo-24x24-b.png"
+
+
+gateway_id: "testdrive"
+experiment_data_dir: "{{ user_data_dir }}/testdrive-cs"
+#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCPZ6+D+iJH7SPuT2p4pyxRC3ooEjuA59/d5QI3NWD9FJ9P0z1+FJpjAvhnosWjnNUPrQxiyBQg9fJHAlPnWh3LgQB9h+Xy/uiy8CXiINu3J6cdu0amMyGumIc5gWHE1MkexNiq1itQuIFrBaqWdW22NTKefhpU1RIZ1pOk8fxfRyAVDsGV/tNoAsGp82Es86QOKexHbxQJG2wtnnGlWyv9axjsTo/8pTZUT5ikU49uY/7yx58UAVCeqx1LOi62EN/NR4tCCrpu9NtyKuUqkQmhidapDDCiyy3nwD/7WphE+tXoPu51+ltrGv0R3uFQpm6FfdP4oocaK8DqtjAVjidR"
+#django_user_data_archive_max_age_days: 180
+
+admin_emails: "[('Sudhakar Pamidighantam','[email protected]'),('Eroma
Abeysinghe','[email protected]'),('ARTISAN','[email protected]')]"
+portal_title: "Cybershuttle Testdrive Gateway"
+
+#django_google_analytics_tracking_id: "UA-66348921-1"
+...
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vault.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vault.yml
new file mode 100644
index 0000000000..370fe1a7b4
--- /dev/null
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive-cs/vault.yml
@@ -0,0 +1,12 @@
+$ANSIBLE_VAULT;1.1;AES256
+65316462313736623033333935393732373065386339633236646266303736326333306533306138
+3531393966666231363963386132633561396131643333640a643735383733623135313461353862
+61343265383031663066356530323431353135646165316563323164326262646338613235623436
+6638613765393937330a646666393332643262353764386335366239313438326132326539303164
+62646535623034663136393830613339396232353638636132326333626238343263366230336132
+63653338323139346361356530396134363762633865383465363934316332313034383334626531
+37666338626134656133636338393031646531383566616661363265343230623661353330616134
+34306137383465303731333237356539353231643638623733613831313631343538346432633164
+31643631656565363566616664613566323065666166326639373566333334663962616633643562
+62633335643961383865616464313235633730663032346166303437626434613866323138636435
+613530363963303461333833396633363337
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts
b/dev-tools/ansible/inventories/scigap/production/hosts
index d8f9610094..7f4dd341d5 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -81,6 +81,7 @@ 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
+testdrive-cs ansible_host=156.56.104.84
# smiles server
smiles ansible_host=scigap13.sciencegateways.iu.edu ansible_user=root