aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-01-25 15:09:32 -0500
committerTim Rozet <trozet@redhat.com>2017-07-12 14:11:50 -0400
commite5c62346823df230beac221a8a413dd57810f3e8 (patch)
tree26dd51bcc00e0b37f8abdcb20faa08dec0629afb /releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml
parent4b9ead235fa221054bc395efbf8f80fbac2f128e (diff)
Enables OpenDaylight Clustering in HA deployments
Previously ODL was restricted to only running on the first node in an tripleO HA deployment. This patches enables clustering for ODL and allows multiple ODL instances (minimum 3 for HA). Partially-implements: blueprint opendaylight-ha Change-Id: Ic9a955a1c2afc040b2f9c6fb86573c04a60f9f31 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml')
-rw-r--r--releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml b/releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml
new file mode 100644
index 0000000..e0a6d35
--- /dev/null
+++ b/releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Adds OpenDaylight HA support. Now when ODL is applied to three or
+ more nodes ODL will be deployed as a cluster in HA, rather than
+ the previous behavior of only running on the first node.