[07:43] 19.2-36-g059d049c-0ubuntu1~16.04.1 [07:43] is what we are SRUing for cloud-init [10:08] trivial branch to fixup 'make clean' target [10:08] https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/372932 [10:08] if anyone wants to weigh in [17:31] hello, does cloud-init support some form of dry-run? [17:33] I'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:36] andrein: network config can be rendered with [17:36] python3 -m cloudinit.cmd.main [17:37] python3 -m cloudinit.cmd.main devel net-convert [17:37] not the friendliest of all command lines [17:38] but you're going to feed it '--network-data=some-file.json' --kind=network_data.json --directory=your.output.dir --distro=some-distro --output-kind=sysconfig [17:38] or whatever values are appropriate [17:40] thanks, smoser, that's exactly what I need [17:40] cloud-init devel net-convert -p /mnt/config/openstack/latest/network_data.json -k network_data.json -d /tmp/ -D centos -O sysconfig