blob: ab8280b9d90929bbf0bee36c36efce3134ea2fa4 [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.
#
---
#gateway_data_store_resource_id: "js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
#gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
# NOTE: Plasma Science VLab is deployed to a Jetstream2 VM
real_user_data_dir: "/media/volume/sdb/data/gateway-user-data"
user_data_dir: "/var/www/portals/gateway-user-data"
gateway_data_store_hostname: "js-172-104.jetstream-cloud.org"
gateway_data_store_resource_id: "js-172-104.jetstream-cloud.org_0122ebcd-eb2c-48b0-9742-c95961d28a79"
# TODO: tus not setup yet
tusd_vhost_servername:
vhost_servername: "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"
# Increase max upload size to 500MB
django_file_upload_max_file_size_mb: 500
## Keycloak related variables
tenant_domain: "vlab-plasmascience"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "Plasma Science Virtual Laboratory"
external:
- name: "Existing Institution Credentials"
idp_alias: "cilogon"
logo: "images/cilogon-logo-24x24-b.png"
gateway_id: "vlab-plasmascience"
experiment_data_dir: "{{ user_data_dir }}/vlab-plasmascience"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQ+coR/ZU4cnFFKt7jXUxbSQiEvSJtRl8gT6ZgE5kbMKjruAnwVH0H9M/FUyOxutT7p4qMmdBuRJJtUNiYfPJ/zgJqGweoXbk5sJwYRBSM2v8DNI9394ffun3N+46MMhaSinBDbhLPXOE9sPZlfmhUozwsC7+32Hd0Hv48cYpNCDB8ccsKzCcUzfD/OesIxuM1d8FE4O0FA66MrPmquzQM0otG2Tx7nOeFMjXWzYgk0fhEYJHMHhdMXRoVVT/eeuTvvmOGDbTNwtWaG/hoBAL643Tk/YgILE03WrmS0iULmC9DZ8sxCntFpqZjlOn5H9MvFwV3xfAU3RsaDw3xAGg7"
admin_emails: "[('CIRC', 'circ-iu-group@iu.edu'),('Cameron Smith', 'smithc11@rpi.edu')]"
portal_title: "Plasma Science Virtual Laboratory"
#django_google_analytics_tracking_id: "UA-66348921-1"
...