From 0b2d696d723a047adb5f77e687ceeb609f1894e9 Mon Sep 17 00:00:00 2001 From: 10013968 Date: Wed, 27 Jul 2016 23:37:55 +0800 Subject: 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 Signed-off-by: wu.zhihui --- docs/labs/zte-nj-lab/pod1_inventory.yaml | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/labs/zte-nj-lab/pod1_inventory.yaml (limited to 'docs/labs/zte-nj-lab/pod1_inventory.yaml') 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 + -- cgit 1.2.3-korg