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/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/inventory.yaml')
-rw-r--r-- | docs/labs/zte-nj-lab/inventory.yaml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/docs/labs/zte-nj-lab/inventory.yaml b/docs/labs/zte-nj-lab/inventory.yaml deleted file mode 100644 index b71f5632..00000000 --- a/docs/labs/zte-nj-lab/inventory.yaml +++ /dev/null @@ -1,49 +0,0 @@ -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 - |