Bug 1163034 - StayPuft : VLAN subinterfaces on Bonded interfaces not created correctly
Summary: StayPuft : VLAN subinterfaces on Bonded interfaces not created correctly
Keywords:
Status: CLOSED DUPLICATE of bug 1162794
Alias: None
Product: Red Hat OpenStack Installer
Classification: Retired
Component: rubygem-staypuft
Version: 5.0
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Mike Burns
QA Contact: Omri Hochman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-12 09:31 UTC by stuart.stent
Modified: 2014-11-12 11:31 UTC (History)
7 users (show)

Fixed In Version:
Clone Of: 1141769
Environment:
Last Closed: 2014-11-12 11:31:24 UTC
Embargoed:


Attachments (Terms of Use)

Description stuart.stent 2014-11-12 09:31:36 UTC
Description of problem:

VLAN subinterfaces on Bonded interfaces are not created correctly. A misnamed file is created during interface configuration


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.create subnet with vlan tag
2.create bonded interface and associate with tagged subnet
3. deploy 

Actual results:

a file with a name with ifcfg-.300 is created

Expected results:

a file with name ifcfg-bond1.300 is expected

Additional info:

It appears that the issue is with the line:

real=`ip -o link | grep <%= interface.mac -%> | awk '{print $2;}' | sed s/:$//`

in the kickstart_netwkickstart_networking_setuporking_setup template. This line expects a MAC address to be associated with an interface (and a mac is not allocated in foreman/staypuft for bonded interfaces) which results in a null value for the real variable.

Comment 1 Mike Burns 2014-11-12 11:31:24 UTC

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


Note You need to log in before you can comment on or make changes to this bug.