summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-02-05 05:12:35 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-05 05:12:35 +0000
commit65d24997094f147449029557ed71eac013a17702 (patch)
tree7ef0f84b51231d26f9be592d7c3b2878f5c0769e
parenta0146be0bbe7941a2767667135f5ca8718cbd7b0 (diff)
parenta619feb1c57378cc4920abb96244d8471fb9c205 (diff)
Merge "Update ODL Puppet mod clone to use OPNFV branch"
-rwxr-xr-xbuild/instack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instack.sh b/build/instack.sh
index 52384689..8de2452b 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.1 https://github.com/dfarrell07/puppet-opendaylight
+git clone -b opnfv_integration https://github.com/dfarrell07/puppet-opendaylight
pushd puppet-opendaylight
git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz
popd