aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile_extras
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-01-25 15:09:32 -0500
committerTim Rozet <trozet@redhat.com>2017-03-16 16:13:10 -0400
commit0cec9b6f4936a056573a69257095fd56b69a816f (patch)
tree5addedcae5a92e647bb5403d93345558261a6d66 /Puppetfile_extras
parent4c07c75d5b77fd146ada9c464769822a828b4601 (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 'Puppetfile_extras')
-rw-r--r--Puppetfile_extras4
1 files changed, 4 insertions, 0 deletions
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'