blob: 86077a7370c3c62c3a63883fa74bba85f20645d8 (
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
|
---
### intel pod 5 descriptor file ###
global_details:
pod owner:
contact:
arch: x86_64
ipmi_username: "root"
ipmi_password: "root"
ipmi_ips:
- 10.2.117.85
- 10.2.117.86
- 10.2.117.87
- 10.2.117.88
- 10.2.117.89
- 10.2.117.90
jumphost:
name: ''
user: ''
pass: ''
ip:
interfaces:
- features:
- dpdk
- sriov
mac_addresses:
jumphost: "00:25:B5:CC:00:4E"
node1: "00:25:B5:CC:00:1E"
node2: "00:25:B5:CC:00:5D"
node3: "00:25:B5:CC:00:1D"
node4: "00:25:B5:CC:00:3C"
node5: "00:25:B5:A0:00:5B"
networks:
- vlan: native
cidr: 192.30.9.0/24
gateway: 192.30.9.1
apex:
opnfv_net: admin
fuel:
opnfv_net: pxe
joid:
opnfv_net: interal_api
- vlan: 101
cidr: 10.0.1.0/24
fuel:
opnfv_net: tenant
tenant_type: vlan
- vlan: 102
cidr: 10.0.2.0/24
fuel:
opnfv_net: management
tenant_type: vlan
- vlan: 103
cidr: 10.0.3.0/24
fuel:
opnfv_net: tenant
tenant_type: vlan
# 10 vlans 5 vlans on the private 2+ nics
# public, private, admin(pxe), management, storage
|