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