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