<div dir="ltr">Hi Bernd,<div><br></div><div>As far as I see here:</div><div><br></div><div><ul><li><a href="http://git.openstack.org/cgit/openstack/training-labs/tree/labs/osbash/lib/osbash/lib.ubuntu-14.04-server-amd64#n10">http://git.openstack.org/cgit/openstack/training-labs/tree/labs/osbash/lib/osbash/lib.ubuntu-14.04-server-amd64#n10</a><br></li></ul><div>It should download 14.04.3, not sure why you are getting 14.04.2 ... I remember updating this for Icehouse, Juno and Kilo too. Can you try to do a git pull once and try again?</div></div><div><br></div><div>Regards,</div><div>Pranav</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 26, 2015 at 10:41 AM, Bernd Bausch <span dir="ltr"><<a href="mailto:berndbausch@gmail.com" target="_blank">berndbausch@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, here as well. It works with VirtualBox 5. The problems were with 4.3.<br>
Sorry for the wasted time.<br>
<br>
One tiny problem: osbash tries to download ubuntu-14.04.2-server-amd64.iso,<br>
a name that is hardcoded in lib/osbash/lib.ubuntu-14.04-server-amd64.<br>
Unfortunately, the ISOs on the Ubuntu download site are now named<br>
ubuntu-14.04.3, not ...2, so that the download fails. This must be a very<br>
recent change.<br>
<br>
Does this deserve submitting a bug or is there a process to adapt the ISO<br>
name when it changes in the distro?<br>
<span class="HOEnZb"><font color="#888888"><br>
Bernd<br>
</font></span><span class="im HOEnZb"><br>
-----Original Message-----<br>
From: Roger Luethi [mailto:<a href="mailto:rl@patchworkscience.org">rl@patchworkscience.org</a>]<br>
Sent: Tuesday, November 24, 2015 5:00 AM<br>
To: Bernd Bausch <<a href="mailto:berndbausch@gmail.com">berndbausch@gmail.com</a>><br>
Cc: <a href="mailto:openstack-docs@lists.openstack.org">openstack-docs@lists.openstack.org</a><br>
Subject: Re: [OpenStack-docs] OpenStack Training labs - VirtualBox vs KVM<br>
<br>
</span><div class="HOEnZb"><div class="h5">I had a chance to take my chances with CentOS today. Here are my notes,<br>
starting from a fresh CentOS minimal install (same release as yours):<br>
<br>
As root:<br>
# yum groupinstall "Server with GUI"<br>
# yum groupinstall "Development Tools"<br>
# yum install kernel-devel<br>
# cd /etc/yum.repos.d/<br>
# wget <a href="http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo" rel="noreferrer" target="_blank">http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo</a><br>
# yum install VirtualBox-5.0<br>
<br>
As regular user:<br>
$ git clone git://<a href="http://git.openstack.org/openstack/training-labs" rel="noreferrer" target="_blank">git.openstack.org/openstack/training-labs</a><br>
$ cd training-labs/labs/osbash<br>
$ ./osbash -b cluster<br>
$ PROVIDER=virtualbox tools/test-once.sh scripts/test/launch_instance.sh<br>
<br>
Tests passed. Looks like you just had some bad luck. It seems to work fine<br>
on CentOS.<br>
<br>
Roger<br>
<br>
On Sun, 22 Nov 2015 11:35:43 +0900, Bernd Bausch wrote:<br>
> The promise of the training labs is to install an OpenStack cluster at<br>
> the push of a button. I have finally taken the time to try it out and<br>
> hit an obstacle very early in the process.<br>
><br>
> My OS is Centos 7.1, more precisely "CentOS Linux release 7.1.1503<br>
(Core)".<br>
> The obstacle is VirtualBox, more precisely the installation of the<br>
> vboxdrv kernel module.<br>
><br>
> Details if you are interested: The vboxdrv module build process fails<br>
> because the version of the required kernel-devel package is not quite<br>
> identical to the version of the installed kernel (3.10.0-229.20.1<br>
> versus 3.10.0-229). This confuses the build script.<br>
><br>
> yum upgrade didn't change this.<br>
><br>
> No doubt the problem can be resolved easily. My point is that<br>
> VirtualBox may be installed easily on Ubuntu (there is a<br>
> Ubuntu-maintained package), but not necessarily on other systems. A<br>
> push-button installation of the training labs on my Centos system is not<br>
possible.<br>
><br>
> Would it be useful to port the training labs to KVM? Is anybody<br>
> working on this? If the answers are yes and no, respectively, I will give<br>
it a try.<br>
<br>
<br>
<br>
_______________________________________________<br>
OpenStack-docs mailing list<br>
<a href="mailto:OpenStack-docs@lists.openstack.org">OpenStack-docs@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs</a><br>
</div></div></blockquote></div><br></div>