*** r-daneel has quit IRC | 00:03 | |
mnaser | mordred: figure out the js stuff? | 00:04 |
---|---|---|
*** slaweq__ has joined #openstack-infra | 00:04 | |
mnaser | (about the X not working) | 00:05 |
*** dtruong has quit IRC | 00:05 | |
*** dtruong has joined #openstack-infra | 00:06 | |
mordred | mnaser: nope. it's confusing. the input box totally gets clicks, but the x click handler just doesn't get called | 00:06 |
mnaser | Zuul and openstack-gerrit Merge "Update jquery to version 3" | 00:06 |
mnaser | i wonder if thats related | 00:06 |
* mnaser looks | 00:07 | |
mordred | mnaser: yah - I wondered the same thing - but before we landed that it was still unhappy | 00:07 |
mordred | mnaser: that said - looking in that patch it looks like 3 was already in the lock file- so maybe we were on 3 without meaning to be and it _is_ related to 3 | 00:08 |
mordred | mnaser: http://logs.openstack.org/90/547790/6/check/build-javascript-content/e8084d0/npm/html/status.html is a version of it before the jquery update | 00:08 |
mnaser | mordred: i think the minification might be breaking it somehow | 00:08 |
*** slaweq__ has quit IRC | 00:09 | |
mnaser | mordred: so try to follow and please let me know if im wrong, but "$('#filter_string').val('').change()" is what happens on the clearIcon.click() | 00:09 |
*** wolverineav has joined #openstack-infra | 00:09 | |
mordred | yah - that's what's supposed to happen at least | 00:10 |
mnaser | http://zuul.openstack.org/main.2fc8eee65093d2bf4c74.js | 00:10 |
mnaser | return a.click(function(){e("#filter_string").val("").change() | 00:10 |
mnaser | or rather "return a.click(function(){e("#filter_string").val("").change()})" for completeness | 00:10 |
mnaser | now in following the minification | 00:11 |
mnaser | var a=e("<span />").addClass("form-control-feedback").addClass("glyphicon glyphicon-remove-circle").attr("id","filter_form_clear_box").attr("title","clear filter").css("cursor","pointer"); | 00:11 |
mnaser | i think the return is messing it up | 00:11 |
mordred | mnaser: fwiw - (not to break your train of thought) but I'm running locally in webpack-dev-server unminified and it's still having the same issue | 00:12 |
mnaser | oh | 00:12 |
mnaser | lol | 00:12 |
mnaser | is it easy to get it running locally? | 00:12 |
andreaf | ianw frickler clarkb corvus sorry to ask again, but the multinode series can use some review love https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack+branch:master+topic:multinode_zuulv3 | 00:12 |
mordred | mnaser: yup! | 00:12 |
*** dtruong has quit IRC | 00:12 | |
andreaf | I will also need to do backports, to queens for grenade at least | 00:12 |
*** dtruong has joined #openstack-infra | 00:12 | |
mordred | mnaser: grab the zuul repo, run 'yarn install' then 'npm run start' | 00:13 |
clarkb | andreaf: starts at https://review.openstack.org/#/c/546765/34 ? | 00:13 |
*** stakeda has joined #openstack-infra | 00:13 | |
mordred | mnaser: you might need to install yarn if you don't have it installed | 00:13 |
andreaf | clarkb yes | 00:13 |
mnaser | mordred: awesome, i know its a bit of pain to get all that scaffolding up and going | 00:13 |
mnaser | mordred: maybe take this to #zuul not to pollute the flow here :) | 00:13 |
*** salv-orlando has quit IRC | 00:13 | |
andreaf | clarkb the first two are code, then two documentation patches | 00:14 |
*** wolverineav has quit IRC | 00:14 | |
*** claudiub has quit IRC | 00:14 | |
*** slaweq__ has joined #openstack-infra | 00:15 | |
andreaf | and the first backport as well https://review.openstack.org/#/c/550200/ | 00:15 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings master: Update start_date for new Security SIG meeting https://review.openstack.org/551036 | 00:15 |
clarkb | andreaf: for etcd3 I know we said it would be a base service but does anything actually use it? | 00:17 |
*** david-lyle has quit IRC | 00:17 | |
clarkb | I can't but wonder if maybe etcd3 as a base service should happen when something actually does use it | 00:17 |
*** david-lyle has joined #openstack-infra | 00:17 | |
*** beagles|biab is now known as beagles | 00:18 | |
*** david-lyle has quit IRC | 00:18 | |
*** dklyle has joined #openstack-infra | 00:18 | |
andreaf | clarkb I don't know, that's what we get today by default - it's relatively new so I'm not sure I'd like to revert etcd3 as part of the migration | 00:19 |
*** slaweq__ has quit IRC | 00:19 | |
andreaf | clarkb also I fear if we stop running that code it may bitrot | 00:19 |
clarkb | andreaf: ya we can worry about that separately | 00:19 |
*** hemna_ has joined #openstack-infra | 00:19 | |
clarkb | its just there was a big thing about it then I'm not sure it went anywhere. Something to follow up on with dims maybe? | 00:19 |
*** hongbin has quit IRC | 00:20 | |
clarkb | andreaf: comments on the first change but I think it should work as is so +2 | 00:20 |
*** wolverineav has joined #openstack-infra | 00:22 | |
*** hemna_ has quit IRC | 00:24 | |
*** slaweq__ has joined #openstack-infra | 00:25 | |
andreaf | clarkb thanks | 00:25 |
*** wolverineav has quit IRC | 00:27 | |
clarkb | andreaf: what is `set interface_variable = 'ansible_' + interface` doing? | 00:28 |
clarkb | does ansible prefix all the interface names with ansible_? | 00:28 |
*** slaweq__ has quit IRC | 00:29 | |
*** tosky has quit IRC | 00:30 | |
*** jamesmcarthur has joined #openstack-infra | 00:33 | |
*** e0ne has quit IRC | 00:34 | |
*** slaweq__ has joined #openstack-infra | 00:35 | |
clarkb | andreaf: and then mostly questions on https://review.openstack.org/#/c/545696/77 I think this is really close just want to make sure that order of operations is correct and that maybe a few things can be simplified | 00:35 |
*** xinliang has quit IRC | 00:37 | |
*** slaweq__ has quit IRC | 00:39 | |
openstackgerrit | zhongshengping proposed openstack-infra/openstack-zuul-jobs master: Remove migrated legacy puppet openstack libraries jobs https://review.openstack.org/550340 | 00:39 |
*** wolverineav has joined #openstack-infra | 00:40 | |
*** slaweq__ has joined #openstack-infra | 00:45 | |
*** caphrim007_ has joined #openstack-infra | 00:48 | |
*** wolverineav has quit IRC | 00:48 | |
*** caphrim007_ has quit IRC | 00:48 | |
*** xinliang has joined #openstack-infra | 00:49 | |
*** xinliang has quit IRC | 00:49 | |
*** xinliang has joined #openstack-infra | 00:49 | |
*** caphrim007_ has joined #openstack-infra | 00:49 | |
*** slaweq__ has quit IRC | 00:50 | |
*** caphrim007 has quit IRC | 00:51 | |
*** jamesmcarthur has quit IRC | 00:51 | |
*** ykarel has joined #openstack-infra | 00:52 | |
*** caphrim007_ has quit IRC | 00:53 | |
*** caphrim007 has joined #openstack-infra | 00:54 | |
*** caphrim007 has quit IRC | 00:55 | |
*** slaweq__ has joined #openstack-infra | 00:55 | |
*** caphrim007 has joined #openstack-infra | 00:55 | |
*** prometheanfire has quit IRC | 00:59 | |
*** slaweq__ has quit IRC | 01:00 | |
*** caphrim007 has quit IRC | 01:00 | |
*** prometheanfire has joined #openstack-infra | 01:04 | |
*** hamzy has joined #openstack-infra | 01:06 | |
*** liusheng has quit IRC | 01:09 | |
*** annp has joined #openstack-infra | 01:09 | |
*** liusheng has joined #openstack-infra | 01:09 | |
*** dklyle has quit IRC | 01:10 | |
*** gyee has quit IRC | 01:13 | |
*** salv-orlando has joined #openstack-infra | 01:14 | |
*** salv-orlando has quit IRC | 01:18 | |
*** wolverineav has joined #openstack-infra | 01:19 | |
*** jamesmcarthur has joined #openstack-infra | 01:20 | |
*** wolverineav has quit IRC | 01:23 | |
*** Swami has quit IRC | 01:23 | |
*** jamesmcarthur has quit IRC | 01:26 | |
*** lifeless has quit IRC | 01:27 | |
*** wolverineav has joined #openstack-infra | 01:29 | |
*** rlandy has quit IRC | 01:33 | |
*** wolverineav has quit IRC | 01:33 | |
*** ykarel has quit IRC | 01:34 | |
*** dingyichen has joined #openstack-infra | 01:35 | |
*** slaweq__ has joined #openstack-infra | 01:36 | |
*** Daisy_ has joined #openstack-infra | 01:37 | |
*** Daisy_ has quit IRC | 01:38 | |
*** slaweq__ has quit IRC | 01:41 | |
*** imacdonn has quit IRC | 02:03 | |
*** imacdonn has joined #openstack-infra | 02:03 | |
*** jrist has joined #openstack-infra | 02:06 | |
*** slaweq__ has joined #openstack-infra | 02:07 | |
*** wolverineav has joined #openstack-infra | 02:07 | |
*** slaweq__ has quit IRC | 02:11 | |
*** wolverineav has quit IRC | 02:11 | |
*** salv-orlando has joined #openstack-infra | 02:15 | |
*** slaweq__ has joined #openstack-infra | 02:17 | |
*** salv-orlando has quit IRC | 02:20 | |
*** harlowja has quit IRC | 02:21 | |
*** slaweq__ has quit IRC | 02:21 | |
*** wolverineav has joined #openstack-infra | 02:32 | |
*** wolverineav has quit IRC | 02:37 | |
*** caphrim007 has joined #openstack-infra | 02:38 | |
*** wolverineav has joined #openstack-infra | 02:42 | |
*** caphrim007 has quit IRC | 02:43 | |
*** agopi has joined #openstack-infra | 02:44 | |
*** wolverineav has quit IRC | 02:46 | |
*** slaweq__ has joined #openstack-infra | 02:47 | |
*** zhurong has joined #openstack-infra | 02:47 | |
*** slaweq__ has quit IRC | 02:52 | |
*** wolverineav has joined #openstack-infra | 02:59 | |
*** david-lyle has joined #openstack-infra | 03:00 | |
*** esberglu has joined #openstack-infra | 03:02 | |
*** namnh has joined #openstack-infra | 03:03 | |
*** wolverineav has quit IRC | 03:03 | |
*** shu-mutou has joined #openstack-infra | 03:06 | |
*** lifeless has joined #openstack-infra | 03:06 | |
*** wolverineav has joined #openstack-infra | 03:11 | |
*** david-lyle has quit IRC | 03:11 | |
*** caphrim007 has joined #openstack-infra | 03:13 | |
*** hamzy has quit IRC | 03:14 | |
*** david-lyle has joined #openstack-infra | 03:15 | |
*** wolverineav has quit IRC | 03:15 | |
*** salv-orlando has joined #openstack-infra | 03:16 | |
*** salv-orlando has quit IRC | 03:20 | |
*** wolverineav has joined #openstack-infra | 03:33 | |
*** ramishra has joined #openstack-infra | 03:36 | |
*** psachin has joined #openstack-infra | 03:39 | |
*** jamesmcarthur has joined #openstack-infra | 03:44 | |
*** slaweq__ has joined #openstack-infra | 03:48 | |
*** caphrim007_ has joined #openstack-infra | 03:49 | |
dmsimard | I thought I'd share a relevant XKCD with the stories about Slack: https://xkcd.com/1782/ | 03:53 |
*** slaweq__ has quit IRC | 03:53 | |
*** caphrim007 has quit IRC | 03:53 | |
*** david-lyle has quit IRC | 04:01 | |
*** esberglu has quit IRC | 04:10 | |
*** slaweq has quit IRC | 04:11 | |
*** slaweq has joined #openstack-infra | 04:11 | |
*** dave-mccowan has quit IRC | 04:12 | |
smcginnis | dmsimard: A classic. ;) | 04:12 |
*** wolverineav has quit IRC | 04:12 | |
*** wolverineav has joined #openstack-infra | 04:13 | |
*** slaweq has quit IRC | 04:15 | |
*** salv-orlando has joined #openstack-infra | 04:16 | |
*** wolverineav has quit IRC | 04:17 | |
*** bmjen has quit IRC | 04:21 | |
*** bmjen has joined #openstack-infra | 04:21 | |
*** salv-orlando has quit IRC | 04:21 | |
*** StevenK has quit IRC | 04:21 | |
*** hamzy has joined #openstack-infra | 04:23 | |
*** StevenK has joined #openstack-infra | 04:23 | |
*** hongbin has joined #openstack-infra | 04:25 | |
*** armaan has quit IRC | 04:27 | |
*** armaan has joined #openstack-infra | 04:27 | |
*** dhajare has joined #openstack-infra | 04:28 | |
*** slaweq has joined #openstack-infra | 04:29 | |
openstackgerrit | Anshul Jain proposed openstack/diskimage-builder master: proliant-tools: add net-tools package for redhat image creation. https://review.openstack.org/548154 | 04:31 |
*** germs has quit IRC | 04:33 | |
*** slaweq has quit IRC | 04:34 | |
*** germs has joined #openstack-infra | 04:34 | |
*** germs has quit IRC | 04:34 | |
*** germs has joined #openstack-infra | 04:34 | |
*** germs has quit IRC | 04:34 | |
*** germs has joined #openstack-infra | 04:35 | |
*** germs has quit IRC | 04:35 | |
*** germs has joined #openstack-infra | 04:35 | |
*** jamesmcarthur has quit IRC | 04:35 | |
*** wolverineav has joined #openstack-infra | 04:35 | |
*** zhurong has quit IRC | 04:36 | |
*** slaweq has joined #openstack-infra | 04:39 | |
*** felipemonteiro has joined #openstack-infra | 04:40 | |
*** lpetrut has joined #openstack-infra | 04:40 | |
*** slaweq has quit IRC | 04:44 | |
*** andreas_s has joined #openstack-infra | 04:46 | |
*** zhurong has joined #openstack-infra | 04:49 | |
*** slaweq has joined #openstack-infra | 04:50 | |
*** andreas_s has quit IRC | 04:50 | |
*** yamamoto_ has joined #openstack-infra | 04:52 | |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Add stable/queens to the periodc-stable pipeline for networking-bagpipe https://review.openstack.org/551166 | 04:53 |
*** slaweq has quit IRC | 04:54 | |
*** yamamoto has quit IRC | 04:56 | |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Add stable/queens to the periodc-stable pipelines for networking-bagpipe and vmware-nsx https://review.openstack.org/551166 | 04:58 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config master: Add subunit2sql check database server and workers https://review.openstack.org/520192 | 04:58 |
*** germs has quit IRC | 04:59 | |
*** germs has joined #openstack-infra | 05:00 | |
*** germs has quit IRC | 05:00 | |
*** germs has joined #openstack-infra | 05:00 | |
*** slaweq has joined #openstack-infra | 05:00 | |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Add stable/queens to the periodc-stable pipelines for some projects https://review.openstack.org/551166 | 05:01 |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config master: Add stable/queens to the periodc-stable pipelines for some projects https://review.openstack.org/551166 | 05:03 |
*** lpetrut has quit IRC | 05:03 | |
*** slaweq has quit IRC | 05:04 | |
*** agopi has quit IRC | 05:06 | |
*** slaweq has joined #openstack-infra | 05:10 | |
*** felipemonteiro has quit IRC | 05:12 | |
*** eernst has quit IRC | 05:13 | |
*** slaweq has quit IRC | 05:15 | |
*** salv-orlando has joined #openstack-infra | 05:17 | |
*** hongbin has quit IRC | 05:20 | |
*** salv-orlando has quit IRC | 05:22 | |
*** harlowja has joined #openstack-infra | 05:25 | |
*** udesale has joined #openstack-infra | 05:27 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config master: Add subunit2sql check database server and workers https://review.openstack.org/520192 | 05:37 |
*** jaosorior has joined #openstack-infra | 05:37 | |
*** kiennt26 has joined #openstack-infra | 05:39 | |
*** slaweq has joined #openstack-infra | 05:40 | |
*** germs has quit IRC | 05:45 | |
*** slaweq has quit IRC | 05:45 | |
*** aeng has quit IRC | 05:46 | |
*** germs has joined #openstack-infra | 05:48 | |
*** germs has quit IRC | 05:48 | |
*** germs has joined #openstack-infra | 05:48 | |
*** slaweq has joined #openstack-infra | 05:51 | |
*** germs has quit IRC | 05:53 | |
*** pgadiya has joined #openstack-infra | 05:54 | |
*** slaweq has quit IRC | 05:55 | |
*** harlowja has quit IRC | 06:00 | |
*** slaweq has joined #openstack-infra | 06:11 | |
*** slaweq has quit IRC | 06:16 | |
*** armaan has quit IRC | 06:18 | |
*** wolverineav has quit IRC | 06:18 | |
*** armaan has joined #openstack-infra | 06:18 | |
*** harlowja has joined #openstack-infra | 06:19 | |
*** germs has joined #openstack-infra | 06:24 | |
*** germs has quit IRC | 06:24 | |
*** germs has joined #openstack-infra | 06:24 | |
*** masber has quit IRC | 06:26 | |
*** salv-orlando has joined #openstack-infra | 06:30 | |
*** rkukura has quit IRC | 06:30 | |
*** germs has quit IRC | 06:32 | |
*** rkukura has joined #openstack-infra | 06:34 | |
*** dhajare has quit IRC | 06:35 | |
*** slaweq has joined #openstack-infra | 06:41 | |
*** jrist has quit IRC | 06:43 | |
*** slaweq has quit IRC | 06:46 | |
*** sshnaidm|afk has quit IRC | 06:47 | |
*** slaweq has joined #openstack-infra | 06:52 | |
*** slaweq has quit IRC | 06:57 | |
*** jrist has joined #openstack-infra | 07:01 | |
*** lpetrut has joined #openstack-infra | 07:04 | |
*** lpetrut_ has joined #openstack-infra | 07:06 | |
*** lpetrut has quit IRC | 07:06 | |
*** dhajare has joined #openstack-infra | 07:08 | |
*** pcichy has joined #openstack-infra | 07:08 | |
*** pcaruana has joined #openstack-infra | 07:27 | |
*** andreas_s has joined #openstack-infra | 07:32 | |
*** eumel8 has joined #openstack-infra | 07:32 | |
*** d0ugal_ has quit IRC | 07:37 | |
*** kjackal has joined #openstack-infra | 07:39 | |
*** olaph has quit IRC | 07:40 | |
*** olaph has joined #openstack-infra | 07:40 | |
*** namnh has quit IRC | 07:46 | |
*** wolverineav has joined #openstack-infra | 07:52 | |
*** slaweq has joined #openstack-infra | 07:53 | |
*** d0ugal_ has joined #openstack-infra | 07:54 | |
*** slaweq__ has joined #openstack-infra | 07:55 | |
*** sileht has left #openstack-infra | 07:56 | |
*** wolverineav has quit IRC | 07:58 | |
*** slaweq has quit IRC | 07:58 | |
*** slaweq__ has quit IRC | 07:59 | |
*** rcernin has quit IRC | 08:00 | |
*** slaweq has joined #openstack-infra | 08:00 | |
* frickler switched to tmux not long ago but is still on irssi ;) | 08:03 | |
*** slaweq__ has joined #openstack-infra | 08:04 | |
*** stakeda has quit IRC | 08:05 | |
openstackgerrit | Anshul Jain proposed openstack/diskimage-builder master: proliant-tools: add net-tools package to support hpsum utility https://review.openstack.org/548154 | 08:07 |
*** slaweq__ has quit IRC | 08:08 | |
*** harlowja has quit IRC | 08:08 | |
openstackgerrit | Merged openstack-infra/project-config master: Fix typo with OpenStack in zuul jobs https://review.openstack.org/550247 | 08:11 |
*** florianf has joined #openstack-infra | 08:12 | |
*** stakeda has joined #openstack-infra | 08:13 | |
*** slaweq__ has joined #openstack-infra | 08:14 | |
*** ralonsoh has joined #openstack-infra | 08:17 | |
*** slaweq__ has quit IRC | 08:18 | |
*** ramishra has quit IRC | 08:19 | |
*** s-shiono has quit IRC | 08:20 | |
*** ramishra has joined #openstack-infra | 08:21 | |
*** salv-orlando has quit IRC | 08:21 | |
*** slaweq__ has joined #openstack-infra | 08:24 | |
*** armaan has quit IRC | 08:27 | |
*** armaan has joined #openstack-infra | 08:27 | |
openstackgerrit | Anshul Jain proposed openstack/diskimage-builder master: proliant-tools: add net-tools package to support hpsum utility https://review.openstack.org/548154 | 08:28 |
*** electrofelix has joined #openstack-infra | 08:28 | |
*** slaweq__ has quit IRC | 08:28 | |
openstackgerrit | Anshul Jain proposed openstack/diskimage-builder master: proliant-tools: add net-tools package to support hpsum utility https://review.openstack.org/548154 | 08:29 |
*** wolverineav has joined #openstack-infra | 08:30 | |
*** ykarel has joined #openstack-infra | 08:33 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Retire cue - Part 1 https://review.openstack.org/551202 | 08:33 |
*** slaweq__ has joined #openstack-infra | 08:34 | |
*** wolverineav has quit IRC | 08:35 | |
*** danpawlik has joined #openstack-infra | 08:37 | |
AJaeger | config-core, could you review this, please? ^ | 08:38 |
*** tesseract has joined #openstack-infra | 08:38 | |
*** salv-orlando has joined #openstack-infra | 08:39 | |
*** slaweq__ has quit IRC | 08:39 | |
*** slaweq__ has joined #openstack-infra | 08:44 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Retire cue - Part 2 https://review.openstack.org/551215 | 08:45 |
*** threestrands_ has quit IRC | 08:48 | |
*** slaweq__ has quit IRC | 08:49 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Retire cue - remove jobs https://review.openstack.org/551217 | 08:49 |
*** yamamoto_ has quit IRC | 08:51 | |
*** yamamoto has joined #openstack-infra | 08:53 | |
*** gfidente has joined #openstack-infra | 08:56 | |
*** gfidente has joined #openstack-infra | 08:56 | |
*** amoralej|off is now known as amoralej | 09:00 | |
*** rosmaita has joined #openstack-infra | 09:01 | |
*** jpich has joined #openstack-infra | 09:03 | |
*** slaweq__ has joined #openstack-infra | 09:04 | |
*** abelur_ has joined #openstack-infra | 09:05 | |
*** abelur_ has quit IRC | 09:05 | |
*** lyarwood is now known as lyaaaaaaaaaaarwo | 09:09 | |
*** slaweq__ has quit IRC | 09:09 | |
*** lyaaaaaaaaaaarwo is now known as lyaaaaaaaarwood | 09:09 | |
*** gibi is now known as giblet | 09:09 | |
*** slaweq__ has joined #openstack-infra | 09:15 | |
openstackgerrit | Merged openstack-infra/irc-meetings master: Update start_date for new Security SIG meeting https://review.openstack.org/551036 | 09:15 |
*** d0ugal_ has quit IRC | 09:16 | |
*** d0ugal has joined #openstack-infra | 09:17 | |
*** d0ugal has quit IRC | 09:17 | |
*** d0ugal has joined #openstack-infra | 09:17 | |
*** zhurong has quit IRC | 09:18 | |
*** lucas-afk is now known as lucasagomes | 09:18 | |
*** slaweq__ has quit IRC | 09:20 | |
*** ykarel has quit IRC | 09:21 | |
*** mgoddard_ has joined #openstack-infra | 09:22 | |
*** stephenfin is now known as finucannot | 09:24 | |
*** bauzas is now known as bauwser | 09:25 | |
*** masber has joined #openstack-infra | 09:25 | |
*** slaweq__ has joined #openstack-infra | 09:25 | |
*** stakeda has quit IRC | 09:29 | |
*** slaweq__ has quit IRC | 09:30 | |
*** d0ugal has quit IRC | 09:32 | |
*** d0ugal has joined #openstack-infra | 09:34 | |
*** wolverineav has joined #openstack-infra | 09:35 | |
*** slaweq__ has joined #openstack-infra | 09:35 | |
*** wolverineav has quit IRC | 09:40 | |
*** slaweq__ has quit IRC | 09:40 | |
*** d0ugal has quit IRC | 09:42 | |
*** slaweq__ has joined #openstack-infra | 09:45 | |
*** dtantsur|afk is now known as dtantsur | 09:47 | |
*** dbecker has joined #openstack-infra | 09:48 | |
*** hashar has joined #openstack-infra | 09:49 | |
*** derekh has joined #openstack-infra | 09:49 | |
*** slaweq__ has quit IRC | 09:50 | |
*** slaweq__ has joined #openstack-infra | 09:56 | |
*** d0ugal has joined #openstack-infra | 09:56 | |
*** pblaho has joined #openstack-infra | 09:56 | |
*** wolverineav has joined #openstack-infra | 09:57 | |
*** numans has quit IRC | 10:00 | |
*** slaweq__ has quit IRC | 10:00 | |
*** wolverineav has quit IRC | 10:01 | |
*** numans has joined #openstack-infra | 10:02 | |
*** e0ne has joined #openstack-infra | 10:03 | |
*** gfidente has quit IRC | 10:03 | |
*** mgoddard_ has quit IRC | 10:06 | |
*** slaweq__ has joined #openstack-infra | 10:06 | |
*** armaan has quit IRC | 10:06 | |
*** armaan has joined #openstack-infra | 10:06 | |
*** gfidente has joined #openstack-infra | 10:07 | |
*** gfidente has joined #openstack-infra | 10:07 | |
*** slaweq__ has quit IRC | 10:10 | |
*** armaan has quit IRC | 10:11 | |
*** kiennt26 has quit IRC | 10:14 | |
*** mgoddard_ has joined #openstack-infra | 10:16 | |
*** slaweq__ has joined #openstack-infra | 10:16 | |
*** slaweq__ has quit IRC | 10:20 | |
*** windmoon has joined #openstack-infra | 10:23 | |
*** wolverineav has joined #openstack-infra | 10:25 | |
*** pbourke has quit IRC | 10:26 | |
*** slaweq__ has joined #openstack-infra | 10:26 | |
*** pbourke has joined #openstack-infra | 10:26 | |
*** windmoon has quit IRC | 10:29 | |
*** udesale_ has joined #openstack-infra | 10:29 | |
*** annp has quit IRC | 10:30 | |
*** wolverineav has quit IRC | 10:30 | |
*** tosky has joined #openstack-infra | 10:30 | |
*** slaweq__ has quit IRC | 10:31 | |
*** udesale has quit IRC | 10:32 | |
*** udesale has joined #openstack-infra | 10:33 | |
*** udesale_ has quit IRC | 10:33 | |
*** slaweq__ has joined #openstack-infra | 10:36 | |
*** udesale has quit IRC | 10:40 | |
*** slaweq__ has quit IRC | 10:41 | |
*** claudiub has joined #openstack-infra | 10:47 | |
*** wolverineav has joined #openstack-infra | 10:49 | |
*** pblaho has quit IRC | 10:51 | |
*** psachin has quit IRC | 10:52 | |
*** wolverineav has quit IRC | 10:54 | |
*** psachin has joined #openstack-infra | 10:58 | |
*** shu-mutou is now known as shu-mutou-AWAY | 11:01 | |
*** wolverineav has joined #openstack-infra | 11:02 | |
*** ispp has quit IRC | 11:05 | |
*** wolverineav has quit IRC | 11:06 | |
*** flepied has joined #openstack-infra | 11:12 | |
*** jaosorior has quit IRC | 11:16 | |
*** jaosorior has joined #openstack-infra | 11:16 | |
*** slaweq__ has joined #openstack-infra | 11:17 | |
*** yamamoto has quit IRC | 11:17 | |
*** jaosorior has quit IRC | 11:21 | |
*** jaosorior_ has joined #openstack-infra | 11:21 | |
*** slaweq__ has quit IRC | 11:22 | |
*** jaosorior_ has quit IRC | 11:23 | |
*** jaosorior__ has joined #openstack-infra | 11:23 | |
*** jaosorior__ has quit IRC | 11:24 | |
*** jaosorior has joined #openstack-infra | 11:25 | |
*** jaosorior has quit IRC | 11:25 | |
*** jaosorior has joined #openstack-infra | 11:25 | |
*** slaweq__ has joined #openstack-infra | 11:27 | |
*** katkapilatova has joined #openstack-infra | 11:28 | |
*** adarazs is now known as adarazs_afk | 11:29 | |
*** psachin has quit IRC | 11:29 | |
*** slaweq__ has quit IRC | 11:32 | |
*** pblaho has joined #openstack-infra | 11:32 | |
*** psachin has joined #openstack-infra | 11:33 | |
*** ldnunes has joined #openstack-infra | 11:34 | |
*** slaweq__ has joined #openstack-infra | 11:37 | |
*** slaweq__ has quit IRC | 11:42 | |
*** derekh has quit IRC | 11:45 | |
*** jamesmcarthur has joined #openstack-infra | 11:47 | |
*** slaweq__ has joined #openstack-infra | 11:48 | |
*** derekh has joined #openstack-infra | 11:48 | |
*** jamesmcarthur has quit IRC | 11:51 | |
*** slaweq__ has quit IRC | 11:52 | |
*** olaph1 has joined #openstack-infra | 11:52 | |
*** panda|off is now known as panda | 11:54 | |
*** olaph has quit IRC | 11:55 | |
*** slaweq__ has joined #openstack-infra | 11:58 | |
jokke_ | Anyone around who could create new gerrit group for us? | 12:02 |
*** slaweq__ has quit IRC | 12:02 | |
*** jlabarre has quit IRC | 12:05 | |
frickler | jokke_: do you have a patch as reference? | 12:06 |
jokke_ | frickler: patch to where? | 12:07 |
frickler | jokke_: creating the acl that needs the group. or what kind of gerrit group do you need? | 12:08 |
*** slaweq__ has joined #openstack-infra | 12:08 | |
jokke_ | ohh ... ok ... I was gonna file that acl change once I get the group ... I can do it other way around as well. | 12:08 |
frickler | jokke_: yes, the group will be created automatically based on your patch. you can ping us here once that patch is merged to get the initial member of the group set | 12:09 |
jokke_ | So we have had this rule in Glance that only PTL should merge specs so we can ensure that all cores etc. have actually read them | 12:09 |
jokke_ | oh great, thanks | 12:09 |
jokke_ | and we clearly failed to communicate that to our new cores | 12:10 |
jokke_ | so better to have in enforced to avoid any confusions | 12:10 |
frickler | jokke_: sounds reasonable, yes | 12:10 |
*** slaweq__ has quit IRC | 12:13 | |
*** adarazs_afk is now known as adarazs | 12:13 | |
openstackgerrit | Erno Kuvaja proposed openstack-infra/project-config master: Allow only PTL to merge glance-specs https://review.openstack.org/551268 | 12:14 |
jokke_ | frickler: just thought that it would make more sense to have a group there so we can easily manage it ourselves rather than having just one username we need to push review every time ptl changes | 12:15 |
jokke_ | so similar self managed group as the -core groups are where members can add and removed | 12:16 |
jokke_ | -d | 12:16 |
jokke_ | just by default only one member in the group | 12:16 |
*** yamamoto has joined #openstack-infra | 12:18 | |
*** slaweq__ has joined #openstack-infra | 12:18 | |
*** dave-mccowan has joined #openstack-infra | 12:20 | |
Roamer` | frickler, thanks for the non-127.0.0.1 approval, one less local patch to our CI :) | 12:22 |
Roamer` | right, that would've been better said in -qa, but anyway | 12:23 |
*** slaweq__ has quit IRC | 12:23 | |
*** yamamoto has quit IRC | 12:25 | |
*** slaweq__ has joined #openstack-infra | 12:28 | |
frickler | Roamer`: you're welcome, feel free to ping me if there are other patches needing attention | 12:28 |
*** salv-orlando has quit IRC | 12:30 | |
frickler | jokke_: commented on the review | 12:31 |
*** slaweq__ has quit IRC | 12:33 | |
*** udesale has joined #openstack-infra | 12:36 | |
*** slaweq__ has joined #openstack-infra | 12:38 | |
*** wolverineav has joined #openstack-infra | 12:39 | |
*** wolverineav has quit IRC | 12:43 | |
*** slaweq__ has quit IRC | 12:43 | |
*** olaph1 is now known as olaph | 12:45 | |
*** slaweq__ has joined #openstack-infra | 12:49 | |
*** lucasagomes is now known as lucas-hungry | 12:49 | |
jokke_ | frickler: we can use that, though if one looks the repo config it's not as obvious, we could also just remove that glance-specs-core group as it's currently indeed unused ... which ever you guys prefer? | 12:50 |
*** slaweq__ has quit IRC | 12:54 | |
*** salv-orlando has joined #openstack-infra | 12:55 | |
*** slaweq__ has joined #openstack-infra | 12:59 | |
fungi | jokke_: if you want to see a more flexible example: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack-infra/infra-specs.config | 13:01 |
fungi | basically we allow all infra-core and infra-council members to cast rollcall votes, but only infra-core can veto and only infra-ptl can approve | 13:02 |
*** yamamoto has joined #openstack-infra | 13:02 | |
AJaeger | jokke_: having a specs-core group is more flexible if you want to extend the group. But ultimately your call... | 13:03 |
fungi | the governance repo also has a similar (but not identical) voting model: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/governance.config | 13:03 |
*** slaweq__ has quit IRC | 13:04 | |
*** olaph has quit IRC | 13:04 | |
*** olaph has joined #openstack-infra | 13:05 | |
*** germs has joined #openstack-infra | 13:06 | |
*** germs has quit IRC | 13:06 | |
*** germs has joined #openstack-infra | 13:06 | |
*** yamamoto has quit IRC | 13:07 | |
*** wolverineav has joined #openstack-infra | 13:07 | |
*** germs has quit IRC | 13:07 | |
AJaeger | fungi, could you review https://review.openstack.org/551202 - retiring of cue, part 1, please? | 13:08 |
*** slaweq__ has joined #openstack-infra | 13:09 | |
*** lathiat has quit IRC | 13:10 | |
*** wolverineav has quit IRC | 13:12 | |
*** slaweq__ has quit IRC | 13:14 | |
AJaeger | thanks! | 13:16 |
*** armaan has joined #openstack-infra | 13:17 | |
openstackgerrit | Merged openstack-infra/project-config master: Retire cue - Part 1 https://review.openstack.org/551202 | 13:18 |
*** lathiat has joined #openstack-infra | 13:19 | |
*** armaan has quit IRC | 13:19 | |
jokke_ | AJaeger: fungi: so we really don't need roll calls there, we're fine with cores being able to +-2 ... just the +W being restricted so we can make sure the group as whole does not miss stuff. We're small enough group to handle that | 13:19 |
AJaeger | ;) | 13:20 |
*** armaan has joined #openstack-infra | 13:20 | |
jokke_ | thanks for the pointers 'though | 13:20 |
AJaeger | jokke_: ok, gave a +2 now | 13:21 |
evrardjp | is there something with centos nodes right now? Or everything is fine? | 13:21 |
*** gcb has quit IRC | 13:23 | |
*** armaan has quit IRC | 13:24 | |
*** lucas-hungry is now known as lucasagomes | 13:30 | |
*** pcichy has quit IRC | 13:31 | |
*** rlandy has joined #openstack-infra | 13:31 | |
*** Goneri has joined #openstack-infra | 13:32 | |
*** pblaho has quit IRC | 13:34 | |
*** pgadiya has quit IRC | 13:35 | |
*** amoralej is now known as amoralej|lunch | 13:37 | |
dmsimard | AJaeger: hey do you happen to know if the process to rename jobs with zuul v3 is documented ? i.e, https://review.openstack.org/#/q/topic:base-rename | 13:37 |
chandankumar | lbragstad: | 13:39 |
chandankumar | sorry | 13:40 |
*** trown|outtypewww is now known as trown|rover | 13:45 | |
*** yamamoto has joined #openstack-infra | 13:48 | |
*** kiennt26 has joined #openstack-infra | 13:49 | |
*** jamesmcarthur has joined #openstack-infra | 13:49 | |
*** pcichy has joined #openstack-infra | 13:49 | |
AJaeger | http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/jobs.yaml#n7 is the documentation | 13:50 |
AJaeger | dmsimard: ^ | 13:50 |
*** dprince has joined #openstack-infra | 13:51 | |
*** yamamoto has quit IRC | 13:53 | |
*** jrist has quit IRC | 13:55 | |
*** pblaho has joined #openstack-infra | 13:57 | |
*** edmondsw has joined #openstack-infra | 13:59 | |
tosky | dmsimard: this? https://docs.openstack.org/infra/manual/drivers.html#v3-naming | 13:59 |
*** mriedem has joined #openstack-infra | 14:00 | |
*** andreas_s has quit IRC | 14:00 | |
lbragstad | clarkb: re our conversation about the keystone retrospecive - the board is now public https://trello.com/b/Vo6dRALh/keystone-queens-retrospective | 14:03 |
*** jrist has joined #openstack-infra | 14:07 | |
*** jaosorior has quit IRC | 14:09 | |
*** slaweq__ has joined #openstack-infra | 14:10 | |
*** amoralej|lunch is now known as amoralej | 14:12 | |
fungi | evrardjp: i'm not sure how to answer your question. have you observed something anomalous related to jobs running on centos-7 nodes? | 14:13 |
*** slaweq__ has quit IRC | 14:15 | |
EmilienM | pabelanger: please /join #tripleo | 14:19 |
EmilienM | or we can take it here | 14:19 |
EmilienM | we have some mirror issues: https://bugs.launchpad.net/tripleo/+bug/1754669 | 14:20 |
openstack | Launchpad bug 1754669 in tripleo "different rpm packages install are failing" [Critical,Triaged] | 14:20 |
EmilienM | amoralej: ^ can give details | 14:20 |
EmilienM | tripleo gate is current red on master | 14:20 |
*** slaweq__ has joined #openstack-infra | 14:20 | |
amoralej | EmilienM, i've added explanation in the LP | 14:21 |
EmilienM | ok thx | 14:21 |
*** eharney has joined #openstack-infra | 14:22 | |
amoralej | all package updates after 5-March are missing in http://mirror.dfw.rax.openstack.org/centos/7/updates/x86_64/Packages | 14:22 |
evrardjp | fungi: I think it's close to what EmilienM amoralej have seen | 14:22 |
evrardjp | oh great amoralej | 14:22 |
*** slaweq__ has quit IRC | 14:25 | |
fungi | looking now to see if our mirroring has stopped | 14:25 |
*** dansmith is now known as superdan | 14:26 | |
fungi | looks like we pulled some files from rsync://mirrors.kernel.org/centos/7/ as recently as 2018-03-08T14:00:04,588884483+0000 | 14:28 |
fungi | included updated xen packages in that batch | 14:29 |
fungi | vos release claims to have completed successfully too | 14:29 |
*** pblaho has quit IRC | 14:30 | |
*** Swimingly has quit IRC | 14:30 | |
fungi | http://mirror.dfw.rax.openstack.org/centos/timestamp.txt also confirms it's being served from the mirror cache in question | 14:30 |
*** slaweq__ has joined #openstack-infra | 14:31 | |
fungi | EmilienM: amoralej: evrardjp: maybe mirrors.kernel.org is behind? | 14:31 |
fungi | pabelanger: ^ | 14:31 |
fungi | i don't see anything awry on our end, at least | 14:32 |
amoralej | fungi, nop, it's mirror.centos.org | 14:32 |
fungi | amoralej: what is mirror.centos.org? | 14:32 |
*** pblaho has joined #openstack-infra | 14:32 | |
amoralej | it's centos repo | 14:32 |
fungi | i can't parse your comment | 14:32 |
*** yamamoto has joined #openstack-infra | 14:33 | |
fungi | you're saying it's actually mirror.centos.org which is broken/behind and that's why the content we're pulling from mirrors.kernel.org is also behind? | 14:33 |
amoralej | fungi http://mirror.dfw.rax.openstack.org/centos/7/updates/ should be in sync with http://mirror.centos.org/centos-7/7/updates | 14:33 |
fungi | amoralej: only if the mirrors.kernel.org mirror is also in sync | 14:33 |
fungi | we pull from mirrors.kernel.org not mirror.centos.org | 14:34 |
fungi | because mirror.centos.org doesn't have public rsync access | 14:34 |
amoralej | fungi, ok | 14:34 |
amoralej | then http://mirrors.kernel.org/centos/7/updates/x86_64/Packages/ | 14:34 |
*** wolverineav has joined #openstack-infra | 14:34 | |
amoralej | i see updated there from 8-mar | 14:34 |
fungi | yes, and we pulled an update as recently as 8-mar | 14:35 |
amoralej | not existing in http://mirror.dfw.rax.openstack.org/centos/7/updates/x86_64/Packages/ | 14:35 |
*** VW has joined #openstack-infra | 14:35 | |
amoralej | fungi, in http://mirror.dfw.rax.openstack.org/centos/7/updates/x86_64/Packages/?C=M;O=D | 14:35 |
amoralej | last update i see is from 5-mar | 14:35 |
*** slaweq__ has quit IRC | 14:36 | |
*** kjackal has quit IRC | 14:36 | |
amoralej | fungi, you can check for systemd-219-42.el7_4.10.x86_64.rpm for example | 14:36 |
fungi | thanks, i agree they do appear to be different | 14:36 |
dmsimard | AJaeger: yeah that's kind of what I was looking for, thanks | 14:36 |
fungi | the last update we pulled included virt/x86_64/xen-48/xen-4.8.2-12.el7.x86_64.rpm | 14:36 |
*** salv-orlando has quit IRC | 14:37 | |
*** pblaho has quit IRC | 14:37 | |
*** yamamoto has quit IRC | 14:37 | |
*** pblaho has joined #openstack-infra | 14:37 | |
*** kjackal has joined #openstack-infra | 14:38 | |
fungi | which does seem to have updated yesterday: http://mirror.dfw.rax.openstack.org/centos/7/virt/x86_64/xen-48/ | 14:39 |
*** wolverineav has quit IRC | 14:39 | |
fungi | so for some reason the updates/x86_64/Packages/ tree specifically didn't see updates | 14:39 |
*** slaweq__ has joined #openstack-infra | 14:41 | |
fungi | the last update rsync found on mirrors.kernel.org was on 2018-03-06T04:00:09,222681984+0000 which was probably files dated 2018-03-05 | 14:42 |
*** dtantsur is now known as dtantsur|brb | 14:42 | |
clarkb | if rsync is preserving timestamps perhaps kernel mirror only just updated and we need to wait for our next update? | 14:42 |
AJaeger | config-core, we recently created a new project - let's finish setup, please: https://review.openstack.org/#/c/538304/ | 14:42 |
clarkb | if you grab the lock you can do an update in the foreground if not wanting to wait | 14:43 |
fungi | clarkb: possible. it's been failing to sync for roughly a day because of the usual "@ERROR: max connections (100) reached -- try again later" | 14:43 |
clarkb | ah | 14:43 |
*** jlabarre has joined #openstack-infra | 14:43 | |
fungi | someone likely released something large and their rsync mirror has been slammed for a day so we're not able to get through | 14:43 |
fungi | someone with a vested interest in us being able to mirror centos packages more reliably could work with the mirror.centos.org maintainers to get rsync support added i suppose | 14:44 |
fungi | and then we'd gladly switch | 14:44 |
*** r-daneel has joined #openstack-infra | 14:44 | |
*** jamesmcarthur has quit IRC | 14:44 | |
fungi | like i say, the last successful rsync we had to mirrors.kernel.org was 2018-03-08T14:00:04,588884483+0000 so ~24 hours ago now | 14:45 |
*** hemna_ has joined #openstack-infra | 14:45 | |
*** slaweq__ has quit IRC | 14:45 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 14:45 |
*** bobh has joined #openstack-infra | 14:46 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 14:49 |
clarkb | we either wait for kernel mirror to let us connect or find new upstream I guess | 14:50 |
*** camunoz has joined #openstack-infra | 14:50 | |
*** slaweq__ has joined #openstack-infra | 14:51 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 14:54 |
*** slaweq__ has quit IRC | 14:55 | |
*** caphrim007_ has quit IRC | 14:57 | |
*** yamamoto has joined #openstack-infra | 14:58 | |
*** yamamoto has quit IRC | 14:58 | |
*** david-lyle has joined #openstack-infra | 15:01 | |
*** slaweq__ has joined #openstack-infra | 15:01 | |
EmilienM | amoralej: do we know mirror maintainers? | 15:02 |
*** wolverineav has joined #openstack-infra | 15:02 | |
amoralej | yes, we do | 15:02 |
EmilienM | clarkb: maybe while we're finding the maintainers and try to get rsync support, we could change upstream mirror | 15:02 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 15:02 |
amoralej | but mirror.kernel.org is ok | 15:02 |
*** VW_ has joined #openstack-infra | 15:02 | |
*** tosky has quit IRC | 15:03 | |
*** kiennt26 has quit IRC | 15:03 | |
*** jfrancoa has joined #openstack-infra | 15:03 | |
*** claudiub has quit IRC | 15:03 | |
clarkb | amoralej: the content is ok there but we can't connect to it to pull it | 15:04 |
clarkb | "@ERROR: max connections (100) reached -- try again later" is the error fungi pasted | 15:04 |
EmilienM | we need to switch to another mirror to mitigate the gate issue now | 15:04 |
EmilienM | meanwhile, amoralej can you please reach out the mirror maintainer | 15:04 |
*** VW has quit IRC | 15:05 | |
amoralej | clarkb, so, the problem is that there is too much content to synchronize from that mirror? | 15:05 |
*** jamesmcarthur has joined #openstack-infra | 15:05 | |
clarkb | amoralej: its that there are too many people all trying to pull the content at the same time. Possibly because it is a large update so it is taking a long time for each connection to complete | 15:05 |
*** slaweq__ has quit IRC | 15:06 | |
*** ykarel has joined #openstack-infra | 15:06 | |
*** tosky has joined #openstack-infra | 15:07 | |
fungi | where "the content" probably means any content from m.k.o not necessarily the centos content | 15:07 |
fungi | i expect they just have a global rsync limit of 100 concurrent clients | 15:07 |
*** wolverineav has quit IRC | 15:07 | |
fungi | eventually we'll try when there aren't 100 other rsync users also connected and manage to pull the last day of updates | 15:07 |
amoralej | so mirror.k.o is limiting the number of connections? | 15:08 |
*** germs has joined #openstack-infra | 15:08 | |
*** germs has quit IRC | 15:08 | |
*** germs has joined #openstack-infra | 15:08 | |
fungi | yes, they always have | 15:08 |
fungi | we see this from time to time | 15:08 |
clarkb | suse does it too with their mirrors. I think it is a fairly common practice | 15:08 |
amoralej | fungi, it seems mirror.centos.org has support for rsync for only for service published in centos official mirrorlist | 15:08 |
fungi | but if you can find us another relatively fresh centos mirror which has public rsync protocol access we can switch to that fairly trivially | 15:09 |
amoralej | so only for "public" mirrors | 15:09 |
*** hemna_ has quit IRC | 15:10 | |
*** jamesmcarthur has quit IRC | 15:10 | |
fungi | yeah, in the future we won't be able to predict the ip address from which we'd be connecting, so needing to get client addresses whitelisted would prevent us from being able to do this with a zuul job and ephemeral node | 15:11 |
*** slaweq__ has joined #openstack-infra | 15:11 | |
amoralej | fungi, there is a list of mirrors with rsync enabled in https://www.centos.org/download/mirrors/ | 15:13 |
*** germs has quit IRC | 15:13 | |
fungi | i'll take a look after the release team meeting concludes | 15:14 |
*** agopi has joined #openstack-infra | 15:15 | |
*** slaweq__ has quit IRC | 15:16 | |
*** ihrachys has joined #openstack-infra | 15:16 | |
clarkb | rsync://centos.mirror.lstn.net/centos/ might be a good one to try as we know some of them now | 15:18 |
clarkb | amoralej: ^ maybe you want to check that they are up to date? | 15:18 |
clarkb | http://centos.mirror.lstn.net/ is the http location | 15:18 |
openstackgerrit | Merged openstack-infra/project-config master: Zuul templates for new project python-tatuclient. https://review.openstack.org/538304 | 15:18 |
amoralej | clarkb, i see content ok | 15:20 |
*** slaweq__ has joined #openstack-infra | 15:21 | |
fungi | a fun fallback might be rsync://mirror.hackingand.coffee/centos/ | 15:22 |
fungi | ~5ms average from the current mirror-update server | 15:22 |
fungi | some dozen hops away, but just going across town in dallas | 15:23 |
clarkb | ya limestone is in texas too | 15:23 |
fungi | is limestone the same as continuous.pw? | 15:24 |
EmilienM | we could even switch IPoAC for this mirror if in same town | 15:24 |
clarkb | fungi: they are your new ifnra donor | 15:24 |
clarkb | so in theory logan- can help us out if there are problems | 15:24 |
logan- | o/ | 15:24 |
fungi | cool, i didn't know what to call them and the fqdn for the api is osa.continuous.pw | 15:24 |
clarkb | ah | 15:24 |
fungi | self-signed cert too, need to remember what we did in our nodepool configs to clear using a self-signed ssl cert for the infra-cloud deployment | 15:25 |
clarkb | fungi: the two options are to either just not verify certs or download the cert itself and specify that as the trust for that connection | 15:26 |
clarkb | fungi: we did the second for infracloud | 15:26 |
clarkb | so old infracloud configs should be an example | 15:26 |
*** slaweq__ has quit IRC | 15:26 | |
openstackgerrit | Merged openstack-infra/nodepool master: Revert "Add /label-list to the webapp" https://review.openstack.org/548424 | 15:26 |
fungi | thanks | 15:26 |
openstackgerrit | Merged openstack-infra/nodepool master: Consolidate status results https://review.openstack.org/548134 | 15:27 |
openstackgerrit | Merged openstack-infra/nodepool master: Consolidate node_list, add generic filter https://review.openstack.org/548135 | 15:27 |
openstackgerrit | Merged openstack-infra/nodepool master: webapp: use content detection for return https://review.openstack.org/548440 | 15:30 |
*** slaweq__ has joined #openstack-infra | 15:32 | |
*** ralonsoh_ has joined #openstack-infra | 15:32 | |
openstackgerrit | Merged openstack-infra/nodepool master: Add label-list webapp endpoint https://review.openstack.org/548442 | 15:32 |
*** ralonsoh has quit IRC | 15:35 | |
*** wolverineav has joined #openstack-infra | 15:35 | |
amoralej | fungi, can i do something to help? | 15:35 |
amoralej | to get it in sync? | 15:35 |
*** olaph1 has joined #openstack-infra | 15:36 | |
clarkb | amoralej: I'm working on a patch. I thought I could mirror fedora from there too but maybe the atomic stuff isn't hosted? | 15:36 |
amoralej | i'm nos sure | 15:36 |
amoralej | let me check | 15:36 |
clarkb | does anyone know what is using fedora atomic? | 15:36 |
*** slaweq__ has quit IRC | 15:36 | |
*** esberglu has joined #openstack-infra | 15:37 | |
*** salv-orlando has joined #openstack-infra | 15:37 | |
amoralej | clarkb, maybe magnum | 15:37 |
amoralej | they use fedora for gate jobs, iirc | 15:37 |
amoralej | fedora atomic | 15:38 |
*** olaph has quit IRC | 15:38 | |
clarkb | we won't release the main fedora repo unless atomic also updates so doesn't make sense to split the mirror sources for that | 15:38 |
clarkb | so maybe I just push an update for centos for now | 15:39 |
fungi | i'm doing a test rsync of centos against the proposed replacement mirror for now to 1. test that it's working and 2. get the current mirror updated for now | 15:39 |
*** slaweq has quit IRC | 15:40 | |
*** wolverineav has quit IRC | 15:40 | |
clarkb | fungi: ++ | 15:40 |
fungi | it's updating now | 15:40 |
*** slaweq has joined #openstack-infra | 15:40 | |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config master: Sync centos from limestone networks mirror https://review.openstack.org/551318 | 15:41 |
clarkb | there is the centos only update for now | 15:41 |
*** udesale has quit IRC | 15:41 | |
*** slaweq__ has joined #openstack-infra | 15:42 | |
fungi | as soon as the current sync (it's running in a rood screen session on m-u.o.o) finishes i'll approve that | 15:42 |
fungi | s/rood/root/ | 15:42 |
*** salv-orlando has quit IRC | 15:43 | |
clarkb | fungi: fwiw I changed centos.mirror.lnst.net to mirror.lnst.net, in dns they are the same host and that made sense when I was looking to switch fedora too | 15:44 |
clarkb | I don't expect that will cause a problem but happy to update the change if you want ot use the url you have tested | 15:45 |
logan- | yeah mirror.lstn.net is preferred | 15:45 |
*** slaweq has quit IRC | 15:45 | |
logan- | they are all the same thing but the others are just namevhosts | 15:45 |
*** lpetrut_ has quit IRC | 15:45 | |
fungi | thanks. i'm technically testing centos.mirror.lnst.net since that's what was in the centos mirrors list, but if they're the same machine then rsync won't care | 15:46 |
fungi | (pretty sure rsync doesn't even know what a "vhost" is anyway) | 15:46 |
clarkb | for fedora we might consider decoupling the atomic mirror from fedora main | 15:46 |
*** olaph has joined #openstack-infra | 15:46 | |
clarkb | since I expect few people are using fedora atomic | 15:46 |
*** slaweq__ has quit IRC | 15:47 | |
fungi | centos mirror sync has finished and vos release is running now | 15:47 |
clarkb | and we probably don't want fedora main updates lagging because atomic updates (which are large image files) faile | 15:47 |
*** olaph1 has quit IRC | 15:47 | |
fungi | yeah, makes sense | 15:48 |
*** kjackal has quit IRC | 15:51 | |
openstackgerrit | Merged openstack-infra/project-config master: Migrate release team deliverables to storyboard https://review.openstack.org/548928 | 15:51 |
*** slaweq has joined #openstack-infra | 15:52 | |
*** hemna_ has joined #openstack-infra | 15:53 | |
*** jlabarre has quit IRC | 15:54 | |
*** gouthamr has joined #openstack-infra | 15:55 | |
clarkb | lbragstad: thanks I see the board now | 15:56 |
*** slaweq has quit IRC | 15:56 | |
*** eernst has joined #openstack-infra | 15:57 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 15:57 |
*** dtantsur|brb is now known as dtantsur | 15:57 | |
*** yamamoto has joined #openstack-infra | 15:58 | |
clarkb | lbragstad: is https://trello.com/c/QldE5koC/40-is-there-another-type-of-asynch-communication-method-we-can-use-to-communicate-with-apac-contributors the card for the contributor communication troubles? | 15:59 |
fungi | amoralej: EmilienM: evrardjp: pabelanger: our centos mirror caches should be up to date as of a few minutes ago | 15:59 |
EmilienM | fungi: thanks a lot | 16:00 |
EmilienM | let's recheck | 16:00 |
amoralej | fungi, yeah, i see it ok now | 16:00 |
amoralej | thanks | 16:00 |
amoralej | fungi, did you configure it to use this new repo from now on or it was just a one-shot sync? | 16:00 |
fungi | and i'm reviewing 551318 to make the upstream mirror switch persistent | 16:00 |
*** andreas_s has joined #openstack-infra | 16:00 | |
fungi | amoralej: one-shot, but 551318 will switch us to that one for now | 16:01 |
fungi | once it merges | 16:01 |
clarkb | lbragstad: while I'm not sure infra can solve many of those issues they do appear to be larger problems that would affect more than just keystone. It might be a good idea to communicate these concerns more broadly | 16:01 |
lbragstad | ++ | 16:02 |
clarkb | the infra team at least does not rely on google tools or twitter (but are heavy consumers of irc). So you shouldn't need to use google tools or twitter to interact with openstack | 16:02 |
*** slaweq has joined #openstack-infra | 16:02 | |
dmsimard | fungi: signed :) | 16:02 |
clarkb | and ya mailing lists address a lot of the concerns with irc and probably reasonable to push as much communication there as possible | 16:02 |
*** pcaruana has quit IRC | 16:02 | |
*** ldnunes has quit IRC | 16:03 | |
*** ldnunes has joined #openstack-infra | 16:04 | |
dmsimard | fungi: at the very end of the docs here -- https://docs.openstack.org/infra/system-config/signing.html#attestation there's a mention of revocation key. That particular file doesn't exist but there's a revocation key per release, is that what is meant to be explained ? | 16:04 |
*** andreas_s has quit IRC | 16:05 | |
*** windmoon has joined #openstack-infra | 16:05 | |
fungi | dmsimard: it's a todo for me to update that filename so we don't clobber the previous revocation certs. it's actually rocky.revoke.asc | 16:05 |
fungi | so, yes | 16:06 |
dmsimard | fungi: I figured as much, thanks for confirming -- I can send a patch if you'd like. Is the intent to stash away all the different release revocation keys ? Or just that one (say, I'm a new root so I don't have the previous ones stashed away) | 16:06 |
*** olaph1 has joined #openstack-infra | 16:06 | |
*** ralonsoh__ has joined #openstack-infra | 16:07 | |
*** slaweq has quit IRC | 16:07 | |
fungi | i keep forgetting to update that part of the docs (but will do so today) to make sure we write out a distinct filename each time (so far i've been moving the previous one out of the way but it will be better to make it --output signing.gnupg/some.revoke.asc when doing --gen-revoke | 16:07 |
fungi | just need the extra wording to remind the reader to substitute the correct release name for "some" | 16:08 |
*** olaph has quit IRC | 16:08 | |
*** jamesdenton has quit IRC | 16:08 | |
*** yamamoto has quit IRC | 16:08 | |
*** haleyb_ is now known as haleyb | 16:09 | |
dmsimard | fungi: ok, and is it on purpose that the key is meant to expire in october 2018 ? | 16:09 |
dmsimard | do we rotate keys after a release, for example ? | 16:09 |
fungi | dmsimard: yep, that's the bulk of the article before that section | 16:10 |
*** ralonsoh_ has quit IRC | 16:10 | |
dmsimard | ahhh, this is new to me -- I knew we did something like that but wasn't familiar with how it worked. I'll do some reading then :D | 16:10 |
fungi | we have a per-cycle key and swap them out near the start of each cycle (usually shortly after the cycle-trailing deliverables release) | 16:10 |
fungi | the beginning of that article addresses some of it | 16:11 |
*** slaweq has joined #openstack-infra | 16:11 | |
fungi | though the document also needs some updates now that we're using zuul v3 | 16:12 |
*** windmoon has quit IRC | 16:12 | |
dmsimard | Makes sense. My question was mostly around dot releases of previous releases, I suppose we don't use an expired key ? But then it means we use a key from another "release" | 16:12 |
fungi | the key generation and attestation steps are all the same, but some of the details about key management are outdated | 16:12 |
*** slaweq__ has joined #openstack-infra | 16:12 | |
fungi | dmsimard: yeah, that's why it's a "cycle" key and not a "release" key | 16:13 |
dmsimard | ahhhhh, that's the part I missed. | 16:13 |
fungi | it's the key used for the majority of the duration of a specific development cycle | 16:13 |
*** felipemonteiro has joined #openstack-infra | 16:14 | |
fungi | because that was waaaay easier to implement than having a multiple different keys in use at the same time for different branches and also having to possibly extend expiration dates on them if we decided to extend maintenance of certain stable branches | 16:14 |
fungi | there's also a more simplified/summary writeup at https://releases.openstack.org/#cryptographic-signatures | 16:15 |
*** dhajare has quit IRC | 16:15 | |
*** slaweq has quit IRC | 16:16 | |
dmsimard | that's awesome :) | 16:16 |
*** efoley has joined #openstack-infra | 16:16 | |
fungi | and we link to the detached signatures of release artifacts on the releases site too | 16:16 |
fungi | right alongside the links for their checksums | 16:16 |
dmsimard | I haven't needed to do a whole lot of crypto/signing/etc in my day job so far so it'll be a great opportunity for me to learn about it | 16:16 |
dmsimard | maybe one day I can even have my own business card with my key on it :p | 16:17 |
fungi | for example https://releases.openstack.org/queens/index.html#aodh | 16:17 |
fungi | oh, in fact i guess we don't list checksums at all, just pgp signature links | 16:17 |
*** slaweq__ has quit IRC | 16:17 | |
dmsimard | res of release artifacts on the releases site too | 16:17 |
dmsimard | there's the git hash, maybe we could have checksums as well | 16:17 |
dmsimard | er, forget my first sentence, weird clipboard issue | 16:18 |
fungi | well, checksums are irrelevant if we have openpgp signatures | 16:18 |
*** danpawlik has quit IRC | 16:18 | |
fungi | since a signature is actually taking a strong checksum of the file, then encrypting that checksum such that it can be decrypted with the corresponding public key | 16:19 |
dmsimard | true | 16:19 |
*** shardy has quit IRC | 16:19 | |
fungi | and most of the distro package maintainers we've talked to would rather have signatures of tarballs than checksums anyway | 16:19 |
*** slaweq has joined #openstack-infra | 16:23 | |
*** jpich has quit IRC | 16:23 | |
*** windmoon has joined #openstack-infra | 16:23 | |
fungi | for example, with debian packaging automation you can include something like https://sources.debian.org/data/main/w/weather-util/2.3-2/debian/upstream/signing-key.asc | 16:24 |
fungi | and that way when someone wants to refresh the package, if the latest tarball has a detached signature alongside it generated by that key then you have some proof of provenance | 16:24 |
* dmsimard nods | 16:25 | |
dmsimard | Some folks involved in RHEL have told me a bit about the process involved in building and shipping a signed package, it's pretty involved | 16:26 |
*** slaweq has quit IRC | 16:27 | |
corvus | hi -- i'm semi-back today and am going to try to start catching up on things so i'll be really back next week | 16:30 |
corvus | i'm declaring irc bankruptcy though, so if you pinged me with something important in the last week or so, please do so again :) | 16:30 |
dmsimard | IRC bankruptcy... I like that. /me adds to vocabulary | 16:31 |
corvus | i hope it doesn't affect my credit rating | 16:31 |
*** jpich has joined #openstack-infra | 16:32 | |
dmsimard | corvus: only thing I got for you is that I sent a spec to "improve" eavesdrop which you might be interested in https://review.openstack.org/#/c/550550/ .. otherwise nothing :D | 16:33 |
*** slaweq has joined #openstack-infra | 16:33 | |
corvus | dmsimard: cool, sounds like a good goal :) | 16:34 |
*** wolverineav has joined #openstack-infra | 16:34 | |
*** windmoon has quit IRC | 16:35 | |
*** slaweq has quit IRC | 16:37 | |
clarkb | corvus: on the infra side of things ianw surgeried nova-specs so that should be working again as far as github replication goes | 16:38 |
*** salv-orlando has joined #openstack-infra | 16:38 | |
*** wolverineav has quit IRC | 16:39 | |
clarkb | andreaf: did you see my comments on https://review.openstack.org/#/c/545696/77 ? | 16:39 |
corvus | clarkb, ianw: neat! | 16:40 |
andreaf | clarkb: I think we are enforcing order of operations, that's why I build a task list which does controller first, then everyone else, then discover hosts at the end | 16:41 |
*** salv-orlando has quit IRC | 16:42 | |
*** salv-orlando has joined #openstack-infra | 16:42 | |
clarkb | andreaf: but the task list is executed once for every host in the inventory right? and we don't control that order? | 16:42 |
clarkb | andreaf: so even if you have the controller task first in the list if the first host in the inventory is a subnode then those tasks will happen first according to the wall clock | 16:42 |
clarkb | (I think) | 16:42 |
clarkb | or possibly they will happen concurrently and therewill be races? | 16:43 |
clarkb | corvus: oh we do still need to reboot the zuul01 server to try and make systemd happy again | 16:43 |
*** slaweq has joined #openstack-infra | 16:43 | |
clarkb | plan was to let mordred fix js things first so we weren't fighting over the host | 16:43 |
*** pblaho has quit IRC | 16:43 | |
clarkb | andreaf: https://review.openstack.org/#/c/545696/77/playbooks/devstack.yaml the hosts: all there means we don't control the order directly I don't think | 16:44 |
clarkb | andreaf: we can probably address that by doing hosts: controller first then hosts: !controller | 16:45 |
corvus | clarkb, andreaf: we may need multiple plays in that case -- a play with hosts:controller, then "---" to separate another play with hosts:all | 16:45 |
corvus | or that | 16:45 |
andreaf | clarkb: uhm... I see your point. In fact the way I see it happen in the logs is controller first and the rest later | 16:45 |
*** e0ne has quit IRC | 16:45 | |
andreaf | clarkb corvus the the reason I made a role and not a play is that I wanted that orchestration logic to be reusable | 16:45 |
andreaf | clarkb corvus else everyone else who wants to have a custom run will have to copy/paste the orchestration bit | 16:46 |
mordred | clarkb, corvus: I'm fully done with zuul01 - so anybody else who needs to do things there can go right ahead | 16:46 |
*** flepied has quit IRC | 16:47 | |
*** slaweq has quit IRC | 16:47 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/job.html page to display job details https://review.openstack.org/535545 | 16:48 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/projects.html web page https://review.openstack.org/537870 | 16:48 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Fix indentation and renable the eslint rule https://review.openstack.org/545671 | 16:48 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Shift html templates into components https://review.openstack.org/551327 | 16:48 |
*** ykarel has quit IRC | 16:49 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 16:52 |
clarkb | andreaf: it may be that the inventory ordering is respected by ansible but it should also run on like 5 hosts all at once which could also break it | 16:53 |
clarkb | andreaf: fwiw when we did this with devstack-gate the first time around I had it doing all the hosts at the same time to save time and I don't think it ever failed as a result of that but sdague was very skeptical of it | 16:53 |
andreaf | clarkb: I tried a four hosts test and it worked fine | 16:53 |
clarkb | andreaf: at the very least the discover hosts step might need to be separate from that | 16:53 |
*** psachin has quit IRC | 16:53 | |
*** slaweq has joined #openstack-infra | 16:53 | |
clarkb | but maybe we can run devstack concurrently and not worry about it until it fails | 16:53 |
andreaf | clarkb I tried all at once and it failed, but maybe it was because of the tls setup | 16:54 |
*** masber has quit IRC | 16:54 | |
*** dangers_away has left #openstack-infra | 16:54 | |
andreaf | clarkb services on the subnodes will wait for 60s to talk to a service on the controller | 16:54 |
clarkb | andreaf: isn't hosts: all going to do them all at once or is something making it sequential somewhere? | 16:55 |
openstackgerrit | Matthieu Huin proposed openstack-infra/zuul-jobs master: Publish build status to MQTT https://review.openstack.org/551329 | 16:55 |
clarkb | if it is sequential and works then my guess is the order in the inventory itself matters (and maybe we just document that and hope ansible doesn't change that behavior) | 16:55 |
dmsimard | fungi: I'm going to grab a bite and then I'll have around an hour to poke at the new nodepool provider before needing to commit to something else | 16:57 |
clarkb | dmsimard: I'm happy to help with that as well | 16:57 |
clarkb | maybe this is a good opportunity to make breakfast | 16:57 |
*** slaweq has quit IRC | 16:58 | |
*** Faster-Fanboi has quit IRC | 17:00 | |
*** harlowja has joined #openstack-infra | 17:00 | |
jlvillal | Review request openstack-infra/puppet-gerritbot: Have gerritbot install from git: https://review.openstack.org/#/c/546700/ Has one +2 already. Thanks! | 17:00 |
andreaf | clarkb look at this, this is a four nodes run, and it looks like ansible waits for each task to be finished on all nodes before moving on http://logs.openstack.org/57/547857/8/check/tempest-multinode-full/eab073f/ara/ | 17:00 |
*** lyaaaaaaaarwood is now known as lyarwood | 17:00 | |
dmsimard | andreaf: that's the default behavior -- each host must wait for the task to finish before moving on to the next task | 17:01 |
*** jamesmcarthur has joined #openstack-infra | 17:01 | |
andreaf | dmsimard: heh that's perfect :) clarkb so my code works fine | 17:01 |
dmsimard | andreaf: you can use different strategies -- for example "free" will just run everything ASAP on each server | 17:01 |
*** jamesmcarthur has quit IRC | 17:01 | |
*** jamesmcarthur has joined #openstack-infra | 17:01 | |
andreaf | dmsimard is the strategy defined in the play? | 17:02 |
dmsimard | andreaf: yes, it's at the play level http://docs.ansible.com/ansible/latest/playbooks_strategies.html | 17:02 |
*** rossella_s has quit IRC | 17:02 | |
dmsimard | andreaf: serial is also good to know about: http://docs.ansible.com/ansible/latest/playbooks_delegation.html#rolling-update-batch-size | 17:02 |
dmsimard | andreaf: you want to execute different things on different hosts at the same time ? | 17:03 |
*** slaweq has joined #openstack-infra | 17:03 | |
andreaf | dmsimard I want this https://review.openstack.org/#/c/545696/77/roles/orchestrate-devstack/tasks/main.yaml to run devstack on controller first and then devstack on the other nodes and then sync hosts | 17:04 |
andreaf | dmsimard which is what it's doing but I wasn't sure why - now I know why :) | 17:05 |
andreaf | dmsimard which is good | 17:05 |
andreaf | dmsimard perhaps I need to add documentation on the role that it would not work if used in a free form play | 17:05 |
clarkb | andreaf: aha ok iy will work then | 17:06 |
clarkb | andreaf: ++ to dovumenting that | 17:06 |
andreaf | clarkb is that ok if I do the doc in a patch on top? | 17:06 |
*** hemna_ has quit IRC | 17:07 | |
clarkb | andreaf: ya | 17:08 |
*** hemna_ has joined #openstack-infra | 17:08 | |
*** slaweq has quit IRC | 17:09 | |
*** germs has joined #openstack-infra | 17:09 | |
*** germs has quit IRC | 17:09 | |
*** germs has joined #openstack-infra | 17:09 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 17:12 |
*** jfrancoa has quit IRC | 17:13 | |
*** germs has quit IRC | 17:14 | |
*** mgoddard_ has quit IRC | 17:14 | |
*** slaweq has joined #openstack-infra | 17:14 | |
andreaf | clarkb https://review.openstack.org/551330 | 17:14 |
*** hemna_ has quit IRC | 17:14 | |
*** slaweq has quit IRC | 17:19 | |
dmsimard | Is Kendall Waters on IRC ? She just sent an email for a PTG survey and I'm not convinced she used the correct recipient list. | 17:19 |
clarkb | dmsimard: I dont think so. | 17:19 |
dmsimard | Ok, it's odd -- I don't know what she used to send that but I wasn't registered for the PTG (to my knowledge) and on top of that it's on my personal email account which I don't typically use for OpenStack things (outside of perhaps eventbrite) | 17:20 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 17:21 |
clarkb | my guess is it is to your foundation profile email | 17:21 |
*** hemna_ has joined #openstack-infra | 17:22 | |
clarkb | and I think they are looking for feedback from people that didnt go to the ptg too? | 17:22 |
clarkb | I can ask | 17:22 |
*** electrofelix has quit IRC | 17:22 | |
dmsimard | clarkb: "Thank you for attending the OpenStack Project Teams Gathering in Dublin last week and braving the crazy weather!" | 17:22 |
dmsimard | ¯\_(ツ)_/¯ | 17:22 |
*** slaweq has joined #openstack-infra | 17:24 | |
*** jpich has quit IRC | 17:24 | |
*** jtomasek has quit IRC | 17:24 | |
*** windmoon has joined #openstack-infra | 17:26 | |
*** slagle has quit IRC | 17:26 | |
*** dhajare has joined #openstack-infra | 17:26 | |
*** dhajare has quit IRC | 17:26 | |
*** lpetrut has joined #openstack-infra | 17:27 | |
fungi | dmsimard: interesting... | 17:27 |
*** slagle has joined #openstack-infra | 17:27 | |
*** jlabarre has joined #openstack-infra | 17:27 | |
*** olaph has joined #openstack-infra | 17:28 | |
*** slaweq has quit IRC | 17:28 | |
*** windmoon_ has joined #openstack-infra | 17:29 | |
*** olaph1 has quit IRC | 17:29 | |
*** windmoon_ has quit IRC | 17:30 | |
*** dtantsur is now known as dtantsur|afk | 17:30 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/jobs/{job_name} route https://review.openstack.org/550978 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/projects routes https://review.openstack.org/550979 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/pipelines route https://review.openstack.org/541521 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/job.html page to display job details https://review.openstack.org/535545 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: web: add /{tenant}/projects.html web page https://review.openstack.org/537870 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Fix indentation and renable the eslint rule https://review.openstack.org/545671 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Shift html templates into components https://review.openstack.org/551327 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Use bootstrap 3.1.1 instead of 3.3.7 https://review.openstack.org/551338 | 17:30 |
fungi | dmsimard: did you maybe use that address to register for the denver ptg? i'm wondering whether she got lists mixed up | 17:32 |
dmsimard | fungi: it might be from the Denver Eventbrite | 17:33 |
*** windmoon has quit IRC | 17:33 | |
fungi | i'll let her know | 17:33 |
dmsimard | Yeah, I still have the email from my Eventbrite registration | 17:34 |
*** slaweq has joined #openstack-infra | 17:34 | |
*** rosmaita has quit IRC | 17:35 | |
fungi | dmsimard: just confirmed, she used the wrong list after all | 17:37 |
fungi | thanks for the heads up | 17:37 |
*** slaweq has quit IRC | 17:39 | |
dmsimard | \o/ | 17:39 |
fungi | dmsimard: as for the limestone environment next steps, we have an ansible playbook/tool i think to prep our accounts so we make sure things like security groups are adjusted and stuff. i'll see if i can dig that up (likely in system-config?) | 17:40 |
*** trown|rover is now known as trown|lunch | 17:41 | |
fungi | ahh, yeah pretty sure that's http://git.openstack.org/cgit/openstack-infra/system-config/tree/run_cloud_launcher.sh | 17:41 |
fungi | clarkb: ^ correct? | 17:41 |
clarkb | ya there should be some yaml you edit first | 17:42 |
fungi | http://git.openstack.org/cgit/openstack-infra/system-config/tree/playbooks/clouds_layouts.yml presumably | 17:43 |
clarkb | looks right | 17:43 |
*** gyee has joined #openstack-infra | 17:43 | |
fungi | i also updated the entry in our encrypted creds master list to call the environment "limestone" instead of "continuous" | 17:44 |
*** slaweq has joined #openstack-infra | 17:44 | |
*** florianf has quit IRC | 17:45 | |
clarkb | you may need to poke around tge cloud first to see which bits of that cloud config apply | 17:45 |
clarkb | not all clouds have security groups for example | 17:45 |
*** ldnunes has quit IRC | 17:46 | |
*** bobh has quit IRC | 17:46 | |
*** ldnunes has joined #openstack-infra | 17:46 | |
*** stevebaker has quit IRC | 17:46 | |
*** slaweq has quit IRC | 17:49 | |
*** camunoz has quit IRC | 17:49 | |
*** hemna__ has joined #openstack-infra | 17:50 | |
*** derekh has quit IRC | 17:50 | |
*** stevebaker has joined #openstack-infra | 17:50 | |
*** hemna_ has quit IRC | 17:53 | |
*** harlowja has quit IRC | 17:54 | |
dmsimard | ok, I'm back. I don't have a whole lot of time today but it's something I can continue hacking on later. Starting to look at it now. | 17:54 |
*** slaweq has joined #openstack-infra | 17:54 | |
corvus | what's the skinny on the new env? | 17:55 |
clarkb | corvus: logan- was kind enough to ask about giving us test cloud at the PTG and before I was even home I think had credentials ready for us | 17:55 |
*** harlowja has joined #openstack-infra | 17:56 | |
clarkb | corvus: sounds like it would be a separate cloud from their main cloud but would give them feedback on how things are working as we thrash it | 17:56 |
dmsimard | So if I look at what ianw did for Linaro... | 17:56 |
clarkb | because infra is a such a good way to know if your cloud is working :) | 17:56 |
logan- | :P yes thats the gist of it. I hope it will be useful as a feedback loop for improving OSA as we push upgrades into the mix, etc | 17:58 |
*** slaweq has quit IRC | 17:59 | |
corvus | \o/ | 17:59 |
*** harlowja has quit IRC | 18:00 | |
*** gfidente has quit IRC | 18:00 | |
*** stevebaker has quit IRC | 18:00 | |
*** lucasagomes is now known as lucas-afk | 18:01 | |
openstackgerrit | Merged openstack-infra/zuul master: Use bootstrap 3.1.1 instead of 3.3.7 https://review.openstack.org/551338 | 18:02 |
*** hashar is now known as hasharDinner | 18:03 | |
*** slaweq has joined #openstack-infra | 18:05 | |
*** stevebaker has joined #openstack-infra | 18:05 | |
*** germs has joined #openstack-infra | 18:06 | |
*** germs has quit IRC | 18:06 | |
*** germs has joined #openstack-infra | 18:06 | |
*** ralonsoh__ has quit IRC | 18:06 | |
*** slagle has quit IRC | 18:06 | |
dmsimard | I think ianw's work for Linaro (in terms of adding the provider, not in terms of adding support for arm) mostly boils down to three reviews ? I know this is probably documented already but I'm drafting my own notes (I learn better that way) https://etherpad.openstack.org/p/MDVPPYzhtQ | 18:07 |
*** germs has quit IRC | 18:07 | |
*** agopi has quit IRC | 18:07 | |
*** germs has joined #openstack-infra | 18:08 | |
*** germs has quit IRC | 18:08 | |
*** germs has joined #openstack-infra | 18:08 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Shift html templates into components https://review.openstack.org/551327 | 18:08 |
*** slaweq has quit IRC | 18:10 | |
*** slaweq has joined #openstack-infra | 18:15 | |
*** dmellado has quit IRC | 18:16 | |
*** bobh has joined #openstack-infra | 18:16 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 18:17 |
*** stevebaker has quit IRC | 18:17 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Add new tox-remote job https://review.openstack.org/551301 | 18:19 |
*** slaweq has quit IRC | 18:19 | |
persia | dmsimard: You'll also need to add it to project-config: https://review.openstack.org/546027 (although other providers are in nodepool.yaml rather than nb03.openstack.org.yaml because architectures) | 18:20 |
*** wolverineav has joined #openstack-infra | 18:21 | |
*** stevebaker has joined #openstack-infra | 18:21 | |
*** bobh has quit IRC | 18:22 | |
*** efoley has quit IRC | 18:23 | |
dmsimard | I have to step away slightly earlier than anticipated, I'll catch up in a few hours. | 18:24 |
*** bobh has joined #openstack-infra | 18:25 | |
*** dmsimard is now known as dmsimard|afk | 18:25 | |
*** slaweq has joined #openstack-infra | 18:25 | |
*** jbadiapa has quit IRC | 18:27 | |
fungi | i ended up on a conference call i'd forgotten about anyway | 18:29 |
fungi | and need to grab a late lunch/early dinner once that wraps up | 18:29 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: Refactor load sensors into drivers https://review.openstack.org/549275 | 18:30 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul master: WIP: Add cgroup support to ram sensor https://review.openstack.org/549506 | 18:30 |
*** slaweq has quit IRC | 18:30 | |
*** wolverineav has quit IRC | 18:30 | |
*** wolverineav has joined #openstack-infra | 18:31 | |
*** olaph1 has joined #openstack-infra | 18:33 | |
*** olaph has quit IRC | 18:33 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/zuul master: Use re2 for change_matcher https://review.openstack.org/536389 | 18:33 |
*** camunoz has joined #openstack-infra | 18:33 | |
*** wolverineav has quit IRC | 18:34 | |
*** wolverineav has joined #openstack-infra | 18:34 | |
*** slaweq has joined #openstack-infra | 18:35 | |
*** trown|lunch is now known as trown|rover | 18:39 | |
*** slaweq has quit IRC | 18:40 | |
*** dmellado has joined #openstack-infra | 18:42 | |
*** slagle has joined #openstack-infra | 18:42 | |
*** slaweq has joined #openstack-infra | 18:45 | |
*** ykarel has joined #openstack-infra | 18:49 | |
*** slaweq has quit IRC | 18:50 | |
*** hongbin has joined #openstack-infra | 18:50 | |
*** dprince has quit IRC | 18:54 | |
*** slaweq has joined #openstack-infra | 18:55 | |
*** psachin has joined #openstack-infra | 19:00 | |
*** harlowja has joined #openstack-infra | 19:00 | |
*** slaweq has quit IRC | 19:00 | |
*** tesseract has quit IRC | 19:05 | |
*** slaweq has joined #openstack-infra | 19:06 | |
*** baoli has joined #openstack-infra | 19:10 | |
*** baoli has quit IRC | 19:10 | |
*** slaweq has quit IRC | 19:10 | |
*** wolverineav has quit IRC | 19:14 | |
*** wolverineav has joined #openstack-infra | 19:14 | |
*** jamesmcarthur has quit IRC | 19:14 | |
fungi | disappearing to find some food, back in a while | 19:15 |
*** slaweq has joined #openstack-infra | 19:16 | |
clarkb | andreaf: https://review.openstack.org/#/c/551330/1 small but important typo noted there | 19:17 |
clarkb | andreaf: I've +2'd the change to do multinode things though and am reading the docs changes now | 19:17 |
clarkb | then its off to read zuul javascript things | 19:17 |
*** wolverineav has quit IRC | 19:18 | |
*** pcichy has quit IRC | 19:19 | |
*** slaweq has quit IRC | 19:21 | |
*** salv-orlando has quit IRC | 19:21 | |
*** lpetrut has quit IRC | 19:21 | |
*** slaweq has joined #openstack-infra | 19:26 | |
*** wolverineav has joined #openstack-infra | 19:28 | |
*** salv-orlando has joined #openstack-infra | 19:29 | |
*** slaweq has quit IRC | 19:31 | |
*** wolverineav has quit IRC | 19:34 | |
*** slaweq has joined #openstack-infra | 19:36 | |
*** danpawlik has joined #openstack-infra | 19:37 | |
*** ykarel has quit IRC | 19:38 | |
*** eumel8_ has joined #openstack-infra | 19:39 | |
*** slaweq has quit IRC | 19:41 | |
*** danpawlik has quit IRC | 19:42 | |
*** eumel8 has quit IRC | 19:42 | |
*** auristor has quit IRC | 19:45 | |
*** jamesmcarthur has joined #openstack-infra | 19:46 | |
*** auristor has joined #openstack-infra | 19:48 | |
*** sshnaidm|afk has joined #openstack-infra | 19:51 | |
*** sshnaidm|afk has quit IRC | 19:52 | |
*** sshnaidm|afk has joined #openstack-infra | 19:53 | |
clarkb | andreaf: for the docs changes frickler has some great comments so I won't mark it up more. I think its largely ready once we clean that stuff up though | 19:53 |
*** amoralej is now known as amoralej|off | 19:54 | |
*** slaweq has joined #openstack-infra | 19:57 | |
*** wolverineav has joined #openstack-infra | 19:58 | |
andreaf | clarkb frickler cool thanks I will address all the comments and re-spin the docs changes | 20:00 |
*** slaweq has quit IRC | 20:01 | |
*** danpawlik has joined #openstack-infra | 20:02 | |
*** wolverineav has quit IRC | 20:03 | |
*** slaweq has joined #openstack-infra | 20:03 | |
*** olaph has joined #openstack-infra | 20:05 | |
*** olaph1 has quit IRC | 20:07 | |
*** slaweq__ has joined #openstack-infra | 20:07 | |
*** tosky has quit IRC | 20:07 | |
*** adam_g has quit IRC | 20:07 | |
*** slaweq has quit IRC | 20:08 | |
*** adam_g has joined #openstack-infra | 20:08 | |
*** tosky has joined #openstack-infra | 20:10 | |
*** slaweq__ has quit IRC | 20:12 | |
*** jtomasek has joined #openstack-infra | 20:12 | |
*** slaweq has joined #openstack-infra | 20:14 | |
*** jtomasek has quit IRC | 20:15 | |
*** eharney has quit IRC | 20:16 | |
*** slaweq__ has joined #openstack-infra | 20:17 | |
*** slaweq has quit IRC | 20:19 | |
*** jtomasek has joined #openstack-infra | 20:19 | |
*** jtomasek has quit IRC | 20:20 | |
*** threestrands has joined #openstack-infra | 20:22 | |
*** threestrands has quit IRC | 20:22 | |
*** threestrands has joined #openstack-infra | 20:22 | |
*** claudiub has joined #openstack-infra | 20:22 | |
*** slaweq__ has quit IRC | 20:22 | |
mnaser | AJaeger: you have a +2 here but it looks like you're looking for a change to be made .. https://review.openstack.org/#/c/551268/ | 20:23 |
mnaser | want to remove that in case someone maybe doesnt spot it in the comments | 20:23 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Serve the static files more dynamically https://review.openstack.org/551366 | 20:25 |
andreaf | clarkb frickler all docs updated | 20:26 |
*** danpawlik has quit IRC | 20:26 | |
*** slaweq has joined #openstack-infra | 20:27 | |
*** ihrachys has quit IRC | 20:29 | |
*** ihrachys_ has joined #openstack-infra | 20:29 | |
*** salv-orlando has quit IRC | 20:32 | |
*** slaweq has quit IRC | 20:32 | |
*** wolverineav has joined #openstack-infra | 20:33 | |
*** slaweq has joined #openstack-infra | 20:36 | |
*** felipemonteiro has quit IRC | 20:36 | |
*** psachin has quit IRC | 20:38 | |
*** salv-orlando has joined #openstack-infra | 20:39 | |
*** jtomasek has joined #openstack-infra | 20:44 | |
*** felipemonteiro has joined #openstack-infra | 21:05 | |
clarkb | andreaf: ok I'll take another look shortly | 21:05 |
*** eharney has joined #openstack-infra | 21:11 | |
*** ldnunes has quit IRC | 21:22 | |
*** auristor has quit IRC | 21:22 | |
*** threestrands has quit IRC | 21:22 | |
*** eumel8_ has quit IRC | 21:24 | |
*** auristor has joined #openstack-infra | 21:28 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Serve the static files more dynamically https://review.openstack.org/551366 | 21:33 |
*** armaan has joined #openstack-infra | 21:37 | |
*** armaan has quit IRC | 21:38 | |
*** armaan has joined #openstack-infra | 21:38 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config master: Update signing docs for Zuul v3 https://review.openstack.org/551376 | 21:40 |
fungi | dmsimard|afk: ^ as discussed earlier in the release meeting | 21:40 |
*** jtomasek has quit IRC | 21:42 | |
*** armaan has quit IRC | 21:43 | |
*** dtruong has quit IRC | 21:43 | |
openstackgerrit | Kendall Nelson proposed openstack-infra/storyboard master: Migration Error with Suspended User https://review.openstack.org/532706 | 21:48 |
*** slaweq has quit IRC | 21:49 | |
*** bobh has quit IRC | 21:49 | |
*** slaweq has joined #openstack-infra | 21:49 | |
*** HeOS has joined #openstack-infra | 21:51 | |
*** jamesmcarthur has quit IRC | 21:51 | |
*** trown|rover is now known as trown|outtypewww | 21:52 | |
*** hemna__ has quit IRC | 21:53 | |
*** r-daneel has quit IRC | 21:56 | |
*** camunoz has quit IRC | 21:56 | |
*** slaweq__ has joined #openstack-infra | 21:58 | |
*** slaweq__ has quit IRC | 21:59 | |
*** slaweq__ has joined #openstack-infra | 21:59 | |
*** mriedem has quit IRC | 22:02 | |
*** jamesmcarthur has joined #openstack-infra | 22:03 | |
*** slaweq__ has quit IRC | 22:03 | |
*** hasharDinner has quit IRC | 22:06 | |
clarkb | corvus: andreaf's devstack job changes in devstack I think are ready for second reviewer | 22:07 |
clarkb | I'm chewing through the last doc change now (on migrating jobs) | 22:07 |
clarkb | (though maybe this is best left for monday for approval because weekend) | 22:07 |
*** rfolco has quit IRC | 22:13 | |
*** danpawlik has joined #openstack-infra | 22:18 | |
*** gouthamr has quit IRC | 22:19 | |
*** Qiming has quit IRC | 22:23 | |
*** kjackal has joined #openstack-infra | 22:24 | |
*** pfallenop has quit IRC | 22:25 | |
*** Goneri has quit IRC | 22:27 | |
*** jamespage has quit IRC | 22:27 | |
*** edmondsw has quit IRC | 22:27 | |
*** neith has quit IRC | 22:28 | |
*** Qiming has joined #openstack-infra | 22:28 | |
*** Goneri has joined #openstack-infra | 22:28 | |
*** pfallenop has joined #openstack-infra | 22:28 | |
*** jamespage has joined #openstack-infra | 22:28 | |
*** SergeyLukjanov has quit IRC | 22:29 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul master: Use arrow functions for http callbacks https://review.openstack.org/551399 | 22:29 |
*** ajo has quit IRC | 22:29 | |
*** ajo has joined #openstack-infra | 22:29 | |
*** neith has joined #openstack-infra | 22:29 | |
*** panda is now known as panda|off | 22:31 | |
*** SergeyLukjanov has joined #openstack-infra | 22:31 | |
*** claudiub has quit IRC | 22:43 | |
clarkb | fungi: your docs update to sytem-config failed on tox-linters running bashate. I guess thats a new job for system-cofnig? | 22:43 |
clarkb | http://logs.openstack.org/76/551376/1/check/tox-linters/58f90af/job-output.txt.gz#_2018-03-09_21_43_36_600918 | 22:44 |
clarkb | I'm working on a patch | 22:44 |
fungi | oh, fun. thanks | 22:44 |
fungi | i'm currently heads-down on a related project-config patch | 22:44 |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config master: Add newline to bash-history.sh https://review.openstack.org/551403 | 22:45 |
clarkb | I think ^ is the quick fix | 22:45 |
clarkb | all the warnings appear to be for line too long which I am less concerned about fixing | 22:46 |
clarkb | infra-root review on 551403 ^ much appreciated so that we can land system-config changes again. Its not passed all tests but tox-linters has passed. | 22:49 |
andreaf | clarkb looking at https://review.openstack.org/#/c/551367/ I would say the n-meta-api is needed - test that ssh into vms fail otherwise | 22:50 |
*** jamesmcarthur has quit IRC | 22:50 | |
*** danpawlik_ has joined #openstack-infra | 22:50 | |
*** danpawlik has quit IRC | 22:50 | |
clarkb | andreaf: interesting, I guess my understanding of the required services is wrong then | 22:50 |
*** jamesmcarthur has joined #openstack-infra | 22:51 | |
clarkb | or maybe that is how devstack sets it up | 22:51 |
mordred | andreaf: ssh test can't use config-drive? | 22:51 |
mordred | (it would be nice to at least have a provide that tests that a config-drive only cloud will work - but I understand if that's not how the tests work today) | 22:52 |
clarkb | mordred: I want to say that multinode testing pushed us away from config drive because you couldn't do live migration with it | 22:52 |
clarkb | but since then that has been fixed so a proper config drive only job is probably warranted | 22:52 |
*** esberglu has quit IRC | 22:53 | |
mordred | clarkb: oh good. I was afraid at first that config-drive was dead as a concept due to live migration and I was going to have sads | 22:53 |
andreaf | mordred, clarkb py3 test uses config drive https://github.com/openstack/tempest/blob/master/.zuul.yaml#L62 | 22:54 |
mordred | cool | 22:54 |
clarkb | but it doesn't disable metadata | 22:54 |
clarkb | it probably should though | 22:54 |
*** jamesmcarthur has quit IRC | 22:55 | |
andreaf | clarkb mordred well something may be missing because the py3 job fails when I disable n-meta-api | 23:00 |
clarkb | oh I know what it is I think | 23:00 |
clarkb | cirros doesn't support config drive | 23:00 |
andreaf | clarkb mordred I wonder if that's about what cirros / cloud-init does | 23:01 |
andreaf | clarkb heh faster | 23:01 |
clarkb | ya cirros doesn't do real cloud-init | 23:01 |
mordred | we should introduce cirros to glean | 23:01 |
clarkb | maybe we can add in a simple config drive thing for it | 23:01 |
clarkb | ya glean would work there probably | 23:01 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config master: Replace Queens signing key with Rocky https://review.openstack.org/551406 | 23:05 |
clarkb | it might be an interesting exercise to add alpine support to dib and see how small of an easily built image we could make | 23:08 |
clarkb | but then we could quickly iterate on and modify the test image image potentially | 23:08 |
clarkb | that said cirros is pretty tiny and reliable | 23:09 |
*** dave-mccowan has quit IRC | 23:09 | |
bkero- | kernel + built-in initrd + busybox? | 23:09 |
bkero- | For cloud you should probably be able to get that to about 3mb | 23:09 |
*** rlandy has quit IRC | 23:10 | |
bkero- | http://mgalgs.github.io/2015/05/16/how-to-build-a-custom-linux-kernel-for-qemu-2015-edition.html | 23:11 |
clarkb | bkero-: plus a few utilities to check networking is working as expected (iirc busybox doesn't have all of them) and the thing to do host boot configuration (metadata or config drive) | 23:12 |
bkero- | clarkb: busybox should have all those | 23:13 |
clarkb | hrm maybe it was cirros build options excluding them then | 23:13 |
bkero- | yeah | 23:13 |
mordred | clarkb: I've been meaning to write a dib root element that would pull a given docker image and export it to get the root filesystem | 23:13 |
bkero- | busybox has a whole menuconfig of cool crap that most builds turn off | 23:13 |
clarkb | bkero-: in particular ipv6 variants of tools were missing for a while | 23:13 |
bkero- | clarkb: I'm curious if that is still the case | 23:14 |
clarkb | its not in cirros | 23:14 |
bkero- | There is definitely a CONFIG_IPV6 | 23:14 |
clarkb | but I'm not sure what the fix was could just be busybox build option | 23:14 |
bkero- | busybox ping has a -6 option | 23:15 |
openstackgerrit | Merged openstack-infra/system-config master: Add newline to bash-history.sh https://review.openstack.org/551403 | 23:16 |
fungi | modern ping just defaults to 6 any more | 23:18 |
fungi | i've had to get used to doing `ping -4` when i'm particularly concerned with testing stone-age connectivity | 23:18 |
fungi | clarkb: i just got a random e-mail from a "John Studarus" at packethost offering us resources | 23:20 |
persia | busybox is aging: http://www.landley.net/toybox/ isn't ready, but if folk are thinking about improving things, that might be as useful as hacking on busybox | 23:20 |
fungi | clarkb: i'll follow up over the weekend, but i guess we're looking for another volunteer to set up nodepool connectivity ;) | 23:20 |
*** kjackal has quit IRC | 23:20 | |
bkero- | Toybox was mostly a BSD alternative so that the Android folks didn't have to FUD about licensing | 23:21 |
bkero- | It's still lacking in almost every way | 23:21 |
bkero- | One version I tried didn't have a 'cp' command. I had to cat files around. | 23:21 |
bkero- | (Busybox is GPLv2) | 23:21 |
persia | bkero-: All true. I just haven't seem much change to busbox since Rob decided not to work on it anymore. | 23:21 |
clarkb | fungi: cool maybe frickler will want to take on that one | 23:21 |
*** eernst has quit IRC | 23:22 | |
fungi | clarkb: ianw: https://github.com/pypa/pip/issues/4805 indicates pip maintainers might consider reviewing a last-minute option to ignore non-uninstallable distutils-based packages on upgrade if someone were to propose one | 23:22 |
bkero- | persia: It seems to have a fairly active git tree. https://git.busybox.net/busybox/log/ | 23:22 |
*** eernst has joined #openstack-infra | 23:23 | |
persia | bkero-: Thanks for the update: my information is clearly out of date :) | 23:23 |
bkero- | Although I haven't read their changelogs. Maybe it's just preventing bitrot instead of adding new features. | 23:23 |
clarkb | fungi: any idea if thats a get it written this weekend timeframe? | 23:24 |
clarkb | considering my other pip fix is still in limbo I'm not sure I want to rush to try and get another fix in anytime soon :/ | 23:24 |
fungi | clarkb: no clue. i doubt pip 10 is getting finalized this weekend, but probably "soon" | 23:24 |
clarkb | sometimes I wonder if our review rtts are really bad then I psuh code to other projects and find out no its just everyone | 23:25 |
*** eernst has quit IRC | 23:25 | |
*** VW has joined #openstack-infra | 23:26 | |
*** masber has joined #openstack-infra | 23:27 | |
clarkb | fungi: ianw: next week I'll probably start by trying to get my existing bug fix in front of people for rereview | 23:28 |
clarkb | and maybe we can work together on getting something together for the distutils uninstall problem | 23:28 |
persia | clarkb: My experience is that OpenStack is faster than anything else with more than 5 active developers, unless the change ages enough to drop off the first page of open changes for a project, at which point it seems to go into limbo unless referenced in meetings or such. | 23:28 |
clarkb | persia: ya I think general review responsiveness is a problem everywhere and I know we lose projects to limbo space as well | 23:29 |
clarkb | a lot of it feels like a tool deficiency. I don't think github or gerrit or anything else I've used really help much here | 23:29 |
clarkb | but also just a pure lack of time | 23:29 |
fungi | persia: so the torch-wielding mobs complaining that we don't review their patches simply don't know how good they've got it? ;) | 23:29 |
*** HeOS has quit IRC | 23:29 | |
*** masber has quit IRC | 23:30 | |
clarkb | in my limbo patch case I think ci failed for unrelated reasons which -1'd it but there isn't a clear way to get the results to refresh | 23:30 |
clarkb | (whcih in fairness is also convoluted with our gerrit + zuul) | 23:30 |
*** VW_ has quit IRC | 23:30 | |
*** masber has joined #openstack-infra | 23:30 | |
fungi | well, i'm at least finished wrestling key rotation and knocking off for the day | 23:31 |
*** katkapilatova has quit IRC | 23:31 | |
*** VW has quit IRC | 23:31 | |
persia | fungi: Yes, although in fairness, lots of patches get a quick review and then rot for merge, especially if the relevant codebase is moving quickly. Larger projects seem to have a harder time collecting sufficient +2s before the rebase is complex enough to require resubmission. | 23:32 |
clarkb | I'll probably end up rebasing it and pushing it again to have jobs run against it again | 23:32 |
fungi | infra-root: if you get bored, https://sks-keyservers.net/pks/lookup?op=vindex&search=0xc31292066be772022438222c184fd3e1edf21a78&fingerprint=on is our rocky cycle signing key, feel free to follow https://docs.openstack.org/infra/system-config/signing.html#attestation to attest to it, but make note of my https://review.openstack.org/551376 update to that documentation which may not have merged by the | 23:33 |
fungi | time you get to looking at it | 23:33 |
*** slaweq has quit IRC | 23:33 | |
*** slaweq has joined #openstack-infra | 23:34 | |
*** slaweq has quit IRC | 23:39 | |
*** edmondsw has joined #openstack-infra | 23:49 | |
*** danpawlik_ has quit IRC | 23:50 | |
*** jamesmcarthur has joined #openstack-infra | 23:53 | |
*** yamamoto has joined #openstack-infra | 23:54 | |
*** tpsilva has quit IRC | 23:54 | |
*** edmondsw has quit IRC | 23:54 | |
*** larainema has quit IRC | 23:55 | |
*** jamesmcarthur has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!