Skip to content

Commit

Permalink
Partial-Bug: #1566047
Browse files Browse the repository at this point in the history
Change the version from 40 to 83 for ubuntu-14.04.

Change-Id: I19a1bd2a90076c885a3af84c0861fbfbde0e3a54
  • Loading branch information
thilakrajs committed Apr 7, 2016
1 parent 7ad7683 commit 78fa6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
Package[$vrouter_pkg, 'contrail-openstack-vrouter']

$vrouter_pkg = 'contrail-vrouter-dpdk-init'
} elsif ($::kernelrelease == '3.13.0-40-generic') {
$vrouter_pkg = 'contrail-vrouter-3.13.0-40-generic'
} elsif ($::kernelrelease == '3.13.0-83-generic') {
$vrouter_pkg = 'contrail-vrouter-3.13.0-83-generic'
} else {
$vrouter_pkg = 'contrail-vrouter-dkms'
}
Expand Down
4 changes: 2 additions & 2 deletions contrail/environment/modules/contrail/manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@
$contrail_dist_kernel_version = $contrail_kernel_version
} else {
if ($lsbdistrelease == "14.04") {
$contrail_dist_kernel_version = "3.13.0-40"
$contrail_grub_string = 'GRUB_DEFAULT=\'Advanced options for Ubuntu>Ubuntu, with Linux 3.13.0-40-generic\''
$contrail_dist_kernel_version = "3.13.0-83"
$contrail_grub_string = 'GRUB_DEFAULT=\'Advanced options for Ubuntu>Ubuntu, with Linux 3.13.0-83-generic\''
} else {
$contrail_dist_kernel_version = "3.13.0-34"
$contrail_grub_string = 'GRUB_DEFAULT=\'Advanced options for Ubuntu>Ubuntu, with Linux 3.13.0-34-generic\''
Expand Down

0 comments on commit 78fa6b6

Please sign in to comment.