base image: Explicitly call kpartx
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-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   - system.linux.system.repo.mcp.openstack
11   - cluster.baremetal-mcp-ocata-common.openstack_compute
12   - cluster.baremetal-mcp-ocata-ovs-dpdk-ha.infra
13   - system.neutron.compute.nfv.dpdk
14 parameters:
15   neutron:
16     gateway:
17       dpdk: 'True'
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     system:
26       repo:
27         uca:
28           source: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main"
29           architectures: amd64
30           key_id: EC4926EA
31           key_server: keyserver.ubuntu.com
32     network:
33       interface:
34         dpdk0:
35           name: ${_param:dpdk0_name}
36           pci: ${_param:dpdk0_pci}
37           driver: igb_uio
38           enabled: true
39           bridge: br-prv
40           type: dpdk_ovs_port
41           n_rxq: 2
42         br-prv:
43           enabled: true
44           type: dpdk_ovs_bridge