From 0cec9b6f4936a056573a69257095fd56b69a816f 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 --- Puppetfile_extras | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Puppetfile_extras') diff --git a/Puppetfile_extras b/Puppetfile_extras index e21e63f..0b617b9 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -44,3 +44,7 @@ mod 'ntp', mod 'systemd', :git => 'https://github.com/camptocamp/puppet-systemd', :ref => 'master' + +mod 'opendaylight', + :git => 'https://github.com/dfarrell07/puppet-opendaylight', + :ref => 'master' -- cgit 1.2.3-korg