From 13270af7908e9c1d71668e7ea8947ee4f2a97b60 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 21 Jul 2017 12:59:57 -0400 Subject: Deprecates using exec workaround for ODL clustering Previously we had used an exec defined in puppet-tripleo to do clustering with OpenDaylight docker containers. The clustering issue is now fixed in puppet-opendaylight by: https://git.opendaylight.org/gerrit/#/c/60491 So removing the custom function and class workaround. Also, 'ha_node_index' is deprecated for configuring clustering with puppet-opendaylight so that is also removed. Depends-On: I21c1eb2eff6d4cb855eff4a1122f55ad625d84cc Change-Id: I7693b692c74071945fdcc08292542e9b458a540b Signed-off-by: Tim Rozet --- releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml b/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml new file mode 100644 index 0000000..3434377 --- /dev/null +++ b/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml @@ -0,0 +1,8 @@ +--- +deprecations: + - Deprecates and removes workaround OpenDaylight + clustering function and class. Clustering config + is now handled by puppet-opendaylight. + - Removes deprecated opendaylight parameter + 'ha_node_index' which is no longer needed to + configure clustering. -- cgit 1.2.3-korg