diff options
author | Feng Pan <fpan@redhat.com> | 2017-07-12 11:04:15 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-07-13 09:47:14 -0400 |
commit | 18f7efa0bc0b0cb9724dbf845ceec671d34a1e75 (patch) | |
tree | c70b423be72c226d9df7bc6c24786aabbfdf3b1f /build/overcloud-opendaylight.sh | |
parent | 30fbb001c3efd19781403a15176f240f0c027036 (diff) |
Update ODL version for fdio_l2 and fdio_l3 scenariosdanube.3.1stable/danube
Change-Id: Iaa44b21ee92f601f645e350177c6ba56c140649d
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 3eb09865..0ba50699 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -81,6 +81,9 @@ populate_cache http://artifacts.opnfv.org/apex/danube/quagga/quagga-3.tar.gz # Download ODL netvirt for VPP populate_cache http://artifacts.opnfv.org/apex/danube/fdio_netvirt/opendaylight-7.0.0-0.1.20170531snap665.el7.noarch.rpm +# Download ODL for fdio scenarios +populate_cache http://artifacts.opnfv.org/apex/danube/fdio_odls/fdio_odl_carbon.tar.gz + # install ODL packages # Patch in OPNFV custom puppet-tripleO # install Honeycomb @@ -117,6 +120,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "sudo usermod -a -G quaggavt quagga" \ --upload ${BUILD_ROOT}/patches/neutron-patch-NSDriver.patch:/usr/lib/python2.7/site-packages/ \ --upload ${CACHE_DIR}/opendaylight-7.0.0-0.1.20170531snap665.el7.noarch.rpm:/root/ \ + --upload ${CACHE_DIR}/fdio_odl_carbon.tar.gz:/root/ \ -a overcloud-full-opendaylight_build.qcow2 LIBGUESTFS_BACKEND=direct virt-sparsify --compress overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2 |