summaryrefslogtreecommitdiffstats
path: root/build/instack.sh
diff options
context:
space:
mode:
authorDaniel Farrell <dfarrell@redhat.com>2016-02-04 00:33:48 -0500
committerDaniel Farrell <dfarrell@redhat.com>2016-02-04 00:33:48 -0500
commita619feb1c57378cc4920abb96244d8471fb9c205 (patch)
tree37dfff616bdaa30a9f9143d02d3aee9ca7c1723a /build/instack.sh
parent1f5d6b79ba6c0160a970dc91e29d898c32387fc9 (diff)
Update ODL Puppet mod clone to use OPNFV branch
Updates the clone of puppet-opendaylight to use a new integration branch for OPNFV vs a tag directly. This will allow updates to puppet-opendaylight for new Be ERP RPMs without requiring a bump-tag commit to OPNFV for each. Change-Id: Ib2fa7df0d129210816992c3987851237cd548506 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Diffstat (limited to 'build/instack.sh')
-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