X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FVCA%2Fstart_build;h=f2b3c94dca8c4a56498fdc8a45655336ec9e611d;hb=refs%2Fchanges%2F61%2F5661%2F3;hp=d6ccfd8c40f5c7457231f430d8b38d86cba35289;hpb=46cac1a1f0dbdf2d6c2d7e0089d3cc099019f4a0;p=osm%2Fdevops.git diff --git a/jenkins/VCA/start_build b/jenkins/VCA/start_build index d6ccfd8c..f2b3c94d 100755 --- a/jenkins/VCA/start_build +++ b/jenkins/VCA/start_build @@ -63,9 +63,14 @@ INFO "Setting lxdbr0 MTU to $DEFAULT_MTU" ifconfig lxdbr0 mtu $DEFAULT_MTU # Make the MTU change persistent between reboots +sed -i '/lxc list/d' /etc/rc.local +sed -i "$ i lxc list > /dev/null" /etc/rc.local sed -i '/ifconfig lxdbr0 mtu/d' /etc/rc.local sed -i "$ i ifconfig lxdbr0 mtu $DEFAULT_MTU" /etc/rc.local +# Enable the rc-local service so our changes get executed upon boot +systemctl enable rc-local.service + INFO "Pre-caching Ubuntu:16.04 image (this may take several minutes)..." # Setup a daily cron to update the cached image