summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7c4785069a7d2084df5b1888c7f3a73ebbf6e090 (plain)
1
2
3
4
5
6
*~
.*.sw?
/docs_build/
/docs/projects/
/docs_output/
/releng/
{ color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
##############################################################################
# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
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}