From ded59fbe19fccd6c77aa9b0c8ad79b80b302bc5c Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 22 Aug 2016 15:08:27 +0800 Subject: Migration ZTE NJ LAB from Nanjing to Shanghai 1. Migration ZTE POD1 and POD2 in Nanjing testlab into Shanghai. Update releated documents. 2. Update lab topology. 3. Separate Deploy Server from Jump Host. JIRA: PHAROS-245 JIRA: PHAROS-246 Change-Id: Ib567b564dec92c2bba780d4bd7af89c13fe5315e Signed-off-by: Julien --- docs/labs/zte-sh-lab/pod2_inventory.yaml | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/labs/zte-sh-lab/pod2_inventory.yaml (limited to 'docs/labs/zte-sh-lab/pod2_inventory.yaml') diff --git a/docs/labs/zte-sh-lab/pod2_inventory.yaml b/docs/labs/zte-sh-lab/pod2_inventory.yaml new file mode 100644 index 00000000..c060a78f --- /dev/null +++ b/docs/labs/zte-sh-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