summaryrefslogtreecommitdiffstats
path: root/labs/arm/pod7.yaml
blob: bb624799684953bf19a6bd6283a1a170498e3388 (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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
##############################################################################
# Copyright (c) 2018 Enea AB 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
##############################################################################
---
### Enea ARM POD 7 descriptor file ###

version: 1.0
details:
  pod_owner: ENEA AB
  contact: dan.lilliehorn@enea.com
  lab: ENEA lab
  location: Stockholm, Sweden
  type: production
  link: https://wiki.opnfv.org/display/pharos/Enea+Hosting
##############################################################################
jumphost:
  name: jenkins-slave-arm-pod7
  node:
    type: baremetal
    vendor: AppliedMicro
    model: XGene 1
    arch: aarch64
    cpus: 1
    cpu_cflags: fp asimd evtstrm cpuid
    cores: 8
    memory: 32G
  disks:
    # /dev/sda
    - name: disk1
      disk_capacity: 120G
      disk_type: ssd
      disk_interface: sata
      disk_rotation: 0
    # /dev/sdb
    - name: disk2
      disk_capacity: 1T
      disk_type: hdd
      disk_interface: sata
      disk_rotation: 7200
    # /dev/sdc
    - name: disk3
      disk_capacity: 1T
      disk_type: hdd
      disk_interface: sata
      disk_rotation: 7200
  os: ubuntu-16.04
  remote_params: &remote_params
    type: ipmi
    versions:
      - 2.0
    user: admin
    pass: admin
  remote_management:
    <<: *remote_params
    address: 0.0.0.0
    mac_address: "00:00:00:00:00:00"
  interfaces:
    # eth0, Not connected
    - mac_address: "00:01:73:02:3b:28"
      address: 192.168.11.1
      speed: 1gb
      features: ''
      name: 'nic1'
    # eth1, Connected for PXE
    - mac_address: "00:01:73:02:3b:29"
      speed: 1gb
      features: ''
      name: 'nic2'
    # eth2, Not connected
    - mac_address: "00:01:73:02:3b:2a"
      speed: 1gb
      features: ''
      name: 'nic3'
    # eth3, Connected for truck traffic
    - mac_address: "00:01:73:02:3b:2b"
      speed: 10gb
      features: ''
      name: 'nic4'
##############################################################################
nodes:
  - name: cn8890-6
    node: &nodeparams_a
      type: baremetal
      vendor: Cavium
      model: ThunderX
      arch: aarch64
      cpus: 1
      cpu_cflags: fp asimd evtstrm aes pmull sha1 sha2 crc32
      cores: 48
      memory: 128G
    disks: &disks_a
      - name: 'disk1'
        disk_capacity: 500G
        disk_type: hdd
        disk_interface: sata
        disk_rotation: 7200
    remote_management:
      <<: *remote_params
      address: 10.0.16.2
      mac_address: "40:8D:5C:BA:D2:32"
    interfaces:
      # enP5s3, Connected, used only for admin/PXE
      - mac_address: "68:05:ca:3d:93:14"
        speed: 1gb
        features: ''
        name: 'nic1'
      # enP2p1s0f2, Connected, trunk for all other VLANs
      - mac_address: "00:0f:b7:03:00:c1"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic2'
      # enP2p1s0f1, Not connected
      - mac_address: "00:0f:b7:03:00:c0"
        speed: 1gb
        features: ''
        name: 'nic3'
      # enP2p1s0f3, Not connected
      - mac_address: "00:0f:b7:03:00:c2"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic4'
  ############################################################################
  - name: cn8890-8
    node: *nodeparams_a
    disks: *disks_a
    remote_management:
      <<: *remote_params
      address: 10.0.16.3
      mac_address: "40:8D:5C:BA:B9:60"
    interfaces:
      # enP5s3, Connected, used only for admin/PXE
      - mac_address: "68:05:ca:3f:7f:f3"
        speed: 1gb
        features: ''
        name: 'nic1'
      # enP2p1s0f2, Connected, trunk for all other VLANs
      - mac_address: "00:0f:b7:05:00:c1"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic2'
      # enP2p1s0f1, Not connected
      - mac_address: "00:0f:b7:05:00:c0"
        speed: 1gb
        features: ''
        name: 'nic3'
      # enP2p1s0f3, Not connected
      - mac_address: "00:0f:b7:05:00:c2"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic4'
  ############################################################################
  - name: cn8890-10
    node: *nodeparams_a
    disks: *disks_a
    remote_management:
      <<: *remote_params
      address: 10.0.16.4
      mac_address: "40:8D:5C:BA:B9:65"
    interfaces:
      # enP5s3, Connected, used only for admin/PXE
      - mac_address: "68:05:ca:3d:93:0f"
        speed: 1gb
        features: ''
        name: 'nic1'
      # enP2p1s0f2, Connected, trunk for all other VLANs
      - mac_address: "00:0f:b7:07:00:c1"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic2'
      # enP2p1s0f1, Not connected
      - mac_address: "00:0f:b7:07:00:c0"
        speed: 1gb
        features: ''
        name: 'nic3'
      # enP2p1s0f3, Not connected
      - mac_address: "00:0f:b7:07:00:c2"
        speed: 10gb
        features: 'dpdk|sriov'
        name: 'nic4'
  ############################################################################
  - name: softiron-1
    node: &nodeparams_b
      type: baremetal
      vendor: American Megatrends Inc
      model: Overdrive/Supercharger
      arch: aarch64
      cpus: 1
      cpu_cflags: fp asimd evtstrm aes pmull sha1 sha2 crc32
      cores: 8
      memory: 32G
    disks: &disks_b
      # dev/sda
      - name: 'disk1'
        disk_capacity: 128G
        disk_type: ssd
        disk_interface: sata
        disk_rotation: 0
      # /dev/sdb
      - name: 'disk2'
        disk_capacity: 2T
        disk_type: hdd
        disk_interface: sata
        disk_rotation: 7200
    remote_management:
      <<: *remote_params
      address: 10.0.16.5
      mac_address: "E0:FF:F7:00:04:21"
    interfaces:
      # eth0, Connected, used only for admin/PXE
      - mac_address: "e0:ff:f7:00:05:96"
        speed: 1gb
        features: ''
        name: 'nic1'
      # eth1, Connected, trunk for all other VLANs
      - mac_address: "e0:ff:f7:00:05:97"
        speed: 1gb
        features: ''
        name: 'nic2'
  ############################################################################
  - name: softiron-2
    node: *nodeparams_b
    disks: *disks_b
    remote_management:
      <<: *remote_params
      address: 10.0.16.6
      mac_address: "E0:FF:F7:00:04:29"
    interfaces:
      # eth0, Connected, used only for admin/PXE
      - mac_address: "e0:ff:f7:00:05:93"
        speed: 1gb
        features: ''
        name: 'nic1'
      # eth1, Connected, trunk for all other VLANs
      - mac_address: "e0:ff:f7:00:05:94"
        speed: 1gb
        features: ''
        name: 'nic2'