JIRA: PHAROS-161 17/13417/1
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Fri, 29 Apr 2016 08:44:32 +0000 (04:44 -0400)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Fri, 29 Apr 2016 08:44:32 +0000 (04:44 -0400)
Add zte nj pod inventory file.

Change-Id: I24d3e9ef45732955260e1fadc8190d1b894b19fa
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
docs/labs/zte-nj-lab/inventory.yaml [new file with mode: 0644]

diff --git a/docs/labs/zte-nj-lab/inventory.yaml b/docs/labs/zte-nj-lab/inventory.yaml
new file mode 100644 (file)
index 0000000..b71f563
--- /dev/null
@@ -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
+