diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-02 21:15:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-02 21:15:56 +0000 |
commit | d94215f00bafd38466e3eaa7d2724bb8c42e0fe3 (patch) | |
tree | c4e1e360d4978fbb7c6e3c5b789c9a7cf9218b96 | |
parent | c6b4b82f7f9d13721ae141b570221a20b53117ce (diff) | |
parent | 2dffc534ab471d141252be439a2dd1c6392d3e69 (diff) |
Merge "Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62." into stable/danube
-rw-r--r-- | build/variables.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/variables.sh b/build/variables.sh index 38e139bd..d3cecdd1 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -32,8 +32,8 @@ dpdk_rpms=( 'ovs4opnfv-e8acab14-dpdk-tools-16.11-5.el7.centos.x86_64.rpm' ) -kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv" -kvmfornfv_kernel_rpm="kernel-4.4.6_rt14_1703030237nfv-1.x86_64.rpm" +kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv/danube" +kvmfornfv_kernel_rpm="kvmfornfv-8e1bfc88-apex-kernel-4.4.50_rt62_centos.x86_64.rpm" tacker_repo="http://github.com/openstack/tacker" tacker_branch="stable/newton" |