diff options
author | Tim Rozet <trozet@redhat.com> | 2017-04-28 15:35:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-28 15:35:28 +0000 |
commit | 0801e5d51eb49576dea4db6d421782476a045217 (patch) | |
tree | b6ade0b4a03b6a8109ef4e8803d9f3fd65461ad3 | |
parent | e74b8e1e863e9d0e541a897e5681275cad40db8a (diff) | |
parent | e6e035be520fd2f1021f524f11a9f19cd70523a2 (diff) |
Merge "Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62."
-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 23f25eb2..f577beca 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" |