Add Version Field to PDF
[pharos.git] / config / pod1.yaml
1 ---
2 ### POD descriptor file ###
3 version: '1'
4
5 details:
6   pod owner: Lab Owner
7   contact: email@address.com
8   lab: Linux Foundation
9   location: Portland, Oregon, USA
10   type: {production|development}
11   link: http://wiki.opnfv.org/
12
13 jumphost:
14   name: pod1-jump
15   node:
16     # type can be virtual or baremetal
17     type: {baremetal|virtual}
18     vendor: supermicro
19     model: S2600JF
20     arch: {x86_64|aarch64}
21     cpus: 2
22     # add values based on CFLAGS in GCC
23     cpu_cflags: {broadwell|hasewell|etc}
24     # physical cores, not including hyper-threads
25     cores: 10
26     memory: 32G
27   # disk list
28   disks:
29     # first disk
30     - name: {disk#number}
31       # volume
32       disk_capacity: {M|MB|G|GB|T|TB}
33       # several disk types possible
34       disk_type: {hdd|ssd|cdrom|tape}
35       # several interface types possible
36       disk_interface: {sata|sas|ssd|nvme}
37       # define rotation speed of disk
38       disk_rotation: {5400|7200|10000|15000}
39     # second disk
40     - name: 'disk2'
41       disk_capacity: 2048G
42       disk_type: hdd
43       disk_interface: sas
44       disk_rotation: 15000
45   # operation system installed
46   os: ubuntu-14.04
47   remote_para: &remoteparas
48     # hardware manggement tool
49     type: {ipmi|amt}
50     versions:
51       - 1.0
52       - 2.0
53     user: root
54     pass: root
55   remote_mangement:
56     <<: *remoteparas
57     address: 10.4.7.3/24
58     mac_address: "10:23:45:67:89:AC"
59   # physical interface list
60   interfaces:
61     # first interface
62     - nic: {nic#number}
63       # ip address of nic
64       address: 192.168.100.1
65       mac_address: "10:23:45:67:89:AC"
66       # vlan tag, may have multiple tags
67       vlan: {native|1-4095}
68     # second interface
69     - nic: 'nic2'
70       address: 10.20.0.1/24
71       mac_address: "10:23:45:67:89:5B"
72 nodes:
73   - name: pod1-node1
74     # for nodes in the same pod may have the same configuration
75     node: &nodeparas
76       type: baremetal
77       vendor: supermicro
78       model: S2600JF
79       arch: x86_64
80       cpus: 2
81       cpu_cflags: hasewell
82       cores: 12
83       memory: 128G
84     # for nodes in the same pod may have the same configuration
85     disks: &disks
86       - name: 'disk1'
87         disk_capacity: 4906G
88         disk_type: hdd
89         disk_interface: sata
90         disk_rotation: 7200
91       - name: 'disk2'
92         disk_capacity: 2048G
93         disk_type: hdd
94         disk_interface: sas
95         disk_rotation: 15000
96       - name: 'disk3'
97         disk_capacity: 600G
98         disk_type: ssd
99         disk_interface: ssd
100         disk_rotation: 15000
101     remote_mangement:
102       <<: *remoteparas
103       address: 10.4.7.7/24
104       mac_address: "10:20:22:67:89:A2"
105     interfaces:
106       - name: 'nic1'
107         speed: {1gb|10gb|25gb|40gb}
108         features: {dpdk|sriov}
109         address: 10.2.4.7/24
110         mac_address: "10:23:22:67:89:AC"
111         vlan: 201
112       - name: 'nic2'
113         speed: 1gb
114         features: ''
115         address: 10.2.4.8/24
116         mac_address: "10:23:22:67:89:5B"
117         vlan: 202
118       - name: 'nic3'
119         speed: 10gb
120         features: 'dpdk|sriov'
121         mac_address: "00:1b:21:22:f1:b4"
122         vlan: 203
123       - name: 'nic4'
124         speed: 10gb
125         features: 'dpdk|sriov'
126         mac_address: "00:1b:21:22:f1:b5"
127         vlan: 204
128   - name: pod1-node2
129     node: *nodeparas
130     # disks are same as pod1-node1
131     disks: *disks
132     remote_mangement:
133       <<: *remoteparas
134       address: 10.4.7.8/24
135       mac_address: "10:20:22:67:88:A3"
136     interfaces:
137       - name: 'nic1'
138         speed: 1gb
139         features: ''
140         address: 10.2.4.8/24
141         mac_address: "10:23:22:67:88:AC"
142         vlan: 201
143       - name: 'nic2'
144         speed: 1gb
145         features: ''
146         address: 10.2.4.8/24
147         mac_address: "10:23:22:67:88:5B"
148         vlan: 202
149       - name: 'nic3'
150         speed: 10gb
151         features: 'dpdk|sriov'
152         mac_address: "00:1b:21:22:f8:b4"
153         vlan: 203
154       - name: 'nic4'
155         speed: 10gb
156         features: 'dpdk|sriov'
157         mac_address: "00:1b:21:22:f8:b5"