Bump puppet-odl version to get ODL Be RC1 ERP 39/9039/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 1 Feb 2016 19:30:28 +0000 (14:30 -0500)
committerTim Rozet <trozet@redhat.com>
Tue, 2 Feb 2016 14:06:35 +0000 (14:06 +0000)
Bump the version of the puppet-opendaylight module to pull ODL Beryllium
RC1 Experimental Release Preview RC1.

Change-Id: I37df7ce9781811347dda857d59092ce4b722aeb9
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit 3beba87a803197bc9651aa539474c1990fe3c646)

build/instack.sh

index 8b00bbe..5238468 100755 (executable)
@@ -368,7 +368,7 @@ cp overcloud-full-opendaylight.qcow2 overcloud-full-opendaylight-sfc.qcow2
 
 # upload the opendaylight puppet module
 rm -rf puppet-opendaylight
-git clone -b 3.0.0 https://github.com/dfarrell07/puppet-opendaylight
+git clone -b 3.0.1 https://github.com/dfarrell07/puppet-opendaylight
 pushd puppet-opendaylight
 git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz
 popd