[ha] Update OpenStack version to Queens
[fuel.git] / mcp / reclass / classes / cluster / mcp-ovs-dpdk-ha / openstack / compute_pdf.yml.j2
1 ##############################################################################
2 # Copyright (c) 2018 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 {%- import 'net_map.j2' as nm with context %}
9 ---
10 parameters:
11   linux:
12     network:
13       ovs_nowait: true
14       interface:
15         dpdk0:
16           name: ${_param:dpdk0_name}
17           pci: ${_param:dpdk0_pci}
18           driver: ${_param:dpdk0_driver}
19           enabled: true
20           bridge: br-prv
21           type: dpdk_ovs_port
22           n_rxq: ${_param:dpdk0_n_rxq}
23         br-prv:
24           enabled: true
25           type: dpdk_ovs_bridge
26         br-floating:
27           datapath_type: netdev