[PDF] config: Add/update license headers
[pharos.git] / config / pdf / pod1.encrypted.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Intel Corporation, Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 ### POD descriptor file ###
10
11 details:
12   pod_owner: Lab Owner
13   contact: email@address.com
14   lab: Linux Foundation
15   location: Portland, Oregon, USA
16   type: {production|development}
17   link: http://wiki.opnfv.org/
18
19 jumphost:
20   name: pod1-jump
21   node:
22     # type can be virtual or baremetal
23     type: {baremetal|virtual}
24     vendor: supermicro
25     model: S2600JF
26     arch: {x86_64|aarch64}
27     cpus: 2
28     # add values based on CFLAGS in GCC
29     cpu_cflags: {broadwell|haswell|etc}
30     # physical cores, not including hyper-threads
31     cores: 10
32     memory: 32G
33   # disk list
34   disks:
35     # first disk
36     - name: {disk#number}
37       # volume
38       disk_capacity: {M|MB|G|GB|T|TB}
39       # several disk types possible
40       disk_type: {hdd|ssd|cdrom|tape}
41       # several interface types possible
42       disk_interface: {sata|sas|ssd|nvme}
43       # define rotation speed of disk
44       disk_rotation: {5400|7200|10000|15000}
45     # second disk
46     - name: 'disk2'
47       disk_capacity: 2048G
48       disk_type: hdd
49       disk_interface: sas
50       disk_rotation: 15000
51   # operation system installed
52   os: ubuntu-14.04
53   remote_params: &remote_params
54     # hardware management tool
55     type: {ipmi|amt}
56     versions:
57       - 1.0
58       - 2.0
59     # sensitive data could be encrypted, see ../utils/README.eyaml.rst
60     user: >
61         ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
62         DQYJKoZIhvcNAQEBBQAEggEAKn4rdxFJum3vgvpjT4c64gkXzbMog4LyrBb0
63         pHeASLqwiuJqCdELWl4e7d4SMp3QBzHqd6aGHJqywDt09L7axFaW9PmdUEVx
64         KxIZ8NUdDjl7HtuG8D9irU2n5VMHXVyDosMEZe9pRYhQTkuAggR7EDoDjdDj
65         0myGFy/UVH3/fxpdySWhyg9kqAYb1ReMgYBudVfm2gw4bjtjJviwASXi8hj6
66         8isdJPf25U6wrvbqQi5J5WVD4Q3PaGy8GACTZ8n+LFyPSwBl3QJ5jfMmzHmq
67         Po0cqa4MoKi3xQ8Y8z6DxhUrV0yoYWoHvIcpQBu3YCZVzpOqVPZwsapBl963
68         0d0kWzA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAoo59BSqp1DBCu05h+
69         /1BZgBDdOvlZ5JlDtpkh73ujYZXR]
70     pass: >
71         ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
72         DQYJKoZIhvcNAQEBBQAEggEA4pnLYg4U/39mKdytYH1CJYJuJ/qjNrS+KoON
73         oPU6G9lMJ5U5J7NUuGyBD7O1NTt8VBE+LaBEqmXK5/SQ6mAdns9qs5QLOVSm
74         r3WKroZdqH3hmW26LuPsXNUfTaCVNOqWPAf6U6Q1fHr1vi09n3mIV/Ph03Kv
75         /aNeeRsJbBPAtHgCL6aRs+4WoxxYS0eUAVCo4yPDiSN5UFmSg6O304NM2qzi
76         av2b/gmNFN8AxE5CVi+C/fVGBhdpwmmdC0KmtkY38pYa/hf8Pks4jsFtKNDw
77         3KW+pP+BTsgKs/o/WrwCFm4LIJj/E6Pf9qZ/mZ8bAxKlVf+gQj2bgxzT3aa1
78         hHhD0TA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAx3f5XDjWzYJA4Jn5H
79         KJOBgBDq/YBNdEeyT+dCuH59ZE6L]
80   remote_management:
81     <<: *remote_params
82     address: 10.4.7.3/24
83     mac_address: "10:23:45:67:89:AC"
84   # physical interface list
85   interfaces:
86     # first interface
87     - nic: {nic#number}
88       # ip address of nic
89       address: 192.168.100.1
90       mac_address: "10:23:45:67:89:AC"
91       # vlan tag, may have multiple tags
92       vlan: {native|1-4095}
93     # second interface
94     - nic: 'nic2'
95       address: 10.20.0.1/24
96       mac_address: "10:23:45:67:89:5B"
97 nodes:
98   - name: pod1-node1
99     # for nodes in the same pod may have the same configuration
100     node: &nodeparas
101       type: baremetal
102       vendor: supermicro
103       model: S2600JF
104       arch: x86_64
105       cpus: 2
106       cpu_cflags: haswell
107       cores: 12
108       memory: 128G
109     # for nodes in the same pod may have the same configuration
110     disks: &disks
111       - name: 'disk1'
112         disk_capacity: 4906G
113         disk_type: hdd
114         disk_interface: sata
115         disk_rotation: 7200
116       - name: 'disk2'
117         disk_capacity: 2048G
118         disk_type: hdd
119         disk_interface: sas
120         disk_rotation: 15000
121       - name: 'disk3'
122         disk_capacity: 600G
123         disk_type: ssd
124         disk_interface: ssd
125         disk_rotation: 15000
126     remote_management:
127       <<: *remote_params
128       address: 10.4.7.7/24
129       mac_address: "10:20:22:67:89:A2"
130     interfaces:
131       - name: 'nic1'
132         speed: {1gb|10gb|25gb|40gb}
133         features: {dpdk|sriov}
134         address: 10.2.4.7/24
135         mac_address: "10:23:22:67:89:AC"
136         vlan: 201
137       - name: 'nic2'
138         speed: 1gb
139         features: ''
140         # sensitive data could be encrypted, see ../utils/README.eyaml.rst
141         address: >
142             ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
143             DQYJKoZIhvcNAQEBBQAEggEAlOui3RhZJZsowEAzRgnLlbneCi7mtqAAXKGY
144             tP9kjfew7nXDWtDRlJrPk+cLmAzHotKYbMoDTr4LxwKatxG7rYTcalOhJvje
145             r3lkvMxHzgJtzoNP0fsl+ZaqfsHR87j8i/bJ3I7Rd+jxIVHRRQ0FDblhAltB
146             BGEwr7j8bgS1ekHTFzGPsR/wEJxB9ui5rS6nHxpLQrbcu/0AnLra71k1askw
147             r0xV3glINp9NdCO47uPTVLIR9aNPbtI6tSzapIwrhd1EWIY0CC1x+KFEVHG/
148             J9+lcu4EMzH29PKFIFci3qrR+mHGO7XsQfIcH49YJi8FxM6LT8NHfWka2i/W
149             PjGIQjA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCbj3JraYjos/V6WeKv
150             YAOzgBAnn2fbh9w/TBSSwXZQux2d]
151         mac_address: "10:23:22:67:89:5B"
152         vlan: 202
153       - name: 'nic3'
154         speed: 10gb
155         features: 'dpdk|sriov'
156         mac_address: "00:1b:21:22:f1:b4"
157         vlan: 203
158       - name: 'nic4'
159         speed: 10gb
160         features: 'dpdk|sriov'
161         mac_address: "00:1b:21:22:f1:b5"
162         vlan: 204
163   - name: pod1-node2
164     node: *nodeparas
165     # disks are same as pod1-node1
166     disks: *disks
167     remote_management:
168       <<: *remote_params
169       address: 10.4.7.8/24
170       mac_address: "10:20:22:67:88:A3"
171     interfaces:
172       - name: 'nic1'
173         speed: 1gb
174         features: ''
175         address: 10.2.4.8/24
176         mac_address: "10:23:22:67:88:AC"
177         vlan: 201
178       - name: 'nic2'
179         speed: 1gb
180         features: ''
181         address: 10.2.4.8/24
182         mac_address: "10:23:22:67:88:5B"
183         vlan: 202
184       - name: 'nic3'
185         speed: 10gb
186         features: 'dpdk|sriov'
187         mac_address: "00:1b:21:22:f8:b4"
188         vlan: 203
189       - name: 'nic4'
190         speed: 10gb
191         features: 'dpdk|sriov'
192         mac_address: "00:1b:21:22:f8:b5"
193   - name: pod1-node3
194     node: *nodeparas
195     # disks are same as pod1-node1
196     disks: *disks
197     remote_management:
198       <<: *remote_params
199       address: 10.4.7.9/24
200       mac_address: "10:30:22:67:88:A3"
201     interfaces:
202       - name: 'nic1'
203         speed: 1gb
204         features: ''
205         address: 10.2.4.9/24
206         mac_address: "10:33:22:67:88:AC"
207         vlan: 201
208       - name: 'nic2'
209         speed: 1gb
210         features: ''
211         address: 10.2.4.9/24
212         mac_address: "10:33:22:67:88:5B"
213         vlan: 202
214       - name: 'nic3'
215         speed: 10gb
216         features: 'dpdk|sriov'
217         mac_address: "00:3b:21:22:f8:b4"
218         vlan: 203
219       - name: 'nic4'
220         speed: 10gb
221         features: 'dpdk|sriov'
222         mac_address: "00:3b:21:22:f8:b5"
223   - name: pod1-node4
224     node: *nodeparas
225     # disks are same as pod1-node1
226     disks: *disks
227     remote_management:
228       <<: *remote_params
229       address: 10.4.7.10/24
230       mac_address: "10:40:22:67:88:A3"
231     interfaces:
232       - name: 'nic1'
233         speed: 1gb
234         features: ''
235         address: 10.2.4.10/24
236         mac_address: "10:43:22:67:88:AC"
237         vlan: 201
238       - name: 'nic2'
239         speed: 1gb
240         features: ''
241         address: 10.2.4.10/24
242         mac_address: "10:43:22:67:88:5B"
243         vlan: 202
244       - name: 'nic3'
245         speed: 10gb
246         features: 'dpdk|sriov'
247         mac_address: "00:4b:21:22:f8:b4"
248         vlan: 203
249       - name: 'nic4'
250         speed: 10gb
251         features: 'dpdk|sriov'
252         mac_address: "00:4b:21:22:f8:b5"
253   - name: pod1-node5
254     node: *nodeparas
255     # disks are same as pod1-node1
256     disks: *disks
257     remote_management:
258       <<: *remote_params
259       address: 10.4.7.11/24
260       mac_address: "10:50:22:67:88:A3"
261     interfaces:
262       - name: 'nic1'
263         speed: 1gb
264         features: ''
265         address: 10.2.4.11/24
266         mac_address: "10:53:22:67:88:AC"
267         vlan: 201
268       - name: 'nic2'
269         speed: 1gb
270         features: ''
271         address: 10.2.4.11/24
272         mac_address: "10:53:22:67:88:5B"
273         vlan: 202
274       - name: 'nic3'
275         speed: 10gb
276         features: 'dpdk|sriov'
277         mac_address: "00:5b:21:22:f8:b4"
278         vlan: 203
279       - name: 'nic4'
280         speed: 10gb
281         features: 'dpdk|sriov'
282         mac_address: "00:5b:21:22:f8:b5"