openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08889
Re: [OpenStack] Xen Hypervisor
Hi Alexandre,
When using Devstack, which version of Xenserver were you using? If you are using 6.0+, the dom0 doesn't have enough space to create an xva, which is why we recommend using a separate dev machine.
What errors did it give?
Thanks,
Renuka.
From: Alexandre Leites <alex_tkd@xxxxxxxx<mailto:alex_tkd@xxxxxxxx>>
Date: Tue, 20 Mar 2012 09:56:14 -0700
To: "openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>" <openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>>
Subject: [Openstack] [OpenStack] Xen Hypervisor
Hi folks,
First let me say that i'm trying to install xen hypervisor and integrate it with OpenStack for more than one week. I'm studying OpenStack for a company and this company doesn't allow us to use ready scripts (Why? they want to be different from the whole world).
I have used some links for references:
https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md
http://wiki.openstack.org/XenAPI
http://wiki.openstack.org/XenServer/DevStack
http://wiki.openstack.org/XenServer/Install
http://wiki.openstack.org/XenServerDevelopment
http://wiki.openstack.org/XenXCPAndXenServer
http://wiki.xen.org/wiki/XAPI_on_Ubuntu
http://wiki.xen.org/xenwiki/XAPI_on_debian
https://github.com/openstack/openstack-chef/tree/master/cookbooks/xenserver
https://review.openstack.org/#change,5419
Me and my coworker are trying to install this and integrate on a running and tested OpenStack infrastructure, so this machines will have just nova-compute service. He is trying with XCP and I with XenServer, so let me introduces our tries:
1. XCP On Ubuntu (Kronos)
* Install fine
* Doesn't work
2. XCP On CentOS
* Install fine
* We can run a instance of Ubuntu using XenCenter
* Installed nova-compute and configured it.
* No Errors, but when we try to run a instance on it, appears on an error about XAPI.
* We read something about privileged guest, how to set it?
3. DevStack (We can't use this, but also tried to)
* Install XenServer (or XCP, we tested on both)
* Following https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md guide
* On Step 4, it wont create ALLINONE.xva and give some errors about directories on console (running script with root user on XenServer)
I hope that someone can help me solve this problems, and maybe help someone else to install Xen and integrate with OpenStack.
@OffTopic
Why this is so difficult?
References