ovs version is fixed on v2.4.0

Bug #1641524 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-sfc
Fix Released
Undecided
Bernard Cafarelli

Bug Description

The ovs branch is fixed, we should make it configurable via env virable

https://github.com/openstack/networking-sfc/blob/master/devstack/plugin.sh#L24

if [[ "$1" == "stack" && "$2" == "install" ]]; then
    if [[ "$SFC_UPDATE_OVS" == "True" ]]; then
        source $NETWORKING_SFC_DIR/devstack/lib/ovs
        # The OVS_BRANCH variable is used by git checkout.
        OVS_BRANCH=v2.4.0
        remove_ovs_packages
        compile_ovs True /usr /var
        start_new_ovs
    fi

Changed in networking-sfc:
assignee: nobody → yong sheng gong (gongysh)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-sfc (master)

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

Changed in networking-sfc:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to networking-sfc (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/404321

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-sfc (master)

Reviewed: https://review.openstack.org/404321
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=d92123ab929651920c99fb8375bf3b6663037286
Submitter: Jenkins
Branch: master

commit d92123ab929651920c99fb8375bf3b6663037286
Author: Bernard Cafarelli <email address hidden>
Date: Fri Sep 23 17:02:35 2016 +0200

    Update OVS handling and test hooks

    * Sync infra scripts with neutron ones
    * Use new function to only rebuild OVS if needed in tests (from Neutron)
    * Keep system OVS for devstack (2.4.0 does not compile on xenial and CentOS 7)
    * Do not source openrc file to prevent devstack "Plugin attempted to be
      enabled twice" errors
    * Drop the debug neutron calls that required the openrc source
      (configuration files are already accessible in logs.openstack.org,
      network status should be checked in tests themselves)

    Related-Bug: #1641524
    Change-Id: I283d8b0a362e77948734a4ef8228721d10d07fde

Revision history for this message
Bernard Cafarelli (bcafarel) wrote :

Fixed with wider-scope change https://review.openstack.org/404321

Changed in networking-sfc:
assignee: yong sheng gong (gongysh) → Bernard Cafarelli (bcafarel)
status: In Progress → Fix Released
Revision history for this message
Bernard Cafarelli (bcafarel) wrote :

Too fast to update the status, this should only have gone up to "Fix Committed"?

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on networking-sfc (master)

Change abandoned by gongysh (gong.yongsheng@99cloud.net) on branch: master
Review: https://review.openstack.org/397042

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.