Issue #6853
Updated by ttereshc over 4 years ago
#### Pulp 2 setup repo `rpm_unsigned` with content repo `empty` with no content 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).