Re: [Openstack] Fwd: [Quantum] Query regarding floating IP configuration

2013-04-19 Thread Simon Pasquier
Have a look at this page: http://docs.openstack.org/folsom/openstack-network/admin/content/connectivity.html Simon Le 18/04/2013 21:00, Anil Vishnoi a écrit : Re-sending it, with the hope of response :-) -- Forwarded message -- From: *Anil Vishnoi*

Re: [Openstack] FlatDHCP networking problem

2013-04-19 Thread Javier Alvarez
Looking at /var/log/syslog I have found some more info: Apr 19 12:36:26 dnsmasq-dhcp[2204]: read /var/lib/nova/networks/nova-br100.conf Apr 19 12:36:34 kernel: [176191.796184] device vnet0 entered promiscuous mode Apr 19 12:36:34 kernel: [176191.874774] br100: port 2(vnet0) entering forward

[Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Cristian Tomoiaga
Hello Everyone, I need to deploy a few servers and I decided to go with Xen and libxl (no XCP or XenServer or KVM and no libvirt if possible. I'll explain at the end of this message why). I need Cinder (volume storage) with local storage. I know Cinder doesn't "support" local storage right now. I

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Daniel P. Berrange
On Fri, Apr 19, 2013 at 01:43:23PM +0300, Cristian Tomoiaga wrote: > As for the compute part, I may need to work with libvirt but I want to > avoid that if possible. Libxl was meant for stacks right ? Again, this may > not be acceptable and I would like to know. Nova already has two drivers which

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Cristian Tomoiaga
Got it, thank you! I'll use libvirt then. Regarding security with KVM and Xen, I've been reading too much, probably from unverified sources too. I may plan on using Ceph too and this seems to work better with KVM for now (again from reading on the Ceph mailing list). I will test everything in one o

Re: [Openstack] FlatDHCP networking problem

2013-04-19 Thread Javier Alvarez
If anyone is interested, the problem was this bug: https://lists.launchpad.net/openstack/msg14988.html Javier On 19/04/13 12:41, Javier Alvarez wrote: Looking at /var/log/syslog I have found some more info: Apr 19 12:36:26 dnsmasq-dhcp[2204]: read /var/lib/nova/networks/nova-br100.conf Apr

Re: [Openstack] Grizzly Dashboad problem...

2013-04-19 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, Is there any solution available to this problem? BR Johanna From: openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net [mailto:openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net] On Behalf Of ext Martinx - ? Sent: Wednesday, April 10, 2013 10:00 PM To: Ritesh Nan

[Openstack] Short introduction to running swift with quotas

2013-04-19 Thread Heiko Krämer
Hi Guys, I've written a short guide to enable the quotas in Swift (1.8.0). http://honeybutcher.de/2013/04/account-quotas-swift-1-8-0/ I hope it's helpfully. Greetings Heiko ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@l

Re: [Openstack] Short introduction to running swift with quotas

2013-04-19 Thread John Dickinson
Looks great! Thanks. --John On Apr 19, 2013, at 8:16 AM, Heiko Krämer wrote: > Hi Guys, > > I've written a short guide to enable the quotas in Swift (1.8.0). > > http://honeybutcher.de/2013/04/account-quotas-swift-1-8-0/ > > > I hope it's helpfully. > > Greetings > Heiko > >

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Paras pradhan
Any idea why I could not hit http://169.254.169.254/20090404/instanceid ? Here is what I am seeing in cirros . -- Sending discover... Sending select for 192.168.122.98... Lease of 192.168.122.98 obtained, lease time 120 deleting routers route: SIOCDELRT: No such process route: SIOCADDRT: No such p

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Jim Fehlig
Daniel P. Berrange wrote: > On Fri, Apr 19, 2013 at 01:43:23PM +0300, Cristian Tomoiaga wrote: > >> As for the compute part, I may need to work with libvirt but I want to >> avoid that if possible. Libxl was meant for stacks right ? Again, this may >> not be acceptable and I would like to know.

Re: [Openstack] Multinode setup?

2013-04-19 Thread Dmitry Makovey
played with --availability-zone, so after specifying: # cinder  create --availability-zone nova:foo.bar.com 10 I get: # cinder show c1e4bcc1-c8aa-4bc6-93a8-88e362028f9a +-+--+ |       Property      |                Value                 |

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Cristian Tomoiaga
Hi Jim, Thank you! I'll check libvirt in more detail to make sure nothing I need is missing. With xend it should work. I'm planning ahead and want to deploy on Libxl but for the sake of argument I will probably use both KVM (Daniel is to blame here :) ) and Xen with libxl while I test out everythi

Re: [Openstack] Multinode setup?

2013-04-19 Thread Dmitry Mescheryakov
Did you try running nova-manage service list ? It should show services status relatively to node on which you run that command. 2013/4/19 Dmitry Makovey > played with --availability-zone, so after specifying: > > # cinder create --availability-zone nova:foo.bar.com 10 > > > I get: > > # cinde

Re: [Openstack] Multinode setup?

2013-04-19 Thread Dmitry Makovey
# cinder-manage host list host                            zone            primary.bar.com           nova            foo.bar.com          nova            however  # nova-manage service list  only shows nova services on primary node (since that's the only place that has it installed)  >

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Jim Fehlig
Cristian Tomoiaga wrote: > Hi Jim, > > Thank you! I'll check libvirt in more detail to make sure nothing I > need is missing. > With xend it should work. I'm planning ahead and want to deploy on > Libxl but for the sake of argument I will probably use both KVM > (Daniel is to blame here :) ) and X

