Actions
Feature #37958
openAdd option to not sync dependencies of Ansible collections
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
When synchronizing Ansible collections, the dependencies and different versions are downloaded. This can lead to an extremely large number of repos being synchronized for just one Ansible collection.
A test with the following Requirements field resulted in 135 Ansible collections being downloaded:
---
collections:
- name: checkmk.general
version: 5.3.0
This issue aims to add functionality to Katello which lets users decide whether Ansible collection dependencies are synced or not at the repository level.
Updated by The Foreman Bot 19 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11195 added
Updated by Ian Ballou 19 days ago
- Target version changed from Katello 4.15.0 to Katello 4.16.0
- Triaged changed from No to Yes
Actions