From 9c9e9a64d472be177892049bf8dcb920c4fbc0d1 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Sun, 20 Nov 2016 14:04:43 -0500 Subject: Updates puppet-opendaylight branch to master Required configuration fixes for new netvirt in master. JIRA: APEX-300 Change-Id: Iccca77907848ee8a0167e7aa326d014b66bed3f6 Signed-off-by: Tim Rozet --- build/overcloud-opendaylight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index af65910e..a91d55e1 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -76,7 +76,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ # upload the opendaylight puppet module rm -rf puppet-opendaylight -git clone -b opnfv_integration https://github.com/dfarrell07/puppet-opendaylight +git clone -b master https://github.com/dfarrell07/puppet-opendaylight pushd puppet-opendaylight > /dev/null git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz popd > /dev/null -- cgit 1.2.3-korg