Merge "Enables OpenDaylight clustering in HA deployments"

This commit is contained in:
Jenkins 2017-03-22 03:55:50 +00:00 committed by Gerrit Code Review
commit b758dff575
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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.