b5dfcd40d02f531303627e516abd10c4418b4782
[fuel.git] / mcp / reclass / classes / cluster / mcp-ovs-noha / openstack / gateway.yml
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 ---
9 classes:
10   - cluster.mcp-common-noha.openstack_gateway
11   - service.neutron.gateway.single
12   - cluster.mcp-ovs-noha
13 parameters:
14   linux:
15     network:
16       interface:
17         br-mesh:
18           enabled: true
19           type: bridge
20           mtu: ${_param:interface_mtu}
21           proto: static
22           address: ${_param:tenant_address}
23           netmask: 255.255.255.0
24           use_interfaces:
25             - ${_param:tenant_interface}