[baremetal] cleanup: Remove unused gtw node data
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-pike-ovs-dpdk-ha / 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   - cluster.baremetal-mcp-pike-common-ha.openstack_compute
11   - cluster.baremetal-mcp-pike-ovs-dpdk-ha.infra
12   - system.neutron.compute.nfv.dpdk
13 parameters:
14   neutron:
15     gateway:
16       dpdk: 'True'
17       backend:
18         tenant_vlan_range: ${_param:neutron_tenant_vlan_range}
19   nova:
20     compute:
21       libvirt_service: libvirtd
22       libvirt_bin: /etc/default/libvirtd
23   linux:
24     network:
25       dpdk_pkgs:
26         - dpdk
27         - dpdk-dev
28         - dpdk-igb-uio-dkms
29         - dpdk-rte-kni-dkms
30       interface:
31         dpdk0:
32           name: ${_param:dpdk0_name}
33           pci: ${_param:dpdk0_pci}
34           driver: igb_uio
35           enabled: true
36           bridge: br-prv
37           type: dpdk_ovs_port
38           n_rxq: 2
39         br-prv:
40           enabled: true
41           type: dpdk_ovs_bridge