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 b2a67b4  Adding DeepPDB gateway
b2a67b4 is described below

commit b2a67b4a12827d872b74c32defbb2b869bf94feb
Author: eroma2014 <[email protected]>
AuthorDate: Tue Nov 9 15:13:13 2021 -0500

    Adding DeepPDB gateway
---
 .../scigap/production/host_vars/deeppdb/vars.yml   | 53 ++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/deeppdb/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/deeppdb/vars.yml
new file mode 100644
index 0000000..cb2ae96
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/deeppdb/vars.yml
@@ -0,0 +1,53 @@
+#
+#
+# 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.
+#
+
+---
+#gateway_data_store_resource_id: 
"js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
+#gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
+
+vhost_servername: "deeppdb.scigap.org"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/deeppdb.scigap.org/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/deeppdb.scigap.org/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/deeppdb.scigap.org/privkey.pem"
+
+
+## Keycloak related variables
+tenant_domain: "deeppdb"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "DeepPDB Gateway"
+  external:
+#    - name: "Existing Institution Credentials"
+#      idp_alias: "cilogon"
+#      logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "deeppdb"
+experiment_data_dir: "{{ user_data_dir }}/deeppdb"
+#gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCVQbQuGQ7/MSVxt8UctSdXB7r81ST7UA1gQlnOMWojrg9FOSVR8hwyXuQpdZkbaaQw9m9RVsBTilpDRBAOngeDmvzmqLbfr+WkB2Ry9yho/wdxcjp/KmXlzHUJ/Pv3TX/3hg/zKtB85vqzoGb2dir9xGNpKFFodVD/fgbH9tQtqBlTTwdHHbY3rGtJdKOhpqvQ8zWxzkkGa2vd0L18e96/F1Q8KGOPai+FSf/xxoTeaX0TIPiwpzBdfmdBYprRwz1fy6dvjFosYkveVfaTOL3MPZuNvwN3dxMUDF7Pg644kr/CLXoUnzwHLJgmF+z1/iIH5LVli8KaYAEEhzlt6B2X"
+
+admin_emails: "[('CIRC', '[email protected]')]"
+portal_title: "DeepPDB Gateway"
+
+#django_google_analytics_tracking_id: "UA-66348921-1"
+...

Reply via email to