summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-02-02 14:05:45 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-02 14:05:45 +0000
commit37690817253e22b252f5859dbd7bb49af045af25 (patch)
treecf5b3baa7eb83ec3fd57a0e3fb6d9dc8ec2a4be3
parentb6ad85903970aad6ba606a7b82fefdbbf8e329b4 (diff)
parent3beba87a803197bc9651aa539474c1990fe3c646 (diff)
Merge "Bump puppet-odl version to get ODL Be RC1 ERP"
-rwxr-xr-xbuild/instack.sh2
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