aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-plugin-ml2.yaml
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-07-19 12:40:59 -0400
committerFeng Pan <fpan@redhat.com>2017-07-30 13:26:48 -0400
commitbaaad6f6e5fb15f131858ac0f49e02ec336118bc (patch)
treec5a233db47dfb3875a7193285f315eb7850b6f00 /puppet/services/neutron-plugin-ml2.yaml
parent747e941a9a36a21411449248d7cca712e1894737 (diff)
Add VPP and Honeycomb services (#104)
- Add VPP and honeycomb service - Add NeutronOverlayIPVersion setting for IPv6 vxlan tunnel endpoint Change-Id: If11092e6581445a70e63c8f6c48518698b3cc8fc Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'puppet/services/neutron-plugin-ml2.yaml')
-rw-r--r--puppet/services/neutron-plugin-ml2.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml
index 3abd04f3..0046f698 100644
--- a/puppet/services/neutron-plugin-ml2.yaml
+++ b/puppet/services/neutron-plugin-ml2.yaml
@@ -60,6 +60,12 @@ parameters:
default: 'vxlan'
description: The tenant network type for Neutron.
type: comma_delimited_list
+ NeutronOverlayIPVersion:
+ default: "4"
+ description: IP version used for all overlay network endpoints.
+ type: string
+ constraints:
+ - allowed_values: ["4","6"]
resources:
NeutronBase:
@@ -85,6 +91,7 @@ outputs:
neutron::plugins::ml2::tunnel_id_ranges: {get_param: NeutronTunnelIdRanges}
neutron::plugins::ml2::vni_ranges: {get_param: NeutronVniRanges}
neutron::plugins::ml2::tenant_network_types: {get_param: NeutronNetworkType}
+ neutron::plugins::ml2::overlay_ip_version: {get_param: NeutronOverlayIPVersion}
step_config: |
include ::tripleo::profile::base::neutron::plugins::ml2