a9fe386a0aec08048c0aab2b005d491b49ca92d0
[pharos.git] / labs / unh / idf-pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2018 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 ### UNH ARM POD installer descriptor file ###
10
11 idf:
12   version: 0.1
13   installer: ['apex', 'compass4nfv', 'daisy', 'fuel']
14   net_config:
15     oob:
16       ip-range: 10.10.52.10-10.10.52.15
17       vlan: native
18     admin:
19       interface: 0
20       vlan: native
21       network: 10.10.53.0
22       mask: 24
23     mgmt:
24       interface: 0
25       vlan: 55
26       network: 172.16.10.0
27       mask: 24
28     storage:
29       interface: 0
30       vlan: 56
31       network: 10.2.0.0
32       mask: 24
33     private:
34       interface: 0
35       vlan: 57
36       network: 10.1.0.0
37       mask: 24
38     public:
39       interface: 0
40       vlan: 50
41       network: 10.10.50.0
42       mask: 24
43       gateway: 10.10.50.1
44       dns:
45         - 8.8.8.8
46         - 8.8.4.4
47   fuel:
48     jumphost:
49       bridges:
50         admin: 'admin1_br0'
51         mgmt: 'mgmt1_br0'
52         private: ''
53         public: 'public1_br0'
54     maas:
55       # MaaS timeouts (in minutes)
56       timeout_comissioning: 10
57       timeout_deploying: 15
58     network:
59       ntp_strata_host1: 1.pool.ntp.org
60       ntp_strata_host2: 0.pool.ntp.org
61       node:
62         # Ordered list, index should be in sync with node index in PDF
63         - interfaces: &interfaces
64             # Ordered-list
65             - 'enP2p1s0f1'
66             - 'enP2p1s0f2'
67             - 'enP2p1s0f3'
68             - 'enP2p1s0f4'
69             - 'enP2p1s0f5'
70           busaddr: &busaddr
71             # Bus-info reported by `ethtool -i ethX`
72             - '0002:01:00.1'
73             - '0002:01:00.2'
74             - '0002:01:00.3'
75             - '0002:01:00.4'
76             - '0002:01:00.5'
77         - interfaces: *interfaces
78           busaddr: *busaddr
79         - interfaces: *interfaces
80           busaddr: *busaddr
81         - interfaces: *interfaces
82           busaddr: *busaddr
83         - interfaces: *interfaces
84           busaddr: *busaddr
85     reclass:
86       node:
87         - compute_params: &compute_params
88             common:
89               nova_cpu_pinning: &nova_cpu_pinning_common "8-47"
90               compute_hugepages_size: 2M
91               compute_hugepages_count: 8192
92               compute_hugepages_mount: /mnt/hugepages_2M
93               compute_kernel_isolcpu: *nova_cpu_pinning_common
94             dpdk:
95               nova_cpu_pinning: "12-47"
96               compute_hugepages_size: 2M
97               compute_hugepages_count: 8192
98               compute_hugepages_mount: /mnt/hugepages_2M
99               compute_kernel_isolcpu: *nova_cpu_pinning_common
100               compute_dpdk_driver: vfio
101               compute_ovs_pmd_cpu_mask: "0x300"
102               compute_ovs_dpdk_socket_mem: "2048"
103               compute_ovs_dpdk_lcore_mask: "0xC00"
104               compute_ovs_memory_channels: "2"
105               dpdk0_driver: vfio-pci
106               dpdk0_n_rxq: 2
107         - compute_params: *compute_params
108         - compute_params: *compute_params
109         - compute_params: *compute_params
110         - compute_params: *compute_params