/srv/irclogs.ubuntu.com/2019/09/18/#cloud-init.txt

blackboxsw19.2-36-g059d049c-0ubuntu1~16.04.107:43
blackboxswis what we are SRUing for cloud-init07:43
blackboxswtrivial branch to fixup 'make clean' target10:08
blackboxswhttps://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/37293210:08
blackboxswif anyone wants to weigh in10:08
andreinhello, does cloud-init support some form of dry-run?17:31
andreinI'm looking for a way to debug my network configuration(it's a baremetal node provisioned via ironic, with a configdrive, and every iteration takes... forever)17:33
smoserandrein: network config can be rendered with17:36
smoser python3 -m cloudinit.cmd.main17:36
smoserpython3 -m cloudinit.cmd.main devel net-convert17:37
smosernot the friendliest of all command lines17:37
smoserbut you're going to feed it '--network-data=some-file.json' --kind=network_data.json --directory=your.output.dir --distro=some-distro --output-kind=sysconfig17:38
smoseror whatever values are appropriate17:38
andreinthanks, smoser, that's exactly what I need17:40
andreincloud-init devel net-convert -p /mnt/config/openstack/latest/network_data.json -k network_data.json -d /tmp/ -D centos -O sysconfig17:40

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