[virtual] Rename all to drop virtual prefix
[fuel.git] / mcp / reclass / classes / cluster / 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.mcp-pike-common-noha.openstack_compute
14   - cluster.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       interface:
23         dpdk0:
24           name: ${_param:dpdk0_name}
25           pci: ${_param:dpdk0_pci}
26           driver: igb_uio
27           enabled: true
28           bridge: br-prv
29           type: dpdk_ovs_port
30           n_rxq: 2
31         br-prv:
32           enabled: true
33           type: dpdk_ovs_bridge