summaryrefslogtreecommitdiffstats
path: root/docs/labs/zte-sh-lab/pod2_inventory.yaml
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2016-08-22 15:08:27 +0800
committerJulien <zhang.jun3g@zte.com.cn>2016-08-22 15:25:04 +0800
commitded59fbe19fccd6c77aa9b0c8ad79b80b302bc5c (patch)
tree5c34fc122e4fb39cf1e8d1659d66e809b0e6e526 /docs/labs/zte-sh-lab/pod2_inventory.yaml
parentdc98986c0cacfdf10e8f22ad9c3fb804cc2c37d3 (diff)
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 <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'docs/labs/zte-sh-lab/pod2_inventory.yaml')
-rw-r--r--docs/labs/zte-sh-lab/pod2_inventory.yaml49
1 files changed, 49 insertions, 0 deletions
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
+