Issue #1453
pulp docker needs to pass old style of Repository model to Publish Steps
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Docker:
Platform Release:
2.8.0
Target Release - Docker:
2.0.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
During sync[0], and other operations where publish steps are used, the old style of Repository model should be passed in.
Associated revisions
History
#1
Updated by mhrivnak about 5 years ago
This doc block is incorrect: https://github.com/pulp/pulp/blob/32f4f4de9742d7a8fdf51e347d616ee528b0e53b/server/pulp/plugins/util/publish_step.py#L485
It should return the old style repository object.
#2
Updated by mhrivnak about 5 years ago
This needs to add a ".repo_obj" to the expression being passed into the controller, to get the new-style Repository object.
pulp_docker and pulp_ostree both use the SaveUnitsStep and will likely need to be fixed.
#3
Updated by mhrivnak about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mhrivnak
#4
Updated by mhrivnak about 5 years ago
- Status changed from ASSIGNED to POST
- Target Release - Docker set to 2.0.0
- Triaged changed from No to Yes
#5
Updated by mhrivnak about 5 years ago
- Status changed from POST to MODIFIED
#6
Updated by rbarlow almost 5 years ago
- Status changed from MODIFIED to 5
#7
Updated by semyers over 4 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
- Platform Release set to 2.8.0
#8
Updated by bmbouter almost 2 years ago
- Tags Pulp 2 added
Please register to edit this issue
fixing doc blocks, and passing correct Repository object to controller
https://pulp.plan.io/issues/1453