Merge "[virtual] Update dpdk scenario with pike"
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-pike-ovs-dpdk / 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   - cluster.virtual-mcp-pike-common.openstack_compute
13   - cluster.virtual-mcp-pike-ovs-dpdk
14 parameters:
15   neutron:
16     compute:
17       backend:
18         tenant_network_types: ${_param:neutron_tenant_network_types}
19   linux:
20     network:
21       dpdk_pkgs:
22         - dpdk
23         - dpdk-dev
24         - dpdk-igb-uio-dkms
25         - dpdk-rte-kni-dkms
26       interface:
27         dpdk0:
28           name: ${_param:dpdk0_name}
29           pci: ${_param:dpdk0_pci}
30           driver: igb_uio
31           enabled: true
32           bridge: br-prv
33           type: dpdk_ovs_port
34           n_rxq: 2
35         br-prv:
36           enabled: true
37           type: dpdk_ovs_bridge