[Openstack] authorization failed with swift:swift?

2013-04-19 Thread Nan Zhu
Hi, all I'm a newbie to openstack and swift I installed the swift components according to the official document, and I can start the service daemons, my questions is that when I try to validate my installation with swift -V 2.0 -A http://192.168.2.2:5000/v2.0 -U swift:swift -K swift stat th

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Bob Ball
It is true that most of the gating jobs are running on KVM but the smokestack tests also run on Xen (actually XenServer with the XenAPI driver), so there is CI testing for Xen and we'll be improving that through Havana as well. Bob -Original Message- From: Openstack [mailto:openstack-b

Re: [Openstack] Local storage and Xen with Libxl

2013-04-19 Thread Cristian Tomoiaga
Thank you for your answer Jim. I am working on nova now and will get more acquainted with libvirt in the following days. Since OpenStack is under constant development I don't get alarmed that easy. I keep finding small/not that important bugs while working on openstack so a wiki page suggesting imp

Re: [Openstack] Multinode setup?

2013-04-19 Thread Daniels Cai
hi Dmitry Cinder service is not managed by nova-manage service list Mq is only needed to be installed once You can do the following to check whether multi node works 1.check MySQL db cinder database , there should be a table named "service" which record all the available cinder services. If not p

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Daniels Cai
Hi Paras The log says your dhcp works fine while metadata is not Check the following steps 1.Make sure nova API enables metadata service 2. A virtual router should be created for your subnet and this router is binding with a l3 agent 3.in the l3 agent metadata proxy service should be works fine

[Openstack] Glance question

2013-04-19 Thread marcio assis
Hellow, First, sorry my bad english. I litle confuse about the glance config files. Whats the diference between glance-api.conf and glance-api-past.conf? Tks Regards ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpa

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Martinx - ジェームズ
Daniels, There is no `Quantum L3' on this setup (at least not on my own environment / guide). So, this leads me to one question: Metadata depends on L3? I do not want Quantum L3 package and I want Metadata... Is that possible? Tks, Thiago On 19 April 2013 21:44, Daniels Cai wrote: > Hi Para

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Daniels Cai
paras In my experience the answer is yes . In grizzly , metadata proxy works in the qrouter's name space ,no router means no metadata . I am not sure whether any other approaches . Daniels Cai http://dnscai.com 在 2013-4-20,9:28,"Martinx - ジェームズ" 写道: Daniels, There is no `Quantum L3' on this

Re: [Openstack] [openstack-community] Q: Red Hat OpenStack Cloud Infrastructure Partner n

2013-04-19 Thread Frans Thamura
yes, what is reposition with company inside openstack.org, like dell, hp. frans Frans Thamura Meruvian On Apr 20, 2013 12:23 AM, "Dave Neary" wrote: > Hi Franz, > > I'm not sure I understand what you mean with your question. Red Hat's > OpenStack Cloud Infrastructure Partner program is a pathw