Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-09 Thread Geo Varghese
Ignacio, Thanks for the comments. Yes sure while try to associate a floating IP to a instance you have a choice to select from different network. But the instance internal network should be connected to router where external network is connected. Hope you got it. On Tue, Jun 9, 2015 at 6:20 PM

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-09 Thread Ignacio Bravo
Geo, Congratulations on setting up the multiple external network. I was reading the posts and become interested in the topic. In our scenario, we want to use our Openstack implementation to provide services to external customers as well as to use for our own requirements. Since we have few ext

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
Friday, June 05, 2015 5:38:33 AM > *To:* Miguel A Diaz Corchero > *Cc:* openstack-operators@lists.openstack.org > *Subject:* Re: [Openstack-operators] Help with multiple external network > in openstack > > Hi Miguel, > > *I am adding my content of /etc/neut

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Fox, Kevin M
05, 2015 5:38:33 AM To: Miguel A Diaz Corchero Cc: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] Help with multiple external network in openstack Hi Miguel, I am adding my content of /etc/neutron/plugins/ml2/ml2_conf.ini of controller [ml2] type_drivers = gre,vlan

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
se (physnet3, physnet4, etc) >>>>> and include them in the bridge-mapping as “physnet3:br-ex803”, or >>>>> something >>>>> similar, and specify the VLANs as belonging to that particular physnet in >>>>> the network_vlan_ranges parameter, li

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
to the correct physnet. >>>> Search it by the UUID of the network you’re creating, and update the >>>> physical_network property to match “physnet3” or whatever you create. Then >>>> you can create a subnet from that network, allocate from it, and it should >>

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Miguel A Diaz Corchero
*Sent:* Thursday, June 04, 2015 12:43 PM *To:* Abrahams.Noah *Cc:* openstack-operators@lists.openstack.org <mailto:openstack-operators@lists.openstack.org> *Subject:* Re: [Openstack-operators] Help with multiple external net

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-05 Thread Geo Varghese
erty to match “physnet3” or whatever you create. Then >>> you can create a subnet from that network, allocate from it, and it should >>> work. You’ll also need to restart the openvswitch-agent and the L3-agent, >>> probably before you create the subnet. >>> >&

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
work, allocate from it, and it should >> work. You’ll also need to restart the openvswitch-agent and the L3-agent, >> probably before you create the subnet. >> >> >> >> *Noah Abrahams* >> >> Staff Engineer @ IGT | Central Platforms and Apps >> >> &g

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks for the reply. Have added these names of external network in any other configurations On Fri, Jun 5, 2015 at 4:18 AM, Fox, Kevin M wrote: > Those are the 4 external networks. In this cloud, they are all linux > bridges. > > I'm not using vlan tagging on this cloud, so I'm not su

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Miguel A Diaz Corchero
rn.com>] *Sent:* Thursday, June 04, 2015 12:43 PM *To:* Abrahams.Noah *Cc:* openstack-operators@lists.openstack.org <mailto:openstack-operators@lists.openstack.org> *Subject:* Re: [Openstack-operators] Help with multiple external network in openstack Hi Noah,

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Those are the 4 external networks. In this cloud, they are all linux bridges. I'm not using vlan tagging on this cloud, so I'm not sure what that would look like. Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 1:02 PM To: Fox

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
arghese [mailto:gvargh...@aqorn.com] > *Sent:* Thursday, June 04, 2015 12:43 PM > *To:* Abrahams.Noah > *Cc:* openstack-operators@lists.openstack.org > *Subject:* Re: [Openstack-operators] Help with multiple external network > in openstack > > > > Hi Noah, > > > > Thanks

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
: Abrahams.Noah Cc: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] Help with multiple external network in openstack Hi Noah, Thanks a lot for valuable inputs. I am using vlan tags for 2 external network and it configured on eth1. The two interfaces for multiple

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks. Can you please explain these values pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt These 4 networks are external networks? How you created these bridges. Can you please specify the value added for network_vlan_ranges = Are you using vlan tag fro external network. Sorry for many

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
In /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini currently we have: bridge_mappings = pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 12:29 PM To: Fox, Kevin M Cc: openstac

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Hi Noah, Thanks a lot for valuable inputs. I am using vlan tags for 2 external network and it configured on eth1. The two interfaces for multiple external networks are eth1.803 and eth1.805 Currently i didn't created br-ex bridge as it is multiple network. I have added vlan rages as => netwo

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Thanks for the reply Kevin. Currently bridge mapping is empty string. As I am not creating br-ex bridge due to multiple external network. Can you please explain what i have to do. On Thursday, June 4, 2015, Fox, Kevin M wrote: > Bridge mappings set in plugin.ini? > > Thanks, > Kevin > > -

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
Geo, You also need to set the gateway_external_network_id variable to empty. If you don’t, the L3 agent is either using the gateway from the network with the specified UUID, or can’t figure out which one to use. Also, if the networks have VLAN tags that would be handled by the switch, you mig

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Bridge mappings set in plugin.ini? Thanks, Kevin From: Geo Varghese Sent: Thursday, June 04, 2015 6:25:46 AM To: openstack-operators@lists.openstack.org; openst...@lists.openstack.org Subject: [Openstack-operators] Help with multiple external network in openstack