Bug 202487 - Add Errata Severity field support to python backend errata Import
Summary: Add Errata Severity field support to python backend errata Import
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/Backend
Version: rhn415
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Pradeep Kilambi
QA Contact: Brandon Perkins
URL:
Whiteboard:
Depends On:
Blocks: 201890
TreeView+ depends on / blocked
 
Reported: 2006-08-14 19:17 UTC by Pradeep Kilambi
Modified: 2007-04-18 17:47 UTC (History)
1 user (show)

Fixed In Version: RHN415
Clone Of:
Environment:
Last Closed: 2006-11-09 20:33:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Pradeep Kilambi 2006-08-14 19:17:29 UTC
Description of problem:

The new severity field for errata stuff needs to be understood by the python
xmlrpc calls in the backend. Basically use the rhnErrata and rhnErrataSeverity
to consider severity seperate from synopsis and populate the db taking that into
account.
  
Actual results:
 dont see the severity field in rhnErrata being populated by errata tool.

Expected results:
 should see the severity field in rhnErrata being populated.

Comment 1 Pradeep Kilambi 2006-08-14 20:07:17 UTC
Added the capability where when we try to populate the errata it fills in the
severity_id field based on lookup in rhnErrataSeverity. Basically the changes
are in the importlib such that errata-tool will now send a seperate 'severity'
and we get the id from errataseverity table and insert into
rhnErrata.severity_id field

when we query the database we should see something like:


rhnuser@webdev> select severity_id from rhnErrata where id = 67398

SEVERITY_ID
-----------
          2

1 row selected (0.00 seconds)




Comment 2 Brandon Perkins 2006-10-02 14:40:09 UTC
Verified.  bugzilla_errata.submit_errata() method now sends the 'severity'
key/value pair in the hash to http://scripts.back-webqa.redhat.com/BUGZILLA/. 
Currently, this severity must be sent as lower-case only.  This should be fixed
in another bug.

Comment 3 Beth Nackashi 2006-10-26 18:06:28 UTC
moving from VERIFIED to RELEASE_PENDING since stage push is complete

Comment 4 Brandon Perkins 2006-11-09 20:33:32 UTC
closing -- current release.  RHN415 is now in production.


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