[dpdk] Remove user/group setting for ovs rundir
[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       vhost_socket_dir: ${_param:compute_ovs_vhost_socket_dir}
18       backend:
19         tenant_vlan_range: ${_param:neutron_tenant_vlan_range}
20   nova:
21     compute:
22       libvirt_service: libvirtd
23       libvirt_bin: /etc/default/libvirtd
24   linux:
25     network:
26       dpdk_pkgs:
27         - dpdk
28         - dpdk-dev
29         - dpdk-igb-uio-dkms
30         - dpdk-rte-kni-dkms
31       interface:
32         dpdk0:
33           name: ${_param:dpdk0_name}
34           pci: ${_param:dpdk0_pci}
35           driver: igb_uio
36           enabled: true
37           bridge: br-prv
38           type: dpdk_ovs_port
39           n_rxq: 2
40         br-prv:
41           enabled: true
42           type: dpdk_ovs_bridge