*** sthussey has quit IRC | 00:01 | |
*** eernst has quit IRC | 00:07 | |
*** eernst has joined #openstack-infra | 00:10 | |
fungi | okay, i've finally figured out how to get a plaintext exported signing subkey keyring with gnupg 2.1 | 00:12 |
---|---|---|
fungi | apparently the curses-based pinentry frontend simply won't accept empty passphrases, but using --pinentry-mode=loopback will let you enter whatever you want, including nothing at all | 00:13 |
* prometheanfire blames AJaeger :D | 00:21 | |
prometheanfire | does this git url for openstack look correct? https://github.com/openstack/networking-odl/blob/master/requirements.txt#L21 | 00:32 |
fungi | prometheanfire: there was plenty of discussion over that in #openstack-release yesterday since it temporarily blocked the networking-bgpvpn release | 00:33 |
fungi | i believe the networking-odl maintainers are looking for a solution to stop doing that | 00:33 |
prometheanfire | fungi: it's blocking all reqs stuff now too | 00:34 |
*** jamesmcarthur has quit IRC | 00:35 | |
prometheanfire | fungi: http://logs.openstack.org/96/594496/2/check/requirements-integration/8378cd8/job-output.txt.gz#_2018-08-31_22_54_49_357505 | 00:35 |
prometheanfire | at least that's what I've seen | 00:35 |
fungi | yeah, apparently they added that line back in april, but thursday's 9.0.0 release was the first time they actually released | 00:36 |
fungi | because they don't see it as a library (in which case it shouldn't be in global requirements either as far as i'm concerned) | 00:37 |
prometheanfire | ya, I'm tempted to take it out of global reqs | 00:37 |
prometheanfire | my blaming of AJaeger was because he was the one to add it to global reqs | 00:37 |
fungi | networking-bgpvpn shouldn't be depending on it either if it's not intended to be a library | 00:38 |
fungi | then again, networking-odl is depending on a non-pypi version of ceilometer, and the telemetry team doesn't expect people to use that as a lib either | 00:39 |
prometheanfire | ya, seems like fail all around | 00:39 |
fungi | especially fun is that in a year or so when ceilometer has merged broken changes on master and this line is still in the stable/rocky requirements file for them... | 00:39 |
fungi | stuck | 00:40 |
prometheanfire | :D | 00:40 |
*** jamesmcarthur has joined #openstack-infra | 00:41 | |
*** eernst has joined #openstack-infra | 00:46 | |
*** eernst has quit IRC | 00:50 | |
*** ijw has joined #openstack-infra | 00:52 | |
prometheanfire | well, email sent, lets see if anyone wants to unbreak things over the holiday weekend :| | 00:52 |
*** ijw has quit IRC | 00:57 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Add mitogen support for ansible on bridge.o.o https://review.openstack.org/597297 | 01:03 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: DNM - ansible debug https://review.openstack.org/599091 | 01:03 |
*** finucannot has quit IRC | 01:06 | |
*** stephenfin has joined #openstack-infra | 01:07 | |
*** zul has quit IRC | 01:08 | |
*** dave-mccowan has quit IRC | 01:09 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config master: Replace the old Rocky cycle signing key with Stein https://review.openstack.org/599092 | 01:10 |
*** jamesmcarthur has quit IRC | 01:21 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config master: Update artifact signing key generation process https://review.openstack.org/599094 | 01:21 |
*** bobh has joined #openstack-infra | 01:23 | |
fungi | clarkb: not that i expect you to review things over the holiday weekend, but topic:artifact-signing has the stein key update changes | 01:24 |
*** markvoelker has quit IRC | 01:31 | |
*** bobh_ has joined #openstack-infra | 01:41 | |
*** bobh has quit IRC | 01:42 | |
*** bobh_ has quit IRC | 01:48 | |
*** ijw has joined #openstack-infra | 02:13 | |
*** apetrich has quit IRC | 02:13 | |
*** ijw has quit IRC | 02:18 | |
*** jamesmcarthur has joined #openstack-infra | 02:44 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config master: Add testinfra tests for bridge https://review.openstack.org/598404 | 03:00 |
*** jamesmcarthur has quit IRC | 03:45 | |
*** jamesmcarthur has joined #openstack-infra | 03:59 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config master: WIP: Maybe include_role is different? https://review.openstack.org/599103 | 04:24 |
corvus | clarkb: ^ fascinating output from the bridge test -- the double role thing isn't working as expected; it looks like the clouds.yaml path variable persists from the first role to the second. | 04:25 |
corvus | clarkb: that does indeed work -- with respect to 'vars', include_role behaves differently than listing the same role twice under 'roles'. it seems like vars added to roles just get factored up into play-level vars. | 04:53 |
corvus | clarkb: anyway, theres a potential fix ready to go if we want to go that way. | 04:53 |
*** jamesmcarthur has quit IRC | 04:59 | |
*** jamesmcarthur has joined #openstack-infra | 04:59 | |
*** jamesmcarthur has quit IRC | 05:06 | |
*** jamesmcarthur has joined #openstack-infra | 05:15 | |
AJaeger | prometheanfire: we really need to get ceilometer etc on pypi. mordred started working on these, see https://review.openstack.org/#/c/531825/ but don't know what happened there ;( | 05:18 |
*** jamesmcarthur has quit IRC | 05:19 | |
AJaeger | prometheanfire: but looking at your email - not sure whether ceilometer on pypi would solve this really, looks more that networking-odl does weird stuff ;( | 05:21 |
prometheanfire | AJaeger: ya, it's a clusterfuck | 05:22 |
AJaeger | config-core, next python3-first imports are ready: https://review.openstack.org/#/c/595783/ and https://review.openstack.org/#/c/596224/ | 05:27 |
AJaeger | prometheanfire: I don't see how this can block us now - and not already earlier ... | 05:28 |
prometheanfire | AJaeger: I think the py3 work exposed a problem we didn't know about | 05:28 |
AJaeger | I see | 05:29 |
prometheanfire | it's a guess, been a long week :| | 05:29 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Update descriptions for templates https://review.openstack.org/598591 | 05:29 |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/599106 | 06:11 |
openstackgerrit | Merged openstack-infra/project-config master: remove job settings for swift repositories https://review.openstack.org/596224 | 06:43 |
*** ssbarnea|ruck has quit IRC | 06:46 | |
openstackgerrit | Merged openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/599106 | 06:51 |
openstackgerrit | Merged openstack-infra/project-config master: remove job settings for octavia repositories https://review.openstack.org/595783 | 06:53 |
*** holser_ has joined #openstack-infra | 06:54 | |
*** ssbarnea has quit IRC | 07:07 | |
*** ssbarnea has joined #openstack-infra | 07:08 | |
*** jamesmcarthur has joined #openstack-infra | 07:22 | |
*** e0ne has joined #openstack-infra | 07:26 | |
*** jamesmcarthur has quit IRC | 07:27 | |
*** holser_ has quit IRC | 07:49 | |
*** rfolco has quit IRC | 07:59 | |
*** pbourke has quit IRC | 08:19 | |
*** pbourke has joined #openstack-infra | 08:21 | |
*** e0ne has quit IRC | 08:41 | |
*** jiapei has joined #openstack-infra | 09:01 | |
*** arxcruz has quit IRC | 09:02 | |
*** tosky has joined #openstack-infra | 09:21 | |
*** holser_ has joined #openstack-infra | 11:12 | |
*** jiapei has quit IRC | 11:14 | |
*** jamesmcarthur has joined #openstack-infra | 11:23 | |
*** holser_ has quit IRC | 11:26 | |
*** jamesmcarthur has quit IRC | 11:28 | |
*** Emine has joined #openstack-infra | 11:38 | |
*** ansmith has joined #openstack-infra | 11:44 | |
fungi | AJaeger: i think the blockers are keystone and magnum which need https://www.python.org/dev/peps/pep-0541/#removal-of-an-abandoned-project followed | 12:09 |
fungi | seems like mordred started to do the required outreach to the original maintainer for keystone at least | 12:10 |
fungi | https://github.com/dcrosta/keystone/issues/2 | 12:11 |
fungi | both keystone and magnum on pypi were last updated in early 2012 | 12:12 |
*** ijw has joined #openstack-infra | 12:23 | |
*** slaweq has quit IRC | 12:24 | |
*** ijw has quit IRC | 12:27 | |
*** slaweq has joined #openstack-infra | 12:41 | |
*** Emine has quit IRC | 12:41 | |
*** zhangfei has joined #openstack-infra | 12:53 | |
*** slaweq has quit IRC | 13:15 | |
*** bobh has joined #openstack-infra | 13:25 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard master: Support getting project groups by name https://review.openstack.org/590047 | 13:35 |
*** yamamoto has joined #openstack-infra | 13:41 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient master: Fix the background colour of comments https://review.openstack.org/599182 | 13:47 |
*** bobh has quit IRC | 13:51 | |
*** zhangfei has quit IRC | 14:02 | |
*** yamamoto has quit IRC | 14:13 | |
*** bobh has joined #openstack-infra | 14:18 | |
AJaeger | fungi: indeed, thanks. Hope mordred knows more | 14:20 |
AJaeger | config-core, next change for python3-first is https://review.openstack.org/#/c/598377/ - and a simple job removal https://review.openstack.org/599013 . Please review. | 14:21 |
*** jamesmcarthur has joined #openstack-infra | 14:22 | |
*** jamesmcarthur has quit IRC | 14:26 | |
*** zhangfei has joined #openstack-infra | 14:30 | |
*** zhangfei has quit IRC | 14:49 | |
*** bobh has quit IRC | 15:05 | |
*** EmilienM has quit IRC | 15:10 | |
*** EmilienM has joined #openstack-infra | 15:11 | |
*** tosky has quit IRC | 15:27 | |
*** bobh has joined #openstack-infra | 15:27 | |
*** ansmith has quit IRC | 15:37 | |
*** bobh has quit IRC | 15:39 | |
*** bobh has joined #openstack-infra | 15:43 | |
*** e0ne has joined #openstack-infra | 15:55 | |
*** e0ne has quit IRC | 16:08 | |
*** e0ne has joined #openstack-infra | 16:10 | |
*** gema has quit IRC | 16:13 | |
openstackgerrit | Olivier Bourdon proposed openstack/diskimage-builder master: [DNM] Testing CentOS images builds on Ubuntu Xenial https://review.openstack.org/591366 | 16:44 |
*** olivierb_ has joined #openstack-infra | 16:45 | |
*** bobh has quit IRC | 16:47 | |
*** jamesmcarthur has joined #openstack-infra | 17:00 | |
*** hongbin has joined #openstack-infra | 17:16 | |
*** elod has quit IRC | 17:27 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid master: Silent token renewal issue https://review.openstack.org/599190 | 17:29 |
*** elod has joined #openstack-infra | 17:34 | |
openstackgerrit | Merged openstack-infra/openstackid master: Updated PDO Config to Support SSL connections https://review.openstack.org/595832 | 17:39 |
*** jamesmcarthur has quit IRC | 17:43 | |
*** jamesmcarthur has joined #openstack-infra | 17:44 | |
openstackgerrit | Merged openstack-infra/openstackid master: Silent token renewal issue https://review.openstack.org/599190 | 17:45 |
*** jamesmcarthur has quit IRC | 17:50 | |
*** jamesmcarthur has joined #openstack-infra | 17:51 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources master: Issue on get events query https://review.openstack.org/599192 | 17:52 |
*** e0ne has quit IRC | 17:53 | |
openstackgerrit | Merged openstack-infra/openstackid-resources master: Issue on get events query https://review.openstack.org/599192 | 17:53 |
*** jd_ has quit IRC | 17:56 | |
*** hughsaunders has quit IRC | 17:56 | |
*** MasterofJOKers has quit IRC | 17:56 | |
*** vdrok has quit IRC | 17:56 | |
*** davidlenwell has quit IRC | 17:56 | |
*** patricku has quit IRC | 17:56 | |
*** clarkb has quit IRC | 17:56 | |
*** jungleboyj has quit IRC | 17:56 | |
*** SpamapS has quit IRC | 17:56 | |
*** johnsom has quit IRC | 17:56 | |
*** mwhahaha has quit IRC | 17:56 | |
*** coreycb has quit IRC | 17:56 | |
*** LinuxJedi has quit IRC | 17:56 | |
*** chrisyang_0660 has quit IRC | 17:56 | |
*** mgkwill has quit IRC | 17:56 | |
*** freerunner has quit IRC | 17:56 | |
*** dhellmann has quit IRC | 17:56 | |
*** cmurphy has quit IRC | 17:56 | |
*** freerunner has joined #openstack-infra | 17:57 | |
*** MasterofJOKers has joined #openstack-infra | 17:57 | |
*** dhellmann has joined #openstack-infra | 17:58 | |
*** jd_ has joined #openstack-infra | 18:01 | |
openstackgerrit | Merged openstack-infra/openstackid master: Change text on logout screen https://review.openstack.org/596842 | 18:02 |
*** hughsaunders has joined #openstack-infra | 18:04 | |
*** e0ne has joined #openstack-infra | 18:11 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient master: Rework Story view https://review.openstack.org/599194 | 18:12 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources master: Fixed join type for events query https://review.openstack.org/599195 | 18:15 |
openstackgerrit | Merged openstack-infra/openstackid-resources master: Fixed join type for events query https://review.openstack.org/599195 | 18:16 |
*** jamesmcarthur has quit IRC | 18:25 | |
*** tosky has joined #openstack-infra | 18:38 | |
*** e0ne has quit IRC | 18:47 | |
*** holser_ has joined #openstack-infra | 18:58 | |
*** olivierb has joined #openstack-infra | 19:14 | |
*** olivierb_ has quit IRC | 19:15 | |
*** holser__ has joined #openstack-infra | 19:41 | |
*** holser_ has quit IRC | 19:43 | |
*** dave-mccowan has joined #openstack-infra | 19:44 | |
*** e0ne has joined #openstack-infra | 19:44 | |
*** slaweq has joined #openstack-infra | 19:53 | |
*** holser__ has quit IRC | 20:00 | |
*** olivierb has quit IRC | 20:03 | |
*** olivier__ has joined #openstack-infra | 20:03 | |
*** olivier__ has quit IRC | 20:58 | |
*** imacdonn has quit IRC | 21:01 | |
*** olivierb has joined #openstack-infra | 21:01 | |
*** imacdonn has joined #openstack-infra | 21:01 | |
*** e0ne has quit IRC | 21:08 | |
*** slaweq has quit IRC | 21:18 | |
*** dave-mccowan has quit IRC | 21:19 | |
*** dkehn has quit IRC | 21:22 | |
*** clarkb has joined #openstack-infra | 21:56 | |
clarkb | maybe I should sasl too | 21:56 |
*** dkehn has joined #openstack-infra | 22:03 | |
*** mriedem has joined #openstack-infra | 22:29 | |
*** hongbin has quit IRC | 22:56 | |
*** tosky has quit IRC | 22:59 | |
fungi | trick is (last i set it up anyway) weechat needs an override to freenode.sasl_mechanism = dh-blowfish | 23:14 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!