Actions
Task #5849
closedStory #3821: As a user, I can migrate from Pulp 2 to Pulp 3
Add an example of a migration plan
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Quarter:
Description
We should add to the docs an example of a migration plan and explain the purpose of each field and how Migration plan works based on the provided information.
{
"plugins": [
{
"type": "iso", # it should be a pulp2 type
"repositories" : [
{
"name": "foo",
"pulp2_importer_repository_id": "my_repo_id to use to find an importer to migrate"
"repository_versions": [
{
"pulp2_repository_id": "idA",
"distributor_ids": ["pulp2_distributor_repository_id1", "pulp2_distributor_repository_id2"]
},
{
"pulp2_repository_id": "idB",
"distributor_ids": ["pulp2_distributor_repository_id3"]
},
]
}
]
},
{
"type": "docker",
}
]
}
Updated by ipanova@redhat.com almost 5 years ago
- Parent issue set to #3821
- Groomed changed from Yes to No
Updated by ttereshc almost 5 years ago
- Project changed from Pulp to Migration Plugin
Added by ttereshc almost 5 years ago
Added by ttereshc almost 5 years ago
Revision a005052e | View on GitHub
Add to docs Migration plan examples
Added by ttereshc almost 5 years ago
Revision a005052e | View on GitHub
Add to docs Migration plan examples
Updated by ttereshc almost 5 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp:pulp-2to3-migration|a005052ebb72da4c6e5a1abc9c294c4ad902b5b0.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Actions
Add to docs Migration plan examples
closes #5849 https://pulp.plan.io/issues/5849