Bug 150980

Summary: wb6 ch1 online exercise
Product: [Retired] Red Hat Academy Reporter: Tomasz Chilinski <chilek>
Component: RHA130 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED EOL QA Contact: Bowe Strickland <bowe>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 16:50:48 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:

Description Tomasz Chilinski 2005-03-13 12:15:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20050104 Red Hat/1.4.3-3.0.7

Description of problem:
Grade script error. Fix proposition:

--- network_netinterface.script.orig    2005-03-13 13:09:26.000000000 +0100
+++ network_netinterface.script 2005-03-13 13:08:54.000000000 +0100
@@ -11,6 +11,8 @@
 nc = rha.script.object.NetConfig()
 print nc.to_string()

+nc["interfaces"]["!eth0:102"] = {}
+
 addr101 = merge_ipaddr_from_interface("10.217", "eth0", nc)
 addr102 = merge_ipaddr_from_interface("10.218", "eth0", nc)



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


How reproducible:
Always

Steps to Reproduce:
trivial

Additional info:

Comment 1 Bowe Strickland 2005-03-18 17:04:46 UTC
I think the problem this addresses is resolved by a recent change w/in library,
rather than piecemeal fix. 

Please confirm with upcoming release... --boew