Merge "Install dpdk packages when dataplane is set to ovs_dpdk"
[apex.git] / build / variables.sh
1 #!/bin/sh
2 ##############################################################################
3 # Copyright (c) 2015 Tim Rozet (Red Hat), Dan Radez (Red Hat) and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/
12 onos_release_uri=https://dl.dropboxusercontent.com/u/7079970/
13 onos_release_file=onos-1.5.0.tar.gz
14
15 dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv
16 dpdk_rpms=(
17 'ovs4opnfv-dpdk-16.04.0-2.el7.centos.x86_64.rpm'
18 'ovs4opnfv-dpdk-devel-16.04.0-2.el7.centos.x86_64.rpm'
19 'ovs4opnfv-dpdk-examples-16.04.0-2.el7.centos.x86_64.rpm'
20 'ovs4opnfv-dpdk-tools-16.04.0-2.el7.centos.x86_64.rpm'
21 )