=== cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer [07:51] melissaml proposed openstack/cloud-init: Put py34 first in the env order of tox https://review.openstack.org/266753 === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === cpaelzer_ is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer_ [15:32] hi all, is there a recommended way of adding additional config modules [15:32] other than copying them into /usr/lib/python2.7/site-packages/cloudinit/config or the equivalent? === mgagne is now known as Guest82803 === Guest82803 is now known as mgagne [19:01] bump from earlier in case it was misssed: is there a recommended way of adding additional config modules? [19:01] other than copying them into /usr/lib/python2.7/site-packages/cloudinit/config or the equivalent? [19:44] george_ currently that will be the way u'll have to do it [19:44] https://github.com/openstack/cloud-init/blob/0.7.x/cloudinit/stages.py#L648 only looks in the cloudinit.config module [19:45] yeah, that's the only thing i saw [19:46] thanks! [19:47] np [19:52] smoser yo, https://github.com/harlowja/cloud-init/tree/0.7.x-final-final-final-really is the most up to date bzr 0.7.x sync [19:52] if u want i can ask the infra folks to sync ^ and replace https://github.com/stackforge/cloud-init/tree/0.7.x with that [19:52] sorry i mean https://github.com/openstack/cloud-init/tree/0.7.x [19:52] ii was afraid you'd bug me again :) [19:53] ;) [19:53] i am in your basement [19:53] lol [19:53] u can not escape [19:53] AH! [19:53] :-P [19:53] soooo how about that, lol [19:57] sooo [19:57] lol [23:51] Hi all, I am trying to debug an issue on a VM (C6.5 image) where the cloud-init script is running and the routes are not properly added. This is on a cluster running Openstack Icehouse, C6.5 hypervisors, and OpenContrail SDN. The image boots just fine on 60+ different hypervisors, but fails on a couple. [23:52] tcpdump shows repetitive dhcp discover, offer, request, ack cycles, but the console-log of the VM just ends with the route table. [23:52] and it never gets to the login prompt. [23:52] Is there a way to get more verbose output out of cloud-init?