If all of the VLANs are tagged, then I am having a hard time imagining
why you want to use only one of them as a flat network.
The only difference between a VLAN network and a flat network in Neutron
is that OVS handles tagging/untagging on VLAN networks and flat networks
are untagged.
It is poss
.
___
Kris Lindgren
Senior Linux Systems Engineer
GoDaddy
From: Ignazio Cassano
Date: Wednesday, April 19, 2017 at 2:17 PM
To: "Kris G. Lindgren"
Cc: Dan Sneddon , OpenStack Operators
Subject: Re: [Openstack-operators] Openvswitch flat and provider in the same
bond
Thx Kris.
If I map fl
=OVSBridge
DEVICETYPE="ovs"
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
/etc/sysconfig/network-scripts/ifcfg-br-int:
DEVICE=br-int
TYPE=OVSBridge
DEVICETYPE="ovs"
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
_______________
Kris Lindgren
Seni
t;
> OVS_OPTIONS="tag=500"
>
> OVS_EXTRA="set interface $DEVICE type=patch -- set interface $DEVICE
> options:peer=br500-ext"
>
> OVS_BRIDGE=br-ext
>
> /etc/sysconfig/network-scripts/ifcfg-br500-ext:
>
> DEVICE=br500-ext
>
> TYPE=OVSIntPort
>
> DEVICETYPE="ovs"
>
>
__
Kris Lindgren
Senior Linux Systems Engineer
GoDaddy
From: Ignazio Cassano
Date: Wednesday, April 19, 2017 at 1:06 PM
To: Dan Sneddon
Cc: OpenStack Operators
Subject: Re: [Openstack-operators] Openvswitch flat and provider in the same
bond
Hi Dan, on the physical switch the 567 is not the
Hi Dan, on the physical switch the 567 is not the native vlan but is
tagged like 555 and 556.
I know I could set 567 as a native vlan to receive it untagged.
But if I would like more than one flat network ?
I am not skilled in networking but I think only one native vlan can be set
in switch.
Any f
On 04/19/2017 09:02 AM, Ignazio Cassano wrote:
> Dear All, in my openstack Newton installation compute e controllers
> node have e separate management network nic and a lacp bond0 where
> provider vlan (555,556) and flat vlan (567) are trunked.
> Since I cannot specify the vlan id (567) when I cr