blob: 0f6fa218b54642b6b4b7df5bf2cb966123a13022 [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.
#
api_orch_server_names: "api-orch"
api_orch_log_dir: "{{ api_orch_dir }}/{{ airavata_dist }}/logs"
api_orch_log_max_history: 30
api_orch_log_total_size_cap: "1 GB"
iam_server_url: "https://iam.scigap.org/auth"
iam_server_super_admin_username: "admin"
#iam_server_super_admin_password: "changeme"
profile_service_host: "localhost"
profile_service_port: 8962
mariadb_connector_jar_url: "http://downloads.mariadb.com/Connectors/java/connector-java-2.0.2/mariadb-java-client-2.0.2.jar"
sharing_registry_tls_enabled: "false"
api_server_bind_host: "{{ ansible_default_ipv4.address }}"
orchestrator_bind_host: "{{ ansible_default_ipv4.address }}"
cred_store_server_bind_host: "{{ ansible_default_ipv4.address }}"
registry_bind_host: "{{ ansible_default_ipv4.address }}"
sharing_registry_bind_host: "{{ ansible_default_ipv4.address }}"
profile_service_bind_host: "{{ ansible_default_ipv4.address }}"
default_registry_user : "admin"
default_registry_password : "admin"
api_orch_systemd_unit_file: "/etc/systemd/system/apiorch.service"
thrift_client_pool_abandoned_removal_enabled: false
thrift_client_pool_abandoned_removal_logged: false
api_server_public_hostname: "localhost"
haproxy_api_server_ssl_cert: "/etc/ssl/{{ api_server_public_hostname }}/{{ api_server_public_hostname }}.pem"
api_server_letsencrypt_ssl_cert: "/etc/letsencrypt/live/{{ api_server_public_hostname }}/cert.pem"
haproxy_service_name:
CentOS_7: haproxy18
Rocky_8: haproxy
haproxy_config_dir:
CentOS_7: /etc/haproxy18/
Rocky_8: /etc/haproxy/