diff options
author | Tim Rozet <trozet@redhat.com> | 2017-01-25 15:09:32 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-03-16 16:13:10 -0400 |
commit | 0cec9b6f4936a056573a69257095fd56b69a816f (patch) | |
tree | 5addedcae5a92e647bb5403d93345558261a6d66 /releasenotes | |
parent | 4c07c75d5b77fd146ada9c464769822a828b4601 (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')
-rw-r--r-- | releasenotes/notes/add-opendaylight-ha-47a40c03917faf9c.yaml | 5 |
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. |