diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-13 02:45:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-13 02:45:07 +0000 |
commit | 2f1a9dc491f55b5890a030a8ee36faa15de57b9e (patch) | |
tree | 9938039b26d8ce0fbd5fc9456b594d3ebcaa7aa6 /build | |
parent | b63857ee231134fe9af6c5667d40a8f4f2b8555d (diff) | |
parent | bb23cfe3dbf112d7cffdbec2c7937492aecfe36b (diff) |
Merge "Couple cleanups related to ocata update"
Diffstat (limited to 'build')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index bacf5360..35d9bac3 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -89,10 +89,5 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload ${CACHE_DIR}/odl-netvirt-vpp-distribution.tar.gz:/root/ \ -a overcloud-full-opendaylight_build.qcow2 - # TODO: Put bgpvpn back into the build - #--upload ${BUILD_DIR}/networking-bgpvpn.tar.gz:/root/ \ - #--run-command "cd /root/ && tar xzf networking-bgpvpn.tar.gz && yum localinstall -y *networking-bgpvpn*.rpm" \ - #--run-command "rm -f /etc/neutron/networking_bgpvpn.conf" \ - #--run-command "touch /etc/neutron/networking_bgpvpn.conf" \ LIBGUESTFS_BACKEND=direct virt-sparsify --compress overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2 popd > /dev/null |