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 --- Puppetfile_extras | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Puppetfile_extras') diff --git a/Puppetfile_extras b/Puppetfile_extras index 10425cc..22a053b 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -40,3 +40,7 @@ mod 'systemd', mod 'ssh', :git => 'https://github.com/saz/puppet-ssh', :ref => 'v3.0.1' + +mod 'opendaylight', + :git => 'https://github.com/dfarrell07/puppet-opendaylight', + :ref => 'master' -- cgit 1.2.3-korg