Merge "[baremetal] prx: Add management network VIP"
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-pike-ovs-dpdk-noha / openstack / compute.yml
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., 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 classes:
10   - system.nova.compute.nfv.hugepages
11   - system.neutron.compute.nfv.dpdk
12   - service.neutron.compute.single
13   - cluster.virtual-mcp-pike-common-noha.openstack_compute
14   - cluster.virtual-mcp-pike-ovs-dpdk-noha
15 parameters:
16   neutron:
17     compute:
18       backend:
19         tenant_network_types: ${_param:neutron_tenant_network_types}
20   linux:
21     network:
22       dpdk_pkgs:
23         - dpdk
24         - dpdk-dev
25         - dpdk-igb-uio-dkms
26         - dpdk-rte-kni-dkms
27       interface:
28         dpdk0:
29           name: ${_param:dpdk0_name}
30           pci: ${_param:dpdk0_pci}
31           driver: igb_uio
32           enabled: true
33           bridge: br-prv
34           type: dpdk_ovs_port
35           n_rxq: 2
36         br-prv:
37           enabled: true
38           type: dpdk_ovs_bridge