Project

Profile

Help

Issue #6853

closed

When a repo is only specified among distributor_repository_ids, distribution is not created for it

Added by ttereshc almost 4 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 73
Quarter:

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).

Also available in: Atom PDF