Bug 1163034
| Summary: | StayPuft : VLAN subinterfaces on Bonded interfaces not created correctly | ||
|---|---|---|---|
| Product: | [Retired] Red Hat OpenStack Installer | Reporter: | stuart.stent |
| Component: | rubygem-staypuft | Assignee: | Mike Burns <mburns> |
| Status: | CLOSED DUPLICATE | QA Contact: | Omri Hochman <ohochman> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.0 | CC: | bcrochet, mburns, oblaut, ohochman, rhos-maint, stuart.stent, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1141769 | Environment: | |
| Last Closed: | 2014-11-12 11:31:24 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: | |||
*** This bug has been marked as a duplicate of bug 1162794 *** |
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.