Bug 1038751

Summary: Pulp Distributors should not be created using the distributor_typ_id as the distributor_id
Product: [Retired] Pulp Reporter: Barnaby Court <bcourt>
Component: z_otherAssignee: pulp-bugs
Status: CLOSED UPSTREAM QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: medium    
Version: MasterCC: skarmark
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-28 22:00:12 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:

Description Barnaby Court 2013-12-05 18:16:16 UTC
Description of problem:

Distributors that are currently created by the command line & the unit tests are  using the distributor_type_id as the distributor_id.  Katello specifies a different value for the distributor_id.  This has led to a number of bugs including 1038309 that were not found until Katello had a release in hand.  

Our client & server code should be reworked to use the id generated by mongo automatically instead of creating one.  Have the server (mongo) generate a unique distributor id automatically if one is not specified on the API, or use the object id that mongo is already creating.  The client code should be updated to not specify the distributor ID.  

We could also consider removing the distributor_id entirely and just use the id from mongo.

Comment 1 Brian Bouterse 2015-02-28 22:00:12 UTC
Moved to https://pulp.plan.io/issues/387