Project

Profile

Help

Story #5363

closed

Story #3821: As a user, I can migrate from Pulp 2 to Pulp 3

Story #3822: As a user, I can migrate all content units of a specific type from Pulp 2 to Pulp 3

As a user, I can migrate docker content units from Pulp 2 into Pulp 3

Added by ipanova@redhat.com over 4 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 60
Quarter:

Description

Desired workflow for migrating docker content

h5. 1. Create a migration plan by POSTing to /pulp/api/v3/migration-plans/ the following JSON.

{  
    "plugins": [ 
       {
         "type": "docker",
       }
    ]
}
2. Run the migration plan

POST request to /pulp/api/v3/migration-plans/asdf-2345-ghjk-4567-adc/run/

Implementation details

Inherit from DeclarativeContentMigration and create pipeline for docker content migration.

As a result of this MP task docker blobs, manifests, manifest list and tags will be migrated

Also available in: Atom PDF