Story #5023
Ansible Collection sync does not have data in the progress report
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
The progress report in the collection sync task is empty. We should ideally receive data in a structure similar to files. https://docs.pulpproject.org/en/3.0/nightly/restapi.html#operation/tasks_read
Associated revisions
History
#1
Updated by bmbouter over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
#2
Updated by bmbouter over 1 year ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/125
#3
Updated by bmbouter over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|440f092bb056cd0b4953eaa07a2a49c1fd3f98fd.
Please register to edit this issue
Collection sync bugfix and progress reporting
Previously the sync had no progress reports. Some users want progress reporting even for fast tasks, e.g. Katello. This gives some basic progress reporting.
https://pulp.plan.io/issues/5023 closes #5023
Cause second sync content to associate correctly
The content associate only occured when the sync created the content unit. When that content unit is associated with another repository the sync doesn't associate the content correctly.
This associates content regardless of if this sync created it or it already existed.
https://pulp.plan.io/issues/4997 closes #4997