[Openstack] Migration from OVS-GRE to OVS-VLAN
Geraint Jones
geraint at koding.com
Tue Oct 15 17:15:59 UTC 2013
Thanks for that, reading it makes me think I will need to update at least
some stuff.
Okay so an example of one of my current networks looks like this :
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 51efc95c-3791-4ca7-ad83-47a0e9b1d550 |
| name | Application Servers |
| provider:network_type | gre |
| provider:physical_network | |
| provider:segmentation_id | 7 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | 2caa6e3c-45ce-4021-9afa-19133c0d4b5e |
| tenant_id | 59a2d92051fe417f90539622d61951d0 |
+---------------------------++
Clearly those will not come up post migration,
Do I just need to do quantum net-update 51efc95c-3791-4ca7-ad83-47a0e9b1d550
provider:network_type vlan provider:physical_network physnet
provider:segmentation_id 107
?
--
Geraint Jones
Director of Systems & Infrastructure
Koding
https://koding.com
geraint at koding.com
M (NZ) +64 22 123 4626
M (US) +1 415 316 8027
From: Rahul Sharma <rahulsharmaait at gmail.com>
Date: Monday, 14 October 2013 11:02 pm
To: Geraint Jones <geraint at koding.com>
Cc: openstack <openstack at lists.openstack.org>
Subject: Re: [Openstack] Migration from OVS-GRE to OVS-VLAN
Hi Geraint,
You missed one line which also needs to be added:-
bridge_mappings = physnet:br-eth1
Here, br-eth1 does the similar kind of task which br-tun was doing in GRE
mode, but with different internal working. For more details, please refer
to this guide:-
http://docs.openstack.org/trunk/openstack-network/admin/content/under_the_ho
od_openvswitch.html
There is no need to change anything in MySql database.
Thanks and Regards
Rahul Sharma
On Tue, Oct 15, 2013 at 12:24 AM, Geraint Jones <geraint at koding.com> wrote:
> Hi Guys
>
> We are currently using OVS-GRE in our environment configured as below :
>
> tenant_network_type = gre
> tunnel_id_ranges = 1:1000
> integration_bridge = br-int
> tunnel_bridge = br-tun
> local_ip = 192.168.52.12
> enable_tunneling = True
>
>
> If I change this to :
>
> tenant_network_type = vlan
> network_vlan_ranges = physnet:200:400
> integration_bridge = br-int
>
>
> If I then trunk vl 200 400 to the interfaces bound to br-int what else will
> I need to change ? Anything in MySQL ?
>
> Thanks
>
> --
> Geraint Jones
> Director of Systems & Infrastructure
> Koding
> https://koding.com
> geraint at koding.com
> M (NZ) +64 22 123 4626
> M (US) +1 415 316 8027
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131015/20f88295/attachment.html>
More information about the Openstack
mailing list