blob: f328c5bec990d4361d049cc0ebe1f41f6415e6a0 [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.
#
---
# NOTE: Plasma Science VLab is deployed to a Jetstream2 VM
real_user_data_dir: "/media/volume/gateway-data/data"
user_data_dir: "/var/www/portals/gateway-user-data"
gateway_data_store_hostname: "149.165.152.93"
gateway_data_store_resource_id: "149.165.152.93_730d2033-c4f0-4fa6-8c45-429a595a52f8"
vhost_servername: "dev.vlab.plasmascience.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"
# tus isn't setup yet
tusd_vhost_servername:
airavata_django_extra_dependencies:
- name: git+https://github.com/matthew-mccall/zenodo_integration_app.git#egg=zenodo_integration_app
editable: true
## Keycloak related variables
tenant_domain: "devgkeyll"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "Dev Gkeyll"
# external:
# - name: "Existing Institute Login"
# idp_alias: "cilogon"
gateway_id: "devgkeyll"
experiment_data_dir: "{{ user_data_dir }}/django-dev-gkeyll"
# gateway_data_store_ssh_public_key: "TODO"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCsYjZYzdzpYqzFqLIAxGRxxTYMogApIvMw7nMxueL/SS7W2BuHmHNTQA2KAqcTBca3Whe88rzek5jebU44GqAG20Gya3a4HMInwFyxpsXdtFiCpsZfHaV/05OwpuHJ87Yn+rcOffs6cCvbe9SkxteFoEYTrqxUmVlC0mwHm3pLBpjBtl5UwAXD53D2LJ05vMpxQ3F1ncGL7bV2JThJUYidlwgTySOtjuuRz0/sCsYfgnG7iEhsQRc6Konq/m+uvzk1rdMdxyPhgAaN4xw2LRKm+W0KqXwv5GNV0iMTrge/Nb4AYa2tKi07v8HYpfGrjPCDRHZJl3C3SGS9d8wtBeP"
#django_user_data_archive_max_age_days: "{{ 2 * 365 }}"
admin_emails: "[('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
portal_title: "Dev Gkeyll Gateway"
...