diff options
author | 10013968 <zhang.jun3g@zte.com.cn> | 2016-07-27 23:37:55 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2016-08-09 13:41:54 +0800 |
commit | 0b2d696d723a047adb5f77e687ceeb609f1894e9 (patch) | |
tree | cc7c66caceaa03961cfbf83de595279bd4e2656d /docs/labs/zte-nj-lab/pod1_inventory.yaml | |
parent | 869ff5dea68a082bdccb7a38fc6d22fde775d2c7 (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/pod1_inventory.yaml')
-rw-r--r-- | docs/labs/zte-nj-lab/pod1_inventory.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/labs/zte-nj-lab/pod1_inventory.yaml b/docs/labs/zte-nj-lab/pod1_inventory.yaml new file mode 100644 index 00000000..5ceb0dbd --- /dev/null +++ b/docs/labs/zte-nj-lab/pod1_inventory.yaml @@ -0,0 +1,49 @@ +nodes: + - name: node1 + 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 + 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 + 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 + 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 + 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 + |