clarkb | jeblair: I thought it was some puppet magic, but its exim magic to find the domain/lists/listname on disk | 00:01 |
---|---|---|
jeblair | lookup the lowercase version of the domain in the file /etc/mailman/sites, use that as the start of a path, appending /lists/, then the lowercase of the part before the @ sign, then config.pck, and make sure that file is on disk | 00:01 |
jeblair | so the ultimate path that's looking for is, eg, /srv/mailman/openstack/lists/openstack-dev.pck | 00:02 |
jeblair | the lookup gets 'openstack'. | 00:02 |
jeblair | or rather, gets /srv/mailman/openstack | 00:02 |
*** lukebrowning has quit IRC | 00:03 | |
clarkb | it doens't end with lists/openstack-dev/config.pck? | 00:03 |
jeblair | the /etc/mailman/sites file contains: | 00:03 |
jeblair | lists.openstack.org: /srv/mailman/openstack | 00:03 |
jeblair | clarkb: er yes, that. :) | 00:03 |
*** lukebrowning has joined #openstack-infra | 00:04 | |
*** jascott1 has quit IRC | 00:05 | |
clarkb | jeblair: and the noaliasmailman was removed because it is made redudnant by the multisite stuff? | 00:05 |
jeblair | fungi: thoughts on key algorithm and length? | 00:05 |
jeblair | clarkb: can you point me at what you're looking at? | 00:06 |
*** armaan has joined #openstack-infra | 00:06 | |
clarkb | jeblair: https://review.openstack.org/#/c/527499/3/modules/openstack_project/manifests/lists.pp old side of diff, line 36-37 | 00:07 |
*** bobh has joined #openstack-infra | 00:07 | |
*** harlowja has joined #openstack-infra | 00:08 | |
*** lukebrowning has quit IRC | 00:08 | |
jeblair | clarkb: yeah. i ended up making a new type (mailman_list) which has its own provider (mailman.rb), so the noaliasmailman provider of the mailman type is no longer needed. | 00:09 |
*** harlowja has quit IRC | 00:09 | |
*** harlowja has joined #openstack-infra | 00:10 | |
jeblair | the new provider is based on noaliasmailman though, just with some extra bits to handle the multisite stuff | 00:10 |
*** jascott1 has joined #openstack-infra | 00:10 | |
*** lukebrowning has joined #openstack-infra | 00:10 | |
jeblair | i probably could have avoided the new type, and just made yet another provider for maillist, but at one point i was adding extra arguments, which needs a new type | 00:10 |
jeblair | i just never undid that. | 00:10 |
clarkb | gotcha so thats how that glues together (I actually started in mailman.rb then decided I needed more context and ended up in systemc-config) | 00:10 |
*** bobh has quit IRC | 00:11 | |
jeblair | clarkb: yeah, now that you mention it, system-config -> mailman is probably the way to read it. | 00:11 |
jeblair | clarkb: i wanted to add "site => openstack" to the mailman_list type, but i couldn't figure out how to look up an internal reference to another puppet resource in ruby | 00:12 |
jeblair | (and due to terminology overload, that sort of thing is impossible to google) | 00:13 |
*** harlowja has quit IRC | 00:13 | |
jeblair | the resource name needs a site component anyway though, since it needs to be unique, so the @ thing works out i guess :) | 00:13 |
clarkb | jeblair: ya I think that ended up being quite readable | 00:14 |
clarkb | should amke it easy for people to undersatnd what is what in there when we are cohabitating all these things | 00:14 |
*** lukebrowning has quit IRC | 00:15 | |
clarkb | your init script even check that the list exists before running the daemon | 00:15 |
*** lukebrowning has joined #openstack-infra | 00:16 | |
*** caphrim007_ has joined #openstack-infra | 00:17 | |
*** jkilpatr has quit IRC | 00:17 | |
*** Hal has quit IRC | 00:18 | |
clarkb | jeblair: and it looks like the way apache is configured you will have lists.openstack.org lists.zuul-ci.org etc and the ServerName gets you the right stuff | 00:18 |
clarkb | ah ya then the setenv sets the path for that name | 00:19 |
*** rkukura has joined #openstack-infra | 00:19 | |
*** Hal has joined #openstack-infra | 00:20 | |
*** lukebrowning has quit IRC | 00:20 | |
*** caphrim007 has quit IRC | 00:20 | |
*** caphrim007_ has quit IRC | 00:21 | |
*** caphrim007 has joined #openstack-infra | 00:21 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config master: Add an authoritative hidden master https://review.openstack.org/528438 | 00:22 |
jeblair | clarkb: yep. we'll need to set that env var manually if we run any mailman commands on the command line. but that's all there is to it | 00:23 |
jeblair | fungi, dmsimard: ^ there's a checkpoint of my progress setting up bind | 00:23 |
jeblair | oh forgot something | 00:23 |
*** Hal has quit IRC | 00:24 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config master: Add an authoritative hidden master https://review.openstack.org/528438 | 00:24 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config master: Add an authoritative hidden master https://review.openstack.org/528438 | 00:25 |
*** salv-orl_ has quit IRC | 00:26 | |
*** caphrim007 has quit IRC | 00:26 | |
*** salv-orlando has joined #openstack-infra | 00:27 | |
clarkb | jeblair: mm_cfg_multihost.py.erb is slightly mind bending but I think I get it | 00:27 |
clarkb | basically the config is global so you use mailman site dir to effectively chdir an instance of mailman | 00:28 |
clarkb | and that file is global config to do that via the loading of non global config | 00:28 |
jeblair | clarkb: yep. i would also agree with mind-bending. | 00:28 |
clarkb | jeblair: left some comments on the puppet-mailman change but nothing worth a -1. Looks good once you spend half an hour undersatnding what is going on :) | 00:29 |
clarkb | also commented on the system-config change | 00:29 |
jeblair | i think this approach is solid. however, ftr, i'm still okay with "scrap it and run multiple servers". or "use built-in multisite and avoid having lists with the same name". :) | 00:29 |
jeblair | i'm not going to be upset if we decide this is too weird. | 00:29 |
*** dhajare has joined #openstack-infra | 00:30 | |
clarkb | jeblair: its just sufficiently weird that you have to spend a little time undersatnding it, but I think given a half an hour the pieces should click | 00:30 |
clarkb | (they seem to have for me at least) | 00:30 |
clarkb | and really half an hour now is likely lots of time saved over run multiple servers | 00:30 |
jeblair | i'm happy to write some prose for the system-config docs too | 00:31 |
clarkb | and this makes things sufficiently less confusing for users I'm willing to go with it over the collapsed server | 00:31 |
*** salv-orlando has quit IRC | 00:31 | |
clarkb | (considering how painful upgrades were on lists.o.o in the past (inplace is different) I'm really hoping to not run many of them) | 00:32 |
clarkb | (and we're likely to run into network problems like fungi points out if we try to smtp with containers) | 00:32 |
*** rfolco has quit IRC | 00:33 | |
clarkb | jeblair: some comments on the adns change | 00:39 |
*** signed8bit_Zzz is now known as signed8bit | 00:40 | |
clarkb | and I think thats the set of chagnes that needed review for project hosting | 00:40 |
*** signed8b_ has joined #openstack-infra | 00:41 | |
*** signed8bit has quit IRC | 00:44 | |
*** dimak has quit IRC | 00:46 | |
*** dimak has joined #openstack-infra | 00:48 | |
*** rkukura has quit IRC | 00:50 | |
*** lukebrowning has joined #openstack-infra | 00:50 | |
fungi | jeblair: key algorithm and length for dnssec? i used `dnssec-keygen -a RSASHA256 -b 2048 -3 ...` last time i did any, but it's been a while | 00:51 |
fungi | probably still plenty strong but we can bump those up if people are concerned | 00:52 |
*** jonher has quit IRC | 00:54 | |
*** jonher has joined #openstack-infra | 00:55 | |
*** lukebrowning has quit IRC | 00:55 | |
*** lukebrowning has joined #openstack-infra | 00:56 | |
jeblair | fungi: those seem sufficient to me | 01:01 |
*** dimak has quit IRC | 01:01 | |
*** lukebrowning has quit IRC | 01:01 | |
*** jonher has quit IRC | 01:03 | |
*** dimak has joined #openstack-infra | 01:03 | |
*** lukebrowning has joined #openstack-infra | 01:03 | |
*** jonher has joined #openstack-infra | 01:03 | |
*** lukebrowning has quit IRC | 01:08 | |
*** rosmaita has quit IRC | 01:09 | |
*** lukebrowning has joined #openstack-infra | 01:09 | |
*** yamamoto has joined #openstack-infra | 01:09 | |
fungi | especially if we're automating unattended rotation, don't want to risk insufficient entropy on new key generation | 01:12 |
*** signed8b_ is now known as signed8bit_Zzz | 01:13 | |
*** lukebrowning has quit IRC | 01:14 | |
*** lukebrowning has joined #openstack-infra | 01:15 | |
*** kiennt26 has joined #openstack-infra | 01:16 | |
*** smatzek has joined #openstack-infra | 01:17 | |
pabelanger | okay, kdc04.o.o is online | 01:20 |
pabelanger | updating dns srv records | 01:20 |
*** lukebrowning has quit IRC | 01:20 | |
*** yamamoto has quit IRC | 01:20 | |
pabelanger | I'll wait until later before I start turning down kdc02 | 01:20 |
*** dhajare has quit IRC | 01:23 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Don't run npm shrinkwrap if using yarn https://review.openstack.org/528440 | 01:26 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Don't run npm shrinkwrap if using yarn https://review.openstack.org/528440 | 01:26 |
*** lukebrowning has joined #openstack-infra | 01:30 | |
*** jascott1 has quit IRC | 01:30 | |
*** jascott1 has joined #openstack-infra | 01:31 | |
pabelanger | okay, server up, but run-kprop.sh fails, kdc04.o.o isn't found in database | 01:31 |
pabelanger | I'll read up on that this weekend too, but suspect some kerberos commands will need to be run | 01:32 |
*** lukebrowning has quit IRC | 01:35 | |
*** jascott1 has quit IRC | 01:35 | |
*** lukebrowning has joined #openstack-infra | 01:36 | |
*** caphrim007 has joined #openstack-infra | 01:37 | |
openstackgerrit | Monty Taylor proposed openstack-infra/storyboard-webclient master: Remove bower and add yarn support https://review.openstack.org/528436 | 01:38 |
*** caphrim007 has quit IRC | 01:39 | |
*** caphrim007 has joined #openstack-infra | 01:40 | |
*** lukebrowning has quit IRC | 01:41 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Adding jobs to new ec2api-tempest-plugin https://review.openstack.org/526854 | 01:41 |
*** lukebrowning has joined #openstack-infra | 01:42 | |
*** chandankumar has quit IRC | 01:43 | |
*** lukebrowning has quit IRC | 01:47 | |
*** lukebrowning has joined #openstack-infra | 01:48 | |
*** lukebrowning has quit IRC | 01:53 | |
*** lukebrowning has joined #openstack-infra | 01:55 | |
*** lukebrowning has quit IRC | 01:59 | |
*** kukacz has quit IRC | 02:00 | |
*** lukebrowning has joined #openstack-infra | 02:01 | |
*** kukacz has joined #openstack-infra | 02:02 | |
*** lukebrowning has quit IRC | 02:06 | |
*** gyee has quit IRC | 02:06 | |
*** lukebrowning has joined #openstack-infra | 02:07 | |
*** smatzek has quit IRC | 02:11 | |
*** lukebrowning has quit IRC | 02:12 | |
*** lukebrowning has joined #openstack-infra | 02:13 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Telemetry tempest plugin https://review.openstack.org/526863 | 02:17 |
*** lukebrowning has quit IRC | 02:18 | |
*** lukebrowning has joined #openstack-infra | 02:20 | |
*** yamamoto has joined #openstack-infra | 02:21 | |
*** lukebrowning has quit IRC | 02:25 | |
*** lukebrowning has joined #openstack-infra | 02:26 | |
*** salv-orlando has joined #openstack-infra | 02:28 | |
*** yamamoto has quit IRC | 02:29 | |
*** lukebrowning has quit IRC | 02:31 | |
*** lukebrowning has joined #openstack-infra | 02:33 | |
*** salv-orlando has quit IRC | 02:33 | |
*** lukebrowning has quit IRC | 02:38 | |
*** lukebrowning has joined #openstack-infra | 02:39 | |
*** jascott1 has joined #openstack-infra | 02:41 | |
*** yamamoto has joined #openstack-infra | 02:44 | |
*** lukebrowning has quit IRC | 02:44 | |
*** lukebrowning has joined #openstack-infra | 02:45 | |
*** jascott1 has quit IRC | 02:45 | |
*** baoli has joined #openstack-infra | 02:46 | |
*** lukebrowning has quit IRC | 02:50 | |
*** lukebrowning has joined #openstack-infra | 02:51 | |
*** lukebrowning has quit IRC | 02:57 | |
*** lukebrowning has joined #openstack-infra | 02:58 | |
*** yamamoto has quit IRC | 02:58 | |
*** armax has quit IRC | 03:02 | |
*** lukebrowning has quit IRC | 03:03 | |
*** lukebrowning has joined #openstack-infra | 03:04 | |
*** bobh has joined #openstack-infra | 03:07 | |
*** Goneri has quit IRC | 03:08 | |
*** lukebrowning has quit IRC | 03:09 | |
*** sbezverk has quit IRC | 03:15 | |
*** lukebrowning has joined #openstack-infra | 03:15 | |
*** lukebrowning has quit IRC | 03:20 | |
*** caphrim007_ has joined #openstack-infra | 03:21 | |
*** caphrim007 has quit IRC | 03:25 | |
*** lukebrowning has joined #openstack-infra | 03:27 | |
*** salv-orlando has joined #openstack-infra | 03:29 | |
*** catintheroof has quit IRC | 03:31 | |
*** catintheroof has joined #openstack-infra | 03:32 | |
*** lukebrowning has quit IRC | 03:32 | |
*** salv-orlando has quit IRC | 03:33 | |
*** lukebrowning has joined #openstack-infra | 03:33 | |
*** lukebrowning has quit IRC | 03:38 | |
*** lukebrowning has joined #openstack-infra | 03:40 | |
*** kiennt26 has quit IRC | 03:40 | |
*** ramishra has joined #openstack-infra | 03:43 | |
*** lukebrowning has quit IRC | 03:44 | |
*** armax has joined #openstack-infra | 03:45 | |
*** lukebrowning has joined #openstack-infra | 03:46 | |
*** baoli has quit IRC | 03:49 | |
*** lukebrowning has quit IRC | 03:51 | |
*** lukebrowning has joined #openstack-infra | 03:52 | |
*** lukebrowning has quit IRC | 03:57 | |
*** lukebrowning has joined #openstack-infra | 03:58 | |
*** yamamoto has joined #openstack-infra | 03:59 | |
*** lukebrowning has quit IRC | 04:03 | |
*** lukebrowning has joined #openstack-infra | 04:05 | |
*** yamamoto has quit IRC | 04:07 | |
*** lukebrowning has quit IRC | 04:09 | |
*** ramishra has quit IRC | 04:10 | |
*** lukebrowning has joined #openstack-infra | 04:11 | |
*** catintheroof has quit IRC | 04:13 | |
*** lukebrowning has quit IRC | 04:16 | |
*** cshastri has joined #openstack-infra | 04:17 | |
*** lukebrowning has joined #openstack-infra | 04:17 | |
*** lukebrowning has quit IRC | 04:17 | |
*** dhajare has joined #openstack-infra | 04:24 | |
*** dbecker has quit IRC | 04:25 | |
*** lukebrowning has joined #openstack-infra | 04:27 | |
*** salv-orlando has joined #openstack-infra | 04:30 | |
*** cshastri has quit IRC | 04:32 | |
*** lukebrowning has quit IRC | 04:33 | |
*** ihrachys_ has joined #openstack-infra | 04:33 | |
*** ihrachys has quit IRC | 04:34 | |
*** salv-orlando has quit IRC | 04:35 | |
*** lukebrowning has joined #openstack-infra | 04:37 | |
*** dbecker has joined #openstack-infra | 04:39 | |
*** lukebrowning has quit IRC | 04:42 | |
*** lukebrowning has joined #openstack-infra | 04:44 | |
*** bobh has quit IRC | 04:44 | |
*** armax has quit IRC | 04:45 | |
*** dhajare has quit IRC | 04:45 | |
*** lukebrowning has quit IRC | 04:49 | |
*** armax has joined #openstack-infra | 04:49 | |
*** lukebrowning has joined #openstack-infra | 04:50 | |
*** armax has quit IRC | 04:52 | |
*** wolverineav has joined #openstack-infra | 04:53 | |
*** armaan has quit IRC | 04:54 | |
*** lukebrowning has quit IRC | 04:54 | |
*** rcernin has quit IRC | 04:55 | |
*** zhurong has joined #openstack-infra | 04:56 | |
*** lukebrowning has joined #openstack-infra | 04:56 | |
*** wolverineav has quit IRC | 04:57 | |
*** sree has joined #openstack-infra | 04:58 | |
*** lukebrowning has quit IRC | 05:01 | |
*** lukebrowning has joined #openstack-infra | 05:02 | |
*** lukebrowning has quit IRC | 05:07 | |
*** lukebrowning has joined #openstack-infra | 05:09 | |
*** lukebrowning has quit IRC | 05:13 | |
*** lukebrowning has joined #openstack-infra | 05:15 | |
*** lukebrowning has quit IRC | 05:20 | |
*** lukebrowning has joined #openstack-infra | 05:21 | |
*** lukebrowning has quit IRC | 05:26 | |
*** lukebrowning has joined #openstack-infra | 05:29 | |
*** mordred1 has joined #openstack-infra | 05:30 | |
*** Nil_ has quit IRC | 05:31 | |
*** mordred has quit IRC | 05:31 | |
*** salv-orlando has joined #openstack-infra | 05:31 | |
*** Nil_ has joined #openstack-infra | 05:32 | |
*** lukebrowning has quit IRC | 05:34 | |
*** lukebrowning has joined #openstack-infra | 05:35 | |
*** salv-orlando has quit IRC | 05:37 | |
*** rcernin has joined #openstack-infra | 05:39 | |
*** lukebrowning has quit IRC | 05:40 | |
*** lukebrowning has joined #openstack-infra | 05:41 | |
*** jascott1 has joined #openstack-infra | 05:43 | |
*** lukebrowning has quit IRC | 05:46 | |
*** jascott1 has quit IRC | 05:47 | |
*** lukebrowning has joined #openstack-infra | 05:47 | |
*** lukebrowning has quit IRC | 05:52 | |
*** alex_xu has quit IRC | 05:55 | |
*** alex_xu has joined #openstack-infra | 05:59 | |
*** lukebrowning has joined #openstack-infra | 05:59 | |
*** lukebrowning has quit IRC | 06:04 | |
*** lukebrowning has joined #openstack-infra | 06:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/528444 | 06:06 |
*** lukebrowning has quit IRC | 06:10 | |
*** lukebrowning has joined #openstack-infra | 06:11 | |
*** lukebrowning has quit IRC | 06:16 | |
*** lukebrowning has joined #openstack-infra | 06:18 | |
*** lukebrowning has quit IRC | 06:22 | |
*** lukebrowning has joined #openstack-infra | 06:29 | |
*** rcernin has quit IRC | 06:30 | |
*** salv-orlando has joined #openstack-infra | 06:33 | |
*** lukebrowning has quit IRC | 06:34 | |
*** salv-orlando has quit IRC | 06:37 | |
AJaeger | jeblair: the reconfigure did not happen - the two newest repos are not known to zuul yet ;( | 06:42 |
*** lukebrowning has joined #openstack-infra | 06:44 | |
openstackgerrit | Merged openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/528444 | 06:47 |
*** felipemonteiro has joined #openstack-infra | 06:48 | |
*** lukebrowning has quit IRC | 06:49 | |
*** lukebrowning has joined #openstack-infra | 06:50 | |
*** yamamoto has joined #openstack-infra | 06:53 | |
*** yamamoto has quit IRC | 06:54 | |
*** lukebrowning has quit IRC | 06:55 | |
*** lukebrowning has joined #openstack-infra | 06:57 | |
*** salv-orlando has joined #openstack-infra | 06:57 | |
*** salv-orl_ has joined #openstack-infra | 07:00 | |
*** lukebrowning has quit IRC | 07:02 | |
*** lukebrowning has joined #openstack-infra | 07:02 | |
*** salv-orlando has quit IRC | 07:04 | |
*** yamamoto has joined #openstack-infra | 07:05 | |
*** lukebrowning has quit IRC | 07:08 | |
*** lukebrowning has joined #openstack-infra | 07:09 | |
*** abelur_ has quit IRC | 07:13 | |
*** lukebrowning has quit IRC | 07:14 | |
*** lukebrowning has joined #openstack-infra | 07:15 | |
*** lukebrowning has quit IRC | 07:20 | |
*** lukebrowning has joined #openstack-infra | 07:21 | |
*** yamamoto has quit IRC | 07:23 | |
*** armaan has joined #openstack-infra | 07:24 | |
*** gcb has quit IRC | 07:26 | |
*** lukebrowning has quit IRC | 07:26 | |
*** Wei_Liu has quit IRC | 07:29 | |
*** lukebrowning has joined #openstack-infra | 07:30 | |
*** armaan has quit IRC | 07:31 | |
*** salv-orl_ has quit IRC | 07:32 | |
*** Wei_Liu has joined #openstack-infra | 07:32 | |
*** armaan has joined #openstack-infra | 07:32 | |
*** lukebrowning has quit IRC | 07:34 | |
*** lukebrowning has joined #openstack-infra | 07:36 | |
*** lukebrowning has quit IRC | 07:40 | |
*** yamamoto has joined #openstack-infra | 07:40 | |
*** lukebrowning has joined #openstack-infra | 07:42 | |
*** felipemonteiro has quit IRC | 07:46 | |
*** lukebrowning has quit IRC | 07:47 | |
*** lukebrowning has joined #openstack-infra | 07:48 | |
*** Wei_Liu has quit IRC | 07:48 | |
*** Wei_Liu has joined #openstack-infra | 07:50 | |
*** lukebrowning has quit IRC | 07:53 | |
*** lukebrowning has joined #openstack-infra | 07:55 | |
*** dhajare has joined #openstack-infra | 07:59 | |
*** lukebrowning has quit IRC | 08:00 | |
*** lukebrowning has joined #openstack-infra | 08:01 | |
*** lukebrowning has quit IRC | 08:05 | |
*** lukebrowning has joined #openstack-infra | 08:07 | |
*** sree has quit IRC | 08:08 | |
*** matbu has quit IRC | 08:09 | |
*** lukebrowning has quit IRC | 08:12 | |
*** lukebrowning has joined #openstack-infra | 08:13 | |
*** lukebrowning has quit IRC | 08:18 | |
*** lukebrowning has joined #openstack-infra | 08:20 | |
*** salv-orlando has joined #openstack-infra | 08:22 | |
*** lukebrowning has quit IRC | 08:25 | |
*** yamamoto has quit IRC | 08:25 | |
*** lukebrowning has joined #openstack-infra | 08:30 | |
*** armaan has quit IRC | 08:32 | |
*** armaan has joined #openstack-infra | 08:32 | |
*** lukebrowning has quit IRC | 08:35 | |
*** sree has joined #openstack-infra | 08:36 | |
*** claudiub has joined #openstack-infra | 08:36 | |
*** lukebrowning has joined #openstack-infra | 08:37 | |
*** lukebrowning has quit IRC | 08:41 | |
*** lukebrowning has joined #openstack-infra | 08:43 | |
*** numans has quit IRC | 08:44 | |
*** numans has joined #openstack-infra | 08:46 | |
*** jascott1 has joined #openstack-infra | 08:46 | |
*** lukebrowning has quit IRC | 08:48 | |
*** armaan has quit IRC | 08:48 | |
*** kiennt26 has joined #openstack-infra | 08:49 | |
*** armaan has joined #openstack-infra | 08:49 | |
*** lukebrowning has joined #openstack-infra | 08:49 | |
*** jascott1 has quit IRC | 08:50 | |
*** lukebrowning has quit IRC | 08:54 | |
*** lukebrowning has joined #openstack-infra | 08:56 | |
*** lukebrowning has quit IRC | 09:00 | |
*** lukebrowning has joined #openstack-infra | 09:02 | |
*** armaan has quit IRC | 09:03 | |
*** lukebrowning has quit IRC | 09:07 | |
*** lukebrowning has joined #openstack-infra | 09:08 | |
*** lukebrowning has quit IRC | 09:13 | |
*** lukebrowning has joined #openstack-infra | 09:15 | |
*** kiennt26 has quit IRC | 09:18 | |
*** lukebrowning has quit IRC | 09:19 | |
*** lukebrowning has joined #openstack-infra | 09:21 | |
*** yamamoto has joined #openstack-infra | 09:25 | |
*** lukebrowning has quit IRC | 09:26 | |
*** lukebrowning has joined #openstack-infra | 09:31 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Don't run npm shrinkwrap if using yarn https://review.openstack.org/528440 | 09:32 |
*** cshastri has joined #openstack-infra | 09:34 | |
*** yamamoto has quit IRC | 09:34 | |
*** lukebrowning has quit IRC | 09:36 | |
*** lukebrowning has joined #openstack-infra | 09:37 | |
*** lukebrowning has quit IRC | 09:42 | |
*** lukebrowning has joined #openstack-infra | 09:43 | |
*** sree has quit IRC | 09:48 | |
*** lukebrowning has quit IRC | 09:48 | |
*** lukebrowning has joined #openstack-infra | 09:49 | |
*** yamahata has quit IRC | 09:50 | |
*** zhurong has quit IRC | 09:53 | |
*** lukebrowning has quit IRC | 09:54 | |
*** lukebrowning has joined #openstack-infra | 09:56 | |
*** lukebrowning has quit IRC | 10:01 | |
*** lukebrowning has joined #openstack-infra | 10:02 | |
*** lukebrowning has quit IRC | 10:07 | |
*** lukebrowning has joined #openstack-infra | 10:08 | |
*** cshastri has quit IRC | 10:12 | |
*** lukebrowning has quit IRC | 10:13 | |
*** lukebrowning has joined #openstack-infra | 10:15 | |
*** lukebrowning has quit IRC | 10:19 | |
*** bodgix has left #openstack-infra | 10:21 | |
*** cshastri has joined #openstack-infra | 10:25 | |
*** yamamoto has joined #openstack-infra | 10:38 | |
*** yamamoto has quit IRC | 10:39 | |
*** yamamoto has joined #openstack-infra | 10:40 | |
*** yamamoto has quit IRC | 10:45 | |
*** yamamoto has joined #openstack-infra | 10:47 | |
*** armaan has joined #openstack-infra | 10:52 | |
*** lukebrowning has joined #openstack-infra | 10:53 | |
*** salv-orlando has quit IRC | 10:55 | |
*** wolverineav has joined #openstack-infra | 10:55 | |
*** yamamoto has quit IRC | 10:55 | |
*** lukebrowning has quit IRC | 10:58 | |
*** wolverineav has quit IRC | 10:59 | |
*** lukebrowning has joined #openstack-infra | 11:00 | |
*** lukebrowning has quit IRC | 11:04 | |
*** pbourke has quit IRC | 11:04 | |
*** lukebrowning has joined #openstack-infra | 11:06 | |
*** pbourke has joined #openstack-infra | 11:06 | |
*** lukebrowning has quit IRC | 11:10 | |
*** lukebrowning has joined #openstack-infra | 11:12 | |
*** anthonyper has quit IRC | 11:15 | |
*** lukebrowning has quit IRC | 11:17 | |
*** lukebrowning has joined #openstack-infra | 11:18 | |
*** lukebrowning has quit IRC | 11:23 | |
*** lukebrowning has joined #openstack-infra | 11:25 | |
*** lukebrowning has quit IRC | 11:29 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: encrypt_secret: remove the trailing '/' when building url https://review.openstack.org/506271 | 11:30 |
*** lukebrowning has joined #openstack-infra | 11:32 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Remove unused function validate_conf https://review.openstack.org/528105 | 11:32 |
*** yamamoto has joined #openstack-infra | 11:34 | |
*** cshastri has quit IRC | 11:36 | |
*** lukebrowning has quit IRC | 11:37 | |
*** lukebrowning has joined #openstack-infra | 11:38 | |
*** pbourke has quit IRC | 11:39 | |
*** pbourke has joined #openstack-infra | 11:41 | |
*** lukebrowning has quit IRC | 11:43 | |
*** jbadiapa has quit IRC | 11:43 | |
*** bhavik has joined #openstack-infra | 11:44 | |
*** lukebrowning has joined #openstack-infra | 11:45 | |
*** lukebrowning has quit IRC | 11:49 | |
*** lukebrowning has joined #openstack-infra | 11:51 | |
*** bhavik has quit IRC | 11:52 | |
*** salv-orlando has joined #openstack-infra | 11:55 | |
*** lukebrowning has quit IRC | 11:55 | |
*** lukebrowning has joined #openstack-infra | 11:57 | |
*** salv-orlando has quit IRC | 12:00 | |
*** lukebrowning has quit IRC | 12:02 | |
*** raissa has joined #openstack-infra | 12:02 | |
*** yamamoto has quit IRC | 12:06 | |
*** yamamoto has joined #openstack-infra | 12:07 | |
*** lukebrowning has joined #openstack-infra | 12:08 | |
*** yamamoto has quit IRC | 12:12 | |
*** lukebrowning has quit IRC | 12:13 | |
*** lukebrowning has joined #openstack-infra | 12:15 | |
*** wolverineav has joined #openstack-infra | 12:16 | |
*** lukebrowning has quit IRC | 12:20 | |
*** lukebrowning has joined #openstack-infra | 12:21 | |
*** jascott1 has joined #openstack-infra | 12:21 | |
*** lukebrowning has quit IRC | 12:25 | |
*** lukebrowning has joined #openstack-infra | 12:27 | |
*** lukebrowning has quit IRC | 12:32 | |
*** lukebrowning has joined #openstack-infra | 12:33 | |
*** lukebrowning has quit IRC | 12:38 | |
*** lukebrowning has joined #openstack-infra | 12:40 | |
*** lukebrowning has quit IRC | 12:44 | |
*** lukebrowning has joined #openstack-infra | 12:46 | |
*** markvoelker has quit IRC | 12:50 | |
*** lukebrowning has quit IRC | 12:51 | |
*** lukebrowning has joined #openstack-infra | 12:52 | |
*** nicolasbock has joined #openstack-infra | 12:53 | |
*** salv-orlando has joined #openstack-infra | 12:56 | |
*** lukebrowning has quit IRC | 12:57 | |
*** nicolasbock has quit IRC | 12:58 | |
*** lukebrowning has joined #openstack-infra | 12:58 | |
*** salv-orlando has quit IRC | 13:01 | |
*** lukebrowning has quit IRC | 13:03 | |
*** yamamoto has joined #openstack-infra | 13:11 | |
*** yamamoto has quit IRC | 13:15 | |
*** yamamoto has joined #openstack-infra | 13:15 | |
*** HeOS has quit IRC | 13:21 | |
*** dhajare has quit IRC | 13:22 | |
*** raissa has quit IRC | 13:24 | |
*** bobh has joined #openstack-infra | 13:26 | |
*** lukebrowning has joined #openstack-infra | 13:30 | |
*** bobh has quit IRC | 13:30 | |
*** lukebrowning has quit IRC | 13:35 | |
*** lukebrowning has joined #openstack-infra | 13:37 | |
*** lukebrowning has quit IRC | 13:41 | |
*** lukebrowning has joined #openstack-infra | 13:43 | |
*** lukebrowning has quit IRC | 13:48 | |
*** lukebrowning has joined #openstack-infra | 13:49 | |
*** lukebrowning has quit IRC | 13:54 | |
*** lukebrowning has joined #openstack-infra | 13:55 | |
*** salv-orlando has joined #openstack-infra | 13:57 | |
*** kjackal has joined #openstack-infra | 13:58 | |
*** lukebrowning has quit IRC | 14:00 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Make AFS marker roles honor sphinx variables https://review.openstack.org/525735 | 14:01 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Migrate special docs jobs to build-openstack-sphinx-docs https://review.openstack.org/525736 | 14:01 |
*** salv-orlando has quit IRC | 14:01 | |
*** lukebrowning has joined #openstack-infra | 14:02 | |
*** lukebrowning has quit IRC | 14:06 | |
*** lukebrowning has joined #openstack-infra | 14:08 | |
*** lukebrowning has quit IRC | 14:13 | |
*** lukebrowning has joined #openstack-infra | 14:14 | |
*** rkukura has joined #openstack-infra | 14:18 | |
*** lukebrowning has quit IRC | 14:19 | |
*** lukebrowning has joined #openstack-infra | 14:21 | |
*** lukebrowning has quit IRC | 14:25 | |
*** mriedem has joined #openstack-infra | 14:28 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/zuul-jobs master: Half-Revert "Revert "Add ensure-reno and ensure-babel roles"" https://review.openstack.org/521558 | 14:31 |
AJaeger | mordred1, is that really you, mordred? | 14:32 |
*** logan- has quit IRC | 14:32 | |
AJaeger | mordred1: updated the change to address ianw's comment and removed now obsolete part ^ I'd like to move forward with all these sphinx/doc/releasenotes work ^ | 14:32 |
*** logan- has joined #openstack-infra | 14:33 | |
*** lukebrowning has joined #openstack-infra | 14:34 | |
*** Nil_ has quit IRC | 14:38 | |
*** lukebrowning has quit IRC | 14:39 | |
*** markvoelker has joined #openstack-infra | 14:39 | |
*** lukebrowning has joined #openstack-infra | 14:40 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Use ensure-babel to make sure babel is installed https://review.openstack.org/521105 | 14:43 |
AJaeger | mordred1: this one should be fine as well, could you review these two together, please? ^ | 14:43 |
*** armaan has quit IRC | 14:43 | |
*** armaan has joined #openstack-infra | 14:44 | |
*** bobh has joined #openstack-infra | 14:45 | |
*** lukebrowning has quit IRC | 14:45 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Improve ensure-reno https://review.openstack.org/528477 | 14:45 |
AJaeger | ianw, mordred1, and that's ianw's review comment from 521558 changed elsewhere as well ^ | 14:46 |
*** lukebrowning has joined #openstack-infra | 14:47 | |
*** bobh_ has joined #openstack-infra | 14:48 | |
*** ramishra has joined #openstack-infra | 14:51 | |
*** lukebrowning has quit IRC | 14:51 | |
*** bobh has quit IRC | 14:52 | |
*** slaweq_ has joined #openstack-infra | 14:52 | |
*** lukebrowning has joined #openstack-infra | 14:53 | |
openstackgerrit | Monty Taylor proposed openstack-infra/storyboard-webclient master: Remove bower and add yarn support https://review.openstack.org/528436 | 14:54 |
openstackgerrit | Monty Taylor proposed openstack-infra/storyboard-webclient master: Migrate js-draft job to be zuul v3 native https://review.openstack.org/528481 | 14:54 |
mordred1 | AJaeger: morning | 14:54 |
mordred1 | oh - why am I mordred1 ? | 14:54 |
*** mordred1 is now known as mordred | 14:55 | |
AJaeger | morning, mordred the one and only one ;) | 14:56 |
mordred | AJaeger: should we go ahead and land the https://review.openstack.org/#/c/521145 too? | 14:56 |
AJaeger | mordred: you made it WIP to handle a corner case - did we fix that one? | 14:57 |
mordred | AJaeger: yes - that was the python version one | 14:57 |
*** claudiub has quit IRC | 14:57 | |
*** lukebrowning has quit IRC | 14:57 | |
AJaeger | mordred: ah! | 14:58 |
*** salv-orlando has joined #openstack-infra | 14:58 | |
AJaeger | so, let's ask for some reviews of 521145 - in case any infra-root or config-core is around... | 14:58 |
*** lukebrowning has joined #openstack-infra | 14:59 | |
mordred | AJaeger: ++ | 14:59 |
mordred | AJaeger: I think it will be very nice to be done with this set of patches :) | 15:00 |
AJaeger | infra-root, And also (not directly related), please review https://review.openstack.org/521558 https://review.openstack.org/521105 https://review.openstack.org/528477 | 15:00 |
AJaeger | mordred: that would be a great christmas present ;) | 15:00 |
*** salv-orlando has quit IRC | 15:03 | |
*** e0ne has joined #openstack-infra | 15:03 | |
*** lukebrowning has quit IRC | 15:04 | |
AJaeger | mordred: I'm documenting at https://etherpad.openstack.org/p/merge-updated-pti-topic on top what we want to merge | 15:04 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Remove legacy draft job from storyboard-webclient https://review.openstack.org/528482 | 15:05 |
mordred | AJaeger: awesome | 15:05 |
AJaeger | mordred: trying to get pieces together... | 15:05 |
*** lukebrowning has joined #openstack-infra | 15:06 | |
openstackgerrit | Monty Taylor proposed openstack-infra/storyboard-webclient master: Migrate js-draft job to be zuul v3 native https://review.openstack.org/528481 | 15:08 |
openstackgerrit | Monty Taylor proposed openstack-infra/storyboard-webclient master: Remove bower and add yarn support https://review.openstack.org/528436 | 15:08 |
*** lukebrowning has quit IRC | 15:10 | |
*** lukebrowning has joined #openstack-infra | 15:12 | |
*** andreas_s has joined #openstack-infra | 15:12 | |
AJaeger | mordred: I rechecked our test jobs - all looks fine currently | 15:13 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/zuul feature/zuulv3: Use python3 for docs publication https://review.openstack.org/525718 | 15:16 |
*** lukebrowning has quit IRC | 15:16 | |
*** lukebrowning has joined #openstack-infra | 15:18 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Use the new sphinx PTI for special publish jobs https://review.openstack.org/521557 | 15:19 |
AJaeger | mordred: using sphinx_python instead of use_python3 ^ | 15:19 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Switch remaining docs publications jobs to sphinx https://review.openstack.org/525734 | 15:20 |
AJaeger | mordred: hope it's all good now - and https://etherpad.openstack.org/p/merge-updated-pti-topic is updated | 15:21 |
AJaeger | infra-root, reviews of the items at top of etherpad very welcome | 15:21 |
*** slaweq_ has quit IRC | 15:22 | |
*** dhajare has joined #openstack-infra | 15:22 | |
*** lukebrowning has quit IRC | 15:23 | |
AJaeger | tobiash: any special reason you removed your +W from 521558 ? Otherwise I'll +W now... | 15:23 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Add job for publishing built javascript content https://review.openstack.org/528483 | 15:23 |
tobiash | AJaeger: I've set it then I realized that mordred is the change owner and thus I violated the two core +2 rule | 15:24 |
*** lukebrowning has joined #openstack-infra | 15:24 | |
openstackgerrit | Monty Taylor proposed openstack-infra/openstack-zuul-jobs master: Remove storyboard webclient publication jobs https://review.openstack.org/528484 | 15:25 |
AJaeger | tobiash: ok, thanks | 15:25 |
AJaeger | mordred: an unrelated change - could you review https://review.openstack.org/#/c/528369/ for translations, please? | 15:28 |
*** lukebrowning has quit IRC | 15:29 | |
*** lukebrowning has joined #openstack-infra | 15:34 | |
*** vivsoni has quit IRC | 15:35 | |
*** umbarkar has quit IRC | 15:35 | |
*** rkukura has quit IRC | 15:35 | |
*** catintheroof has joined #openstack-infra | 15:37 | |
*** rkukura has joined #openstack-infra | 15:37 | |
*** lukebrowning has quit IRC | 15:39 | |
*** lukebrowning has joined #openstack-infra | 15:40 | |
mordred | AJaeger: left a +2 but not a +A and a comment- if you want to fix that patch, cool, if you want to followup, also cool | 15:44 |
*** lukebrowning has quit IRC | 15:45 | |
*** andreas_s has quit IRC | 15:45 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/zuul-jobs master: translations: Check for translation-source first https://review.openstack.org/528369 | 15:45 |
AJaeger | mordred: fixed and self-approved based on the two +2s | 15:46 |
AJaeger | thanks | 15:46 |
*** lukebrowning has joined #openstack-infra | 15:47 | |
*** rkukura_ has joined #openstack-infra | 15:47 | |
*** rkukura has quit IRC | 15:50 | |
*** rkukura_ is now known as rkukura | 15:50 | |
*** sree_ has joined #openstack-infra | 15:51 | |
*** sree_ is now known as Guest75993 | 15:52 | |
*** lukebrowning has quit IRC | 15:52 | |
*** lukebrowning has joined #openstack-infra | 15:53 | |
*** Goneri has joined #openstack-infra | 15:54 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Half-Revert "Revert "Add ensure-reno and ensure-babel roles"" https://review.openstack.org/521558 | 15:55 |
*** dhajare has quit IRC | 15:56 | |
*** vivsoni has joined #openstack-infra | 15:57 | |
*** tushar has joined #openstack-infra | 15:58 | |
*** lukebrowning has quit IRC | 15:58 | |
*** salv-orlando has joined #openstack-infra | 15:59 | |
*** lukebrowning has joined #openstack-infra | 15:59 | |
*** ramishra has quit IRC | 16:00 | |
*** salv-orlando has quit IRC | 16:03 | |
*** lukebrowning has quit IRC | 16:04 | |
*** lukebrowning has joined #openstack-infra | 16:06 | |
*** andreas_s has joined #openstack-infra | 16:06 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Fetch built web content in javascript jobs https://review.openstack.org/528486 | 16:10 |
*** lukebrowning has quit IRC | 16:11 | |
AJaeger | mordred: https://review.openstack.org/522315 has a failing sphinx job - needs neutron installed ;( | 16:12 |
*** lukebrowning has joined #openstack-infra | 16:12 | |
*** catintheroof has quit IRC | 16:12 | |
*** yamamoto has quit IRC | 16:14 | |
*** lukebrowning has quit IRC | 16:16 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: translations: Check for translation-source first https://review.openstack.org/528369 | 16:17 |
*** lukebrowning has joined #openstack-infra | 16:18 | |
*** lukebrowning has quit IRC | 16:23 | |
*** lukebrowning has joined #openstack-infra | 16:24 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Use yarn and webpack to manage zuul-web javascdript https://review.openstack.org/487538 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add babel transpiling enabling use of ES6 features https://review.openstack.org/528295 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add StandardJS linting and analysis https://review.openstack.org/528296 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Fix source_url handling for jobs view https://review.openstack.org/528373 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Fix StandardJS warnings and turn them to errors https://review.openstack.org/528297 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add bundle analysis to the lint target https://review.openstack.org/528298 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Make bundle of build web content https://review.openstack.org/528374 | 16:25 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove use strict https://review.openstack.org/528437 | 16:25 |
*** yamamoto has joined #openstack-infra | 16:29 | |
*** lukebrowning has quit IRC | 16:29 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Use yarn and webpack to manage zuul-web javascdript https://review.openstack.org/487538 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add babel transpiling enabling use of ES6 features https://review.openstack.org/528295 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add StandardJS linting and analysis https://review.openstack.org/528296 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Fix source_url handling for jobs view https://review.openstack.org/528373 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Fix StandardJS warnings and turn them to errors https://review.openstack.org/528297 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add bundle analysis to the lint target https://review.openstack.org/528298 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Make bundle of build web content https://review.openstack.org/528374 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove use strict https://review.openstack.org/528437 | 16:31 |
mordred | AJaeger: boo - looking | 16:31 |
mordred | AJaeger: that's very strange - the tox_install.sh HAS an install_project neutron | 16:32 |
*** yamamoto has quit IRC | 16:34 | |
mordred | AJaeger: are we sure that's the issue? "ImportError: cannot import name driver_api" - | 16:34 |
*** lukebrowning has joined #openstack-infra | 16:35 | |
mordred | AJaeger: that's especially strange | 16:38 |
*** lukebrowning has quit IRC | 16:40 | |
*** lukebrowning has joined #openstack-infra | 16:41 | |
*** lukebrowning has quit IRC | 16:46 | |
*** lukebrowning has joined #openstack-infra | 16:48 | |
*** Guest75993 has quit IRC | 16:52 | |
*** HeOS has joined #openstack-infra | 16:52 | |
*** sree has joined #openstack-infra | 16:52 | |
*** lukebrowning has quit IRC | 16:53 | |
*** sree has quit IRC | 16:53 | |
*** sree has joined #openstack-infra | 16:53 | |
*** lukebrowning has joined #openstack-infra | 16:54 | |
*** sree has quit IRC | 16:58 | |
*** lukebrowning has quit IRC | 16:59 | |
*** salv-orlando has joined #openstack-infra | 16:59 | |
*** lukebrowning has joined #openstack-infra | 17:00 | |
*** salv-orlando has quit IRC | 17:04 | |
*** lukebrowning has quit IRC | 17:05 | |
*** lukebrowning has joined #openstack-infra | 17:06 | |
*** sree has joined #openstack-infra | 17:07 | |
*** e0ne has quit IRC | 17:11 | |
*** lukebrowning has quit IRC | 17:12 | |
*** sree has quit IRC | 17:12 | |
*** e0ne has joined #openstack-infra | 17:12 | |
*** armaan has quit IRC | 17:12 | |
*** e0ne has quit IRC | 17:12 | |
*** armaan has joined #openstack-infra | 17:13 | |
*** lukebrowning has joined #openstack-infra | 17:13 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Use yarn and webpack to manage zuul-web javascdript https://review.openstack.org/487538 | 17:13 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Use yarn and webpack to manage zuul-web javascript https://review.openstack.org/487538 | 17:13 |
*** e0ne has joined #openstack-infra | 17:13 | |
*** e0ne has quit IRC | 17:14 | |
*** e0ne has joined #openstack-infra | 17:15 | |
*** e0ne has quit IRC | 17:15 | |
*** e0ne has joined #openstack-infra | 17:17 | |
*** e0ne has quit IRC | 17:17 | |
*** lukebrowning has quit IRC | 17:18 | |
*** lukebrowning has joined #openstack-infra | 17:19 | |
*** lukebrowning has quit IRC | 17:24 | |
*** lukebrowning has joined #openstack-infra | 17:25 | |
*** SumitNaiksatam_ has joined #openstack-infra | 17:26 | |
*** SumitNaiksatam has quit IRC | 17:27 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 17:27 | |
*** sree has joined #openstack-infra | 17:27 | |
*** lukebrowning has quit IRC | 17:30 | |
*** sree has quit IRC | 17:32 | |
*** yamamoto has joined #openstack-infra | 17:32 | |
*** catintheroof has joined #openstack-infra | 17:33 | |
*** yamamoto has quit IRC | 17:38 | |
*** lukebrowning has joined #openstack-infra | 17:39 | |
*** SumitNaiksatam has quit IRC | 17:39 | |
*** SumitNaiksatam has joined #openstack-infra | 17:42 | |
*** lukebrowning has quit IRC | 17:44 | |
*** lukebrowning has joined #openstack-infra | 17:45 | |
*** cshastri has joined #openstack-infra | 17:48 | |
AJaeger | mordred: I'm not sure, didn't dig deeper ;( | 17:49 |
*** lukebrowning has quit IRC | 17:49 | |
*** kjackal_ has joined #openstack-infra | 17:52 | |
*** andreas_s has quit IRC | 17:52 | |
*** kjackal has quit IRC | 17:52 | |
AJaeger | mordred: the old tox_install sets NEUTRON_BRANCH=mitaka-eol - and installs neutron from there. While updated job installs from master | 17:53 |
*** adreznec has quit IRC | 17:53 | |
* AJaeger updates | 17:54 | |
*** lukebrowning has joined #openstack-infra | 17:56 | |
*** salv-orlando has joined #openstack-infra | 18:00 | |
*** lukebrowning has quit IRC | 18:00 | |
*** SumitNaiksatam has quit IRC | 18:02 | |
*** lukebrowning has joined #openstack-infra | 18:02 | |
*** SumitNaiksatam has joined #openstack-infra | 18:02 | |
AJaeger | mordred: this is ugly ;( | 18:03 |
*** yolanda is now known as Guest38627 | 18:03 | |
*** yolanda__ is now known as yolanda | 18:03 | |
*** Guest38627 has joined #openstack-infra | 18:03 | |
*** salv-orlando has quit IRC | 18:05 | |
*** lukebrowning has quit IRC | 18:07 | |
*** lukebrowning has joined #openstack-infra | 18:08 | |
AJaeger | mordred: pushed an update, let's see whether that works... | 18:09 |
*** armax has joined #openstack-infra | 18:09 | |
*** yamahata has joined #openstack-infra | 18:12 | |
*** lukebrowning has quit IRC | 18:13 | |
*** lukebrowning has joined #openstack-infra | 18:15 | |
*** adreznec has joined #openstack-infra | 18:18 | |
*** SumitNaiksatam has quit IRC | 18:18 | |
*** lukebrowning has quit IRC | 18:19 | |
*** lukebrowning has joined #openstack-infra | 18:22 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Fetch built web content in javascript jobs https://review.openstack.org/528486 | 18:26 |
*** lukebrowning has quit IRC | 18:27 | |
*** lukebrowning has joined #openstack-infra | 18:29 | |
*** lukebrowning has quit IRC | 18:33 | |
*** baoli has joined #openstack-infra | 18:35 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Update README for neutron-horizon-hack https://review.openstack.org/528492 | 18:36 |
*** lukebrowning has joined #openstack-infra | 18:36 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Update README for neutron-horizon-hack https://review.openstack.org/528492 | 18:36 |
*** markvoelker has quit IRC | 18:36 | |
*** markvoelker has joined #openstack-infra | 18:38 | |
*** baoli has quit IRC | 18:40 | |
*** baoli has joined #openstack-infra | 18:41 | |
*** lukebrowning has quit IRC | 18:41 | |
*** lukebrowning has joined #openstack-infra | 18:42 | |
*** lukebrowning has quit IRC | 18:47 | |
*** lukebrowning has joined #openstack-infra | 18:49 | |
*** Guest38627 has quit IRC | 18:50 | |
*** lukebrowning has quit IRC | 18:54 | |
*** lukebrowning has joined #openstack-infra | 18:55 | |
*** yolanda has quit IRC | 18:57 | |
*** yolanda has joined #openstack-infra | 18:59 | |
*** lukebrowning has quit IRC | 19:00 | |
*** salv-orlando has joined #openstack-infra | 19:01 | |
*** lukebrowning has joined #openstack-infra | 19:01 | |
*** andreas_s has joined #openstack-infra | 19:04 | |
*** salv-orlando has quit IRC | 19:05 | |
*** lukebrowning has quit IRC | 19:06 | |
*** lukebrowning has joined #openstack-infra | 19:08 | |
*** andreas_s has quit IRC | 19:09 | |
*** SumitNaiksatam has joined #openstack-infra | 19:09 | |
*** slaweq_ has joined #openstack-infra | 19:11 | |
*** armaan has quit IRC | 19:12 | |
*** armaan has joined #openstack-infra | 19:12 | |
*** lukebrowning has quit IRC | 19:12 | |
*** lukebrowning has joined #openstack-infra | 19:14 | |
*** armax has quit IRC | 19:15 | |
*** armax_ has joined #openstack-infra | 19:15 | |
*** lukebrowning has quit IRC | 19:19 | |
*** caphrim007_ has quit IRC | 19:20 | |
*** lukebrowning has joined #openstack-infra | 19:20 | |
*** caphrim007 has joined #openstack-infra | 19:20 | |
*** armax has joined #openstack-infra | 19:21 | |
*** armax_ has quit IRC | 19:24 | |
*** lukebrowning has quit IRC | 19:25 | |
*** slaweq_ has quit IRC | 19:25 | |
*** ender9484 has joined #openstack-infra | 19:26 | |
*** ender9484 has left #openstack-infra | 19:26 | |
AJaeger | mordred: https://review.openstack.org/522315 has failing py35 that worked before, otherwise looks good - and especially docs still build ;) | 19:26 |
*** lukebrowning has joined #openstack-infra | 19:26 | |
*** caphrim007 has quit IRC | 19:28 | |
*** lukebrowning has quit IRC | 19:31 | |
*** caphrim007 has joined #openstack-infra | 19:32 | |
*** armaan has quit IRC | 19:35 | |
*** raissa has joined #openstack-infra | 19:36 | |
*** armaan has joined #openstack-infra | 19:37 | |
*** armax has quit IRC | 19:40 | |
*** lukebrowning has joined #openstack-infra | 19:41 | |
*** lukebrowning has quit IRC | 19:45 | |
*** armax has joined #openstack-infra | 19:47 | |
*** lukebrowning has joined #openstack-infra | 19:47 | |
*** bobh_ has quit IRC | 19:48 | |
*** sree has joined #openstack-infra | 19:48 | |
*** lukebrowning has quit IRC | 19:52 | |
*** armax has quit IRC | 19:52 | |
*** slaweq_ has joined #openstack-infra | 19:52 | |
*** sree has quit IRC | 19:53 | |
*** baoli has quit IRC | 19:55 | |
*** baoli has joined #openstack-infra | 19:56 | |
*** slaweq_ has quit IRC | 19:57 | |
*** bobh has joined #openstack-infra | 19:58 | |
*** lukebrowning has joined #openstack-infra | 19:58 | |
*** salv-orlando has joined #openstack-infra | 20:02 | |
*** bobh has quit IRC | 20:03 | |
*** lukebrowning has quit IRC | 20:03 | |
*** SumitNaiksatam has quit IRC | 20:04 | |
*** lukebrowning has joined #openstack-infra | 20:04 | |
*** salv-orlando has quit IRC | 20:07 | |
*** lukebrowning has quit IRC | 20:09 | |
*** sree_ has joined #openstack-infra | 20:10 | |
*** sree_ is now known as Guest92512 | 20:10 | |
*** lukebrowning has joined #openstack-infra | 20:11 | |
*** bobh has joined #openstack-infra | 20:11 | |
*** Guest92512 has quit IRC | 20:14 | |
*** bobh has quit IRC | 20:15 | |
*** lukebrowning has quit IRC | 20:16 | |
*** lukebrowning has joined #openstack-infra | 20:17 | |
*** cshastri has quit IRC | 20:19 | |
*** bobh has joined #openstack-infra | 20:21 | |
*** lukebrowning has quit IRC | 20:21 | |
*** lukebrowning has joined #openstack-infra | 20:23 | |
*** bobh has quit IRC | 20:26 | |
*** lukebrowning has quit IRC | 20:28 | |
*** bobh has joined #openstack-infra | 20:29 | |
*** lukebrowning has joined #openstack-infra | 20:30 | |
*** bobh has quit IRC | 20:34 | |
*** lukebrowning has quit IRC | 20:35 | |
*** lukebrowning has joined #openstack-infra | 20:37 | |
*** bobh has joined #openstack-infra | 20:41 | |
*** lukebrowning has quit IRC | 20:42 | |
*** lukebrowning has joined #openstack-infra | 20:43 | |
*** bobh has quit IRC | 20:46 | |
*** lukebrowning has quit IRC | 20:48 | |
*** lukebrowning has joined #openstack-infra | 20:50 | |
*** baoli has quit IRC | 20:53 | |
*** lukebrowning has quit IRC | 20:54 | |
*** lukebrowning has joined #openstack-infra | 20:56 | |
*** bobh has joined #openstack-infra | 21:00 | |
*** lukebrowning has quit IRC | 21:01 | |
*** lukebrowning has joined #openstack-infra | 21:02 | |
*** salv-orlando has joined #openstack-infra | 21:02 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/irc-meetings master: Move irc meetings tox job in-tree https://review.openstack.org/528498 | 21:02 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/irc-meetings master: Move irc meetings tox job in-tree https://review.openstack.org/528498 | 21:04 |
*** lifeless has quit IRC | 21:05 | |
*** bobh has quit IRC | 21:06 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Remove migrated irc-meetings jobs https://review.openstack.org/528500 | 21:06 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove legacy-irc-meetings-tox-ical https://review.openstack.org/528501 | 21:06 |
*** lukebrowning has quit IRC | 21:07 | |
*** salv-orlando has quit IRC | 21:07 | |
*** lukebrowning has joined #openstack-infra | 21:09 | |
*** lukebrowning has quit IRC | 21:13 | |
*** lukebrowning has joined #openstack-infra | 21:15 | |
*** abelur_ has joined #openstack-infra | 21:16 | |
AJaeger | tonyb: any idea why pep8 fails on https://review.openstack.org/528498 ? That looks completely unrelated | 21:17 |
*** wolverineav has quit IRC | 21:17 | |
*** gouthamr has joined #openstack-infra | 21:18 | |
*** lukebrowning has quit IRC | 21:19 | |
*** lukebrowning has joined #openstack-infra | 21:21 | |
*** bobh has joined #openstack-infra | 21:22 | |
*** lukebrowning has quit IRC | 21:26 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Use openstack-python-jobs for tacker-horizon https://review.openstack.org/528503 | 21:26 |
*** bobh has quit IRC | 21:27 | |
*** lukebrowning has joined #openstack-infra | 21:27 | |
*** bobh has joined #openstack-infra | 21:31 | |
*** lukebrowning has quit IRC | 21:32 | |
*** e0ne has joined #openstack-infra | 21:34 | |
*** bobh has quit IRC | 21:36 | |
*** lukebrowning has joined #openstack-infra | 21:48 | |
*** lukebrowning has quit IRC | 21:53 | |
*** lukebrowning has joined #openstack-infra | 21:54 | |
*** markvoelker has quit IRC | 21:57 | |
*** lukebrowning has quit IRC | 21:59 | |
*** lukebrowning has joined #openstack-infra | 22:01 | |
*** salv-orlando has joined #openstack-infra | 22:03 | |
*** gouthamr has quit IRC | 22:04 | |
*** lukebrowning has quit IRC | 22:05 | |
*** lukebrowning has joined #openstack-infra | 22:07 | |
*** salv-orlando has quit IRC | 22:08 | |
*** bobh has joined #openstack-infra | 22:10 | |
*** lukebrowning has quit IRC | 22:12 | |
*** rcernin has joined #openstack-infra | 22:13 | |
*** lukebrowning has joined #openstack-infra | 22:13 | |
*** bobh has quit IRC | 22:15 | |
*** bobh has joined #openstack-infra | 22:18 | |
*** lukebrowning has quit IRC | 22:18 | |
*** armax has joined #openstack-infra | 22:19 | |
*** lukebrowning has joined #openstack-infra | 22:19 | |
*** bobh has quit IRC | 22:23 | |
*** lukebrowning has quit IRC | 22:24 | |
*** armax has quit IRC | 22:26 | |
*** lukebrowning has joined #openstack-infra | 22:26 | |
*** lukebrowning has quit IRC | 22:31 | |
*** bobh has joined #openstack-infra | 22:38 | |
*** lukebrowning has joined #openstack-infra | 22:42 | |
*** bobh has quit IRC | 22:43 | |
*** bobh has joined #openstack-infra | 22:45 | |
*** lukebrowning has quit IRC | 22:46 | |
*** sree has joined #openstack-infra | 22:47 | |
*** lukebrowning has joined #openstack-infra | 22:48 | |
*** bobh has quit IRC | 22:49 | |
*** bobh has joined #openstack-infra | 22:51 | |
*** sree has quit IRC | 22:53 | |
*** lukebrowning has quit IRC | 22:53 | |
*** bobh has quit IRC | 22:55 | |
*** lukebrowning has joined #openstack-infra | 22:55 | |
*** lukebrowning has quit IRC | 22:59 | |
*** e0ne has quit IRC | 23:00 | |
*** lukebrowning has joined #openstack-infra | 23:01 | |
*** salv-orlando has joined #openstack-infra | 23:04 | |
*** lukebrowning has quit IRC | 23:06 | |
*** lukebrowning has joined #openstack-infra | 23:07 | |
*** salv-orlando has quit IRC | 23:08 | |
*** lukebrowning has quit IRC | 23:12 | |
*** lukebrowning has joined #openstack-infra | 23:13 | |
*** lukebrowning has quit IRC | 23:18 | |
*** lukebrowning has joined #openstack-infra | 23:20 | |
tonyb | AJaeger: No idea I have the review open I'll loo kat it on Monday | 23:22 |
*** lukebrowning has quit IRC | 23:25 | |
*** lukebrowning has joined #openstack-infra | 23:26 | |
*** sree has joined #openstack-infra | 23:27 | |
*** markvoelker has joined #openstack-infra | 23:28 | |
*** baoli has joined #openstack-infra | 23:29 | |
*** lukebrowning has quit IRC | 23:30 | |
*** sree has quit IRC | 23:32 | |
*** lukebrowning has joined #openstack-infra | 23:32 | |
*** lukebrowning has quit IRC | 23:37 | |
*** lukebrowning has joined #openstack-infra | 23:38 | |
*** lukebrowning has quit IRC | 23:43 | |
*** lukebrowning has joined #openstack-infra | 23:45 | |
*** ianychoi has quit IRC | 23:45 | |
*** sree has joined #openstack-infra | 23:47 | |
*** lukebrowning has quit IRC | 23:49 | |
*** lukebrowning has joined #openstack-infra | 23:51 | |
*** sree has quit IRC | 23:52 | |
*** lukebrowning has quit IRC | 23:56 | |
*** lukebrowning has joined #openstack-infra | 23:57 | |
*** bobh has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!