/srv/irclogs.ubuntu.com/2024/11/02/#cloud-init.txt

=== Juesto is now known as Juest
zeropointdoes anyone here have any experience making a custom image for digital ocean?17:20
zeropointI've been experimenting with making a customer Guix image and there don't appear to be any cloud init modules that run by default. From the logs it appears cloud-init ran successfully (status: done, no errors).17:20
zeropointI'm assuming I'm missing some config somewhere. The only change to the default config I've made was to make ConfigDrive run before NoCloud (as required by DigitalOcean). How do image creators generally handle config?17:21
minimalzeropoint: did you check the cloud-init.log to see which modules ran?17:31
minimalalso which modules run is defined in /etc/cloud/cloud.cfg typically, so check the contents of that in your Guix image17:32
minimalzeropoint: actually thinking about it, I don't believe guix is defined in cloud-init as a known/supported distro...17:32
minimali.e it is not listed here: https://cloudinit.readthedocs.io/en/latest/reference/distros.html17:34
zeropointno modules ran and I crafted the image myself and only created a /etc/cloud/cloud.cfg.d/99-digital-ocean.cfg file17:34
zeropointyeah, would I need to define the modules myself then17:34
zeropointhmm, noticed this line in the logs: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>17:52
minimalzeropoint: you'd have to add guix support throughout cloud-init17:53
minimalas I said I don't believe guix is a supported distro for cloud-ini17:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!