Issue #6853
closedWhen a repo is only specified among distributor_repository_ids, distribution is not created for it
Description
Pulp 2 setup¶
repo rpm_unsigned
with content
repo empty
with no content (it's important that it's empty, otherwise you'll hit a known bug which I can't find - will file it)
2 yum_distributors, one for each.
Migration plan¶
{
"plan": {
"plugins": [
{
"type": "rpm",
"repositories": [
{
"name": "rpm_unsigned",
"repository_versions": [
{
"pulp2_repository_id": "rpm_unsigned",
"pulp2_distributor_repository_ids": [
"rpm_unsigned",
"drpm"
]
}
]
}
]
}
]
}
}
Expectations¶
In Pulp 3, there will be one repo, one repo version, one publication and two distributors.
Actual results¶
One repo, one repo version, one publication and one distributor (for rpm_unsigned
distributor).
Updated by ttereshc over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
- Sprint set to Sprint 73
Added by ttereshc over 4 years ago
Added by ttereshc over 4 years ago
Revision 65c6db4c | View on GitHub
Consider all repos present in the plan, not only the ones to migrate.
We need to go through all repos mentioned in the plan in case importers' or distributors' repos are not being migrated. Otherwise, such importers and distributors are ignored and not migrated.
Added by ttereshc over 4 years ago
Revision 65c6db4c | View on GitHub
Consider all repos present in the plan, not only the ones to migrate.
We need to go through all repos mentioned in the plan in case importers' or distributors' repos are not being migrated. Otherwise, such importers and distributors are ignored and not migrated.
Updated by ttereshc over 4 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|65c6db4c17e0715e6e2d2bd1b7db47b21d01c81c.
Updated by ttereshc over 4 years ago
Applied in changeset pulp-2to3-migration|65c6db4c17e0715e6e2d2bd1b7db47b21d01c81c.
Updated by ttereshc over 4 years ago
Applied in changeset pulp:pulp-2to3-migrate|65c6db4c17e0715e6e2d2bd1b7db47b21d01c81c.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Consider all repos present in the plan, not only the ones to migrate.
We need to go through all repos mentioned in the plan in case importers' or distributors' repos are not being migrated. Otherwise, such importers and distributors are ignored and not migrated.
closes #6853 https://pulp.plan.io/issues/6853