Re: [Openstack] What is the best network architecture for Openstack

2014-09-18 Thread Robert van Leeuwen
> We have four servers and one SAS data store for the openstack deployment. All > servers have SAS > interfaces. We are going to put one controller node and 3 compute nodes. We > need to run the system with > live migration enabled. > > Is there are other options available to use the Compute no

Re: [Openstack] What is the best network architecture for Openstack

2014-09-18 Thread yasith tharindu
Thanks for the reply Robert; Does GFS is stable now ? Are there Openstack production setups runs with GFS? On Thu, Sep 18, 2014 at 12:17 PM, Robert van Leeuwen < robert.vanleeu...@spilgames.com> wrote: > > We have four servers and one SAS data store for the openstack > deployment. All servers ha

Re: [Openstack] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-18 Thread Yogesh Girikumar
Hi, The objects are replicated using rsync. You can use rsync via SSH tunnels. rsync -az /file/path user@host:/dest/path Does that answer your question? -- Y On 17 September 2014 18:16, Gui Maluf wrote: > I've a globally distributed swift infrastructure with many nodes in > different zones ac

Re: [Openstack] [Devstack][Neutron][Neutron N1KV Plugin] How to enable in local.conf?

2014-09-18 Thread foss geek
Hi Pritesh, My Linux Distribution is : Ubuntu 14.04 64 Bit Devstack : Icehouse Nexus : Cisco Nexus 1000V Version 4.2.1.SV2(2.2) for VMware vSphere 5.0 I am using the below configuration: I have commented the below variable: #Q_CISCO_PLUGIN_UVEM_DEB_IMAGE=/var/lib/jenkins/prod/nexus_1000v_vem

Re: [Openstack] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-09-18 Thread Gui Maluf
The problem is, how would I configure swift to replicate through ssh? There is no wrapper to rsync. I though ssh as solution but isn't too much elegant since I've to maintain a copy of the same privkey among the whole cluster. On Thu, Sep 18, 2014 at 7:01 AM, Yogesh Girikumar wrote: > Hi, > > T

[Openstack] Icehouse reverting instance in nova using flavor

2014-09-18 Thread raghavendra.lad
Hi Stackers, I was trying out the Icehouse command to resize a flavor that works fine even with the GUI. However in the Openstack Icehouse # nova resize- revert vmname ERROR: Cannot 'revertResize' while instance is in vm_state active (HTTP 409) I get the above error. Any ideas that can help.

Re: [Openstack] A strange solution for instances not getting their ip

2014-09-18 Thread Claudio Pupparo
Thank you Ernest, I have tried setting "agent_down_time" to 120, but nothing changed. I think I am facing a different problem (ovs-vsctl, neutron log and mysql show a different output than yours). I have a two node configuration: Controller/Network node (node A, ip 10.0.0.11) Compute node (nod

[Openstack] Resize-Revert fails in Icehouse nova resize-revert error

2014-09-18 Thread raghavendra.lad
Hi Stackers, I tried to resize the tiny flavor to small using Cirros image in Openstack Icehouse. It works!! I can go ahead and resize the VM. It can be done on Dashboard GUI. When I try to use nova resize-revert I get the below error # nova resize-revert vmname ERROR: Cannot 'revertResize' w

Re: [Openstack] Question about VXLAN support

2014-09-18 Thread CARVER, PAUL
I haven’t done this on a VXLAN deployment but I did a packet capture on a Grizzly GRE environment to see exactly what it looks like on the wire and the results are below (although the color coding will probably be lost.) What we have with GRE is 802.1q inside the encapsulated payload so if the 4

Re: [Openstack] Question about VXLAN support

2014-09-18 Thread George Mihaiescu
The VLAN ID is only locally significant to each compute node, so same subnet belonging to same tenant could would have different VLAN tags on different compute nodes. VLAN tag 1 could be used by subnet1 of tenant A on node1 and by subnet1 of tenant B on node 2, with no conflicts. Both VXLAN

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-18 Thread Akilesh K
I believe you have checked the security group rules. Make sure the instance is able to ping the router. If yes the problem lies in your host's firewall rules. Flush the hosts iptable rules(you may take a backup before you do that). On Thu, Sep 18, 2014 at 7:32 PM, Srinivasreddy R < srinivasreddy4.

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-18 Thread Srinivasreddy R
hi , thanks for your reply . 1. i have checked ssh server is running in instance .. ssh from one instance to another is possible using private network[demo-net] . 2. checked ssh is running in port 22 3. telnet 22 is not working . 4. output when i run ssh using verbose pasted at http://p

Re: [Openstack] What is the best network architecture for Openstack

2014-09-18 Thread Mike Smith
We run GFS2 for our shared instances volume and it has worked very well for us. We leverage CLVM and fiber connected SAN LUNs on the backend in order to do that. It's great for live migrations, etc. I'm told that GFS2 performance degrades significantly once you mount the filesystem on more th

Re: [Openstack] [LBaaS] Multiple ports per VIP

2014-09-18 Thread Zebra
Hi,all I am one new OpenStack-er. I want to know when will the code of bp "LBaaS API and object model improvement" be merged to master. And if the python-neutronclient cli tools (or source) used to test the new version lbaas API exists? Looking forward to your reply. Zebra -

[Openstack] [openstack][swift]-container mount into ubuntu

2014-09-18 Thread Chinasubbareddy M
Hi, Do we have any facility like s3fs to mount swift container into our local server? I am trying to use cloud-fuse but facing some issues ,please let me know if you are successfully mounted swift container with cloud-fuse. Subbareddy, Persistent systems ltd. DISCLAIMER == This e-mai

Re: [Openstack] What is the best network architecture for Openstack

2014-09-18 Thread yasith tharindu
Thanks for the information Mike, I would initially test with GlusterFS. On Thu, Sep 18, 2014 at 8:19 PM, Mike Smith wrote: > We run GFS2 for our shared instances volume and it has worked very well > for us. We leverage CLVM and fiber connected SAN LUNs on the backend in > order to do that. It

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-18 Thread Srinivasreddy R
hi, i have checked security group rules . my instance is pinging to router and even a device in external network . mostly my problem may in host's firewall . how can i identify which rule is dropping the ssh traffic .? how can i confirm that ssh traffic is blocked at firewall .? i there any way t