summaryrefslogtreecommitdiffstats
path: root/hw_config/intel/pdf.yaml
blob: c97f29aa330459a095b848e9bf0deeb11949af23 (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
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2020
# 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 ###

version: 1.0
details:
  pod_owner: Intel
  contact: Intel
  lab: Intel Pharos Lab
  location: somewhere
  type: baremetal
  link: http://wiki.opnfv.org/display/pharos/Intel+Hosting
##############################################################################
jumphost:
  name: pod19-jump
  node: &nodeparas
    type: baremetal
    vendor: Intel
    model: pc
    arch: x86_64
    cpus: 80
    cpu_cflags: broadwell
    cores: 20
    memory: 192G
  disks: &disks
    - name: 'Intel SSDSC2KB48'
      disk_capacity: 447G
      disk_type: hdd
      disk_interface: scsi
  os: ubuntu1804
  remote_params: &remoteparas
    type:
      - ipmi
    user: root
    pass: root
  remote_management:
    <<: *remoteparas
    address: 10.10.190.10
    mac_address: "A4:BF:01:00:03:D1"
  interfaces:
    - name: 'nic1'
      address: 10.10.190.211
      mac_address: "52:54:00:4a:e8:2d"
      vlan: native
    - name: 'nic2'
      address: 192.168.122.113
      mac_address: "52:54:00:74:b4:66"
      vlan: native
    - name: 'nic3'
      address: 10.10.192.1
      mac_address: "3c:fd:fe:aa:be:24"
      vlan: native
##############################################################################
nodes:
  - name: node1
    node: *nodeparas
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 10.10.190.11
      mac_address: "A4:BF:01:00:06:15"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features:
        address: 10.10.190.202
        mac_address: "a4:bf:01:4b:55:f4"
        vlan: native
      - name: 'nic2'
        speed: 1gb
        features:
        address: 192.168.11.211
        mac_address: "a4:bf:01:4b:55:f5"
        vlan: 191
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.192.2
        mac_address: "3c:fd:fe:aa:b8:f4"
        vlan: native
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.193.2
        mac_address: "3c:fd:fe:aa:b8:f5"
        vlan: native
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.195.2
        mac_address: "00:00:00:00:00:00"
        vlan: native
########################################################################
  - name: node2
    node: *nodeparas
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 10.10.190.12
      mac_address: "A4:BF:01:00:09:7B"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features:
        address: 10.10.190.203
        mac_address: "a4:bf:01:4b:4f:9c"
        vlan: native
      - name: 'nic2'
        speed: 1gb
        features:
        address: 10.10.190.203
        mac_address: "a4:bf:01:4b:4f:9d"
        vlan: 191
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.192.3
        mac_address: "3c:fd:fe:aa:b7:fc"
        vlan: native
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.193.3
        mac_address: "3c:fd:fe:aa:b7:fd"
        vlan: native
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 10.10.195.3
        mac_address: "00:00:00:00:00:00"
        vlan: 1193