forked from waltermoreira/abaco
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig-local.json
More file actions
executable file
·110 lines (110 loc) · 3.81 KB
/
Copy pathconfig-local.json
File metadata and controls
executable file
·110 lines (110 loc) · 3.81 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"server": "dev",
"primary_site_admin_tenant_base_url": "https://admin.develop.tapis.io",
"service_tenant_id": "admin",
"service_site_id": "tacc",
"service_name": "abaco",
"service_password": "",
"tenants": [
"tacc",
"dev",
"admin"
],
"dev_request_url": "http://nginx",
"version": "dev",
"kubernetes_namespace": "dev",
"container_backend": "docker",
"log_file": "/home/tapis/runtime_files/logs/service.log",
"log_level": "DEBUG",
"log_filing_strategy": "split",
"tapisservice.auth_log_file": "/home/tapis/runtime_files/logs/tapisservice.log",
"tapisservice.log_log_file": "/home/tapis/runtime_files/logs/tapisservice.log",
"mongo_host": "mongo",
"mongo_port": 27017,
"mongo_replica_set": true,
"mongo_tls": false,
"mongo_tls_ca_cert_name": "ca.pem",
"mongo_tls_client_cert_name": "client.pem",
"mongo_tls_certs_path": "$env{abaco_host_path}/runtime_files/certs:/home/tapis/runtime_files/certs",
"admin_mongo_user": "admin",
"admin_mongo_pass": "admin",
"rabbit_uri": "amqp://rabbit:5672",
"rabbit_dash_host": "rabbit",
"admin_rabbitmq_user": "admin",
"admin_rabbitmq_pass": "admin",
"spawner_abaco_conf_host_path": "$env{abaco_host_path}/config-local.json",
"spawner_host_id": 0,
"spawner_host_queues": [
"default",
"special"
],
"spawner_host_ip": "172.17.0.1",
"spawner_max_cmd_length": 10,
"spawner_max_workers_per_host": 75,
"spawner_max_workers_per_actor": 6,
"spawner_docker_network": "abaco_abaco",
"docker_dd": "unix://var/run/docker.sock",
"worker_init_count": 1,
"worker_autoscaling": true,
"worker_max_run_time": -1,
"worker_max_cpus": 1000000000,
"worker_worker_ttl": 86400,
"worker_sync_max_idle_time": 600,
"worker_auto_remove": true,
"worker_privileged_mounts": [
"$env{abaco_host_path}/runtime_files/data1:/home/tapis/runtime_files/_abaco_data1:ro",
"$env{abaco_host_path}/runtime_files/data2:/home/tapis/runtime_files/_abaco_data2:rw"
],
"worker_leave_containers": false,
"worker_socket_paths": "$env{abaco_host_path}/runtime_files/_abaco_results_sockets:/home/tapis/runtime_files/_abaco_results_sockets",
"worker_fifo_paths": "$env{abaco_host_path}/runtime_files/_abaco_fifos:/home/tapis/runtime_files/_abaco_fifos",
"web_encryption_key": "djq6ghD6YMWU43TyxGy58pmw_I2hfroAvcbqz9kV23o=",
"web_access_control": "jwt",
"web_user_role": "Internal/everyone",
"web_accept_nonce": true,
"web_show_traceback": false,
"web_max_log_length": 1000000,
"web_case": "snake",
"web_max_content_length": 500000000,
"web_all_queues": [
"default",
"special"
],
"site_id": "tacc",
"global_site_object": {
"site_mongo_pass": "defaultpass",
"site_rabbitmq_pass": "defaultpass"
},
"tacc_site_object": {
},
"global_tenant_object": {
"log_ex_limit": 86400,
"log_ex": 43200,
"use_tas_uid": false,
"default_token": false,
"generate_clients": true
},
"tacc_tenant_object": {
"use_tas_uid": false,
"default_token": false,
"generate_clients": true,
"global_mounts": [
]
},
"designsafe_tenant_object": {
"actor_uid": 458981,
"actor_gid": 816877,
"global_mounts": [
"$env{abaco_host_path}/runtime_files/data1:/home/tapis/runtime_files/_abaco_data1:ro",
"$env{abaco_host_path}/runtime_files/data2/{tenant_id}/{username}:/home/tapis/runtime_files/_abaco_data2:rw"
]
},
"sd2e_tenant_object": {
"use_tas_uid": true
},
"dev_tenant_object": {
"global_mounts": [
"$env{abaco_host_path}/runtime_files/data1:/home/tapis/runtime_files/_abaco_data1:ro"
]
}
}