This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7fa943  Adding django next tdb gateway
d7fa943 is described below

commit d7fa9434a7f88a312413b52e37333de31e7643d3
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Mon Dec 3 11:47:56 2018 -0500

    Adding django next tdb gateway
---
 .../scigap/develop/host_vars/nexttdb/vars.yml      | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
new file mode 100644
index 0000000..d846b7b
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
@@ -0,0 +1,54 @@
+#
+#
+# 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.
+#
+
+---
+#airavata_django_git_branch: "simccs"
+doc_root_dir: "/data/portals/django-nexttdb"
+vhost_servername: "beta.nexttdb.scigap.org"
+vhost_ssl: false
+# sudo certbot --apache certonly -d django.simccs.scigap.org
+#ssl_certificate_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/cert.pem"
+#ssl_certificate_chain_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/fullchain.pem"
+#ssl_certificate_key_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "nexttdb"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Next Generation Thermodynamics Gateway"
+  external:
+ #   - name: "Existing Institute"
+ #     idp_alias: "cilogon"
+
+gateway_id: "nexttdb"
+experiment_data_dir: "{{ user_data_dir }}/django-nexttdb"
+
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "pga.airav...@gmail.com"
+portal_email_password: "{{ vault_portal_email_password }}"
+admin_emails: "[('SGRC Group', 'sgrc-iu-gr...@iu.edu')]"
+portal_server_email: "{{ portal_email_username }}"
+portal_title: "Next Generation Thermodynamics"
+...

Reply via email to