From e5c62346823df230beac221a8a413dd57810f3e8 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 25 Jan 2017 15:09:32 -0500 Subject: 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 --- releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml (limited to 'releasenotes/notes') 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. -- cgit 1.2.3-korg