Project

Profile

Help

Story #3181

Updated by daviddavis about 6 years ago

This basic implementation should create a live API at <code>/pulp_ansible/galaxy/<distribution.base_path>/roles/</code> <code>/pulp_ansible/role/<distribution.base_path>/roles/</code> that will provide the minimum functionality for the galaxy client to discover role urls from it. 

 This work will probably require the addition of a new field (e.g. "url") in the galaxy api format to serve as an alternative to the github_user and github_repo fields. The galaxy cli client will probably need to be updated too. 

 There will have to be two pages really: one for roles and one for versions. The galaxy cli first looks up roles and then the versions for these roles. 

Back