Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-19 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65788#c65788 From: shahamf Hey Remo, 'ip netns exec qrouter-41f2efea-7066-4dc3-bad7-41fdab130b65 ifconfig' gives me: lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txq

[Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
I want to setup multiple external networks, but I don't know how to make this works. Here's my user requirements: There are two departments want to use my cloud, but as history problem, they wants their VMs to use original IP range. DepA wants to use floating ip in 192.168.66.0/24, DepB wants to u

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Hauke Bruno Wollentin
Hi Ray, in general it is possible to use two (or more) subnets in one external network, but all instances then will get IPs from both subnets (if the floating IPs on subnetA are allocated, the next ones will be allocated from subnetB). So you need to create two (non-shared, tenant specific) ex

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread José Riguera López
You can, just tell neutron you want to have another external network. Lets say VLAN=300 is 192.168.66. 0/24 # Creating the external network type VLAN with VLAND ID == 300 # The name of the provider physical_network "ext" is mapped to a physical # device on the ML2 configura

Re: [Openstack] lbaas kilo ha

2015-11-19 Thread Tom Verdaat
Excellent question! It should be in Kilo but documentation seems to be non-existent I'd also be very interested to any and all links to useful deployment documentation (especially for use on ubuntu)! Tom 2015-11-18 13:33 GMT+01:00 Yngvi Páll Þorfinnsson : > Also the lbaas *version 2* ? >

Re: [Openstack] lbaas kilo ha

2015-11-19 Thread Yngvi Páll Þorfinnsson
OK, so I‘m not alone wondering about this ☺ ☺ ☺ Cheers Yngvi From: Tom Verdaat [mailto:t...@server.biz] Sent: 19. nóvember 2015 12:00 To: openstack@lists.openstack.org Subject: Re: [Openstack] lbaas kilo ha Excellent question! It should be in Kilo but documentation seems to be non-existent

Re: [Openstack] lbaas kilo ha

2015-11-19 Thread Yngvi Páll Þorfinnsson
Are we waiting for Openstack Octavia ? (I‘m just guessing) Best regards Yngvi From: Tom Verdaat [mailto:t...@server.biz] Sent: 19. nóvember 2015 12:00 To: openstack@lists.openstack.org Subject: Re: [Openstack] lbaas kilo ha Excellent question! It should be in Kilo but documentation seems to be

Re: [Openstack] [ovsdb-dev] No IP assigned to Instances

2015-11-19 Thread Silvia Fichera
Hi Sam, I'm still trying to assign addresses to the VM. I was reading carefully your slides and I noticed, if I'm not wrong, that br-int should have a tap inerface for the connection to the dhcp agent. Is it true? In my configuration I noticed that: - Without instances in the controller node I hav

Re: [Openstack] lbaas kilo ha

2015-11-19 Thread Remo Mattei
Later this month I can work on this Remo Inviato da iPhone > Il giorno 19 nov 2015, alle ore 06:24, Yngvi Páll Þorfinnsson > ha scritto: > > Are we waiting for Openstack Octavia ? > (I‘m just guessing) > > Best regards > Yngvi > > From: Tom Verdaat [mailto:t...@server.biz] > Sent: 19.

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
Hauke, This is interesting, Is there any way to specify tenantA can only use ext-subnet1 and tenantB only use ext-subnet2? Thanks. Best Regards -- Ray On Thu, Nov 19, 2015 at 7:27 PM, Hauke Bruno Wollentin < hauke-bruno.wollen...@innovo-cloud.de> wrote: > Hi Ray, > > in general it is possible t

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Ray Sun
​Thanks, I will have a try.​ Best Regards -- Ray On Thu, Nov 19, 2015 at 7:38 PM, José Riguera López wrote: > > You can, just tell neutron you want to have another external network. Lets > say VLAN=300 is 192.168.66. 0/24 > > # Creating the external network type VLAN wit

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread José Riguera López
You can create a router in each project and attach it to the specific external network (via gw) ... but: * With the default policy, the tenant can create another router for the other network. Quick solution: change the policy to not allow creating routers * I think it will be confusing for the use

Re: [Openstack] How to support for multiple external networks?

2015-11-19 Thread Remo Mattei
I think your gw is wrong your mask is /24 it does not match. Just make sure you do have the right info. Inviato da iPhone > Il giorno 19 nov 2015, alle ore 03:38, José Riguera López > ha scritto: > > > You can, just tell neutron you want to have another external network. Lets > say VLAN=3

Re: [Openstack] OpenStack Network Configuration Problems

2015-11-19 Thread Andreas Scheuring
Sure, make sure that you have debug mode enabled (/etc/nova/nova.conf --> debug = True & the same for /etc/neutron/neutron.conf) Restart the following services (if you changed the config): - nova scheduler - nova compute - neutron agent - neutron service Now try to launch an instance again and h