diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-22 03:55:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-22 03:55:50 +0000 |
commit | b758dff5758a84b8a72766dd2591477f68b23c50 (patch) | |
tree | de843c313084392202f0fbc593ec41a18b386e2c | |
parent | f642324cafe3581e78c4bceed594c2818268271e (diff) | |
parent | 45c909a0010d01b3ed6fe02fe35741555e832c87 (diff) |
Merge "Enables OpenDaylight clustering in HA deployments"
-rw-r--r-- | puppet/services/opendaylight-api.yaml | 3 | ||||
-rw-r--r-- | releasenotes/notes/add-opendaylight-ha-e46ef46e29689dde.yaml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index e55cd2ee..6882aeff 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -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: diff --git a/releasenotes/notes/add-opendaylight-ha-e46ef46e29689dde.yaml b/releasenotes/notes/add-opendaylight-ha-e46ef46e29689dde.yaml new file mode 100644 index 00000000..882ee4e5 --- /dev/null +++ b/releasenotes/notes/add-opendaylight-ha-e46ef46e29689dde.yaml @@ -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. |