[Openstack] Nova neutron vlan mode doesnt tag the interfaces

2013-10-31 Thread Leandro Reox
Hi guys, Were looking trough the whole code and we didnt see any place were ovs adds the "tag" parameter when creating a vif for the new vritual machine, its seems thats isnt contemplated at all. We were wondering if this is an unsuported schema, cause we can hack it to get it an tag it , buy we f

[Openstack] [NOVA][Docker] Security groups

2013-10-28 Thread Leandro Reox
Im struggling getting security groups work with docker and Neutron 1) should the secgroups be inside the namespace of the container 2) or outside on the compute node like KVM ? If the 2nd, seems that i cant find the right way to get the rules applied on the host, no matter what conf options i try

Re: [Openstack] [openstack-dev] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-24 Thread Leandro Reox
his part of the setup. > > -Rob > > On 24 October 2013 01:57, Leandro Reox wrote: > > Hi guys, > > > > Seem that i cant find the right combination to get neutron security > groups > > working with nova and OVS > > > > - I see the logs on the ovs age

[Openstack] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-23 Thread Leandro Reox
Hi guys, Seem that i cant find the right combination to get neutron security groups working with nova and OVS - I see the logs on the ovs agent like sec group updated or rule updated - I can configure the rules on neutron without an issue BUT Seems like nova is not doing anything with the the r

Re: [Openstack] openstack & network HA - 10GbE bonding?

2013-10-21 Thread Leandro Reox
We're using this schema a lot, bonding mode 2, dynamic link aggr and alternative path in case of failure, works like charm, so far no perfomance issu on intel cards On Mon, Oct 21, 2013 at 6:19 PM, matthew zeier wrote: > Wondering what others have used for multi homed OpenStack nodes on 10GbE.

Re: [Openstack] [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Now that i can launch intances normally, it seems that the rules are not getting applied anywhere, i have full access to the docker containers. If i do iptable -t nat -L and iptables -L , no rules seems to be applied to any flow On Fri, Oct 18, 2013 at 4:28 PM, Leandro Reox wrote: > Yes it

Re: [Openstack] [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
ng of: security_group_api=neutron in nova.conf > actually doesn't matter at all on the compute nodes (still good to set it > though). But it matters on the nova-api node. can you confirm that your > nova-api node has: security_group_api=neutron in it's nova.conf? > > Thanks, > &

[Openstack] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Dear all, Im struggling with centralized sec groups on nova, were using OVS, it seems like no matter what flag i change on nova conf, the node still searchs the segroups on nova region local db We added : [compute node] *nova.conf* firewall_driver=neutron.agent.firewall.NoopFirewallDriver sec

[Openstack] Neutron ML2 configuration

2013-10-09 Thread Leandro Reox
Hi all im looking for a configuration guide for the neutron ml2 framework plugin. On the wiki its only documented for Devstack and i want to know all the config changes i need to do to neutron to use this king of plugins for us to allow use mech_drivers for our arista switches Best Lean _

Re: [Openstack] test

2013-09-27 Thread Leandro Reox
syn-ack On Fri, Sep 27, 2013 at 11:30 AM, 创业 <314631...@qq.com> wrote: > test > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack

Re: [Openstack] Openstack training

2013-09-02 Thread Leandro Reox
Hi Alfredo, If remote training works 4 you, we're doing this since 2011 Best Lean On Mon, Sep 2, 2013 at 7:43 PM, Alfredo De Luca wrote: > Hi all. > I wonder if there is any Openstack training in Australia and in particular > in Melbourne? > > I contacted Red Hat but no replies!! > > Cheers >

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Leandro Reox
+ Check the proxys ram ... if there starving, try restarting them and check if your performance recover On Mon, Aug 5, 2013 at 7:10 PM, Morten Møller Riis wrote: > I second this. > > We have millions of objects on several accounts. Eg. one account has about > 7 million images. These are split i

Re: [Openstack] Changing DNS on Nova Network

2013-08-01 Thread Leandro Reox
update query from the db ? On Thu, Aug 1, 2013 at 3:30 PM, Joshua Skains wrote: > root@devops8:~# nova-manage network list > id IPv4 IPv6 start address DNS1 DNS2 > VlanID project uuid > 1 10.27.254.0/26 None 10.27.

[Openstack] [SWIFT] Grizzly proxy server memory leak ?

2013-07-29 Thread Leandro Reox
Hi everyone, were facing a heavy issue on swift proxy server, we have 10 proxies, with 128gigs of ram, and by the time passes the proxy eat ups all the box memory, and the responses performance starts to degradate a lot, the workaround by now to solve this issue is to restart the proxy-server were

Re: [Openstack] Fwd: Does anyone have a working cloud with Flat Networking?

2013-07-28 Thread Leandro Reox
Can you pastebin the output of your controller and computes /etc/network/interfaces, and nova.conf ? On Sun, Jul 28, 2013 at 9:29 PM, comiqadze wrote: > Sorry, i didn't specify. I need grizzly version. Thanks. > > > We have ... a lot of essex clusters with Flat Injected , works just > fine, wha

Re: [Openstack] Fwd: Does anyone have a working cloud with Flat Networking?

2013-07-28 Thread Leandro Reox
We have ... a lot of essex clusters with Flat Injected , works just fine, what kinda issues are you experimenting ? On Sun, Jul 28, 2013 at 6:05 AM, Ori Tzoran wrote: > hi > this installer may help you > https://github.com/otzoran/openstack-grizzly-installer > it's in the "all-in-one" subdir b