Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-04 Thread Alexandre Leites
stack@lists.launchpad.net Date: Tue, 3 Apr 2012 14:13:44 +0100 Subject: RE: [Openstack] [OpenStack] Xen Hypervisor Thanks for the info. The one thing I am missing is the ifconfig info from inside your VM instance (I would personally use XenCenter to access the console and see what is going on).

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-03 Thread John Garbutt
[Openstack] [OpenStack] Xen Hypervisor Dom0: 192.168.100.251 DomU: 192.168.100.238 nova.conf http://pastebin.com/B0PVVWiv ifconfig (dom0 and domU): http://pastebin.com/iCLX91RS nova network table: http://pastebin.com/k5XcXHee Please, explain me how to take others informations if you want, i think i

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-03 Thread Alexandre Leites
. Thank you. From: john.garb...@citrix.com To: alex_...@live.com; openstack@lists.launchpad.net Date: Mon, 2 Apr 2012 16:05:15 +0100 Subject: RE: [Openstack] [OpenStack] Xen Hypervisor Just double checking, but about the other machine you have put on the same network as your VMs, is the interface

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-02 Thread John Garbutt
dre Leites Sent: 02 April 2012 14:53 To: openstack@lists.launchpad.net Subject: Re: [Openstack] [OpenStack] Xen Hypervisor I tried the last thing about changing public interface to eth0... but it still doesn't work. I still with erro of can't ping anything outside of VM (created by nova on

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-02 Thread Alexandre Leites
Sorry, i mean i tried to change public interface to xenbr0... From: alex_...@live.com To: openstack@lists.launchpad.net Date: Mon, 2 Apr 2012 13:53:23 + Subject: Re: [Openstack] [OpenStack] Xen Hypervisor I tried the last thing about changing public interface to eth0... but it still

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-02 Thread Alexandre Leites
I tried the last thing about changing public interface to eth0... but it still doesn't work. I still with erro of can't ping anything outside of VM (created by nova on xen). > From: todd.desh...@xen.org > Date: Mon, 2 Apr 2012 09:15:52 -0400 > Subject: Re: [Opensta

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-02 Thread Todd Deshane
On Mon, Apr 2, 2012 at 8:49 AM, Alexandre Leites wrote: > Ok, anyway i tested it and didn't worked. Any other solution? > You should be more specific. You should explain the specific flags you tried and then post the relevant logs files. Thanks, Todd -- Todd Deshane http://www.linkedin.com/i

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-04-02 Thread Alexandre Leites
Ok, anyway i tested it and didn't worked. Any other solution? Subject: Re: [Openstack] [OpenStack] Xen Hypervisor From: vishvana...@gmail.com Date: Thu, 29 Mar 2012 13:30:32 -0700 CC: salvatore.orla...@eu.citrix.com; alex_...@live.com; ewan.mel...@eu.citrix.com; openstack@lists.launchpa

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-29 Thread Vishvananda Ishaya
hn > > From: Vishvananda Ishaya [mailto:vishvana...@gmail.com] > Sent: 29 March 2012 19:15 > To: John Garbutt > Cc: Salvatore Orlando; Alexandre Leites; Ewan Mellor; > openstack@lists.launchpad.net; todd.desh...@xen.org > Subject: Re: [Openstack] [OpenStack] Xen Hypervisor > > &

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-29 Thread John Garbutt
the manuals. Cheers, John From: Vishvananda Ishaya [mailto:vishvana...@gmail.com] Sent: 29 March 2012 19:15 To: John Garbutt Cc: Salvatore Orlando; Alexandre Leites; Ewan Mellor; openstack@lists.launchpad.net; todd.desh...@xen.org Subject: Re: [Openstack] [OpenStack] Xen Hypervisor On Mar 29

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-29 Thread Vishvananda Ishaya
On Mar 29, 2012, at 7:40 AM, John Garbutt wrote: > If you want all your traffic going through a single nic (Management, > Instance, Public), it might be possible using these settings: > > public_interface=eth0 I don't think this will work unless the implementation is very different in xen.

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-28 Thread John Garbutt
> -Original Message- > From: Thomas Goirand [mailto:tho...@goirand.fr] > Why not using: > xe host-list --minimal > instead of the grep, split, strip code, which adds useless complexity? [JG] Sure, that is much better. I just cut and paste the old code to save retesting. > Also, this piece

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-27 Thread Ewan Mellor
> -Original Message- > From: Thomas Goirand [mailto:tho...@goirand.fr] > Sent: 26 March 2012 13:56 > To: John Garbutt > Cc: Ewan Mellor; Alexandre Leites; openstack@lists.launchpad.net > Subject: Re: [Openstack] [OpenStack] Xen Hypervisor > > On 03/26/2012 04:3

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-27 Thread Ewan Mellor
P. Thanks, Ewan. From: John Garbutt Sent: 26 March 2012 01:36 To: Ewan Mellor; Alexandre Leites; openstack@lists.launchpad.net Subject: RE: [Openstack] [OpenStack] Xen Hypervisor I certainly changed the plugin so it always required the host_uuid, but I also changed the "call_plugin"

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-26 Thread Thomas Goirand
On 03/26/2012 04:35 PM, John Garbutt wrote: > I certainly changed the plugin so it always required the host_uuid, but > I also changed the “call_plugin” code in xenapi_conn to ensure we always > pass the host_uuid. > > > > Indeed it looks like in the code path below, that you should get the > h

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-26 Thread John Garbutt
ou are using, that would be great. I hope that helps, John From: Ewan Mellor Sent: 25 March 2012 19:56 To: Alexandre Leites; openstack@lists.launchpad.net Cc: John Garbutt Subject: RE: [Openstack] [OpenStack] Xen Hypervisor It looks like you're hitting a recently introduced bug (maybe).

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-25 Thread Ewan Mellor
chpad.net] On Behalf Of Alexandre Leites Sent: 23 March 2012 10:46 To: openstack@lists.launchpad.net Subject: Re: [Openstack] [OpenStack] Xen Hypervisor Hi folks, Sorry for late reply, i was trying to install this without following any ready-to-use scripts ( but i used one :( ) to understand how th

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-23 Thread Todd Deshane
On Fri, Mar 23, 2012 at 1:45 PM, Alexandre Leites wrote: > > After all this things, i got Xen working, but i have a error with bridge > now, as trace below: > > 2012-03-23 16:30:00,116 DEBUG nova.virt.xenapi [-] Updating host stats from > (pid=23556) update_status > /usr/lib/python2.7/dist-package

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-23 Thread Alexandre Leites
(): ['XENAPI_PLUGIN_FAILURE', 'host_data', 'KeyError', "'host_uuid'"] 2 And yes, my permissions are 777 to all plugins. > From: todd.desh...@xen.org > Date: Wed, 21 Mar 2012 11:04:19 -0400 > To: openstack@lists.launchpad.net > Subject: Re: [Ope

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-21 Thread Todd Deshane
Just realized my reply was accidentally not sent to the list. On Tue, Mar 20, 2012 at 2:03 PM, Todd Deshane wrote: > Please post specific error messages. > > Some general suggestions inline. > > On Tue, Mar 20, 2012 at 12:56 PM, Alexandre Leites wrote: >> Hi folks, >> >> First let me say that i'

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Ewan Mellor
AM To: openstack@lists.launchpad.net 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 us

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Renuka Apte
alex_...@live.com>> Date: Tue, 20 Mar 2012 09:56:14 -0700 To: "openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>" mailto:openstack@lists.launchpad.net>> Subject: [Openstack] [OpenStack] Xen Hypervisor Hi folks, First let me say that i'm trying to i

Re: [Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Thomas Goirand
On 03/21/2012 12:56 AM, Alexandre Leites wrote: > 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

[Openstack] [OpenStack] Xen Hypervisor

2012-03-20 Thread Alexandre Leites
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 link