Initial structure for e2e deployment scripting
[kuberef.git] / hw_config / intel / pdf.yaml
1 # SPDX-license-identifier: Apache-2.0
2 ##############################################################################
3 # Copyright (c) 2020
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 ### POD descriptor file ###
10
11 version: 1.0
12 details:
13   pod_owner: Intel
14   contact: Intel
15   lab: Intel Pharos Lab
16   location: somewhere
17   type: baremetal
18   link: http://wiki.opnfv.org/display/pharos/Intel+Hosting
19 ##############################################################################
20 jumphost:
21   name: pod19-jump
22   node: &nodeparas
23     type: baremetal
24     vendor: Intel
25     model: pc
26     arch: x86_64
27     cpus: 80
28     cpu_cflags: broadwell
29     cores: 20
30     memory: 192G
31   disks: &disks
32     - name: 'Intel SSDSC2KB48'
33       disk_capacity: 447G
34       disk_type: hdd
35       disk_interface: scsi
36   os: ubuntu1804
37   remote_params: &remoteparas
38     type:
39       - ipmi
40     user: root
41     pass: root
42   remote_management:
43     <<: *remoteparas
44     address: 10.10.190.10
45     mac_address: "A4:BF:01:00:03:D1"
46   interfaces:
47     - name: 'nic1'
48       address: 10.10.190.211
49       mac_address: "52:54:00:4a:e8:2d"
50       vlan: native
51     - name: 'nic2'
52       address: 192.168.122.113
53       mac_address: "52:54:00:74:b4:66"
54       vlan: native
55     - name: 'nic3'
56       address: 10.10.192.1
57       mac_address: "3c:fd:fe:aa:be:24"
58       vlan: native
59 ##############################################################################
60 nodes:
61   - name: node1
62     node: *nodeparas
63     disks: *disks
64     remote_management:
65       <<: *remoteparas
66       address: 10.10.190.11
67       mac_address: "A4:BF:01:00:06:15"
68     interfaces:
69       - name: 'nic1'
70         speed: 1gb
71         features:
72         address: 10.10.190.202
73         mac_address: "a4:bf:01:4b:55:f4"
74         vlan: native
75       - name: 'nic2'
76         speed: 1gb
77         features:
78         address: 192.168.11.211
79         mac_address: "a4:bf:01:4b:55:f5"
80         vlan: 191
81       - name: 'nic3'
82         speed: 10gb
83         features: 'dpdk|sriov'
84         address: 10.10.192.2
85         mac_address: "3c:fd:fe:aa:b8:f4"
86         vlan: native
87       - name: 'nic4'
88         speed: 10gb
89         features: 'dpdk|sriov'
90         address: 10.10.193.2
91         mac_address: "3c:fd:fe:aa:b8:f5"
92         vlan: native
93       - name: 'nic5'
94         speed: 10gb
95         features: 'dpdk|sriov'
96         address: 10.10.195.2
97         mac_address: "00:00:00:00:00:00"
98         vlan: native
99 ########################################################################
100   - name: node2
101     node: *nodeparas
102     disks: *disks
103     remote_management:
104       <<: *remoteparas
105       address: 10.10.190.12
106       mac_address: "A4:BF:01:00:09:7B"
107     interfaces:
108       - name: 'nic1'
109         speed: 1gb
110         features:
111         address: 10.10.190.203
112         mac_address: "a4:bf:01:4b:4f:9c"
113         vlan: native
114       - name: 'nic2'
115         speed: 1gb
116         features:
117         address: 10.10.190.203
118         mac_address: "a4:bf:01:4b:4f:9d"
119         vlan: 191
120       - name: 'nic3'
121         speed: 10gb
122         features: 'dpdk|sriov'
123         address: 10.10.192.3
124         mac_address: "3c:fd:fe:aa:b7:fc"
125         vlan: native
126       - name: 'nic4'
127         speed: 10gb
128         features: 'dpdk|sriov'
129         address: 10.10.193.3
130         mac_address: "3c:fd:fe:aa:b7:fd"
131         vlan: native
132       - name: 'nic5'
133         speed: 10gb
134         features: 'dpdk|sriov'
135         address: 10.10.195.3
136         mac_address: "00:00:00:00:00:00"
137         vlan: 1193