Actions
Task #5306
closedStory #3821: As a user, I can migrate from Pulp 2 to Pulp 3
Story #5307: As a user, I can migrate repositories from Pulp2 to Pulp3
Add models to pre-migrate pulp 2 data about repositories/importers/distributors
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 58
Quarter:
Description
Create the following models to pre-migrate all the needed data.
Check the field types in pulp2 and in pulp3 before deciding which to choose.
Pulp2Repository
- pulp2_repo_id
- pulp2_object_id (it's needed in case a repo has been removed and then a new one created with the same repo_id)
- pulp2_last_unit_added
- pulp2_last_unit_removed
- pulp3_repository_version
Pulp2RepoContent
- repo_id
- content_type
- unit_id
Pulp2Importer
- Pulp2Repository foreign key
- pulp2_importer_type_id
- pulp2_config (json) - plugin will figure out what to do
- pulp2_last_updated
- pulp3_remote
Pulp2Distributor
- Pulp2Repository foreign key
- pulp2_distributor_id
- pulp2_distributor_type_id
- pulp2_config (json) - plugin will figure out what to do
- pulp2_auto_publish
- pulp2_last_updated
- pulp3_publication
- pulp3_distribution
Updated by ttereshc over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
Added by ttereshc about 5 years ago
Added by ttereshc about 5 years ago
Revision 3a62b6da | View on GitHub
Add models for pre0migrating pulp2 repository related data
Added by ttereshc about 5 years ago
Revision 3a62b6da | View on GitHub
Add models for pre0migrating pulp2 repository related data
Updated by ttereshc about 5 years ago
- Status changed from ASSIGNED to POST
- Groomed changed from No to Yes
- Sprint set to Sprint 58
Updated by ttereshc about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:pulp-2to3-migrate|3a62b6dabe92e47fa97dcd13805ccd3b5d6c0e48.
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
Add models for pre0migrating pulp2 repository related data
closes #5306 https://pulp.plan.io/issues/5306