diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-20 14:04:43 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-11-20 14:04:43 -0500 |
commit | 9c9e9a64d472be177892049bf8dcb920c4fbc0d1 (patch) | |
tree | 887fadf449b3766269a4f2e19f72c8e41478d0e9 | |
parent | 052dcd5a9d49617f1600977b9b85d10e41d622a2 (diff) |
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 <trozet@redhat.com>
-rwxr-xr-x | build/overcloud-opendaylight.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |