← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1468493] [NEW] Unify Open vSwitch and Linux Bridge agent configuration file sections/options

 

Public bug reported:

Consider unifying the Open vSwitch and Linux Bridge agent configuration
file sections and options to increase parity, reduce confusion, and
enable consistent documentation for similar functions. For example:

1) Enabling L2 population with l2_population appears under [agent] for
OVS and [vxlan] for LB.

2) Enabling VLAN tenant networks appears to use [ml2]
tenant_network_types in ml2_conf.ini for OVS and [vlans]
tenant_network_type in linuxbridge_conf.ini for LB.

3) Configuring VLAN ranges appears to use [ml2_type_vlan] in
ml2_conf.ini for OVS and [vlans] network_vlan_ranges in
linuxbridge_conf.ini for LB.

4) Enabling tunnel networks appears as [agent] tunnel_types for OVS and
[vxlan] enable_vxlan for LB.

5) Configuring the tunnel IP with local_ip appears under [ovs] for OVS
and [vxlan] for LB.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1468493

Title:
  Unify Open vSwitch and Linux Bridge agent configuration file
  sections/options

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Consider unifying the Open vSwitch and Linux Bridge agent
  configuration file sections and options to increase parity, reduce
  confusion, and enable consistent documentation for similar functions.
  For example:

  1) Enabling L2 population with l2_population appears under [agent] for
  OVS and [vxlan] for LB.

  2) Enabling VLAN tenant networks appears to use [ml2]
  tenant_network_types in ml2_conf.ini for OVS and [vlans]
  tenant_network_type in linuxbridge_conf.ini for LB.

  3) Configuring VLAN ranges appears to use [ml2_type_vlan] in
  ml2_conf.ini for OVS and [vlans] network_vlan_ranges in
  linuxbridge_conf.ini for LB.

  4) Enabling tunnel networks appears as [agent] tunnel_types for OVS
  and [vxlan] enable_vxlan for LB.

  5) Configuring the tunnel IP with local_ip appears under [ovs] for OVS
  and [vxlan] for LB.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1468493/+subscriptions


Follow ups

References