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

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


The following commit(s) were added to refs/heads/staging by this push:
     new aab692e  adding the new Gateways19 portal
aab692e is described below

commit aab692e0e4c100912240a2e7f273b90aa4b4bc5d
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Wed Sep 18 04:57:05 2019 -0400

    adding the new Gateways19 portal
---
 .../scigap/staging/host_vars/gateways19/vars.yml   | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml 
b/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml
new file mode 100644
index 0000000..4836dc0
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/gateways19/vars.yml
@@ -0,0 +1,49 @@
+#
+#
+# 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.
+#
+
+---
+vhost_servername: "gateways19.scigap.org"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/gateways19.scigap.org/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/gateways19.scigap.org/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/gateways19.scigap.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "gateways19"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "GatewayS19"
+  external:
+#    - name: "existing institution credentials"
+#      idp_alias: "cilogon"
+#      logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "gateways19"
+experiment_data_dir: "{{ user_data_dir }}/gateways19"
+#gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCKSwBdz4ZKPTfcBci2wb3N49ybgcSL9JfpEBrs/REoF4UGiPe6MchmZumBMzAJl1fpgp4INYrlZqIcHjTdVm/Ok5YxixvaYUJyYqSnvVYfDzyHG0LB323PSaMc79Kyp1IReViSHg7bdd/AYSBs8hD5qc+VuYWDr9+bSL1OMzb5tVTJScoes4Ro1bJhsHn6WVA1QJKWnZj8B2mKKWBlPNl/ZU8F6fYzpPkKbCEI0DiNQUoETfqOVbvKVaG633ade3lewiYB3977aXS6iLYk3b1U89gNLDuduZkZij04NolD1fD4GoiCL/ougYFyTabfQUZwNjg3kjdFEWPiPFktikk5"
+django_hidden_airavata_apps: "[]"
+
+admin_emails: "[('SGRC', 'sgrc-iu-gr...@iu.edu'), ('Sudhakar Pamidighantam', 
'pamid...@iu.edu'), ('Eroma Abeysinghe', 'eabey...@iu.edu')]"
+portal_title: "GatewayS19 Portal"
+
+...

Reply via email to