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>
# 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