Re: [Openstack] OCCI on OpenStack

2011-08-17 Thread Thierry Carrez
Hareesh Puthalath wrote: > Hi Amine and everyone else, > > My name is Hareesh and I am engaged in the EU FP7 project SAIL on behalf of > Ericsson, specifically in Work Package D: Cloud Networking. > > As part of Ericsson's prototyping effort in WP-D, we have been working on a > implementation o

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread Wayne A. Walls
Greetings, Praveen! On your compute nodes, the only required service is nova-compute. There has been a semi-recent update to nova-network that adds HA to the service, and this requires nova-network to be installed on all the compute nodes as well. As far as api and scheduler go, they are not requ

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread praveen_kumar girir
Dear Dan, I have changed my /etc/nova/nova.conf file to reflect proper fixed_ip range, then it start to launch. I have one more question, does the compute nodes required to have all the nova softwares to run. because on my slave nodes initially it was only nova-compute, later installed nova-sch

Re: [Openstack] Please welcome OpenStack's new community manager, Stefano Maffulli

2011-08-17 Thread praveen_kumar girir
Dear Stefano, Good Morning,,, I have newly joined to this community as developer and managing own private cloud at an organization. Here I have suggestion, on our openstack site, we are showcasing multiple releases of openstack projects, we should provide more informations as release features, plat

Re: [Openstack] Please welcome OpenStack's new community manager, Stefano Maffulli

2011-08-17 Thread Thomas Goirand
On 08/18/2011 03:55 AM, Jay Pipes wrote: > I'd also like to thank Stephen Spector for his work as Community > Manager. He is taking on a new role, but will be instrumental in > helping Stefano get up to speed, and will continue to focus on making > sure the October design summit comes off with out

[Openstack] Odd xen error

2011-08-17 Thread Joshua Harlow
Hi all, When using xen 4 + openstack and libvirt when I run an instance and then attempt to VNC to that instance all I see is a black box (the vnc connects) but it is almost like the VM didn't boot. Has anyone encountered this before. On the machine where the compute node is I can go into virt-

Re: [Openstack] [SPAM] How to connect br100 to xen bridge

2011-08-17 Thread Chris Behrens
Depending on what you're doing for networking, you should be able to shove this into nova.conf: --flat_network_bridge=xenbr0 to avoid modifying the DB.. - Chris On Aug 17, 2011, at 5:34 PM, Wayne A. Walls wrote: > Greetings, Josh! > > Just update the bridge in the db, I've done that in the p

Re: [Openstack] [SPAM] How to connect br100 to xen bridge

2011-08-17 Thread Vishvananda Ishaya
On Aug 17, 2011, at 5:34 PM, Wayne A. Walls wrote: > Greetings, Josh! > > Just update the bridge in the db, I've done that in the past to get things > aligned with Xen. Seems to do the trick... > > Cheers, > > Wayne > And in the future you can specify the bridge when you create the networ

Re: [Openstack] [SPAM] How to connect br100 to xen bridge

2011-08-17 Thread Wayne A. Walls
Greetings, Josh! Just update the bridge in the db, I've done that in the past to get things aligned with Xen. Seems to do the trick... Cheers, Wayne Sent from my iPhone On Aug 17, 2011, at 7:17 PM, Joshua Harlow wrote: > Hi all, > > Just trying to continue with my xen+openstack integrati

Re: [Openstack] OCCI on OpenStack

2011-08-17 Thread Thomas Goirand
- Original message - > Hi Amine and everyone else, > > My name is Hareesh and I am engaged in the EU FP7 project SAIL on behalf > of Ericsson, specifically in Work Package D: Cloud Networking. > > As part of Ericsson's prototyping effort in WP-D, we have been working > on a implementatio

[Openstack] How to connect br100 to xen bridge

2011-08-17 Thread Joshua Harlow
Hi all, Just trying to continue with my xen+openstack integration. Is there a recommended way to get openstack to connect to the xen bridge. Apparently the xen bridge is @ xenbr0 but openstack likes to use br100. Is it just a simple DB update to make this happen, or can this be changed in the

[Openstack] Glance tests

2011-08-17 Thread Joshua Harlow
Hi all. I am just trying to run the tests for diablo-3 glance. Is it possible to disable the test that uses swift? Or is it intentional that running the tests for glance try to test interaction with the swift client? Maybe that should be mocked out so its not dependent? -Josh

Re: [Openstack] Glance tests

2011-08-17 Thread Jay Pipes
On Wed, Aug 17, 2011 at 5:21 PM, Joshua Harlow wrote: > Hi all. > > I am just trying to run the tests for diablo-3 glance. > > Is it possible to disable the test that uses swift? > > Or is it intentional that running the tests for glance try to test > interaction with the swift client? The tests

Re: [Openstack] Please welcome OpenStack's new community manager, Stefano Maffulli

2011-08-17 Thread Stefano Maffulli
2011/8/17 Jay Pipes > I'd like everyone to welcome Stefano Maffulli to the OpenStack > project! Stefano is OpenStack's new community manager and will be > leading efforts to grow and strengthen OpenStack's user and developer > community. > Thank you Jay for the kind words. I look forward to con

[Openstack] Melange Integration

2011-08-17 Thread Josh Kearney
Good afternoon, We've just submitted a merge proposal to begin the process of getting Melange into Nova: https://code.launchpad.net/~raxnetworking/nova/melange/+merge/71917 This is a very large chunk of code that will no doubt generate many great ideas and discussions. We're not set in any parti

[Openstack] Please welcome OpenStack's new community manager, Stefano Maffulli

2011-08-17 Thread Jay Pipes
Hello all! I'd like everyone to welcome Stefano Maffulli to the OpenStack project! Stefano is OpenStack's new community manager and will be leading efforts to grow and strengthen OpenStack's user and developer community. Stefano brings with him a wealth of community-building experience from workin

Re: [Openstack] Qemu error?

2011-08-17 Thread Joshua Harlow
This seems to be the case when xen is running as dom0. Or at least that seems to be happening. When its running a "regular" linux kernel, the procinfo has the vmx flag, otherwise when xen is running as dom0 it doesn't (maybe xen stops that from being seen?) I think there is a previous error that

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread Dan Wendlandt
Hi Praveen, The error you are seeing is because there is no 'network' record in the nova database corresponding to 'br100' (which is the default value for the bridge). Spawning a VM requires finding the appropriate network(s) for that VM in the database, and assigning the VM an IP address from th

Re: [Openstack] OCCI on OpenStack

2011-08-17 Thread Hareesh Puthalath
Hi Amine and everyone else, My name is Hareesh and I am engaged in the EU FP7 project SAIL on behalf of Ericsson, specifically in Work Package D: Cloud Networking. As part of Ericsson's prototyping effort in WP-D, we have been working on a implementation of OCCI on OpenStack during the summer.T

Re: [Openstack] Qemu error?

2011-08-17 Thread Chmouel Boudjnah
On Aug 16, 2011, at 5:06 PM, Joshua Harlow wrote: >> 2011-08-16 16:58:35,459 ERROR nova.compute.manager [-] Instance '4' >> failed to spawn. Is virtualization enabled in the BIOS? Details: POST >> operation failed: xend_post: error from xen daemon: (xend.err "(22, >> 'Invalid wouldn't be that the