Project

Profile

Help

Story #5070

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/683":https://github.com/pulp/pulp_ansible/issues/683 




 ---- 


 ### Current Workflow 

 The import_collection task contained in pulp_ansible currently does this: 

 1\. open up an Artifact and search for collection metadata   
 2\. Create a Collection object from that metadata and save it   
 3\. Create ResourceCreated records for the created Collection so the user knows what was created. 

 ### Future Workflow with linting + scoring 

 1\. open up an Artifact and search for collection metadata   
 2\. Run the collection through the linter + scorer   
 3\. Create a Collection object from that metadata and save it (along with the scoring + linting data)   
 4\. Create ResourceCreated records for the created Collection so the user knows what was created. 

 ### Details 

 What are the field types on the Collection that need to store scoring or linting result data. 

 

Back