arosen | Sorry to bug you guys but i'm trying to figure our how to enable additional pep8 checking for an openstack project. It seems it's not really enabling everything: https://github.com/stackforge/congress/blob/master/tox.ini#L29 | 00:00 |
---|---|---|
*** hdd has joined #openstack-infra | 00:00 | |
arosen | for example neutron's does though: https://github.com/openstack/neutron/blob/master/tox.ini#L82 | 00:00 |
arosen | :q | 00:02 |
fungi | E37: No write since last change (add ! to override) | 00:02 |
fungi | arosen: can you be more specific about what you're expecting and what you're getting? | 00:03 |
*** timrc-afk is now known as timrc | 00:03 | |
*** gokrokve has quit IRC | 00:03 | |
*** dangers is now known as dangers_away | 00:03 | |
arosen | fungi: sorry, for example if i run: run_test.sh -N I see the following pep8 issues: http://paste.openstack.org/show/119170/ | 00:04 |
arosen | but if i do : tox -epep8 i don't see these issues reported. | 00:04 |
openstackgerrit | A change was merged to openstack-infra/project-config: Further coverage cleanup https://review.openstack.org/126155 | 00:04 |
openstackgerrit | A change was merged to openstack-infra/project-config: Trigger requirements run for requirements-py3.txt https://review.openstack.org/126193 | 00:05 |
fungi | arosen: using this versions of run_tests.sh? http://git.openstack.org/cgit/stackforge/congress/tree/run_tests.sh | 00:05 |
arosen | fungi: yup, though the gate runs tox -epep8 instead so i want tox to show those errors too. | 00:06 |
fungi | arosen: aha | 00:06 |
fungi | looks like it ends up calling flake8 either way | 00:07 |
*** ChuckC has joined #openstack-infra | 00:07 | |
fungi | oh! | 00:07 |
fungi | arosen: -N doesn't use a virtualenv | 00:08 |
*** hdd has quit IRC | 00:08 | |
fungi | arosen: so you presumably have pep8 and flake8 installed system-wide somewhere | 00:08 |
arosen | fungi: yup i do. | 00:08 |
fungi | arosen: are they the same versions as tox is installing in the venv? | 00:08 |
arosen | though it seems like tox isn't doing the same enforcement on the congress project for pep8 as neutron is doing. | 00:08 |
*** Sincler_ has quit IRC | 00:09 | |
*** chuckC_ has joined #openstack-infra | 00:09 | |
arosen | fungi: I'm wanting jenkins upstream to enforce these pep8 violations is what i'm after. | 00:09 |
arosen | so i guess i need to figure out how to get the same errors to occur using tox -epep8 then flake8 | 00:10 |
fungi | arosen: i get that... just trying to figure out what/why it's skipping | 00:10 |
fungi | oh, and i see it. those are HNNN rules | 00:10 |
fungi | so that's running hacking as a plugin | 00:10 |
fungi | i don't see hacking in http://git.openstack.org/cgit/stackforge/congress/tree/test-requirements.txt | 00:11 |
fungi | arosen: ^ | 00:11 |
*** david-lyle has joined #openstack-infra | 00:11 | |
arosen | http://git.openstack.org/cgit/stackforge/congress/tree/test-requirements.txt#n4 | 00:12 |
arosen | fungi: it's there line 4 | 00:12 |
fungi | gah, you're right. i'm blind | 00:12 |
arosen | setting it to the same thing as neutron to see if it makes a difference. | 00:12 |
fungi | arosen: what does '.tox/pep8/bin/pip list' say you have installed for hacking, pep8 and flake8? and how do those compare to 'pip list' in your system? | 00:13 |
arosen | fungi: http://paste.openstack.org/show/119171/ | 00:14 |
arosen | fungi: ah this fixed it for me: | 00:14 |
arosen | -hacking>=0.5.6,<0.8 | 00:15 |
arosen | +hacking>=0.9.2,<0.10 | 00:15 |
*** dmsimard_away is now known as dmsimard | 00:15 | |
fungi | that's what i was about to ask | 00:15 |
fungi | cool beans | 00:15 |
arosen | I'm supprised that the proposal bot didn't automatically keep this file in sync for me though | 00:16 |
fungi | so it was skipping tests which were not in the versions of hacking congress was configured to run | 00:16 |
arosen | it pushed out an update here: https://review.openstack.org/#/c/116166/ | 00:16 |
fungi | arosen: i believe hacking gets handled specially by the proposal job | 00:16 |
arosen | ah okay. Thanks fungi for helping me sort this out :) | 00:16 |
*** david-lyle has quit IRC | 00:17 | |
*** dmsimard is now known as dmsimard_away | 00:18 | |
*** yamamoto has joined #openstack-infra | 00:19 | |
*** markmcclain1 has quit IRC | 00:20 | |
fungi | arosen: yeah, 'splained: http://git.openstack.org/cgit/openstack/requirements/tree/update.py#n147 | 00:23 |
fungi | arosen: so it definitely intentionally avoids pushing new versions of style checkers to you so that you can update them at your own pace | 00:24 |
*** gyee has quit IRC | 00:27 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/project-config: Split out github as it's own module https://review.openstack.org/126448 | 00:30 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Removing github module. https://review.openstack.org/126450 | 00:32 |
*** todd_dsm has joined #openstack-infra | 00:35 | |
*** gokrokve has joined #openstack-infra | 00:39 | |
*** gokrokve has quit IRC | 00:40 | |
*** todd_dsm has quit IRC | 00:45 | |
*** gokrokve has joined #openstack-infra | 00:47 | |
HenryG | fungi: You still around? Even when I do only the right things (AFAIK) the rebase still has two commits for the dependent review. | 00:48 |
HenryG | fungi: Here's what I do: git review -d 117799 ; git review -d 125328 ; git rebase review/jacek_swiderski/bug/1377997 | 00:50 |
HenryG | I get a conflict which I resolve, then finish the rebase. Now 'git log' shows two commits for 117799 before HEAD. | 00:51 |
fungi | HenryG: testing now | 00:52 |
fungi | HenryG: it does not do that for me | 00:54 |
fungi | HenryG: when you say "finish the rebase" you mean with git rebase --continue right? | 00:54 |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/project-config: Initial centos7 support for build-image.sh https://review.openstack.org/124256 | 00:54 |
jroll | HenryG: when you resolve the conflict, are you doing `git add $file && git rebase --continue` or `git add $file && git commit && git rebase --continue`? | 00:54 |
fungi | yeah, as jroll implies, don't git commit | 00:55 |
jroll | right | 00:56 |
HenryG | fungi: No git commit. Actually I discard the conflicting change in favor of the HEAD version | 00:57 |
*** ryanpetrello_ has joined #openstack-infra | 00:57 | |
jroll | hm | 00:57 |
*** dims has quit IRC | 00:57 | |
*** dims has joined #openstack-infra | 00:57 | |
*** ryanpetrello_ has quit IRC | 00:59 | |
fungi | HenryG: yeah, i can't recreate your issue at all. does the right thing for me. maybe i'm failing to read something between the lines of the steps you're following | 00:59 |
HenryG | fungi: After the rebase, what does your git log show as HEAD^ and HEAD^2 ? Mine are both for Change-Id: Ie2ce837709f116221054c62cd980fd3f38fb1484 | 01:00 |
HenryG | git log --one-line | 01:01 |
*** nosnos has joined #openstack-infra | 01:01 | |
HenryG | 3f64ed1 Allow to set ipv6_ra_mode,ipv6_address_mode to None | 01:01 |
HenryG | 605e45c Fix condition for IPv6 attributes validation | 01:01 |
HenryG | e5da168 Fix condition for IPv6 attributes validation | 01:01 |
*** IAX has quit IRC | 01:02 | |
*** dims has quit IRC | 01:02 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add session objects for get_all* db api calls https://review.openstack.org/118419 | 01:02 |
fungi | HenryG: oh, so it is... i think 117799 may be broken... | 01:02 |
fungi | HenryG: i see why | 01:02 |
* HenryG suspects he is at fault there too | 01:03 | |
fungi | HenryG: when you git rebase, use -i and notice that git has dragged in the previous patchset for the parent commit | 01:03 |
fungi | HenryG: i generally use cherry-pick to avoid this situation entirely | 01:04 |
HenryG | fungi: so should I fix 117799 first? | 01:04 |
fungi | HenryG: nah, in the rebase interactive editor, remove the entry for that parent commit | 01:04 |
fungi | HenryG: e.g. delete the line for "pick c8a3cd3 Fix condition for IPv6 attributes validation" | 01:06 |
HenryG | fungi: got it. Although selecting commit entries still seems a little black magicish to me. | 01:07 |
fungi | HenryG: -i shows you that what you've actually asked rebase to do in this case is to cherry-pick c8a3cd3 and 5d573b7 onto e5da168 | 01:07 |
*** patrickeast has quit IRC | 01:07 | |
*** ayoung-afk is now known as ayoung | 01:07 | |
HenryG | fungi: But why did it pick c8a3cd3? | 01:07 |
fungi | HenryG: that interactive rebase is just giving you a list of commands which are going to be performed by rebase in sequence from top down | 01:07 |
fungi | HenryG: c8a3cd3 is the current parent of 5d573b7 | 01:08 |
*** yamahata has joined #openstack-infra | 01:08 | |
fungi | HenryG: look at the "parent" listed at https://review.openstack.org/125328 | 01:08 |
*** ryanpetrello_ has joined #openstack-infra | 01:09 | |
HenryG | fungi: yeah, but I am telling it to rebase on e5da168. Can't it just know what I want? :) | 01:09 |
fungi | HenryG: specifically it's dragging in the (old) patchset 10 from change 117799 | 01:09 |
fungi | HenryG: rebase looks for the most recent commit your head and the target commit have in common | 01:10 |
*** r-daneel has quit IRC | 01:10 | |
*** ryanpetrello_ has quit IRC | 01:10 | |
fungi | HenryG: so it saw the two patchsets of 117799 as independent commits | 01:10 |
fungi | HenryG: if you change your second git review -d to -x instead, you can skip the rebase step entirely and you'll get more what you were expecting (just s/rebase/cherry-pick/ --continue) | 01:11 |
* HenryG is learning tons from fungi !! | 01:12 | |
fungi | HenryG: you can rather conveniently git-review -d the first change you want in a series and then git review -x all the other changes you want to stack onto it in order | 01:12 |
HenryG | Neat! | 01:13 |
fungi | the conflict resolution steps is essentially identical between rebase/cherry-pick/merge too so there's not much new to learn in that case | 01:13 |
fungi | er, step | 01:13 |
*** aysyd has quit IRC | 01:15 | |
*** ryanpetrello_ has joined #openstack-infra | 01:16 | |
*** ryanpetrello_ has quit IRC | 01:16 | |
*** yamahata_ has joined #openstack-infra | 01:17 | |
*** todd_dsm has joined #openstack-infra | 01:19 | |
*** todd_dsm has quit IRC | 01:21 | |
*** ryanpetrello_ has joined #openstack-infra | 01:21 | |
*** oomichi has joined #openstack-infra | 01:23 | |
*** salv-orlando has quit IRC | 01:23 | |
*** sdake has joined #openstack-infra | 01:24 | |
*** xyang0 has quit IRC | 01:26 | |
*** gokrokve_ has joined #openstack-infra | 01:26 | |
*** dimsum_ has joined #openstack-infra | 01:26 | |
*** ryanpetrello_ has quit IRC | 01:26 | |
*** gokrokve has quit IRC | 01:29 | |
*** gokrokve_ has quit IRC | 01:30 | |
*** ryanpetrello_ has joined #openstack-infra | 01:30 | |
*** MarkAtwood has quit IRC | 01:32 | |
*** armax has quit IRC | 01:32 | |
*** ryanpetr- has joined #openstack-infra | 01:34 | |
*** lttrl has quit IRC | 01:34 | |
*** annegentle has joined #openstack-infra | 01:34 | |
*** ryanpetr- has quit IRC | 01:34 | |
*** ryanpetrello_ has quit IRC | 01:36 | |
*** ryanpetrello_ has joined #openstack-infra | 01:40 | |
*** annegentle has quit IRC | 01:40 | |
*** hdd has joined #openstack-infra | 01:43 | |
*** bswartz has joined #openstack-infra | 01:44 | |
*** bswartz has joined #openstack-infra | 01:44 | |
*** ryanpetrello_ has quit IRC | 01:48 | |
*** reed has quit IRC | 01:48 | |
*** shashankhegde has quit IRC | 01:50 | |
*** ryanpetrello_ has joined #openstack-infra | 01:51 | |
*** psedlak has quit IRC | 01:53 | |
*** ryanpetrello_ has quit IRC | 01:54 | |
*** psedlak has joined #openstack-infra | 01:54 | |
*** fandi has joined #openstack-infra | 01:55 | |
*** todd_dsm has joined #openstack-infra | 01:56 | |
*** andreaf has quit IRC | 01:57 | |
*** andreaf has joined #openstack-infra | 01:58 | |
*** ryanpetrello_ has joined #openstack-infra | 01:59 | |
*** hdd has quit IRC | 02:01 | |
*** ryanpetrello_ has quit IRC | 02:01 | |
*** yamahata_ has quit IRC | 02:03 | |
*** yamahata_ has joined #openstack-infra | 02:03 | |
*** ryanpetrello_ has joined #openstack-infra | 02:06 | |
*** ivar-laz_ has joined #openstack-infra | 02:07 | |
*** ivar-lazzaro has quit IRC | 02:10 | |
*** JayJ has joined #openstack-infra | 02:10 | |
*** todd_dsm has quit IRC | 02:10 | |
*** dimsum_ has quit IRC | 02:11 | |
*** ivar-laz_ has quit IRC | 02:11 | |
*** dimsum_ has joined #openstack-infra | 02:11 | |
*** JayJ has quit IRC | 02:12 | |
*** JayJ has joined #openstack-infra | 02:12 | |
HenryG | sc68cal: I hope you don't mind, I need to rebase https://review.openstack.org/126407 on top of https://review.openstack.org/117799 | 02:12 |
*** ryanpetrello_ has quit IRC | 02:12 | |
HenryG | oops wrong channel | 02:13 |
*** otter768 has joined #openstack-infra | 02:13 | |
*** dimsum_ has quit IRC | 02:15 | |
*** armax has joined #openstack-infra | 02:15 | |
*** JayJ has quit IRC | 02:17 | |
*** todd_dsm has joined #openstack-infra | 02:17 | |
*** JayJ has joined #openstack-infra | 02:17 | |
*** annegentle has joined #openstack-infra | 02:18 | |
*** ryanpetrello_ has joined #openstack-infra | 02:18 | |
*** arborism has quit IRC | 02:19 | |
*** ramashri has quit IRC | 02:19 | |
*** pcrews has quit IRC | 02:19 | |
*** ryanpetrello_ has quit IRC | 02:21 | |
*** JayJ has quit IRC | 02:22 | |
*** JayJ has joined #openstack-infra | 02:23 | |
*** ryanpetrello_ has joined #openstack-infra | 02:25 | |
*** ianw has quit IRC | 02:25 | |
*** armax has quit IRC | 02:25 | |
*** ianw has joined #openstack-infra | 02:26 | |
*** JayJ has quit IRC | 02:27 | |
*** ryanpetrello_ has quit IRC | 02:27 | |
*** zigo has quit IRC | 02:27 | |
*** JayJ has joined #openstack-infra | 02:28 | |
*** armax has joined #openstack-infra | 02:28 | |
*** zigo has joined #openstack-infra | 02:29 | |
*** oanufriev has quit IRC | 02:29 | |
*** oanufriev has joined #openstack-infra | 02:29 | |
*** oanufriev has quit IRC | 02:29 | |
*** oanufriev has joined #openstack-infra | 02:30 | |
*** ryanpetrello_ has joined #openstack-infra | 02:31 | |
*** JayJ has quit IRC | 02:32 | |
*** ryanpetrello_ has quit IRC | 02:32 | |
*** JayJ has joined #openstack-infra | 02:33 | |
*** armax has quit IRC | 02:33 | |
jhesketh | clarkb: ping (I realise it's late, so no worries, it's not important) | 02:34 |
*** todd_dsm has quit IRC | 02:35 | |
*** ryanpetrello_ has joined #openstack-infra | 02:36 | |
*** JayJ has quit IRC | 02:37 | |
*** JayJ has joined #openstack-infra | 02:38 | |
*** ryanpetrello_ has quit IRC | 02:42 | |
*** JayJ has quit IRC | 02:42 | |
*** JayJ has joined #openstack-infra | 02:43 | |
*** ryanpetrello_ has joined #openstack-infra | 02:46 | |
*** ryanpetrello_ has quit IRC | 02:46 | |
*** annegentle has quit IRC | 02:47 | |
*** notsogentle is now known as annegentle | 02:47 | |
*** JayJ has quit IRC | 02:47 | |
*** JayJ has joined #openstack-infra | 02:48 | |
*** torandu has joined #openstack-infra | 02:50 | |
*** ryanpetrello_ has joined #openstack-infra | 02:50 | |
*** JayJ has quit IRC | 02:53 | |
*** JayJ has joined #openstack-infra | 02:53 | |
*** ryanpetrello has quit IRC | 02:57 | |
*** ryanpetrello_ is now known as ryanpetrello | 02:57 | |
openstackgerrit | A change was merged to openstack-infra/gerritlib: Update listGroups function in gerrit.py https://review.openstack.org/120747 | 02:57 |
*** JayJ has quit IRC | 02:58 | |
*** JayJ has joined #openstack-infra | 02:58 | |
*** sdake_ has quit IRC | 02:59 | |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/config: Add centos7 image to nodepool d-i-b config https://review.openstack.org/123594 | 03:00 |
*** JayJ has quit IRC | 03:01 | |
*** sdake has quit IRC | 03:01 | |
*** Ryan_Lane has quit IRC | 03:02 | |
*** mmedvede has quit IRC | 03:07 | |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/nodepool: Add meta option for passing meta-data https://review.openstack.org/123639 | 03:16 |
*** otter768 has quit IRC | 03:17 | |
*** nosnos has quit IRC | 03:24 | |
*** MarkAtwood has joined #openstack-infra | 03:26 | |
*** hdd has joined #openstack-infra | 03:34 | |
*** flaviof_zzz has quit IRC | 03:36 | |
*** sarob has quit IRC | 03:37 | |
*** FallenPegasus has joined #openstack-infra | 03:37 | |
*** rushiagr_away is now known as rushiagr | 03:38 | |
*** MarkAtwood has quit IRC | 03:40 | |
*** FallenPegasus is now known as MarkAtwood | 03:40 | |
*** ramashri has joined #openstack-infra | 03:43 | |
*** ayoung is now known as ayoung-zz | 03:45 | |
*** ramashri has quit IRC | 03:48 | |
*** ramashri has joined #openstack-infra | 03:49 | |
clarkb | jhesketh pong ish | 03:52 |
clarkb | currently waiting for a bus | 03:52 |
*** otherwiseguy has joined #openstack-infra | 03:52 | |
jhesketh | clarkb: :-). Was just looking into why the swift console logs don't have timestamps on them.. I thought it was because osloganalyze wasn't formatting them correctly but I chased it down to Jenkins.. Basically the console log text we're uploading to swift isn't the same text that is subsequently stored on disk | 03:53 |
clarkb | right | 03:54 |
jhesketh | eg, we're fetching: https://jenkins05.openstack.org/job/gate-project-config-layout/56/consoleText when we somehow need to get https://jenkins05.openstack.org/job/gate-project-config-layout/56/consoleFull | 03:54 |
clarkb | oh hrm | 03:54 |
jhesketh | I'm not sure of another way of getting the timestamps out of Jenkins without pulling it out of the dom (which includes marked up url's) | 03:54 |
*** jamielennox has quit IRC | 03:55 | |
clarkb | can we use that other url? | 03:56 |
clarkb | or is it htmlified? | 03:56 |
jhesketh | clarkb: it's htmlified (jenkins template/page thingy) | 03:57 |
jhesketh | but I think the text is in an identifiable div so we can pull it out... it's just uglier than fetching one page | 03:57 |
clarkb | arg jenkins | 03:58 |
jhesketh | yeah it might have to do until we move away though... | 04:00 |
clarkb | ya | 04:01 |
*** jamielennox has joined #openstack-infra | 04:02 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers https://review.openstack.org/108003 | 04:03 |
jhesketh | clarkb: I'll shoot up a patch to the jjb jobs then | 04:06 |
*** rushiagr is now known as rushiagr_away | 04:09 | |
*** garyh has quit IRC | 04:09 | |
*** nosnos has joined #openstack-infra | 04:10 | |
*** MarkAtwood has quit IRC | 04:12 | |
*** yamahata has quit IRC | 04:13 | |
*** yamahata_ has quit IRC | 04:13 | |
*** yamahata_ has joined #openstack-infra | 04:13 | |
*** yamahata_ has quit IRC | 04:14 | |
*** yamahata has joined #openstack-infra | 04:14 | |
*** yamahata_ has joined #openstack-infra | 04:15 | |
*** changbl_ has quit IRC | 04:18 | |
*** amotoki has joined #openstack-infra | 04:19 | |
*** sarob has joined #openstack-infra | 04:20 | |
*** gokrokve has joined #openstack-infra | 04:28 | |
*** koolhead17 has joined #openstack-infra | 04:38 | |
*** koolhead17 has joined #openstack-infra | 04:38 | |
*** garyh has joined #openstack-infra | 04:40 | |
*** fifieldt_ has quit IRC | 04:42 | |
*** gokrokve has quit IRC | 04:44 | |
*** hdd has quit IRC | 04:47 | |
*** koolhead17 has quit IRC | 04:52 | |
*** shashankhegde has joined #openstack-infra | 04:52 | |
openstackgerrit | Steve Kowalik proposed a change to openstack-infra/project-config: Add post docs job for os-cloud-config https://review.openstack.org/126467 | 05:09 |
*** esker has joined #openstack-infra | 05:13 | |
*** vigneshvar has joined #openstack-infra | 05:20 | |
*** loki184 has joined #openstack-infra | 05:21 | |
*** koolhead17 has joined #openstack-infra | 05:22 | |
*** rushiagr_away is now known as rushiagr | 05:23 | |
*** coolsvap|afk is now known as coolsvap | 05:24 | |
*** harlowja is now known as harlowja_away | 05:26 | |
*** koolhead_ has joined #openstack-infra | 05:28 | |
*** koolhead17 has quit IRC | 05:28 | |
*** otherwiseguy has quit IRC | 05:29 | |
*** mihgen has left #openstack-infra | 05:29 | |
jhesketh | clarkb: sigh, of course, when the job hasn't finished the console log is loaded using javascript, so I can't wget that page and sed it | 05:30 |
*** flaviof_zzz has joined #openstack-infra | 05:31 | |
*** nosnos has quit IRC | 05:37 | |
*** nosnos has joined #openstack-infra | 05:38 | |
*** amitpp has joined #openstack-infra | 05:40 | |
*** amitpp has quit IRC | 05:41 | |
*** nosnos has quit IRC | 05:42 | |
*** nosnos has joined #openstack-infra | 05:43 | |
*** yamamoto has quit IRC | 05:44 | |
*** shashankhegde has quit IRC | 06:00 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/project-config: Grab the html version of console log https://review.openstack.org/126471 | 06:01 |
*** oomichi has quit IRC | 06:02 | |
*** jaypipes has quit IRC | 06:07 | |
*** jaypipes has joined #openstack-infra | 06:07 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/os-loganalyze: Fix SKIP_LINES and should_escape in HTMLview https://review.openstack.org/126474 | 06:13 |
*** esker has quit IRC | 06:23 | |
*** stevemar has quit IRC | 06:29 | |
*** koolhead_ has quit IRC | 06:31 | |
openstackgerrit | A change was merged to openstack-infra/config: refactor of hideci for readability and modularity https://review.openstack.org/124632 | 06:33 |
*** koolhead_ has joined #openstack-infra | 06:35 | |
*** ramashri has quit IRC | 06:42 | |
*** maxbit has joined #openstack-infra | 06:43 | |
*** flaper87|afk is now known as flaper87 | 06:49 | |
*** dimsum_ has joined #openstack-infra | 06:50 | |
*** berendt has joined #openstack-infra | 06:54 | |
*** dimsum_ has quit IRC | 06:56 | |
*** andreaf has quit IRC | 06:59 | |
*** jcoufal has joined #openstack-infra | 07:09 | |
*** koolhead_ has quit IRC | 07:11 | |
*** koolhead17 has joined #openstack-infra | 07:12 | |
*** arxcruz has joined #openstack-infra | 07:16 | |
*** koolhead17 has quit IRC | 07:16 | |
*** Guest51022 has joined #openstack-infra | 07:20 | |
*** ashaeron has joined #openstack-infra | 07:21 | |
*** fifieldt has joined #openstack-infra | 07:22 | |
*** hashar has joined #openstack-infra | 07:30 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Reload the gerrit header with its dependencies https://review.openstack.org/126482 | 07:30 |
*** koolhead17 has joined #openstack-infra | 07:31 | |
jhesketh | SergeyLukjanov, fungi, clarkb: when one of you guys are able to, could you please touch GerritSiteHeader.html on review.openstack.org... at the moment the hideci.js is not being loaded into pages because the request url is wrong (and it 404's). I believe touching the header should fix this (see ^ review 126482) | 07:32 |
jhesketh | unfortunately I can't poke any further :-( | 07:32 |
*** mpaolino has joined #openstack-infra | 07:34 | |
*** ZZelle has quit IRC | 07:44 | |
*** ZZelle has joined #openstack-infra | 07:44 | |
*** kashyap has joined #openstack-infra | 07:45 | |
*** mrmartin has joined #openstack-infra | 07:45 | |
*** jistr has joined #openstack-infra | 07:46 | |
*** amcrn has joined #openstack-infra | 07:53 | |
*** katyafervent_awa is now known as katyafervent | 07:55 | |
*** derekh has joined #openstack-infra | 07:57 | |
*** MaxV has joined #openstack-infra | 07:58 | |
*** jpich has joined #openstack-infra | 08:03 | |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack-infra/project-config: Add Kolla PEP8 job https://review.openstack.org/126485 | 08:03 |
*** skolekonov has joined #openstack-infra | 08:07 | |
*** yamamoto has joined #openstack-infra | 08:08 | |
*** _nadya_ has joined #openstack-infra | 08:09 | |
*** e0ne has joined #openstack-infra | 08:09 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** BobBallAway is now known as BobBall | 08:11 | |
*** ildikov has joined #openstack-infra | 08:11 | |
*** che-arne has quit IRC | 08:14 | |
*** berendt has quit IRC | 08:16 | |
*** ihrachyshka has joined #openstack-infra | 08:20 | |
*** temujin has joined #openstack-infra | 08:21 | |
*** nosnos has quit IRC | 08:23 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 08:25 | |
*** oanufriev has quit IRC | 08:27 | |
*** yamamoto has quit IRC | 08:32 | |
*** doude has joined #openstack-infra | 08:35 | |
*** nosnos has joined #openstack-infra | 08:40 | |
*** ilyashakhat has joined #openstack-infra | 08:44 | |
*** jedimike has joined #openstack-infra | 08:44 | |
*** koolhead_ has joined #openstack-infra | 08:45 | |
*** amuller has joined #openstack-infra | 08:45 | |
*** HeOS has joined #openstack-infra | 08:47 | |
*** koolhead17 has quit IRC | 08:48 | |
*** vigneshvar has quit IRC | 08:50 | |
*** jgallard has joined #openstack-infra | 08:50 | |
*** isviridov_away is now known as isviridov | 08:56 | |
*** jp_at_hp has joined #openstack-infra | 08:56 | |
*** dizquierdo has joined #openstack-infra | 08:56 | |
*** jgallard has quit IRC | 08:57 | |
*** arxcruz has quit IRC | 09:01 | |
*** yamamoto has joined #openstack-infra | 09:03 | |
*** arxcruz has joined #openstack-infra | 09:05 | |
*** yamamoto has quit IRC | 09:08 | |
*** yamamoto has joined #openstack-infra | 09:10 | |
rcarrillocruz | hey guys | 09:12 |
*** IvanBerezovskiy has joined #openstack-infra | 09:12 | |
rcarrillocruz | installing a jenkins from upstream in a VM right now | 09:12 |
rcarrillocruz | i've noticed that jenkins_job.ini contains user 'gerrig' | 09:12 |
rcarrillocruz | however, i don't see that user on the jenkins credentials | 09:13 |
rcarrillocruz | should it appear in Jenkins after the manifest completes? | 09:13 |
rcarrillocruz | or the 'gerrig' user creation is not managed by puppet? | 09:13 |
*** jlibosva has joined #openstack-infra | 09:14 | |
rcarrillocruz | jhesketh: hi there, if you are around you may know it ^ | 09:14 |
rcarrillocruz | hmm, unless 'gerrig' is a SSO user... | 09:16 |
*** oomichi_ has joined #openstack-infra | 09:16 | |
*** che-arne has joined #openstack-infra | 09:20 | |
*** lttrl has joined #openstack-infra | 09:24 | |
*** temujin has left #openstack-infra | 09:24 | |
*** yamamoto has quit IRC | 09:25 | |
*** loki184 has quit IRC | 09:26 | |
*** amcrn has quit IRC | 09:26 | |
jhesketh | rcarrillocruz: not sure, care to link please? | 09:28 |
*** berendt has joined #openstack-infra | 09:29 | |
*** yamamoto has joined #openstack-infra | 09:31 | |
*** afazekas has joined #openstack-infra | 09:32 | |
*** andreaf_ is now known as andreaf | 09:32 | |
*** yamahata has quit IRC | 09:34 | |
ihrachyshka | CI toggle button disabled? | 09:37 |
*** yamamoto has quit IRC | 09:39 | |
*** Dafna has joined #openstack-infra | 09:40 | |
*** amuller has quit IRC | 09:40 | |
*** mikap has joined #openstack-infra | 09:43 | |
*** bodepd_ has joined #openstack-infra | 09:43 | |
*** dosaboy_ has joined #openstack-infra | 09:43 | |
*** primemin7sterp has joined #openstack-infra | 09:43 | |
*** mika has quit IRC | 09:44 | |
*** mikap is now known as mika | 09:44 | |
*** med_` has joined #openstack-infra | 09:46 | |
*** primeministerp has quit IRC | 09:47 | |
*** bodepd has quit IRC | 09:47 | |
*** GheRivero has quit IRC | 09:47 | |
*** med_ has quit IRC | 09:47 | |
*** GheRivero has joined #openstack-infra | 09:47 | |
*** pblaho has joined #openstack-infra | 09:48 | |
*** loki184 has joined #openstack-infra | 09:48 | |
*** dosaboy has quit IRC | 09:48 | |
*** pelix has joined #openstack-infra | 09:51 | |
*** rlandy has joined #openstack-infra | 09:51 | |
rcarrillocruz | http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/manifests/jenkins.pp#n6 | 09:54 |
*** cdent has joined #openstack-infra | 09:54 | |
*** amuller has joined #openstack-infra | 09:57 | |
*** ociuhandu has quit IRC | 09:57 | |
*** katyafervent is now known as katyafervent_awa | 10:00 | |
*** Guest51022 has quit IRC | 10:01 | |
*** mrmartin has quit IRC | 10:05 | |
jedimike | rcarrillocruz, hahaha :D | 10:13 |
jedimike | love the comment on it :) | 10:16 |
*** dmakogon_ is now known as denis_makogon | 10:17 | |
*** pcm_ has joined #openstack-infra | 10:17 | |
*** cnesa15 has joined #openstack-infra | 10:18 | |
*** pcm_ has quit IRC | 10:18 | |
*** pcm_ has joined #openstack-infra | 10:19 | |
*** hashar is now known as hasharLunch | 10:22 | |
*** yamamoto has joined #openstack-infra | 10:23 | |
*** yamamoto_ has joined #openstack-infra | 10:26 | |
*** yamamoto has quit IRC | 10:28 | |
*** dimsum_ has joined #openstack-infra | 10:29 | |
*** sdake has joined #openstack-infra | 10:32 | |
*** sdake has quit IRC | 10:32 | |
*** sdake has joined #openstack-infra | 10:32 | |
*** dimsum_ has quit IRC | 10:35 | |
*** ociuhandu has joined #openstack-infra | 10:38 | |
*** jd__ has quit IRC | 10:41 | |
*** jd__ has joined #openstack-infra | 10:41 | |
*** maxbit has quit IRC | 10:43 | |
*** lttrl has quit IRC | 10:46 | |
rcarrillocruz | heh, yeah | 10:51 |
*** hashar has joined #openstack-infra | 10:53 | |
*** jp_at_hp has quit IRC | 10:54 | |
*** hasharLunch has quit IRC | 10:54 | |
*** DuncanT- has quit IRC | 10:54 | |
*** jogo has quit IRC | 10:54 | |
*** dhellmann has quit IRC | 10:54 | |
*** mordred has quit IRC | 10:54 | |
*** jp_at_hp has joined #openstack-infra | 10:57 | |
*** dhellmann has joined #openstack-infra | 10:57 | |
*** dmsimard_away is now known as dmsimard | 10:59 | |
*** dimsum_ has joined #openstack-infra | 11:00 | |
*** fandi has quit IRC | 11:01 | |
*** loki184 has quit IRC | 11:02 | |
*** DuncanT- has joined #openstack-infra | 11:08 | |
*** jogo has joined #openstack-infra | 11:08 | |
*** mordred has joined #openstack-infra | 11:08 | |
*** rlandy_ has joined #openstack-infra | 11:13 | |
*** weshay has quit IRC | 11:15 | |
*** rlandy has quit IRC | 11:16 | |
*** sdake has quit IRC | 11:27 | |
*** sdake has joined #openstack-infra | 11:28 | |
*** salv-orlando has joined #openstack-infra | 11:29 | |
*** jistr has quit IRC | 11:32 | |
*** mpaolino has quit IRC | 11:32 | |
*** alexpilotti has joined #openstack-infra | 11:33 | |
*** mrmartin has joined #openstack-infra | 11:34 | |
*** pblaho has quit IRC | 11:38 | |
ttx | fungi: would welcome a quick review of https://review.openstack.org/#/c/126529 -- this is borking all Launchpad bug updates in merged backports to proposed/*, so I have to manually set them :) | 11:44 |
*** hashar is now known as hasharGame | 11:45 | |
*** skolekonov has quit IRC | 11:49 | |
*** hasharGame is now known as hashar | 11:52 | |
*** jistr has joined #openstack-infra | 11:52 | |
*** amotoki has quit IRC | 11:52 | |
*** weshay has joined #openstack-infra | 11:52 | |
*** AJaeger_ has joined #openstack-infra | 11:53 | |
*** jistr is now known as jistr|english | 11:54 | |
*** TheJulia has joined #openstack-infra | 11:54 | |
*** dprince has joined #openstack-infra | 11:59 | |
*** coolsvap is now known as coolsvap|afk | 12:07 | |
*** mbacchi has joined #openstack-infra | 12:10 | |
*** kgiusti has joined #openstack-infra | 12:11 | |
*** bknudson has joined #openstack-infra | 12:14 | |
*** cnesa15 has quit IRC | 12:14 | |
StevenK | clarkb, fungi: When you guys are around, can I get you to poke at https://review.openstack.org/126467 ? docs.openstack.org/developer/os-cloud-config has been out of date for over a month due to no post docs job. :-/ | 12:15 |
*** JayJ has joined #openstack-infra | 12:16 | |
*** yamahata has joined #openstack-infra | 12:17 | |
anteaya | rcarrillocruz: if memory serves gerrig was a typo that got incorporated after it happened, not sure where else it should show up though | 12:17 |
*** timfreund has quit IRC | 12:18 | |
AJaeger_ | anteaya: good morning, could you check 126467 if you have time, please? | 12:18 |
anteaya | morning AJaeger_ | 12:18 |
* anteaya looks | 12:18 | |
*** mjturek has joined #openstack-infra | 12:21 | |
*** mwagner_lap has joined #openstack-infra | 12:22 | |
anteaya | StevenK: do we still need line 2242? https://review.openstack.org/#/c/126467/1/zuul/layout.yaml | 12:23 |
*** Guest51022 has joined #openstack-infra | 12:23 | |
StevenK | anteaya: That's for os-apply-config, not os-cloud-config | 12:26 |
AJaeger_ | anteaya: could catch - but I think it's still needed...there's no doc job for os-apply-config | 12:26 |
*** aysyd has joined #openstack-infra | 12:26 | |
StevenK | os-apply-config still needs *docs*, let alone a docs job :-) | 12:26 |
anteaya | StevenK: so it is | 12:27 |
anteaya | and away we go | 12:28 |
AJaeger_ | StevenK: and os-cloud-config could use some description on its home page to explain what it is. Could you put updating the landing page on your todo list, please? | 12:28 |
*** dimsum_ has quit IRC | 12:29 | |
*** hdd has joined #openstack-infra | 12:29 | |
StevenK | AJaeger_: That's already done, in fact. | 12:29 |
StevenK | AJaeger_: With the post job added, the next landing for os-cloud-config will update it | 12:29 |
*** dimsum_ has joined #openstack-infra | 12:29 | |
AJaeger_ | StevenK: great! | 12:30 |
StevenK | AJaeger_, anteaya: Thanks, you guys | 12:30 |
*** dims_ has joined #openstack-infra | 12:30 | |
AJaeger_ | StevenK: once it's nice, you could propose a patch to openstack-manuals so that it docu gets linked from http://docs.openstack.org/developer/openstack-projects.html | 12:31 |
StevenK | AJaeger_: Ah, nice. Let me make a note to look into that | 12:31 |
anteaya | StevenK: well technically I'm not a guy, but you're welcome | 12:31 |
StevenK | anteaya: Of course I mean guy in the gender neutral sense, but I forgot that you don't like that, sorry. | 12:32 |
AJaeger_ | StevenK: you can ask on #openstack-doc if you have need help | 12:32 |
*** dims_ has quit IRC | 12:32 | |
*** dimsum_ has quit IRC | 12:33 | |
*** dimsum_ has joined #openstack-infra | 12:33 | |
anteaya | StevenK: guy is only gender neutral to men | 12:34 |
anteaya | it isn't to women | 12:34 |
anteaya | someone named julie did a study on it once, I don't have the link to the results | 12:34 |
StevenK | anteaya: Ah | 12:35 |
*** yamahata has quit IRC | 12:36 | |
*** yamahata has joined #openstack-infra | 12:37 | |
fungi | ttx: reviewing now | 12:41 |
ttx | fungi: cool, thx | 12:41 |
StevenK | Huh, openstackgerrit is dead | 12:42 |
ttx | StevenK: it is. | 12:42 |
*** cnesa15 has joined #openstack-infra | 12:42 | |
StevenK | That would explain the lack of message I was waiting for :-( | 12:42 |
hashar | https://review.openstack.org/ works for me at least :D | 12:42 |
*** zz_dimtruck is now known as dimtruck | 12:42 | |
*** cnesa15 has quit IRC | 12:42 | |
ttx | hashar: only the IRC bot is dead. | 12:42 |
hashar | ohhhh | 12:42 |
fungi | jhesketh: i did a 'sudo touch /home/gerrit2/review_site/etc/GerritSiteHeader.html' just now | 12:44 |
*** cnesa15 has joined #openstack-infra | 12:44 | |
fungi | ihrachyshka: jhesketh was troubleshooting the ci toggle. see if it's any better now (seems to work for me but i may have it cached or something) | 12:45 |
*** denis_makogon has quit IRC | 12:45 | |
ihrachyshka | fungi: works now! jhesketh, thanks | 12:46 |
*** doug-fish has joined #openstack-infra | 12:46 | |
fungi | i'll resuscitate openstackgerrit now | 12:47 |
*** openstackgerrit has joined #openstack-infra | 12:49 | |
fungi | StevenK: openstackgerrit has returned to us--sorry about that | 12:49 |
AJaeger_ | fungi, anteaya, There're three patches that have two +2s but are not approved: https://review.openstack.org/#/c/125636/ https://review.openstack.org/#/c/126026/ https://review.openstack.org/#/c/126380/ | 12:49 |
AJaeger_ | Two of these are my patches. What's the policy with approving these? Is it ok for me to +A such patches? Or is there a reason those are not approved? | 12:49 |
AJaeger_ | Just want to know how to handle this in the future | 12:49 |
*** adalbas has joined #openstack-infra | 12:50 | |
fungi | AJaeger_: i usually take that as a go-ahead to approve my change if there's more than one +2 on the patchset and i don't see any reviewers still waiting on answers to questions posed on it | 12:50 |
*** viktors has joined #openstack-infra | 12:50 | |
*** mmedvede has joined #openstack-infra | 12:51 | |
AJaeger_ | fungi: thanks for confirming - I'll approve now since there were no questions... | 12:51 |
fungi | AJaeger_: i have a question on one | 12:51 |
fungi | adding it now ;) | 12:52 |
AJaeger_ | oops, I already started clicking - let me see | 12:52 |
fungi | nevermind--don't worry about it | 12:52 |
fungi | but there's probably more cleanup we need to do for that unused gerrit plugin besides just remove the jobs for it | 12:53 |
AJaeger_ | fungi: ah, wasn't aware of it. | 12:53 |
AJaeger_ | fungi: can you give me some pointers on what needs to be done for it - or do you want to do it? | 12:54 |
*** mwagner_lap has quit IRC | 12:54 | |
*** denis_makogon has joined #openstack-infra | 12:55 | |
fungi | AJaeger_: well, it's a project, in a gerrit sense. so we should follow more or less the same process we would follow for retiring any project i think? is it still in gerrit/projects.yaml and so on? | 12:55 |
*** julim has joined #openstack-infra | 12:56 | |
AJaeger_ | fungi: a grep for project-gerrit-plugin did not reveal anything in project-config | 12:57 |
fungi | AJaeger_: oh, right the layout.yaml shows the job was simply toed to our copy of the gerrit project | 12:57 |
AJaeger_ | fungi: and https://review.openstack.org/#/admin/projects/ does not list it either | 12:58 |
fungi | i wonder why we use a separate project entry for it in jenkins/jobs/projects.yaml, but i suppose we don't treat it as a real project | 12:58 |
fungi | in actuality it's a git submodule, i believe | 12:58 |
fungi | so i think gerrit tracks those slightly differently | 12:59 |
*** pblaho has joined #openstack-infra | 12:59 | |
*** radez_g0n3 is now known as radez | 12:59 | |
AJaeger_ | fungi: is there anything I should do now to clean up? This is something new to me... | 13:01 |
anteaya | krtaylor: we have a session time: http://kilodesignsummit.sched.org/event/9902dac01525691e60ac94bf236569c6#.VDPkGa24FOG | 13:01 |
fungi | AJaeger_: basically new to me too... i'm poking around seeing if i can tell whether there's anything else we need to do for it. not sure yet | 13:01 |
AJaeger_ | sorry, fungi - I should have waited... | 13:02 |
fungi | AJaeger_: i may just ask zaro later | 13:02 |
fungi | trying to prep for day-o-meetings | 13:02 |
anteaya | ah tuesdays | 13:03 |
anteaya | the meetingest day of the week | 13:03 |
anteaya | though no tc meeting today | 13:03 |
*** ashaeron has quit IRC | 13:03 | |
*** mwagner_lap has joined #openstack-infra | 13:03 | |
* AJaeger_ is since 9am in meetings (it's 3pm now for me) | 13:04 | |
anteaya | wooooo | 13:04 |
anteaya | moar meetings | 13:04 |
*** pradk has quit IRC | 13:04 | |
jhesketh | fungi: thanks, glad that fixed it :-) | 13:04 |
anteaya | jhesketh: hello | 13:05 |
*** ashaeron has joined #openstack-infra | 13:05 | |
jhesketh | fungi: here is the fix to stop the bug from reoccuring: https://review.openstack.org/#/c/126482/ | 13:05 |
jhesketh | anteaya: heya | 13:05 |
anteaya | jhesketh: I'm surprised you're still up | 13:06 |
*** jistr|english is now known as jistr | 13:07 | |
jhesketh | anteaya: I'm a night person ;-) | 13:07 |
anteaya | you are tonight | 13:08 |
*** HeOS has quit IRC | 13:08 | |
*** [HeOS] has joined #openstack-infra | 13:08 | |
anteaya | until you attend an infra meeting | 13:08 |
*** esker has joined #openstack-infra | 13:08 | |
anteaya | then you are either a morning person or *really* a night person | 13:09 |
krtaylor | anteaya, great! when did that happen? | 13:09 |
*** sdake_ has joined #openstack-infra | 13:09 | |
*** miqui has joined #openstack-infra | 13:09 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Delete delete-project-gerrit-plugin jobs https://review.openstack.org/125636 | 13:09 |
anteaya | krtaylor: moments before I posted the link to you | 13:09 |
openstackgerrit | A change was merged to openstack-infra/project-config: Add check for ordering of jenkins/jobs/projects.yaml https://review.openstack.org/126026 | 13:09 |
openstackgerrit | A change was merged to openstack-infra/project-config: Enable Keystone extensions for OSC functional jobs https://review.openstack.org/126380 | 13:09 |
jhesketh | anteaya: yeah, although daylight savings started this week so now the meeting is at 6am which makes it firmly in the morning category | 13:09 |
anteaya | jhesketh: firm mornings, the best kind of mornings | 13:10 |
anteaya | better than squishy mornings | 13:10 |
anteaya | and you switched time observance structures already? | 13:10 |
anteaya | thank goodness for utc | 13:10 |
*** jog0 has joined #openstack-infra | 13:11 | |
*** jogo has quit IRC | 13:11 | |
jhesketh | anteaya: switched on Sunday | 13:12 |
krtaylor | anteaya, well that was easy, I thought we'd have to discuss at todays infra meeting | 13:13 |
*** timfreund has joined #openstack-infra | 13:13 | |
* krtaylor suspects that anteaya did the heavy lifting on that one | 13:13 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/project-config: Grab the html version of console log https://review.openstack.org/126471 | 13:14 |
*** kgiusti has quit IRC | 13:14 | |
anteaya | jhesketh: cool | 13:15 |
*** dustins has joined #openstack-infra | 13:15 | |
anteaya | krtaylor: well we had to get the etherpad in shape so I had something to life | 13:15 |
anteaya | lift | 13:15 |
anteaya | so I'm glad we addressed that yesterday at the third-party meeting, thank you | 13:15 |
*** dprince has quit IRC | 13:15 | |
*** dprince has joined #openstack-infra | 13:16 | |
*** kgiusti has joined #openstack-infra | 13:17 | |
jhesketh | okay I'm off | 13:18 |
jhesketh | night! | 13:18 |
AJaeger_ | good night, jhesketh ! | 13:19 |
anteaya | night jhesketh | 13:20 |
*** mjturek has quit IRC | 13:21 | |
*** mjturek has joined #openstack-infra | 13:22 | |
*** mriedem has joined #openstack-infra | 13:22 | |
*** r-daneel has joined #openstack-infra | 13:23 | |
*** flaviof_zzz is now known as flaviof | 13:23 | |
*** amotoki has joined #openstack-infra | 13:23 | |
*** nosnos has quit IRC | 13:24 | |
*** mrmartin has quit IRC | 13:27 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Add Kolla PEP8 job https://review.openstack.org/126485 | 13:28 |
*** yamamoto_ has quit IRC | 13:29 | |
*** zz_jgrimm is now known as jgrimm | 13:29 | |
*** sdake_ has quit IRC | 13:30 | |
*** koolhead_ has quit IRC | 13:32 | |
anteaya | yay, a tc candidate!! | 13:32 |
* anteaya wipes her brow | 13:33 | |
anteaya | whew | 13:33 |
*** koolhead17 has joined #openstack-infra | 13:33 | |
AJaeger_ | yeah, annegentle ! | 13:34 |
annegentle | AJaeger_: whew! | 13:34 |
anteaya | I can't indicate any preference for a candidate | 13:34 |
anteaya | all I can say is yay a candidate! | 13:34 |
AJaeger_ | anteaya: since there's only one, you could say that you would vote for her with the current set of candidates ;) | 13:35 |
annegentle | LOL AJaeger_ :) | 13:35 |
anteaya | I can't say who I would vote for under any circumstances | 13:35 |
*** gokrokve has joined #openstack-infra | 13:35 | |
anteaya | that would call into question my neutrality | 13:35 |
anteaya | which I won't do | 13:35 |
*** bcourt has quit IRC | 13:35 | |
anteaya | can't even joke about it, sorry to be a stick in the mud | 13:36 |
AJaeger_ | anteaya: understood. | 13:36 |
anteaya | AJaeger_: thanks | 13:36 |
AJaeger_ | anteaya: btw. you do a great job with the elections, thanks! | 13:36 |
*** mwagner_lap has quit IRC | 13:36 | |
*** koolhead17 has quit IRC | 13:37 | |
AJaeger_ | The sorting check for jenkins/jobs/projects.yaml works ust fine - dhellmann's addition at end-of-file will fail now (just rechecked) | 13:37 |
anteaya | AJaeger_: thanks, I appreciate that you think so | 13:37 |
*** bcourt has joined #openstack-infra | 13:37 | |
anteaya | AJaeger_: oh I want to test that | 13:37 |
anteaya | AJaeger_: which dhellmann patch can I test it with? | 13:38 |
AJaeger_ | anteaya: https://review.openstack.org/125796 | 13:38 |
AJaeger_ | It failed the test now ;) | 13:39 |
AJaeger_ | and the test passed in https://review.openstack.org/126471 | 13:39 |
*** MarkAtwood has joined #openstack-infra | 13:39 | |
AJaeger_ | (recheck still running for 126471) | 13:40 |
*** xyang0 has joined #openstack-infra | 13:40 | |
anteaya | the gate-project-config-jenkins-project job was not registered on 126471 | 13:41 |
AJaeger_ | anteaya: https://jenkins05.openstack.org/job/gate-project-config-jenkins-project/1/ | 13:41 |
anteaya | sorry I wanted to test 126145 | 13:41 |
anteaya | AJaeger_: what patch is that job from? | 13:41 |
AJaeger_ | it's from 126471 - the running recheck | 13:42 |
*** zns has joined #openstack-infra | 13:42 | |
AJaeger_ | sure, please test 126145. | 13:42 |
*** armax has joined #openstack-infra | 13:45 | |
*** oomichi_ has quit IRC | 13:46 | |
*** AJaeger_ has quit IRC | 13:48 | |
*** hdd has quit IRC | 13:50 | |
*** e0ne has quit IRC | 13:50 | |
*** Sincler has joined #openstack-infra | 13:51 | |
*** mwagner_lap has joined #openstack-infra | 13:52 | |
*** e0ne has joined #openstack-infra | 13:53 | |
*** gokrokve has quit IRC | 13:53 | |
*** pcm_ has quit IRC | 13:54 | |
*** hdd has joined #openstack-infra | 13:54 | |
*** emagana has joined #openstack-infra | 13:54 | |
*** hdd has quit IRC | 13:55 | |
*** andreaf is now known as andreaf_ | 13:57 | |
*** e0ne has quit IRC | 13:58 | |
*** marun has joined #openstack-infra | 13:58 | |
*** ashaeron has quit IRC | 13:59 | |
*** dangers_away is now known as dangers | 13:59 | |
*** mfer has joined #openstack-infra | 14:00 | |
*** markmcclain has joined #openstack-infra | 14:00 | |
*** julim has quit IRC | 14:01 | |
*** e0ne has joined #openstack-infra | 14:01 | |
*** nelsnelson has joined #openstack-infra | 14:02 | |
*** julim has joined #openstack-infra | 14:04 | |
*** e0ne_ has joined #openstack-infra | 14:05 | |
*** esker has quit IRC | 14:06 | |
*** e0ne has quit IRC | 14:06 | |
*** ayoung has joined #openstack-infra | 14:06 | |
*** esker has joined #openstack-infra | 14:06 | |
*** ashaeron has joined #openstack-infra | 14:07 | |
*** david-lyle has joined #openstack-infra | 14:08 | |
*** radez is now known as radez_g0n3 | 14:08 | |
*** _nadya_ has quit IRC | 14:09 | |
*** stevemar has joined #openstack-infra | 14:12 | |
*** ashaeron has quit IRC | 14:12 | |
*** zns has quit IRC | 14:13 | |
*** ashaeron has joined #openstack-infra | 14:13 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Add manifest build to groups portal release job https://review.openstack.org/125494 | 14:14 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/project-config: Switch all tripleo tests to use Ironic https://review.openstack.org/126563 | 14:16 |
*** pradk has joined #openstack-infra | 14:17 | |
dolphm | i'm looking at the transifex patches from openstack-proposal-bot - can anyone point me to the repo which is responsible for producing those patches? | 14:17 |
*** hdd has joined #openstack-infra | 14:17 | |
*** [HeOS] has quit IRC | 14:18 | |
morganfainberg | dolphm, https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/translation-jobs.yaml | 14:18 |
*** pblaho has quit IRC | 14:18 | |
morganfainberg | dolphm, and it *looks* like a periodic job in zuul. | 14:18 |
*** homeless has joined #openstack-infra | 14:18 | |
*** koolhead17 has joined #openstack-infra | 14:18 | |
*** koolhead17 has quit IRC | 14:18 | |
*** koolhead17 has joined #openstack-infra | 14:18 | |
*** pblaho has joined #openstack-infra | 14:18 | |
morganfainberg | dolphm, looking https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/propose_translation_update.sh | 14:18 |
morganfainberg | dolphm, and https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/common_translation_update.sh is the sourced file. | 14:19 |
*** radez_g0n3 is now known as radez | 14:19 | |
dolphm | morganfainberg: i don't see any branch handling there | 14:20 |
morganfainberg | yeah | 14:20 |
morganfainberg | looks like master only | 14:20 |
dolphm | morganfainberg: even the git-review line only has a topic | 14:20 |
AJaeger | dolphm, I can | 14:20 |
AJaeger | dolphm, project-config is the repo | 14:20 |
*** dkranz has joined #openstack-infra | 14:21 | |
dolphm | AJaeger: thanks! (but morgan beat you to it :) | 14:21 |
AJaeger | jenkins/scripts//propose_translation_update.sh | 14:21 |
AJaeger | ah, I should have read all. | 14:21 |
*** david-lyle has quit IRC | 14:21 | |
dolphm | AJaeger: we're looking for branch support, for stable/* and proposed/* specifically | 14:21 |
morganfainberg | AJaeger, we're looking to update translations for *just* proposed/juno branch if possible | 14:21 |
AJaeger | dolphm, I've done all of the last changes - so can answer any questions you have | 14:21 |
AJaeger | Ah - that hasn't been done yet ;( | 14:22 |
*** zns has joined #openstack-infra | 14:22 | |
*** zz_gondoi is now known as gondoi | 14:22 | |
AJaeger | For horizon akihiro and daisy copied in transifex everything away to -juno | 14:22 |
AJaeger | and then manually import | 14:22 |
AJaeger | The problem is that there's no branch support in transifex - and any change you submit now in keystone, updates the PO files in transifex | 14:23 |
AJaeger | So, you would loose support. | 14:23 |
*** otherwiseguy has joined #openstack-infra | 14:23 | |
AJaeger | dolphm, morganfainberg: My proposal: Don't do it ;( | 14:23 |
*** maxbit has joined #openstack-infra | 14:24 | |
morganfainberg | AJaeger, ah . | 14:24 |
AJaeger | keep the state of the translations as is - or discuss on the openstack-i18n mailing list with the translators | 14:24 |
clarkb | there is no stable branch support | 14:24 |
clarkb | we have string freezes | 14:24 |
dolphm | AJaeger: that's no fun | 14:24 |
morganfainberg | dolphm, we might just need to backport straight from master for RC2 if ttx wants the update | 14:24 |
dolphm | clarkb: just looking to keep line numbers and whatnot in sync as we backport patches | 14:24 |
dolphm | clarkb: the strings themselves shouldn't change | 14:25 |
clarkb | line numbers are just comments right? | 14:25 |
dolphm | clarkb: yes | 14:25 |
morganfainberg | dolphm, i don't think we can backport the master one we've landed removal patches? | 14:25 |
AJaeger | dolphm, what exactly is the problem you're trying to solve? | 14:25 |
morganfainberg | since we opened for Kilo | 14:25 |
dolphm | morganfainberg: clarkb: we also have the risk of backporting new strings from master that are not in proposed/juno | 14:25 |
*** [HeOS] has joined #openstack-infra | 14:25 | |
AJaeger | morganfainberg, the removal of files is fine | 14:26 |
morganfainberg | clarkb, dolphm, not that the strings in juno changed, but yes. | 14:26 |
AJaeger | dolphm, exactly | 14:26 |
dolphm | AJaeger: updating translations in proposed/juno one last time before release | 14:26 |
*** tonytan4ever has joined #openstack-infra | 14:26 | |
AJaeger | dolphm, let me check something... | 14:26 |
AJaeger | dolphm, this is keystone, correct? | 14:26 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/jeepyb: Add a git clean command before updating local copy https://review.openstack.org/126567 | 14:27 |
AJaeger | dolphm, when did you import last time the translations? | 14:27 |
AJaeger | Not today - the one before | 14:27 |
ttx | Sep 29 | 14:27 |
morganfainberg | AJaeger, https://review.openstack.org/#/c/123941/ | 14:28 |
AJaeger | dolphm, morganfainberg http://paste.openstack.org/show/119389/ | 14:28 |
AJaeger | You're not missing much on translation strings | 14:28 |
ttx | AJaeger: but they do not get the cleanup where we delete the <20% | 14:28 |
AJaeger | ttx, indeed. That's one missing piece | 14:29 |
*** erikmwilson has joined #openstack-infra | 14:30 | |
dolphm | morganfainberg: we've also deleted a signficant amount of code from master - i don't think it's the case, but i wouldn't want to delete a bunch of valid strings in proposed/juno either | 14:30 |
ttx | which is the biggest reason why I wanted to refresh on rc2 | 14:30 |
morganfainberg | dolphm, yeah that was my concern | 14:30 |
*** jgallard has joined #openstack-infra | 14:30 | |
AJaeger | ttx and those files could easily backported | 14:30 |
clarkb | so I wouldnt backport | 14:30 |
ttx | since we have string freeze a,d line numbers are comments... | 14:30 |
ttx | backport should be safe ? | 14:30 |
clarkb | I would generate stable/ approprate changes directly | 14:31 |
AJaeger | ttx, removal of files should be safe. backport of changes not. | 14:31 |
dolphm | clarkb: how? | 14:31 |
ttx | clarkb: and when :) | 14:31 |
clarkb | extract messages, sync in translations you want push to gerrit | 14:31 |
AJaeger | dolphm, do you want a manual patch that removes the files? | 14:31 |
*** gokrokve has joined #openstack-infra | 14:32 | |
dolphm | AJaeger: yes, but i'd also like to know how to produce that patch myself | 14:32 |
dolphm | AJaeger: python setup.py update_catalog --no-fuzzy-matching --ignore-obsolete=true ? | 14:33 |
AJaeger | I would just run jenkins/scripts/propose_translation_update.sh manually | 14:33 |
AJaeger | without the "send_patch" at the end | 14:33 |
AJaeger | and the initial setup of setup_git and setup_review | 14:34 |
AJaeger | you might want to skip the "tx pull" | 14:34 |
AJaeger | It downloads the translations of the current state... | 14:35 |
AJaeger | And needs transifex-client installed | 14:35 |
*** dprince has quit IRC | 14:35 | |
dolphm | AJaeger: how'd i do? https://review.openstack.org/#/c/126569/ | 14:36 |
AJaeger | dolphm, the python setup.py merges translation and regenerates. | 14:36 |
* AJaeger checks | 14:36 | |
*** pcrews has joined #openstack-infra | 14:36 | |
AJaeger | dolphm, that is fine. | 14:36 |
AJaeger | It did not delete the 20 % files - if you want those, call | 14:37 |
*** coolsvap|afk is now known as coolsvap | 14:37 | |
AJaeger | "cleanup_po_files keystone" - from the common.. script | 14:37 |
AJaeger | dolphm, if you want to update the LOG messages, you need to call the loop https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/propose_translation_update.sh#L43 as well | 14:38 |
AJaeger | but first call setup_loglevel_vars | 14:39 |
AJaeger | dolphm, but your patch is fine - the question is just whether you want to enhance it. | 14:39 |
*** hdd has quit IRC | 14:40 | |
dolphm | AJaeger: ah the setup_loglevel_vars explains why it deleted everything in locale/ lol | 14:40 |
AJaeger | everything? That | 14:40 |
AJaeger | That'S not good ;( | 14:41 |
dolphm | AJaeger: it was my mistake | 14:41 |
AJaeger | dolphm: I should have better documented the calls - let me do a quick patch and then refine it later. I need to leave soon. | 14:41 |
dolphm | AJaeger: i was about to say the same | 14:42 |
dolphm | AJaeger: i'm going to leave it as-is for the moment | 14:42 |
dolphm | ttx: morganfainberg: see the updated commit message https://review.openstack.org/#/c/126569/ - although as AJaeger mentioned above, this can be improved with a couple additional steps | 14:44 |
*** _nadya_ has joined #openstack-infra | 14:44 | |
*** datsun180b has joined #openstack-infra | 14:44 | |
AJaeger | dolphm, fine! | 14:44 |
*** esker has quit IRC | 14:45 | |
*** wenlock has joined #openstack-infra | 14:46 | |
*** IAX has joined #openstack-infra | 14:46 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Document jenkins/scripts/propose_translation_update.sh https://review.openstack.org/126574 | 14:48 |
AJaeger | dolphm, please review ^^^ and tell me what's missing or would have helped you even more | 14:48 |
AJaeger | dolphm, common_translation_update.sh has more comments in it... | 14:49 |
*** eharney has joined #openstack-infra | 14:49 | |
ttx | dolphm, AJaeger: loks like it doesn't scrub the near-empty files | 14:50 |
*** [HeOS] has quit IRC | 14:50 | |
AJaeger | ttx: dolphm didn't do that call | 14:50 |
ttx | AJaeger: should we ? | 14:51 |
ttx | I feel like <20% translations arte worse than nothing | 14:51 |
*** HeOS has joined #openstack-infra | 14:51 | |
ttx | so I support scrubbing them | 14:51 |
AJaeger | ttx: I agree and that'S why they're now deleted ;) | 14:51 |
ttx | AJaeger: what should have dolph run instead ? | 14:52 |
AJaeger | ttx, I'll just document it ;) Need to run it myself first | 14:52 |
*** emagana has quit IRC | 14:52 | |
*** chuckC_ has quit IRC | 14:52 | |
ttx | ok, thx | 14:52 |
*** emagana has joined #openstack-infra | 14:53 | |
ttx | AJaeger: we'll talk about it at the cross-project meeting tonight, if you are still around at 21:00 UTC | 14:53 |
ttx | to communicate the recipe around | 14:53 |
AJaeger | http://paste.openstack.org/show/119401/ contains the commands I executed, dolphm | 14:53 |
AJaeger | ttx, which cross-project meeting? | 14:54 |
*** jheroux has joined #openstack-infra | 14:54 | |
ttx | AJaeger: release/project meeting | 14:54 |
ttx | http://wiki.openstack.org/Meetings/ProjectMeeting | 14:54 |
AJaeger | ttx, ah. Let me see whether I'm still awake... | 14:54 |
ttx | you should not be :) | 14:54 |
ttx | just in case you can't sleep, join us ;) | 14:55 |
AJaeger | ttx: thanks! | 14:55 |
ttx | otherwise I'll communicate whatever you come up with | 14:55 |
AJaeger | ttx the paste above contains the commands for deletions | 14:56 |
*** reed has joined #openstack-infra | 14:56 | |
AJaeger | ttx, I need to leave now, will be back online in 2+ hours. If any of you can grab the commands and document it, it would be nice - if not, I'll do it myself | 14:57 |
ttx | I'll let dolphm try them | 14:57 |
*** emagana has quit IRC | 14:57 | |
AJaeger | ;) | 14:57 |
AJaeger | bye for now! | 14:57 |
*** markmcclain has quit IRC | 14:58 | |
openstackgerrit | Doug Hellmann proposed a change to openstack-infra/project-config: Build docs for openstack/governance https://review.openstack.org/125796 | 14:58 |
dhellmann | AJaeger, anteaya : I can't make that sort error appear locally. How do I run that test myself? | 14:59 |
*** thedodd has joined #openstack-infra | 15:00 | |
mestery | Hi infra folks! Have a question: How can I create a gerrit group which has only +2/-2, and not +A. Is this possible? | 15:00 |
openstackgerrit | Doug Hellmann proposed a change to openstack-infra/project-config: Add jenkins-project to the default env list https://review.openstack.org/126579 | 15:00 |
dhellmann | AJaeger, anteaya : found it ^^ | 15:01 |
*** chuckC_ has joined #openstack-infra | 15:02 | |
dhellmann | mestery: I think the "label-Workflow" permissions control the +A, so if you leave those out of your acl file it should do what you want | 15:02 |
*** mriedem has quit IRC | 15:02 | |
mestery | dhellmann: Awesome, thanks! Any pointers to adding this new group? Apologies for being a noob here. ;) | 15:03 |
dhellmann | mestery: I've only ever managed groups through a combination of patches to acl files and asking fungi for help -- I *think* if the acl file refers to a group that does not exist, it will be created automatically but then be empty and you'll need someone to add you | 15:03 |
*** mwagner_lap has quit IRC | 15:04 | |
*** rushiagr is now known as rushiagr_away | 15:04 | |
*** mriedem has joined #openstack-infra | 15:04 | |
openstackgerrit | Jay Pipes proposed a change to openstack-infra/project-config: Define OpenStack projects without Programs https://review.openstack.org/126581 | 15:04 |
fungi | dhellmann: mestery: correct | 15:05 |
mestery | fungi: Are there pointers for creating this on a wiki somewhere? Or do I just create the group in the gerrit UI? | 15:05 |
mestery | dhellmann: Thanks for pointing me at fungi. :) | 15:05 |
fungi | mestery: you reference the new group in an acl | 15:06 |
fungi | mestery: for example openstack-infra/project-config:gerrit/acls/openstack/neutron.config | 15:06 |
dhellmann | mestery: this might be useful: https://wiki.openstack.org/wiki/Oslo/CreatingANewLibrary#Add_Gerrit_permissions | 15:06 |
mestery | fungi: Cool! I'll take a peek and poke you for any help. Much appreciated! | 15:06 |
fungi | mestery: once the review for the change to the acl gets approved, the group gets automatically created (empty) as dhellmann indicated | 15:07 |
mestery | fungi: Ack, got it. Thanks! | 15:07 |
*** jamielennox has quit IRC | 15:08 | |
*** gibigiana has quit IRC | 15:08 | |
*** gibigiana has joined #openstack-infra | 15:08 | |
*** ihrachyshka has quit IRC | 15:10 | |
*** hashar has quit IRC | 15:10 | |
openstackgerrit | Kyle Mestery proposed a change to openstack-infra/project-config: Add neutron-drivers team for approving specs. https://review.openstack.org/126588 | 15:11 |
mestery | fungi: Is it as simple as that ^^^ | 15:11 |
ttx | fungi: fix is working, now autoclosing on propsoed/juno: https://bugs.launchpad.net/python-glanceclient/+bug/1371559 | 15:11 |
uvirtbot | Launchpad bug 1371559 in python-glanceclient "v2 image-update does not handle some schema properties properly" [Medium,Fix committed] | 15:11 |
fungi | ttx: excellent | 15:11 |
anteaya | mestery: yes | 15:11 |
mestery | anteaya: Awesome, thanks! | 15:11 |
anteaya | mestery: what about abandon | 15:12 |
* mestery looks | 15:12 | |
*** kgiusti has quit IRC | 15:12 | |
anteaya | mestery: do you want all of specs core to be able to abandon? or just the drivers group? | 15:12 |
mestery | anteaya: Good call, changing that, new patch inbound. | 15:12 |
anteaya | mestery: kk | 15:12 |
openstackgerrit | Kyle Mestery proposed a change to openstack-infra/project-config: Add neutron-drivers team for approving specs. https://review.openstack.org/126588 | 15:12 |
mestery | anteaya: ^^^ | 15:13 |
anteaya | mestery: +2 | 15:13 |
mestery | anteaya: Thank you! | 15:14 |
anteaya | np | 15:14 |
HeOS | Hi everyone! Can we migrate from gerrit 'A' to gerrit 'B' only specific branches by jeepyb? | 15:14 |
fungi | HeOS: probably you would need intermediate clone repositories with the unwanted branches deleted | 15:15 |
anteaya | dhellmann: I think it was you that asked me a format question about tc question responses? https://wiki.openstack.org/wiki/TC_Elections_October_2014#Responses_to_TC_Election_Questions | 15:16 |
fungi | HeOS: also, keep in mind that the review history on the migrated commits would not end up in the second gerrit | 15:16 |
anteaya | dhellmann: that is the vision, which will look better once we have a few more candidates to fill it out | 15:16 |
*** kgiusti has joined #openstack-infra | 15:16 | |
*** changbl_ has joined #openstack-infra | 15:17 | |
bswartz | I have a question about gerrit/launchpad and I'm not sure if this is the right place -- how can I change my email address in Launchpad and/or add a second "identity" to gerrit which refers to a different email address? | 15:17 |
*** mwagner_lap has joined #openstack-infra | 15:17 | |
bswartz | right now I have 2 email addresses in gerrit and I'd like to have just 1 | 15:17 |
clarkb | ttx: dolphm: ok I didn't quite follow the entire keystone translation thread here but it sounds like you guys are happy? | 15:18 |
anteaya | bswartz: this is the right place to ask | 15:18 |
clarkb | ttx: dolphm: we can probably set up jobs that run on stable/* that do not sync from transifex and just do cleanup of the files in the repos | 15:18 |
*** thedodd has quit IRC | 15:18 | |
fungi | bswartz: your question seems contradictory to me. first you say you want a second e-mail address in gerrit, then you say you have two and want only onwe | 15:19 |
clarkb | ttx: dolphm: would that have been helpful | 15:19 |
openstackgerrit | Jay Pipes proposed a change to openstack-infra/project-config: Define OpenStack projects without Programs https://review.openstack.org/126581 | 15:19 |
anteaya | so for emails in gerrit go to settings > contact information | 15:19 |
bswartz | fungi: I want to change the email address -- but I'm not able to change the one associated with the LP identity | 15:19 |
bswartz | so I'm stuck halfway with 2 addresses | 15:19 |
fungi | bswartz: oh, you want gerrit to use a different e-mail address than lp? | 15:20 |
bswartz | fungi: I already have that working | 15:20 |
bswartz | but I still login with the old email address | 15:20 |
fungi | er | 15:20 |
bswartz | I can't change the email address I login with because that's tied to my LP | 15:21 |
fungi | bswartz: when you say "email address" are you talking about a different launchpad account entirely or something? | 15:21 |
bswartz | fungi: perhaps -- when I attemped to change my email address in LP, my logins to gerrit stopped working | 15:22 |
jroll | bswartz: I have the same problem, as far as I can tell it's not solveable without a new gerrit ID, then you lose everything tied to the old one :( | 15:22 |
fungi | bswartz: you should be able to modify your gerrit e-mail addresses at https://review.openstack.org/#/settings/contact (choose which is preferred, remove unwanted addresses, register new ones), but gerrit's openid integration will also import and link an e-mail address if your lp account login provides one | 15:22 |
*** thedodd has joined #openstack-infra | 15:22 | |
bswartz | jroll: that's what I've observed but I'm not willing to accept defeat | 15:22 |
jroll | ha | 15:23 |
bswartz | fungi: I'm talking about this page https://review.openstack.org/#/settings/web-identities | 15:23 |
fungi | bswartz: there are also regrettably some sorts of changes you can make to your lp account which causes it to start using a new openid url, and if you log in with that it causes gerrit to create a new account, possibly also importing a conflicting e-mail address | 15:23 |
bswartz | I have multiple emails but only one "Identity" | 15:23 |
bswartz | fungi: yes that's exactly what happened to me | 15:23 |
bswartz | so how can I fix my gerrit to accept the new openid url? | 15:24 |
fungi | okay, it can basically only be cleaned up with database surgery. this is one of the reasons we're eager to replace lp with an openid provider of our own. lp and gerrit have different "ideas" of what is an acceptable level of consistency for openid urls | 15:24 |
bswartz | interesting | 15:25 |
fungi | i'll go digging in the db and see what i can do to untangle this for you | 15:25 |
dolphm | fungi: you should be able to change addresses (i have done so myself), but there appears to be an issue with gerrit where you can get stuck | 15:25 |
bswartz | is this new openID system close to seeing the light of day? | 15:25 |
jedimike | clarkb, I think I did what you suggested with https://review.openstack.org/#/c/114510/5/ :) could you take a quick look and let me know if I'm along the right lines? | 15:25 |
fungi | bswartz: closer every day. i have the https cert for the domain as of this week | 15:26 |
fungi | bswartz: mrmarton and smarcet have been writing and implementing the system, and integrating it with the foundation account db | 15:26 |
clarkb | jedimike: sure | 15:27 |
*** che-arne has quit IRC | 15:27 | |
dolphm | fungi: Lance Bragstad is another gerrit account that is funked up - there appear to be two gerrit accounts, one of which is broken. (there were two LP accounts at some point, but I don't think that's the case anymore) | 15:29 |
fungi | dolphm: cool, i'll have a look at that one too and see what i can do | 15:29 |
dolphm | as a result, you can't add him as a reviewer at all, but he shows up twice in search | 15:29 |
clarkb | jedimike: yup I think that is what jeblair had in mind. I am not sure https://review.openstack.org/#/c/114510/5/zuul/trigger/__init__.py is necessary. Couldn't you just directly import zuul.trigger.gerrit? | 15:30 |
*** Hefeweizen has joined #openstack-infra | 15:31 | |
openstackgerrit | Sergey Skripnick proposed a change to openstack-infra/project-config: Change paths in rally-jobs according to new layout https://review.openstack.org/126598 | 15:31 |
clarkb | jedimike: I only bring that up because that is an idiom that isn't used anywhere else in zuul iirc | 15:31 |
jedimike | clarkb, yeah, originally I had an empty validate_trigger function in timer too, so we had a path to check each trigger type already set up, so it's kinda the structure left from that, should we need it. Easy enough to change though to fit in with the rest of the style | 15:31 |
*** kgiusti has quit IRC | 15:32 | |
*** k4n0 has quit IRC | 15:33 | |
*** jog0 is now known as jogo | 15:34 | |
*** HeOS has quit IRC | 15:34 | |
*** kgiusti has joined #openstack-infra | 15:37 | |
*** hdd has joined #openstack-infra | 15:37 | |
*** otherwiseguy has quit IRC | 15:38 | |
*** otherwiseguy has joined #openstack-infra | 15:39 | |
openstackgerrit | Mike Heald proposed a change to openstack-infra/zuul: Enforce ref only for gerrit events that supply a ref https://review.openstack.org/114510 | 15:40 |
*** kgiusti has quit IRC | 15:40 | |
*** kgiusti has joined #openstack-infra | 15:41 | |
jedimike | there, simplified in patch set 6 :) | 15:41 |
*** dizquierdo has quit IRC | 15:41 | |
clarkb | jedimike: is the bad_misplaced_ref fixture automagically being tested for you? | 15:42 |
*** e0ne_ is now known as e0ne | 15:42 | |
*** kgiusti has joined #openstack-infra | 15:42 | |
clarkb | jedimike: wouldn't suprise me if that was the case just double checking :) | 15:42 |
clarkb | but that looks better thanks | 15:42 |
jedimike | clarkb, yes, it is :) I always make a test fail before I write new code, testing each fixture works nicely | 15:42 |
dolphm | AJaeger: this was a bit more involved, but does this look correct? https://review.openstack.org/#/c/126569/ | 15:42 |
*** jamielennox has joined #openstack-infra | 15:43 | |
clarkb | dolphm: is the desire there simply to minimize the contents of the release? /me is trying to figure out what the goal is so it can be automated for next time | 15:43 |
reed | does planet.openstack.org export also RSS (it only references atom.xml) | 15:44 |
clarkb | jedimike: yup I see the magical test now. /me +2s | 15:44 |
* jedimike does the happy dance | 15:44 | |
dolphm | clarkb: honestly i don't know if this is correct. you need a transifex account to pull translations, which i don't have, so this seems to have nuked everything | 15:45 |
mordred | reed: http://planet.openstack.org/rss20.xml | 15:46 |
reed | thanks mordred | 15:46 |
clarkb | dolphm: it should nuke anything under 20% translated | 15:47 |
reed | do you know openstack product managers who may want to meet other like-minded individuals? please point them at http://maffulli.net/2014/10/07/next-steps-for-hidden-influencers/ | 15:47 |
mordred | gothicmindfood: ^^ | 15:48 |
clarkb | dolphm: if you don't run the sync from transifex those numbers should remain the same right? | 15:48 |
dolphm | clarkb: that's throwing away a lot of good translations | 15:48 |
dolphm | clarkb: not sure | 15:48 |
dolphm | clarkb: i'll found out when AJaeger returns :) | 15:48 |
clarkb | dolphm: the 20% threshold as AJaeger and ttx have said above is sort of a useful vs not useful number. And the translations don't go away they continue to live on transifex | 15:48 |
fungi | also someone needs to come up with a less creepy name than "hidden influencers" | 15:51 |
mordred | fungi: what about "secret cabal of meat" | 15:52 |
*** xyang0 has quit IRC | 15:52 | |
ttx | shadows behind the throne | 15:52 |
ttx | oe "the spiders" | 15:52 |
mordred | ttx: what do shadows behind the throne do when there is no throne? | 15:53 |
ttx | mordred: must be bored to death | 15:53 |
fungi | mordred: negative, i am a meat popsicle | 15:53 |
clarkb | jedimike: oh you still need to fix indentation though | 15:54 |
clarkb | pep8 should fail and yell about it | 15:54 |
jedimike | oh, pep8 didn't yell :( I'll check and fix now | 15:54 |
clarkb | fungi: mordred: https://review.openstack.org/#/c/125244/2 is a thing that would make sdague very happy when he gets back | 15:55 |
clarkb | mordred: also see comments on https://review.openstack.org/#/c/125475/ | 15:55 |
*** vhoward has left #openstack-infra | 15:55 | |
anteaya | fungi: the only correct answer | 15:55 |
openstackgerrit | Mike Heald proposed a change to openstack-infra/zuul: Enforce ref only for gerrit events that supply a ref https://review.openstack.org/114510 | 15:56 |
*** arxcruz has quit IRC | 16:00 | |
* clarkb digs up a test that can be run on devstack-precise-dib | 16:00 | |
*** primemin7sterp is now known as primeministerp | 16:02 | |
fungi | wow. our nodes graph looks markedly unhealthy. taking a look under the hood now | 16:02 |
*** afazekas has quit IRC | 16:03 | |
*** primeministerp is now known as primemin7sterp | 16:03 | |
mordred | clarkb: the pipeline names thing is fine - kinda feels like it might want to be a core zuul default | 16:06 |
*** MaxV has quit IRC | 16:06 | |
zaro | morning | 16:06 |
anteaya | morning zaro | 16:06 |
*** MaxV has joined #openstack-infra | 16:07 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/zuul: Include pipeline name in default messages https://review.openstack.org/126608 | 16:08 |
mordred | clarkb: like that ^^ | 16:08 |
*** kgiusti has quit IRC | 16:08 | |
*** gyee has joined #openstack-infra | 16:08 | |
fungi | lbragstad: dolphm says you have two conflicting gerrit accounts. looks like your ldbragst account from 2012-07-23 has been superseded by your lbragstad account from 2014-01-13? is it okay for us to deactivate the older account? | 16:09 |
lbragstad | fungi: that would be great... the thing is that my core-ish for keystone is tied to the ldbragst account | 16:10 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/project-config: Add test jobs for devstack-precise-dib images https://review.openstack.org/126609 | 16:10 |
dolphm | lbragstad: we can fix that | 16:10 |
lbragstad | dolphm: fungi perfect | 16:10 |
dolphm | fungi: can you merge anythign about the acounts first? | 16:10 |
clarkb | mordred: we decided not to put it in zuul, because it is already completely configurable and may not be a compatible change if other people are doing javascript like we are | 16:10 |
mordred | clarkb: nod | 16:10 |
*** kgiusti has joined #openstack-infra | 16:11 | |
*** MaxV has quit IRC | 16:11 | |
clarkb | fungi: a quick glance at some magical graphs says hpcloud may not be happy? | 16:11 |
*** ashaeron has quit IRC | 16:11 | |
fungi | dolphm: at this point it looks like the newer account is in use and has been for a while, so probably safer to deactivate the old one and update group membership manually | 16:11 |
mordred | clarkb: the adding it by hand on every line in the config file just raised my hackles - seems very much liek a task for a computer and not a human | 16:11 |
*** ildikov has quit IRC | 16:11 | |
mordred | but meh | 16:11 |
clarkb | mordred: ya, I know jhesketh prefered this method | 16:12 |
fungi | clarkb: i just checked for disassociated floating ips in hpcloud and found none, so it's not that this time at least | 16:12 |
dolphm | fungi: if he disappears from keystone-core, i'll add him back | 16:12 |
fungi | dolphm: i believe he will. just a sec and i'll find out | 16:12 |
lbragstad | fungi: need anything on my end? | 16:12 |
*** bhunter71 has joined #openstack-infra | 16:12 | |
fungi | lbragstad: just you to test that i haven't broken your ability to get work done in a couple minutes | 16:12 |
*** pcm_ has joined #openstack-infra | 16:13 | |
clarkb | fungi: https://community.hpcloud.com/status doesn't show anything | 16:13 |
mordred | clarkb: speaking of that - did we ever move to those new neutron network/routers? | 16:13 |
clarkb | mordred: I don't know that the new ones were properly placed | 16:14 |
fungi | clarkb: i've got a hunt for alien nodes going, but it takes a few minutes to settle on a reliable count so if it's over-quota issues i should have them sorted momentarily | 16:14 |
clarkb | mordred: the existing ones were | 16:14 |
*** doude has quit IRC | 16:14 | |
mordred | clarkb: ah - so we got the old ones moved and have 4 new ones we just haven't added yet? | 16:14 |
clarkb | mordred: ya Ithink so | 16:14 |
mordred | nod | 16:15 |
fungi | lbragstad: dolphm: i've deactivated the old 5046 account id leaving the newer 9954 intact. it looks from https://review.openstack.org/#/admin/groups/9,members like it was tied to the newer account anyway (if it hadn't been, you wouldn't have been able to -2/+2 or approve any changes in the past 8-9 months) | 16:16 |
*** yamahata has quit IRC | 16:18 | |
lbragstad | fungi: ok, I logged out and reauth'd and it seems broken. My old account was the one I'd land on. Now it's "Not Found", as expected | 16:19 |
*** esker has joined #openstack-infra | 16:19 | |
clarkb | rax-dfw is claiming it is overquota | 16:20 |
fungi | lbragstad: oh, weird... so you were logging into the webui with the ldbragst account but uploading changes with lbragstad? | 16:20 |
clarkb | and we are getting timeouts for deletion there | 16:20 |
clarkb | there are timeouts on launches in hpcloud | 16:20 |
lbragstad | fungi: when uploading changes I had to use my ldbragst gerrit username | 16:20 |
clarkb | which would immediately mark the hpcloud nodes as delete | 16:20 |
lbragstad | but I believe both accounts were somehow tied to the same email | 16:20 |
fungi | lbragstad: oh, okay. i'll try flip-flopping this then | 16:21 |
pleia2 | good morning | 16:21 |
*** Ryan_Lane has joined #openstack-infra | 16:21 | |
clarkb | so we seem to be churning on timeouts for operations like launch node | 16:21 |
clarkb | pleia2: good morning | 16:22 |
fungi | lbragstad: i've reactivated the older 5046 account and deactivated 9954 now. log out/in and try again? | 16:22 |
*** Ng has quit IRC | 16:22 | |
*** Alex_Gaynor has quit IRC | 16:22 | |
*** j^2 has quit IRC | 16:22 | |
lbragstad | fungi: works now, | 16:22 |
lbragstad | fungi: ldbragst username and account 5046 | 16:22 |
fungi | lbragstad: okay, good. and that's the one you're uploading changes with too? (same ssh username) | 16:22 |
*** shashankhegde has joined #openstack-infra | 16:23 | |
fungi | lbragstad: are you still able to +2 a keystone change? | 16:23 |
*** _buzz has joined #openstack-infra | 16:23 | |
*** coolsvap is now known as coolsvap|afk | 16:23 | |
lbragstad | fungi: [1] yes, same ssh username, [2] checking | 16:23 |
*** rushiagr_away is now known as rushiagr | 16:23 | |
lbragstad | fungi: permissions for +2/-2 seem to work | 16:24 |
anteaya | morning pleia2 | 16:24 |
lbragstad | fungi: so the only change was disabling the newer account, correct? | 16:25 |
anteaya | clarkb: so issues with -dfw and hpcloud? | 16:25 |
fungi | lbragstad: yep, so i think you're all set then. let me or one of the other infrastructure root admins in here know if you spot anything amiss | 16:25 |
fungi | anteaya: dfw is full of orphaned instances (alien nodes) which i need to clean up, so it's going over quota | 16:26 |
lbragstad | fungi: will do, thank for you checking into that, I appreciate it. So I should only have one username tied to one email now, I think that was causing some issues with my gerrit account. | 16:26 |
fungi | anteaya: the hpcloud issues sound more like timeouts though, so could be a problem in one of the azs again | 16:26 |
anteaya | fungi: ah | 16:26 |
anteaya | awesome | 16:26 |
*** jlibosva has quit IRC | 16:26 | |
fungi | lbragstad: agreed | 16:26 |
openstackgerrit | Samuel Merritt proposed a change to openstack/requirements: Bump eventlet dependency to 0.15.2. https://review.openstack.org/126613 | 16:26 |
lbragstad | fungi: thank you sir! | 16:26 |
anteaya | well at least we have a way to get dfw back, or you do | 16:26 |
*** thedodd has quit IRC | 16:27 | |
mordred | ianw: on the nodepool metadata patch - is the max of five entries a nova limitation? | 16:27 |
*** primemin7sterp is now known as primeministerp | 16:28 | |
*** jistr has quit IRC | 16:29 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Add neutron-drivers team for approving specs. https://review.openstack.org/126588 | 16:30 |
clarkb | mordred: ya iirc the number and size of entries is limited by nova | 16:30 |
fungi | lbragstad: you' | 16:31 |
fungi | lbragstad: you're welcome | 16:31 |
fungi | anteaya: yep, working on reclaiming dfw now | 16:31 |
anteaya | \o/ | 16:32 |
*** ramashri has joined #openstack-infra | 16:34 | |
mestery | fungi anteaya: Now that this merged (https://review.openstack.org/#/c/126588/) how do I add myself to that new team in gerrit? Anything special I need to do? | 16:34 |
*** dprince has joined #openstack-infra | 16:34 | |
anteaya | mestery: wait | 16:35 |
* mestery waits | 16:35 | |
*** shashankhegde has quit IRC | 16:35 | |
anteaya | mestery: gerrit doesn't know about it yet: https://review.openstack.org/#/admin/groups/?filter=neutr | 16:36 |
fungi | mestery: i've added you to https://review.openstack.org/#/admin/groups/464,members just now | 16:36 |
anteaya | once it does, fungi will add you and ping | 16:36 |
anteaya | ah done | 16:36 |
mestery | fungi anteaya: Thank you! | 16:36 |
*** thedodd has joined #openstack-infra | 16:36 | |
fungi | yw | 16:36 |
*** bdpayne has joined #openstack-infra | 16:37 | |
*** _nadya_ has quit IRC | 16:37 | |
*** marcusvrn_ has joined #openstack-infra | 16:38 | |
*** dustins has quit IRC | 16:39 | |
rcarrillocruz | hey folks | 16:40 |
rcarrillocruz | trying to install a Jenkins with openstack-infra/config manifests | 16:41 |
rcarrillocruz | I've seen the manifest created a 'gerrig' user for JJB, to upload the jobs to Jenkins: | 16:41 |
rcarrillocruz | http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/manifests/jenkins.pp#n6 | 16:41 |
rcarrillocruz | i'd like to get confirmation if this 'gerrig' user you create it out-of-bands via the UI, or if it should be created by puppet | 16:41 |
*** patrickeast has joined #openstack-infra | 16:42 | |
rcarrillocruz | since i applied the manifest in a VM and i get an instance without any user | 16:42 |
rcarrillocruz | and without any security setting configured | 16:42 |
*** Alex_Gaynor has joined #openstack-infra | 16:42 | |
*** pblaho has quit IRC | 16:42 | |
clarkb | rcarrillocruz: it needs to be created out of bad | 16:43 |
clarkb | *band. jenkins doesn't really have a good api for that | 16:43 |
*** zigo has quit IRC | 16:43 | |
rcarrillocruz | clarkb: ok, and what kind of authentication do you use for 'gerrig' ? is it a user on the jenkins own database or you create it as a SSO user? | 16:45 |
*** gokrokve has quit IRC | 16:45 | |
*** gokrokve has joined #openstack-infra | 16:45 | |
clarkb | rcarrillocruz: I believe it is a SSO user https://launchpad.net/~gerrig but we use api keys with it | 16:45 |
clarkb | rcarrillocruz: so the important bit is the api key not sso vs local | 16:45 |
*** gokrokve has quit IRC | 16:45 | |
*** zigo has joined #openstack-infra | 16:46 | |
*** AJaeger_ has joined #openstack-infra | 16:46 | |
rcarrillocruz | clarkb: well, thing is i'm biting what it appears to be a bug: https://issues.jenkins-ci.org/browse/JENKINS-23479?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab | 16:46 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/nodepool: Record interesting info into nova metadata https://review.openstack.org/126621 | 16:46 |
AJaeger_ | dolphm: this is really strange. I ran the commands in http://paste.openstack.org/show/119401/ and it removed only a few files | 16:46 |
fungi | yeah, pretty much create an account on the jenkins master(s) via whatever mechanism, give it sufficient permissions in the acl (most/all of them really) and add an api credential, then reference that | 16:47 |
rcarrillocruz | if i create a 'gerrig' user as a local jenkins user, i'm unable to login with it | 16:47 |
AJaeger_ | the commands given do not connect to transifex at all.... | 16:47 |
rcarrillocruz | whereas, if i create register the user (login page -> 'create account' ) it works | 16:47 |
rcarrillocruz | i haven't tested it with 'gerrig' been a SSO user | 16:47 |
clarkb | rcarrillocruz: we are running the LTS so 1.565.3 | 16:47 |
rcarrillocruz | but as a local jenkins user DB does not work | 16:47 |
fungi | rcarrillocruz: also i think zuul is currently stymied by the csrf protection for the api interface, so you may need to unset that. clarkb: do you remember? | 16:47 |
fungi | er, not zuul but jjb | 16:48 |
clarkb | fungi: huh I don't remember that | 16:48 |
rcarrillocruz | hmm | 16:48 |
*** erikmwilson has quit IRC | 16:48 | |
rcarrillocruz | i installed this manifest on Trusty | 16:48 |
rcarrillocruz | by LTS you mean trusty or still precise? | 16:48 |
fungi | rcarrillocruz: lts jenkins release | 16:48 |
*** dkliban_afk is now known as dkliban | 16:48 | |
rcarrillocruz | ah, they also have lts releases! | 16:49 |
fungi | rcarrillocruz: but also we're running it on ubuntu precise at the moment yes | 16:49 |
rcarrillocruz | hmm | 16:49 |
rcarrillocruz | let me look at how to set the jenkins version, cos I didn't put anything special on the site.pp for that | 16:49 |
rcarrillocruz | thx | 16:49 |
AJaeger_ | dolphm: can you try the commands from scratch, please? | 16:49 |
fungi | rcarrillocruz: though i doubt the ubuntu version will have much bearing on this since jenkins is sandboxed in a jvm anyway | 16:49 |
*** tonytan4ever has quit IRC | 16:49 | |
*** j^2 has joined #openstack-infra | 16:50 | |
fungi | rcarrillocruz: i think by default that manifest just adds their (non-lts, dev train) apt repo and installs the latest thing it finds there | 16:50 |
mordred | rcarrillocruz: I believe we don't set a version directly in puppet | 16:50 |
mordred | yah. what fungi said | 16:50 |
*** Guest51022 has quit IRC | 16:50 | |
mordred | and because we're on precise, whatever is in the jenkins LTS repo is necessarily newer than whatever is in precise | 16:50 |
fungi | rcarrillocruz: but it also doesn't automatically update so if you replace that with a different packaged version via cli then it will respect whatever you have installed | 16:50 |
mordred | so we've never had to explicitly pin | 16:50 |
rcarrillocruz | hmm | 16:51 |
clarkb | mordred: fungi: though I think their is a second repo for the LTSs | 16:51 |
clarkb | maybe we should switch to that? | 16:51 |
* clarkb looks into that real quick | 16:51 | |
rcarrillocruz | so that means that chances are if i run the manifest in a precise instance it may automagically solve my problem | 16:51 |
fungi | clarkb: we shuold, and the recent zomg-upgrade-all-teh-jenkinses security update reminded me of that yet again | 16:51 |
*** Ryan_Lane has quit IRC | 16:52 | |
fungi | rcarrillocruz: not necessarily. i think you want to download and install (with dpkg -i) the deb for 1.565.3 | 16:52 |
mordred | clarkb: http://pkg.jenkins-ci.org/debian-stable/ | 16:53 |
clarkb | mordred: ya I am writing a change real quick to switch us | 16:53 |
*** derekh has quit IRC | 16:53 | |
fungi | rcarrillocruz: and then create your gerrig user and under global security set it with overall administer authorization | 16:54 |
*** ivar-lazzaro has joined #openstack-infra | 16:55 | |
*** cdent has quit IRC | 16:56 | |
*** ihrachyshka has joined #openstack-infra | 16:56 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Switch to Jenkins debian-stable apt repo https://review.openstack.org/126623 | 16:56 |
clarkb | mordred: fungi ^ something like that? | 16:57 |
fungi | clarkb: i was thinking just replace the current apt::source location, but that works too | 16:57 |
openstackgerrit | Michael Tupitsyn proposed a change to openstack-infra/jenkins-job-builder: Add support for build parameter of type "Run" https://review.openstack.org/126062 | 16:57 |
mordred | clarkb: you want to also change | 16:58 |
mordred | require => Apt::Source['jenkins'], | 16:58 |
mordred | to | 16:58 |
mordred | require => Apt::Source['jenkins'], | 16:58 |
mordred | gah | 16:58 |
mordred | jenkins-stable | 16:58 |
clarkb | mordred: oh good catch | 16:58 |
clarkb | fungi: just replacing it will leave the old one in place | 16:58 |
clarkb | fungi: which may be ocnfusing when you apt-get install jenkins | 16:58 |
fungi | clarkb: not if you don't rename it | 16:58 |
*** harlowja_away is now known as harlowja | 16:58 | |
clarkb | fungi: oh right /me updates | 16:58 |
mordred | it's not like ssh keys | 16:58 |
mordred | where it does the wrong thing | 16:58 |
fungi | but renaming it this way is fine too | 16:58 |
clarkb | fungi: no that other way is simpler and makes a smaller diff | 16:59 |
fungi | whichever you like better... it's your patch after all | 16:59 |
*** Ng_ has joined #openstack-infra | 16:59 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Switch to Jenkins debian-stable apt repo https://review.openstack.org/126623 | 16:59 |
*** todd_dsm has joined #openstack-infra | 17:01 | |
*** e0ne has quit IRC | 17:02 | |
*** jpich has left #openstack-infra | 17:02 | |
zaro | rcarrillocruz: i was never able to install a specific version of jenkins using apt-get. i think there's a bug on that. everytime i install i need to use dpkg (what fungi said). | 17:02 |
*** e0ne has joined #openstack-infra | 17:03 | |
mordred | zaro: did adding a package pin not work? | 17:03 |
fungi | zaro: it mostly depends on how they configure their apt repository/index, but also you need to know the appropriate syntax for specifying explicit versions on the command line or via policy/pin | 17:04 |
zaro | mordred: you mean pass version # to apt-get command? if so that did not work. | 17:04 |
mordred | nope | 17:04 |
zaro | mordred: i remember finding a bug somewhere about it. | 17:04 |
mordred | I mean adding a file to /etc/apt/preferences.d similar to ./modules/openstack_project/templates/00-puppet.pref.erb | 17:04 |
clarkb | mordred: your thoughts on 124256 would be great. I still don't like having logic in there but apparently centos7 makes this slightly ugly | 17:04 |
*** dustins has joined #openstack-infra | 17:05 | |
*** viktors is now known as viktors|afk | 17:05 | |
*** koolhead17 has quit IRC | 17:05 | |
*** koolhead17 has joined #openstack-infra | 17:05 | |
fungi | zaro: you mean with syntax like 'apt-get install jenkins=1.565.3' ? | 17:06 |
*** e0ne has quit IRC | 17:06 | |
zaro | mordred: yes, i added the jenkins LTS repo then told apt-get to install a specific version but didn't work. | 17:06 |
mordred | right. that's not what I'm saying | 17:06 |
zaro | fungi: yes that's what i did | 17:06 |
fungi | k | 17:06 |
*** mmaglana has joined #openstack-infra | 17:06 | |
*** e0ne has joined #openstack-infra | 17:06 | |
*** maxbit has quit IRC | 17:06 | |
mordred | I'm saying add a configured apt pin to the system | 17:06 |
fungi | zaro: it may be the version you specified was not in their package repository index | 17:06 |
zaro | fungi: yes, it was. | 17:06 |
fungi | zaro: specifically in the "packages.gz" in their repository? | 17:07 |
* zaro looks for the bug now | 17:07 | |
zaro | mordred, fungi : here it ishttps://issues.jenkins-ci.org/browse/INFRA-92 | 17:08 |
zaro | rcarrillocruz: ^ | 17:08 |
zaro | mordred: i guess i did not do the pin thing. | 17:08 |
mordred | clarkb: I actually think we shoudl remove DIB_RELEASE from there altogether | 17:08 |
mordred | clarkb: for both things | 17:08 |
mordred | clarkb: DIB_RELEASE=${DIB_RELEASE:-GenericCloud-GA-7.0.1406_01} | 17:09 |
mordred | clarkb: is in the centos7 element | 17:09 |
mordred | us setting it to a default value I think subverts the whole thing | 17:09 |
*** rushiagr is now known as rushiagr_away | 17:09 | |
clarkb | mordred: and force users of build-image.sh to provide an image name? | 17:09 |
clarkb | that works for me | 17:09 |
*** zns has quit IRC | 17:09 | |
mordred | clarkb: or just default it to being unnamed | 17:10 |
*** xyang0 has joined #openstack-infra | 17:10 | |
*** koolhead_ has joined #openstack-infra | 17:11 | |
*** koolhead17 has quit IRC | 17:11 | |
*** e0ne has quit IRC | 17:11 | |
*** shashankhegde has joined #openstack-infra | 17:12 | |
*** BobBall is now known as BobBall_Away | 17:13 | |
*** cnesa15 has quit IRC | 17:13 | |
AJaeger_ | ttx, dolphm: Shall I create a patch for all projects? I don't understand why it does not work for dolphm ;( | 17:13 |
*** cnesa15 has joined #openstack-infra | 17:13 | |
fungi | zaro: downloading and analyzing the Packages.gz index in their repository, they seem to update it to only list the most recent package version rather than all available package versions, so yes that would break | 17:13 |
openstackgerrit | A change was merged to openstack-infra/project-config: Run gate-{name}-docs on infra-publish-jobs https://review.openstack.org/124966 | 17:14 |
*** amcrn has joined #openstack-infra | 17:15 | |
clarkb | TC members 125508 | 17:15 |
fungi | zaro: http://pkg.jenkins-ci.org/debian/binary-stable/Packages.gz lists only binary/jenkins_1.565.3_all.deb so that's the only package in that repository apt-get will ever know about | 17:16 |
anteaya | clarkb: pardon? | 17:16 |
*** amotoki has quit IRC | 17:16 | |
*** e0ne has joined #openstack-infra | 17:16 | |
*** thedodd has quit IRC | 17:17 | |
fungi | clarkb: in fact someone should first propose its inclusion to the governance programs.yaml... and to what program? | 17:17 |
*** andreaf has joined #openstack-infra | 17:17 | |
clarkb | anteaya: I want the TC to look at that change | 17:17 |
*** groknix has joined #openstack-infra | 17:17 | |
clarkb | fungi: right... | 17:17 |
clarkb | in other news /me petitions the TC to not graduate any projects that use nose | 17:18 |
fungi | shades of gödel's completeness theorem | 17:18 |
clarkb | they can use py.test testr built in unittest runner anything but nose | 17:18 |
anteaya | clarkb: ah | 17:18 |
AJaeger_ | clarkb: what about proposing it as a resolution to the governance repo? | 17:18 |
anteaya | that I can see getting some discussion | 17:19 |
morganfainberg | clarkb, don't like nose? | 17:19 |
clarkb | morganfainberg: nose is so bad I sometimes wish to punish my own nose for being associated if only by name | 17:19 |
pleia2 | haha | 17:19 |
morganfainberg | clarkb, fair enough haha | 17:19 |
*** SumitNaiksatam has joined #openstack-infra | 17:20 | |
morganfainberg | clarkb, unrelated, totally digging the weather here in PDX today | 17:20 |
clarkb | morganfainberg: isn't it nice | 17:20 |
morganfainberg | clarkb, absolutely! | 17:20 |
clarkb | morganfainberg: but sssshhhhhhh don't let anyone in LA know about it | 17:20 |
morganfainberg | haha | 17:20 |
morganfainberg | most people in LA i know wouldn't like the overcast | 17:20 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/project-config: Initial centos7 support for build-image.sh https://review.openstack.org/124256 | 17:21 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/project-config: Stop supplying DIB_RELEASE https://review.openstack.org/126626 | 17:21 |
morganfainberg | they complain about june gloom like it's the end of the world... and that lasts less than a month | 17:21 |
mordred | clarkb: like that ^^ ? | 17:21 |
*** HeOS has joined #openstack-infra | 17:22 | |
clarkb | mordred: ya I think that is better | 17:22 |
zaro | fungi: maybe you should report your findings to the bug? | 17:23 |
*** e0ne has quit IRC | 17:23 | |
fungi | zaro: i can. reading the bug it sounds like the repository is being maintained by someone who doesn't know how to use the appropriate tools though so not sure how much it will help | 17:23 |
clarkb | mordred: did you test it with centos7? I am not sure if this makes ianw's life better but I think it makes us more consistent across the baord | 17:23 |
*** ivar-lazzaro has quit IRC | 17:24 | |
*** cnesa15 has quit IRC | 17:24 | |
zaro | fungi: well, at least will give that person a starting point to debug. | 17:24 |
*** ivar-lazzaro has joined #openstack-infra | 17:24 | |
mordred | clarkb: I did not - but I read the dib elements - the centos7 element already sets DIB_RELEASE to the value he had in that script | 17:24 |
mordred | clarkb: I can run a centos7 test though in just a bit | 17:24 |
*** melwitt has joined #openstack-infra | 17:24 | |
fungi | zaro: yep, embarking on the journey to create an account in their jura so i can comment | 17:24 |
fungi | er, jira | 17:25 |
zaro | fungi: it's because jenkins is all about maven repo :) | 17:25 |
*** e0ne has joined #openstack-infra | 17:26 | |
mordred | we could just mvn install jenkins ... | 17:26 |
* mordred hides | 17:26 | |
morganfainberg | mordred, here you can have your wet cat back. | 17:27 |
*** emagana has joined #openstack-infra | 17:27 | |
clarkb | flaper87: see comment on 125562 and let me know if you have any questions | 17:27 |
zaro | for when mordred appears: unfortunately install actually only download, does nothing to prepare it to run. | 17:28 |
clarkb | nibalizer: 125567 and its child don't seem to be connected properly | 17:29 |
clarkb | nibalizer: looks like the child needs to be rebased on the latest patch of 125567 | 17:30 |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/project-config: Enable voting by the Ironic pxe_ssh jobs https://review.openstack.org/126627 | 17:31 |
devananda | I've probably done something wrong with ^ because it seems too simple :) | 17:31 |
*** jedimike has quit IRC | 17:32 | |
*** otherwiseguy has quit IRC | 17:33 | |
AJaeger_ | devananda: yeah, looks wrong ;) Let me double check whether my gut feeling is right ;) | 17:33 |
*** dimtruck is now known as zz_dimtruck | 17:33 | |
nibalizer | clarkb: yea give me a few minutes and ill do that | 17:34 |
AJaeger_ | devananda: will not work - for example check-tempest-dsvm-ironic-pxe_ssh is not defined as job at all | 17:35 |
AJaeger_ | you need to update jenkins/jobs/projects.yaml as well and declare the jobs | 17:35 |
*** amuller has quit IRC | 17:35 | |
openstackgerrit | Joshua Harlow proposed a change to openstack/requirements: Bump up taskflow to its newest version https://review.openstack.org/126629 | 17:36 |
AJaeger_ | devananda: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n193 declares the jobs | 17:36 |
mordred | clarkb: it would be FANTASTIC if running dib on my laptop didn't make my network completely unusable | 17:36 |
AJaeger_ | and uses "-nv" in branch-designator | 17:36 |
clarkb | mordred: :/ is that just due to all of the IO? | 17:37 |
*** jp_at_hp has quit IRC | 17:38 | |
*** marun has quit IRC | 17:38 | |
openstackgerrit | A change was merged to openstack/requirements: add oslo.middleware https://review.openstack.org/121580 | 17:38 |
mordred | clarkb: I believe it's my crappy network card - it's only really a problem when it's curl-ing base images | 17:38 |
*** isviridov is now known as isviridov_away | 17:39 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Change paths in rally-jobs according to new layout https://review.openstack.org/126598 | 17:39 |
openstackgerrit | Mike Dorman proposed a change to openstack-infra/project-config: Remove Puppet unit tests for version 2.7 https://review.openstack.org/126424 | 17:40 |
*** zz_dimtruck is now known as dimtruck | 17:40 | |
*** marun has joined #openstack-infra | 17:40 | |
*** VijayTripathi has quit IRC | 17:41 | |
*** emagana has quit IRC | 17:41 | |
*** gibigiana has quit IRC | 17:41 | |
devananda | AJaeger_: check-tempest-dsvm-ironic-pxe_ssh is a job already. see projects.yaml:193 | 17:41 |
*** emagana has joined #openstack-infra | 17:41 | |
*** jcoufal has quit IRC | 17:42 | |
devananda | AJaeger_: that job is already present on openstack/ironic in zuul/layout.yaml ... | 17:42 |
*** harlowja_ has joined #openstack-infra | 17:42 | |
*** harlowja has quit IRC | 17:42 | |
*** darvon has joined #openstack-infra | 17:42 | |
*** marun has quit IRC | 17:42 | |
AJaeger_ | devananda: it uses branch-designator: '-nv' | 17:42 |
AJaeger_ | so the full job name is check-tempest-dsvm-ironic-pxe_ssh-nv | 17:42 |
AJaeger_ | and thus check-tempest-dsvm-ironic-pxe_ssh does not exist | 17:43 |
*** andreykurilin_ has joined #openstack-infra | 17:43 | |
AJaeger_ | If you want check-tempest-dsvm-ironic-pxe_ssh, change branch-designator to '' | 17:43 |
clarkb | mordred: so you know how all laptops built today are terrible? I am using an 11.6" netbook from 2009 with a 1.4gz core 2 solo in it. And honestly its not really any worse than what I could get today | 17:43 |
devananda | AJaeger_: and yet there is zuul/layout.yaml:1058 | 17:43 |
clarkb | mordred: the display and battery are the two big differences. Because memory/disk/keyboard/touchpad are all basically the same | 17:43 |
devananda | AJaeger_: and taht job runs on Ironic changes (without -nv) | 17:43 |
AJaeger_ | devananda: mmmh, now I'm puzzled ;( | 17:44 |
mtreinish | clarkb: I got my keyboard fixed a while ago, and mine is awesome now that I can type on it. I still don't really like the function row, etc but I can live with it. | 17:45 |
devananda | AJaeger_: AIUI, the job names contain macros like {pipeline} and {branch-designator} which are interpreted from the layout | 17:45 |
*** groknix has quit IRC | 17:45 | |
AJaeger_ | devananda: found it- line 1582. | 17:46 |
*** marun has joined #openstack-infra | 17:46 | |
*** rushiagr_away is now known as rushiagr | 17:46 | |
*** emagana has quit IRC | 17:46 | |
clarkb | mtreinish: oh was it functionaly defective beyond normal operating expectations? | 17:46 |
AJaeger_ | the devstack-jobs macro expansion there adds the jobs without -nv | 17:46 |
clarkb | mtreinish: I had assumed that they just built them without accomodating for mtreinish fingers | 17:46 |
AJaeger_ | devananda: so, if the testsuite passes your test, everything should be fine ;) | 17:46 |
devananda | :) | 17:47 |
AJaeger_ | devananda: I think you changed all places that had check-tempest-dsvm-ironic-pxe_ssh-nv or check-tempest-dsvm-ironic-pxe_ssh-postgres-nv, correct? | 17:48 |
mtreinish | clarkb: yeah, it came with the 'a' key messed up, that wasn't caused by me typing vigorously. It's taken all of my abuse for over a month now, since I got the new keyboard, without any issues | 17:48 |
AJaeger_ | devananda: in that case we can remove the -nv jobs from projects.yaml, lines 193-203 | 17:48 |
fungi | mestery: your announcement on the -dev ml (and the commit message on your 126588 change now that i look at it) mentions "neutron-drivers" but the group name you set in the acl is "neutron-drivers-core" ...was that intentional, or an error? | 17:48 |
clarkb | mtreinish: that is excellent news | 17:49 |
mestery | fungi: It was an error in my email, I should reply noting the correct official name of the gerrit group. | 17:49 |
*** tonytan4ever has joined #openstack-infra | 17:49 | |
openstackgerrit | A change was merged to openstack-infra/config: Switch to Jenkins debian-stable apt repo https://review.openstack.org/126623 | 17:49 |
fungi | mtreinish: i kept spare drop-in replacement keyboards for my old netbooks because i would wear them out every year or two | 17:49 |
fungi | mtreinish: they were cheap, and it only took a couple minutes to swap out | 17:50 |
fungi | mtreinish: hopefully your laptop is the same way | 17:50 |
mtreinish | fungi: heh, well getting the replacement was an exercise. I had to ship the laptop to them... | 17:50 |
fungi | oh | 17:50 |
fungi | ick | 17:50 |
mtreinish | replacing it required dissasembling the entire laptop | 17:50 |
devananda | AJaeger_: I did, but not sure if I should. AIUI, Ironic should start voting on nova, devstack, devstack-gate, and tempest now | 17:51 |
*** ociuhandu has quit IRC | 17:51 | |
mtreinish | despite my numerous attempts to convince them I was capable of doing the replacement | 17:51 |
mordred | mtreinish: how in the world are you dealing with ~ ? | 17:51 |
mtreinish | they said the system was unable to ship me a part not listed as user replaceable, so I gave in | 17:51 |
fungi | yeah, the asus netbooks i've been using had three low-profile clips you could pop from above, then a single fpc connector you had to disengage. no need to even unscrew the case | 17:51 |
mtreinish | I had it back in <48 hours which was nice | 17:51 |
openstackgerrit | A change was merged to openstack-infra/project-config: Fix several HTML issues and prettify syntax https://review.openstack.org/126149 | 17:52 |
AJaeger_ | clarkb since you're reviewing right now, could you check https://review.openstack.org/126627, please? See devananda and my discussion above for details... | 17:52 |
*** jgallard has quit IRC | 17:52 | |
mtreinish | mordred: it takes a little getting used to when I switch to the laptop from my desktop. But after a couple of misses at first I get used it | 17:52 |
devananda | AJaeger_: oh, and i'm not sure whether I should be also adding a gate- job to each of those, or if check is sufficient | 17:53 |
nibalizer | is gerrit busted at all right now? | 17:53 |
devananda | I'm inclined to think it needs to be both | 17:53 |
mtreinish | mordred: but it's definitely not the same muscle memory | 17:53 |
devananda | now that i'm looking deeper at this | 17:53 |
nibalizer | maybe its just me | 17:53 |
clarkb | nibalizer: I don't think it is | 17:53 |
clarkb | gertty seems to be handling it just fine | 17:53 |
clarkb | AJaeger_: yup | 17:53 |
AJaeger_ | devananda: you should have both in general | 17:53 |
*** markmcclain has joined #openstack-infra | 17:53 | |
mtreinish | mordred: it is close to '/' down there so it's not the worst place for it. | 17:53 |
mtreinish | mordred: tl;dr I'm still not used to it, but I knuckle under | 17:54 |
nibalizer | clarkb: ya, just me being derpy | 17:54 |
*** funzo has quit IRC | 17:54 | |
mtreinish | fungi: yeah I miss the days of my old thinkpad it was just 4 or 6 screws and a connector | 17:55 |
*** funzo has joined #openstack-infra | 17:55 | |
devananda | AJaeger_: so should I add that to projects.yaml instead of layout.yaml? | 17:55 |
openstackgerrit | A change was merged to openstack-infra/project-config: Use templates in layout.yaml https://review.openstack.org/126192 | 17:55 |
AJaeger_ | dhellmann: do you mind if I update https://review.openstack.org/#/c/125796/ and move the governance project to the proper place? | 17:56 |
*** emagana has joined #openstack-infra | 17:56 | |
clarkb | AJaeger_: it sounds like you have it under control. remove the -nv jobs as the are no longer needed and add it to gate too | 17:56 |
openstackgerrit | A change was merged to openstack-infra/project-config: Add facter package to uninstall-puppet macro https://review.openstack.org/126344 | 17:56 |
AJaeger_ | devananda: the devstack-jobs declare all of that. | 17:56 |
AJaeger_ | clarkb: thanks for the confirmation. | 17:56 |
devananda | clarkb: oh. actually. should I be adding ironic to the integrated-gate template? | 17:56 |
*** cnesa15 has joined #openstack-infra | 17:56 | |
*** kgiusti has quit IRC | 17:57 | |
mtreinish | devananda: probably not since it doesn't run with cinder... | 17:57 |
devananda | clarkb: in the big-tent context, I think "no". but in the current layout, it looks like the right thing?? | 17:57 |
devananda | mtreinish: as a separate job | 17:57 |
mtreinish | devananda: maybe I misunderstood, were you talking about adding the ironic job to the template, or using the template on ironic? | 17:58 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/project-config: Use beaker tests on puppet storyboard https://review.openstack.org/126093 | 17:59 |
clarkb | any volunteers to split 126471 before jhesketh wakes up? | 17:59 |
clarkb | I would do it but then my +2 vote becomes less valuable | 18:00 |
*** cnesa15 has quit IRC | 18:00 | |
*** ivar-lazzaro has quit IRC | 18:00 | |
*** kgiusti has joined #openstack-infra | 18:00 | |
*** emagana has quit IRC | 18:00 | |
nibalizer | clarkb: okay rebased, also need https://review.openstack.org/#/c/126086/ to land which actually has the tests in it | 18:00 |
mtreinish | devananda: either way I don't think it makes sense, the ironic job doesn't interact with all the projects that use the template, and ironic doesn't need all the jobs currently on the template | 18:00 |
devananda | mtreinish: fair point | 18:00 |
dhellmann | AJaeger_: go for it | 18:00 |
*** ivar-lazzaro has joined #openstack-infra | 18:01 | |
AJaeger_ | clarkb: my layout.yaml mentioned in https://review.openstack.org/#/c/126563/ needs a rebase, so feel free to approve 126563 and I rebase on top of it... | 18:01 |
mtreinish | devananda: it's the same reason I made a separate template for neutron jobs and just added it where necessary. | 18:01 |
AJaeger_ | dhellmann: will do... | 18:01 |
*** jcoufal has joined #openstack-infra | 18:02 | |
dhellmann | AJaeger_: thanks! | 18:02 |
*** mrmartin has joined #openstack-infra | 18:02 | |
mtreinish | devananda: if there is more than 1 job being added a bunch of places it probably makes sense to create a separate template and start adding that to the projects it makes sense | 18:02 |
AJaeger_ | clarkb: clarkb regarding 126471 - how often are images updated? Do we need to approve the second part at a specific time? | 18:03 |
* AJaeger_ splits 126471 now and let's clarkb do the timing ;) | 18:03 | |
*** ivar-lazzaro has quit IRC | 18:03 | |
clarkb | AJaeger_: image builds are once a day at ~1400UTC but I will probably manually run them during my day today to speed up the process | 18:03 |
AJaeger_ | clarkb: ok | 18:05 |
*** ivar-lazzaro has joined #openstack-infra | 18:05 | |
clarkb | I am reviewing 126563 now | 18:05 |
devananda | mtreinish: gotcha. so there's one Ironic job that I want to run in several places (nova, possibly also glance, keystone, neutron) AND several jobs I want to run on other projects in the Ironic and tripleo programs (IPA, DIB, etc) | 18:05 |
devananda | mtreinish: sounds ilke a single job is enough for now, and we'll sort the template for our othe rprojects separately | 18:05 |
devananda | cheers | 18:06 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Grab the html version of console log https://review.openstack.org/126471 | 18:09 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Grab the html version of console log https://review.openstack.org/126643 | 18:09 |
*** sabeen1 has quit IRC | 18:10 | |
*** sabeen has joined #openstack-infra | 18:10 | |
*** kgiusti has quit IRC | 18:10 | |
AJaeger_ | clarkb: Splitted up ^ | 18:11 |
clarkb | ty | 18:11 |
*** zns has joined #openstack-infra | 18:12 | |
*** emagana has joined #openstack-infra | 18:12 | |
*** e0ne has quit IRC | 18:12 | |
*** andreykurilin_ has quit IRC | 18:13 | |
clarkb | fungi: mordred anteaya quick review of https://review.openstack.org/#/c/126471/3 would be excellent. I can rebuild images | 18:14 |
*** kgiusti has joined #openstack-infra | 18:14 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Switch all tripleo tests to use Ironic https://review.openstack.org/126563 | 18:15 |
mordred | clarkb: done | 18:15 |
*** emagana has quit IRC | 18:15 | |
fungi | d'oh. double-done ;) | 18:16 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Build docs for openstack/governance https://review.openstack.org/125796 | 18:16 |
*** emagana has joined #openstack-infra | 18:16 | |
clarkb | woot thank you | 18:16 |
AJaeger_ | dhellmann: done - could you rebase https://review.openstack.org/#/c/126579/ please? Just use the rebase button in the GUI... | 18:17 |
*** cnesa has joined #openstack-infra | 18:18 | |
*** Ryan_Lane has joined #openstack-infra | 18:18 | |
*** Ryan_Lane has quit IRC | 18:18 | |
*** Ryan_Lane has joined #openstack-infra | 18:18 | |
openstackgerrit | Mike Dorman proposed a change to openstack-infra/project-config: Remove Puppet unit tests for version 2.7 https://review.openstack.org/126424 | 18:19 |
*** cnesa has quit IRC | 18:20 | |
jgriffith | eharney: given that Cinder is a "block device" service I'm not sure I agree with your comment | 18:21 |
openstackgerrit | A change was merged to openstack-infra/project-config: Grab the html version of console log https://review.openstack.org/126471 | 18:21 |
jgriffith | eharney: if it caused an "issue" I'd certainly be more open | 18:21 |
eharney | jgriffith: block device services do conversions to files in $image_conversion_dir. | 18:22 |
eharney | drivers* | 18:22 |
jgriffith | eharney: right, but I'm only setting this on the Output dev | 18:23 |
*** thedodd has joined #openstack-infra | 18:26 | |
*** emagana has quit IRC | 18:26 | |
*** emagana has joined #openstack-infra | 18:26 | |
jgriffith | eharney: so my question is... does it matter? | 18:26 |
jgriffith | eharney: really... or is this bike-shedding and semantic bs | 18:26 |
eharney | jgriffith: if the argument is that perf when using nfs/gluster/gpfs/smbfs/etc doesn't matter then i dunno what to tell you | 18:27 |
eharney | jgriffith: i think using o_direct on those is not ideal | 18:27 |
jgriffith | No.. that's not what I'm saying | 18:27 |
jgriffith | eharney: but I'm also unclear on the "performance" impact | 18:28 |
jgriffith | and I'm also not sure I do care TBH given it's just the convert for 1% of the use cases | 18:28 |
jgriffith | eharney: that being said | 18:28 |
jgriffith | eharney: if you have a suggestion for an easy way to make this distinction I'm happy to implement it | 18:28 |
jgriffith | eharney: I'm also assuming of course that this then grows and spread to things like volume-copy | 18:29 |
eharney | jgriffith: i was looking at using os.stat stat.S_ISBLK() | 18:29 |
jgriffith | eharney: fair enoug | 18:29 |
*** johnthetubaguy is now known as zz_johnthetubagu | 18:30 | |
*** emagana has quit IRC | 18:31 | |
*** emagana has joined #openstack-infra | 18:31 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Extract tripleo jobs to templates https://review.openstack.org/126499 | 18:31 |
*** david-lyle has joined #openstack-infra | 18:32 | |
*** kashyap has quit IRC | 18:32 | |
*** mpaolino has joined #openstack-infra | 18:32 | |
*** mpaolino has quit IRC | 18:32 | |
waynr | how do i publish a reply to a gerrit comment? it is not obvious how to move beyond draft status after i clicked "save" | 18:34 |
waynr | oh i see in the top level of the review page i have to publish by commenting in line with patch-level comments | 18:35 |
mordred | waynr: yeah - it's not the _best_ UI :) | 18:35 |
*** emagana has quit IRC | 18:36 | |
AJaeger_ | ttx, dolphm : ping | 18:36 |
fungi | mordred: that's quite the understatement ;) | 18:36 |
*** yolanda has quit IRC | 18:37 | |
AJaeger_ | according to http://status.openstack.org/zuul/ we have in the post queue a patch hanging for 5 hours - and all of its jobs are run. | 18:37 |
AJaeger_ | ok, nearly 5 hours ;9 | 18:38 |
*** markmcclain has quit IRC | 18:38 | |
AJaeger_ | somehow the post queue seems hung ;( | 18:38 |
openstackgerrit | Doug Hellmann proposed a change to openstack-infra/project-config: Add jenkins-project to the default env list https://review.openstack.org/126579 | 18:38 |
dhellmann | AJaeger_: done | 18:38 |
AJaeger_ | ah, it does move forward... | 18:39 |
AJaeger_ | thanks, dhellmann | 18:39 |
dhellmann | AJaeger_: and sorry for missing that placement comment you left on the earlier patch -- I was focusing on the failing test job | 18:39 |
*** darvon has quit IRC | 18:39 | |
clarkb | AJaeger_: the post jobs have much lower priority | 18:40 |
AJaeger_ | dhellmann: we sorted this only last friday or so... | 18:40 |
clarkb | AJaeger_: I think with the earlier node starvation we saw those low priority jobs get deferred in order to serve check and gate | 18:40 |
AJaeger_ | dhellmann: no problem | 18:40 |
*** darvon has joined #openstack-infra | 18:40 | |
AJaeger_ | clarkb: thanks for the explanation | 18:40 |
*** mwagner_lap has quit IRC | 18:41 | |
*** ihrachyshka has quit IRC | 18:42 | |
*** homeless has quit IRC | 18:42 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Extract tripleo jobs to templates https://review.openstack.org/126499 | 18:43 |
*** ihrachyshka has joined #openstack-infra | 18:43 | |
*** otherwiseguy has joined #openstack-infra | 18:43 | |
*** homeless has joined #openstack-infra | 18:43 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/project-config: Update Ironic jobs post-graduation https://review.openstack.org/126627 | 18:44 |
devananda | AJaeger_: how's ^ look to you? | 18:47 |
AJaeger_ | devananda: it misses the change for projects.yaml | 18:48 |
devananda | ah, right! | 18:48 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Document jenkins/scripts/propose_translation_update.sh https://review.openstack.org/126574 | 18:51 |
*** gokrokve has joined #openstack-infra | 18:52 | |
*** flaviof is now known as flaviof_zzz | 18:53 | |
jhesketh | Morning | 18:54 |
pleia2 | g'day jhesketh | 18:54 |
*** flaviof_zzz is now known as flaviof | 18:54 | |
*** _nadya_ has joined #openstack-infra | 18:54 | |
*** rushiagr is now known as rushiagr_away | 18:55 | |
dolphm | AJaeger_: o/ | 18:57 |
AJaeger_ | dolphm: I'm really confused that all files get deleted. Are you sure you run exact the comments I gave? | 18:57 |
AJaeger_ | dolphm: I tested it on another machine and it worked there as well... | 18:58 |
dolphm | AJaeger: no, i couldn't, i actually had to run a few more | 18:58 |
AJaeger_ | dolphm: what failed? | 18:58 |
*** packet has joined #openstack-infra | 18:58 | |
dolphm | AJaeger_: one sec, let me pull it back up | 18:59 |
*** QuinnyPig has quit IRC | 18:59 | |
*** ayoung is now known as ayoung-mtg | 18:59 | |
*** andreykurilin_ has joined #openstack-infra | 18:59 | |
fungi | meeting time, peoplez | 18:59 |
*** kgiusti has quit IRC | 19:00 | |
openstackgerrit | A change was merged to openstack/requirements: Update python-troveclient for Horizon https://review.openstack.org/120468 | 19:01 |
openstackgerrit | A change was merged to openstack/requirements: Bump requests to 2.2.0 https://review.openstack.org/123714 | 19:01 |
dolphm | AJaeger_: so, if i run this verbatim, no changes are made to patchset 1 http://paste.openstack.org/show/119401/ | 19:02 |
*** Ng_ is now known as Ng | 19:02 | |
*** kgiusti has joined #openstack-infra | 19:03 | |
dolphm | AJaeger_: err, that's a lie. it actually fails when i run it on patchset 1 | 19:03 |
AJaeger_ | dolphm: so what's the failure message? | 19:03 |
dolphm | AJaeger_: http://pasteraw.com/rrqclt8ohd45l3mlawowa2efabb1if4 | 19:03 |
dolphm | AJaeger_: so i ended up running as much of this as i could without transifex creds https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/propose_translation_update.sh | 19:03 |
*** rkukura has quit IRC | 19:04 | |
dolphm | AJaeger_: so, i think setup_project; setup_loglevel_vars keystone; setup_loglevel_project; extract_messages_log keystone; then all the inline bash, git add, filter_commits and cleanup_po_files keystone | 19:04 |
AJaeger_ | dolphm: what's the output of "msgfmt --statistics -o /dev/null keystone/locale/de/LC_MESSAGES/keystone-log-error.po " ? | 19:05 |
*** rkukura_ has joined #openstack-infra | 19:05 | |
dolphm | AJaeger_: i don't have msgfmt, actually | 19:05 |
AJaeger_ | dolphm: and that's exactly why it failed for you. | 19:05 |
AJaeger_ | dolphnm, cleanup_po_files keystone uses msgfmt | 19:06 |
*** thedodd has quit IRC | 19:06 | |
dolphm | AJaeger_: it's in gettext, right? | 19:06 |
AJaeger_ | dolphm: yes | 19:06 |
*** todd_dsm has quit IRC | 19:08 | |
dolphm | AJaeger_: that looks MUCH better! https://review.openstack.org/#/c/126569/ | 19:08 |
*** thedodd has joined #openstack-infra | 19:08 | |
AJaeger_ | \o/ | 19:08 |
dolphm | AJaeger_: thank you! | 19:09 |
AJaeger_ | dolphm: glad that we solved this riddle and thanks for documenting the steps | 19:10 |
AJaeger_ | you might want to add: Needs gettext installed ;) | 19:10 |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/project-config: Update Ironic jobs post-graduation https://review.openstack.org/126627 | 19:10 |
dolphm | AJaeger_: i noted that in a review comment lol | 19:10 |
*** ildikov has joined #openstack-infra | 19:11 | |
*** hashar has joined #openstack-infra | 19:14 | |
*** ZZelle_ has joined #openstack-infra | 19:16 | |
*** mrmartin has quit IRC | 19:16 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/project-config: Still fetch the text version of the console https://review.openstack.org/126687 | 19:17 |
jhesketh | clarkb: ^ we'll need that before rebuilding the images | 19:18 |
*** sabeen has quit IRC | 19:18 | |
*** mrmartin has joined #openstack-infra | 19:20 | |
*** Sukhdev has joined #openstack-infra | 19:20 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/project-config: Update Ironic jobs post-graduation https://review.openstack.org/126627 | 19:21 |
*** shashankhegde has quit IRC | 19:23 | |
*** david-lyle is now known as david-lyle_afk | 19:25 | |
*** arnaud has joined #openstack-infra | 19:27 | |
*** arnaud__ has joined #openstack-infra | 19:27 | |
*** HenryG has quit IRC | 19:28 | |
*** ramashri has quit IRC | 19:28 | |
*** dansmith is now known as __god | 19:28 | |
*** __god is now known as dansmith | 19:29 | |
*** david-lyle_afk has quit IRC | 19:30 | |
*** ramashri has joined #openstack-infra | 19:31 | |
*** amuller has joined #openstack-infra | 19:40 | |
*** ihrachyshka has quit IRC | 19:40 | |
anteaya | jaypipes: I can read your arm-twisting between the lines :D | 19:42 |
*** ihrachyshka has joined #openstack-infra | 19:42 | |
*** SumitNaiksatam has quit IRC | 19:43 | |
jaypipes | anteaya: what's up? | 19:44 |
anteaya | just sensing that your encouragement of whoever you wanted to nominate has borne fruit | 19:44 |
*** otherwiseguy has quit IRC | 19:45 | |
jaypipes | anteaya: ah, yes :) | 19:45 |
anteaya | yay moar candidates! | 19:45 |
anteaya | great job on the encouragement, jaypipes | 19:45 |
*** cnesa15 has joined #openstack-infra | 19:45 | |
anteaya | thank you | 19:46 |
openstackgerrit | A change was merged to openstack-infra/project-config: Still fetch the text version of the console https://review.openstack.org/126687 | 19:46 |
pelix | hashar: any idea what python exhibited the problem around XML whitespace that requires https://review.openstack.org/#/c/126318/ ? | 19:46 |
jaypipes | anteaya: no prob. it's self-serving of me anyway :) | 19:46 |
anteaya | but of course, fortunately you have a generous heart | 19:46 |
dolphm | i have a script for *-release folks to generate merge commits for feature branches, which is a fairly fragile process only documented on the wiki AFAIK -- i imagine infra or a release management tools repo would be a better home for it... anyone have a suggestion as to where it should live? cc- ttx jeblair | 19:46 |
anteaya | and there is enough for the rest of us as well | 19:46 |
clarkb | dolphm: shouldnt it just be checkout master && merge feature/foo ? | 19:47 |
hashar | pelix: python 2.7.2 on Windows | 19:47 |
hashar | pelix: with a totally unknown env, might have ended up an ancient XML lib or something. I thought the version change was a mistake | 19:47 |
zaro | hashar: about bug 1353891 | 19:47 |
uvirtbot | Launchpad bug 1353891 in gearman-plugin "Jobs generated by jenkins job builder are not registered" [Undecided,New] https://launchpad.net/bugs/1353891 | 19:48 |
zaro | hashar: how many jjb jobs are you updating? | 19:48 |
hashar | uvirtbot: you are much helpful | 19:48 |
uvirtbot | hashar: Error: "you" is not a valid command. | 19:48 |
dolphm | clarkb: sort of, jeblair pointed me to the wiki and told me to tread carefully https://wiki.openstack.org/wiki/GerritJenkinsGit#Merge_Commits | 19:48 |
hashar | zaro: 10 thousands iirc | 19:48 |
*** e0ne has joined #openstack-infra | 19:49 | |
zaro | hashar: ok, that might be the issue. | 19:49 |
zaro | hashar: we've tested that with a smaller sample, but couldn't repro. | 19:49 |
pelix | hashar: no the reason the version got bumped was because the person didn't realise that they had PyXML installed which was breaking XML behaviour in python 2.7. So it wouldn't have mattered which version of python >2.7 they had installed, it wasn't getting the correct minidom from python. So once the underlying problem was found I submitted the correct patch which patched minidom if PyXML was installed | 19:49 |
*** tonytan4ever has quit IRC | 19:50 | |
hashar | zaro: I really should attempt to repro it if you suspect the number of job plays a role | 19:50 |
pelix | They could have installed python 2.7.5 and if they had PyXML it would still be broken :P | 19:50 |
hashar | pelix: ohhhhh that is nice | 19:51 |
pelix | hashar: only reason I know that it works on python 2.7.0 is cause that is where I grabbed the fixed code from, lol! | 19:52 |
zaro | hashar: i believe the gearman-plugin might be slow registering jobs and if something in jenkins changes while it's re-registering that might flake out. | 19:52 |
*** marun has quit IRC | 19:52 | |
hashar | pelix: so most probably was an outdated PyXML version | 19:53 |
pelix | maybe, I'm inspecting the code again just to make sure I didn't end up testing with a patched version | 19:53 |
hashar | pelix: which mean my change can be abandoned :-] Though it would be nice to have some kind of assertion to ensure whatever we have generates the expected XML. | 19:53 |
*** berendt has quit IRC | 19:53 | |
*** dmellado has quit IRC | 19:53 | |
hashar | pelix: I have replied on the change ( 126318 ) | 19:53 |
*** Sincler has quit IRC | 19:53 | |
*** achanda has joined #openstack-infra | 19:54 | |
zaro | hashar: is your jenkins fully managed by jjb? | 19:54 |
*** markmcclain has joined #openstack-infra | 19:54 | |
*** e0ne has quit IRC | 19:54 | |
*** tonytan4ever has joined #openstack-infra | 19:54 | |
hashar | zaro: nop :( | 19:54 |
hashar | zaro: sometime I would push a bunch of jobs via JJB and notice none of them are registered | 19:55 |
hashar | zaro: then if I save one two case occurs: all get registered properly OR Zuul gearman server TCP connection times out :-] | 19:55 |
hashar | might be the Gear daemon shocking when there is a spike ofjobs | 19:56 |
hashar | pelix: I should have asked for a few traces, a pip freeze would probably have helped | 19:56 |
zaro | hashar: i wouldn't expect the connection timeout. that sounds more like a gear problem. | 19:57 |
AJaeger_ | dtroyer: are the documents in devstack update or do we need shocco for publishing? | 19:57 |
openstackgerrit | Eric Harney proposed a change to openstack-infra/devstack-gate: Set devstack storage protocol for Ceph job https://review.openstack.org/126710 | 19:58 |
zaro | hashar: so do you have users manually making changes to your gearman jobs and slaves? | 19:58 |
hashar | zaro: though while doing tcpdump, I see no gear packet emitted by Jenkins to the server to register the function. Though I might have screwed up my tcpdump / test | 19:58 |
dtroyer | AJaeger: tools/build_docs.sh will install shocco if it isn't found | 19:58 |
hashar | zaro: and sometime I do manual edit to have the job register properly | 19:59 |
hashar | zaro: though as I understand it the gearman plugin reregister them all | 19:59 |
openstackgerrit | Eric Harney proposed a change to openstack-infra/devstack-gate: Set tempest storage protocol for Ceph job https://review.openstack.org/126710 | 19:59 |
AJaeger_ | dtroyer: didn't work for me locally ;( | 20:00 |
krtaylor | anteaya, I'll archive third-party past weeks, not volunteering for infra though | 20:01 |
clarkb | jhesketh: ok I am going to rebuild images now | 20:01 |
mordred | AJaeger_, dtroyer: we may want to rework that a little bit - it's currently set up to install things globally and whatnot | 20:01 |
clarkb | jaypipes: that change merged so it should be safe right? | 20:01 |
mordred | although I dont' care DRASTICALLY or anything | 20:01 |
anteaya | actually for third-party I would prefer they stay on one page | 20:01 |
krtaylor | ++ for automated agenda | 20:01 |
pelix | hashar: I'm installing another version of python side-by-side, I use pyenv so testing this carefully to try and be sure | 20:01 |
anteaya | these people ahve a hard time finding stuff | 20:01 |
pleia2 | lunch time | 20:01 |
jaypipes | clarkb: sorry? | 20:01 |
pelix | looking at the source for python 2.7.2 I may have fowled up | 20:01 |
anteaya | krtaylor: and as ugly as it is, they can find stuff on that page | 20:01 |
mmedvede | Sorry, there was not enough time at the meeting. Would anybody with the knowledge of devstack-gate please take a look at the following patch series. It adds additional gate hooks. It is good to have for third-party. | 20:01 |
anteaya | krtaylor: or at least we can point them to it | 20:02 |
mmedvede | #link https://review.openstack.org/#/c/122896/ | 20:02 |
mordred | jaypipes: you are supposed to know the status of all patches without number references | 20:02 |
clarkb | jaypipes: oh bad tab complete | 20:02 |
clarkb | jhesketh: ^ | 20:02 |
krtaylor | anteaya, yeah,I'd vote for keeping a few weeks, maybe a month and archive the rest with a link on the agenda page | 20:02 |
*** kgiusti has left #openstack-infra | 20:02 | |
*** todd_dsm has joined #openstack-infra | 20:02 | |
ttx | dolphm: it could be proposed for openstack/releasetools | 20:02 |
zaro | hashar: yeah, gearman-plugin re-registers all jobs on every change. Unfortunately jenkins events don't provide enough detail to know which job changed. it only know that there was a change. | 20:02 |
ianw | fungi / anteaya : i had in my mind that end of meeting it gets cleared, moved to archive page, and you start with a fresh one for next week | 20:03 |
ttx | release-tools | 20:03 |
AJaeger_ | mordred: it seems to install locally on my system | 20:03 |
anteaya | krtaylor: if you want to do that, and follow up with folks who can't find it, I won't stand in your way | 20:03 |
dolphm | ttx: thanks | 20:03 |
anteaya | ianw: right now wikipages are hand maintained, I don't want to be responsible for that | 20:03 |
hashar | zaro: maybe I can try using an instance with 10k generated jobs and a gearman server and attempt to get some traces | 20:03 |
ttx | fungi, clarkb: about the infra reboot, what is it about ? We'll still have RCs cooking over the next weekend | 20:03 |
ttx | how "prolonged" might it be ? | 20:04 |
clarkb | ttx: there are a few projects we want to rename including openstack-infra/config | 20:04 |
anteaya | ianw: also many times we can't get through the entire agenda, or we have items that are long lived | 20:04 |
clarkb | ttx: usually it tkaes about an hour end to end with gerrit out for half that or so? | 20:04 |
anteaya | ianw: for instance you have had agenda items for at least a month or so now | 20:04 |
fungi | ttx: infra spec to split the openstack-infra/config repo into openstack-infra/project-config and openstack-infra/system-config. we've already split out the first but need to rename what's left to the second | 20:04 |
anteaya | ianw: it is easier to just work from the same page rather than keep copy/pasting | 20:05 |
anteaya | ianw: I think fungi's suggestion is worth trying | 20:05 |
*** _nadya_ has quit IRC | 20:05 | |
clarkb | ttx: probably the biggest risk isn't taking gerrit down for the renames its getting all of the post rename stuff right so that infra systems are happy | 20:05 |
fungi | clarkb: well, are we confident that renaming openstack-infra/config will be as painless as renaming a random stackforge project? | 20:05 |
clarkb | fungi: from gerrit's standpoint I think so | 20:05 |
clarkb | fungi: from puppet and dib and nodepool not so much :) | 20:05 |
fungi | more concerned about other places we assume that project name | 20:05 |
*** SumitNaiksatam has joined #openstack-infra | 20:05 | |
fungi | yeah | 20:05 |
fungi | admittedly the vast majority of that shouldn't impact the running ci | 20:06 |
ttx | well, obviously, if it can wait a week, that woulld be better | 20:06 |
*** HenryG has joined #openstack-infra | 20:06 | |
anteaya | I can put a system-config repo on github if someone wants to conduct tests | 20:06 |
anteaya | if that improves confidence | 20:06 |
ttx | less risk... but then if you're in a hurry... | 20:06 |
zaro | hashar: yeah, that would help. i would test a scenarios: single jjb change and multiple jjb changes within a short period of time. | 20:06 |
anteaya | not in a hurry | 20:06 |
*** weshay has quit IRC | 20:06 | |
anteaya | ttx: we just didn't have a reason to wait, or I didn't | 20:06 |
fungi | ttx: we're always in a hurry, so not sure we have a particular excuse for rushing forward with this particular task | 20:06 |
anteaya | ttx: now I do, keep ttx happy, or as happy as possible | 20:07 |
anteaya | ttx: that's a good reason | 20:07 |
anteaya | fungi: so the 17th then? | 20:07 |
ttx | I try to reduce risk everywhere so that we hit the target without having to put 25hours wordays :) | 20:07 |
ttx | workdays* | 20:07 |
anteaya | and I support that direction | 20:08 |
fungi | ttx: i think you gave up on avoiding 25-hour workdays years ago | 20:08 |
anteaya | so that's fine | 20:08 |
ianw | anteaya: sure, i'm happy re-adding myself to the agenda. i was under the impression old topics got cleared out | 20:08 |
anteaya | only when someone clears them out | 20:08 |
*** harlowja_ is now known as harlowja_away | 20:09 | |
fungi | ttx: so the release tags and branch renames will happen on thursday of next week (barring some major catastrophe outside everyone's control)? | 20:09 |
clarkb | ianw: ok I went and hit wget with a hammer and you are right its a bit convoluted | 20:10 |
pelix | hashar: confirmed, not sure what I tested against, but I definitely reset it back to 2.7.0 by accident. should have been kept at <2.7.3. | 20:10 |
hashar | pelix: \O/ | 20:10 |
pelix | just needs a small fix to change from '=<' to '<' | 20:10 |
clarkb | ou have to turn off robots.txt checking and if you accept gzip then wget can't list dirs to recurse :/ | 20:10 |
hashar | pelix: feel free to amend / hijack my proposed change :] | 20:10 |
ttx | fungi: if everything goes well on that Thursday, yes | 20:10 |
hashar | zaro: will attempt to reproduce. Maybe in a vagrant instance so I can share it :} | 20:11 |
ttx | fungi: It's usually a long day (release day) so I don't know which hour you had in mind | 20:11 |
*** shashankhegde has joined #openstack-infra | 20:11 | |
fungi | ttx: well, we were thinking of probably around 2100 utc friday the 17th so there's some fudge time there | 20:11 |
fungi | even if the release activities extend well into martian timezones | 20:12 |
ianw | clarkb: yeah, that's about the experience. i think people already think gate failures are too hard to debug, so when it comes time to grep for a global timestamp, etc, and you put extra hurdles into getting the info, people probably give up even quicker | 20:12 |
*** gokrokve has quit IRC | 20:13 | |
clarkb | ianw: my gripe with the implementation is that it doesn't seem to cahce any tarballs (or I missed it) and iirc these tarballs can be relatively large | 20:13 |
fungi | ianw: i couldn't agree more. and yes i also have fond memories of ftp servers which let you ask for a tarball of an arbitrary directory tree from the archive seamlessly. it was a very useful feature for me | 20:13 |
clarkb | I am grabbing files from an example run to test locally | 20:13 |
*** gokrokve has joined #openstack-infra | 20:14 | |
*** MarkAtwood has quit IRC | 20:14 | |
mordred | AJaeger_: I've got it working in a tox venv: https://review.openstack.org/126714 | 20:14 |
fungi | the tarballs being large is probably also a reason not to cache them. could require a lot of cache space | 20:14 |
AJaeger_ | thanks, mordred ! | 20:15 |
ianw | clarkb: no, no cache ATM, i could add a small caching area and maybe a cron job to clear it periodically. i'm seeing the packages about 7MiB | 20:15 |
ianw | i'm not really sure what the load on the log servers really is | 20:15 |
clarkb | fungi: except that we are likely to have individuals all grab the same tarball for a specific failure | 20:15 |
*** david-lyle has joined #openstack-infra | 20:15 | |
mordred | fungi: it's almost like FTP was useful ... | 20:15 |
mordred | are we talking about tarballs of the logfiles? | 20:16 |
fungi | mordred: yeag | 20:16 |
fungi | er, yeah | 20:16 |
mordred | gotcha | 20:16 |
*** JayJ has quit IRC | 20:16 | |
mordred | AFS? | 20:16 |
* mordred hidse | 20:16 | |
fungi | ianw: that's a tarball of a nova unit test job logs, or a devstack-tempest run, or...? | 20:16 |
* clarkb is going to check devstack-tempest | 20:16 | |
clarkb | though we have seen nova unit tests go to >100MB uncompressed | 20:16 |
*** JayJ has joined #openstack-infra | 20:16 | |
*** mrmartin has quit IRC | 20:17 | |
ianw | fungi: that was some grenade and devstack jobs i was poking at | 20:17 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Fix again whitespaces with python 2.7.0-2.7.3 https://review.openstack.org/126318 | 20:17 |
pelix | hashar: updated :) | 20:18 |
notmyname | FYI, during the kilo cycle, swift will need to bump the minimum version of eventlet to the current latest release | 20:18 |
clarkb | oh thats cool wget -r finds the footer links :/ | 20:18 |
mordred | notmyname: you guys use eventlet? | 20:18 |
pelix | hashar: also tested against python 2.7.2 and 2.7.3 using pyenv + tox just to be sure | 20:18 |
mordred | notmyname: bumping that is fine by me | 20:18 |
*** gokrokve has quit IRC | 20:18 | |
mordred | notmyname: I just somehow didn't realized you used it | 20:19 |
openstackgerrit | A change was merged to openstack-infra/subunit2sql: Add order column to runs table https://review.openstack.org/117861 | 20:19 |
notmyname | mordred: really? | 20:19 |
mordred | notmyname: consider it just a brain fog I'm sure | 20:19 |
notmyname | /notsureifjoking | 20:19 |
notmyname | mordred: the funny part is that swift is why openstack uses eventlet. nova didn't originally and moved to eventlet because swift had it | 20:20 |
* koolhead_ waves & goes back to sleep | 20:20 | |
mordred | notmyname: but I normally assume you guys have a sane codebase, which to me != eventlet - so I may have just jumped to conclusions | 20:20 |
mordred | notmyname: ah. haha. that's funny | 20:20 |
mordred | notmyname: I thought it was just because people enjoyed the twisted/eventlet argument so much | 20:20 |
*** ayoung-mtg is now known as ayoung | 20:21 | |
* mordred finally has found a thing he can blame notmyname for! | 20:21 | |
mordred | that only took 4 years ... | 20:21 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/project-config: Publish devstack documents https://review.openstack.org/126716 | 20:21 |
*** ociuhandu has joined #openstack-infra | 20:21 | |
notmyname | lol. only because all the other people who made that choice have stopped working on openstack. I'm left holding the bag | 20:22 |
*** marun has joined #openstack-infra | 20:22 | |
ianw | clarkb: my thought was that realistically you're talking requests/hour , maybe requests/min for a short burst if someone posts something to irc and a few people jump on it | 20:22 |
mordred | notmyname: and such a charming bag it is | 20:22 |
AJaeger_ | anteaya, mordred: please review 126716 ^ | 20:22 |
clarkb | ianw: ya I guess that fair | 20:22 |
hashar | pelix: though my user had 2.7.2 so the condition stand true | 20:22 |
hashar | pelix: at least you have spotted another mistake :] | 20:22 |
openstackgerrit | A change was merged to openstack-infra/subunit2sql: Add db api function to get the latest run https://review.openstack.org/117882 | 20:22 |
mordred | AJaeger_: you know - we could probably modify the output location of the devstack docs env | 20:23 |
openstackgerrit | A change was merged to openstack-infra/subunit2sql: Fix get_duration db api method https://review.openstack.org/126113 | 20:23 |
openstackgerrit | Dolph Mathews proposed a change to openstack-infra/release-tools: add script to safely update feature branches https://review.openstack.org/126719 | 20:25 |
fungi | clarkb: ianw: fwiw a randomly-selected nova change had a check-tempest-dsvm-neutron-full job whose logs tarred up amounted to 22M on disk, and a check-tempest-dsvm-postgres-full of 13M | 20:26 |
hashar | pelix: nice fix. Thank you to have taken the time to use pyenv to double check the version requirement | 20:26 |
*** __TheDodd__ has joined #openstack-infra | 20:26 | |
fungi | clarkb: ianw: gzip compression at -9 only shrunk them by at most 10% | 20:26 |
clarkb | thats actually pretty small | 20:27 |
clarkb | we were at > 300MB per tempest run at one point | 20:27 |
mordred | AJaeger_: https://review.openstack.org/126720 | 20:27 |
openstackgerrit | Dolph Mathews proposed a change to openstack-infra/release-tools: add script to safely update feature branches https://review.openstack.org/126719 | 20:27 |
*** denis_makogon has quit IRC | 20:28 | |
fungi | clarkb: ianw: and those were successes, not failures | 20:28 |
*** dmakogon_ has joined #openstack-infra | 20:28 | |
fungi | (though that can take things either way depending on how the job fails, obviously) | 20:28 |
fungi | check-tempest-dsvm-neutron-full was the largest log set for that change | 20:28 |
mordred | dtroyer: I get a bunch of warning lines liek this: http://paste.openstack.org/show/119484/ | 20:29 |
mtreinish | fungi: that's often the case, more services running | 20:29 |
ianw | neutron at full debug can be very chatty | 20:29 |
mordred | dtroyer: should I care? | 20:29 |
*** thedodd has quit IRC | 20:30 | |
AJaeger_ | great, mordred ! I need to update the project-config patch ;) | 20:30 |
fungi | clarkb: ianw: comparing, the gate-nova-python27 logs for the same change were 4.9M tarred up, but shrunk by almost 50% at gzip -9 | 20:30 |
dtroyer | mordred: no, like it sez, the include files in lib/* don't have a shebang. | 20:30 |
mordred | dtroyer: ah! there's a little error - PR coming | 20:31 |
dtroyer | mordred: https://review.openstack.org/125773 fixes most of the actual errors as of last week | 20:31 |
clarkb | dolphm: I see its for merging the other way than I thought initially. In any case some suggestions inline | 20:32 |
*** julim has quit IRC | 20:32 | |
*** pelix has quit IRC | 20:32 | |
AJaeger_ | mordred: will this generate html under doc/build/html - or under doc/build ? | 20:32 |
clarkb | mordred: woot greghaynes +2'd the dib change | 20:32 |
mordred | dtroyer: https://github.com/dtroyer/shocco/pull/1 | 20:32 |
clarkb | mordred: now we just need one more dib core to fall into my trap | 20:33 |
mordred | AJaeger_: under doc/build | 20:33 |
AJaeger_ | mordred: let's change to use doc/build/html - that's what all the sphinx jobs do, then we can really reuse those jobs | 20:33 |
mordred | oh - is it? my bad | 20:33 |
mordred | one sec | 20:33 |
mordred | AJaeger_: resubmitted | 20:34 |
AJaeger_ | thanks! | 20:34 |
clarkb | I am starting image builds now | 20:34 |
fungi | in positive news, whatever was going wrong in hpcloud seems to have righted itself | 20:34 |
clarkb | then finding lunch | 20:35 |
ianw | fungi / clarkb : if you prefer another approach, i'm interested. obviously the easiest is to just create a tarball in the existing scripts, but it seems wasteful when most of the time it is not wanted | 20:35 |
AJaeger_ | but we can't reuse the normal job since run-docs calls "python setup.py build_sphinx" directly. Still, I can reuse some parts of the job | 20:35 |
*** _nadya_ has joined #openstack-infra | 20:35 | |
fungi | ianw: i think i'm okay with having the request generate and not cache the tarball, on the fly, but i have not yet looked at your proposed change so no guarantees | 20:35 |
AJaeger_ | mordred: should we have a gate job as well? | 20:36 |
clarkb | ianw: ya I think I am fine with the general way your change works | 20:36 |
mordred | maybe? are there things that the docs build will error on? | 20:36 |
clarkb | ianw: as you point out the number of requestors for tarballs should be low | 20:36 |
fungi | ianw: also using no compression or default compression level would be recommended for an inlined process so as to avoid too much load on the system | 20:36 |
fungi | given that for a lot of the larger job artifacts, they're precompressed anyway | 20:37 |
mordred | AJaeger_: I defer to your judgement on that | 20:37 |
AJaeger_ | mordred: something for tomorrow - thanks a lot! | 20:38 |
clarkb | NotFound: No Image matching {'name': 'Ubuntu Server 14.04.1 LTS (amd64 20140724) - Partner Image'}. (HTTP 404) | 20:38 |
* clarkb gives up on bare-trusty rebuilds for the moment | 20:39 | |
mordred | AJaeger_: ok. devstack patches updated | 20:39 |
mordred | clarkb: let me guess - image name changed again? | 20:39 |
fungi | ugh | 20:39 |
mordred | clarkb: maybe we should move all hpcloud builds to be dib based ... | 20:39 |
*** hashar has quit IRC | 20:40 | |
*** AJaeger_ has quit IRC | 20:40 | |
*** _nadya_ has quit IRC | 20:40 | |
clarkb | mordred: we can't do bare-trusty yet | 20:41 |
clarkb | NotFound: No Image matching {'name': 'Ubuntu Server 12.04.5 LTS (amd64 20140806) - Partner Image'}. (HTTP 404) ugh | 20:41 |
clarkb | if centos does the same I am going to find food | 20:42 |
*** otherwiseguy has joined #openstack-infra | 20:42 | |
*** weshay has joined #openstack-infra | 20:43 | |
mordred | clarkb: Ubuntu Server 12.04.5 LTS (amd64 20140927) - Partner Image | 20:44 |
mordred | is the current one | 20:44 |
mordred | it seems | 20:44 |
clarkb | mordred: sure, we just have to update nodepool configs and check gpg signatures of files that are never updated... | 20:44 |
mordred | yah | 20:44 |
nibalizer | ya thats the post-shellshock one right? | 20:44 |
mordred | clarkb: what's wrong with bare-trusty? something I can look in to? | 20:44 |
mordred | clarkb: I would have thought that devstack-trusty would be harder ... | 20:44 |
clarkb | mordred: as far as dib goes? its the database setup problem | 20:45 |
mordred | OH | 20:45 |
mordred | that | 20:45 |
mordred | sigh | 20:45 |
clarkb | devstack-trusty is easy because we do almost nothing in the image | 20:45 |
* mordred weeps | 20:45 | |
clarkb | nibalizer: probably | 20:45 |
clarkb | nibalizer: so awesomely because they insist on updating their images that way we are super vulnerable to shellshock | 20:46 |
clarkb | nibalizer: tl;dr don't make something bad worse | 20:46 |
mordred | yup | 20:46 |
* mordred still wants to pummel whoever thinks changing the serial number is the right way to do this | 20:46 | |
clarkb | centos6 is running | 20:47 |
clarkb | apparently no shellshock fix for centos | 20:47 |
clarkb | and with that I can go get lunch | 20:47 |
*** MarkAtwood has joined #openstack-infra | 20:48 | |
clarkb | back in a bit | 20:48 |
mordred | clarkb: OR - the centos folks don't change their serial number | 20:49 |
*** markmcclain has quit IRC | 20:50 | |
*** groknix has joined #openstack-infra | 20:54 | |
annegentle | anyone have tips or pointers for setting up filter topics on a lists.opesntack.org list? | 20:55 |
fungi | reed: ^ ? | 20:55 |
mordred | clarkb: so - the dib-docker patch should actually allow us to do the db setup stuff without crazy | 20:56 |
mordred | clarkb: which makes me think I will double-down on working on that | 20:56 |
openstackgerrit | Adrian Otto proposed a change to openstack-infra/project-config: Magnum - OpenStack Containers Service https://review.openstack.org/126725 | 20:56 |
*** jgrimm is now known as zz_jgrimm | 20:56 | |
clarkb | mordred: ok | 20:56 |
annegentle | I thought it would be content filtering but I'm not seeing it. hm | 20:56 |
mordred | clarkb: you know, since it runs the code in a container and not a chroot | 20:56 |
annegentle | oh found it. It's Topics | 20:56 |
*** amuller has quit IRC | 20:57 | |
*** mmedvede has quit IRC | 21:00 | |
annegentle | reed: hm, should I be able to see the topics I add in the mailman admin interface somewhere? I've Enabled the topic filter but now when I add topics I don't see them displayed on the page, and I am not sure how to confirm they're added. | 21:01 |
*** lttrl has joined #openstack-infra | 21:02 | |
*** jcoufal has quit IRC | 21:03 | |
*** harlowja_away is now known as harlowja_ | 21:04 | |
ianw | clarkb / modred : so there's nothing really blocking building centos7 images ATM? https://review.openstack.org/124256 (Initial centos7 support for build-image.sh) was the only issue i found with the d-i-b elements | 21:05 |
annegentle | reed: nevermind, I hadn't filled in a regexp | 21:05 |
clarkb | ianw: not for hpcloud + dib | 21:05 |
*** koolhead_ has quit IRC | 21:05 | |
mordred | ianw: I still haven't actually tested the update to that patch - because I'm having internet deps | 21:06 |
*** david-lyle has quit IRC | 21:06 | |
mordred | oh - I lied | 21:06 |
mordred | it works | 21:06 |
clarkb | mordred maybe you can suggest the have serial number image and a - Latest image that is same image uploaded again? | 21:10 |
*** aysyd has quit IRC | 21:10 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add session objects for get_all* db api calls https://review.openstack.org/118419 | 21:12 |
mordred | ianw: wow. meta params are passed to glance image create just as additional keyword arguments? | 21:12 |
mordred | clarkb: ++ | 21:13 |
*** terryw has joined #openstack-infra | 21:13 | |
mordred | clarkb: any reason you can see to not land ianw's nodepool patch? I'm +2ing but it seems safe to +3, no? | 21:13 |
*** otherwiseguy has quit IRC | 21:13 | |
clarkb | I think its safe | 21:14 |
*** dustins has quit IRC | 21:14 | |
mordred | clarkb: we should do a nodepool restart at some point | 21:15 |
clarkb | ya | 21:15 |
clarkb | re images at least dont rename the old one | 21:15 |
*** pcm_ has quit IRC | 21:15 | |
clarkb | we would be patched if the old one wasnt renamed... | 21:15 |
*** smcginnis has joined #openstack-infra | 21:15 | |
smcginnis | anteaya: Hi! | 21:16 |
mordred | yah | 21:16 |
smcginnis | anteaya: Would you be able to help with this? | 21:16 |
smcginnis | anteaya: https://www.mail-archive.com/openstack-infra@lists.openstack.org/msg01763.html | 21:16 |
anteaya | smcginnis: hello | 21:16 |
anteaya | uncertain | 21:16 |
* anteaya clicks | 21:16 | |
anteaya | smcginnis: can we have a discussion about names for third party ci accounts at summit perhaps? | 21:17 |
anteaya | smcginnis: will you be at summit? | 21:17 |
fungi | clarkb: mordred: what cloud providers *should* do is the old kernel release archive trick of linking some static name like "[...] latest" to whatever the most recent image for that platform is, so that users can choose between immutable images and always-fresh images | 21:17 |
ianw | mordred: i believe it's all just parameters, with some being more special than others | 21:18 |
fungi | though i suppose that breaks the case of checking the image uuids against the signed image lists from the vendors | 21:18 |
fungi | and also with dib we're about to stop giving a hoot | 21:18 |
smcginnis | anteaya: Yep, I'll be there. | 21:18 |
anteaya | smcginnis: as someone astutely pointed out to me today the third party space is 30% fixing bugs and 75% marketing and the marketing aspect of the whole thing, which comes to a focus around naming really irks me | 21:18 |
clarkb | you can still do that if you choose a particular image | 21:19 |
openstackgerrit | A change was merged to openstack-infra/nodepool: Add meta option for passing meta-data https://review.openstack.org/123639 | 21:19 |
anteaya | smcginnis: let's discuss in person then | 21:19 |
clarkb | fungi I think the big issue here is renaming of the old image | 21:19 |
anteaya | and thanks | 21:19 |
smcginnis | anteaya: No chance of updating before then. This was requested awhile ago to be more general for all of Dell. | 21:19 |
fungi | clarkb: true | 21:19 |
clarkb | because that changes signature and uuids | 21:19 |
smcginnis | anteaya: Reason I ask is I finally have my CI system up and running and would like to start using it. | 21:19 |
anteaya | smcginnis: yeah, I can't say absolutely no chance | 21:19 |
smcginnis | anteaya: I just figured easier to change now rather than later. | 21:19 |
clarkb | basically forcing end users to do their best to follow latest | 21:19 |
anteaya | but I will really tell you odds are better in paris | 21:19 |
anteaya | I understand | 21:20 |
smcginnis | anteaya: OK, that's fine. I'll leave things as is for now then. | 21:20 |
anteaya | thanks | 21:20 |
anteaya | I appreciate your understanding | 21:20 |
*** Sukhdev has quit IRC | 21:20 | |
smcginnis | anteaya: At least it's testing, right? :) Names are less important. | 21:20 |
*** bcourt has quit IRC | 21:21 | |
*** dprince has quit IRC | 21:22 | |
*** rlandy_ has quit IRC | 21:22 | |
*** sdake_ has joined #openstack-infra | 21:23 | |
*** e0ne has joined #openstack-infra | 21:23 | |
*** flaviof is now known as flaviof_zzz | 21:24 | |
*** smcginnis has left #openstack-infra | 21:24 | |
*** dkliban is now known as dkliban_afk | 21:24 | |
*** packet has quit IRC | 21:24 | |
mordred | fungi, clarkb: I have sent an email to Ulf outlining the pain and requesting at least _one_ sane scheme be supported | 21:25 |
fungi | mordred: your pleas for sanity shall not be forgotten | 21:26 |
mordred | fungi: well, if they are anything like EVERY OTHER PIECE OF FEEDBACK WE'VE EVER GIVEN ANYONE they will be ignored | 21:26 |
mordred | but I'll give them anyway | 21:26 |
* fungi finds the random renaming of images moderately amusing. we could start a betting pool, or perhaps turn it into a drinking game | 21:27 | |
openstackgerrit | A change was merged to openstack-infra/subunit2sql: Add migration to populate run_time where needed https://review.openstack.org/126114 | 21:27 |
*** arnaud has quit IRC | 21:29 | |
*** arnaud__ has quit IRC | 21:29 | |
*** jheroux has quit IRC | 21:31 | |
*** cnesa15 has quit IRC | 21:35 | |
anteaya | mordred: you have given me one piece of feedback and I haven't ignored it | 21:36 |
anteaya | two, two pieces of feedback and I haven't ignored either one | 21:36 |
*** e0ne has quit IRC | 21:36 | |
*** mmedvede has joined #openstack-infra | 21:38 | |
mordred | anteaya: are you one of my cloud providers? | 21:39 |
mordred | that woudl be neat if you were ... | 21:40 |
*** ZZelle_ has quit IRC | 21:40 | |
mtreinish | fungi, mordred, clarkb: while things are looking calm you want to take a look at: https://review.openstack.org/108003 and tell me how much I suck at puppet | 21:40 |
anteaya | mordred: no | 21:41 |
anteaya | mordred: but you have given me feedback | 21:41 |
*** mfer has quit IRC | 21:42 | |
*** mriedem has quit IRC | 21:43 | |
openstackgerrit | Eric Harney proposed a change to openstack-infra/devstack-gate: Configure devstack and tempest for Ceph job https://review.openstack.org/126710 | 21:43 |
*** ramashri has quit IRC | 21:43 | |
*** flaviof_zzz has quit IRC | 21:45 | |
*** sarob has quit IRC | 21:46 | |
clarkb | mordred: ty | 21:46 |
*** andreykurilin_ has quit IRC | 21:47 | |
*** dkranz has quit IRC | 21:48 | |
clarkb | I am working on updating our hpcloud base images now | 21:49 |
*** dimtruck is now known as zz_dimtruck | 21:49 | |
*** zz_dimtruck is now known as dimtruck | 21:49 | |
*** changbl_ has quit IRC | 21:51 | |
clarkb | arg I always forget where ubuntu hides the hpcloud images and json file | 21:53 |
pleia2 | clarkb: find it? https://cloud-images.ubuntu.com/releases/streams/v1/com.ubuntu.cloud:released:hpcloud.json | 21:55 |
*** __TheDodd__ has quit IRC | 21:55 | |
*** thedodd has joined #openstack-infra | 21:55 | |
pleia2 | they pushed new ones for the bash things | 21:56 |
clarkb | pleia2: ya I found it in git log thanks! | 21:56 |
fungi | clarkb: jesusaurus: this -operators ml thread has started turning into a logstash discussion... http://lists.openstack.org/pipermail/openstack-operators/2014-October/005285.html | 21:56 |
mordred | fungi: I'm not on that mailing list - any chance you or anyone else has pointed out that infra has a set of grok filters? | 21:58 |
fungi | mordred: i have done that, and linked them, yes | 21:58 |
clarkb | looks like others are wanting json out too | 22:00 |
clarkb | I really need to find time to make that happen | 22:00 |
*** ramashri has joined #openstack-infra | 22:00 | |
*** zns_ has joined #openstack-infra | 22:01 | |
*** dangers is now known as dangers_away | 22:01 | |
*** esker has quit IRC | 22:03 | |
*** terryw has quit IRC | 22:03 | |
*** tonytan4ever has quit IRC | 22:03 | |
*** zns has quit IRC | 22:04 | |
*** zns_ has quit IRC | 22:06 | |
*** _david_ has joined #openstack-infra | 22:06 | |
pleia2 | fungi, anteaya: I'm not sure what else we want to say, but here's a first stab re: system-config email https://etherpad.openstack.org/p/system-config-announce | 22:07 |
pleia2 | maybe need to add something directed at folks consuming config? | 22:07 |
_david_ | zaro, i saw your conversation with qchris: You shoudn't need to change the plugin name in BUCK file and rebuilt its-bugzilla plugin for different Bugzilla instances | 22:07 |
*** armax has quit IRC | 22:08 | |
mordred | jesusaurus, nibalizer: ^^ you are aware of the system-config thing, right? | 22:08 |
_david_ | zaro, the right way to achieve this: don't specify plugin name at all. In this case the plugin loader smart enough to name the plugin after the file name minus ".jar" suffix: its-bugzillaA.jar => plugin-name = its-bugzillaA, its-bugzillaB.jar => plugin-name its-bugzillaB | 22:09 |
*** MarkAtwood has quit IRC | 22:09 | |
mordred | pleia2: looks good to me | 22:10 |
pleia2 | I think they know, I was more thinking about 3rd party folks who maybe be using segments of it (and jaypipes, who may need to update some of his testing system scripts/posts) | 22:10 |
*** armax has joined #openstack-infra | 22:11 | |
pleia2 | (and maybe worth sending to the third party announce ml too?) | 22:12 |
*** radez is now known as radez_g0n3 | 22:12 | |
jesusaurus | mordred: yep, ive been watching from the sidelines | 22:12 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Update hpcloud precise and trusty base image names https://review.openstack.org/126743 | 22:12 |
clarkb | mordred: fungi ^ ok I verified those as best I can | 22:12 |
*** armax has quit IRC | 22:14 | |
nibalizer | mordred: i am aware | 22:14 |
* nibalizer happy it wont be called 'config' anymore | 22:15 | |
zaro | _david_: ohh, that's nice. thanks. | 22:15 |
_david_ | zaro, I introduced the feature to provide plugin name in MANIFEST, so obviously the "old way" not to provide it in MANIFEST, but derive it form the plugin file name is still "in place" ;-) | 22:16 |
anteaya | pleia2: thanks almost finished editing the tc candidates wikipage, will peek at the etherpad next | 22:19 |
clarkb | mordred: I am going to bug you about https://review.openstack.org/#/c/126743/1 I will probably self approve shortly | 22:21 |
*** mikal has quit IRC | 22:21 | |
*** mikal has joined #openstack-infra | 22:23 | |
*** gokrokve has joined #openstack-infra | 22:24 | |
*** sdake_ has quit IRC | 22:25 | |
*** jaypipes has quit IRC | 22:27 | |
*** otherwiseguy has joined #openstack-infra | 22:27 | |
*** _david_ has quit IRC | 22:29 | |
*** dimtruck is now known as zz_dimtruck | 22:30 | |
*** thedodd has quit IRC | 22:30 | |
*** shashankhegde has quit IRC | 22:32 | |
*** sarob has joined #openstack-infra | 22:32 | |
*** eharney has quit IRC | 22:33 | |
*** david-lyle has joined #openstack-infra | 22:33 | |
anteaya | whew https://wiki.openstack.org/wiki/TC_Elections_October_2014#Responses_to_TC_Election_Questions | 22:34 |
*** dimsum_ has quit IRC | 22:34 | |
*** dmellado has joined #openstack-infra | 22:34 | |
anteaya | if anyone spots any errors or broken links please tell me so I can fix them | 22:34 |
*** dimsum_ has joined #openstack-infra | 22:34 | |
*** shashankhegde has joined #openstack-infra | 22:35 | |
anteaya | pleia2: I changed the email subject line | 22:36 |
anteaya | didn't want people to think we were renaming project-config | 22:36 |
*** todd_dsm has quit IRC | 22:37 | |
anteaya | pleia2: 17th | 22:37 |
anteaya | pleia2: I was sure from the backscroll ttx said he preferred the 17th | 22:37 |
*** _buzz has quit IRC | 22:37 | |
*** JayJ has quit IRC | 22:38 | |
anteaya | pleia2: so 3 changes, let me know if you agree | 22:38 |
mtreinish | anteaya: is there any particular reason the candidate responses are in a different order for each question? | 22:38 |
*** flaper87 is now known as flaper87|afk | 22:39 | |
*** dimsum_ has quit IRC | 22:39 | |
anteaya | mtreinish: yes | 22:39 |
anteaya | to mix them up | 22:39 |
anteaya | the order might imply some sort of preference | 22:39 |
anteaya | and it is up to the reader to select their own preference | 22:39 |
*** andreaf has quit IRC | 22:40 | |
anteaya | so the answers purposely have their order changed for each question | 22:40 |
anteaya | the name of the candidate links to their announcement email | 22:40 |
*** andreaf has joined #openstack-infra | 22:40 | |
anteaya | so if you just want to read one candidates responses you can open the email and read | 22:40 |
anteaya | but people weren't doing that last year | 22:41 |
pleia2 | anteaya: lgtm, thank you | 22:41 |
mtreinish | anteaya: ok, I would have just assumed chronological ordering if they were the same. But, I guess I would never expect you to try and nefariously influence voters with subliminal messaging :) | 22:41 |
anteaya | it was too difficult | 22:41 |
anteaya | mtreinish: actually I try for the opposite | 22:41 |
anteaya | to the extent I am able | 22:41 |
*** pradk has quit IRC | 22:41 | |
anteaya | pleia2: great thanks | 22:41 |
anteaya | mtreinish: this is the best I can do to nullify any possiblity of subliminal messaging | 22:42 |
pleia2 | anteaya: given the date, do we want to send this out next week? | 22:42 |
anteaya | pleia2: I would vote yes | 22:42 |
anteaya | and welcome the thoughts of others | 22:42 |
* pleia2 sticks a pin in it | 22:42 | |
*** marcusvrn_ has quit IRC | 22:43 | |
anteaya | since sending it now might just upset all the folks gunning for RC | 22:43 |
pleia2 | yeah, we don't need more confusion :) | 22:43 |
anteaya | we have enough | 22:43 |
fungi | yeah, i think next tuesday's meeting we vote on whether and when, then you can finalize the announcement | 22:44 |
*** groknix has quit IRC | 22:44 | |
fungi | and thanks! | 22:45 |
openstackgerrit | A change was merged to openstack-infra/config: Update hpcloud precise and trusty base image names https://review.openstack.org/126743 | 22:45 |
*** chuckC_ has quit IRC | 22:46 | |
* anteaya considers a walk | 22:46 | |
*** chuckC_ has joined #openstack-infra | 22:47 | |
pleia2 | walk++ | 22:47 |
pleia2 | I took one at lunch, and picked up some new loose tea :) | 22:47 |
*** ihrachyshka has quit IRC | 22:48 | |
mika | huh, https://github.com/openstack-infra/jenkins-job-builder/archive/0.9.0.tar.gz doesn't provide a ChangeLog file, but https://pypi.python.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-0.9.0.tar.gz does?! | 22:48 |
fungi | mika: don't use github. it's handing you a tarball of the git archive | 22:49 |
fungi | mika: the packages uploaded to pypi are the result of python setup.py sdist | 22:49 |
mika | fungi: this is non-obvious for outsiders :( | 22:49 |
anteaya | pleia2: oh, if I could walk for tea, there would be no room left in my cupboards for the dishes | 22:49 |
fungi | mika: yes, i agree we should stop using github entirely | 22:49 |
anteaya | pleia2: I already have two cupboards full of tea | 22:49 |
mika | fungi: thanks for hint, just looking at trying to push updated version of jjb towards debian | 22:50 |
*** bhunter71 has quit IRC | 22:50 | |
*** ramashri has quit IRC | 22:51 | |
*** chuckC_ has quit IRC | 22:51 | |
fungi | mika: i think pabelanger made the previous packages, so you might want to check with him | 22:51 |
fungi | he's been relatively quiet lately, but does pop up from time to time | 22:52 |
mika | fungi: he doesn't seem to care any longer AFAICT (https://tracker.debian.org/pkg/jenkins-job-builder) | 22:52 |
pleia2 | anteaya: haha | 22:52 |
fungi | mika: ahh, yep, looks like Mithrandir did some uploads of it too for a time | 22:54 |
*** Sukhdev has joined #openstack-infra | 22:54 | |
mika | fungi: yeah, i'm DD as well though and together with another DD we just try to tackle that | 22:54 |
fungi | mika: excellent. well, anyway, you need sdist tarballs either from pypi.python.org or tarballs.openstack.org (their checksums should be identical), or you need to run python setup.py sdist in a clone of the git repository to make a tarball | 22:56 |
*** gondoi is now known as zz_gondoi | 22:56 | |
mika | fungi: ack, thx! | 22:56 |
*** xyang0 has quit IRC | 22:56 | |
*** ramashri has joined #openstack-infra | 22:56 | |
openstackgerrit | A change was merged to openstack-infra/project-config: Increase overcloud job timeouts https://review.openstack.org/126512 | 22:57 |
fungi | mika: or the openstack service, library and client packaging team employs some novel workflow involving git-buildpackage and no orig tarball | 22:57 |
mika | fungi: i use that as well, though there's no up2date repos available yet, so i can't really push back what i have | 22:58 |
fungi | mika: but basically versioning is being interpreted from the git tag by the pbr module, and then embeds the python package metadata in the resulting tarball | 22:58 |
anteaya | pleia2: okay you sold me on walk, back in a few hours | 22:58 |
pleia2 | anteaya: enjoy | 22:58 |
mika | fungi: and the "no orig tarball" is just partly true, because you usually import orig.tar.gz on pristine-tar branch and have upstream/$tag available to generate orig.tar.gz then :) | 22:58 |
anteaya | pleia2: thanks :D | 22:58 |
mika | fungi: i see, thx | 22:59 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/nodepool: Support multiple image formats in a diskimage https://review.openstack.org/126747 | 22:59 |
clarkb | mordred: fungi ianw ^ that is completely untested and relies on unmerged dib features so I am going to WIP it, but eyes on it now would be great | 22:59 |
fungi | mika: well, yeah, but the openstack packages in debian aren't reusing our release tarballs nor running sdist and so not importing into pristine-tar. instead they have some other workaround because the primary maintainer is religiously opposed to the idea that anyone could find tarballs useful in this day and age | 23:00 |
*** adalbas has quit IRC | 23:00 | |
mordred | I find that very strange, btw | 23:00 |
mordred | given that Debian packaging is designed around orig tarballs | 23:01 |
mika | fungi: yeah, i know zigo and attended his session about openstack packaging at debconf in august this year, but i don't really agree with what he does ;) | 23:01 |
fungi | mordred: yes, i brought that up as an aside on the distutils-sig ml a couple weeks ago in a trhead about python packaging (what else?) and this is apparently not a view shared by most of the python packaging team in debian | 23:01 |
*** ChuckC has quit IRC | 23:01 | |
mordred | and maint generated tarballs are used by all c projects | 23:01 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/project-config: Add test jobs for devstack-precise-dib images https://review.openstack.org/126609 | 23:01 |
mordred | fungi: ++ | 23:01 |
*** dimsum_ has joined #openstack-infra | 23:02 | |
*** patrickeast_ has joined #openstack-infra | 23:02 | |
fungi | but since i'm not the one doing the packaging, it's not something i'm going to lose sleep over. he does the work, he can decide how he wants to do it. he does manage to package an absurd number of project after all, so i'm in awe | 23:03 |
clarkb | mordred: your eyes on 126747 early would be great | 23:03 |
*** dimsum_ has quit IRC | 23:03 | |
clarkb | mordred: want to make sure that your dib changes line up with what I havein mind there | 23:03 |
*** dimsum_ has joined #openstack-infra | 23:04 | |
*** patrickeast has quit IRC | 23:04 | |
*** patrickeast_ is now known as patrickeast | 23:04 | |
mordred | fungi: ++ | 23:05 |
mordred | clarkb: kk | 23:05 |
mordred | clarkb: so, if you make two types, how do you tell it to upload a given type to a provider? | 23:07 |
clarkb | mordred: under provider.image['someimagename'].image_type you set eg 'vpc' | 23:08 |
mordred | gotcha | 23:08 |
clarkb | mordred: so under diskimages['somediskimage'].image_types you have all possible types | 23:08 |
clarkb | mordred: then under the provider.image you specify which of those values you want to upload | 23:08 |
*** JayJ has joined #openstack-infra | 23:08 | |
mordred | ahbh. I see it now | 23:09 |
mordred | clarkb: I do not think that will conflict with my thing at all | 23:09 |
clarkb | perfect | 23:09 |
*** armax has joined #openstack-infra | 23:09 | |
* krotscheck ’s head is hurting from a 4 table join. | 23:09 | |
clarkb | I am building hpcloud images now | 23:09 |
mordred | krotscheck: mmm | 23:10 |
clarkb | mordred: though my change acutally probably does need a db migration but nodepool doesn't do that yet | 23:10 |
krotscheck | mordred: In reality, it’s a 2 table join which MIGHT have up to 3 additional tables joined on it. | 23:10 |
krotscheck | Depending on how many parameters are passed in. | 23:10 |
clarkb | mordred: so we will have to manually edit rows in the images table to change filename to s/qcow2// | 23:10 |
*** jamielennox has quit IRC | 23:10 | |
mordred | clarkb: damn I should add migrations already | 23:11 |
clarkb | but that should be an easy manual step particularly with dib support being new and not ubiquitous in our nodepool | 23:11 |
mordred | ++ | 23:11 |
*** flaviof_zzz has joined #openstack-infra | 23:11 | |
stevemar | bump, can i get reviews for this chain of patches: https://review.openstack.org/#/q/status:open+project:openstack-infra/config+branch:master+topic:fix_tox.ini,n,z it's been close to getting merged for a while :) | 23:12 |
*** melwitt has quit IRC | 23:13 | |
*** JayJ has quit IRC | 23:13 | |
clarkb | stevemar: done. Though the two at the bottom of the stack need a second review to +3 | 23:15 |
stevemar | clarkb, indeed, but thanks anyhow | 23:15 |
fungi | no, they don't | 23:17 |
fungi | looks like i was right behind you with the +3s | 23:17 |
clarkb | perfect | 23:17 |
fungi | also extra eyes on https://review.openstack.org/119364 would be good. i'll make the edit i commented on there if mrmartin doesn't get a chance before i finish updating hiera bits, and then plan to try firing up the prod server tomorrow morning and see if it works | 23:18 |
* clarkb looks | 23:19 | |
*** datsun180b has quit IRC | 23:20 | |
pleia2 | fungi: just had a quick question about a couple of the hiera vars | 23:22 |
*** ChuckC has joined #openstack-infra | 23:23 | |
openstackgerrit | A change was merged to openstack-infra/config: Remove projects_alphabetized from tox.ini https://review.openstack.org/122600 | 23:23 |
openstackgerrit | A change was merged to openstack-infra/config: Remove jjb from tox.ini https://review.openstack.org/125152 | 23:23 |
clarkb | fungi: commented. There is a small structural thing I noted inline. I think you can just update that when you do the other thing | 23:24 |
openstackgerrit | A change was merged to openstack-infra/config: Remove irc testenv from tox.ini https://review.openstack.org/125164 | 23:26 |
openstackgerrit | A change was merged to openstack-infra/config: Remove undefined upstream environment from tox.ini https://review.openstack.org/125167 | 23:26 |
*** hdd has quit IRC | 23:26 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/project-config: Add test jobs for devstack-precise-dib images https://review.openstack.org/126609 | 23:27 |
clarkb | other than rax-iad bare-precise these image rebuilds seem to be going smoothly now | 23:30 |
clarkb | not sure why paramiko is angry about rax-iad right now | 23:30 |
* clarkb tries agan | 23:31 | |
*** MarkAtwood has joined #openstack-infra | 23:31 | |
*** bdpayne has quit IRC | 23:33 | |
pleia2 | my cat just pushed Zuul off my desk D: https://www.flickr.com/photos/pleia2/15286653130/ | 23:34 |
pleia2 | (pre fall) | 23:34 |
pleia2 | cats! | 23:34 |
clarkb | pleia2: I think your cat wants to be the next zuul mascot | 23:35 |
pleia2 | she's already in the Xubuntu installer, it's gone to her head | 23:35 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/nodepool: Support multiple image formats in a diskimage https://review.openstack.org/126747 | 23:35 |
clarkb | OverLimit: This request was rate-limited. (HTTP 413) apparently our self limiting isn't enough for hpcloud | 23:37 |
clarkb | mordred: ^ | 23:37 |
pleia2 | :\ | 23:37 |
*** patrickeast has quit IRC | 23:37 | |
clarkb | oh you know what | 23:38 |
clarkb | I bet I know why. We have split hpcloud into 5 fake providers | 23:38 |
clarkb | but they have a common rate limit | 23:38 |
clarkb | so we may need to scale back each of those providers by 1/5th their current value | 23:38 |
*** alexpilotti has quit IRC | 23:39 | |
*** otherwiseguy has quit IRC | 23:41 | |
clarkb | looks like we should be able to do 200 GETs per minute. That comes out to 40 GETS per minute per fake region | 23:42 |
clarkb | which is a value of 1.5 in nodepools rate limit valuing? | 23:42 |
*** grue_pm has joined #openstack-infra | 23:43 | |
clarkb | rate is currently 0.1 | 23:43 |
*** ayoung has quit IRC | 23:43 | |
*** wenlock has quit IRC | 23:45 | |
clarkb | ya rate appears to be a seconds between requests value | 23:45 |
*** patrickeast has joined #openstack-infra | 23:46 | |
*** r-daneel has quit IRC | 23:48 | |
*** hdd has joined #openstack-infra | 23:49 | |
*** otherwiseguy has joined #openstack-infra | 23:51 | |
*** timrc is now known as timrc-afk | 23:53 | |
*** camunoz_ has joined #openstack-infra | 23:53 | |
*** camunoz_ is now known as camunoz_mtg | 23:53 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/project-config: Add test jobs for devstack-precise-dib images https://review.openstack.org/126609 | 23:54 |
clarkb | there I think I finally got it right :/ my bad | 23:54 |
*** timrc-afk is now known as timrc | 23:55 | |
stevemar | thanks fungi and clarkb | 23:56 |
*** mmaglana has quit IRC | 23:57 | |
clarkb | pleia2: you might randoly know. xfce4 on latest xubuntu lts appears to use gnome ssh key agent instead of vanilla ssh key agent breaking ssh-add -c | 23:57 |
clarkb | pleia2: any idea when that swap happened? 14.04 seemed fine but 14.04.1 isn't | 23:58 |
pleia2 | clarkb: that's actually kind of strange, mine is still using ssh-agent, I wonder if the gnome thing was pulled in as some other dependency? | 23:59 |
*** gokrokve has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!