summaryrefslogtreecommitdiffstats
path: root/pharos-validator/src/validation_tool/doc/example/inventory.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
commit026ae4994e15809d25bf9f62e36f6fe5b35b1542 (patch)
tree83d6f0bb4ee1594b3016ab67696af0f1acdb4d94 /pharos-validator/src/validation_tool/doc/example/inventory.yaml
parent61f00f4110b1d33827e3bd19ffef34f10be8273a (diff)
parent4f0ecb702a601d122f261a134007377435e4aca1 (diff)
Merge "Add pharos-validator tool"
Diffstat (limited to 'pharos-validator/src/validation_tool/doc/example/inventory.yaml')
-rw-r--r--pharos-validator/src/validation_tool/doc/example/inventory.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/pharos-validator/src/validation_tool/doc/example/inventory.yaml b/pharos-validator/src/validation_tool/doc/example/inventory.yaml
new file mode 100644
index 0000000..d0f5083
--- /dev/null
+++ b/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