Project

Profile

Help

Task #5083

Updated by ttereshc over 4 years ago

Create a Pulp2Content model which stores pulp 2 content in a generic way, not content specific. 
 Fields: 
     - content type 
     - content_id 
     - downloaded flag 
     - storage_path 
     - checksum (do we have it for any content type? in any generic collection? 
     - date created in pulp 2 

 Create an asyncio loop and couroutines a task which does nothing for now but it will be used to dump generic info about Pulp 2 content.  
 It content data using the model above. 
 The task should be triggered from the main task @migrate_from_pulp2@. 
 Dump only newly added content to Pulp2, use _last_updated field of Pulp 2 content model for that. 

Back