You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/10/24 14:41:07 UTC

[airavata] branch master updated: Adding production django/vars.yml file

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

machristie 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 e2c8114  Adding production django/vars.yml file
e2c8114 is described below

commit e2c8114d708455f98dd138ca8871954d80b51ef1
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Oct 24 10:40:51 2019 -0400

    Adding production django/vars.yml file
---
 .../scigap/production/group_vars/django/vars.yml   | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
new file mode 100644
index 0000000..c064461
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
@@ -0,0 +1,41 @@
+#
+#
+# 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.
+#
+
+---
+user: "pga"
+group: "pga"
+gateway_data_store_hostname: "gf4.ucs.indiana.edu"
+gateway_data_store_resource_id: "gf4.ucs.indiana.edu_61552681-96f0-462a-a36c-a62a010bffc6"
+django_wsgi_processes: 2
+doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
+django_database_name: "django_{{ inventory_hostname }}"
+django_hidden_airavata_apps: "['django_airavata_dataparsers']"
+# TODO change
+# django_tus_endpoint: "https://tus.staging.scigap.org/files/"
+
+# Default email settings
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "pga.airavata@gmail.com"
+portal_email_password: "{{ vault_portal_email_password }}"
+portal_server_email: "{{ portal_email_username }}"
+admin_emails: "[('SGRC Group', 'sgrc-iu-group@iu.edu')]"
+django_error_emails: "[('SciGaP Errors', 'bugs@scigap.org')]"