blackboxsw | 19.2-36-g059d049c-0ubuntu1~16.04.1 | 07:43 |
---|---|---|
blackboxsw | is what we are SRUing for cloud-init | 07:43 |
blackboxsw | trivial branch to fixup 'make clean' target | 10:08 |
blackboxsw | https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/372932 | 10:08 |
blackboxsw | if anyone wants to weigh in | 10:08 |
andrein | hello, does cloud-init support some form of dry-run? | 17:31 |
andrein | 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:33 |
smoser | andrein: network config can be rendered with | 17:36 |
smoser | python3 -m cloudinit.cmd.main | 17:36 |
smoser | python3 -m cloudinit.cmd.main devel net-convert | 17:37 |
smoser | not the friendliest of all command lines | 17:37 |
smoser | 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 |
smoser | or whatever values are appropriate | 17:38 |
andrein | thanks, smoser, that's exactly what I need | 17:40 |
andrein | cloud-init devel net-convert -p /mnt/config/openstack/latest/network_data.json -k network_data.json -d /tmp/ -D centos -O sysconfig | 17:40 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!