Add Geneve type driver for ML2

Bug #1461069 reported by Gal Sagie
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Medium
Akihiro Motoki
neutron
Fix Released
Low
Gal Sagie

Bug Description

Add Geneve type driver for ML2

Gal Sagie (gal-sagie)
Changed in neutron:
assignee: nobody → Gal Sagie (gal-sagie)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/187945

Changed in neutron:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on neutron (master)

Change abandoned by Kyle Mestery (<email address hidden>) on branch: master
Review: https://review.openstack.org/187945
Reason: This review is > 4 weeks without comment, and failed Jenkins the last time it was checked. We are abandoning this for now. Feel free to reactivate the review by pressing the restore button and leaving a 'recheck' comment to get fresh test results.

Revision history for this message
Gal Sagie (gal-sagie) wrote :

Restored as OVS2.4 is released with Geneve support

Changed in neutron:
importance: Undecided → Low
milestone: none → liberty-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/187945
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b7c15ba4e2f0646000ecca2acecb98081268772
Submitter: Jenkins
Branch: master

commit 7b7c15ba4e2f0646000ecca2acecb98081268772
Author: Aaron Rosen <email address hidden>
Date: Tue May 5 14:35:08 2015 -0700

    Add Geneve type driver support to ML2

    More information about Geneve protocol can be found here:
      https://tools.ietf.org/pdf/draft-gross-geneve-02.pdf

    Following configuration variables were added:
    [ml2_type_geneve]
      vni_ranges - Comma-separated list of <vni_min>:<vni_max> tuples
                   enumerating ranges of Geneve VNI IDs that are
                   available for tenant network allocation
      max_header_size - Geneve encapsulation header size is dynamic, this
                        value is used to calculate the maximum MTU for the driver
                        this is the sum of the sizes of the outer
                        ETH + IP + UDP + GENEVE header sizes

    DocImpact

    Change-Id: I8c29a1c1a7c79e02c26ac9e2ad2645d30dfbeefc
    Closes-Bug: #1461069

Changed in neutron:
status: In Progress → Fix Committed
Revision history for this message
Itsuro Oda (oda-g) wrote :

Why DB migration code is in 'contract' ?
I think it should be in 'expand'.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (feature/pecan)

Fix proposed to branch: feature/pecan
Review: https://review.openstack.org/218710

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (feature/pecan)
Download full text (155.6 KiB)

Reviewed: https://review.openstack.org/218710
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2c5f44e1b3bd4ed8a0b7232fd293b576cc8c1c87
Submitter: Jenkins
Branch: feature/pecan

commit f35d1c5c50dccbef1a2e079f967b82f0df0e22e9
Author: Adelina Tuvenie <email address hidden>
Date: Thu Aug 27 02:27:28 2015 -0700

    Fixes wrong neutron Hyper-V Agent name in constants

    Change Id03fb147e11541be309c1cd22ce27e70fadc28b5 moved the
    AGENT_TYPE_HYPERV constant from common.constants to
    plugins.ml2.drivers.hyperv.constants but change the value of the
    constant from 'HyperV agent' to 'hyperv'. This patch changes
    the name back to 'HyperV agent'

    Change-Id: If74b4b2a84811e266c8b12e70bf6bfe74ed4ea21
    Partial-Bug: #1487598

commit de604de334854e2eb6b4312ff57920564cbd4459
Author: OpenStack Proposal Bot <email address hidden>
Date: Sun Aug 30 01:39:06 2015 +0000

    Updated from global requirements

    Change-Id: Ie52aa3b59784722806726e4046bd07f4a4d97328

commit f0415ac20eaf5ab4abb9bd4839bf6d04ceee85d0
Author: armando-migliaccio <email address hidden>
Date: Fri Aug 28 13:53:04 2015 -0700

    Revert "Add support for unaddressed port"

    This implementation may expose a vulnerability where a malicious
    user can sieze the opportunity of a time window where a port
    may land unaddressed on a shared network, thus allowing him/her
    to suck up all the tenant traffic he/she wants....oh the shivers.

    This reverts commit d4c52b7f5a36a103a92bf9dcda7f371959112292.

    Change-Id: I7ebdaa8d3defa80eab90e460fde541a5bdd8864c

commit 013fdcd2a6d45dbe4de5d6e7077e5e9b60985ef9
Author: Assaf Muller <email address hidden>
Date: Fri Aug 28 16:41:07 2015 -0400

    Improve logging upon failure in iptables functional tests

    This will help us nail down a more accurate and efficient logstash
    query.

    Change-Id: Iee4238e358f7b056e373c7be8d6aa3202117a680
    Related-Bug: #1478847

commit 622dea818d851224a43d5276a81d5ce8a6eebb76
Author: Ivar Lazzaro <email address hidden>
Date: Mon Aug 17 17:17:42 2015 -0700

    handle gw_info outside of the db transaction on router creation

    Move the gateway interface creation outside the DB transaction
    to avoid lock timeout.

    Change-Id: I5a78d7f32e8ca912016978105221d5f34618af19
    Closes-bug: 1485809

commit 5b27d290a0a95f6247fc5a0fe6da1e7d905e6b2d
Author: Assaf Muller <email address hidden>
Date: Wed Aug 26 10:07:03 2015 -0400

    Remove ml2 resource extension success logging

    This is the cause of a tremendous amount of logs, for no
    perceivable gain. A normal dvr run in the gate shows this debug
    message around 120K times, which is way too much.

    Closes-Bug: #1489952

    Change-Id: I26fca8515d866a7cc1638d07fa33bc04479ae221

commit 8d3faf549cba2f58c872ef4121b2481e73464010
Author: huangpengtao <email address hidden>
Date: Fri Aug 28 23:20:46 2015 +0800

    Replace "prt" variable by "port"

    the local variable prt is meaningless,
    and port is used popular.

    Change-Id: I20849102cf5b4d84433c46791b4b1e2a22dc4739

commit ee374e7a5f4dea538fcd942f5...

tags: added: in-feature-pecan
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/233933

Changed in horizon:
assignee: nobody → YAMAMOTO Takashi (yamamoto)
status: New → In Progress
Thierry Carrez (ttx)
Changed in neutron:
milestone: liberty-3 → 7.0.0
Changed in horizon:
assignee: YAMAMOTO Takashi (yamamoto) → Akihiro Motoki (amotoki)
Changed in horizon:
assignee: Akihiro Motoki (amotoki) → YAMAMOTO Takashi (yamamoto)
David Lyle (david-lyle)
Changed in horizon:
milestone: none → mitaka-1
importance: Undecided → Medium
Changed in horizon:
assignee: YAMAMOTO Takashi (yamamoto) → Akihiro Motoki (amotoki)
Changed in horizon:
assignee: Akihiro Motoki (amotoki) → YAMAMOTO Takashi (yamamoto)
Changed in horizon:
assignee: YAMAMOTO Takashi (yamamoto) → Akihiro Motoki (amotoki)
Changed in horizon:
milestone: mitaka-1 → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/233933
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ed7c7668549c0314a1a8f6507f6d550b2b144417
Submitter: Jenkins
Branch: master

commit ed7c7668549c0314a1a8f6507f6d550b2b144417
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Oct 13 12:29:05 2015 +0900

    Add Geneve support

    Closes-Bug: #1461069
    Change-Id: Ib8d150d36d617e0ff381a40115bde2183dace4f8

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/horizon 10.0.0.0b1

This issue was fixed in the openstack/horizon 10.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.