Merge "Enables OpenDaylight clustering in HA deployments"
This commit is contained in:
commit
b758dff575
@ -28,7 +28,7 @@ parameters:
|
||||
OpenDaylightFeatures:
|
||||
description: List of features to install with ODL
|
||||
type: comma_delimited_list
|
||||
default: ["odl-netvirt-openstack","odl-netvirt-ui"]
|
||||
default: ["odl-netvirt-openstack","odl-netvirt-ui","odl-jolokia"]
|
||||
OpenDaylightApiVirtualIP:
|
||||
type: string
|
||||
default: ''
|
||||
@ -66,6 +66,7 @@ outputs:
|
||||
- {get_param: OpenDaylightPort}
|
||||
- 6640
|
||||
- 6653
|
||||
- 2550
|
||||
step_config: |
|
||||
include tripleo::profile::base::neutron::opendaylight
|
||||
upgrade_tasks:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Adds support for OpenDaylight HA clustering. Now when specifying
|
||||
three or more ODL roles, ODL will be deployed in a cluster, and
|
||||
use port 2550 for cluster communication.
|
Loading…
Reference in New Issue
Block a user