This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
67 lines (52 loc) · 1.58 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
logger:
log_file: log/portal_client_debug.log
max_bytes: 1073741824 # 1 GB
backup_count: 3
redis:
host: client_redis
port: 6379
password: ""
openstack_connection:
gateway_security_group_id: e75f0abb-bd9d-4bda-afc7-cef1ad459eee
threads: 30
host: 0.0.0.0
# Client Port
port: 9090
# Gateway IP
gateway_ip: 129.70.51.75
# If set to True the client will use a Gateway instead of providing floating IPs for each instance.
use_gateway: True
set_password: False
# network where the project is located
network: portalexternalnetwork
# subnetwork for starting Clusters
sub_network: portalexternalsubnetwork
production: False
floating_ip_network: external
# If you use docker-compose this path needs to be the path you mount the server.pem into
certfile: /code/VirtualMachineService/keys/server.pem
ca_certs_path: /code/VirtualMachineService/keys/CA.pem
use_ssl: True
# Used for gateway port calculation , x is always the last octet of the fixed ip (example : (x + 3) *3 ) )
ssh_port_calc_formular: 30000 + x + y * 256
udp_port_calc_formular: 30000 + x + y * 256
bibigrid:
# Url for Bibigrid API
port: 8080
host: bibigrid
https: False
localDnsLookup: False
sub_network: portalexternalsubnetwork
bibigrid_modes:
- slurm
ansibleGalaxyRoles:
- name: autoscaling
hosts: master
git: https://github.com/patricS4/autoscaling-config-ansible
forc:
forc_url:
openresty_url:
forc_https: True
github_playbooks_repo:
forc_remote_id:
cloud_site: bielefeld