6b445901bba889fd27483faf5d8704e8c26d1a4c
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-noha / openstack / gateway.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 {%- import 'net_macros.j2' as ma with context %}
10 {%- set vlan_private_start = 0 if conf.MCP_DPDK_MODE else (nm.vlan_private | string).rsplit('-')[0] %}
11 ---
12 classes:
13   - cluster.mcp-common-noha.openstack_gateway
14   - service.neutron.gateway.opendaylight.single
15   - cluster.mcp-odl-noha
16 parameters:
17   linux:
18     network:
19       interface:
20         br-mesh:
21           enabled: true
22           type: bridge
23           mtu: ${_param:interface_mtu}
24           proto: static
25           address: ${_param:tenant_address}
26           netmask: ${_param:opnfv_net_private_mask}
27           use_interfaces:
28             - {{ ma.interface_str(nm.cmp001.nic_private, vlan_private_start) }}