[08:46] stanguturi: Hola! Glad to see you've made it to IRC. :) [08:47] stanguturi: You can find the 2.0 code at https://github.com/stackforge/cloud-init [08:48] stanguturi: We use Stackforge's Gerrit to manage all changes in to the tree: you can see a list of open reviews at http://bit.ly/cloudinit-reviews-public [08:51] stanguturi: http://docs.openstack.org/infra/manual/developers.html#installing-git-review gives you some details about how to work with gerrit and git-review (if you don't already know :). [08:52] stanguturi: Not everything in the OpenStack developers guide is relevant though, as cloud-init isn't an OpenStack project, we just use their CI infrastructure. :) [23:29] Hi, I have been trying to use cloud-init. Though seems like only a part of the userdata script is being applied to the VM. For examples, yum packages specified in userdata do not take effect but static file writing works. [23:29] this is the error: [23:29] Cloud-init v. 0.7.5 running 'init-local' at Wed, 16 Sep 2015 08:39:16 +0000. Up 10.40 seconds. Cloud-init v. 0.7.5 running 'init' at Wed, 16 Sep 2015 08:39:23 +0000. Up 17.72 seconds. ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+- [23:29] 2015-09-16 04:39:27,398 - util.py[WARNING]: Failed pickling datasource DataSourceConfigDriveNet [net,ver=2][source=/dev/sr1] [23:30] 2015-09-16 04:39:27,545 - cc_write_files.py[WARNING]: Undecodable permissions None, assuming 420 [23:30] Cloud-init v. 0.7.5 running 'modules:config' at Wed, 16 Sep 2015 08:39:28 +0000. Up 22.82 seconds. [23:30] Cloud-init v. 0.7.5 running 'modules:final' at Wed, 16 Sep 2015 08:39:29 +0000. Up 23.51 seconds. [23:30] Cloud-init v. 0.7.5 finished at Wed, 16 Sep 2015 08:39:29 +0000. Datasource DataSourceNone. Up 23.70 seconds [23:30] 2015-09-16 04:39:29,526 - cc_final_message.py[WARNING]: Used fallback datasource [23:46] I tried to build cloud-init from master with ./packages/brpm and I'm getting error this error: AttributeError: 'module' object has no attribute 'abs_join' [23:46] is this script supposed to work or was it not used since refactor?