-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdqcc.cfg.example
More file actions
57 lines (43 loc) · 1.21 KB
/
dqcc.cfg.example
File metadata and controls
57 lines (43 loc) · 1.21 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
[DQCCconfig]
# sleep time for daemon
sleep_interval = 2
# park engines for a given time or shut them down (immediately or with delay)
# values: "shutdown", "shutdown_with_delay", "park"
stop_behaviour = shutdown_with_delay
# parking pool for waiting slaves
parking_pool = "garage"
# maximum parking time
park_time = 600
# maximum number of VMs
max_vms = 20
# available render pool types
pool_types = blender
# time range for caching slave data
cache_time = 60
# timeout for identifying slave VMs
identify_timeout = 5
# do not perform any real actions on cloud
testmode = True
# maximum time to wait for unknown slave VMs
max_wait = 2700
# encryption salt for EBS volumes
ebs_encryption_salt = 14758f1afd44c09b7992073ccf00b43d
# DQOR database config
db_dqor_name = ipythondb
db_dqor_host = localhost
# EC2 environment
ec2_type = amazon
ec2_slave_ami = ami-9999999999
ec2_key_name = mykey
ec2_instance_type = t1.micro
ec2_region = eu-west-1
ec2_region_endpoint = None
ec2_region_is_secure = None
ec2_region_port = None
ec2_region_path = None
ec2_avail_zone = eu-west-1a
ec2_sec_group = mysecgroup
ec2_access_key_id = FOO
ec2_secret_access_key = BAR
ec2_vpn_enabled = True
ec2_vpn_logfile = /etc/openvpn/openvpn-status.log