diff options
author | Tim Rozet <trozet@redhat.com> | 2016-02-03 22:33:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-03 22:33:29 +0000 |
commit | 443aa69846a58012e783e3d29e643491eb139283 (patch) | |
tree | cf5b3baa7eb83ec3fd57a0e3fb6d9dc8ec2a4be3 /build | |
parent | 2e9d5a078b93fe17d47454c3e7cee4874df30428 (diff) | |
parent | 6bdc15a49f93636381a478e2deb53b9d04c1bdf3 (diff) |
Merge "Bump puppet-odl version to get ODL Be RC1 ERP" into stable/brahmaputra
Diffstat (limited to 'build')
-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 |