summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2017-09-26 00:10:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-26 00:10:21 +0000
commitf33a03d8f07c2b239322e33a271ef2f1d665313a (patch)
tree7664324153de2ef41fa9cc9f07a26ce6aff6b38d /tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml
parent25b2adb887b5e1cab767023476dd0ec2f02b4b59 (diff)
parentaeb2791f4d3a5e23090e56c330436205a61629d7 (diff)
Merge "Remove 'tools' Directory"
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.yaml38
1 files changed, 0 insertions, 38 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
deleted file mode 100644
index 2ba768ab..00000000
--- a/tools/pharos-validator/src/validation_tool/doc/example/inventory.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
----
-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