Story #1887
closedPulp - Story #1990: Rsync distributor
As a user, I can use the rsync predistributor with docker web distributor
100%
Description
As a result of this story the user will be able to perform the following:
- Set web distributor's 'predistributor' parameter to the id of the rsync predistributor by updating the configuration.
- Publish units that were associated with the repository before the 'last_publish_date' of the predistributor
- Publish all units when 'predistrubutor' is not set.
Files
Updated by dkliban@redhat.com over 8 years ago
- Blocks Story #1759: As a user, I can use rsync distributor to publish RPM repositores added
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com over 8 years ago
- Status changed from ASSIGNED to NEW
Updated by ipanova@redhat.com over 8 years ago
- Assignee deleted (
ipanova@redhat.com)
Updated by dkliban@redhat.com over 8 years ago
- Subject changed from As a user, I can limit web distributor publishes by unit's date of association to As a user, I can use the rsync predistributor with docker web distributor
- Description updated (diff)
Updated by dkliban@redhat.com over 8 years ago
- Blocks deleted (Story #1759: As a user, I can use rsync distributor to publish RPM repositores)
Updated by dkliban@redhat.com over 8 years ago
- Blocked by Story #1759: As a user, I can use rsync distributor to publish RPM repositores added
Updated by dkliban@redhat.com over 8 years ago
- Blocked by deleted (Story #1759: As a user, I can use rsync distributor to publish RPM repositores)
Updated by dkliban@redhat.com over 8 years ago
- Sprint/Milestone changed from 21 to 22
Updated by mhrivnak over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Added by dkliban@redhat.com over 8 years ago
Updated by dkliban@redhat.com over 8 years ago
- Status changed from ASSIGNED to POST
Added by dkliban@redhat.com over 8 years ago
Revision 01c02b2c | View on GitHub
Adds predistributor logic to the publish controller
If a distributor has a predistributor_id configured, the publish is skipped when the predistributor has not published since the last publish by the distributor. This includes situations where the predistributor has not published at all.
Added by dkliban@redhat.com over 8 years ago
Revision 01c02b2c | View on GitHub
Adds predistributor logic to the publish controller
If a distributor has a predistributor_id configured, the publish is skipped when the predistributor has not published since the last publish by the distributor. This includes situations where the predistributor has not published at all.
Added by dkliban@redhat.com over 8 years ago
Revision 17e0208d | View on GitHub
Adds rsync distributor
This commit adds the docker rsync distributor. Allows docker web distributor to have an rsync predistributor.
Added by dkliban@redhat.com over 8 years ago
Revision 17e0208d | View on GitHub
Adds rsync distributor
This commit adds the docker rsync distributor. Allows docker web distributor to have an rsync predistributor.
Added by dkliban@redhat.com over 8 years ago
Revision 17e0208d | View on GitHub
Adds rsync distributor
This commit adds the docker rsync distributor. Allows docker web distributor to have an rsync predistributor.
Added by dkliban@redhat.com over 8 years ago
Revision 17e0208d | View on GitHub
Adds rsync distributor
This commit adds the docker rsync distributor. Allows docker web distributor to have an rsync predistributor.
Updated by bmbouter over 8 years ago
- File docker_test_plan.txt added
Uploading the final test plan @dkliban and I used.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 17e0208de9495d645eef47ea7824f5d2b7fa0a52.
Added by dkliban@redhat.com over 8 years ago
Revision 490e471d | View on GitHub
Removes docs referencing use of password authentication for rsync publishes
Added by dkliban@redhat.com over 8 years ago
Revision 490e471d | View on GitHub
Removes docs referencing use of password authentication for rsync publishes
Added by dkliban@redhat.com over 8 years ago
Revision 490e471d | View on GitHub
Removes docs referencing use of password authentication for rsync publishes
Added by dkliban@redhat.com over 8 years ago
Revision 490e471d | View on GitHub
Removes docs referencing use of password authentication for rsync publishes
Added by dkliban@redhat.com over 8 years ago
Revision d051fcad | View on GitHub
Adds support for relative_repo_path for the docker rsync distributor
Added by dkliban@redhat.com over 8 years ago
Revision d051fcad | View on GitHub
Adds support for relative_repo_path for the docker rsync distributor
Added by dkliban@redhat.com over 8 years ago
Revision d051fcad | View on GitHub
Adds support for relative_repo_path for the docker rsync distributor
Added by dkliban@redhat.com over 8 years ago
Revision d051fcad | View on GitHub
Adds support for relative_repo_path for the docker rsync distributor
Added by dkliban@redhat.com over 8 years ago
Revision fd627ea3 | View on GitHub
Removes ability to use password authentication when performing publishes using rsync
re #1887 https://pulp.plan.io/issues/1887 re #1963 https://pulp.plan.io/issues/1963 re #1759 https://pulp.plan.io/issues/1759
Added by dkliban@redhat.com over 8 years ago
Revision fd627ea3 | View on GitHub
Removes ability to use password authentication when performing publishes using rsync
re #1887 https://pulp.plan.io/issues/1887 re #1963 https://pulp.plan.io/issues/1963 re #1759 https://pulp.plan.io/issues/1759
Updated by bmbouter over 8 years ago
- File docker_test_plan.txt added
Adding a new version of the docker test plan which includes an additional test.
Added by dkliban@redhat.com over 8 years ago
Revision b7aeeacf | View on GitHub
Fixes logic used to skip publishes based on predistributor.
Also removes extraneous code from rsync.
re #1887 https://pulp.plan.io/issues/1887 re #1963 https://pulp.plan.io/issues/1963 re #1759 https://pulp.plan.io/issues/1759
Added by dkliban@redhat.com over 8 years ago
Revision b7aeeacf | View on GitHub
Fixes logic used to skip publishes based on predistributor.
Also removes extraneous code from rsync.
re #1887 https://pulp.plan.io/issues/1887 re #1963 https://pulp.plan.io/issues/1963 re #1759 https://pulp.plan.io/issues/1759
Updated by bmbouter over 8 years ago
- File docker_test_plan.txt docker_test_plan.txt added
Adding a new revision of the test plan, updated with a few small changes.
Updated by bmbouter over 8 years ago
- Platform Release set to 2.10.0
- Target Release - Docker set to 2.1.0
Updated by semyers about 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Adds rsync distributor publish steps to platform
This adds shared rsync distributor code. The classes provided need to be extended in each plugin that implements the rsync distributor.
re #1990