Project

Profile

Help

Story #5229

Updated by ttereshc over 4 years ago

When migration is triggered: 
 <pre> 
 POST request to /pulp/api/v3/migration-plans/asdf-2345-ghjk-4567-adc/run/ 
 </pre> 

 the task is created. 

 The task status should show migration progress: 

  * 
  - different steps 

     
     * content pre-migration from Pulp2 
     * content migration to Pulp 3 
     * any other steps if they are added to migration tool (repositories pre-migration/migration ) 

  * 
  - for each step the amount of processed and total items 
  * - show progress by plugin type 

Back