summaryrefslogtreecommitdiffstats
path: root/hw_config/ericsson-pod1/pdf.yaml
blob: 7896877d50cf6dc1952767c8290f0e88c82bc54a (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
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2020 Ericsson 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
##############################################################################
version: 1.0
details:
  pod_owner: Nordix
  contact: infra@nordix.org
  lab: Nordix OpenLab
  location: N/A
  type: baremetal
  link: http://wiki.nordix.org/
##############################################################################
jumphost:
  name: kuberef-jump
  node:
    type: virtual
    vendor: vmware
    model: pc
    arch: x86_64
    cpus: 4
    cpu_cflags: host-passthrough
    cores: 4
    memory: 9G
  disks:
    - name: disk1
      disk_capacity: 250G
      disk_type: hdd
      disk_interface: sata
      disk_rotation:
  os: ubuntu1804
  interfaces:
    - name: 'ens4'
      address: 10.0.20.1
      mac_address: 52:54:00:4a:e8:2d
    - name: 'ens3'
      address: 100.64.200.254
##############################################################################
nodes:
  - name: node1
    node: &nodeparams
      type: baremetal
      vendor: HP
      model: ProLiant BL460c Gen8
      arch: x86_64
      cpus: 2
      cpu_cflags: ivybridge
      cores: 10
      memory: 64G
    disks: &disks
      - name: disk1
        disk_capacity: 745G
        disk_type: hdd
        disk_interface: scsi
        disk_rotation: 15000
    remote_params: &remoteparas
      type:
        - ipmi
      user: opnfv
      pass: Winter2017
    remote_management:
      <<: *remoteparas
      address: 172.16.1.19
      mac_address: "FC:15:B4:12:97:64"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features: 'dpdk|sriov'
        mac_address: "9c:b6:54:8a:95:a0"
        vlan: native
        address: 10.0.20.9
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "38:ea:a7:8f:52:cc"
        address: 100.64.200.9
        vlan: native
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "38:ea:a7:8f:1f:d4"
#        address: 192.168.11.19
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "38:ea:a7:8f:1f:d5"
#        address: 100.64.200.9
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "38:ea:a7:8f:52:cd"
#        address: 100.64.200.9
      - name: 'nic6'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "00:00:00:00:00:00"
        address: 10.10.10.15
        vlan: native
  ############################################################################
  - name: node2
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.1.20
      mac_address: "9C:B6:54:8E:C5:74"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features: 'dpdk|sriov'
        address: 10.0.20.10
        mac_address: "9c:b6:54:8a:10:18"
        vlan: native
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 100.64.200.10
        mac_address: "38:ea:a7:8f:12:48"
        vlan: native
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "38:ea:a7:8f:07:50"
#        address: 192.168.11.20
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
#        address: 10.10.10.12
        mac_address: "38:ea:a7:8f:07:51"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
#        address: 100.64.200.10
        mac_address: "38:ea:a7:8f:12:49"
      - name: 'nic6'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "00:00:00:00:00:00"
#        address: 10.10.10.14
        vlan: native