Project

Profile

Help

Story #5165

closed

As a user, I can mirror collection content

Added by bmbouter over 4 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 57
Quarter:

Description

Currently pulp_ansible calls out to Mazer to perform the sync of Collection content from the Galaxy V2 API. This was done initially to get something working, but it's inefficient since the Stages API could provide asyncio based downloading and Artifact creation.

Solution

Switch pulp_ansible sync to use the Stages API instead. This will require several calls to be made to implement the client side of the Collection downloading workflow.

The calls that will need to be made by the downloaders will need to probably call the V2 collection URLs pulp_ansible implements here: https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/urls.py#L24-L38 Also the /api/ call.

Actions #1

Updated by bmbouter over 4 years ago

  • Description updated (diff)
Actions #2

Updated by bmbouter over 4 years ago

  • Description updated (diff)
Actions #3

Updated by daviddavis over 4 years ago

  • Groomed changed from No to Yes
  • Sprint set to Sprint 56
Actions #4

Updated by bmbouter over 4 years ago

  • Subject changed from As a user, Sync is faster by switching sync to use Stages API to As a user, I can mirror collection content

It's not really about performance as much as being able to mirror all collection content instead of what we have now which is whitelist only. Currently the user would have to name all content to download it all.

Actions #5

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 56 to Sprint 57
Actions #6

Updated by fao89 over 4 years ago

  • Status changed from NEW to POST
  • Assignee set to fao89

Added by Fabricio Aguiar over 4 years ago

Revision 49bc50e0 | View on GitHub

Sync collections with stages API

Sync all collections (a full mirror) from Galaxy. Removing whitelist from CollectionRemote, now you can sync collections utilizing just the url:

closes #5165 https://pulp.plan.io/issues/5165

Actions #7

Updated by Anonymous over 4 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #8

Updated by bmbouter over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF