← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1801361] Re: Missing install step for OVS-Self-service networks

 

Reviewed:  https://review.openstack.org/616012
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f4089680b507153b99cb8c659eec9f2a09ef3aa6
Submitter: Zuul
Branch:    master

commit f4089680b507153b99cb8c659eec9f2a09ef3aa6
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Tue Nov 6 22:40:05 2018 +0100

    Add missing step for ovs deploy guides
    
    There was missing step about adding underlying interface to the
    provider bridge in ovs deployment guides.
    This patch adds this missing step.
    
    Change-Id: I2ef5f12c469647d7f197cb5db71692e68d23f718
    Closes-Bug: #1801361


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  Missing install step for OVS-Self-service networks

Status in neutron:
  Fix Released

Bug description:
  I am using Openstack Queens release (on Ubuntu 16.04.4 LTS) and
  attempting to install the OVS mechanism driver for self-service
  network creation, as per the official documentation in
  https://docs.openstack.org/neutron/queens/admin/deploy-ovs-
  selfservice.html

  - [X] This doc is inaccurate in this way: At step 5 of the network
  node configuration (https://docs.openstack.org/neutron/queens/admin
  /deploy-ovs-selfservice.html#network-node), the user is asked to
  create the OVS provider bridge "br-provider". However, following this
  step, an instruction to add the provider network interface (in the
  network node) as a port on "br-provider" is missing. As a result, the
  router namespace, and consequently the VMs created in a self-service
  network interfaced with the router, will be unable to communicate with
  the provider network.

  - [X] This is a doc addition request.

  - [X] I have a fix to the document that I can paste below:
  Following step needs to be added after step 5: 
  ovs-vsctl add-port br-provider PROVIDER_INTERFACE
  Replace PROVIDER_INTERFACE with the name of the underlying interface that handles provider networks. For example, eth1


  -----------------------------------
  Release: 12.0.5.dev39 on 2018-10-31 08:00
  SHA: af84349a4cca1bb1dbca9d6444f3c50bbe260683
  Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/admin/deploy-ovs-selfservice.rst
  URL: https://docs.openstack.org/neutron/queens/admin/deploy-ovs-selfservice.html

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


References