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 2b79774 Adding Microbial Genomes Gateway
2b79774 is described below
commit 2b79774604faaeb33ce325686c3a8b9adcdca889
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Wed Feb 5 11:00:53 2020 -0500
Adding Microbial Genomes Gateway
---
.../host_vars/microbial-genomes/vars.yml | 50 ++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
new file mode 100644
index 0000000..dfafab3
--- /dev/null
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -0,0 +1,50 @@
+#
+#
+# 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: "clades.microbial-genomes.org"
+vhost_ssl: True
+ssl_certificate_file:
"/etc/letsencrypt/live/clades.microbial-genomes.org/cert.pem"
+ssl_certificate_chain_file:
"/etc/letsencrypt/live/clades.microbial-genomes.org/fullchain.pem"
+ssl_certificate_key_file:
"/etc/letsencrypt/live/clades.microbial-genomes.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "microbial-genomes"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+ password:
+ name: "Microbial Genomes Gateway"
+# external:
+# - name: "Existing Institution Credentials"
+# idp_alias: "cilogon"
+# logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "microbial-genomes"
+experiment_data_dir: "{{ user_data_dir }}/microbial-genomes"
+#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCtM2RTAS0ZnwJNjYEWjvt2JArjyoCZQzBJlXYvqeRyYTQPeSTH5nJP1VCkpJ4a7B44gHkcKGORkvNd+PrW7An8otTIGlXfbwn5L20CeKPsk6fWwF99fU4JFvakNANgAfefsQ3OrTgBBvZWkKeK7JztMHbEZw+SJoPZnjlxoKRib/Ymt6Bo/gh833eHth+Rvp2v3k4DPu6cTsOaTCv45JT8E3dBeERASZNdepKanxiQpz/QZg344JxYYQpJP5zKQ7jmfUphDkwFkp7RlAYgkSVC7yiQSgRqcKR38BXEAMqR/0eax/T1IujDKscSJpS/ibXToOl8qoRDwMStAi6Ym2wx"
+
+admin_emails: "[('SGRC', '[email protected]'),('Luis Rodriguez Rojas',
'[email protected]')]"
+portal_title: "Microbial Genomes Gateway"
+
+...