puppet-tripleo/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml
Tim Rozet 13270af790 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 <trozet@redhat.com>
2017-07-21 13:02:51 -04:00

9 lines
287 B
YAML

---
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.