summaryrefslogtreecommitdiffstats
path: root/docs/labs/zte-sh-lab/pod2_inventory.yaml
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-08-22 14:12:45 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 14:12:45 +0000
commite4649cce49068942ef754746fdd5bc75636075de (patch)
treea652acf8f1d72a62fd3df4144c2407281098d7e1 /docs/labs/zte-sh-lab/pod2_inventory.yaml
parent1b8752a2d1ab6dbb3992435c762c12066f6033f0 (diff)
parentded59fbe19fccd6c77aa9b0c8ad79b80b302bc5c (diff)
Merge "Migration ZTE NJ LAB from Nanjing to Shanghai"
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
+