PDF: reclass: Rename template file suffix to _pdf
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-ocata-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.linux.system.repo.mcp.openstack
11   - system.linux.system.repo.mcp.extra
12   - system.nova.compute.nfv.hugepages
13   - system.neutron.compute.nfv.dpdk
14   - cluster.virtual-mcp-ocata-common-noha.openstack_compute
15   - cluster.virtual-mcp-ocata-ovs-dpdk-noha
16 parameters:
17   neutron:
18     compute:
19       backend:
20         tenant_network_types: ${_param:neutron_tenant_network_types}
21   linux:
22     network:
23       interface:
24         dpdk0:
25           name: ${_param:dpdk0_name}
26           pci: ${_param:dpdk0_pci}
27           driver: igb_uio
28           enabled: true
29           bridge: br-prv
30           type: dpdk_ovs_port
31           n_rxq: 2
32         br-prv:
33           enabled: true
34           type: dpdk_ovs_bridge