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

commit 9f7fc2519b8ff99040161d13aad9804961e1c3fd
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Wed Oct 31 11:05:42 2018 -0400

    Added CSBG LSU Beta django gateway
---
 .../scigap/develop/host_vars/csbglsu/vars.yml      | 46 ++++++++++++++++++++++
 .../scigap/develop/host_vars/csbglsu/vault.yml     | 12 ++++++
 2 files changed, 58 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vars.yml
new file mode 100644
index 0000000..2c2a87b
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vars.yml
@@ -0,0 +1,46 @@
+#
+#
+# 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-csbglsu"
+vhost_servername: "beta-sciencegateway.brylinski.org"
+vhost_ssl: false
+# sudo certbot --apache certonly -d django.simccs.scigap.org
+#ssl_certificate_file: 
"/etc/letsencrypt/live/beta.sciencegateway.usd.edu/cert.pem"
+#ssl_certificate_chain_file: 
"/etc/letsencrypt/live/beta.sciencegateway.usd.edu/fullchain.pem"
+#ssl_certificate_key_file: 
"/etc/letsencrypt/live/beta.sciencegateway.usd.edu/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "csbglsu"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Computational Sys Biology Gateway"
+  external:
+#    - name: "CILogon"
+#      idp_alias: "cilogon"
+
+gateway_id: "csbglsu"
+experiment_data_dir: "{{ user_data_dir }}/django-csbglsu"
+
+...
diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vault.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vault.yml
new file mode 100644
index 0000000..9f04e1b
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/csbglsu/vault.yml
@@ -0,0 +1,12 @@
+$ANSIBLE_VAULT;1.1;AES256
+30316563313436363137616461623664656230623431326139663663386237393362373330633031
+3461336334613633343835303433633365643734316435310a633364356264376264346232366664
+64616161396235383438383962323262663938643034633463356261353436613130646635663932
+3331643232643639310a373963376165333039323933396638353639343532626365343062613933
+39326465393461346564373239636230363434316537313836373537343637326533636438313736
+30313435633934383233653763333837653261643236663435323938333135643131303935363665
+63363831356637636466646162323330303237666361613532323333346434653239323061633833
+37663635376239393765633633393930343634396561363066346638373066616137303236653965
+65356163333432323035373835336231393030653362303965303962656137393036643530343264
+31363231633837393262303331346264363731326463626238663262323034616633323834663537
+643034646333633464346464333962636665

Reply via email to