Task #6909
closedimport_collection task to send filepath to galaxy-importer
0%
Description
Currently the import_collection task sends the artifact fileobject to galaxy-importer. In galaxy-importer we want move from using the tarfile module to tar in shell.
We would like import_collection task to send the artifact filepath to galaxy-importer.
Also, currently in the fileobject we use the .storage.url property to download the artifact to a container to run "ansible-test sanity". So perhaps we can send the filepath + url instead of the opened fileobject.
Updated by bmbouter over 4 years ago
When we are using pulpcore with S3 and we access the file in pulp_ansible here I wonder what filename it's actually giving you. It's not actually stored within the /var/lib/pulp/artifact
backend so I wasn't sure what to expect.
Updated by fao89 over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by bmbouter over 4 years ago
- Status changed from ASSIGNED to CLOSED - WONTFIX
- Assignee deleted (
fao89)
On slack we determined we would have this change made in the galaxy-collection itself instead of pulp_ansible. As such I'm closing WONTFIX.