forked from crocs-muni/rtt-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployment_settings_local.ini
81 lines (62 loc) · 2.32 KB
/
deployment_settings_local.ini
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
[Database]
# IPv4 address of your database server.
# 127.0.0.1 if you are hosting all servers on single machine
IPv4-Address = 127.0.0.1
# Name of user that can sudo on db server
# and you can login as him.
SSH-Root-User = debian
SSH-Port = 22
# Port and path to MySQL configuration file.
# You should not need to change this if you haven't
# tampered with MySQL previously
MySQL-port = 3306
MySQL-config-file = /etc/mysql/my.cnf
[Storage]
# IPv4 address of your storage server.
# 127.0.0.1 if you are hosting all servers on single machine
IPv4-Address = 127.0.0.1
IPv4-Address-Public = 127.0.0.1
# Name of user that can sudo on db server
# and you can login as him.
SSH-Root-User = debian
SSH-Port = 22
# Path to configuration file of ssh service on the storage server.
SSH-Config = /etc/ssh/sshd_config
# Path to directory in which the administrator files
# for RTT will be stored. Only users in group rtt-admin will
# be access/change these files. This is discouraged.
RTT-Files-dir = /rtt_storage_files
# Path to directory in which the <Storage-user> will be confined. The user will
# not be able to see anything outside this directory.
Storage-Chroot = /rtt_storage_chroot
# User through which other servers will be accessing storage and
# download files. User will be separated from the system through chroot.
Storage-User = rtt_storage
[Frontend]
# IPv4 address of your frontend server.
# 127.0.0.1 if you are hosting all servers on single machine
IPv4-Address = 127.0.0.1
# Directory in which the separate system will be installed
# All users of rtt will be confined in this directory and
# will not be able to see anything outside.
RTT-Users-Chroot = /rtt_frontend_chroot
# Part to configuration file of ssh service on the frontend server.
SSH-Config = /etc/ssh/sshd_config
[Web]
IPv4-Address = 127.0.0.1
[Backend-1]
IPv4-Address = 127.0.0.1
RTT-Files-dir = /rtt_backend
# This number sets how many tests will be running at once
# on the server. Change this number accordingly to the
# power and memory of the machine.
Maximum-parallel-tests = 4
# This is timeout for single test in battery. After this time,
# the test will be killed and results (if any) will be stored.
Maximum-seconds-per-test = 14400
# /rtt_backend/backend.ini
backend-id = local:0001
backend-name = worker01
backend-loc = local
backend-longterm = 1
backend-aux = {}