Re: [Openstack] [openstack-dev] Instances running on VMware ESXi unable to get ip by dhcp

2013-10-02 Thread Dan Wendlandt
Based on your previous emails to the list, it seems like you do not have quantum/neutron configured. If so, it would not be a surprise that DHCP requests are not getting through. What vSphere compatible Neutron plugin are you using, and have you tested to make sure basic L2 connectivity exists?

[Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Marco Fornaro
Hi All, I have a question on Openstack that is quite important for my cloud architecture: --> Can I have a complete Openstack instance running ON a VIRTUAL MACHINE? Or, generalizing: can I have "nested" openstack instances? ...and If this is possible...are there any constraints? NOTES: ->

[Openstack] Fwd: [Full-disclosure] [Django] Cookie-based session storage session invalidation issue

2013-10-02 Thread Jeffrey Walton
Not sure if this made anyone's radar -- Forwarded message -- From: G. S. McNamara Date: Tue, Oct 1, 2013 at 4:20 PM Subject: [Full-disclosure] [Django] Cookie-based session storage session invalidation issue To: full-disclos...@lists.grok.org.uk FD, I’m back! Django version

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Bob Ball
I can't speak for KVM, but this is certainly possible using XenServer. We've run nested virtualisation and nested OpenStack instances (primarily devstack instances for testing) many times. There is a degradation in performance, as you would expect from nested virtualisation, but it's definitely

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Marco Fornaro
Hi Bob, Great! Thanks so much for your help! Best Regards Marco From: Bob Ball [mailto:bob.b...@citrix.com] Sent: den 2 oktober 2013 10:54 To: Marco Fornaro; openstack@lists.openstack.org Subject: RE: Openstack IN a Virtual Machine? I can't speak for KVM, but this is certainly possible using

[Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Folks I'm seeing an odd direction performance issue with my Havana test rig which I'm struggling to debug; details: Ubuntu 12.04 with Linux 3.8 backports kernel, Havana Cloud Archive (currently Havana b3, OpenvSwitch 1.10.2), OpenvSwitch plugin

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Swapnil Kulkarni
You can do it with QEMU. It works just fine. with the performance you can expect from nested virtualization. ~Swapnil On Wed, Oct 2, 2013 at 2:23 PM, Bob Ball wrote: > I can’t speak for KVM, but this is certainly possible using XenServer. > We’ve run nested virtualisation and nested OpenStac

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Marco On 02/10/13 08:57, Marco Fornaro wrote: > I have a question on Openstack that is quite important for my > cloud architecture: > > à*Can I have a complete Openstack instance running ON a VIRTUAL > MACHINE?* > > *Or, generalizing: can I hav

[Openstack] [Keystone] Havana RC1 available

2013-10-02 Thread Thierry Carrez
Hello everyone, The first project to publish a release candidate in preparation for the Havana release is Keystone ! Congratulations to the Keystone development team for reaching that milestone first. The RC1 is available for download at: https://launchpad.net/keystone/havana/havana-rc1 Unless r

Re: [Openstack] cisco neutron plugin. Where is cisco_plugins.ini file

2013-10-02 Thread Otávio Augusto
In addition to this topic, I'd like to ask a few questions about neutron and how I could customize/extend it to my needs: - When it comes to plugin development and/or extension, do we mean changes only for the L2 layer (switching) ? - What should I consider if I want to change the routing technolo

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Craig Lee
As another data point, we've been doing some OpenStack development on EC2 servers. Since we have a corporate EC2 account, this is just an easy way to get a bunch of servers for any kind of development. --Craig On 10/2/13 2:04 AM, Marco Fornaro wrote: Hi Bob, Great! Thanks so much for your

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Rick Jones
On 10/02/2013 02:14 AM, James Page wrote: I tcpdump'ed the traffic and I see alot of duplicate acks which makes me suspect some sort of packet fragmentation but its got me puzzled. Anyone have any ideas about how to debug this further? or has anyone seen anything like this before? Duplicate

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Jay Pipes
Hi James, have you tried setting the MTU to a lower number of bytes, instead of a higher-than-1500 setting? Say... 1454 instead of 1546? Curious to see if that resolves the issue. If it does, then perhaps there is a path somewhere that had a <1546 PMTU? -jay On 10/02/2013 05:14 AM, James Pag

[Openstack] [Glance] Havana RC1 available

2013-10-02 Thread Thierry Carrez
Hello everyone, Next in line, we now have a Glance release candidate for the Havana release. The RC1 is available for download at: https://launchpad.net/glance/havana/havana-rc1 Unless release-critical issues are found that warrant a release candidate respin, this RC1 will be formally released a

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Jay On 02/10/13 16:37, Jay Pipes wrote: > Hi James, have you tried setting the MTU to a lower number of > bytes, instead of a higher-than-1500 setting? Say... 1454 instead > of 1546? > > Curious to see if that resolves the issue. If it does, the

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Gangur On 02/10/13 17:24, Gangur, Hrushikesh (R & D HP Cloud) wrote: > http://techbackground.blogspot.co.uk/2013/06/path-mtu-discovery-and-gre.html Yeah > - - I read that already: sudo ip netns exec qrouter-d3baf1b1-55ee-42cb-a3f6-9629288e3221

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Gangur, Hrushikesh (R & D HP Cloud)
http://techbackground.blogspot.co.uk/2013/06/path-mtu-discovery-and-gre.html -Original Message- From: James Page [mailto:james.p...@ubuntu.com] Sent: Wednesday, October 02, 2013 9:17 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] Directional network performance issues with

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Jay Pipes
On 10/02/2013 12:17 PM, James Page wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Jay On 02/10/13 16:37, Jay Pipes wrote: Hi James, have you tried setting the MTU to a lower number of bytes, instead of a higher-than-1500 setting? Say... 1454 instead of 1546? Curious to see if that

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/10/13 17:28, Jay Pipes wrote: >> On 02/10/13 16:37, Jay Pipes wrote: >>> Hi James, have you tried setting the MTU to a lower number of >>> bytes, instead of a higher-than-1500 setting? Say... 1454 >>> instead of 1546? >>> >>> Curious to see i

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-02 Thread Jeremy Stanley
On 2013-10-02 10:34:55 +0100 (+0100), James Page wrote: [...] > we actually do OpenStack testing on OpenStack to support QA > activities for Ubuntu Server. [...] And in fact, every change which gets proposed to OpenStack is tested many, many, many times before it's allowed in OpenStack by running

[Openstack] "nova list" returns nothing

2013-10-02 Thread Clement Buisson
Hello, I am a Folsom user, I have been using the "nova list" command for a while until couple weeks ago. That command use to work just fine and one day it just stopped working. I can run the command but nothing will show up. Here is the output of my command: nova --debug list REQ: curl -i http:

Re: [Openstack] [Keystone] Havana RC1 available

2013-10-02 Thread Martinx - ジェームズ
AWESOME!! :-D On 2 October 2013 08:53, Thierry Carrez wrote: > Hello everyone, > > The first project to publish a release candidate in preparation for the > Havana release is Keystone ! Congratulations to the Keystone development > team for reaching that milestone first. The RC1 is availa

[Openstack] [Ceilometer] Havana RC1 available

2013-10-02 Thread Thierry Carrez
Hello everyone, Last for today, the Ceilometer first release candidate for the Havana release was just published. 50 bugs were fixed since feature freeze 3 weeks ago. RC1 is available for download at: https://launchpad.net/ceilometer/havana/havana-rc1 Unless release-critical issues are found tha

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Rami Vaknin
On 10/02/2013 09:35 PM, Clement Buisson wrote: Hello, I am a Folsom user, I have been using the "nova list" command for a while until couple weeks ago. That command use to work just fine and one day it just stopped working. I can run the command but nothing will show up. Here is the output o

Re: [Openstack] [Ceilometer] Havana RC1 available

2013-10-02 Thread Thierry Carrez
Thierry Carrez wrote: > Hello everyone, > > Last for today, the Ceilometer first release candidate for the Havana > release was just published. 50 bugs were fixed since feature freeze 3 > weeks ago. RC1 is available for download at: > > https://launchpad.net/ceilometer/havana/havana-rc1 > > Unle

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/10/13 17:33, James Page wrote: > On 02/10/13 17:24, Gangur, Hrushikesh (R & D HP Cloud) wrote: >>> http://techbackground.blogspot.co.uk/2013/06/path-mtu-discovery-and-gre.html > >>> Yeah >>> > - I read that already: > > sudo ip netns exec qr

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Clement Buisson
Hi Rami, I checked in Nova DB and I can see all my instances there (select * from instances). On my compute nodes, I ran virsh list --all (got list for kvm instances) and pgrep kvm (got list of pids) and I got valid information about my instances. I am also running these commands from the Nova-AP

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Gangur, Hrushikesh (R & D HP Cloud)
Ensure these environment variable is set correctly. My guess is that your environment variable must be pointing to a different project: export OS_USERNAME=Admin export OS_PASSWORD=secretword export OS_TENANT_NAME=AdminProject export OS_AUTH_URL=http://:5000/v2.0/ export OS_AUTH_STRATEGY=keystone

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Clement Buisson
All these variables are correct, I just double checked them. This is really strange because it was working fine and stopped working all of the sudden! On Wed, Oct 2, 2013 at 3:31 PM, Gangur, Hrushikesh (R & D HP Cloud) < hrushikesh.gan...@hp.com> wrote: > Ensure these environment variable is se

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Martinx - ジェームズ
Hi James, Let me ask you something... Are you using the package `openvswitch-datapath-dkms' from Havana Ubuntu Cloud Archive with Linux 3.8? I am unable to compile that module on top of Ubuntu 12.04.3 (with Linux 3.8) and I'm wondering if it is still required or not... Thanks! Thiago On 2 Oct

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Robert Collins
I believe it's still needed: upstream kernel have pushed back against the modules it provides, but neutron needs them to deliver the gre tunnels. -Rob On 3 October 2013 13:15, Martinx - ジェームズ wrote: > Hi James, > > Let me ask you something... > > Are you using the package `openvswitch-datapath-d

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Martinx - ジェームズ
Mmm... I am unable to compile openvswitch-datapath-dkms from Havana Ubuntu Cloud Archive (on top of a fresh install of Ubuntu 12.04.3), look: -- root@havabuntu-1:~# uname -a Linux havabuntu-1 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/10/13 04:43, Martinx - ジェームズ wrote: > Mmm... I am unable to compile openvswitch-datapath-dkms from > Havana Ubuntu Cloud Archive (on top of a fresh install of Ubuntu > 12.04.3), look: There is a bug in that version; I'm deploying from ppa:ubun

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-02 Thread Martinx - ジェームズ
Cool! The `ppa:ubuntu-cloud-archive/havana-staging' is the repository I was looking for. It works now... Thanks! On 3 October 2013 03:02, James Page wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 03/10/13 04:43, Martinx - ジェームズ wrote: > > Mmm... I am unable to compile openvswi

[Openstack] Public network access to VMs without NAT/floating IP

2013-10-02 Thread James Kino
Hello! The use case description is as follows, Application protocol : SIP (http://www.ietf.org/rfc/rfc3261.txt) Domain: Telecom SIP client <--> Application running in VM hosted on Openstack SIP Clinet (IP_WEB)( on web) <-> Openstack NAT (IP_FLOAT) <> Private IP on VM with appl