f2146ff9181949c3ab67676c79be96ba28a6c607
[pharos-tools.git] / pharos-validator / src / validation_tool / doc / config.yaml
1 ---
2 ###################
3 # Program arguments
4 ###################
5 #
6 # Define path of output file
7 output: "yaml"  # Values are ("yaml", )
8
9 #################
10 # Server settings
11 #################
12
13 # Address that the client should attempt to connect to. Has no effect on server
14 server-addr: "0.0.0.0"
15 # Server port, shouldn't need to change
16 server-port: 12121
17
18 #############################
19 # Filepaths for program files
20 #############################
21
22 # Define directory for the program to monitor files pushed back by clients
23 tmppath: "/tmp/pharosqa"
24 # dhcpd configuration output filepath
25 confpath: "/etc/pharosqa/"
26 # Examplepath
27 sharepath: "/usr/share/pharosqa/"
28 # Path to inventory file
29 inventoryfile: "/etc/pharosvalidator/inventory.yaml"
30 # Path to network file
31 networkfile: "/etc/pharosvalidator/network.yaml"
32 # Path to logfile
33 logfile: "/tmp/runtime_logs.txt"
34 # Path to test logs
35 test_log: "/tmp/results.yaml"
36 # Path to dhcpd configuration file
37 dhcpdfile: "/etc/dhcp/dhcpd.conf"