update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / dellgen10-sriov-a13.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 site_name: dellgen10
19 site_type: sriov-a13
20 ipmi_admin:
21   username: root
22   password: calvin
23 networks:
24   bonded: yes
25   primary: bond0
26   slaves:
27     - name: enp94s0f0
28     - name: enp94s0f1
29   oob:
30     vlan: 40
31     interface:
32     cidr: 192.168.41.0/24
33     routes:
34       gateway: 192.168.41.1
35     ranges:
36       reserved:
37         start: 192.168.41.2
38         end: 192.168.41.12
39       static:
40         start: 192.168.41.13
41         end: 192.168.41.254
42   host:
43     vlan: 41
44     interface: bond0.41
45     cidr: 192.168.2.0/24
46     routes:
47        gateway: 192.168.2.200
48     ranges:
49       reserved:
50         start: 192.168.2.84
51         end: 192.168.2.86
52       static:
53         start: 192.168.2.40
54         end: 192.168.2.49
55   storage:
56     vlan: 42
57     interface: bond0.42
58     cidr: 172.31.2.0/24
59     ranges:
60       reserved:
61         start: 172.31.2.1
62         end: 172.31.2.10
63       static:
64         start: 172.31.2.11
65         end: 172.31.2.254
66   pxe:
67     vlan: 43
68     interface: eno3
69     cidr: 172.30.2.0/24
70     gateway: 172.30.2.1
71     routes:
72       gateway: 172.30.2.40
73     ranges:
74       reserved:
75         start: 172.30.2.2
76         end:  172.30.2.10
77       static:
78         start: 172.30.2.11
79         end: 172.30.2.200
80       dhcp:
81         start: 172.30.2.201
82         end: 172.30.2.254
83   ksn:
84     vlan: 44
85     interface: bond0.44
86     cidr: 172.29.1.0/24
87     gateway: 172.29.1.1
88     local_asnumber: 65531
89     ranges:
90       reserved:
91         start: 172.29.1.1
92         end:  172.29.1.10
93       static:
94         start: 172.29.1.11
95         end: 172.29.1.254
96     additional_cidrs:
97       -  172.29.1.128/29
98     ingress_vip: 172.29.1.129/32
99     peers:
100     - ip: 172.29.1.1
101       scope: global
102       asnumber: 65001
103     # keep peers ip address in case of only peer.
104     vrrp_ip: 172.29.1.1
105   neutron:
106     vlan: 45
107     interface: bond0.45
108     cidr: 10.0.102.0/24
109     ranges:
110       reserved:
111         start: 10.0.102.1
112         end: 10.0.102.10
113       static:
114         start: 10.0.102.11
115         end: 10.0.102.254
116 dns:
117   upstream_servers:
118     - 192.168.2.85
119     - 8.8.8.8
120     - 8.8.4.4
121   ingress_domain: dellgen10.akraino.org
122   domain: lab.akraino.org
123 gpu:
124   alias:
125     - name: "P4"
126       product_id: "1bb2"
127       vendor_id: "10de"
128     - name: "P40"
129       product_id: "1b38"
130       vendor_id: "10de"
131     - name: "P100"
132       product_id: "15f8"
133       vendor_id: "10de"
134     - name: "V100"
135       product_id: "1db4"
136       vendor_id: "10de"
137 sriov:
138   alias:
139     - name: "numa0"
140       product_id: "158b"
141       vendor_id: "8086"
142   nets:
143     - physical: sriovnet1
144       interface: enp135s0f0
145       vlan_start: 2001
146       vlan_end: 3000
147       whitelists:
148       - "address": "0000:87:02.*"
149       - "address": "0000:87:03.*"
150       - "address": "0000:87:04.*"
151       - "address": "0000:87:05.*"
152     - physical: sriovnet2
153       interface: enp135s0f1
154       vlan_start: 2001
155       vlan_end: 3000
156       whitelists:
157       - "address": "0000:87:0a.*"
158       - "address": "0000:87:0b.*"
159       - "address": "0000:87:0c.*"
160       - "address": "0000:87:0d.*"
161 storage:
162   osds:
163     - data: /dev/sda
164       journal: /dev/sdh1
165     - data: /dev/sdb
166       journal: /dev/sdh2
167     - data: /dev/sdc
168       journal: /dev/sdh3
169   osd_count: 3
170   total_osd_count: 9
171 tenant_storage:
172   osds:
173     - data: /dev/sdd
174       journal: /dev/sdh4
175     - data: /dev/sde
176       journal: /dev/sdh5
177     - data: /dev/sdf
178       journal: /dev/sdh6
179   osd_count: 3
180 genesis:
181   name: aknode40
182   oob: 192.168.41.40
183   host: 192.168.2.40
184   storage: 172.31.2.40
185   pxe: 172.30.2.40
186   ksn: 172.29.1.40
187   neutron: 10.0.102.40
188   root_password: akraino,d
189 masters:
190   - name : aknode41
191     oob: 192.168.41.41
192     host: 192.168.2.41
193     storage: 172.31.2.41
194     pxe: 172.30.2.41
195     ksn: 172.29.1.41
196     neutron: 10.0.102.41
197     oob_user: root
198     oob_password: calvin
199   - name : aknode42
200     oob: 192.168.41.42
201     host: 192.168.2.42
202     storage: 172.31.2.42
203     pxe: 172.30.2.42
204     ksn: 172.29.1.42
205     neutron: 10.0.102.42
206     oob_user: root
207     oob_password: calvin
208 #workers:
209 #  - name : aknode43
210 #    oob: 192.168.41.43
211 #    host: 192.168.2.43
212 #    storage: 172.31.2.43
213 #    pxe: 172.30.2.43
214 #    ksn: 172.29.1.43
215 #    neutron: 10.0.102.43
216 platform:
217   vcpu_pin_set: "4-21,26-43,48-65,72-87"
218   kernel_params:
219     hugepagesz: '1G'
220     hugepages: 32
221 #    default_hugepagesz: '1G'
222     transparent_hugepage: 'never'
223     iommu: 'pt'
224     intel_iommu: 'on'
225     amd_iommu: 'on'
226 #    console: 'ttyS1,115200n8'
227 hardware:
228   vendor: DELL
229   generation: '10'
230   hw_version: '3'
231   bios_version: '2.8'
232   bios_template:
233   boot_template: dell_r740_g14_uefi_httpboot.xml.template
234   http_boot_device: NIC.Slot.2-1-1
235   device_aliases:
236     ## network
237     - name: eno3
238       key: pxe_nic01
239       address: '0000:01:00.0'
240       dev_type: 'I350 Gigabit Network Connection'
241       bus_type: 'pci'
242     - name: enp94s0f0
243       key: data_nic01
244       address: '0000:5e:00.0'
245       dev_type: 'Ethernet 10G 2P X520 Adapter'
246       bus_type: 'pci'
247     - name: enp94s0f1
248       key: data_nic02
249       address: '0000:5e:00.1'
250       dev_type: 'Ethernet 10G 2P X520 Adapter'
251       bus_type: 'pci'
252     ## storage  - use "dmesg | grep -Pe 'sd \d:\d'" to find address of drives
253     - name: /dev/sdg
254       key: bootdisk
255       address: '0:2.0.0'
256       dev_type: 'PERC H730P'
257       bus_type: 'scsi'
258     - name: /dev/sdh
259       key: cephjournal1
260       address: '0:2.1.0'
261       dev_type: 'PERC H730P'
262       bus_type: 'scsi'
263     - name: /dev/sdi
264       key: cephjournal2
265       address: '0:2.2.0'
266       dev_type: 'PERC H730P'
267       bus_type: 'scsi'
268     - name: /dev/sdj
269       key: ephemeral
270       address: '0:2.3.0'
271       dev_type: 'PERC H730P'
272       bus_type: 'scsi'
273
274 disks:
275 #  - name : sdg
276   - name : bootdisk
277     labels:
278       bootdrive: 'true'
279     partitions:
280       - name: root
281         size: 30g
282         bootable: true
283         mountpoint: /
284       - name: boot
285         size: 1g
286         mountpoint: /boot
287       - name: var_log
288         size: '100g'
289         mountpoint: /var/log
290       - name: var
291         size: '>100g'
292         mountpoint: /var
293 disks_compute:
294 #  - name : sdg
295   - name : bootdisk
296     labels:
297       bootdrive: 'true'
298     partitions:
299       - name: root
300         size: 30g
301         bootable: true
302         mountpoint: /
303       - name: boot
304         size: 1g
305         mountpoint: /boot
306       - name: var_log
307         size: '100g'
308         mountpoint: /var/log
309       - name: var
310         size: '>100g'
311         mountpoint: /var
312   - name : ephemeral
313     partitions:
314       - name: nova
315         size: 99%
316         mountpoint: /var/lib/nova
317 genesis_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/n4mNLAj3XKG2fcm+8eVe0NUlNH0g8DA8KJ53rSLKccm8gm4UgLmGOJyBfUloQZMuOpU6a+hexN4ECCliqI7+KUmgJgsvLkJ3OUMNTEVu9tDX5mdXeffsufaqFkAdmbJ/9PMPiPQ3/UqbbtyEcqoZAwUWf4ggAWSp00SGE1Okg+skPSbDzPVHb4810eXZT1yoIg29HAenJNNrsVxvnMT2kw2OYmLfxgEUh1Ev4c5LnUog4GXBDHQtHAwaIoTu9s/q8VIvGav62RJVFn3U1D0jkiwDLSIFn8ezORQ4YkSidwdSrtqsqa2TJ0E5w/n5h5IVGO9neY8YlXrgynLd4Y+7 root@pocnjrsv132"
318 kubernetes:
319   api_service_ip: 10.96.0.1
320   etcd_service_ip: 10.96.0.2
321   pod_cidr: 10.98.0.0/16
322   service_cidr: 10.96.0.0/15
323 regional_server:
324   ip: 135.16.101.85
325 ...
326