Merge "Add config option for ODL IPv6 deployment"
This commit is contained in:
commit
6adc2f3f85
@ -66,3 +66,5 @@ parameter_defaults:
|
|||||||
ManilaIPv6: True
|
ManilaIPv6: True
|
||||||
# Enable IPv6 environment for Redis.
|
# Enable IPv6 environment for Redis.
|
||||||
RedisIPv6: True
|
RedisIPv6: True
|
||||||
|
# Enable IPv6 environment for OpenDaylight
|
||||||
|
OpenDaylightEnableIPv6Deployment: True
|
||||||
|
@ -118,7 +118,6 @@ outputs:
|
|||||||
opendaylight::snat_mechanism: {get_param: OpenDaylightSNATMechanism}
|
opendaylight::snat_mechanism: {get_param: OpenDaylightSNATMechanism}
|
||||||
opendaylight::log_mechanism: {get_param: OpenDaylightLogMechanism}
|
opendaylight::log_mechanism: {get_param: OpenDaylightLogMechanism}
|
||||||
opendaylight::inherit_dscp_marking: {get_param: OpenDaylightInheritDSCPMarking}
|
opendaylight::inherit_dscp_marking: {get_param: OpenDaylightInheritDSCPMarking}
|
||||||
|
|
||||||
-
|
-
|
||||||
if:
|
if:
|
||||||
- internal_tls_enabled
|
- internal_tls_enabled
|
||||||
|
@ -124,6 +124,10 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
tags:
|
tags:
|
||||||
- role_specific
|
- role_specific
|
||||||
|
OpenDaylightEnableIPv6Deployment:
|
||||||
|
description: Enable deployment of ODL over IPv6 underlay network
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
@ -194,6 +198,7 @@ outputs:
|
|||||||
dport: 4789
|
dport: 4789
|
||||||
'136 neutron gre networks':
|
'136 neutron gre networks':
|
||||||
proto: 'gre'
|
proto: 'gre'
|
||||||
|
enable_ipv6: {get_param: OpenDaylightEnableIPv6Deployment}
|
||||||
-
|
-
|
||||||
if:
|
if:
|
||||||
- internal_tls_enabled
|
- internal_tls_enabled
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add support for ODL deployment on IPv6 networks.
|
Loading…
x
Reference in New Issue
Block a user