/srv/irclogs.ubuntu.com/2018/04/30/#cloud-init.txt

blackboxswoops well I had the date wrong in the topic for this... but here goes16:02
=== blackboxsw changed the topic of #cloud-init to: Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting: Monday 4/30 16:00 UTC | cloud-init 18.2 released (03/28/2018)
blackboxsw#startmeeting Cloud-init bi-weekly status meeting16:04
meetingologyMeeting started Mon Apr 30 16:04:15 2018 UTC.  The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology.16:04
meetingologyAvailable commands: action commands idea info link nick16:04
blackboxswhi folks, sorry for the mis-representation of when our cloud-init status meeting date. It's time for another episode/update of the happenings in cloud-init.16:04
blackboxswNext meeting will be in two weeks: May 7th16:05
blackboxswat 16:00 UTC16:05
blackboxswThe last couple weeks on the upstream side of the house has been a big push to get testing and stability into master for the Ubuntu Bionic release freeze16:06
blackboxsw... I'd better start with the topic16:06
blackboxsw#topic Recent Changes16:07
blackboxswThe last couple weeks on the upstream side of the house has been a big push to get testing and stability into master for the Ubuntu Bionic release freeze.16:07
robjoMay 7th would be 1 week from today that should be May 14th16:07
blackboxswrobjo: gah, I did it again. Thank you... glad someone's listening.    Next cloud-init status meeting Monday May 14th 16:00 UTC16:07
blackboxsw#topic #cloud-init Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting: Monday 5/14 16:00 UTC | cloud-init 18.2 released (03/28/2018)16:08
blackboxswok topic agrees in channel now, so I don't botch it at the end of meeting16:08
blackboxswAlong with a blitz for stability in Bionic the following changes have been shepherded into tip of master16:09
blackboxsw    - Add reporting events and log_time around early source of blocking time16:09
blackboxsw      [Ryan Harper]16:09
blackboxsw    - IBMCloud: recognize provisioning environment during debug boots.16:09
blackboxsw      (LP: #1767166)16:09
blackboxsw    - net: detect unstable network names and trigger a settle if needed16:09
blackboxsw      [Ryan Harper] (LP: #1766287)16:09
blackboxsw    - IBMCloud: improve documentation in datasource.16:09
ubot5Launchpad bug 1767166 in cloud-init (Ubuntu) "IBMCloud datasource does not recognize provisioning in debug mode." [Medium,Confirmed] https://launchpad.net/bugs/176716616:09
blackboxsw    - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]16:09
blackboxsw    - packages/debian/control.in: add missing dependency on iproute2.16:09
ubot5Launchpad bug 1766287 in cloud-init (Ubuntu) "18.04 minimal images on GCE intermittently fail to set up networking " [Undecided,In progress] https://launchpad.net/bugs/176628716:09
blackboxsw      (LP: #1766711)16:09
blackboxsw    - DataSourceSmartOS: add locking of serial device.16:09
blackboxsw      [Mike Gerdts] (LP: #1746605)16:09
blackboxsw    - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] (LP: #1765085)16:09
ubot5Launchpad bug 1766711 in cloud-init (Ubuntu Bionic) "cloud-init missing dependency on iproute2" [Medium,Fix committed] https://launchpad.net/bugs/176671116:09
blackboxsw    - DataSourceSmartOS: list() should always return a list16:09
blackboxsw      [Mike Gerdts] (LP: #1763480)16:09
ubot5Launchpad bug 1746605 in cloud-init "DataSourceSmartOS needs locking" [Medium,Fix committed] https://launchpad.net/bugs/174660516:09
blackboxsw    - schema: in validation, raise ImportError if strict but no jsonschema.16:09
blackboxsw    - set_passwords: Add newline to end of sshd config, only restart if16:09
blackboxsw      updated. (LP: #1677205)16:09
ubot5Launchpad bug 1765085 in cloud-init "DataSourceSmartOS ignores sdc:hostname" [Medium,Fix committed] https://launchpad.net/bugs/176508516:09
blackboxsw    - pylint: pay attention to unused variable warnings.16:09
blackboxsw    - doc: Add documentation for AliYun datasource. [Junjie Wang]16:09
blackboxsw    - Schema: do not warn on duplicate items in commands. (LP: #1764264)16:09
ubot5Launchpad bug 1763480 in cloud-init "DataSourceSmartOS list() should always return a list" [Medium,Fix committed] https://launchpad.net/bugs/176348016:09
ubot5Launchpad bug 1677205 in cloud-init "cloud-init eats final EOL of sshd_config" [Medium,Fix committed] https://launchpad.net/bugs/167720516:09
ubot5Launchpad bug 1764264 in juju 2.3 "bionic cloud-init 18.2 WARNING Juju's 'runcmd' stanza" [High,Triaged] https://launchpad.net/bugs/176426416:09
blackboxswthe general theme has been: new IBMCloud datasource support for cloud-init, SmartOS datasource work by mgerdts, and some json schema improvements16:10
blackboxswso background on IBM, is that their support used to be ConfigDrive based datasource only, but there is now some additional support for different IBM boot/provisioning  stages, hence a new datasource that can support different boot modew16:12
blackboxsw*boot modes16:12
blackboxswover the last two weeks we've landed an SRU into xenial and artful: 18.2-4-g05926e48-0ubuntu1~16.04.1  and   bionic sits at 18.2-14-g6d48d265-0ubuntu116:14
mgerdtsOn the SmartOS side, my changes are driven by our adoption of bhyve (moving away from kvm/qemu).  qemu provides a dhcp server VMs could fall back to if could-init was missing or misbehaving.  bhyve doesn't have that, so I've been working on getting cloud-init to be more stable with the bhyve serial metadata service.16:15
blackboxswAlso, to our continuous integration on jenkins we now have an additional test for proposed packages in ubuntu for the bionic release to make sure ubuntu doesn't break across pending upgrades16:15
blackboxsw#link https://jenkins.ubuntu.com/server/job/cloud-init-integration-proposed-b/16:15
blackboxswthat integration tests hits the suite of platforms lxd, kvm and ec216:16
blackboxswexcellent mgerdts, and thanks for the blitz on these branches16:16
blackboxswlooks like there are a few still in our review queue that we'll be able to get through once the dust settles on the bionic release  (which should be this week)16:17
blackboxsw#link https://code.launchpad.net/~cloud-init-dev/cloud-init/+git/cloud-init/+ref/master/+activereviews16:17
mgerdtsIs now the right time to discuss bug 1765801, or is that later?16:19
ubot5bug 1765801 in cloud-init "network should be optionally reconfigured on every boot" [Undecided,Confirmed] https://launchpad.net/bugs/176580116:19
blackboxswI think over the last 2 weeks there have been a couple of requests in channel for how someone goes about getting newer cloud init into RHEL7, if anyone on the line today knows the contact point or process for that it'd be helpful. larsks doesn't seem to be around16:20
blackboxswmgerdts: probably in about 10 mins. thanks for brining it up16:20
blackboxswhopefully less.16:20
blackboxswok I think that's it for recent changes, next topic (in-progress dev, then office hours (and bug discussion))16:20
blackboxsw#topic In-progresss Development16:21
blackboxswWe'll make this one short:16:21
blackboxswfor ubuntu : bionic just went feature freeze last week, our team has a couple of IBM-related cheanges that we are pulling together for a quick SRU into xenial/artful to handle upgrade path from configdrive -> IBMCloud that we are working on the beginning of this week16:22
blackboxswwe are also trying to wrap up validation of a Bionic SRU per the following bug16:22
blackboxsw#link https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/176741216:22
ubot5Launchpad bug 1767412 in cloud-init (Ubuntu Bionic) "SRU cloud-init 18.2-27-g6ef92c98-0ubuntu1" [Medium,Fix committed]16:22
blackboxswwhich grabs a number of the updates I listed in the last topic16:23
blackboxswsince Ubuntu tends to sync all changes from tip into each release stream16:23
mgerdtsIs there any chance the SmartOS changes can piggy back on that IBM SRU16:23
mgerdtsasked too soon - I see they are mentioned in that bug.16:24
blackboxswmgerdts: no worries. good ask. probably not for this IBM SRU into xenial/artful which is going to be an exception to our update rule and only be a single cherry pick, but planning a folllowup SRU in about 2 weeks which will pull all changes from tip into artful/xenial/bionic/chunky releases16:25
mgerdtsok16:25
blackboxswthe cherry pick is to fasttrack it for IBM into xenial with minimal risk.16:25
blackboxswand we want to pull in all your changes if we can (and perform additional validation)16:25
blackboxswso the next SRU is our target16:25
blackboxswAlso inprogress is some more Azure work on pre-provisioning that should land shortly:16:26
blackboxsw#link https://code.launchpad.net/~jocha/cloud-init/+git/cloud-init/+merge/34419216:26
blackboxswas well as some builddeb fixes and network configuration printout fixes from smoser16:27
blackboxswsmoser and rharper also worked out  some issues on specific google regions where cloud-init was getting hit by a race condition. Cloud-init started up before the kernel/udev was able to rename network devices to stable names like ens4 etc, so cloud-init's network configuration written ended up breaking because it represented devices like eth0 etc.16:29
blackboxswthere are a couple of branches in flight to fix this issue:16:29
blackboxsw#link https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/34418116:29
blackboxsw#link https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/34419816:30
blackboxswok I think that's it for in-progress work. So we'll head to office hours so we can chat bugs, branches reviews etc16:30
blackboxsw#topic Office Hours (next ~30 mins)16:31
blackboxsw We'll be hanging out here for anyone who wants more eyes on a review, feature discussions or bug triage....16:31
blackboxswwell, some of us will be :) a couple of us are at a feature planning conference for the week.16:32
mgerdtsIn https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/343712 smoser said that he was concerned about how this would interact with eventual network hotplug16:33
mgerdtsThere doesn't seem to be a timeline for network hotplug and the lack of network autoreconfig on reboot is has popped up a couple times in the past week.  This is just with a couple early adopters and internal users.16:34
blackboxsw#link https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/34371216:34
blackboxswjust to track it in the meeting16:35
mgerdtsSo coming up with some mechanism to make this work soon is pretty important to us.16:35
mgerdtsgotcha, will be sure to do that in the future.16:35
* blackboxsw reads up on that link 16:35
blackboxswno worries, I'm pedantic :)16:35
mgerdtsThat's how you got chosen to run the meeting, I suppose.  :)16:36
blackboxswyeah network hotplug will have a long tail as far as feature develpment (agreed). I believe it's on our charter for this next quarter. but that's what is being discussed this week16:36
blackboxswheh on meeting comment ;) too true16:37
blackboxswso mgerdts your branch allows metadata to set maintain_network to allow cloud-init to control network configuration each reboot with a True value16:39
blackboxsw?16:39
mgerdtsyes16:39
mgerdtsif it's not set to true in our metadata, the traditional behavior stays.16:39
mgerdtsThat is, in the default path, any customization that someone does in the guest will not get whacked.16:40
robjocloud-netconfig handles hotplug https://github.com/SUSE/Enceladus/tree/master/cloud-netconfig contributions for other distros welcome16:41
blackboxswnice reference robjo16:42
blackboxsw#link https://github.com/SUSE/Enceladus/tree/master/cloud-netconfig16:42
robjoWe currently have no GCE specific information but that is easy enough to add. The GCE guest environment handles this and we use the GCE guest environment code in our images in GCE16:43
blackboxswmgerdts: so can a user turn off that feature on an instance once they've already deployed, or is it create-time only16:43
mgerdtsIt can be flipped at any time, in the current implementation.16:43
mgerdtscurrent implementation is only in a development branch16:44
blackboxswmgerdts: the only things I can see being an issue with the maintain network in cloud-init is that we are adding the cost of another function call  && metdata dict parse to look for a signal about maintaining the network. I agree that cloud-init having granularity between is_new_instance vs just re-do network, is something that cloud-init should have.16:47
blackboxswwe probably need to discuss this too with rharper about what short-term vision we can get to while we await our network hotplug support in cloud-init proper16:48
blackboxswI'd tend to agree that waiting on fully baked hotplug solution is probably too long in this case16:49
blackboxswas that runway will be at least 2 months I'd think16:49
blackboxswok, I'll take an action item to resolve this if we can by next meeting16:50
mgerdtsNot only that, but support for it will likely require changes in the host as well.  We tend not to do host updates very often, so it could be a year or more after the feature is available in images before it will be useful.16:50
blackboxsw#action blackboxsw to have discussions w/ team on datasource maintaining network on each reboot per  https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/34371216:51
meetingologyACTION: blackboxsw to have discussions w/ team on datasource maintaining network on each reboot per  https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/34371216:51
mgerdtsthanks16:51
blackboxswgood topic.16:51
mgerdtsIs there another place that is good to catch up with larsks or other people that can offer guidance on for redhat/centos?16:52
blackboxswlet's see, anything else folks want to chat about? stagnant reviews, bugs of interest etc?16:52
* blackboxsw looks at the last cloud-init community summit attendees list to see if rhel folks have another contacts that was supposed to replace larsks16:53
stanguturiChad, Is it possible that someone from cloud-init team can take a look at https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/176653816:53
ubot5Launchpad bug 1766538 in cloud-init (Ubuntu) "network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server" [Undecided,Confirmed]16:53
blackboxswmgerts, ryan mccabe is a potential contact too, looks like he's not here either today.16:55
mgerdtsok, thanks16:56
blackboxswhrm, yeah not certain what mechanism is used to get cloud-init updated into RedHat mgerdts. Maybe filing a redhat bug about the request16:56
blackboxswmgerdts: https://bugzilla.redhat.com/ maybe16:57
blackboxswstanguturi: yes we can, we are trying to sort and understand any bugs against Bionic that we can16:58
mgerdtsok, I can try that.16:58
blackboxsw#link https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/176653816:58
ubot5Launchpad bug 1766538 in cloud-init (Ubuntu) "network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server" [Undecided,Confirmed]16:58
stanguturiblackboxsw: Thanks16:58
blackboxswstanguturi: ok, so this is netplan + cloud-init related right?17:00
stanguturiblackboxsw: Yes.17:00
akikwhat does network hotplug mean in cloud-init context?17:01
* blackboxsw tries to remember what vmware datasource does, (like writing files direct to network /etc/network/interfaces.d)17:02
blackboxswakik: https://hackmd.io/M1Tae41PQBC7a9qMsurTJw?both  is a shared document for comment on hotplug in cloud-init17:02
blackboxsw#link https://hackmd.io/M1Tae41PQBC7a9qMsurTJw?both17:02
* blackboxsw looks to see if there was a better doc hrm17:03
stanguturiblackboxsw: Oh. But in the case of netplan, why does cloud-init remembers?17:03
akikblackboxsw: does it mean that cloud-init stays running, waiting for new network interfaces to appear?17:04
blackboxswakik: right, it would mean that you wouldn't have to reboot cloud-init if devices get added at a later time (post-boot)17:04
blackboxswcloud-init would listen to some sort of event channel and react, re-write, and apply network config to add new devices17:05
akikwould it do the same thing as you could do with ansible or puppet? sorry i'm trying to understand why you would do it with cloud-init17:06
blackboxswakik: you would try to do it with cloud-init if you didn't want to rely on additional configuration management solutions if the only thing you needed was network config to reflect reality (not full system configuration and system automation)17:08
* blackboxsw has more puppet/chef background than ansible.17:09
blackboxswcloud-init does currently detect and write network configuration based on what the user/cloud-metadata tell us is the proper config for the instance17:09
akiki only thought of cloud-init to do the initial configuration17:10
blackboxswso it would follow that if the metadata could dynamically tell the instance that network config has changed, cloud-init should probably try to react to that to fix the config to match the updated network configuration17:10
blackboxswakik: correct. cloud-init current only handle initial boot config and leaves the rest up whatever mechanism someone uses to update detailed config after that boot17:11
akikok thanks17:11
blackboxswakik: and we'd make that feature configurable (handle hotplug:True/False) so if users have other services handling hotplug cloud-init wouldn't collide17:12
blackboxswok I think we're hitting the end of office hours. please feel free to continue discussion, we all poke around here throughout the day as our primary means of communication17:13
blackboxswthanks robjo akik stanguturi and mgerdts for the lively discussion17:13
blackboxswstanguturi: I'll dig up more info on that bug today17:13
mgerdtsthank you17:13
blackboxswas always notes will be here17:13
blackboxsw#link https://cloud-init.github.io/17:14
blackboxsw#endmeeting17:14
meetingologyMeeting ended Mon Apr 30 17:14:19 2018 UTC.17:14
meetingologyMinutes:        http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-04-30-16.04.moin.txt17:14
stanguturiThanks blackboxsw17:33
smoserblackboxsw: after quite too long... just updated17:41
smoserhttps://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/34478417:41
smoserthere is one behavioral change there.17:43
=== shardy is now known as shardy_afk
=== robjo is now known as rschweikert_phon
blackboxswsmoser: checking now18:03
smoserjust rebaed and fixed the pylint herror18:04
=== rschweikert_phon is now known as robjo
smoserblackboxsw: could you  mark https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/342334 as approved ? or just make sure you'lre ok with that ? and then i'll queue it into ubuntu/devel18:09
blackboxswsmoser: ok so you drop the is_ibm_cloud == not_found  detection from nocloud in ds-identify now right?18:13
blackboxswminor unittest change and +1 on it. I'm testing the updated deb in ibm w/ a nocloud setup  to be sure.18:20
smosercorrect. i dropped that (previously)18:21
smoserthe new change is to drop the ibm_cloud detection for the config-drive seed case.18:21
blackboxsw ok I must've missed that earlier, but I wanted a specifically exercise tha path (as I didn't look at it formerly)18:21
blackboxswdo we want to queue your merge 344784 too?18:24
blackboxsw https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/342334 is approved, but  doesn't it need a rebase now to fix versioning in debian/chanelog18:30
smoserblackboxsw: yeah... so thats kind of an interesting topic i talked iwth rharper some last week.18:32
smoserlast time i proposed two MPs for merge int ubuntu/* branches (the addition of the isc-dhcp-client and iproute2)18:33
smoseri did not upate the debian/changelog18:33
smoserlargely because of that.18:33
smoserbut then... debian/changelog didn't get updated...18:33
smoseri caught those later before the SRU upload.18:33
smoseri'm not really sure how to handle this on the commits to ubuntu/ branches18:33
blackboxswso a commit to debian/changelog with an out of order version won't matter will if we are following up with something >= during our next 'C' package release right?18:42
smoserblackboxsw: you are corect. we do not want to merge that out of order like that.19:03
blackboxswJust validated nocloud and configdrive behavior on IBM: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/344784 can land with minor unittest tweak19:03
smoserblackboxsw: the line go shorter then original19:08
smoserie.. at first i neded the paren19:08
smoseri'll drop . thanks.19:08
blackboxswguessed as much19:08
smoserpushed update19:09
blackboxswsmoser: landed in tip19:22
blackboxswas far as the dropping of new-upstream-snapshot. it has current merge conflicts with ubuntu/devel, so I'm not sure how to resolve it other than rebasing and rebuilding debian/changelog with a new entry, or manually resolving the conflict and injecting this debian/changelog item where you think best in the most recent changelog section.19:27
blackboxswI guess it's easiest in the future if we don't let changes against ubuntu/devel age, and try to resolve them before we pull in any other new-upstream-snapshots against that branch.19:28
smoserblackboxsw: cat a minute ?19:32
smoserchat even19:32
blackboxswchat with a cat on my way19:36
blackboxswhttps://hackmd.io/jlq3C4qbSgurZ_DZ5GTiuw20:07
ahasenackdid you guys see #1768118? fwiw, i tried such an upgrade and it worked just fine20:36
blackboxswbug #176811820:39
ubot5bug 1768118 in cloud-init (Ubuntu) "/etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned" [Undecided,New] https://launchpad.net/bugs/176811820:39
ahasenacknot sure why it was filed against cloud-init, it's lacking many details20:40
blackboxswthanks ahasenack looking now.20:40
blackboxswsmoser's on it ahasenack thanks20:40
blackboxswhttps://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1766538 here's another network related concern to peek at20:44
ubot5Launchpad bug 1766538 in cloud-init (Ubuntu) "network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server" [Undecided,Confirmed]20:44
rharperblackboxsw: I don't suspect that's a cloud-init issue, 18.04 desktop nor server are going to have ifupdown installed;  I don't think we're getting the whoe picture there20:51
blackboxswrharper: yeah we are talking about this now. we're gonna ask for cloud-init collect-logs20:52
smoserrharper: yeah.20:52
rharperwell, logs won't matter20:52
blackboxswand go to bed ;)20:53
rharper18.04 has never had ifupdown in it20:53
rharperso someone's not telling the whole story20:53
rharperit's also vmware20:53
blackboxswyeah agreed20:53
smoserit absolutely rendered witih netplan20:53
rharperwhich has quite a few odd bugs filed w.r.t cloud-init and no vmware datasource, etc20:53
smoserthe logs are clear on that.20:53
rharperso I suspect testing issue20:53
rharperhehe20:53
blackboxswand multiple boots in that log listed too20:53
blackboxswmight have started as xenial or something who knows20:54
rharperyes20:54
rharperso, a dist-upgrade to 18.04 would make sense20:54
rharperbut the scenario is far from clear in the bug20:54
smosermgerdts: https://pythonhosted.org/smartdc/20:57
smoseris that something you would recommend ? have experience with ?20:57
mgerdtsI don't have experience with it, but I can ask around internally to see what people say.  There's also #smartos that is pretty active.20:59
mgerdtsversion history that ends about 5 years ago makes me worry.20:59
blackboxswrharper: marked incomplete21:00
smosermgerdts: fair. i'm basically looking for something to launch an instance with python. none of our tools are node , so i dont want that at the moment.21:00
blackboxswsmoser: for xenial https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/34486621:06
smoserblackboxsw: i think you cherry-ipcked the wrong thing21:09
blackboxswwow typo, pulling again sorry21:09
smoser11172924a48a47a7231d19d9cefe628dfddda8bf21:09
mgerdtssmoser: one engineer reported having success a couple years back, but others remarked that the examples seemed to use obsolete arguments.  It doesn't seem as though there's a better maintained alternative.  :(21:11
smosermgerdts: thanks.21:12
mgerdtsIn particular: "the createmachine example there uses "dataset" for the image argument... using URNs instead of UUIDs."21:12
smoserblackboxsw: i'll go ahead and grab that21:13
smoserbut it loks like there are some differences between yours and mine21:13
smoserhttp://paste.ubuntu.com/p/5NBPqmpBCS/21:14
smoseri think that is due to21:14
smosera.) ~/.quiltrc http://paste.ubuntu.com/p/M3v6cJDfHg/21:14
smoserb.) i probably have newer git and it is picking 8 hash by default21:14
blackboxswI repushed, but go4it smoser21:14
blackboxswchecking21:15
smoserprobably some changes needed to debian/cherry-pick to specify both of those things21:15
blackboxswprobably right, I did this from a xenial env21:16
blackboxswif I did it from my bionic env it probably would have been equal21:16
smoserwell, the 'ab' style comes from ~/.quiltrc21:17
smosermaybe i can look at making it do the rigiht thing all the time tomorrow21:17
smoserblackboxsw: uploading. i did take my version, but with your name.21:22
smoseras soon as build completes it will upload. oh. fudge. failed build.21:22
smoserfudge.21:22
smosernamedtuple usage21:22
smoserhttp://paste.ubuntu.com/p/99RW7NrSTQ/21:23
smoserthat commit isit stand alone.21:24
smoserit needs 6ef92c98c3d2b127b05d6708337efc8a81e0007121:24
smoserblackboxsw: i'll be b ack in in 3 hours or so. sorry21:25
blackboxswgah, ok21:26
blackboxswsounds good21:27
blackboxswstrange as tox completed for me locally21:32
blackboxswahh can reproduce w/ make deb21:33
smoserblackboxsw: i think maybe just cherry pick the one you had and the other21:46
smoserthey're both ibm related21:46
blackboxswwow 3 hours was fast21:46
smoserand for ibm internal test, they might want the debug thing.21:46
blackboxswsorry pushing that21:46
smoseryeah.21:46
smoseri just thought that21:46
smoserand i have to go afk now.21:46
smoserthat make sense thouigh? 6ef92c98c3d2b127b05d6708337efc8a81e0007121:46
smoseris what you need to make the test ru21:46
smoserrun21:46
smoseri think21:46

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