Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1148359

Summary: AttributeError: 'RHEL7_NetworkData' object has no attribute 'bridgeslaves'
Product: Red Hat Enterprise Linux 7 Reporter: Bruno Goncalves <bgoncalv>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: rvykydal
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:ad7859cc2a22a7f14d73f7da3c6f0ac5524cd26aeed69dd03e15e4b5e8822ade
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-01 09:41:57 UTC Type: ---
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
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: ks.cfg
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Bruno Goncalves 2014-10-01 09:23:45 UTC
Description of problem:


Version-Release number of selected component:
anaconda-19.31.95-1

The following was filed automatically by anaconda:
anaconda 19.31.95-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 492, in add_connection_for_ksdata
    if networkdata.bridgeslaves:
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 292, in dumpMissingDefaultIfcfgs
    add_connection_for_ksdata(network_data, devname)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 1243, in networkInitialize
    devnames = dumpMissingDefaultIfcfgs()
  File "/sbin/anaconda", line 1113, in <module>
    networkInitialize(ksdata)
AttributeError: 'RHEL7_NetworkData' object has no attribute 'bridgeslaves'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/images/storageqe-01.rhts.eng.bos.redhat.com/initrd console=ttyS1,115200 ks=http://beaker.engineering.redhat.com/kickstart/979051 ksdevice=00:10:18:88:E7:FC mpath mpath.wwid=360a980003246694a412b45673343384b serial netboot_method=pxe BOOT_IMAGE=/images/storageqe-01.rhts.eng.bos.redhat.com/kernel BOOTIF=01-00-10-18-88-e7-fc 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-171.el7.x86_64
product:        Red Hat Enterprise Linux
release:        Red Hat Enterprise Linux Client release 7.1 Beta (Maipo)
release_type:   pre-release
type:           anaconda
version:        7.1

Comment 1 Bruno Goncalves 2014-10-01 09:23:46 UTC
Created attachment 942984 [details]
File: anaconda-tb

Comment 2 Bruno Goncalves 2014-10-01 09:23:47 UTC
Created attachment 942985 [details]
File: anaconda.log

Comment 3 Bruno Goncalves 2014-10-01 09:23:48 UTC
Created attachment 942986 [details]
File: environ

Comment 4 Bruno Goncalves 2014-10-01 09:23:49 UTC
Created attachment 942987 [details]
File: ks.cfg

Comment 5 Bruno Goncalves 2014-10-01 09:23:49 UTC
Created attachment 942988 [details]
File: lsblk_output

Comment 6 Bruno Goncalves 2014-10-01 09:23:50 UTC
Created attachment 942989 [details]
File: nmcli_dev_list

Comment 7 Bruno Goncalves 2014-10-01 09:23:51 UTC
Created attachment 942990 [details]
File: os_info

Comment 8 Bruno Goncalves 2014-10-01 09:23:52 UTC
Created attachment 942991 [details]
File: program.log

Comment 9 Bruno Goncalves 2014-10-01 09:23:52 UTC
Created attachment 942992 [details]
File: storage.log

Comment 10 Bruno Goncalves 2014-10-01 09:23:54 UTC
Created attachment 942993 [details]
File: syslog

Comment 11 Bruno Goncalves 2014-10-01 09:23:55 UTC
Created attachment 942994 [details]
File: ifcfg.log

Comment 12 Bruno Goncalves 2014-10-01 09:23:55 UTC
Created attachment 942995 [details]
File: packaging.log

Comment 13 Bruno Goncalves 2014-10-01 09:25:05 UTC
Problem happend trying to install RHEL-7.1 on bnx2i iSCSI boot server

Comment 15 Radek Vykydal 2014-10-01 09:41:57 UTC

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