Project

Profile

Help

Issue #6056

Updated by jsherril@redhat.com about 4 years ago

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 

Back