diff options
author | Daniel Farrell <dfarrell@redhat.com> | 2016-02-01 14:30:28 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-02-02 14:06:35 +0000 |
commit | 6bdc15a49f93636381a478e2deb53b9d04c1bdf3 (patch) | |
tree | 6728086aebea2946f2fe72565b15bd4dc92ddb5d /build/instack.sh | |
parent | 3b86e1b9fafeab1261b1caae3b2d08ad410822b7 (diff) |
Bump puppet-odl version to get ODL Be RC1 ERP
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)
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-x | build/instack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instack.sh b/build/instack.sh index 8b00bbe4..52384689 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -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 |