Issue #5247
closedAn incorrect example of a distribution creation
Description
In the documentation https://docs.pulpproject.org/en/3.0/nightly/workflows/exposing-content.html#auto-distribution-of-a-repository, there is an example that shows a way of creating a distribution out of a repository. However, the example is not correct.
When I execute the following call:
http POST :24817/pulp/api/v3/distributions/file/file/ name='baz' base_path='mypath' repository=$REPO_HREF``
I get this response:
{
"repository": [
"Unexpected field"
]
}
It is possible that instead of /distributions/file/file there should be used /distribution/ for docker or ansible.
Updated by lmjachky over 5 years ago
- Project changed from RPM Support to Pulp
- Tags Documentation added
Updated by amacdona@redhat.com over 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 57
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - CURRENTRELEASE
Each plugin has documentation on how to distribute content.
Updated by dkliban@redhat.com about 4 years ago
- Status changed from CLOSED - CURRENTRELEASE to NEW
The docs need to be updated to not describe auto distribution as an option for pulp_file.
Updated by ipanova@redhat.com about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 83
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 4 years ago
Updated by ipanova@redhat.com about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|7f7b361c4396c31b2b563d36a9690f0843a74b35.
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated examples of auto-distribution.
closes #5247 https://pulp.plan.io/issues/5247