Project

Profile

Help

Issue #2729

closed

pulp_user_metadata is ignored during ISO import

Added by rmcgover about 7 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.19.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

When using the POST /pulp/api/v2/repositories/<repo_id>/actions/import_upload/ API to get content into an ISO repo, any included pulp_user_metadata in the request is ignored and the created unit instead has an empty pulp_user_metadata.

From review of https://github.com/pulp/pulp_rpm/blob/7b4a800fdbfa6966fdb0d456d46e636ce5a90c1a/plugins/pulp_rpm/plugins/importers/iso/importer.py#L107 it can be seen that the metadata argument isn't used at all during upload_unit - only the unit_key is used.

Expected behavior: for ISO units, in my import_upload POST, if the unit_metadata attribute contains a pulp_user_metadata element, that's saved on the created unit. (This already works for other kinds of units such as RPMs.)

Actions #2

Updated by ttereshc about 7 years ago

  • Priority changed from Normal to High
  • Triaged changed from No to Yes
Actions #3

Updated by rmcgover almost 7 years ago

Note that with the current code, putting pulp_user_metadata in unit_key during the import works (it saves the field on the unit metadata).

So this is a workaround, but I'm not sure if it would be considered a good workaround as it feels like abusing the API in a way which might later stop working if the code is modified so that unit_key only processes fields which are truly part of the unit key.

Actions #4

Updated by bmbouter almost 7 years ago

This workaround sounds decent, but it could break in the future for all the reasons you say. I would continue to use it for now until this issue can be fixed. Thanks for posting the workaround.

Actions #6

Updated by bmbouter almost 7 years ago

  • Tags RCM added

Added by Jay Zhang about 5 years ago

Revision 1ee625c1 | View on GitHub

Fix unit_metadata is ignore during iso import [DELIVERY-5965]

Now pulp will set/update the metadata during iso upload

Actions #7

Updated by dkliban@redhat.com about 5 years ago

  • Status changed from NEW to MODIFIED
Actions #8

Updated by ttereshc about 5 years ago

  • Platform Release set to 2.19.0
Actions #9

Updated by ttereshc about 5 years ago

  • Sprint/Milestone set to 2.19.0
Actions #10

Updated by ttereshc about 5 years ago

  • Status changed from MODIFIED to 5
Actions #11

Updated by ttereshc about 5 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
Actions #12

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added
Actions #13

Updated by bmbouter almost 5 years ago

  • Tags deleted (RCM)

Also available in: Atom PDF