Bug 1310982

Summary: Change the defaults in the TripleO Heat Templates from ovs-bond to linux-bond
Product: Red Hat OpenStack Reporter: Asaf Hirshberg <ahirshbe>
Component: rhosp-directorAssignee: Angus Thomas <athomas>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: high Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: dbecker, dsneddon, mburns, morazi, rhel-osp-director-maint
Target Milestone: ---   
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-20 22:42:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
ovs-bond commands output
none
linux-bond commands output after migration from ovs-bond none

Description Asaf Hirshberg 2016-02-23 06:22:43 UTC
Created attachment 1129611 [details]
ovs-bond commands output

Description of problem:

The default in the THT files that define the the bonds on the overcloud need to be changed to linux-bond instead of ovs-bond after linux-bond have been tested.

From:
     type: ovs_bond
     name: bond1
     ovs_options: {get_param: BondInterfaceOvsOptions}
     members:

To:
     type: linux_bond
     name: bond1
     bonding_options: {get_param: BondInterfaceOvsOptions}
     members:

Also I validate the migration of an overcloud deployed with ovs-bond to use linux-bond using overcloud update.

Comment 2 Asaf Hirshberg 2016-02-23 06:24:17 UTC
Created attachment 1129612 [details]
linux-bond commands output after migration from ovs-bond

Comment 3 Mike Burns 2016-04-07 21:11:06 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 4 Dan Sneddon 2016-04-20 22:42:45 UTC

*** This bug has been marked as a duplicate of bug 1329012 ***