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

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

[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

[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

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

2011-08-17 Thread Stefano Maffulli
2011/8/17 Jay Pipes jaypi...@gmail.com 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

[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

[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

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 harlo...@yahoo-inc.com wrote: Hi all, Just trying to continue with my

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 network via

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

[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

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,

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

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