containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

RHELAI-429: Adding upgrade informer service #663

Closed tsorya closed 3 months ago

tsorya commented 4 months ago

Upgrade informer will run every couple of our and will be triggered by systemd timer. In order to start it on boot and run once i enabled it and timer. Disabling auto upgrade service in order to remove unexpected reboots. Service will run "bootc upgrade --check" and in case new version exists it will create motd file with upgrade info. Removed unused grow-part services

rhatdan commented 4 months ago

My understanding of the growpart was if the RHEL-AI was installed onto a cloud machine. Is this something we do not intend to do?

tsorya commented 4 months ago

My understanding of the growpart was if the RHEL-AI was installed onto a cloud machine. Is this something we do not intend to do?

@rhatdan it was removed from all the images so i assumed it was not needed anymore but wanted to use same process of adding new service. If it is required i can leave it

javipolo commented 3 months ago

This functionality has been splitted and moved into different PRs:

https://github.com/containers/ai-lab-recipes/pull/690 https://github.com/containers/ai-lab-recipes/pull/689