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 %}
11 - service.neutron.compute.single
12 - service.neutron.compute.opendaylight.single
13 {%- if conf.MCP_DPDK_MODE %}
14 - system.nova.compute.nfv.hugepages
15 - system.neutron.compute.nfv.dpdk
17 - cluster.mcp-common-noha.openstack_compute
18 - cluster.mcp-odl-noha
23 {%- if conf.MCP_DPDK_MODE %}
25 name: ${_param:dpdk0_name}
26 pci: ${_param:dpdk0_pci}
27 driver: ${_param:dpdk0_driver}
31 n_rxq: ${_param:dpdk0_n_rxq}
36 address: ${_param:tenant_address}
37 netmask: ${_param:opnfv_net_private_mask}
39 type: dpdk # Not a meaningful type, just match 'dpdk' for filtering
44 name: ${_param:external_interface}
45 mtu: ${_param:interface_mtu}
51 address: ${_param:tenant_address}
52 netmask: ${_param:opnfv_net_private_mask}
54 - ${_param:tenant_interface}
58 mtu: ${_param:interface_mtu}
62 mtu: ${_param:interface_mtu}
67 mtu: ${_param:interface_mtu}
68 address: ${_param:external_address}
69 netmask: ${_param:opnfv_net_public_mask}
71 - ${_param:external_interface}
74 gateway: ${_param:opnfv_net_public_gw}
75 name_servers: {{ nm.dns_public }}