diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-29 21:11:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 21:11:05 +0000 |
commit | bb4358f417fcd9a24017241725d00b5689df286e (patch) | |
tree | db59acbab38cec69065ad92cb21bc090a7989c64 /build/variables.sh | |
parent | eb69165f0dcebf41cccfc3124f980bab53908a2d (diff) | |
parent | 621bfd97aa74877177039ada39c0c8f9578a0220 (diff) |
Merge "Pins ODL L3 VPP/HC packages"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/variables.sh b/build/variables.sh index 5249c2ec..32d6aed9 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -57,6 +57,15 @@ netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noar gluon_rpm=gluon-0.0.1-1_20170302.noarch.rpm +fdio_l3_uri_base=http://artifacts.opnfv.org/apex/danube/fdio_l3_rpms +fdio_l3_pkgs=( +'vpp-17.04-rc0~399_g17a75cb~b2022.x86_64.rpm' +'vpp-api-python-17.04-rc0~399_g17a75cb~b2022.x86_64.rpm' +'vpp-lib-17.04-rc0~399_g17a75cb~b2022.x86_64.rpm' +'vpp-plugins-17.04-rc0~399_g17a75cb~b2022.x86_64.rpm' +'honeycomb-1.17.04-2503.noarch.rpm' +) + fdio_l2_uri_base=http://artifacts.opnfv.org/apex/danube/fdio_l2_rpms fdio_l2_pkgs=( 'vpp-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' |