/srv/irclogs.ubuntu.com/2023/06/18/#cloud-init.txt

meenahas anyone noticed yet that setup.py is just a huge pile of hacks, because no one seems to know how setuptools / distutils works 11:38
hexa-setup.py is on the way out in favor pyproject.toml, precisely because setup.py allows you to introduce all kinds of weird hacks11:57
hexa-see how setuptools documentation favors pyproject.toml: https://setuptools.pypa.io/en/latest/userguide/quickstart.html11:58
meenahexa-: okay, but, can we do anything we have to do? (regardless of how hanky we're doing it right now?) 12:14
pitchhey folks. i know cloudinit from uploading a file to a hostingprovider and run it. now we want to bootstrap deployment at my hackspace. how can cloud-init be used locally?16:43
meenapitch: there are some sources that can be used that aren't bound to a cloud provider: NoCloud, ConfigDrive17:04
minimalpitch: use the NoCloud datasource by providing it with configuration files, via either ISO or seed URL17:07
pitchany hint for a step by step? first time user kinda. just used the yaml arguments with some cloudproviders to seed ssh keys.19:44
meenapitch: we have done documentation on how to create an image19:59
meenahttps://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html#example-creating-a-disk20:01
pitchso just all the stuff i can do as a yaml/textfile in the /user-data on a seperate partition with cidata label and cloudinit including images will jsut pick it up?20:04
meenayes! 20:05
pitchokay20:05
pitchautomagic all the dings20:05
pitchthanks a lot.20:05
meenaif you have a bunch of machines, you might wanna use an http service20:05
meenaAlso this https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html#dmi-specific-kernel-commandline20:07
pitchi know. this is about bootstrapping a saltmaster. probably ill just use a ci to build that iso. 20:08

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