Actions
Feature #37958
closedAdd option to not sync dependencies of Ansible collections
Status:
Closed
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 about 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11195 added
Updated by Samir Jha about 2 months ago
- Category changed from Ansible Collections to Repositories
Updated by Ian Ballou about 2 months ago
- Target version changed from Katello 4.15.0 to Katello 4.16.0
- Triaged changed from No to Yes
Updated by Thorben Denzer 26 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|58dfb8cac9fed8bd868338391900a801c947ba0e.
Actions