summaryrefslogtreecommitdiffstats
path: root/tools/pharos-validator/src/validation_tool/doc/inventory.yaml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-06-23 16:13:12 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-06-27 15:33:21 -0700
commit8c90b92f54a197b1177674589d42c884330b43a8 (patch)
tree067f915bb59a8b3e149b9ddff2fa71afd53ef33c /tools/pharos-validator/src/validation_tool/doc/inventory.yaml
parenta6c6721164807e36b8a97832c30bfb0cdfe8ac04 (diff)
Fix Yamllint Violations
JIRA: PHAROS-298 Change-Id: I1c9afc9bfee4a60144b95bc38e2333260c95167a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'tools/pharos-validator/src/validation_tool/doc/inventory.yaml')
-rw-r--r--tools/pharos-validator/src/validation_tool/doc/inventory.yaml57
1 files changed, 29 insertions, 28 deletions
diff --git a/tools/pharos-validator/src/validation_tool/doc/inventory.yaml b/tools/pharos-validator/src/validation_tool/doc/inventory.yaml
index d0f50838..2ba768ab 100644
--- a/tools/pharos-validator/src/validation_tool/doc/inventory.yaml
+++ b/tools/pharos-validator/src/validation_tool/doc/inventory.yaml
@@ -1,37 +1,38 @@
+---
nodes:
- - name: node0
- tags: control #optional param, other valid value "compute"
+ - 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
+ 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
+ type: ipmi
+ address: 10.4.7.2
+ user: root
+ pass: root
- name: node1
- tags: control #optional param, other valid value "compute"
+ 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
+ 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
+ type: ipmi
+ address: 10.4.7.3
+ user: root
+ pass: root
- name: node2
- tags: control #optional param, other valid value "compute"
+ 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
+ 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
+ type: ipmi
+ address: 10.4.7.4
+ user: root
+ pass: root