stdevel / ansible-collection-uyuni

Ansible Collection for Uyuni / SUSE Manager
https://galaxy.ansible.com/stdevel/uyuni
GNU General Public License v3.0
21 stars 6 forks source link

Build Content Lifecycle Project #24

Open rplueckh opened 1 year ago

rplueckh commented 1 year ago

It would be great if the collection could be used to build "Content Lifecycle Projects". I plan an automation to roll out kernel live patches (e.g. monthly). I have predefined filters in my project which allow newly released kernel live patches to be included in a new build. So I need a function to (re-)build the project and promote it to higher stages. After that I can use function the collection already offers to apply the patches. This should be possible through the [contentmanagement.buildProject] and [contentmanagement.promoteProject] API calls.

stdevel commented 1 year ago

That's a good idea, thanks for sharing! Adding this to the feature list.