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/pod2_inventory.yaml | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/labs/zte-nj-lab/pod2_inventory.yaml (limited to 'docs/labs/zte-nj-lab/pod2_inventory.yaml') 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 + -- cgit 1.2.3-korg