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