Project

Profile

Help

Issue #3228

closed

As an authenticated user, I can create a new repository version

Added by dkliban@redhat.com over 6 years ago. Updated about 5 years ago.

Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

A user should be able to make POST request to /api/v3/repositories/<id>/versions/ in order to create a new repository version. The user should be able to provide 3 optional arguments: importer, add_many, and remove_many. A task should be spawned to create a new repository version. The repository version starts with the content from previous version, if any, and then adds units from add_many, then removes content from remove_many, and then uses the importer to import units. If the importer is configured with 'mirror' sync mode, the user cannot expect the changes from add_many or remove_many to be present in the new version.

The ViewSet for the RepositoryVersion model needs to be extended to handle POST requests. The repository version API endpoint should accept 3 parameters: importer, add_many, remove_many.

The detail 'sync' view for the Importer viewset needs to be removed.

The sync task in pulp/pulpcore/pulpcore/app/tasks/importer.py needs to be removed.

A repository_version task should be added to pulp/pulpcore/pulpcore/app/tasks/repository.py

The new task should implement the algorithm described above. The task should lock on the importer, the new repository version, and the associated repository itself.


Related issues

Is duplicate of Pulp - Story #3173: As a plugin author, I have documentation on how to implement a sync operation for my importerCLOSED - DUPLICATE

Actions
Actions #1

Updated by dkliban@redhat.com over 6 years ago

  • Parent issue set to #3209
Actions #2

Updated by bmbouter over 6 years ago

  • Description updated (diff)

It should also lock on the repository itself so that two repo versions associated with 1 repo are not running at the same time. I made a small edit as such.

Actions #3

Updated by dkliban@redhat.com over 6 years ago

  • Status changed from NEW to CLOSED - DUPLICATE
  • Parent issue deleted (#3209)
Actions #4

Updated by dkliban@redhat.com over 6 years ago

  • Is duplicate of Story #3173: As a plugin author, I have documentation on how to implement a sync operation for my importer added
Actions #5

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF