Bug 446165

Summary: FEAT: hwcert should prompt out a notification once a duplicate cert creation was found
Product: [Retired] Red Hat Hardware Certification Program Reporter: YangKun <ykun>
Component: Hardware CatalogAssignee: Wei Shen <wshen>
Status: CLOSED CURRENTRELEASE QA Contact: Yu Shao <yshao>
Severity: low Docs Contact:
Priority: low    
Version: 5CC: averma, bxu, junwang, rlandry, sdenham, xiqin, yshao
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: 2011-06-22 09:04:14 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
fix patch
none
The file added to show the notification. none

Description YangKun 2008-05-13 06:32:09 UTC
add a check to the cert creation process:* when someone
    creates a new cert, after he provided the "vendor" and "model"
    and "rhel_version" fields(either input manually or catalog
    extracts out from the result rpm), catalog will search in our
    database using these three items, then:

if (find_an_existing_cert_for_the_same_machine_against_the_same_version_of_rhel)
    catalog_prompts_out_a_notification_asking_if_choose_to_continue
        if (choose_to_continue)
            the_new_cert_is_created
        else
            abort_to_create_the_new_cert
else
    the_new_cert_is_created

Comment 1 sfu@redhat.com 2008-12-01 10:08:14 UTC
Created attachment 325199 [details]
fix patch

 1. After the vendor submits the creating_cert info, find whether having an  existing cert with the same make,model,platform and verison, if has, prompt 
out a notification cert.

Comment 2 sfu@redhat.com 2008-12-01 10:10:00 UTC
Created attachment 325200 [details]
The file added to show the notification.

Comment 3 sfu@redhat.com 2008-12-01 10:10:20 UTC
Test link which patch was applied is 

http://bugdev.devel.redhat.com/hwcert-xisun10/

Please review.

Comment 8 YangKun 2009-04-20 02:40:02 UTC
so how should we get this feature implemented ? 

from reviewer's point of view. we wish the catalog can do some checks for us. 

we really want this be implemented soon :-)

Thanks
-YK