summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-04-29 04:44:32 -0400
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-04-29 04:44:32 -0400
commit33461ee7fd992f1702c796d45da33adbcd3083c5 (patch)
tree0117a9de7ba726867e3170e13a4a02eaffc79704
parent6732859ab09ddb890ad4c67e2834059f57175bd6 (diff)
JIRA: PHAROS-161
Add zte nj pod inventory file. Change-Id: I24d3e9ef45732955260e1fadc8190d1b894b19fa Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
-rw-r--r--docs/labs/zte-nj-lab/inventory.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/labs/zte-nj-lab/inventory.yaml b/docs/labs/zte-nj-lab/inventory.yaml
new file mode 100644
index 00000000..b71f5632
--- /dev/null
+++ b/docs/labs/zte-nj-lab/inventory.yaml
@@ -0,0 +1,49 @@
+nodes:
+ - name: node1-control
+ tags: control #optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "4c:09:b4:b2:59:87" #pxe boot interface mac
+ power:
+ type: ipmi
+ address: 129.5.1.101
+ user: zteroot
+ pass: superuser
+ - name: node2-control
+ tags: control
+ arch: "x86_64"
+ mac_address: "4c:09:b4:b2:59:fc"
+ power:
+ type: ipmi
+ address: 129.5.1.22
+ user: zteroot
+ pass: superuser
+ - name: node3-control
+ tags: control
+ arch: "x86_64"
+ mac_address: "4c:09:b4:b2:59:a2"
+ power:
+ type: ipmi
+ address: 129.5.1.3
+ user: zteroot
+ pass: superuser
+
+ - name: node4-control
+ tags: compute
+ arch: "x86_64"
+ mac_address: "4c:09:b4:b2:59:d8"
+ power:
+ type: ipmi
+ address: 129.5.1.4
+ user: zteroot
+ pass: superuser
+
+ - name: node5-control
+ tags: compute
+ arch: "x86_64"
+ mac_address: "4c:09:b4:b2:59:75"
+ power:
+ type: ipmi
+ address: 129.5.1.5
+ user: zteroot
+ pass: superuser
+