blob: 6ebcd9123cd1d262d5550b299093e0985922919b [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.
#
---
# simccs_maptool_branch: "issue-50-Use-national-cost-surface-for-from-scratch-scenarios"
simccs_maptool_branch: "dev"
airavata_django_extra_dependencies:
# Need to separately install cython in the VM or do two deploys, one with
# just cython, then a second with the other dependencies. Reason: pyjnius
# requires that cython already be installed and they can't both be installed
# at the same time.
- name: cython
- name: "git+https://github.com/SciGaP/simccs-maptool.git@{{ simccs_maptool_branch }}#egg=simccs-maptool"
editable: true
- name: pyjnius
# vhost_servername: "beta.simccs.org"
# Temporary use a *.scigap.org domain name
# Some of the maptool views call into Java code and can take 2-3 minutes to execute
vhost_timeout: 300
vhost_servername: "simccs.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"
# Custom vhost config file to specify the geoserver reverse proxy
django_ssl_vhost_template: "{{ inventory_dir }}/host_vars/simccs/files/django-ssl-vhost.conf.j2"
## Keycloak related variables
tenant_domain: "simccs"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "SimCCS"
external:
- name: "CILogon"
idp_alias: "cilogon"
django_extra_settings:
JAVA_HOME: "/usr/java/default"
MAPTOOL_SETTINGS:
CPLEX_APPLICATION_ID: "Cplex_a7eaf483-ab92-4441-baeb-2f302ccb2919"
DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
JAVA_OPTIONS: "-Xmx13g"
LOGIN_REDIRECT_URL: "simccs_maptool:home"
gateway_id: "simccs"
experiment_data_dir: "{{ user_data_dir }}/django-simccs"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuylY2GrNiS6ylc4a0qfnNHEUHq9kzCg4yrNmK6O5KTIDN8SdUvVQ9BMx1jPnc9WZEFhvGvUvY1vqM/X0NZ5CS2wXs0LYxucL8Qz1YTJ2p55p0+5ImsaxZa/R4JlAaNeI1IFuR3bgBkjH92KzJha8UFko18md7M72wio1w4Mwq2sCC0g9Iuni04uSSps4BL0hA/lopeRSwzIE0aRT6mVe+vZ73+LfA39e0jJLbcbyhhGUKqUu1YThKo5UIlaz6VMyr0L+NuR5ng21Fyp7C0vdGkOoxIBAX7NcuUnKD6P0rBG7QvzHYTxjGivyjFNE3vjTH40iiSPdQ7nw/+PKpo/C9"
portal_title: "Indiana Geological Survey"
...