blob: 96af8cbd92a65fa3701412ee7ccc082fa3b6cb4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
classes:
- cluster.virtual-mcp-ocata-common.openstack_gateway
- service.neutron.gateway.single
- cluster.virtual-mcp-ocata-ovs-dpdk
parameters:
neutron:
gateway:
backend:
tenant_network_types: ${_param:neutron_tenant_network_types}
linux:
network:
interface:
tenant_interface:
ovs_bridge: br-prv
br-prv:
enabled: true
type: ovs_bridge
mtu: ${_param:interface_mtu}
|