Skip to content
Snippets Groups Projects
Commit fd786483 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update kernel version in ubuntu-bootstrap.sh"

parents 29833b67 354e674d
No related branches found
No related tags found
No related merge requests found
...@@ -70,10 +70,10 @@ configure_kolla() { ...@@ -70,10 +70,10 @@ configure_kolla() {
} }
echo "Kernel version $(uname -r)" echo "Kernel version $(uname -r)"
if [[ $(uname -r) != *"3.19"* ]]; then if [[ $(uname -r) != *"4.2"* ]]; then
echo "Going to update kernel image" echo "Going to update kernel image"
apt-get update apt-get update
apt-get install -y linux-image-generic-lts-vivid apt-get install -y linux-image-generic-lts-wily
# VM needs to be rebooted for docker to pickup the changes # VM needs to be rebooted for docker to pickup the changes
echo "Rebooting for kernel changes" echo "Rebooting for kernel changes"
echo "After reboot re-run vagrant provision to finish provising the box" echo "After reboot re-run vagrant provision to finish provising the box"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment