diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-18 02:59:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-18 02:59:31 +0000 |
commit | f5aa679fc3a96291b4d77ffd43117a6bec0cc488 (patch) | |
tree | cc670e3e7c119c128bd8700c4a7c64dce1096a81 /build/overcloud-opendaylight.sh | |
parent | 5b6c18edc9bed2a213518f05d0cf6dc227da39db (diff) | |
parent | d6cc43a39fbb79763db0d9de19b5ab0b4af630f7 (diff) |
Merge "Fixes neutron patch to only apply when ODL + FDIO"
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index f892c712..498154d8 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -80,6 +80,7 @@ populate_cache http://artifacts.opnfv.org/apex/danube/quagga/quagga.tar.gz # Patch in OPNFV custom puppet-tripleO # install Honeycomb # install quagga/zrpc +# upload neutron patch for generic NS linux interface driver + OVS for external networks LIBGUESTFS_BACKEND=direct virt-customize \ --upload ${BUILD_DIR}/opendaylight_boron.repo:/etc/yum.repos.d/opendaylight.repo \ --run-command "yum install --downloadonly --downloaddir=/root/boron/ opendaylight" \ @@ -109,6 +110,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "yum downgrade -y python-zmq-14.3.1" \ --install zeromq-4.1.4,zeromq-devel-4.1.4 \ --install capnproto-devel,capnproto-libs,capnproto \ + --upload ${BUILD_ROOT}/patches/neutron-patch-NSDriver.patch:/usr/lib/python2.7/site-packages/ \ -a overcloud-full-opendaylight_build.qcow2 LIBGUESTFS_BACKEND=direct virt-sparsify --compress overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2 |