/srv/irclogs.ubuntu.com/2016/10/19/#cloud-init.txt

=== sterfield_ is now known as sterfield
=== rangerpbzzzz is now known as rangerpb
mdorman_running into an issue on EL7 where the network generate_fallback_config process where reading the /sys/class/net/eth0/carrier and /dormant generate an IOError (Invalid Argument) if the NIC isn’t up yet.  I think we have a fix just by catching the IOError exception and passing.  I’m looking through bugs to see if anything is there for this already, but not coming up with anything.  does this sound familiar to anybody?  If no18:07
mdorman_I’ll report a new bug.18:07
mdorman_i think the better way to do this ( https://git.launchpad.net/cloud-init/tree/cloudinit/net/__init__.py#n139 ) is check the nic’s operstate first, and then only if it’s up check the carrier and dormant.   i’ll send in a review18:18
rharpermdorman_: I belive that one is known; lemme find the bug and the MR that addresses that19:13
rharperhttps://code.launchpad.net/~harlowja/cloud-init/+git/cloud-init/+merge/305882   handles this; IIRC19:16
* rharper checks the channel logs19:16
mdorman_thanks i’ll check it out19:19
rharperhttps://bugs.launchpad.net/cloud-init/+bug/162576619:22
rharpersomeone from Arch saw this19:22
rharperI updated the bug description and summary to match19:22
* rharper links the MR to the bug as well 19:22
* rharper pokes harlowja and smoser for review tomorrow 19:23
mdorman_cool19:25
harlowjai fixed that?20:13
harlowjahahaha20:13
harlowjamdorman_ maybe fixed :-P20:14
harlowjasomeone needs to merge all that stuff, lol20:14
mdorman_yeah me and jim have it merged locally and are testing it.  then i will comment on the LP review with results20:31
harlowjakk20:34
mdorman_so far it’s looking good21:02
nrezinornthat part looks great :p21:06
harlowjagreatttt21:59
harlowjalol21:59
mdorman_https://code.launchpad.net/~harlowja/cloud-init/+git/cloud-init/+merge/305882 i think we can confidently say is good22:14
nrezinornharlowja: rpm builds happily from what we can see, plan on doing roll ups for merge tomorrow .  i had a Q about the requirements.txt tho, where we dont need 2 lines in the rpm build - should i make and apply a .patch to build the RPM or is there another way to handle?22:29
=== rangerpb is now known as rangerpbzzzz
harlowjai did its23:25
harlowjalol23:25
harlowjasmoser so in https://code.launchpad.net/~harlowja/cloud-init/+git/cloud-init/+merge/30830423:28
harlowjaif people still have cheetah installed, and there templates say to use cheetah explicitly23:28
harlowjathen it will still continue using cheetah23:28
harlowjathe default though does change23:28
harlowjafrom23:29
harlowja-            LOG.debug("Using Cheetah as the renderer for unknown template.")23:29
harlowja- return ('cheetah', cheetah_render, text)23:29
harlowjato jinja23:29
harlowjathis maybe should cause a 0.8.0 version, id23:29
harlowja*idk23:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!