summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/example/config.yaml
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-10-25 11:45:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-25 11:45:14 +0000
commit688948508e373829cdcd7bb1e4ebb7f55e43cdac (patch)
tree8e071efa549c859579bb4753451880a4a36537da /tools/pharos-validator/src/validation_tool/doc/example/config.yaml
parentaf9b7ddeb637278a7705964ba98c8e6a2e7307f4 (diff)
parentd863ee1a888954aa9863c33f95e636466b4025a8 (diff)
Merge "Add pharos-validator tool"
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"
+