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