55d478fd0324b36b39a4f65a2db3af9404af5d05
[pharos.git] / docs / labs / zte-sh-lab / pod-2.yaml
1 ##############################################################################
2 ## Copyright (c) 2015 ZTE Corp. and others.
3 ##
4 ## All rights reserved. This program and the accompanying materials
5 ## are made available under the terms of the Apache License, Version 2.0
6 ## which accompanies this distribution, and is available at
7 ## http://www.apache.org/licenses/LICENSE-2.0
8 ###############################################################################
9
10 nodes:
11    - name: node1
12      tags: control      #optional param, other valid value "compute"
13      arch: "x86_64"
14      mac_address: "74:4A:A4:00:CD:72" #pxe boot interface mac
15      power:
16        type: ipmi
17        address: 192.168.1.106
18        user: zteroot
19        pass: superuser
20    - name: node2
21      tags: control
22      arch: "x86_64"
23      mac_address: "74:4A:A4:00:CA:CC"
24      power:
25        type: ipmi
26        address: 192.168.1.107
27        user: zteroot
28        pass: superuser
29    - name: node3
30      tags: control
31      arch: "x86_64"
32      mac_address: "74:4A:A4:00:CD:12"
33      power:
34        type: ipmi
35        address: 192.168.1.108
36        user: zteroot
37        pass: superuser
38    - name: node4
39      tags: compute
40      arch: "x86_64"
41      mac_address: "74:4A:A4:00:CF:40"
42      power:
43        type: ipmi
44        address: 192.168.1.109
45        user: zteroot
46        pass: superuser
47    - name: node5
48      tags: compute
49      arch: "x86_64"
50      mac_address: "74:4A:A4:00:CE:D4"
51      power:
52        type: ipmi
53        address: 192.168.1.110
54        user: zteroot
55        pass: superuser