diff options
author | Tim Rozet <trozet@redhat.com> | 2016-02-02 14:05:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-02 14:05:45 +0000 |
commit | 37690817253e22b252f5859dbd7bb49af045af25 (patch) | |
tree | cf5b3baa7eb83ec3fd57a0e3fb6d9dc8ec2a4be3 /build/instack.sh | |
parent | b6ad85903970aad6ba606a7b82fefdbbf8e329b4 (diff) | |
parent | 3beba87a803197bc9651aa539474c1990fe3c646 (diff) |
Merge "Bump puppet-odl version to get ODL Be RC1 ERP"
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 |