summaryrefslogtreecommitdiffstats
path: root/docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml')
-rw-r--r--docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml b/docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml
new file mode 100644
index 00000000..b8bee5d8
--- /dev/null
+++ b/docs/release/release-notes/labs/zte-sh-lab/pod-1.yaml
@@ -0,0 +1,56 @@
+---
+##############################################################################
+## Copyright (c) 2015 ZTE Corp. and others.
+##
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Apache License, Version 2.0
+## which accompanies this distribution, and is available at
+## http://www.apache.org/licenses/LICENSE-2.0
+###############################################################################
+
+nodes:
+ - name: node1
+ tags: control # optional param, other valid value "compute"
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CF:DC" # pxe boot interface mac
+ power:
+ type: ipmi
+ address: 192.168.1.101
+ user: zteroot
+ pass: superuser
+ - name: node2
+ tags: control
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CE:CE"
+ power:
+ type: ipmi
+ address: 192.168.1.102
+ user: zteroot
+ pass: superuser
+ - name: node3
+ tags: control
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CF:58"
+ power:
+ type: ipmi
+ address: 192.168.1.103
+ user: zteroot
+ pass: superuser
+ - name: node4
+ tags: compute
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:49:84"
+ power:
+ type: ipmi
+ address: 192.168.1.104
+ user: zteroot
+ pass: superuser
+ - name: node5
+ tags: compute
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CE:C2"
+ power:
+ type: ipmi
+ address: 192.168.1.105
+ user: zteroot
+ pass: superuser