aboutsummaryrefslogtreecommitdiffstats
path: root/labs/lf/pod4.yaml
blob: 04655ffe69b00502df7201b88e0bef2e9df2ca1d (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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
---
### LF POD 4 descriptor file ###

details:
  pod_owner: Trevor Bramwell
  contact: tbramwell@linuxfoundation.org
  lab: LF Pharos Lab
  location: Portland
  type: production
  link: https://wiki.opnfv.org/display/pharos/LF+POD+4
##############################################################################
net_config:
  oob:
    interface: 0
    ip-range: 172.30.8.83-172.30.8.88
    vlan: 410
  admin:
    interface: 0
    vlan: 0
    network: 10.20.0.0
    mask: 25
    gateway: 10.20.0.1
    dns: 10.20.0.1
  mgmt:
    interface: 1
    vlan: 450
    network: 192.168.0.0
    mask: 25
  storage:
    interface: 2
    vlan: 451
    network: 192.168.1.0
    mask: 25
  private:
    interface: 1
    vlan: 452
    network: 192.168.2.0
    mask: 25
  public:
    interface: 2
    vlan: 414
    network: 172.30.12.64
    mask: 26
##############################################################################
jumphost:
  name: lfpod4-jumpserver
  node: &nodeparams
    type: baremetal
    vendor: Intel
    model: E5-2699
    arch: x86_64
    cpus: 4
    cpu_cflags: haswell
    cores: 22
    memory: 64G
  disks: &disks
    - name: 'disk1'
      disk_capacity: 480G
      disk_type: ssd
      disk_interface: sata
      disk_rotation: ssd
  os: centos-7
  remote_params: &remote_params
    type: ipmi
    versions:
      - 2.0
    user: admin
    pass: octopus
  remote_management:
    <<: *remote_params
    address: 172.30.8.83
    mac_address: "a4:bf:01:01:b0:bb"
  interfaces:
    - "a4:bf:01:01:b0:b9"
    - "00:1e:67:fd:9a:04"
    - "00:1e:67:fd:9a:05"
  fixed_ips:
    admin: 10.20.0.2
    mgmt: 192.168.0.2
    public: 172.30.12.83
##############################################################################
nodes:
  - name: lfpod4-node1
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 172.30.8.84
      mac_address: "a4:bf:01:01:ab:b6"
    interfaces:
      - "a4:bf:01:01:ab:b4"
      - "00:1e:67:fd:9b:32"
      - "00:1e:67:fd:9b:33"
    fixed_ips:
      admin: 10.20.0.4
      mgmt: 192.168.0.4
      public: 172.30.12.84
  ############################################################################
  - name: lfpod4-node2
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 172.30.8.85
      mac_address: "a4:bf:01:01:b6:97"
    interfaces:
      - "a4:bf:01:01:b6:95"
      - "00:1e:67:fd:98:e2"
      - "00:1e:67:fd:98:e3"
    fixed_ips:
      admin: 10.20.0.5
      mgmt: 192.168.0.5
      public: 172.30.12.85
  ############################################################################
  - name: lfpod4-node3
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 172.30.8.86
      mac_address: "a4:bf:01:01:66:fe"
    interfaces:
      - "a4:bf:01:01:66:fc"
      - "00:1e:67:fd:9c:c8"
      - "00:1e:67:fd:9c:c9"
    fixed_ips:
      admin: 10.20.0.6
      mgmt: 192.168.0.6
      public: 172.30.12.86
  ############################################################################
  - name: lfpod4-node4
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 172.30.8.87
      mac_address: "a4:bf:01:01:b2:f5"
    interfaces:
      - "a4:bf:01:01:b2:f3"
      - "00:1e:67:fd:9b:38"
      - "00:1e:67:fd:9b:39"
    fixed_ips:
      admin: 10.20.0.7
      mgmt: 192.168.0.7
      public: 172.30.12.87
  ############################################################################
  - name: lfpod4-node5
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 172.30.8.88
      mac_address: "a4:bf:01:01:b5:11"
    interfaces:
      - "a4:bf:01:01:b5:0f"
      - "00:1e:67:fd:99:40"
      - "00:1e:67:fd:99:41"
    fixed_ips:
      admin: 10.20.0.8
      mgmt: 192.168.0.8
      public: 172.30.12.88