summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/example/config.yaml
diff options
context:
space:
mode:
authorTodd Gaunt <singularik@iol.unh.edu>2016-10-03 16:02:12 -0400
committerTodd Gaunt <singularik@iol.unh.edu>2016-10-03 16:02:12 -0400
commitd863ee1a888954aa9863c33f95e636466b4025a8 (patch)
tree9826e1915209f8119f78d9bad8bc7f7cd3bb3da4 /tools/pharos-validator/src/validation_tool/doc/example/config.yaml
parent94f19e02d37b1d7af807854cae910c83d34ce0cd (diff)
Add pharos-validator tool
Change-Id: I38e077c2c90059e39ee9871abf5d867a875827a3 Signed-off-by: Todd Gaunt <singularik@iol.unh.edu>
Diffstat (limited to 'tools/pharos-validator/src/validation_tool/doc/example/config.yaml')
-rw-r--r--tools/pharos-validator/src/validation_tool/doc/example/config.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/pharos-validator/src/validation_tool/doc/example/config.yaml b/tools/pharos-validator/src/validation_tool/doc/example/config.yaml
new file mode 100644
index 00000000..6b3a6d0a
--- /dev/null
+++ b/tools/pharos-validator/src/validation_tool/doc/example/config.yaml
@@ -0,0 +1,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"
+