blob: 064b18919651d6632d54aabda27cefe44b7195f7 [file] [log] [blame]
#
#
# 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_extra_dependencies:
- name: "git+ssh://git@github.com/SciGaP/trecx-django-app.git#egg=trecx-django-app"
editable: true
vhost_servername: "amosgateway.org"
vhost_ssl: True
ssl_certificate_file: "/etc/letsencrypt/live/amosgateway.org/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/amosgateway.org/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/amosgateway.org/privkey.pem"
vhost_server_redirect: "ampgateway.org"
vhost_server_redirect_ssl_certificate_file: "/etc/letsencrypt/live/ampgateway.org/cert.pem"
vhost_server_redirect_ssl_certificate_chain_file: "/etc/letsencrypt/live/ampgateway.org/fullchain.pem"
vhost_server_redirect_ssl_certificate_key_file: "/etc/letsencrypt/live/ampgateway.org/privkey.pem"
## Keycloak related variables
tenant_domain: "amp"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "Atomic, Molecular, and Optical Science Gateway"
external:
- name: "existing institution credentials"
idp_alias: "cilogon"
logo: "images/cilogon-logo-24x24-b.png"
gateway_id: "amp"
experiment_data_dir: "{{ user_data_dir }}/amp"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAfFAdLrGC/om63ipx9RhuzcGnMlVQkKsuy5NtUgK7I4OdTJ1Ck1H/ARBwiWNQy08GO2HETfM7StCROwW+tlZ6n+THBkbei4G8q6xV6UXlC3BJxuDlwkxnyOFSYEt8Qd2g8IC/X0qo9/m5Ea9Z5axzTk+n2OZlV87DrLheV+OVhgf+yYGVo9egTZ7Kg/TV/Hl1xeU5JgRcPPrLrWYn8vEQo7xT5boS3X9y2o7FgNTdUf5K10ZJ37RWcLQpzZ+7zEKs/P/I/QU+BUhxRRfnEf/4e4L3OFE36SQ4DSFmu3lKU4BcQQb3A6SfQGC1PwQdD5y9MUkpit4hMCSJLjVBTN3H"
django_user_data_archive_max_age_days: 180
admin_emails: "[('Sudhakar Pamidighantam', 'spamidig@gatech.edu'), ('Barry Schneider', 'bis@nist.gov')]"
portal_title: "Atomic, Molecular, and Optical Science Gateway"
django_google_analytics_tracking_id: "UA-177950242-1"
django_extra_settings:
GATEWAY_DATA_SHARED_DIRECTORIES:
shared:
path: /var/www/portals/gateway-user-data/amp/shared
TRECX:
TRECX_APPLICATION_ID: "tRecX-parallel_7b3b3d0a-2308-47e2-a41a-bbc815fba373"
...