[01:38] blackboxsw, if you're still around, we missed a template on bug 1701097 [01:38] bug 1701097 in cloud-init (Ubuntu Zesty) "eni rendering of ipv6 gateways fails" [Medium,Confirmed] https://launchpad.net/bugs/1701097 [01:38] i'll get it tomorrow if not [01:38] :-( [01:38] later [09:19] thanks smoser well overhere its now morning [09:19] Europe overhere [13:09] mbwe, you all keep funny time. [15:18] powersj: how were you getting that negative value in the cloud-init analyze lxc run? I'm trying to reproduce here [15:19] rharper: let me look [15:21] I just forgot that cloud-init.log has subsecond timestamps now, so it's easier to just cat cloud-init.log | cloudinit-analyze show -i - versus those journalctl ones [15:21] rharper: Ah! It was when I was doing my demo script, which uses the following user data: https://github.com/powersj/debconf17/blob/master/demo/user_data.yaml which is setting the timezone to something that isn't correct. [15:21] oh! [15:21] yes [15:21] it will be correct in couple days ;) [15:22] lol [15:27] powersj, rharper well, analize is doing bda math then [15:27] or ignoring time zone [15:27] er... *not* ignoring time zeon. [15:27] zeon! [15:27] it should be doing any time operations on utc. [15:27] or some constant [15:28] smoser: we get timestamps from python logging in cloud-init.log [15:28] when you modify the timezone; logging doesn't know that [15:31] hm... [15:32] we'd then need to chage theoutput to log with timezone information. i can't imagine that python logging is simply broken across time zone changes [15:32] surely it can detect that [15:39] looks like we;'d need to force logging to use gmt === smoser` is now known as smoser [18:07] rharper: smoser https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/328241 all comments addressed. performing one more test run on aws now [18:13] validatred on aws [18:16] blackboxsw, your comment [18:16] "Perform dhcp discovery on nic if it is not already up." [18:16] i dont think that is true [18:16] "if the nic is down, run dhclient" [18:16] where is "if" ? [18:16] i think it just runs dhclient [18:17] ahh fixing that [18:18] right that was an earlier iteration on this branch [18:21] blackboxsw, the other comment is the bit in DataSourceEc2.py [18:21] dhcp_leases = dhcp.maybe_perform_dhcp_discovery() [18:22] move that out to anoterh method maybe ? [18:23] ipv4_info = dhcp.maybe_dhcp_and_get_ipv4_info() [18:23] if not ipv4_info: [18:23] return False [18:24] with net.EphemeralIPv4Network(**ipv4_info): [18:24] ... [18:30] :w [18:30] whoops mid-fixing it [18:49] blackboxsw, have a minute ? [18:49] http://c.brickies.net/hangout [18:49] sure, pushed latest changes so we are talking about the same thing [20:12] smoser: fixes pushed testing on aws now [20:24] there are merge conflicts tehre. [20:24] you should rebase [20:24] other than that i think its probably sane [21:33] https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+ref/feature/analyze [21:34] and i gots to go. ^ that is the analyze work that i did, thats all though. [21:34] ok will shepherd it in next week [21:34] have a good one [21:35] thanks [21:37] thanks smoser [21:38] its no where near done.. just initil thing.