summaryrefslogtreecommitdiffstats
path: root/labs/huawei/pod1.yaml
blob: f48d8239b5219eaa6cd77fbe98f64bf51335c273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
##############################################################################
# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD 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
##############################################################################
---
### POD descriptor file ###

details:
  pod_owner: Tianwei Wu
  contact: wutianwei1@hauwei.com
  lab: Huawei Lab
  location: Shanghai, China
  type: production
  link: https://wiki.opnfv.org/display/pharos/Huawei+Hosting

# jumphost
jumphost:
  name: huawei-pod1-jump
  node: &nodeparams
    type: baremetal
    vendor: huawei
    model: Intel(R) Xeon(R)
    arch: x86_64
    cpus: 2
    cpu_cflags: haswell
    cores: 16
    memory: 188G
  disks: &disks
    - name: 'disk1'
      disk_capacity: 1.8T
      disk_type: hdd
      disk_interface: scsi
      disk_rotation: 7200
  os: ubuntu-14.04
  remote_params: &remoteparas
    type: ipmi
    versions:
      - 2.0
    user: >
        ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
        DQYJKoZIhvcNAQEBBQAEggEAOv/AsqePJWJjzf30Lwzo2FezlXwM43uvGqSV
        yt79ut92tDsPsfb3SkV9biTT1/VELCB/1AqZnxpwNwERv0D7YLy5fmkYLsWo
        SgOYlgQ5CmTPIBw7A67Vz6bCXjlplnHbhqR+3dYreH4ijHQgBWTvhTi8w584
        9Z8e0+fSJfruV+UBTF9n0dEWK9nqRQqWlDWasztxwyNpTPp4gVQs0gs2SkeP
        XtHFfwIBJtopNuWsIhLtu/Hs5ljttL354RYF1PIVrsi1Xobl7O/I/ykq8PGg
        qkFveh4c9nRe/LQ+u8ggWKDSHJodvAcJm+YQTW1CcATA04cuc6bKq6Xaf1Fn
        kHKB5zA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCKEo4HTTLDwyIixgCk
        cHijgBA5aj2kBfsBvi99bXiDmet8]
    pass: >
        ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
        DQYJKoZIhvcNAQEBBQAEggEAhb8LIGPlO3PUXwUS4zpOOmg3Wu35ZcdKUaMh
        dFaW30bPBsle6V7N+2p8kLtpkvTQHyo3X1vOwhrEKwBvRHJ+XmgQCvYLqLXN
        qZgNXWwAa2iJz6PjNs/rmvmoLx1pC3smRJeLGCpVSG6cLKXI02clDmnWxjKB
        3Sdhf/JKTLQgbsoTZYRSBGLM9/UC/Ox/n0kl8afuRfC88CytttnpyNWRBWZ6
        VV41hxCqshHhBvXnskMS/NEWfYWS972FOZ7FFYid7ZV3h6SbO4JOR7+haMbM
        ublE8m1abmm1T5SYE245avYj94miYTaPIjq0mkI66xo+6haAlTPqq3/QeUGf
        e0X2YjA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCpodDnNWoVIL6jIRiP
        6O85gBByiatZ0M0qtpNScQXGCRC5]
  remote_management:
    <<: *remoteparas
    address: 172.16.130.28/24
    mac_address: "E0:24:7F:02:15:A5"
  interfaces:
    - name: 'nic1'
      speed: 1gb
      address: 192.168.10.6/24
      mac_address: "e0:24:7f:02:15:a3"
      vlan: native
    - name: 'nic2'
      speed: 1gb
      address: 10.1.0.1/24
      mac_address: "e0:24:7f:02:15:a4"
      vlan: native
    - name: 'nic3'
      speed: 1gb
      mac_address: "90:e2:ba:06:47:04"
      vlan: native
    - name: 'nic4'
      speed: 1gb
      address: 172.16.130.50/24
      mac_address: "90:e2:ba:06:47:05"
      vlan: native
# host1
nodes:
  - name: host1
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.130.26/24
      mac_address: "F8:4A:BF:55:A2:91"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        mac_address: "f8:4a:bf:55:a2:8d"
      - name: 'nic2'
        speed: 1gb
        mac_address: "f8:4a:bf:55:a2:8e"
      - name: 'nic3'
        speed: 1gb
        mac_address: "f8:4a:bf:55:a2:8f"
      - name: 'nic4'
        speed: 1gb
        mac_address: "f8:4a:bf:55:a2:90"
  # host2
  - name: host2
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.130.27/24
      mac_address: "D8:49:0B:DA:5A:BB"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        mac_address: "d8:49:0b:da:5a:b7"
      - name: 'nic2'
        speed: 1gb
        mac_address: "d8:49:0b:da:5a:b8"
      - name: 'nic3'
        speed: 1gb
        mac_address: "d8:49:0b:da:5a:b9"
      - name: 'nic4'
        speed: 1gb
        mac_address: "d8:49:0b:da:5a:ba"
  # host3
  - name: host3
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.130.29/24
      mac_address: "78:D7:52:A0:B1:9D"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        mac_address: "78:d7:52:a0:b1:99"
      - name: 'nic2'
        speed: 1gb
        mac_address: "78:d7:52:a0:b1:9a"
      - name: 'nic3'
        speed: 1gb
        mac_address: "78:d7:52:a0:b1:9b"
      - name: 'nic4'
        speed: 1gb
        mac_address: "78:d7:52:a0:b1:9c"
  # host4
  - name: host4
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.130.30/24
      mac_address: "D8:49:0B:DA:5B:61"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        mac_address: "d8:49:0b:da:5b:5d"
      - name: 'nic2'
        speed: 1gb
        mac_address: "d8:49:0b:da:5b:5e"
      - name: 'nic3'
        speed: 1gb
        mac_address: "d8:49:0b:da:5b:5f"
      - name: 'nic4'
        speed: 1gb
        mac_address: "d8:49:0b:da:5b:60"
  # host5
  - name: host5
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.130.31/24
      mac_address: "D8:49:0B:DA:56:89"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        mac_address: "d8:49:0b:da:56:85"
      - name: 'nic2'
        speed: 1gb
        mac_address: "d8:49:0b:da:56:86"
      - name: 'nic3'
        speed: 1gb
        mac_address: "d8:49:0b:da:56:87"
      - name: 'nic4'
        speed: 1gb
        mac_address: "d8:49:0b:da:56:88"