Issue #6056
closedmigration plans require a 'pulp2_importer_repository_id' but importer must have a feed url
Description
In katello we have some repos in pulp2 that do not have a feed associated with their improter.
If we try to leave these out, the migration plan will fail with:
["Provided Migration Plan format is invalid:'[\"'pulp2_importer_repository_id' is a required property\"]'"]}
If we try to include them, pulp3 will not 'pre-migrate' them as they don't have a feed url: https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/pre_migration.py#L322
Even though its missing a feed, and thus not pre-migrated, pulp3 will try to create a remote for it and fail (since its not premigrated).
I'm unclear what the actual fix is:
1) pulp2_importer_repository_id should not be required (its not needed)
2 pulp2_importer_repository_id should be required, but not actually migrated if it doesn't have a feed (if the importer is actually needed)
Updated by dalley almost 5 years ago
- Status changed from NEW to POST
- Assignee set to ipanova@redhat.com
Added by ttereshc almost 5 years ago
Added by ttereshc almost 5 years ago
Added by ttereshc almost 5 years ago
Updated by ttereshc almost 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|340572099b1ad437a0c79dd875c55cac8bbc0b9b.
Updated by ipanova@redhat.com almost 5 years ago
- Description updated (diff)
- Triaged changed from No to Yes
Updated by ttereshc almost 5 years ago
Applied in changeset pulp-2to3-migration|340572099b1ad437a0c79dd875c55cac8bbc0b9b.
Updated by ttereshc almost 5 years ago
Applied in changeset pulp:pulp-2to3-migrate|340572099b1ad437a0c79dd875c55cac8bbc0b9b.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P1)
Make pulp2 importer optional
closes #6056 closes #5984