[17:53] smoser the whole net stuff doesn't really have any tests or sample files and sample outputs :( [17:54] seems like i'll have to rewrite alot of it for RH support, but no tests makes that ya, ummm, painful [21:49] dmsimard mgagne smoser sooo first thing i am hitting (in trying to add some basic tests for the conversion process); is that openstack (or at least the example i got from dmsimard has a network type of bridge, but the cloud-init code doesn't handle any bridge type) [21:50] that's probably insight from the compute node, there are no bridge to create on the VM [21:51] in the specific case I sent you, it's a linuxbridge config -- so it goes something like "eth0" -> br-something -> tap-something [21:51] tap-something is the interface of the VM [21:52] right, so that example gets processed via http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/cloudinit/sources/DataSourceConfigDrive.py#L369 [21:52] into an internal format that is different from the network_data.json one, but has similar info [21:52] guess i gotta figure out what to do with bridges [21:53] can you paste the specific config you're looking at ? [21:57] i'll do better, ha [21:59] http://bazaar.launchpad.net/~harlowja/cloud-init/cloud-init-net-refactor/revision/1216 [22:00] is the stuff i'm working on, cause there are no tests really of the network format in and expected out [22:00] http://bazaar.launchpad.net/~harlowja/cloud-init/cloud-init-net-refactor/revision/1216 [22:00] oops look @ test_configdrive.py there [22:01] so thats my step 1, adding some basic tests of this conversion process, so i can then go figure out what the heck to do for rhel in the other net files (which also lack tests afaik)