summaryrefslogtreecommitdiffstats
path: root/docs/labs/zte-nj-lab/pod2_inventory.yaml
diff options
context:
space:
mode:
author10013968 <zhang.jun3g@zte.com.cn>2016-07-27 23:37:55 +0800
committerJulien <zhang.jun3g@zte.com.cn>2016-08-09 13:41:54 +0800
commit0b2d696d723a047adb5f77e687ceeb609f1894e9 (patch)
treecc7c66caceaa03961cfbf83de595279bd4e2656d /docs/labs/zte-nj-lab/pod2_inventory.yaml
parent869ff5dea68a082bdccb7a38fc6d22fde775d2c7 (diff)
Add zte-pod2 info in documents
Update the documents structure to describe 2 PODs in ZTE NJ Pharos Lab: Update the template; Update zte-pod1 informaton; Add zte-pod2 information; Add zte-nj.rst into index.rst JIRA: PHAROS-235 Change-Id: Ib06e2d0c247a260e4c64909b90d2b33b32bc9dc6 Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn> Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'docs/labs/zte-nj-lab/pod2_inventory.yaml')
-rw-r--r--docs/labs/zte-nj-lab/pod2_inventory.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/labs/zte-nj-lab/pod2_inventory.yaml b/docs/labs/zte-nj-lab/pod2_inventory.yaml
new file mode 100644
index 00000000..c060a78f
--- /dev/null
+++ b/docs/labs/zte-nj-lab/pod2_inventory.yaml
@@ -0,0 +1,49 @@
+nodes:
+ - name: node1
+ tags: control #optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "3c:da:2a:e8:01:ed" #pxe boot interface mac
+ power:
+ type: ipmi
+ address: 129.5.1.9
+ user: zteroot
+ pass: superuser
+ - name: node2
+ tags: control
+ arch: "x86_64"
+ mac_address: "3c:da:2a:e8:02:4c"
+ power:
+ type: ipmi
+ address: 129.5.1.10
+ user: zteroot
+ pass: superuser
+ - name: node3
+ tags: control
+ arch: "x86_64"
+ mac_address: "3c:da:2a:e8:01:a7"
+ power:
+ type: ipmi
+ address: 129.5.1.11
+ user: zteroot
+ pass: superuser
+
+ - name: node4
+ tags: compute
+ arch: "x86_64"
+ mac_address: "3c:da:2a:e8:01:ca"
+ power:
+ type: ipmi
+ address: 129.5.1.12
+ user: zteroot
+ pass: superuser
+
+ - name: node5
+ tags: compute
+ arch: "x86_64"
+ mac_address: "3c:da:2a:e8:01:b6"
+ power:
+ type: ipmi
+ address: 129.5.1.13
+ user: zteroot
+ pass: superuser
+