Story #1963
closedStory #1990: Rsync distributor
As a user, I can use rsync distributor to publish iso repositories
100%
Description
It should work in same way as rsync for rpms and docker (issues 1759, 1887)
Files
Updated by dkliban@redhat.com over 8 years ago
- Sprint Candidate changed from No to Yes
Updated by dkliban@redhat.com over 8 years ago
- Project changed from Docker Support to Pulp
Updated by dkliban@redhat.com over 8 years ago
- Status changed from NEW to POST
Updated by bmbouter over 8 years ago
- File iso_test_plan.txt added
Here is the test plan that I used for testing. It is also living here: https://etherpad.net/p/Rsync_ISO_distributor_test_plan
Added by dkliban@redhat.com over 8 years ago
Added by dkliban@redhat.com over 8 years ago
Revision 5fdd919a | View on GitHub
Adds ISO rsync distributor
Updated by dkliban@redhat.com over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_rpm:5fdd919aa027788eb0ea7dfeec204bbf19d29525.
Added by dkliban@redhat.com over 8 years ago
Revision 0e8efde4 | View on GitHub
Merge pull request #949 from dkliban/fix-cancel-rsync-publish
Removes cancel_publish_repo methods from the rsync distributors
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 dcc8fe5a | View on GitHub
Removes docs about password authentication for rsync publishes
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
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 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 iso_test_plan.txt iso_test_plan.txt added
Adding a new version of the test plan which has been updated to remove the password auth since that portion of the feature has been removed.
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