Merge "Enables OpenDaylight clustering in HA deployments"
This commit is contained in:
commit
b758dff575
@ -28,7 +28,7 @@ parameters:
|
|||||||
OpenDaylightFeatures:
|
OpenDaylightFeatures:
|
||||||
description: List of features to install with ODL
|
description: List of features to install with ODL
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
default: ["odl-netvirt-openstack","odl-netvirt-ui"]
|
default: ["odl-netvirt-openstack","odl-netvirt-ui","odl-jolokia"]
|
||||||
OpenDaylightApiVirtualIP:
|
OpenDaylightApiVirtualIP:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
@ -66,6 +66,7 @@ outputs:
|
|||||||
- {get_param: OpenDaylightPort}
|
- {get_param: OpenDaylightPort}
|
||||||
- 6640
|
- 6640
|
||||||
- 6653
|
- 6653
|
||||||
|
- 2550
|
||||||
step_config: |
|
step_config: |
|
||||||
include tripleo::profile::base::neutron::opendaylight
|
include tripleo::profile::base::neutron::opendaylight
|
||||||
upgrade_tasks:
|
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