blob: 48007e5bf1a1359b063ea3a2b33ff3402edfe7b8 [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.
#
---
# TODO: create a new gateway data store resource and update this (OR, maybe we can just update the hostname for the storage resource?)
gateway_data_store_hostname: "delta-topology.jetstream-cloud.org"
gateway_data_store_resource_id: "delta-topology.jetstream-cloud.org_a272f087-f733-433c-a32c-745577ed6067"
# tus isn't setup yet
tusd_vhost_servername:
real_user_data_dir: "/media/volume/sdb/data/gateway-user-data"
user_data_dir: "/data/gateway-user-data"
# vhost_servername: "dev.delta-topology.org"
vhost_servername: "dev.delta.js2.scigap.org"
vhost_ssl: true
ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem"
## Keycloak related variables
tenant_domain: "dev-delta"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "Dev DELTA"
# external:
# - name: "Existing Institute Login"
# idp_alias: "cilogon"
django_extra_settings:
GATEWAY_DATA_SHARED_DIRECTORIES:
shared_data:
path: /data/gateway-user-data/shared_data
gateway_id: "dev-delta"
experiment_data_dir: "{{ user_data_dir }}/django-dev-delta"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCls5UgazweDc9d4NN65D+JVCeiBUhMSHTRWNHI6v1RPq/Or84fF41+HaemToQverQ73b/gUiXWuGfb75Y7JK5sgqRXCUiL1OVHICX3h4sh8UiMHEe5fUY/PNme2+witXYFr8EkYrdseJgnKXNULsgZEkuHzYbDFrn6z+pc4zXtoT/iUic8lUmeR1h8Quac7G0cSS0X8CFDMjkBKoX3KU7wffwuLGO2IhIdNpBgKzQUWRm6vEA48wdjEQTneX9rQefASOsbp/HNJHN/xsovFTNdatnezKz1Dt8cpSl32KEFs1YQYB6UmGJimRWiAAQBNCcaHLlgXWIQQ2U0vbsrVKZr"
admin_emails: "[('SGRC', 'circ-iu-group@iu.edu')]"
portal_title: "Dev DELTA Gateway"
...