[03:29] Nate House proposed openstack/cloud-init: [WIP] Refactoring and addressing review comments https://review.openstack.org/239807 [03:36] Nate House proposed openstack/cloud-init: [WIP] Adds ConfigDrive datasource. https://review.openstack.org/234857 [03:45] Nate House proposed openstack/cloud-init: [WIP] Adds ConfigDrive datasource. Throwing this out there for some initial feedback. https://review.openstack.org/234857 [09:52] Hey smoser [09:54] I just updated the PR, everything should be ok. [12:44] mwak, will take a look. thanks. [12:44] mwak, link ? [12:46] smoser: https://code.launchpad.net/~edouardb/cloud-init/scaleway-datasource/+merge/274861 [14:30] I'd updated that config drive mounter decorator which should be somewhat working and looked into making similar for windows using ctypes [14:32] with it being alot more lines than just single calls using ctypes.windll.kernel32, it might make more sense to move it into the osys.windows.OSUtil path [14:35] but then as written, it might make more sense to have linux share a base.OSUtils of their own and have each linux distro inherit from that linuxbase.OSUtils [14:35] still digging though [14:46] I'd looked at moving over the util.subp method too and think its needing to be cleaned up a bit [14:57] natorious: I would suggest writing a new subp that does precisely what you need it to do, rather than porting over a bunch of parameters which we aren't using anywhere. [15:06] Odd_Bloke: think so too. Last week someone had mentioned pull it from 0.7 but it seems better to pull ideas from === tmclaugh[work]_ is now known as tmclaugh[work] [19:56] Is cloud-init responsible for bringing up network interfaces on Ubuntu running on ec2? The Wily images are not currently working on c4 instances as the network interface does not come up. More info in this thread: https://forums.aws.amazon.com/thread.jspa?messageID=682962 [20:51] elro, cloud-init does not bring them up [20:52] they come up as part of normal boot due to /etc/network/interfaces [20:52] thank you for reporting, i'll forward along. [20:53] smoser: I reported it as https://bugs.launchpad.net/ubuntu/+bug/1510345 but was not sure which package to associate it with [20:53] i'll triage. thank you. [20:53] pllease feel free to ping me if you ever see something like that [20:53] also utlemming or rcj would be good if i'm not listening [20:54] thanks [21:29] Looks like https://bugs.launchpad.net/cloud-init/+bug/1449318 is still a problem on 15.10. When the runcmd errors the power-state-change does not take effect and the instance is not powered off. === gondoi is now known as zz_gondoi