summaryrefslogtreecommitdiffstats
path: root/docs/labs/zte-sh-lab/pod-2.yaml
diff options
context:
space:
mode:
authoragardner <agardner@linuxfoundation.org>2017-04-27 11:46:29 +0200
committeragardner <agardner@linuxfoundation.org>2017-04-27 11:46:29 +0200
commitb127369752dd4f6a1b038c14c45f90df54a505fd (patch)
tree40de2aa0e25e5fac3682420271f0952308426fb7 /docs/labs/zte-sh-lab/pod-2.yaml
parent1297f44c1bb0e9b0e2b9620b73190bec00604c24 (diff)
Adding all releng octopus and pharos docs.
Please argue and remove as needed in the review. Change-Id: Ia376d8be14c56f6a2fae3cd753ea53b869e5f784 Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/labs/zte-sh-lab/pod-2.yaml')
-rw-r--r--docs/labs/zte-sh-lab/pod-2.yaml55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/labs/zte-sh-lab/pod-2.yaml b/docs/labs/zte-sh-lab/pod-2.yaml
new file mode 100644
index 0000000..55d478f
--- /dev/null
+++ b/docs/labs/zte-sh-lab/pod-2.yaml
@@ -0,0 +1,55 @@
+##############################################################################
+## 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:CD:72" #pxe boot interface mac
+ power:
+ type: ipmi
+ address: 192.168.1.106
+ user: zteroot
+ pass: superuser
+ - name: node2
+ tags: control
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CA:CC"
+ power:
+ type: ipmi
+ address: 192.168.1.107
+ user: zteroot
+ pass: superuser
+ - name: node3
+ tags: control
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CD:12"
+ power:
+ type: ipmi
+ address: 192.168.1.108
+ user: zteroot
+ pass: superuser
+ - name: node4
+ tags: compute
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CF:40"
+ power:
+ type: ipmi
+ address: 192.168.1.109
+ user: zteroot
+ pass: superuser
+ - name: node5
+ tags: compute
+ arch: "x86_64"
+ mac_address: "74:4A:A4:00:CE:D4"
+ power:
+ type: ipmi
+ address: 192.168.1.110
+ user: zteroot
+ pass: superuser