aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-plugin-ml2.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-07-31 17:17:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-31 17:17:52 +0000
commit31ee4874f2d0f5e71a3b18752a8ac9b7c9133b4f (patch)
tree4b71ea6e5a3a564ec2d76b0ba3d8e856f3935dce /puppet/services/neutron-plugin-ml2.yaml
parent11d7f03bde60873385e01901975cee06b98a59ac (diff)
parentbaaad6f6e5fb15f131858ac0f49e02ec336118bc (diff)
Merge "Add VPP and Honeycomb services (#104)"
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