[Openstack] VM Isolation

2015-01-22 Thread Georgios Dimitrakakis
Hi all! I would like to see how you would handle the following issue: In an OpenStack environment with legacy networking (nova) I would like to have VM isolation in the same tenant. I understand that VLAN Manager offers isolation on different tenants but is it possible in the same tenant to

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
I guess create 2 networks first, and then create 2 instances with different network should work for you. Thanks. -chen -Original Message- From: Georgios Dimitrakakis [mailto:gior...@acmac.uoc.gr] Sent: Thursday, January 22, 2015 4:04 PM To: openstack@lists.openstack.org Subject: [Openst

Re: [Openstack] VM Isolation

2015-01-22 Thread Georgios Dimitrakakis
Hi Chen, Do you mean 2 networks with FlatDHCP Manager? How can I tell which network each VM will be on? Any documentation would be nice. Regards, George I guess create 2 networks first, and then create 2 instances with different network should work for you. Thanks. -chen -Original Mes

Re: [Openstack] [Icehouse][neutron][manto-to-one NAT]

2015-01-22 Thread Chinasubbareddy M
Thank you James. I am looking for an option where I will be having only one public IP and then users outside to cloud will use that IP to connect to the VMs inside the cloud. For example vm whose local ip is 1.1.1.2 and the public ip for the setup is 192.168.10.11. If a user outside to cloud co

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
Sorry, what is " FlatDHCP Manager " ? I haven't using nova-network for a while. But from the help message for nova: nova help network-create There is a parameter can set vlan_id: usage: nova network-create .. -vlan .. And for nova boot , there

Re: [Openstack] VM Isolation

2015-01-22 Thread Georgios Dimitrakakis
FlatDHCP Manager is a different type of network manager. Openstack's Legacy networking has three of them: FlatManager, FlatDHCPManager and VlanManager I was under the impression that you were suggesting the creation of two "flat" networks and not two with different VLAN IDs, which now is clea

Re: [Openstack] VM Isolation

2015-01-22 Thread Antonio Messina
On Thu, Jan 22, 2015 at 11:01 AM, Georgios Dimitrakakis wrote: > FlatDHCP Manager is a different type of network manager. > Openstack's Legacy networking has three of them: FlatManager, > FlatDHCPManager and VlanManager > > I was under the impression that you were suggesting the creation of two >

[Openstack] GRE implementation in 3 node setup

2015-01-22 Thread Mohit Malik
Hi, Has anyone tried to implement GRE tunnel encapsulation in datapath of ovs(like ovdk,etc)? Thanks Mohit ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://

Re: [Openstack] instance_info_caches table, nova not populating for some instances

2015-01-22 Thread Don Waterloo
On 3 December 2014 at 11:58, Don Waterloo wrote: > I am having a problem that I hope someone can comment on. > > Periodically, an instance ends up w/ 0 rows in 'instance_info_caches' in > the nova database. > If anyone else has a chance, and can try running this sql query against their nova data

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
Can I have two different VLAN IDs in the same tenant? =>Yes, of course. -Original Message- From: Georgios Dimitrakakis [mailto:gior...@acmac.uoc.gr] Sent: Thursday, January 22, 2015 6:02 PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: RE: [Openstack] VM Isolation FlatDHCP Ma

Re: [Openstack] MTU/Fragmentation/Retransmission Problem in Juno using GRE [FIXED]

2015-01-22 Thread Eren Türkay
On 21-01-2015 15:55, Eren Türkay wrote: > I needed to lower the internal leg in router namespace to match VMs MTU > to get ICMP packets working. With this setting, ICMP packets are OK and > any length can be send across the network. Hello, I fixed the retransmission issue with the following comma

[Openstack] neutron integration with nsx6.1

2015-01-22 Thread Aru s
Hi All, I am trying to configure the integration of openstack nova + openstack neutron + vcenter + nsx6.1. I am successful up to openstack nova + vcenter. For openstack neutron+nsx6.1 i did not found proper documentation, where it is available for nsx4. Please help to find a good documentation wit

[Openstack] devstack error

2015-01-22 Thread Nikesh Kumar Mahalka
I am getting below devstack error in kilo devstack http://paste.openstack.org/show/160407/ Can any one help please? Regards Nikesh ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstac

[Openstack] [nova] live migration oddity

2015-01-22 Thread Xu (Simon) Chen
Hey, I am having trouble live-migrating relatively large VMs (16 cores, 64G ram). I am seeing a constant 50-60MBps traffic between source and destination hypervisors, but the migration wasn't done even after 10+ hours. I am using cinder with rbd backend. People on libvirt mailing list recommended

Re: [Openstack] instance_info_caches table, nova not populating for some instances

2015-01-22 Thread Don Waterloo
On 22 January 2015 at 09:30, Don Waterloo wrote: > > > On 3 December 2014 at 11:58, Don Waterloo wrote: > >> I am having a problem that I hope someone can comment on. >> >> Periodically, an instance ends up w/ 0 rows in 'instance_info_caches' in >> the nova database. >> > > If anyone else has a

Re: [Openstack] [Heat] Heat supports OpenStack operation

2015-01-22 Thread Angus Salkeld
On Thu, Jan 22, 2015 at 4:06 PM, Duan, Li-Gong (Gary@HPServers-Core-OE-PSC) wrote: > Hi Angus, > > > > > We are currently fleshing out a spec for Mistral resource types that > should do > > what you suggest above: > https://review.openstack.org/#/c/143989/12/specs/kilo/mistral-resources.rst > >

[Openstack] Feature wish list somewhere? 2 Devs looking to contribute

2015-01-22 Thread Michael Gale
Hey, Does anyone know where I could find a feature wishlist? Ideally a list of outstanding features or functionality that is wanted. But is currently missing from OpenStack and not being worked on or has been started but needs a lot of dev help? I am looking for a way that 2 full time python

Re: [Openstack] Feature wish list somewhere? 2 Devs looking to contribute

2015-01-22 Thread John Dickinson
Michael, In Swift, I've created https://wiki.openstack.org/wiki/Swift/ideas to document some ideas that are relatively low-impact, isolated from major ongoing work, and still pretty nice to have. And although I have created it yet, I'm working on some other tools to have a much better, holistic

[Openstack] [Devstack] Enabling services in HTTPS mode

2015-01-22 Thread Parikshit Manur
Hi All, I am trying to install the devstack with services being enabled in HTTPS mode. During devstack installation,the neutron-server fails to start. Throws the following error. 2015-01-21 19:57:04.932 | + screen -S stack -p q-svc -X stuff 'python /usr/local/bin/neutron-server --config-file /

[Openstack] neutron 2.3.4 "The requested URL /tokens was not found "

2015-01-22 Thread Ivan Rodriguez
Hi Guys, First question on this list I'm trying to setup openstack for a demo so far the only thing missing is neutron. The requested URL /tokens was not found on this server. It doesn't matter what I do it always shows the same error any ideas ? my settings All the other components look ok I c

Re: [Openstack] neutron 2.3.4 "The requested URL /tokens was not found "

2015-01-22 Thread Ivan Rodriguez
Ey Guys, I think I found my problem, we did some modifications to the .py trying to debug a previous issue Thanks On Fri, Jan 23, 2015 at 4:57 PM, Ivan Rodriguez wrote: > > Hi Guys, > > First question on this list I'm trying to setup openstack for a demo so > far the only thing missing is neu

Re: [Openstack] [Devstack] Enabling services in HTTPS mode

2015-01-22 Thread Kevin Benton
There are several connections in the neutron logs. After devstack fails, try running the wget command manually and check the output. There may be a certificate error that is causing it to abort the connection. wget --ca-certificate=/opt/stack/data/ca-bundle.pem --no-proxy -q -O- https://10.102.118