PDF and IDF for Ericsson pod 2 to be used in CI
[kuberef.git] / hw_config / ericsson-pod2 / pdf.yaml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2020 Ericsson AB and others
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 version: 1.0
11 details:
12   pod_owner: Ericsson
13   contact: georg.kunz@ericsson.com
14   lab: Ericsson OPNFV CI pod 2
15   location: Sweden
16   type: baremetal
17   link: https://wiki.opnfv.org/display/pharos/Ericsson+Hosting
18 ##############################################################################
19 jumphost:
20   name: kuberef-jump
21   node:
22     type: virtual
23     vendor: vmware
24     model: pc
25     arch: x86_64
26     cpus: 4
27     cpu_cflags: host-passthrough
28     cores: 4
29     memory: 9G
30   disks:
31     - name: disk1
32       disk_capacity: 1200G
33       disk_type: hdd
34       disk_interface: sata
35       disk_rotation:
36   os: ubuntu1804
37   interfaces:
38     - name: 'ens4'
39       address: 10.0.20.1
40       mac_address: 52:54:00:4a:e8:2d
41     - name: 'ens3'
42       address: 100.64.201.254
43 ##############################################################################
44 nodes:
45   - name: node1
46     node: &nodeparams
47       type: baremetal
48       vendor: HP
49       model: ProLiant BL460c Gen9
50       arch: x86_64
51       cpus: 2
52       cpu_cflags: ivybridge
53       cores: 12
54       memory: 128G
55     disks: &disks
56       - name: disk1
57         disk_capacity: 1117G
58         disk_type: hdd
59         disk_interface: scsi
60         disk_rotation: 15000
61     remote_params: &remoteparas
62       type:
63         - ipmi
64       user: opnfv
65       pass: Winter2017
66     remote_management:
67       <<: *remoteparas
68       address: 172.16.2.12
69       mac_address: "58:20:B1:01:8B:F0"
70     interfaces:
71       - name: 'nic1'
72         speed: 1gb
73         features: 'dpdk|sriov'
74         mac_address: "5c:b9:01:8b:a6:95"
75         vlan: native
76         address: 10.0.20.11
77       - name: 'nic2'
78         speed: 10gb
79         features: 'dpdk|sriov'
80         mac_address: "5c:b9:01:8b:a6:80"
81         address: 100.64.201.11
82         vlan: native
83       - name: 'nic3'
84         speed: 10gb
85         features: 'dpdk|sriov'
86         mac_address: "5c:b9:01:8b:a6:94"
87       - name: 'nic4'
88         speed: 10gb
89         features: 'dpdk|sriov'
90         mac_address: "ec:b1:d7:a2:44:a0"
91       - name: 'nic5'
92         speed: 10gb
93         features: 'dpdk|sriov'
94         mac_address: "5c:b9:01:8b:a6:81"
95   ############################################################################
96   - name: node2
97     node: *nodeparams
98     disks: *disks
99     remote_management:
100       <<: *remoteparas
101       address: 172.16.2.13
102       mac_address: "58:20:B1:01:8E:FC"
103     interfaces:
104       - name: 'nic1'
105         speed: 1gb
106         features: 'dpdk|sriov'
107         address: 10.0.20.12
108         mac_address: "5c:b9:01:8b:a6:31"
109         vlan: native
110       - name: 'nic2'
111         speed: 10gb
112         features: 'dpdk|sriov'
113         address: 100.64.200.12
114         mac_address: "5c:b9:01:8b:99:64"
115         vlan: native
116       - name: 'nic3'
117         speed: 10gb
118         features: 'dpdk|sriov'
119         mac_address: "5c:b9:01:8b:a6:30"
120       - name: 'nic4'
121         speed: 10gb
122         features: 'dpdk|sriov'
123         mac_address: "ec:b1:d7:a2:44:80"
124       - name: 'nic5'
125         speed: 10gb
126         features: 'dpdk|sriov'
127         mac_address: "5c:b9:01:8b:99:65"