Project

Profile

Help

Story #4764

closed

As a user, I can sync a list of Collections from galaxy.

Added by bmbouter almost 5 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:
Yes
Tags:
Sprint:
Quarter:

Description

The user should be able to sync down one or more {namespace}.{name} Collections similar to what mazer installs here: https://galaxy.ansible.com/docs/mazer/examples.html#installing-repositories-with-multiple-roles

Solution

Add a CollectionRemote and give it a 'white_list' attribute. This attribute accepts the same argument value as the `mazer install` command. Specifically it accepts one or more collections separated by spaces. Each collection is specified by namespace.name and an optional version string. If version string is unspecified, the latest is downloaded. If a version string is specified, that version is downloaded.

So for example:

foo.bar,1.2.3 foo.baz,2.3.4 foo.zab

would sync down and create 3 collections:
1. foo.bar version 1.2.3 (even if newer was available)
2. foo.baz version 2.3.4 (even if newer was available)
3. foo.zab it will discover whatever the latest is and use that. Syncing without a version of time should give you newer and newer collections.

Also available in: Atom PDF