f48d8239b5219eaa6cd77fbe98f64bf51335c273
[pharos.git] / labs / huawei / pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD 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 ### POD descriptor file ###
11
12 details:
13   pod_owner: Tianwei Wu
14   contact: wutianwei1@hauwei.com
15   lab: Huawei Lab
16   location: Shanghai, China
17   type: production
18   link: https://wiki.opnfv.org/display/pharos/Huawei+Hosting
19
20 # jumphost
21 jumphost:
22   name: huawei-pod1-jump
23   node: &nodeparams
24     type: baremetal
25     vendor: huawei
26     model: Intel(R) Xeon(R)
27     arch: x86_64
28     cpus: 2
29     cpu_cflags: haswell
30     cores: 16
31     memory: 188G
32   disks: &disks
33     - name: 'disk1'
34       disk_capacity: 1.8T
35       disk_type: hdd
36       disk_interface: scsi
37       disk_rotation: 7200
38   os: ubuntu-14.04
39   remote_params: &remoteparas
40     type: ipmi
41     versions:
42       - 2.0
43     user: >
44         ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
45         DQYJKoZIhvcNAQEBBQAEggEAOv/AsqePJWJjzf30Lwzo2FezlXwM43uvGqSV
46         yt79ut92tDsPsfb3SkV9biTT1/VELCB/1AqZnxpwNwERv0D7YLy5fmkYLsWo
47         SgOYlgQ5CmTPIBw7A67Vz6bCXjlplnHbhqR+3dYreH4ijHQgBWTvhTi8w584
48         9Z8e0+fSJfruV+UBTF9n0dEWK9nqRQqWlDWasztxwyNpTPp4gVQs0gs2SkeP
49         XtHFfwIBJtopNuWsIhLtu/Hs5ljttL354RYF1PIVrsi1Xobl7O/I/ykq8PGg
50         qkFveh4c9nRe/LQ+u8ggWKDSHJodvAcJm+YQTW1CcATA04cuc6bKq6Xaf1Fn
51         kHKB5zA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCKEo4HTTLDwyIixgCk
52         cHijgBA5aj2kBfsBvi99bXiDmet8]
53     pass: >
54         ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
55         DQYJKoZIhvcNAQEBBQAEggEAhb8LIGPlO3PUXwUS4zpOOmg3Wu35ZcdKUaMh
56         dFaW30bPBsle6V7N+2p8kLtpkvTQHyo3X1vOwhrEKwBvRHJ+XmgQCvYLqLXN
57         qZgNXWwAa2iJz6PjNs/rmvmoLx1pC3smRJeLGCpVSG6cLKXI02clDmnWxjKB
58         3Sdhf/JKTLQgbsoTZYRSBGLM9/UC/Ox/n0kl8afuRfC88CytttnpyNWRBWZ6
59         VV41hxCqshHhBvXnskMS/NEWfYWS972FOZ7FFYid7ZV3h6SbO4JOR7+haMbM
60         ublE8m1abmm1T5SYE245avYj94miYTaPIjq0mkI66xo+6haAlTPqq3/QeUGf
61         e0X2YjA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCpodDnNWoVIL6jIRiP
62         6O85gBByiatZ0M0qtpNScQXGCRC5]
63   remote_management:
64     <<: *remoteparas
65     address: 172.16.130.28/24
66     mac_address: "E0:24:7F:02:15:A5"
67   interfaces:
68     - name: 'nic1'
69       speed: 1gb
70       address: 192.168.10.6/24
71       mac_address: "e0:24:7f:02:15:a3"
72       vlan: native
73     - name: 'nic2'
74       speed: 1gb
75       address: 10.1.0.1/24
76       mac_address: "e0:24:7f:02:15:a4"
77       vlan: native
78     - name: 'nic3'
79       speed: 1gb
80       mac_address: "90:e2:ba:06:47:04"
81       vlan: native
82     - name: 'nic4'
83       speed: 1gb
84       address: 172.16.130.50/24
85       mac_address: "90:e2:ba:06:47:05"
86       vlan: native
87 # host1
88 nodes:
89   - name: host1
90     node: *nodeparams
91     disks: *disks
92     remote_management:
93       <<: *remoteparas
94       address: 172.16.130.26/24
95       mac_address: "F8:4A:BF:55:A2:91"
96     interfaces:
97       - name: 'nic1'
98         speed: 1gb
99         mac_address: "f8:4a:bf:55:a2:8d"
100       - name: 'nic2'
101         speed: 1gb
102         mac_address: "f8:4a:bf:55:a2:8e"
103       - name: 'nic3'
104         speed: 1gb
105         mac_address: "f8:4a:bf:55:a2:8f"
106       - name: 'nic4'
107         speed: 1gb
108         mac_address: "f8:4a:bf:55:a2:90"
109   # host2
110   - name: host2
111     node: *nodeparams
112     disks: *disks
113     remote_management:
114       <<: *remoteparas
115       address: 172.16.130.27/24
116       mac_address: "D8:49:0B:DA:5A:BB"
117     interfaces:
118       - name: 'nic1'
119         speed: 1gb
120         mac_address: "d8:49:0b:da:5a:b7"
121       - name: 'nic2'
122         speed: 1gb
123         mac_address: "d8:49:0b:da:5a:b8"
124       - name: 'nic3'
125         speed: 1gb
126         mac_address: "d8:49:0b:da:5a:b9"
127       - name: 'nic4'
128         speed: 1gb
129         mac_address: "d8:49:0b:da:5a:ba"
130   # host3
131   - name: host3
132     node: *nodeparams
133     disks: *disks
134     remote_management:
135       <<: *remoteparas
136       address: 172.16.130.29/24
137       mac_address: "78:D7:52:A0:B1:9D"
138     interfaces:
139       - name: 'nic1'
140         speed: 1gb
141         mac_address: "78:d7:52:a0:b1:99"
142       - name: 'nic2'
143         speed: 1gb
144         mac_address: "78:d7:52:a0:b1:9a"
145       - name: 'nic3'
146         speed: 1gb
147         mac_address: "78:d7:52:a0:b1:9b"
148       - name: 'nic4'
149         speed: 1gb
150         mac_address: "78:d7:52:a0:b1:9c"
151   # host4
152   - name: host4
153     node: *nodeparams
154     disks: *disks
155     remote_management:
156       <<: *remoteparas
157       address: 172.16.130.30/24
158       mac_address: "D8:49:0B:DA:5B:61"
159     interfaces:
160       - name: 'nic1'
161         speed: 1gb
162         mac_address: "d8:49:0b:da:5b:5d"
163       - name: 'nic2'
164         speed: 1gb
165         mac_address: "d8:49:0b:da:5b:5e"
166       - name: 'nic3'
167         speed: 1gb
168         mac_address: "d8:49:0b:da:5b:5f"
169       - name: 'nic4'
170         speed: 1gb
171         mac_address: "d8:49:0b:da:5b:60"
172   # host5
173   - name: host5
174     node: *nodeparams
175     disks: *disks
176     remote_management:
177       <<: *remoteparas
178       address: 172.16.130.31/24
179       mac_address: "D8:49:0B:DA:56:89"
180     interfaces:
181       - name: 'nic1'
182         speed: 1gb
183         mac_address: "d8:49:0b:da:56:85"
184       - name: 'nic2'
185         speed: 1gb
186         mac_address: "d8:49:0b:da:56:86"
187       - name: 'nic3'
188         speed: 1gb
189         mac_address: "d8:49:0b:da:56:87"
190       - name: 'nic4'
191         speed: 1gb
192         mac_address: "d8:49:0b:da:56:88"