summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/example/inventory.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/inventory.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/inventory.yaml')
-rw-r--r--tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml b/tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml
new file mode 100644
index 00000000..d0f50838
--- /dev/null
+++ b/tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml
@@ -0,0 +1,37 @@
+nodes:
+ - name: node0
+ tags: control #optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "de:ad:be:ef:11:11" #pxe boot interface mac
+ cpus: 2 #required only for virtual deployments
+ memory: 2048 #required only for virtual deployments
+ disk: 40 #required only for virtual deployments
+ power:
+ type: ipmi
+ address: 10.4.7.2
+ user: root
+ pass: root
+ - name: node1
+ tags: control #optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "de:ad:be:ef:22:22" #pxe boot interface mac
+ cpus: 2 #required only for virtual deployments
+ memory: 2048 #required only for virtual deployments
+ disk: 40 #required only for virtual deployments
+ power:
+ type: ipmi
+ address: 10.4.7.3
+ user: root
+ pass: root
+ - name: node2
+ tags: control #optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "de:ad:be:ef:33:33" #pxe boot interface mac
+ cpus: 2 #required only for virtual deployments
+ memory: 2048 #required only for virtual deployments
+ disk: 40 #required only for virtual deployments
+ power:
+ type: ipmi
+ address: 10.4.7.4
+ user: root
+ pass: root