Actions
Story #5363
closedStory #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
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
Updated by ipanova@redhat.com about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 58
Updated by ipanova@redhat.com about 5 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 5 years ago
Added by ipanova@redhat.com about 5 years ago
Revision fc283ae4 | View on GitHub
Migrate docker content.
Added by ipanova@redhat.com about 5 years ago
Revision fc283ae4 | View on GitHub
Migrate docker content.
Updated by ipanova@redhat.com about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp-2to3-migration|fc283ae4439fe9b6b491dc17e5bb60dcd7c78498.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ttereshc almost 5 years ago
- Status changed from CLOSED - CURRENTRELEASE to MODIFIED
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Actions
Migrate docker content.
closes #5363 https://pulp.plan.io/issues/5363