=== shardy is now known as shardy_lunch === shardy_lunch is now known as shardy [18:05] rharper, powersj i'm running "full" run of lxc and nocloud against my current https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/333059 [18:07] nice [18:07] hmm. [18:08] i tihnk that launchpad got hosed on that [18:08] it doesn't knwo of any of muh newer pushes [18:08] oh wait. [18:08] stale page [18:16] and look at this: [18:16] 21 files changed, 319 insertions(+), 327 deletions(-) [22:23] hello [22:24] are there any examples out there of network interface configuration for the nocloud datasource [22:24] ? [22:25] for example, does network device configuration get its own file, network-config? [22:25] or do I add it in with the meta-data with a top level header "network:" [22:25] few discrepancies it would be nice to clear up [22:28] oh .. nm [22:28] just found it [22:29] in the docs :P [22:30] :) [22:35] bdx: network-config [22:35] and no top level 'network' key (since that is implied as ait is in 'network-config') [22:36] smoser: yeah ... I think I'm hitting a possible bug see line 3 http://paste.ubuntu.com/25875749/ [22:37] I think I'm setting it correctly [22:37] I'm doing as you (and the docs) say [22:37] and it seems to be taking it, but like, not taking it [22:38] network-config < http://paste.ubuntu.com/25875757/ [22:40] possibly there is something I need to do to make the network-config run after the creation of the device... [22:40] possibly I need to use version 2 [22:54] ahh, I think I see whats going on [22:54] I need to target an existing mac address [22:56] cloud-init isn't creating a new device, its configuring an existing device [23:00] oh, yea! [23:02] the key thing was that I had to create the vm with a defined mac address ANDd have attached a config drive with network-config with the same mac address I used when creating the vm [23:03] yeah, nm [23:03] still didn't work [23:07] so, whats I did find [23:07] is that when I made the mac address of the vm match the mac address in the network-config, I get a clean cloud-init log [23:07] http://paste.ubuntu.com/25875903/ [23:08] so cloud-init is finding the device now [23:08] it seems [23:08] it still isn't getting configured though