add onos SFC feature config file
[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://downloads.onosproject.org/nightly/
13 onos_release_file=onos-1.6.0-rc2.tar.gz
14 onos_jdk_uri=https://www.dropbox.com/s/qyujpib8zyhzeev
15 onos_ovs_uri=https://www.dropbox.com/s/7rfr9l2qz3a36cc
16 openstack_congress=https://radez.fedorapeople.org/openstack-congress-2016.1-1.fc24.noarch.rpm
17 doctor_driver=https://raw.githubusercontent.com/muroi/congress/doctor-poc/congress/datasources/doctor_driver.py
18
19 dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv
20 dpdk_rpms=(
21 'ovs4opnfv-32930523-dpdk-16.04.0-1.el7.centos.x86_64.rpm'
22 'ovs4opnfv-32930523-dpdk-devel-16.04.0-1.el7.centos.x86_64.rpm'
23 'ovs4opnfv-32930523-dpdk-examples-16.04.0-1.el7.centos.x86_64.rpm'
24 'ovs4opnfv-32930523-dpdk-tools-16.04.0-1.el7.centos.x86_64.rpm'
25 'ovs4opnfv-32930523-openvswitch-2.5.90-0.12032.gitc61e93d6.1.el7.centos.x86_64.rpm'
26 )
27
28 ovs_rpm_name=openvswitch-2.5.90-0.11974.gitc4623bb8.1.el7.centos.x86_64.rpm
29 ovs_kmod_rpm_name=openvswitch-kmod-2.5.90-1.el7.centos.x86_64.rpm