[Openstack] [swift] Object replication failure counts confusing in 2.7.0

2016-05-16 Thread Mark Kirkwood
I'm looking at a freshly started 2 node, 6 device cluster, with only 1 object uploaded: $ swift stat Account: AUTH_592baa6ee20c491c984ae4a16af31aa6 Containers: 1 Objects: 1 Bytes: 524288000 Objects in policy "poli

Re: [Openstack] Error : TFTP open timeout

2016-05-16 Thread Irfan Sayed
Guys, any directions please ? regards On Thu, May 12, 2016 at 10:57 PM, Irfan Sayed wrote: > please suggest > > > On Thu, May 12, 2016 at 3:57 PM, Irfan Sayed wrote: > >> Hi, >> while booting the ironic node from the nova, facing the issue >> i ran following command : >> >> nova boot --flavor

[Openstack] Changed Controller and Compute public network interface IP address, then can't create new network

2016-05-16 Thread 沈亚军
Hi Team, I created a OpenStack env in my company, it worked, and I can create VMs. (I follewed Liberty version CentOS 7 installation guide. My OS is Centos 7; For network, I selected option 1 in the guide, the simple one) Recently, for some reason I have to the change the public interface IP

Re: [Openstack] Brigde on compute node confusing tenant network with system interface.

2016-05-16 Thread Kaustubh Kelkar
>> With tcpdump I can see instance making the ARP request 'who has >> 192.168.0.1'. However, the first answer is from bridge qvb, using the bridge >> mac address. I believe this is due to L2 population + ARP responder mechanism where OVS itself creates an ARP reply and sends it back to avoid the

[Openstack] Brigde on compute node confusing tenant network with system interface.

2016-05-16 Thread Jorge Luiz Correa
Hi list! I'm having problems with tenant network and one of compute nodes. I think that could be something with the compute node management ip address. Context: I'm testing the network scenario "classic with openvswitch" described here: http://docs.openstack.org/liberty/networking-guide/scenario

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread Priyanka
Hi Alex, Thanks for the insight about lbaas in openstack. I would have preferred not to upgrade but if the services I need are not available in Juno I think i will have to upgrade. But can any of these lbaas (haproxy or octavia) suit my need because they are protocol specific and I need a gen

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread Alex Barclay
Hi Priyanka I'll dive in a little here. As I may know a little about LBaaS on OpenStack. If you're on Juno you'll be using Neutron LBaaS v1 - warning - this is deprecated in Liberty. It has limitations such as inability to support TLS termination, multiple simultaneous TCP ports (e.g. one virt

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread Priyanka
Hi Nitish, Thanks a lot for the quick response. The LVSdriver is not integrated yet and is abandoned according to this: https://review.openstack.org/#/q/topic:bp/lbaas-lvs-driver,n,z Thanks, Priyanka On Monday 16 May 2016 08:05 PM, nithish B wrote: Hi Priyanka, You can use OpenStack LBaaS w

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread nithish B
Hi Priyanka, You can use OpenStack LBaaS with LVS driver to achieve this. Reference: https://wiki.openstack.org/wiki/Neutron/LBaaS/LVSDriver Hope this helps. Feel free to get back to me for any queries. Thanks. Nitish B. Regards, Nitish B. On Mon, May 16, 2016 at 7:33 PM, Priyanka wrote: > H

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread Priyanka
Hi Nitish, It should be a LBaaS. Thanks, Priyanka On Monday 16 May 2016 07:35 PM, nithish B wrote: Hi Priyanka, When you say you want to load balance between a set of VMs, will this load balancer be another VM or should it be a LBaaS. Please let me know. Regards, Nitish B. On Mon, May 16, 2

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread nithish B
Hi Priyanka, When you say you want to load balance between a set of VMs, will this load balancer be another VM or should it be a LBaaS. Please let me know. Regards, Nitish B. On Mon, May 16, 2016 at 7:22 PM, Priyanka wrote: > Hi Nitish, > > Thanks for the response. But can this be used for VMs

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread Priyanka
Hi Nitish, Thanks for the response. But can this be used for VMs on openstack cloud. There is no plugin in openstack for this. Thanks, Priyanka On Monday 16 May 2016 07:14 PM, nithish B wrote: Hi Priyanka, You could have a look at IPVS . It i

Re: [Openstack] load balancer as a service for all protocols

2016-05-16 Thread nithish B
Hi Priyanka, You could have a look at IPVS . It is part of the linux kernel and load balances at the transport layer. Regards, Nitish B. On Mon, May 16, 2016 at 6:46 PM, Priyanka wrote: > Hi, > > I have a openstack juno cloud with one controlle

[Openstack] load balancer as a service for all protocols

2016-05-16 Thread Priyanka
Hi, I have a openstack juno cloud with one controller+neutron node and three compute nodes. I want to create a load balancer for balancing the load on a set of VMs of same type. The load to these VMs would come from VMs on the same subnet and the the communications are using different protoc