ODL puppet was running continously causing it odl services to restart continously 23/55623/1
authorroot <vpramo@gmail.com>
Thu, 12 May 2016 06:57:24 +0000 (12:27 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
Change-Id: I11c6bdb28d321f854ab290cc58db37b9313d84ef
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
manifests/install.pp

index c65334d2080f24cfd8b9bdec94504769098945eb..67ef1d8479ea5d17c073748e3865db6e8b33f061 100644 (file)
@@ -95,6 +95,7 @@ class opendaylight::install {
       # This discards top-level dir of extracted tarball
       # Required to get proper /opt/opendaylight/ path
       strip_components => 1,
+      root_dir         => '.',
       # Default timeout is 120s, which may not be enough. See Issue #53:
       # https://github.com/dfarrell07/puppet-opendaylight/issues/53
       timeout          => 600,