IRC channel logs
2024-11-21.log
back to list of logs
<rekado>hmm, so cloud-utils is supposed to do the actual work? <rekado>last I looked the python library for cloud init had support for various distributions to modify system configuration files and run tools (e.g. to configure and bring up networking, or to set the hostname) <rekado>and we couldn't actually use any of that stuff <rekado>so what I worked on a few months back was a way to generate some sort of configuration file that our services could then consult. <rekado>but there was no such thing as a central configuration file containing all necessary bits of information. <rekado>from what I can tell cloud-utils does not have what it takes to configure networking. It's probably useful for other bits, though I haven't ever used those. <civodul>we’d need to clarify with the submitter what this actually does <civodul>maybe it’s useful in context where you only need other configuration bits, like disks, but not networking? <civodul>one thing that’s missing for Codeberg is forge.el support