summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/config.yaml
blob: 6b3a6d0ab2f3962ef9be161eda07c861248f481f (plain)
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
###################
# Program arguments
###################
#
# Define path of output file
output: "yaml" # Values are ("yaml", )

#################
# Server settings
#################

# Address that the client should attempt to connect to. Has no effect on server
server-addr: "0.0.0.0"
# Server port, shouldn't need to change
server-port: 12121

#############################
# Filepaths for program files
#############################

# Define directory for the program to monitor files pushed back by clients
tmppath: "/tmp/pharosqa"
# dhcpd configuration output filepath
confpath: "/etc/pharosqa/"
# Examplepath
sharepath: "/usr/share/pharosqa/"
# Path to inventory file
inventoryfile: "/etc/pharosvalidator/inventory.yaml"
# Path to network file
networkfile: "/etc/pharosvalidator/network.yaml"
# Path to logfile
logfile: "/tmp/runtime_logs.txt"
# Path to test logs
test_log: "/tmp/results.yaml"
# Path to dhcpd configuration file
#dhcpdfile: "/etc/dhcp/dhcpd.conf"
dhcpdfile: "/etc/dhcp/dhcpd.conf"