From: zhifeng.jiang Date: Fri, 29 Apr 2016 08:44:32 +0000 (-0400) Subject: JIRA: PHAROS-161 X-Git-Tag: colorado.1.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=33461ee7fd992f1702c796d45da33adbcd3083c5;p=pharos.git JIRA: PHAROS-161 Add zte nj pod inventory file. Change-Id: I24d3e9ef45732955260e1fadc8190d1b894b19fa Signed-off-by: zhifeng.jiang --- diff --git a/docs/labs/zte-nj-lab/inventory.yaml b/docs/labs/zte-nj-lab/inventory.yaml new file mode 100644 index 00000000..b71f5632 --- /dev/null +++ b/docs/labs/zte-nj-lab/inventory.yaml @@ -0,0 +1,49 @@ +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 +