*** harlowja_at_home has joined #openstack-infra | 00:00 | |
clarkb | lifeless: oh and the worker allocation race | 00:00 |
---|---|---|
clarkb | lifeless: that one should actually be simple to fix I would imagine? its where testr loses a worker bceause its gives two workers the same id number | 00:00 |
lifeless | clarkb: I need more data on that one - bug 13168581331140 | 00:02 |
lifeless | clarkb: I need more data on that one - bug 1316858 | 00:02 |
uvirtbot | Launchpad bug 1316858 in testrepository "testr reports wrong work # on tests some times" [High,Triaged] https://launchpad.net/bugs/1316858 | 00:02 |
clarkb | lifeless: http://logs.openstack.org/35/115535/3/gate/gate-tempest-dsvm-full/9df398a/console.html that is a case of that bug | 00:02 |
clarkb | lifeless: worker 1 there is the one that raced | 00:03 |
clarkb | we should have 4 workers but only 3 were recorded and the first one ran twice as many tests as it shoudl've so it was the one that got confused | 00:03 |
*** otherwiseguy has quit IRC | 00:05 | |
lifeless | clarkb: were there four pids? | 00:06 |
*** otherwiseguy has joined #openstack-infra | 00:06 | |
clarkb | lifeless: yes, if you scroll up to where testr started there are four load lists | 00:07 |
*** ramashri_ has quit IRC | 00:08 | |
*** otter768 has joined #openstack-infra | 00:08 | |
*** annegentle has joined #openstack-infra | 00:10 | |
openstackgerrit | Brant Knudson proposed a change to openstack-infra/devstack-gate: Stash Apache httpd logs https://review.openstack.org/116404 | 00:10 |
lifeless | clarkb: so the thing that flummoxes me here | 00:15 |
lifeless | clarkb: we use enumerate | 00:15 |
lifeless | clarkb: so its kindof like saying 'when enumerate fails...' | 00:15 |
lifeless | clarkb: and this is the tag logic | 00:16 |
lifeless | case = testtools.DecorateTestCaseResult(case, | 00:16 |
lifeless | lambda result:testtools.StreamTagger( | 00:16 |
lifeless | [result], add=['worker-%d' % pos])) | 00:16 |
lifeless | where pos is from enumerate() | 00:16 |
lifeless | I mean, obviously its happening | 00:19 |
lifeless | but wtf | 00:20 |
*** ramashri has joined #openstack-infra | 00:20 | |
*** unicell has joined #openstack-infra | 00:20 | |
lifeless | clarkb: does it happen on every run ? | 00:20 |
clarkb | it is very common yes | 00:21 |
*** otherwiseguy has quit IRC | 00:23 | |
*** mmedvede has quit IRC | 00:23 | |
*** otherwiseguy has joined #openstack-infra | 00:25 | |
*** tsg has quit IRC | 00:28 | |
*** tgohad has quit IRC | 00:29 | |
*** otherwiseguy has quit IRC | 00:30 | |
*** tgohad has joined #openstack-infra | 00:30 | |
*** tsg has joined #openstack-infra | 00:30 | |
*** annegentle has quit IRC | 00:31 | |
r1chardj0n3s | hm, the pip-missing-reqs experimental job seems to have disappeared from nova... http://status.openstack.org/zuul/ display for my experimental check job (114122) doesn't list it | 00:38 |
r1chardj0n3s | gate-nova-pip-missing-reqs that was added in https://review.openstack.org/#/c/114137/ to be precise... | 00:40 |
clarkb | r1chardj0n3s: https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/zuul/layout.yaml#n1218 its running in the silent queue now so runs on every patchset | 00:40 |
r1chardj0n3s | I'm not sure what that means ;) but if it's "silent" how do I see the result? | 00:41 |
r1chardj0n3s | ah, I see the silent queue now, sorry | 00:41 |
r1chardj0n3s | (] | 00:41 |
r1chardj0n3s | (I'm still not sure how to see the result of it though( | 00:41 |
clarkb | r1chardj0n3s: http://logs.openstack.org/27/114127/5/silent/gate-nova-pip-missing-reqs/ the url there is http://logs.openstack.org/lasttwocharsofchangenumber/changenumber/patchset/silent | 00:42 |
lifeless | huh | 00:43 |
lifeless | Run: 344 in 6.78047 sec. | 00:43 |
lifeless | thats bogus - wall clock is 0.3s :) | 00:44 |
*** ominakov has quit IRC | 00:44 | |
lifeless | you can't sum concurrent work! | 00:44 |
*** nosnos has joined #openstack-infra | 00:45 | |
*** dkehn has quit IRC | 00:46 | |
r1chardj0n3s | thanks clarkb | 00:46 |
*** mmaglana has joined #openstack-infra | 00:47 | |
*** harlowja_at_home has quit IRC | 00:47 | |
*** annegentle has joined #openstack-infra | 00:50 | |
*** tomoe_ has joined #openstack-infra | 00:53 | |
*** annegentle has quit IRC | 00:54 | |
openstackgerrit | David Pursehouse proposed a change to openstack-infra/jenkins-job-builder: SCM: rename `self` arguments to `parser` https://review.openstack.org/106942 | 00:56 |
*** yaguang has joined #openstack-infra | 00:56 | |
*** asettle has joined #openstack-infra | 00:56 | |
*** alexandra_ is now known as asettle | 00:57 | |
ianw | lifeless / clarkb: catching up on openstack-dev. who knew calling setUp() twice was so common. if you know of outstanding things i can help with it | 00:58 |
*** nosnos has quit IRC | 00:58 | |
lifeless | ianw: I'm not aware of anything but thanks | 00:59 |
lifeless | ianw: I should have been more cautious I guess and warned rather than errored on day 1 | 01:00 |
*** nosnos has joined #openstack-infra | 01:01 | |
*** annegentle has joined #openstack-infra | 01:02 | |
clarkb | r1chardj0n3s: I think we were hoping that once you were reasonably happy with it we could roll it into another test | 01:04 |
clarkb | r1chardj0n3s: I don't know that it needs to be a dedicated test but may make sense as part of the existing requirements check or as part of the "pep8" job which runs static analysis | 01:04 |
r1chardj0n3s | clarkb: one of the issues is it has to be very careful about virtualenv pollution from test tools | 01:06 |
clarkb | r1chardj0n3s: all of the test tools should be part of the requirements though | 01:06 |
clarkb | r1chardj0n3s: and if that is the case the existing requirements check may be best for it as that isn't in a test venv iirc | 01:07 |
r1chardj0n3s | clarkb: but those requirements aren't installed as part of the application | 01:07 |
clarkb | oh I see what you mean. Basically the difference between requirements.txt and test-requirements.txt | 01:08 |
*** otter768 has quit IRC | 01:08 | |
clarkb | I think we can accomodate that in the existing requirements check job | 01:08 |
*** annegentle has quit IRC | 01:09 | |
*** tiantian has joined #openstack-infra | 01:11 | |
lifeless | sdague: btw - the 'pythonlogging:'' name refers to the root logger - its nothing to do with subunit | 01:13 |
openstackgerrit | Steve Baker proposed a change to openstack-infra/config: check-heat-dsvm-functional pre/post hooks https://review.openstack.org/116533 | 01:13 |
lifeless | sdague: you're throwing away actual information with your transform in subunit-trace.py | 01:13 |
*** tiantian has left #openstack-infra | 01:15 | |
lifeless | yayaya https://review.openstack.org/#/c/108269/ is green | 01:15 |
lifeless | now I just need two reviews from infra||oslo folk on it | 01:15 |
*** masayukig has quit IRC | 01:16 | |
r1chardj0n3s | sorry clarkb I was in a meeting there ;) | 01:18 |
*** nosnos has quit IRC | 01:19 | |
*** signed8bit has joined #openstack-infra | 01:20 | |
r1chardj0n3s | so I guess the issue is that if we turn on pip-missing-reqs for everyone automagically, rather than project-by-project (and my preference, as the person doing it, is for the former ;) that does mean that some projects will just randomly start getting fails in the requirements check for random changes | 01:20 |
*** signed8bit has quit IRC | 01:20 | |
r1chardj0n3s | ... unless nova is the only project that was actually failing ;) | 01:20 |
lifeless | ok thats interesting | 01:20 |
lifeless | I can trigger | 01:21 |
lifeless | - WARNING: missing Worker 0! Race in testr accounting. | 01:21 |
lifeless | - WARNING: missing Worker 1! Race in testr accounting. | 01:21 |
lifeless | - WARNING: missing Worker 2! Race in testr accounting. | 01:21 |
lifeless | - Worker 3 (344 tests) => 0:00:01.939864s | 01:21 |
lifeless | every time by evaluating the iterator greedily | 01:21 |
clarkb | r1chardj0n3s: yes, but we only run that check on requirements changes so it should make it relatively easy to clean up | 01:21 |
*** masayukig has joined #openstack-infra | 01:21 | |
clarkb | r1chardj0n3s: so everything won't turn red | 01:21 |
*** dimtruck is now known as zz_dimtruck | 01:21 | |
r1chardj0n3s | clarkb: ok, that sounds good. the actual mechanism is a deep dark scary secret from my perspective though, so how should we proceed? | 01:22 |
*** nosnos has joined #openstack-infra | 01:22 | |
clarkb | r1chardj0n3s: we update https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml#n244 to run your thing | 01:24 |
clarkb | r1chardj0n3s: then remove it from nova silent queue | 01:24 |
r1chardj0n3s | clarkb: and the change pending against nova is replaced by one that just fixes nova's requirements.txt | 01:24 |
*** nosnos has quit IRC | 01:24 | |
clarkb | yup | 01:25 |
r1chardj0n3s | clarkb: jhesketh (my tame infra person) is on leave at the moment, so it's going to be a couple off weeks before I can coordinate with him to get that all done | 01:26 |
clarkb | r1chardj0n3s: I am happy to help though I have to run to dinner shortly | 01:27 |
clarkb | so won't happen tonight :) | 01:27 |
clarkb | r1chardj0n3s: but I figure since I am awake well into AU work hours why not | 01:27 |
r1chardj0n3s | clarkb: ok, cool thanks. tomorrow is fine :) | 01:28 |
*** harlowja_at_home has joined #openstack-infra | 01:30 | |
lifeless | oh ffs half-ass lambdas in python | 01:30 |
lifeless | of *course* thats what it is | 01:30 |
clarkb | lifeless: I am very curious to see the diff on the bugfix :) | 01:31 |
lifeless | I haven't 100% verified | 01:33 |
lifeless | let me finish that before half-cocking it | 01:33 |
clarkb | sure | 01:33 |
*** harlowja_at_home has quit IRC | 01:36 | |
*** harlowja_at_home has joined #openstack-infra | 01:37 | |
lifeless | so | 01:40 |
lifeless | the variable used to tag | 01:40 |
lifeless | is being looked up in the containing context at execution time | 01:40 |
lifeless | not as at definition time | 01:40 |
lifeless | e.g. its binding by label, not value | 01:40 |
*** armax has joined #openstack-infra | 01:44 | |
*** yamahata has joined #openstack-infra | 01:45 | |
lifeless | clarkb: see trunk | 01:47 |
*** nosnos has joined #openstack-infra | 01:51 | |
*** oomichi has joined #openstack-infra | 01:52 | |
*** armax has quit IRC | 01:52 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 01:54 | |
*** nosnos has quit IRC | 01:58 | |
*** nosnos has joined #openstack-infra | 01:58 | |
*** Vega has joined #openstack-infra | 01:58 | |
*** Vega is now known as Guest56902 | 01:59 | |
*** adalbas has quit IRC | 02:04 | |
lifeless | clarkb: do you have an example of bug 1331140 for me? | 02:06 |
uvirtbot | Launchpad bug 1331140 in testrepository "testr reports double failure counts" [Undecided,Incomplete] https://launchpad.net/bugs/1331140 | 02:06 |
*** esker has quit IRC | 02:09 | |
*** annegentle has joined #openstack-infra | 02:10 | |
*** rick_ has joined #openstack-infra | 02:12 | |
*** annegentle has quit IRC | 02:15 | |
*** xchu has joined #openstack-infra | 02:16 | |
clarkb | I couldnt find one | 02:16 |
*** annegentle has joined #openstack-infra | 02:18 | |
rick_ | clarkb: HI | 02:20 |
*** xchu has quit IRC | 02:21 | |
rick_ | clarkb: I have problem about how to debug jenkins publisher? I config the console log publisher, but I did not see any console log output. | 02:22 |
*** harlowja_at_home has quit IRC | 02:23 | |
*** SumitNaiksatam has quit IRC | 02:28 | |
*** SumitNaiksatam has joined #openstack-infra | 02:29 | |
*** sdake_ has joined #openstack-infra | 02:30 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 02:31 | |
*** tgohad has quit IRC | 02:33 | |
*** tsg has quit IRC | 02:33 | |
*** Guest56902 has quit IRC | 02:36 | |
*** otherwiseguy has joined #openstack-infra | 02:40 | |
*** dims has quit IRC | 02:44 | |
charz | hi guys, I sent the request of third party service account one week ago. Is that ready? | 02:46 |
pleia2 | charz: what name/company? I can check to see if there were any responses | 02:47 |
charz | pleia2: swiftstack-cluster-ci/SwiftStack | 02:47 |
*** dims has joined #openstack-infra | 02:47 | |
charz | pleia2: thanks :) | 02:47 |
*** dims has quit IRC | 02:47 | |
pleia2 | charz: not seeing updates yet, anteaya was conferencing late last week so might just need catch up there, or SergeyLukjanov will get to it :) | 02:48 |
charz | pleia2: So I need to talk with SergeyLukjanov? or send some info to him? | 02:50 |
*** KanagarajM has joined #openstack-infra | 02:51 | |
pleia2 | charz: it'll be in a queue of accounts to set up, sorry it takes so long | 02:53 |
*** KanagarajM has quit IRC | 02:54 | |
charz | pleia2: It's ok, just make sure the status of account and I can schedule my tasks. | 02:56 |
charz | plars: Thanks for your help. :) | 02:58 |
charz | s/plars/pleia2 , sorry | 02:59 |
pleia2 | you're welcome | 03:01 |
*** baoli has quit IRC | 03:03 | |
lifeless | clarkb: https://review.openstack.org/#/c/108269/ if youhavetime | 03:04 |
*** hogepodge has quit IRC | 03:06 | |
*** dkehn has joined #openstack-infra | 03:07 | |
*** annegentle has quit IRC | 03:14 | |
*** zz_dimtruck is now known as dimtruck | 03:18 | |
*** Ryan_Lane has quit IRC | 03:25 | |
*** sdake_ has quit IRC | 03:26 | |
*** dimtruck is now known as zz_dimtruck | 03:28 | |
*** otter768 has joined #openstack-infra | 03:28 | |
*** Ryan_Lane has joined #openstack-infra | 03:34 | |
*** _buzz has quit IRC | 03:40 | |
*** ppai has joined #openstack-infra | 03:40 | |
*** _buzz has joined #openstack-infra | 03:41 | |
*** rick_ has quit IRC | 03:43 | |
*** rick_ has joined #openstack-infra | 03:44 | |
*** harlowja_at_home has joined #openstack-infra | 03:44 | |
*** lttrl has quit IRC | 03:47 | |
*** dims has joined #openstack-infra | 03:48 | |
*** sdake_ has joined #openstack-infra | 03:52 | |
*** gokrokve has joined #openstack-infra | 03:53 | |
*** dims has quit IRC | 03:53 | |
*** tsg has joined #openstack-infra | 03:59 | |
*** tgohad has joined #openstack-infra | 03:59 | |
*** Alexei_987 has joined #openstack-infra | 03:59 | |
*** stevemar has quit IRC | 04:02 | |
*** Ryan_Lane has quit IRC | 04:02 | |
*** otter768 has quit IRC | 04:07 | |
*** gokrokve has quit IRC | 04:10 | |
*** sdake_ has quit IRC | 04:10 | |
*** cnesa7 has quit IRC | 04:14 | |
*** gokrokve has joined #openstack-infra | 04:15 | |
*** Ryan_Lane has joined #openstack-infra | 04:21 | |
*** harlowja_at_home has quit IRC | 04:22 | |
*** loki184 has joined #openstack-infra | 04:26 | |
*** gokrokve has quit IRC | 04:27 | |
*** gokrokve has joined #openstack-infra | 04:28 | |
*** daya_k has joined #openstack-infra | 04:28 | |
*** amotoki has joined #openstack-infra | 04:29 | |
*** yfried has quit IRC | 04:31 | |
*** nosnos has quit IRC | 04:32 | |
*** gokrokve has quit IRC | 04:32 | |
*** nosnos has joined #openstack-infra | 04:33 | |
*** ramashri has quit IRC | 04:35 | |
*** thingee has quit IRC | 04:35 | |
*** Ryan_Lane has quit IRC | 04:37 | |
*** thingee has joined #openstack-infra | 04:37 | |
*** torandu has quit IRC | 04:39 | |
*** YorikSar has quit IRC | 04:41 | |
*** YorikSar has joined #openstack-infra | 04:42 | |
*** dims has joined #openstack-infra | 04:53 | |
*** Ryan_Lane has joined #openstack-infra | 04:54 | |
*** fabo has quit IRC | 04:56 | |
*** YorikSar has quit IRC | 04:57 | |
*** fabo has joined #openstack-infra | 04:57 | |
*** dims has quit IRC | 04:59 | |
*** otherwiseguy has quit IRC | 05:03 | |
*** tgohad has quit IRC | 05:05 | |
*** tsg has quit IRC | 05:05 | |
*** flaper87|afk is now known as flaper87 | 05:10 | |
*** ociuhandu has quit IRC | 05:11 | |
*** zz_dimtruck is now known as dimtruck | 05:19 | |
*** Ryan_Lane1 has joined #openstack-infra | 05:25 | |
*** dimtruck is now known as zz_dimtruck | 05:29 | |
*** yfried has joined #openstack-infra | 05:35 | |
*** Ryan_Lane has quit IRC | 05:38 | |
*** _nadya_ has joined #openstack-infra | 05:45 | |
*** HeOS has quit IRC | 05:46 | |
*** _nadya_ has quit IRC | 05:49 | |
*** miqui has quit IRC | 06:00 | |
*** markmc has joined #openstack-infra | 06:03 | |
*** k4n0 has joined #openstack-infra | 06:05 | |
*** _nadya_ has joined #openstack-infra | 06:09 | |
*** isaacb has joined #openstack-infra | 06:10 | |
*** afazekas has joined #openstack-infra | 06:11 | |
rick_ | Does anyone know how to convert Console Output of Jenkins to html file? | 06:13 |
*** MaxV has joined #openstack-infra | 06:18 | |
*** cnesa7 has joined #openstack-infra | 06:20 | |
*** trinaths has joined #openstack-infra | 06:22 | |
*** dtantsur|afk is now known as dtantsur | 06:23 | |
*** dizquierdo has joined #openstack-infra | 06:27 | |
*** _nadya_ has quit IRC | 06:28 | |
openstackgerrit | afazekas proposed a change to openstack-infra/devstack-gate: Fix ssh key specification in the README.rst https://review.openstack.org/114553 | 06:33 |
*** trinaths_afk has joined #openstack-infra | 06:34 | |
*** YorikSar has joined #openstack-infra | 06:36 | |
*** trinaths has quit IRC | 06:36 | |
*** trinaths_afk is now known as trinaths | 06:36 | |
*** daya_k has quit IRC | 06:38 | |
*** dims has joined #openstack-infra | 06:42 | |
*** dims has quit IRC | 06:47 | |
jamielennox | i just pushed a tag to zuul for release, how long before i expect to see this in pypi? is there a log i can use to see the build? | 06:58 |
*** _nadya_ has joined #openstack-infra | 06:59 | |
*** jlibosva has joined #openstack-infra | 06:59 | |
*** _nadya_ has quit IRC | 07:04 | |
davidlenwell | fungi: earthquake was nothing | 07:06 |
*** jcoufal has joined #openstack-infra | 07:12 | |
*** Longgeek has joined #openstack-infra | 07:16 | |
*** _nadya_ has joined #openstack-infra | 07:17 | |
*** HeOS has joined #openstack-infra | 07:17 | |
*** zz_dimtruck is now known as dimtruck | 07:18 | |
*** marun has quit IRC | 07:20 | |
*** dizquierdo has quit IRC | 07:20 | |
ttx | jroll: they don't need to have code proposed to be marked started, just that the dev has started work on it | 07:23 |
flaper87 | SergeyLukjanov: hey, when you're around, mind +A https://review.openstack.org/#/c/115299/ ? :) | 07:23 |
ttx | jroll: and Lucas said they gad people working on it | 07:23 |
ttx | jroll: see http://eavesdrop.openstack.org/meetings/incub_sync/2014/incub_sync.2014-08-21-11.53.log.html#l-95 | 07:24 |
*** ihrachyshka has joined #openstack-infra | 07:24 | |
*** flaper87 is now known as flaper87|afk | 07:26 | |
*** ildikov has joined #openstack-infra | 07:27 | |
*** dimtruck is now known as zz_dimtruck | 07:28 | |
*** yolanda has joined #openstack-infra | 07:31 | |
*** bookwar has joined #openstack-infra | 07:32 | |
*** jamielennox is now known as jamielennox|away | 07:33 | |
*** baohua has joined #openstack-infra | 07:33 | |
*** praneshp has quit IRC | 07:34 | |
*** luqas has joined #openstack-infra | 07:36 | |
*** daya_k has joined #openstack-infra | 07:46 | |
*** doude has joined #openstack-infra | 07:47 | |
*** ihrachyshka has quit IRC | 07:48 | |
*** Guest87807 has joined #openstack-infra | 07:48 | |
*** amuller has joined #openstack-infra | 07:53 | |
lifeless | jamielennox|away: it triggers a job, visible in the zuul status page | 07:57 |
lifeless | jamielennox|away: I don't think there is a review object to use to tie into that though :( | 07:57 |
*** jpich has joined #openstack-infra | 07:57 | |
*** jistr has joined #openstack-infra | 07:59 | |
*** IvanBerezovskiy has joined #openstack-infra | 07:59 | |
*** dizquierdo has joined #openstack-infra | 07:59 | |
*** pblaho has joined #openstack-infra | 08:05 | |
*** loki184 has quit IRC | 08:07 | |
*** derekh has joined #openstack-infra | 08:09 | |
*** ociuhandu has joined #openstack-infra | 08:09 | |
*** yfried_ has joined #openstack-infra | 08:14 | |
*** tomoe_ has quit IRC | 08:14 | |
*** yfried has quit IRC | 08:15 | |
*** tomoe_ has joined #openstack-infra | 08:15 | |
*** mflobo has joined #openstack-infra | 08:20 | |
*** oanufriev has quit IRC | 08:24 | |
*** enikanorov has quit IRC | 08:26 | |
*** enikanorov has joined #openstack-infra | 08:26 | |
*** _nadya_ has quit IRC | 08:27 | |
yolanda | fungi, clarkb, jeblair, were you able to apply nodepool dib changes? | 08:27 |
*** yfried_ has quit IRC | 08:29 | |
*** dims has joined #openstack-infra | 08:31 | |
*** loki184 has joined #openstack-infra | 08:32 | |
*** ihrachyshka has joined #openstack-infra | 08:33 | |
*** yfried_ has joined #openstack-infra | 08:34 | |
*** dims has quit IRC | 08:36 | |
*** oanufriev has joined #openstack-infra | 08:36 | |
*** k4n0 has quit IRC | 08:39 | |
*** ihrachyshka has quit IRC | 08:48 | |
*** ihrachyshka has joined #openstack-infra | 08:48 | |
*** yfried_ has quit IRC | 08:50 | |
*** k4n0 has joined #openstack-infra | 08:53 | |
*** KanagarajM has joined #openstack-infra | 08:55 | |
*** ihrachyshka has quit IRC | 08:56 | |
*** rlandy has joined #openstack-infra | 08:59 | |
*** yfried has joined #openstack-infra | 09:02 | |
SergeyLukjanov | flaper87|afk, approved | 09:05 |
*** mkollaro has joined #openstack-infra | 09:05 | |
SergeyLukjanov | charz, pleia2, I hope I'll have some time today to create accounts | 09:06 |
*** mkollaro1 has joined #openstack-infra | 09:09 | |
*** mkollaro has quit IRC | 09:09 | |
*** Guest87807 has quit IRC | 09:09 | |
*** rcarrillocruz has joined #openstack-infra | 09:10 | |
*** Hal_ has joined #openstack-infra | 09:11 | |
*** Hal_ has quit IRC | 09:13 | |
*** Hal_ has joined #openstack-infra | 09:14 | |
*** rcarrillocruz has quit IRC | 09:21 | |
*** dmellado has quit IRC | 09:23 | |
*** marun has joined #openstack-infra | 09:24 | |
*** rcarrillocruz has joined #openstack-infra | 09:25 | |
*** penguinRaider has quit IRC | 09:27 | |
*** andreykurilin has joined #openstack-infra | 09:29 | |
*** hashar has joined #openstack-infra | 09:29 | |
*** ZZelle has joined #openstack-infra | 09:31 | |
*** oanufriev has quit IRC | 09:38 | |
*** oanufriev has joined #openstack-infra | 09:39 | |
*** oanufriev has quit IRC | 09:41 | |
*** sressot has quit IRC | 09:42 | |
*** baohua has quit IRC | 09:42 | |
*** dtantsur is now known as dtantsur|lunch | 09:43 | |
*** penguinRaider has joined #openstack-infra | 09:43 | |
*** yamahata has quit IRC | 09:43 | |
*** ppai has quit IRC | 09:50 | |
openstackgerrit | A change was merged to openstack-infra/release-tools: Use double-bracket style everywhere in rc*.sh https://review.openstack.org/116221 | 09:50 |
*** sressot has joined #openstack-infra | 09:50 | |
*** rcarrillocruz has quit IRC | 09:51 | |
*** pelix has joined #openstack-infra | 09:52 | |
*** luqas has quit IRC | 09:52 | |
*** luqas has joined #openstack-infra | 09:54 | |
*** luqas has quit IRC | 09:58 | |
*** rcarrillocruz has joined #openstack-infra | 09:58 | |
*** pblaho is now known as pblaho|afk | 10:01 | |
*** oanufriev has joined #openstack-infra | 10:01 | |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/zuul: Add check for ref being a string before applying regex https://review.openstack.org/116577 | 10:01 |
*** pcm_ has joined #openstack-infra | 10:05 | |
*** e0ne has joined #openstack-infra | 10:05 | |
*** jp_at_hp has joined #openstack-infra | 10:06 | |
*** luqas has joined #openstack-infra | 10:06 | |
*** ppai has joined #openstack-infra | 10:06 | |
*** Hal_ has quit IRC | 10:08 | |
*** e0ne has quit IRC | 10:08 | |
*** pcm_ has quit IRC | 10:09 | |
*** pcm_ has joined #openstack-infra | 10:10 | |
*** marun has quit IRC | 10:11 | |
*** e0ne has joined #openstack-infra | 10:12 | |
*** marun has joined #openstack-infra | 10:12 | |
*** tnurlygayanov has joined #openstack-infra | 10:15 | |
*** e0ne has quit IRC | 10:15 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Add glance.store to the list of projects https://review.openstack.org/115299 | 10:16 |
*** e0ne has joined #openstack-infra | 10:20 | |
*** unicell has quit IRC | 10:21 | |
*** e0ne has quit IRC | 10:21 | |
*** p5ntangle has joined #openstack-infra | 10:22 | |
*** e0ne has joined #openstack-infra | 10:26 | |
*** e0ne has quit IRC | 10:28 | |
*** hashar has quit IRC | 10:29 | |
*** andreykurilin has quit IRC | 10:32 | |
*** e0ne has joined #openstack-infra | 10:32 | |
*** andreykurilin has joined #openstack-infra | 10:32 | |
*** p5ntangl_ has joined #openstack-infra | 10:33 | |
*** p5ntangle has quit IRC | 10:36 | |
*** e0ne has quit IRC | 10:39 | |
*** rick_ has quit IRC | 10:41 | |
*** e0ne has joined #openstack-infra | 10:43 | |
*** rcarrillocruz has quit IRC | 10:43 | |
*** e0ne has quit IRC | 10:44 | |
*** p5ntangl_ has quit IRC | 10:46 | |
*** tomoe__ has joined #openstack-infra | 10:46 | |
*** p5ntangle has joined #openstack-infra | 10:46 | |
*** k4n0 has quit IRC | 10:47 | |
*** rcarrillocruz has joined #openstack-infra | 10:47 | |
*** flaper87|afk is now known as flaper87 | 10:48 | |
*** e0ne has joined #openstack-infra | 10:48 | |
*** tomoe_ has quit IRC | 10:49 | |
*** tomoe__ has quit IRC | 10:50 | |
*** e0ne has quit IRC | 10:53 | |
*** e0ne has joined #openstack-infra | 10:56 | |
*** rcarrillocruz has left #openstack-infra | 10:56 | |
*** rcarrillocruz has joined #openstack-infra | 10:57 | |
*** mmaglana has quit IRC | 10:59 | |
*** k4n0 has joined #openstack-infra | 10:59 | |
*** pcm_ has quit IRC | 11:01 | |
*** pcm_ has joined #openstack-infra | 11:03 | |
*** e0ne has quit IRC | 11:03 | |
*** pblaho|afk is now known as pblaho | 11:04 | |
*** pcm_ has quit IRC | 11:04 | |
*** tomoe_ has joined #openstack-infra | 11:05 | |
*** pcm_ has joined #openstack-infra | 11:05 | |
*** e0ne has joined #openstack-infra | 11:07 | |
*** e0ne has quit IRC | 11:09 | |
*** luqas has quit IRC | 11:12 | |
*** penguinRaider has quit IRC | 11:12 | |
*** e0ne has joined #openstack-infra | 11:12 | |
*** e0ne has quit IRC | 11:15 | |
*** daya_k has quit IRC | 11:15 | |
*** yamahata has joined #openstack-infra | 11:16 | |
*** e0ne has joined #openstack-infra | 11:19 | |
*** _nadya_ has joined #openstack-infra | 11:19 | |
*** mkollaro has joined #openstack-infra | 11:22 | |
*** [HeOS] has joined #openstack-infra | 11:22 | |
*** andreykurilin has quit IRC | 11:22 | |
*** HeOS has quit IRC | 11:23 | |
*** pblaho is now known as pblaho|afk | 11:24 | |
*** dteselkin has quit IRC | 11:24 | |
*** mkollaro1 has quit IRC | 11:24 | |
*** dteselkin has joined #openstack-infra | 11:25 | |
*** adalbas has joined #openstack-infra | 11:25 | |
*** Hal_ has joined #openstack-infra | 11:27 | |
*** e0ne has quit IRC | 11:27 | |
*** dims has joined #openstack-infra | 11:29 | |
*** e0ne has joined #openstack-infra | 11:32 | |
*** omrim has joined #openstack-infra | 11:32 | |
*** Hal_ has quit IRC | 11:32 | |
*** ominakov has joined #openstack-infra | 11:32 | |
*** rcarrillocruz has quit IRC | 11:33 | |
*** Hal_ has joined #openstack-infra | 11:35 | |
*** rcarrillocruz has joined #openstack-infra | 11:35 | |
*** hashar has joined #openstack-infra | 11:36 | |
*** omrim has quit IRC | 11:36 | |
*** omr has joined #openstack-infra | 11:37 | |
omr | Hi, I notice that from time to time I have "Merge Failed" on some commits in my CI setup. | 11:37 |
omr | In spite of the "Merge Failed" I saw the results of the tests. | 11:38 |
*** ppai has quit IRC | 11:39 | |
omr | Is someone know what is the root-cause for such a failed? | 11:39 |
*** pblaho|afk is now known as pblaho | 11:40 | |
*** loki184 has quit IRC | 11:40 | |
*** dizquierdo has quit IRC | 11:44 | |
*** flaviof_zzz is now known as flaviof | 11:44 | |
*** KanagarajM has quit IRC | 11:49 | |
*** e0ne has quit IRC | 11:49 | |
*** ppai has joined #openstack-infra | 11:51 | |
joa | omr: sorry, Didn't encounter that yet | 11:51 |
*** [HeOS] is now known as HeOS | 11:51 | |
*** e0ne has joined #openstack-infra | 11:54 | |
*** pblaho is now known as pblaho|afk | 11:57 | |
*** rfolco has joined #openstack-infra | 11:58 | |
*** e0ne has quit IRC | 11:58 | |
*** dizquierdo has joined #openstack-infra | 11:58 | |
*** e0ne has joined #openstack-infra | 12:02 | |
*** MaxV has quit IRC | 12:03 | |
*** flaper87 is now known as flaper87|afk | 12:04 | |
*** baoli has joined #openstack-infra | 12:05 | |
*** tomoe_ has quit IRC | 12:06 | |
*** dkranz has joined #openstack-infra | 12:06 | |
*** ihrachyshka has joined #openstack-infra | 12:07 | |
*** flaper87|afk is now known as flaper87 | 12:07 | |
*** mbacchi has joined #openstack-infra | 12:09 | |
*** e0ne has quit IRC | 12:09 | |
*** ihrachyshka has quit IRC | 12:13 | |
*** ihrachyshka has joined #openstack-infra | 12:14 | |
*** mkollaro has quit IRC | 12:14 | |
*** mkollaro1 has joined #openstack-infra | 12:14 | |
omr | joa: Have you ever seen the Exception: "ERROR zuul.Merger: Unable to reset repo <zuul.merger.merger.Repo object at>" from your merger.log | 12:15 |
joa | don't think so, but lemme grep my meager logs | 12:15 |
*** aysyd has joined #openstack-infra | 12:16 | |
omr | joa: Thanks | 12:16 |
joa | nope, none in my logs | 12:16 |
joa | well, my CI doesn't run full-time, as it's not properly configured yet, missing some tweaks | 12:16 |
*** kgiusti has joined #openstack-infra | 12:20 | |
*** ryanpetrello has quit IRC | 12:21 | |
*** jaypipes has joined #openstack-infra | 12:22 | |
*** e0ne has joined #openstack-infra | 12:24 | |
*** ryanpetrello has joined #openstack-infra | 12:26 | |
*** e0ne has quit IRC | 12:28 | |
*** zz_dimtruck is now known as dimtruck | 12:29 | |
sdague | morning folks | 12:30 |
joa | morning sdague | 12:30 |
*** weshay has joined #openstack-infra | 12:34 | |
*** ominakov has quit IRC | 12:36 | |
openstackgerrit | Cedric Brandily proposed a change to openstack-infra/git-review: Prefer git-config over git-review config files https://review.openstack.org/116035 | 12:39 |
marun | sdague: quick question, why is lockutils required to run tests? (seen in tox.ini) | 12:41 |
sdague | marun: I don't know | 12:42 |
marun | sdague: Hmmm, any thoughts on who would? | 12:42 |
sdague | lifeless? you are asking about the testtools.run single test invocation, right? | 12:43 |
*** rcarrillocruz has quit IRC | 12:43 | |
*** pblaho|afk is now known as pblaho | 12:45 | |
*** pdmars has joined #openstack-infra | 12:46 | |
marun | sdague: I think it wraps all unit test invocations actually | 12:47 |
marun | sdague: thanks for the pointer, I'll ping lifeless then. | 12:47 |
sdague | possibly a thing that testtools should be importing that it doesn't? | 12:47 |
*** rcarrillocruz has joined #openstack-infra | 12:47 | |
sdague | yeh, I don't know, that magic invocation came from somewhere else and I just carried it forward because it worked | 12:48 |
marun | sdague: https://github.com/openstack/nova/blob/master/tox.ini#L16 | 12:48 |
marun | sdague: we do the same thing in neutron | 12:48 |
sdague | oh.... | 12:48 |
sdague | hm | 12:48 |
sdague | does it work without it? | 12:48 |
sdague | it's not in other projects | 12:49 |
marun | sdague: ah, now I see | 12:49 |
fungi | yolanda: nodepool now has the dib changes applied (plus some fixes for bugs they introduced) running in production now. should be completely in sync with the tip of nodepool's master branch at this point | 12:49 |
openstackgerrit | A change was merged to openstack/requirements: Rename bash8 to bashate (part 2) https://review.openstack.org/113843 | 12:49 |
marun | sdague: https://github.com/openstack/neutron/blob/master/neutron/openstack/common/lockutils.py#L283 | 12:50 |
marun | sdague: It ensures a temp directory exists for locks so that any code that uses lockutils will work when invoked in a test. | 12:50 |
yolanda | fungi, that's great news | 12:51 |
*** dkliban_ has joined #openstack-infra | 12:51 | |
sdague | oh, that's just to trigger the explode early if it doesnt? | 12:51 |
marun | sdague: sorry for bugging you instead of just looking, but now you know something too. :) | 12:51 |
sdague | cool, learning something new is always good :) | 12:51 |
yolanda | fungi, are you using dib for building images now, or still using old approach? | 12:51 |
fungi | yolanda: still using the traditional method for the moment | 12:52 |
yolanda | fungi, any blocker for not using dib? | 12:53 |
fungi | yolanda: no idea. probably just someone's time to make sure it's working for our images in our various providers | 12:55 |
*** dkliban_ has quit IRC | 12:55 | |
*** ppai has quit IRC | 12:56 | |
*** sdake has quit IRC | 12:56 | |
yolanda | fungi, ok, just let me know if there is something i can help with. I wrote also some changes for documentation: https://review.openstack.org/#/c/115614/ | 12:56 |
*** mmedvede has joined #openstack-infra | 12:58 | |
*** rcarrill` has joined #openstack-infra | 12:58 | |
*** sdake has joined #openstack-infra | 12:58 | |
*** _nadya_ has quit IRC | 13:00 | |
*** ildikov_ has joined #openstack-infra | 13:01 | |
*** rcarrillocruz has quit IRC | 13:01 | |
*** ildikov has quit IRC | 13:01 | |
*** dtantsur|lunch is now known as dtantsur | 13:03 | |
*** hashar has quit IRC | 13:04 | |
*** hashar has joined #openstack-infra | 13:04 | |
*** _nadya_ has joined #openstack-infra | 13:05 | |
*** dims has quit IRC | 13:06 | |
*** dims has joined #openstack-infra | 13:06 | |
*** miqui has joined #openstack-infra | 13:08 | |
*** _nadya_ has quit IRC | 13:08 | |
*** mmedvede has quit IRC | 13:09 | |
*** mestery has quit IRC | 13:10 | |
openstackgerrit | Kurt Taylor proposed a change to openstack-infra/config: Change wording and typos in third_party.rst https://review.openstack.org/116609 | 13:10 |
*** ominakov has joined #openstack-infra | 13:12 | |
*** mmedvede has joined #openstack-infra | 13:12 | |
*** p5ntangle has quit IRC | 13:16 | |
*** mestery has joined #openstack-infra | 13:17 | |
*** dustins has joined #openstack-infra | 13:17 | |
*** dizquierdo has quit IRC | 13:18 | |
*** bknudson has quit IRC | 13:18 | |
*** chandankumar has joined #openstack-infra | 13:20 | |
*** mestery_ has joined #openstack-infra | 13:21 | |
*** mestery has quit IRC | 13:22 | |
*** mriedem has joined #openstack-infra | 13:24 | |
*** trinaths has quit IRC | 13:26 | |
*** Hal_ has quit IRC | 13:29 | |
*** Hal_ has joined #openstack-infra | 13:29 | |
*** dizquierdo has joined #openstack-infra | 13:31 | |
*** stevemar has joined #openstack-infra | 13:31 | |
*** rcarrill` has quit IRC | 13:33 | |
*** rcarrillocruz has joined #openstack-infra | 13:33 | |
*** dprince has joined #openstack-infra | 13:35 | |
*** k4n0 has quit IRC | 13:35 | |
mtreinish | sdague, marun: heh, we did that manually in the tempest unit tests with: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/tests/fake_config.py#n44 | 13:36 |
marun | mtreinish: ah, a great opportunity to remove some code then :) | 13:36 |
*** pcrews has joined #openstack-infra | 13:36 | |
mtreinish | marun: yeah, probably | 13:37 |
*** bknudson has joined #openstack-infra | 13:37 | |
*** nosnos has quit IRC | 13:38 | |
*** wenlock has joined #openstack-infra | 13:38 | |
*** nosnos has joined #openstack-infra | 13:38 | |
*** sabeen has joined #openstack-infra | 13:40 | |
*** jgrimm has quit IRC | 13:40 | |
*** nosnos has quit IRC | 13:43 | |
*** sballe has joined #openstack-infra | 13:43 | |
*** chandankumar has quit IRC | 13:46 | |
*** armax has joined #openstack-infra | 13:50 | |
jroll | ttx: great, thanks :) | 13:51 |
*** jpeeler has joined #openstack-infra | 13:51 | |
*** jpeeler has quit IRC | 13:51 | |
*** jpeeler has joined #openstack-infra | 13:51 | |
*** homeless has joined #openstack-infra | 13:52 | |
* anteaya is home and very very happy to be so | 13:53 | |
*** eharney has joined #openstack-infra | 13:53 | |
*** dizquierdo has quit IRC | 13:54 | |
sdague | anteaya: I'm with you on that :) | 13:54 |
anteaya | :D | 13:55 |
flaper87 | lifeless: hey, could you take a look here whenever you've a chance? http://logs.openstack.org/65/115265/3/check/check-tempest-dsvm-full/14edab9/logs/devstacklog.txt.gz#_2014-08-25_11_03_22_162 | 13:55 |
anteaya | good bye noises of elevators, ice machines and fire trucks, hello birds motorboats, hammers and cranes | 13:56 |
flaper87 | lifeless: not sure why that's happening but I remember seeing something w.r.t semver in the mailing list. It seems I can't replicate it locally | 13:56 |
Hal_ | Hi guys, do you know if there is any issue with git review ? I have the following message when I do a “git review” : http://paste.openstack.org/show/99942/ | 13:57 |
anteaya | charz: your account has been created: 13052swiftstack-cluster-ciSwiftStack Cluster cinerama openstack-ci@swiftstack.com | 13:58 |
charz | anteaya: Thanks, I got the mail. | 13:58 |
anteaya | charz: great | 13:58 |
anteaya | hi Hal_ | 13:58 |
Hal_ | anteaya: hi | 13:59 |
anteaya | Hal_: did you read the error message in the paste? | 13:59 |
fungi | Hal_: it looks like the account you're connecting with to upload your patch hasn't submitted contact info. https://review.openstack.org/#/settings/contact | 13:59 |
Hal_ | I submitted an email | 13:59 |
Hal_ | I am unable to submit more (error on submission) | 13:59 |
anteaya | Hal_: an email to where? | 13:59 |
anteaya | hey fungi | 14:00 |
Hal_ | anteaya: I do not understand | 14:00 |
openstackgerrit | Cedric Brandily proposed a change to openstack-infra/git-review: Prefer git-config over git-review config files https://review.openstack.org/116035 | 14:00 |
Hal_ | I have full name and preferred email registered | 14:00 |
fungi | Hal_: that means it probably doesn't match your foundation profile. make sure you followed the instructions in order at https://wiki.openstack.org/wiki/HowToContribute#Contributor_License_Agreement | 14:00 |
Hal_ | hum… | 14:01 |
*** lucasagomes has joined #openstack-infra | 14:01 | |
anteaya | fungi: what terribe things have I done or not done that I should attend to first? | 14:01 |
fungi | anteaya: nothing i know of | 14:01 |
anteaya | fungi: okay, thanks one down | 14:01 |
*** radez_g0n3 is now known as radez | 14:02 | |
lucasagomes | hi all, please some core in tempest can take a look at https://review.openstack.org/113276 ? This is the last patch of a series and is blocking a blueprint in Ironic to be marked as Implemented. It's fairly small patch just adding some tests | 14:02 |
Hal_ | anteaya: I cannot find accurate agreement, I signed ICLA, the two others are not accurate (System CLA and US G CLA) | 14:02 |
Hal_ | I checked with someone else setup, he have the same agreement (ICLA) and only email in contact info and it works fine | 14:02 |
fungi | Hal_: did you join the openstack foundation as an individual member? | 14:03 |
fungi | Hal_: per the instructions i linked, you need to do that first, and make sure the primary e-mail address on your foundation member profile matches the preferred e-mail address you set in your gettit settings | 14:03 |
*** dmsimard_away is now known as dmsimard | 14:03 | |
*** julim has joined #openstack-infra | 14:04 | |
fungi | er, matches the preferred e-mail address you set in your gerrit settings | 14:04 |
Hal_ | fungi: is it a new requierement ? | 14:04 |
Hal_ | I was able to submit review for infra without all this administrative stuff | 14:04 |
fungi | Hal_: yeah, we've only been requiring that for anout 1.5 years, so fairly new depending on your definition of new | 14:04 |
fungi | Hal_: oh, some of the infra projects dfo not require a cla to submit changes | 14:04 |
Hal_ | fungi: ok | 14:05 |
*** dizquierdo has joined #openstack-infra | 14:06 | |
*** chuckC has quit IRC | 14:07 | |
krtaylor | hi anteaya | 14:07 |
anteaya | hey krtaylor | 14:08 |
krtaylor | anteaya, for today's meeting, do I need to chair? | 14:08 |
anteaya | you don't need to, you are welcome to if you would like, your choice | 14:08 |
Hal_ | fungi: I joined and set the preferred email address according to the one I submitted via the application form. Do I have to wait some minutes ? | 14:08 |
krtaylor | anteaya, I had an action to figure out how to change the cell background to red/yellow/green, but failed | 14:09 |
krtaylor | anteaya, for CI status, we have that hack for the broken type | 14:09 |
anteaya | krtaylor: okay | 14:09 |
krtaylor | anteaya, but I cannot figure out how to pass color to the template | 14:09 |
fungi | Hal_: no, once you're able to successfully set address information at https://review.openstack.org/#/settings/contact you ought to be able to push your patch for review | 14:09 |
anteaya | krtaylor: what hack for what broken type? do you want to just explain in the meeting? | 14:10 |
Hal_ | fungi: I still receive the same message :-( | 14:10 |
krtaylor | anteaya, it irritates me | 14:10 |
anteaya | krtaylor: I can understand that | 14:10 |
fungi | Hal_: which same message? | 14:10 |
sdague | erw: were the docker tests all passing before it got upgraded from experimental -> silent? | 14:10 |
Hal_ | the same as http://paste.openstack.org/show/99942/ | 14:11 |
krtaylor | anteaya, yeah, I'll mention it there | 14:11 |
*** nelsnelson has joined #openstack-infra | 14:11 | |
fungi | Hal_: did you successfully submit address information at https://review.openstack.org/#/settings/contact yet? | 14:11 |
krtaylor | anteaya, I'll let you drive again this week, its nice to have the break :) | 14:11 |
Hal_ | Yes, the preferred email is set | 14:12 |
fungi | Hal_: street address information, not just e-mail address | 14:12 |
*** oomichi has quit IRC | 14:12 | |
*** che-arne|2 is now known as che-arne | 14:12 | |
sdague | erw: it looks like it's been 100% fail for 5 days | 14:13 |
*** signed8bit has joined #openstack-infra | 14:13 | |
Hal_ | fungi: thanks. With street info it is working (why people I know do not need to fill this contact form ?) | 14:13 |
anteaya | krtaylor: I understand, I'll drive this week, thanks for touching base | 14:13 |
fungi | Hal_: at https://review.openstack.org/#/settings/contact you should see a line above the mailing address field like "Contact information last updated on August 25, 2014 at 2:10 PM." or something | 14:13 |
*** amotoki has quit IRC | 14:14 | |
anteaya | krtaylor: hey you are going to have to take some holidays sometime, once you have them scheduled let me know so I am sure I am able to cover meetings | 14:14 |
fungi | Hal_: explanation is at https://wiki.openstack.org/wiki/CLA-FAQ#Why_do_I_need_to_provide_contact_information_anyway.3F | 14:14 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Create one parameters wrapper tag for all release params https://review.openstack.org/116624 | 14:14 |
Hal_ | fungi: Yes, I was able to update theses detailed contact info | 14:14 |
*** doug-fish has joined #openstack-infra | 14:14 | |
Hal_ | fungi: thanks for the tips. Indeed, contact info are not shown once they have been provided ;) | 14:15 |
*** david-lyle has joined #openstack-infra | 14:17 | |
Hal_ | fungi: anteaya thanks you very much for your help. I had to read the procedure more carefully (and as I was able once to submit a change, I thought I had already done everything already). Sorry | 14:17 |
krtaylor | anteaya, I have already taken the bulk of my vacation, the only exception is the week of Christmas I'll have off | 14:18 |
fungi | Hal_: no problem--sorry for the complications and thanks for the contribution! | 14:18 |
Hal_ | :-) | 14:18 |
anteaya | Hal_: np, glad you are on your way | 14:18 |
*** ArxCruz has joined #openstack-infra | 14:18 | |
*** otherwiseguy has joined #openstack-infra | 14:19 | |
anteaya | krtaylor: great, yes we will dicuss what the group wants to do over December holidays, we have some time for that | 14:19 |
*** wenlock has quit IRC | 14:19 | |
*** yamahata has quit IRC | 14:22 | |
*** mfer has joined #openstack-infra | 14:23 | |
*** david-lyle has quit IRC | 14:23 | |
*** david-lyle has joined #openstack-infra | 14:23 | |
*** radez is now known as radez_g0n3 | 14:25 | |
*** rcarrillocruz has quit IRC | 14:26 | |
*** zz_gondoi is now known as gondoi | 14:27 | |
*** enikanorov__ has joined #openstack-infra | 14:27 | |
*** jcoufal_ has joined #openstack-infra | 14:28 | |
*** Ng_ has joined #openstack-infra | 14:29 | |
*** cnesa8 has joined #openstack-infra | 14:29 | |
*** simonmcc___ has joined #openstack-infra | 14:29 | |
*** funzo_ has joined #openstack-infra | 14:29 | |
anteaya | okay pleia2 when you are around I need to learn all the mailing list admin things | 14:29 |
*** jraim__ has joined #openstack-infra | 14:29 | |
*** rcarrillocruz has joined #openstack-infra | 14:30 | |
*** crinkle_ has joined #openstack-infra | 14:30 | |
*** dguerri_ has joined #openstack-infra | 14:30 | |
*** spiffxp- has joined #openstack-infra | 14:31 | |
*** vipuls has joined #openstack-infra | 14:31 | |
*** tristanC_ has joined #openstack-infra | 14:31 | |
*** electrichead has joined #openstack-infra | 14:31 | |
*** vladan_ has joined #openstack-infra | 14:31 | |
*** dkliban1 has joined #openstack-infra | 14:31 | |
erw | sdague: I’ll take a look. It was passing consistently when I submitted the flip from experimental to silnet | 14:31 |
*** pleia2_ has joined #openstack-infra | 14:31 | |
*** soren_ has joined #openstack-infra | 14:32 | |
*** mgagne_ has joined #openstack-infra | 14:32 | |
sdague | yeh, last pass was on Aug 20th | 14:32 |
*** cinerama` has joined #openstack-infra | 14:32 | |
*** Clabbe has quit IRC | 14:32 | |
*** sarob has quit IRC | 14:32 | |
*** mgagne has quit IRC | 14:32 | |
*** dimtruck has quit IRC | 14:32 | |
*** dolphm has quit IRC | 14:32 | |
*** dguerri has quit IRC | 14:32 | |
*** vipul has quit IRC | 14:32 | |
*** vladan has quit IRC | 14:32 | |
*** freyes has quit IRC | 14:32 | |
*** alaski has quit IRC | 14:32 | |
*** dizquierdo has quit IRC | 14:32 | |
*** jcoufal has quit IRC | 14:32 | |
*** dkliban has quit IRC | 14:32 | |
*** flaviof has quit IRC | 14:32 | |
*** dtroyer has quit IRC | 14:32 | |
*** cinerama has quit IRC | 14:32 | |
*** lbragstad has quit IRC | 14:32 | |
*** jraim has quit IRC | 14:32 | |
*** Ng has quit IRC | 14:32 | |
*** tristanC has quit IRC | 14:32 | |
*** spiffxp has quit IRC | 14:32 | |
*** cnesa7 has quit IRC | 14:32 | |
*** funzo has quit IRC | 14:32 | |
*** mtreinish has quit IRC | 14:32 | |
*** simonmcc__ has quit IRC | 14:32 | |
*** maurosr has quit IRC | 14:32 | |
*** enikanorov_ has quit IRC | 14:32 | |
*** jroll has quit IRC | 14:32 | |
*** msuriar has quit IRC | 14:32 | |
*** pleia2 has quit IRC | 14:32 | |
*** JayF has quit IRC | 14:32 | |
*** soren has quit IRC | 14:32 | |
*** russellb has quit IRC | 14:32 | |
*** therve has quit IRC | 14:32 | |
*** redrobot has quit IRC | 14:32 | |
*** jbryce has quit IRC | 14:32 | |
*** crinkle has quit IRC | 14:32 | |
*** Clabbe has joined #openstack-infra | 14:32 | |
*** lbragstad has joined #openstack-infra | 14:32 | |
*** dolphm has joined #openstack-infra | 14:32 | |
*** mtreinish has joined #openstack-infra | 14:32 | |
*** dimtruck has joined #openstack-infra | 14:32 | |
*** spiffxp- is now known as spiffxp | 14:32 | |
*** vipuls is now known as vipul | 14:32 | |
sdague | so now it's just chewing up nodes and failing | 14:32 |
*** maurosr- has joined #openstack-infra | 14:32 | |
*** dtroyer has joined #openstack-infra | 14:32 | |
*** jbryce has joined #openstack-infra | 14:32 | |
*** JayF has joined #openstack-infra | 14:32 | |
*** dizquierdo has joined #openstack-infra | 14:32 | |
*** maurosr- is now known as maurosr | 14:32 | |
*** tristanC_ is now known as tristanC | 14:33 | |
erw | sdague: but I’ve had some other, more urgent issues (yes, truly) since the 20th. That’s lightening up a bit now. | 14:33 |
*** therve has joined #openstack-infra | 14:33 | |
*** msuriar has joined #openstack-infra | 14:33 | |
erw | sdague: how do I view the silent checks? | 14:33 |
sdague | ok, cool, no prob | 14:33 |
sdague | I was using logstash | 14:33 |
*** Ng_ is now known as Ng | 14:33 | |
*** alaski has joined #openstack-infra | 14:33 | |
*** jroll has joined #openstack-infra | 14:33 | |
*** freyes has joined #openstack-infra | 14:33 | |
*** russellb has joined #openstack-infra | 14:33 | |
sdague | specify build_name: AND message:"Finished" | 14:34 |
*** vladan_ is now known as vladan | 14:34 | |
*** jgrimm has joined #openstack-infra | 14:34 | |
sdague | I forget what the build name for the docker one is at the moment | 14:34 |
sdague | I was just wondering what was up with the long silent queue, then saw that docker is failing all the time | 14:34 |
*** simonmcc___ is now known as simonmcc__ | 14:35 | |
*** gargola has joined #openstack-infra | 14:36 | |
*** tonytan4ever has joined #openstack-infra | 14:37 | |
openstackgerrit | Matt Riedemann proposed a change to openstack/requirements: Bump minimum required version for simplejson to 2.2.0 https://review.openstack.org/116632 | 14:39 |
mriedem | bknudson: ^ | 14:39 |
mriedem | dims: ^ | 14:40 |
*** erlon has joined #openstack-infra | 14:40 | |
*** erlon has quit IRC | 14:40 | |
*** erlon has joined #openstack-infra | 14:40 | |
*** hashar has quit IRC | 14:44 | |
*** medieval1 has joined #openstack-infra | 14:44 | |
*** ihrachyshka has quit IRC | 14:44 | |
*** hashar has joined #openstack-infra | 14:44 | |
*** datsun180b has joined #openstack-infra | 14:49 | |
*** mmedvede has quit IRC | 14:49 | |
*** bodepd_ has joined #openstack-infra | 14:49 | |
*** mtreinish_ has joined #openstack-infra | 14:50 | |
*** wenlock has joined #openstack-infra | 14:50 | |
*** markmc_ has joined #openstack-infra | 14:50 | |
*** Clabbe has quit IRC | 14:50 | |
*** lbragstad has quit IRC | 14:50 | |
*** bodepd has quit IRC | 14:50 | |
*** jgrimm has quit IRC | 14:50 | |
*** alaski has quit IRC | 14:50 | |
*** dizquierdo has quit IRC | 14:50 | |
*** JayF has quit IRC | 14:50 | |
*** jbryce has quit IRC | 14:50 | |
*** dtroyer has quit IRC | 14:50 | |
*** dolphm has quit IRC | 14:50 | |
*** dimtruck has quit IRC | 14:50 | |
*** mtreinish has quit IRC | 14:50 | |
*** markmc has quit IRC | 14:50 | |
*** dimtruck has joined #openstack-infra | 14:50 | |
*** Clabbe has joined #openstack-infra | 14:50 | |
*** lbragstad has joined #openstack-infra | 14:50 | |
*** dtroyer has joined #openstack-infra | 14:50 | |
*** jbryce has joined #openstack-infra | 14:50 | |
*** dolphm has joined #openstack-infra | 14:50 | |
*** mmedvede_ has joined #openstack-infra | 14:50 | |
*** alaski has joined #openstack-infra | 14:50 | |
*** JasonF has joined #openstack-infra | 14:50 | |
*** jgrimm has joined #openstack-infra | 14:50 | |
*** mtreinish_ is now known as mtreinish | 14:51 | |
*** dizquierdo has joined #openstack-infra | 14:51 | |
*** HeOS has quit IRC | 14:51 | |
*** rcarrillocruz has quit IRC | 14:52 | |
sdague | mriedem: +A | 14:53 |
mriedem | sdague: thanks, i wasn't sure about the gr-base.txt file | 14:54 |
sdague | it doesn't really matter | 14:54 |
sdague | it's just a test file, unless the particular lib is looked for in the tests, it won't really mater either way | 14:55 |
*** tsg has joined #openstack-infra | 14:55 | |
*** tgohad has joined #openstack-infra | 14:55 | |
*** ildikov has joined #openstack-infra | 14:55 | |
*** rcarrillocruz has joined #openstack-infra | 14:56 | |
*** crinkle_ is now known as crinkle | 14:56 | |
*** hdd has joined #openstack-infra | 14:58 | |
*** ildikov_ has quit IRC | 14:58 | |
*** chuckC has joined #openstack-infra | 14:58 | |
*** gokrokve has joined #openstack-infra | 14:59 | |
*** pballand has joined #openstack-infra | 14:59 | |
*** isaacb has quit IRC | 14:59 | |
erw | sdague: Nova arbitrarily changing driver interfaces, of course… I see the problem (or one problem), shouldn’t be hard to fix. | 15:00 |
*** annegentle has joined #openstack-infra | 15:00 | |
ZZelle | whois clarkb, | 15:01 |
sdague | erw: cool | 15:01 |
openstackgerrit | François Magimel proposed a change to openstack-infra/config: Make py33 job non-voting for cloudkitty-dashboard https://review.openstack.org/116637 | 15:01 |
sdague | erw: it would be worth doing what the ironic folks did with their contract unit test in nova | 15:01 |
fungi | ZZelle: clarkb is clark boylan | 15:02 |
sdague | then it would be clear which parts of the driver interface docker depends on | 15:02 |
fungi | ZZelle: or did you mean to /whois instead? | 15:02 |
ZZelle | fungi, hi, don't make fun of me :) | 15:02 |
fungi | ZZelle: wasn't making fun--sorry... thought it might be a legitimate question you had | 15:03 |
*** zns has joined #openstack-infra | 15:03 | |
phschwartz | Morning infra | 15:03 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/nodepool: Update documentation for using diskimage-builder https://review.openstack.org/115614 | 15:03 |
fungi | phschwartz: morning--did your weekend investigations bear fruit? | 15:03 |
ZZelle | fungi, just checking if he was here to ask you and clarkb to look at gitreview changes | 15:03 |
*** emagana has joined #openstack-infra | 15:03 | |
fungi | ZZelle: yeah, i don't do a very good job of visiting open changes for the git-review repo, thanks for the reminder. so many projects | 15:04 |
*** electrichead is now known as redrobot | 15:04 | |
fungi | ZZelle: clarkb usually shows up in here around 1700 utc | 15:04 |
marun | fungi: easy speedup of the neutron functional job here: https://review.openstack.org/#/c/114416/ :) | 15:05 |
ZZelle | fungi, i understand it's not really the most active gerrit project | 15:05 |
marun | clarkb, jeblair: ^^ | 15:05 |
*** pradk has joined #openstack-infra | 15:06 | |
*** mestery_ is now known as mestery | 15:06 | |
*** _buzz has quit IRC | 15:07 | |
*** emagana has quit IRC | 15:08 | |
erw | sdague: contract unit test? | 15:08 |
*** emagana has joined #openstack-infra | 15:08 | |
*** p5ntangle has joined #openstack-infra | 15:08 | |
erw | sdague: basically introduce a unit test into nova that screams if it breaks methods nova-docker depends on? | 15:09 |
erw | (and then at least people know they’re breaking it?) | 15:09 |
sdague | erw: https://github.com/openstack/nova/blob/master/nova/tests/virt/test_ironic_api_contracts.py | 15:09 |
*** mikedillion has joined #openstack-infra | 15:09 | |
sdague | erw: yep, basically that | 15:09 |
*** atiwari has joined #openstack-infra | 15:10 | |
erw | sdague: interesting. thanks. | 15:10 |
*** markmcclain has joined #openstack-infra | 15:10 | |
sdague | right, if you want to define a behavior, write a test for it. People can still change it if they need to, but at least they will know they are breaking yuo | 15:10 |
sdague | and it's a simple file to watch in review | 15:10 |
erw | sdague: fwiw, this is the first time this actually happened since Havana | 15:10 |
erw | (as far as I know) | 15:10 |
sdague | really? | 15:10 |
erw | sdague: amazing, huh? | 15:11 |
sdague | that surprises me | 15:11 |
*** lttrl has joined #openstack-infra | 15:11 | |
*** unicell has joined #openstack-infra | 15:11 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Create one parameters wrapper tag for all release params https://review.openstack.org/116624 | 15:12 |
*** emagana has quit IRC | 15:13 | |
erw | sdague: I’ve had people run backports of the driver and they did have to make some changes, but I’ve been told they’ve been minimal — and usually for things like oslo.config, never (to my knowledge) the actual driver interface. | 15:13 |
*** radez_g0n3 is now known as radez | 15:13 | |
*** yaguang has quit IRC | 15:14 | |
sdague | erw: yeh, I don't know, but regardless expressing the interface bits you depend on as a contract is handy | 15:16 |
erw | sdague: oh, agreed. | 15:16 |
*** Longgeek has quit IRC | 15:16 | |
*** skolekonov has joined #openstack-infra | 15:17 | |
*** markmcclain has quit IRC | 15:19 | |
*** p5ntangle has quit IRC | 15:19 | |
*** blitzrage is now known as leifmadsen | 15:19 | |
*** markmcclain has joined #openstack-infra | 15:21 | |
*** dtantsur is now known as dtantsur|afk | 15:23 | |
*** unicell has quit IRC | 15:23 | |
EmilienM | hey infra, could someone from core have a look at https://review.openstack.org/#/c/115994/ - current puppet gate is broken and this patch would help us and fix it. | 15:23 |
jeblair | EmilienM: and bundle will install the right ver of puppet from gems? | 15:26 |
fungi | EmilienM: do the gate-{name}-puppet-unit-{puppet_version} jobs only run on ubuntu (no centos/fedora?) | 15:26 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/config: Add support for disk-image-builder in nodepool https://review.openstack.org/88479 | 15:27 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/config: Align prepare_node.sh with prepare-node in dib https://review.openstack.org/105931 | 15:27 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/config: Add pre-requisites needed for diskimage-builder https://review.openstack.org/102583 | 15:27 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/config: Add tools to hack on infra with Docker https://review.openstack.org/105917 | 15:27 |
sbadia | EmilienM: yep | 15:27 |
*** atiwari has quit IRC | 15:27 | |
EmilienM | fungi: only Ubuntu, yes. | 15:27 |
EmilienM | jeblair: checking to be sure.. | 15:28 |
*** p5ntangle has joined #openstack-infra | 15:28 | |
*** coolsvap has quit IRC | 15:30 | |
*** ildikov has quit IRC | 15:30 | |
*** _buzz has joined #openstack-infra | 15:30 | |
*** yfried_ has joined #openstack-infra | 15:31 | |
*** mmaglana has joined #openstack-infra | 15:32 | |
*** yfried has quit IRC | 15:33 | |
*** trinaths has joined #openstack-infra | 15:33 | |
*** amotoki has joined #openstack-infra | 15:33 | |
*** linkid has joined #openstack-infra | 15:35 | |
*** gokrokve has quit IRC | 15:35 | |
EmilienM | jeblair: just checked with sbadia, it's managed by puppet modules gemfile: https://github.com/stackforge/puppet-nova/blob/master/Gemfile#L12 | 15:35 |
*** p5ntangle has quit IRC | 15:35 | |
*** sballe_ has joined #openstack-infra | 15:35 | |
*** mmaglana_ has joined #openstack-infra | 15:36 | |
*** yfried_ has quit IRC | 15:36 | |
sbadia | EmilienM jeblair yep (and https://github.com/openstack-infra/config/blob/master/modules/openstack_project/files/jenkins_job_builder/config/puppet-module-jobs.yaml#L9) | 15:37 |
EmilienM | great, thanks | 15:37 |
*** sballe has quit IRC | 15:37 | |
*** mmaglana has quit IRC | 15:39 | |
*** coolsvap has joined #openstack-infra | 15:42 | |
EmilienM | thanks fungi & jeblair btw | 15:43 |
sbadia | yep, thanks! | 15:43 |
anteaya | protip: don't pick a fight with a bear, the bear will win | 15:44 |
*** atiwari has joined #openstack-infra | 15:44 | |
anteaya | neighbour just got bit, and he was completely surprised | 15:44 |
*** rcarrillocruz has quit IRC | 15:45 | |
anteaya | I'm just hoping they don't have to put the bear down, it is a good bear | 15:45 |
*** masayukig has quit IRC | 15:46 | |
joa | anteaya: wat ? :D are you living near a bear-housing forest ? | 15:46 |
*** markmcclain has quit IRC | 15:46 | |
*** andreykurilin has joined #openstack-infra | 15:46 | |
anteaya | joa: we have had a great bear in the neighbourhood for about the last 7 years | 15:47 |
anteaya | when he sees me he runs away | 15:47 |
anteaya | the neighbours have all been great about staying clean around their houses so there is nothing to attract the bear | 15:47 |
joa | you aren't that scary though. | 15:48 |
anteaya | it is good to have a well trained bear around | 15:48 |
anteaya | I'm fairly scary | 15:48 |
anteaya | ask other third party vendors | 15:48 |
joa | ahah :D | 15:48 |
anteaya | :D | 15:49 |
*** rcarrillocruz has joined #openstack-infra | 15:49 | |
*** hemna_ is now known as hemna | 15:50 | |
*** flaper87 is now known as flaper87|afk | 15:52 | |
*** masayukig has joined #openstack-infra | 15:52 | |
stevemar | bnemec, ping | 15:53 |
stevemar | sometimes i really enjoy 'walking in' on these conversations, anteaya, you just don't hear enough bear stories nowadays | 15:54 |
anteaya | stevemar: I can give you some great bear stories, but this one is more a foolish neighbour story | 15:55 |
anteaya | how he thought fighting a bear was a good choice is beyond me | 15:55 |
bnemec | stevemar: pong | 15:55 |
stevemar | bnemec, so about adding that file to oslotest (https://review.openstack.org/#/c/116481/), i'm still not seeing how it'll be consumable by other projects? | 15:56 |
stevemar | i guess the other projects would update their tox.ini to point to oslotest? | 15:57 |
*** UtahDave has joined #openstack-infra | 15:57 | |
dhellmann | stevemar: the idea is if the script is in oslotest, it would be installed with oslotest and could be run like any other normal script | 15:58 |
dhellmann | stevemar: instead of having different copies of it in every project, sourced from the incubator | 15:59 |
bnemec | stevemar: Something like this: https://github.com/openstack/diskimage-builder/blob/master/setup.cfg#L23 | 15:59 |
* dhellmann nods | 15:59 | |
bnemec | That way it will get installed in a reasonable location with oslotest. | 15:59 |
dhellmann | we probably need a more specific name for the script to avoid installation conflicts, but that's a relatively small thing | 15:59 |
openstackgerrit | Gregory Haynes proposed a change to openstack-infra/config: Chown the repos for tripleo-ha job https://review.openstack.org/116664 | 16:00 |
*** Hal_ has quit IRC | 16:00 | |
greghaynes | clarkb: others ^ | 16:00 |
greghaynes | fixes a failing tripleo jerb | 16:00 |
*** gokrokve has joined #openstack-infra | 16:01 | |
bnemec | greghaynes: So we can expect a 100% pass rate on the ha job after that? ;-) | 16:01 |
greghaynes | bnemec: You know it! | 16:01 |
*** sballe_ has quit IRC | 16:01 | |
*** sballe_ has joined #openstack-infra | 16:01 | |
derekh | greghaynes: https://review.openstack.org/#/c/114918/ | 16:02 |
greghaynes | derekh: psh, you always beat me to these things | 16:03 |
derekh | greghaynes: that change that requires that has been revert, but we should probably do it anyways for consistency | 16:03 |
derekh | greghaynes: :-) | 16:03 |
*** juzuluag has joined #openstack-infra | 16:03 | |
phschwartz | fungi: no, not any yet | 16:03 |
*** annegentle has quit IRC | 16:04 | |
zaro | morning | 16:04 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Some tweaks to get closer to Python 3 compat https://review.openstack.org/87810 | 16:04 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Ensure dict orders are deterministic https://review.openstack.org/107063 | 16:04 |
*** hdd has quit IRC | 16:05 | |
*** zns has quit IRC | 16:05 | |
*** skolekonov has quit IRC | 16:05 | |
stevemar | dhellmann, bnemec ahhh ok, so if i update setup.cfg with the script name, it'll be made available for other projects | 16:07 |
dhellmann | stevemar: as long as they include oslotest in their test-requirementst.xt | 16:07 |
stevemar | and in tox.ini, we can just reference it outright | 16:07 |
stevemar | dhellmann, well why didnt you just say that ! :P | 16:07 |
*** alkari has quit IRC | 16:07 | |
dhellmann | stevemar: sorry, I thought I was :-) | 16:07 |
greghaynes | derekh: what is your goodsquishy url for tripleo jobs? | 16:08 |
*** otter768 has joined #openstack-infra | 16:08 | |
dhellmann | stevemar: keep in mind, the script may be installed "globally" (probably not, but could happen) so we need a name that's less generic for the script itself | 16:08 |
*** zns has joined #openstack-infra | 16:08 | |
stevemar | dhellmann, any suggestions? os_debug_helper.sh ? | 16:09 |
dhellmann | stevemar: maybe oslo_debug_helper.sh or openstack_debug_tests.sh or something? | 16:09 |
derekh | greghaynes: http://goodsquishy.com/downloads/tripleo-jobs.html | 16:09 |
stevemar | doude, oslo_debug_helper.sh sounds good to me, if something goes wrong, they'll go to mr. oslo :P | 16:09 |
stevemar | dhellmann, * | 16:09 |
dhellmann | stevemar: makes sense | 16:10 |
derekh | greghaynes: that chown was needed for a bit ( befor this merged https://review.openstack.org/#/c/115399/) | 16:10 |
*** pblaho has quit IRC | 16:10 | |
openstackgerrit | A change was merged to openstack-infra/config: Uninstall puppet before running puppet jobs https://review.openstack.org/115994 | 16:10 |
*** zns has quit IRC | 16:11 | |
*** zns has joined #openstack-infra | 16:11 | |
*** ramashri has joined #openstack-infra | 16:12 | |
markvan | fungi: Hi, that issue about rax nodes failing and hpcloud ones working http://logs.openstack.org/22/111322/4/gate/gate-cookbook-openstack-block-storage-chef-unit/5394a4a/console.html is still happening. | 16:12 |
markvan | I look at the http://paste.openstack.org/show/98871/, did not see much to go on, but it seem it be cut off midway thru "L" packages. | 16:12 |
*** dane_leblanc has joined #openstack-infra | 16:13 | |
markvan | fungi: is there a reason we can't just get the autoconf tools installed on all nodes to allow native C extensions for ruby (and other languages) to compile properly? | 16:13 |
*** markmcclain has joined #openstack-infra | 16:15 | |
*** pballand has quit IRC | 16:17 | |
*** omr has quit IRC | 16:17 | |
fungi | markvan: ahh, yes, it seems i'm discovering more and more that lodgeit on paste.openstack.org limits the content size | 16:18 |
fungi | markvan: it would be good to identify why your job is trying to run autoconf in one cloud provider and not another. if we just paper over this by installing it on them, then you're going to end up exercising different code paths depending on where it runs | 16:19 |
*** praneshp has joined #openstack-infra | 16:19 | |
*** markmcclain has quit IRC | 16:20 | |
markvan | fungi: ok. well, I really don't know if it's not running autoconf on the other nodes, the output is not verbose enough when it works. | 16:20 |
fungi | markvan: pastebin.com seems to work for this file size, so http://pastebin.com/6F95cS5D | 16:21 |
markvan | ok, will take a look. | 16:21 |
fungi | markvan: i have to assume it's not running autoconf on the other nodes because i checked and it's really not installed and in the path even where the job is succeeding | 16:21 |
markvan | I'll see about enabling more verbose or logging with bundler install, that should help some | 16:22 |
fungi | markvan: yes, i'll be happy to help try and interpret the debug info | 16:22 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: SCM: rename `self` arguments to `parser` https://review.openstack.org/106942 | 16:22 |
*** dims_ has joined #openstack-infra | 16:23 | |
markvan | fungi: ok. I'll review that list to see if anything stands out. then try to add some debug, but I fear this might be a level or 2 lower then bundler itself and it just calls make to do the compiles. | 16:24 |
*** dims has quit IRC | 16:24 | |
pleia2_ | good morning | 16:24 |
*** pleia2_ is now known as pleia2 | 16:24 | |
*** _nadya_ has joined #openstack-infra | 16:26 | |
*** radez is now known as radez_g0n3 | 16:26 | |
*** amotoki has quit IRC | 16:27 | |
fungi | markvan: right, the main reason i was focusing on the installed packages difference is that the build process arbitrarily deciding to build bindings to external libraries in some places and not others suggests that it's dependent on which libraries are installed | 16:28 |
openstackgerrit | Mark Vanderwiel proposed a change to openstack-infra/config: Fix gate job timing issues with bundler https://review.openstack.org/114593 | 16:29 |
markvan | fungi: good point. Added verbose to this patch: https://review.openstack.org/#/c/114593/5 if you care to review it, that should help with tracking this down. | 16:30 |
*** emagana has joined #openstack-infra | 16:30 | |
*** markmc_ has quit IRC | 16:30 | |
*** loki184 has joined #openstack-infra | 16:30 | |
*** Ryan_Lane has joined #openstack-infra | 16:32 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Added recursive option https://review.openstack.org/85106 | 16:32 |
*** pballand has joined #openstack-infra | 16:33 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Added recursive option https://review.openstack.org/85106 | 16:33 |
*** jistr has quit IRC | 16:33 | |
*** mmaglana_ has quit IRC | 16:34 | |
*** ildikov has joined #openstack-infra | 16:34 | |
*** dangers_away is now known as dangers | 16:35 | |
*** dims has joined #openstack-infra | 16:35 | |
*** dims_ has quit IRC | 16:35 | |
*** Ryan_Lane has quit IRC | 16:36 | |
*** sabeen has quit IRC | 16:36 | |
*** markmcclain has joined #openstack-infra | 16:37 | |
*** juzuluag has quit IRC | 16:38 | |
*** weshay has quit IRC | 16:41 | |
*** loki184 has quit IRC | 16:45 | |
*** weshay has joined #openstack-infra | 16:46 | |
*** radez_g0n3 is now known as radez | 16:47 | |
JasonF | jeblair: I think jroll cleared up your concern with https://review.openstack.org/#/c/112143/3 if you don't mind looking back over it | 16:47 |
*** hashar has quit IRC | 16:50 | |
jeblair | JasonF: ack | 16:50 |
*** alkari has joined #openstack-infra | 16:51 | |
*** signed8bit is now known as signed8bit_ZZZzz | 16:51 | |
*** dizquierdo has quit IRC | 16:51 | |
*** dimtruck is now known as zz_dimtruck | 16:51 | |
*** mmaglana has joined #openstack-infra | 16:52 | |
*** sparkycollier has joined #openstack-infra | 16:53 | |
*** afazekas has quit IRC | 16:53 | |
*** bookwar has quit IRC | 16:53 | |
*** sdake_ has joined #openstack-infra | 16:54 | |
*** bcrochet has quit IRC | 16:55 | |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Add a configurable keymap https://review.openstack.org/116513 | 16:55 |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Remove stray debug line https://review.openstack.org/116514 | 16:55 |
*** bhuvan has joined #openstack-infra | 16:56 | |
*** marcoemorais has joined #openstack-infra | 16:56 | |
*** signed8bit has joined #openstack-infra | 16:56 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Adding feature to specify the user id for jenkins user credentials https://review.openstack.org/109723 | 16:56 |
*** bcrochet has joined #openstack-infra | 16:57 | |
jeblair | JasonF: lgtm | 16:57 |
*** yamahata has joined #openstack-infra | 16:58 | |
jeblair | dhellmann: i added a 'light' palette to gertty (you can do '-p light', or set 'palette: light' in the config file). you can still add new palettes or alter individual colors in them in the config file, but i wanted to have an option for a good first experience for light background terminals | 16:58 |
*** baoli has quit IRC | 16:59 | |
*** linkid has left #openstack-infra | 16:59 | |
*** jlibosva has quit IRC | 16:59 | |
jeblair | dhellmann: if you have any local colors you'd like to incorporate into the builtin light palette, that would be quite welcome | 16:59 |
*** sarob has joined #openstack-infra | 16:59 | |
*** sarob_ has joined #openstack-infra | 16:59 | |
jeblair | dhellmann: i sort of punted on a few things because i didn't really have good ideas; it all seemed so strange to me :) | 16:59 |
*** baoli has joined #openstack-infra | 17:00 | |
jeblair | dhellmann: (oh, these changes haven't merged yet; the tip of my branch is 116514) | 17:00 |
*** directxman12 has joined #openstack-infra | 17:00 | |
clarkb | o/ right at 1700 | 17:00 |
*** openstackgerrit has quit IRC | 17:00 | |
jeblair | clarkb: just in time for UTC beer | 17:01 |
*** marun is now known as marun_afk | 17:01 | |
jroll | JasonF: thanks for that poke | 17:01 |
JasonF | this is a fairly easy to review devstack-gate change, just needs at least one more core review :) http:////review.openstack.org/#/c/112143/3 | 17:01 |
* JasonF pokes jroll | 17:01 | |
jroll | jeblair: thanks for the review :) | 17:01 |
clarkb | jeblair my secret is out | 17:01 |
*** harlowja has joined #openstack-infra | 17:01 | |
jroll | clarkb: mind looking at 112143? :) | 17:01 |
*** JasonF is now known as JayF | 17:02 | |
directxman12 | hey, I have a question about the Nova blueprint use-libvirt-storage-pools (patch series starts here: https://review.openstack.org/#/c/113059/). Namely, it requires some additional setup before tempest tests are run in order to pass (the initial storage pools have to be created). How do I go about dealing with this? | 17:03 |
*** otter768 has quit IRC | 17:03 | |
*** Hal_ has joined #openstack-infra | 17:03 | |
clarkb | jroll: see my comment | 17:06 |
*** zns has quit IRC | 17:06 | |
clarkb | directxman12: if tempest needs additional stuff devstack should probably set that up for it | 17:06 |
*** dane_leblanc has quit IRC | 17:07 | |
*** derekh has quit IRC | 17:07 | |
jroll | clarkb: that gets set in lib/ironic, am I wrong to assume this should work? | 17:07 |
jroll | clarkb: "agent_ssh" is not the default btw | 17:08 |
clarkb | jroll: devstack gate runs before devstack so that variable will never be set if it comes from lib/ironic | 17:08 |
clarkb | jroll: if you look in the -wrap.sh script you will see that we default all of the DEVSTACK_GATE_* vars | 17:08 |
jroll | actually, sec, I'm setting that somewhere else | 17:09 |
*** sparkycollier has quit IRC | 17:09 | |
*** dane_leblanc has joined #openstack-infra | 17:09 | |
jroll | clarkb: so infra/config sets that | 17:10 |
*** rcarrillocruz has quit IRC | 17:10 | |
jroll | line 524 here https://review.openstack.org/#/c/112134/4/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml | 17:10 |
*** mgagne_ has quit IRC | 17:11 | |
*** mgagne_ has joined #openstack-infra | 17:11 | |
*** zns has joined #openstack-infra | 17:11 | |
clarkb | jroll: ok so you should just set the default then | 17:11 |
clarkb | in the -wrap.sh script | 17:12 |
*** rcarrillocruz has joined #openstack-infra | 17:12 | |
jeblair | #status log restarted gerritbot | 17:12 |
openstackstatus | jeblair: finished logging | 17:12 |
*** jpich has quit IRC | 17:12 | |
directxman12 | clarkb: would devstack accept a patch that did setup for a different patch that hasn't been merged yet? It's kind of a chicken and egg problem, so I figured I'd ask here | 17:13 |
*** Ryan_Lane has joined #openstack-infra | 17:13 | |
*** Ryan_Lane has quit IRC | 17:13 | |
*** Ryan_Lane has joined #openstack-infra | 17:13 | |
*** openstackgerrit has joined #openstack-infra | 17:13 | |
clarkb | directxman12: if the setup is necessary for a piece of functionality I don't see why not but I am not a devstack core | 17:13 |
jroll | clarkb: ok, one sec | 17:13 |
jeblair | i uploaded new versions of the zuul cloner changes | 17:13 |
directxman12 | clarkb: ok, thanks | 17:13 |
clarkb | jeblair: ok I will try to rereview them | 17:13 |
clarkb | fungi: yolanda I think we can use dib for the devstack images but the bare-* images need more work | 17:14 |
*** lucasagomes is now known as lucas-dinner | 17:14 | |
clarkb | fungi: yolanda so maybe starting with devstack images is a good next step | 17:14 |
markvan | fungi: went thru the package list, don't see anything obvious in the lib diffs. Also reviewed the logs again, but nothing obvious there either. The other patch to add --verbose to bundler install is going in now, hopefully that will shed some light on this. | 17:15 |
ZZelle | clarkb, jeblair, hi | 17:15 |
clarkb | greghaynes: you asked for review but there are two changes for that change. can we abandon one? | 17:15 |
*** mikedill_ has joined #openstack-infra | 17:15 | |
clarkb | ZZelle: hellol | 17:15 |
ZZelle | clarkb, jeblair, if you have some time, could you have a look to gitreview changes in gerrit? | 17:15 |
greghaynes | clarkb: I did | 17:15 |
clarkb | greghaynes: oh derp I am blind. thanks | 17:15 |
greghaynes | ty if you +A the other :) | 17:16 |
openstackgerrit | Jim Rollenhagen proposed a change to openstack-infra/devstack-gate: Add Ironic-python-agent support to devstack-gate https://review.openstack.org/112143 | 17:16 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Apply defaults to job-templates parameters https://review.openstack.org/100020 | 17:16 |
jroll | clarkb, jeblair, one last try :) ^ | 17:16 |
*** _nadya_ has quit IRC | 17:16 | |
*** andreykurilin has quit IRC | 17:16 | |
*** yfried_ has joined #openstack-infra | 17:16 | |
*** mikedillion has quit IRC | 17:19 | |
clarkb | ZZelle: I don't mind reviewing them but I disagree with a lot of them :) I figured it was better to let people actually interested in changes look | 17:21 |
*** yamahata has quit IRC | 17:21 | |
*** tonytan4ever has quit IRC | 17:21 | |
clarkb | ZZelle: in particular https://review.openstack.org/#/c/93952/ I don't understand why there should be a need for that. If you want code review (and thus submit) then submit immediately seems like the wrong thing to support in git review. As an alternative if review isn't required why not let people push directly? | 17:21 |
*** pballand has quit IRC | 17:22 | |
clarkb | if we are going to circumvent the tooling lets not use the tool to do the reviews | 17:22 |
dhellmann | jeblair: thanks, I'll take a look. I may have special color requirements, since I had to eliminate the greens, too, because of a special sensitivity I have. | 17:22 |
*** flaviof_zzz has joined #openstack-infra | 17:22 | |
*** Hal_ has quit IRC | 17:23 | |
fungi | i agree on that one--it seems to be dragging further away from git-review as a tool to simplify contributing and veering into git-review as a convenience wrapper for project admins | 17:23 |
jeblair | dhellmann: apparently there are 88 and 256 color terminals out there; i haven't added support in gertty for them yet, but with that, there may be other options, like greens with more blue or red in them | 17:23 |
jeblair | dhellmann: urwid has a palette_test script if you want to see the colors | 17:24 |
clarkb | jeblair: those 265 color terminals are amazing | 17:24 |
*** esmute has quit IRC | 17:24 | |
clarkb | *256 | 17:24 |
jeblair | urxvt supports 88 but not 256 apparently | 17:24 |
clarkb | jeblair: there is a urxvt-256color :) | 17:24 |
*** markmcclain has quit IRC | 17:25 | |
* fungi continues to get by with 8 colors at 2 intensities plus 8 background colors | 17:25 | |
jeblair | but i limited myself to using 16 to make sure gertty had good universal support to start with | 17:25 |
jeblair | clarkb: on neato | 17:25 |
clarkb | jeblair: yup default to 16 is a great place to start | 17:25 |
dhellmann | jeblair: this is what I'm using right now: http://paste.openstack.org/show/100025/ | 17:25 |
jeblair | fungi: yeah, ==16 | 17:25 |
fungi | what's the standout option do? | 17:26 |
jeblair | fungi: usually inverts fg/bg | 17:26 |
clarkb | ZZelle: the other one I need to wrap my head around is the config change. Not sure what the value is there, is it just simplification? | 17:26 |
*** otter768 has joined #openstack-infra | 17:26 | |
fungi | ahh, https://www.gnu.org/software/termutils/manual/termcap-1.3/html_node/termcap_33.html#SEC33 | 17:26 |
*** bdpayne has joined #openstack-infra | 17:27 | |
*** emagana has quit IRC | 17:28 | |
*** emagana has joined #openstack-infra | 17:29 | |
*** hogepodge has joined #openstack-infra | 17:29 | |
*** yfried_ has quit IRC | 17:30 | |
dhellmann | jeblair: do you use a < 256 color terminal normally? or more? (my snark detector is borked this morning) | 17:31 |
clarkb | jeblair: cloner stack lgtm at least as far as I got last week | 17:32 |
clarkb | working on the last change now | 17:32 |
*** a2hill has quit IRC | 17:32 | |
*** emagana has quit IRC | 17:33 | |
jeblair | dhellmann: i normally run urxwt which supports 88, but i have not been using >16 with gertty because i wanted to design it to degrade gracefully (so not depend on anything > 16 by default) | 17:34 |
fungi | dhellmann: since i have the ansi color escapes memorized, i'd feel lost in a 256-color terminal | 17:34 |
dhellmann | jeblair: ok, that makes sense | 17:35 |
*** yfried_ has joined #openstack-infra | 17:35 | |
*** ramashri has quit IRC | 17:35 | |
clarkb | ZZelle: or is the config functiaonlly wrong today? | 17:35 |
jeblair | dhellmann: if you wanted to start playing with >16; the line to enable 88 is in app.py, but just commented out | 17:35 |
*** ramashri has joined #openstack-infra | 17:35 | |
dhellmann | fungi: yeah, I have emacs set up with the solarized light theme, so I am on a 256 color terminal | 17:35 |
*** ramashri has quit IRC | 17:35 | |
dhellmann | jeblair: 16 colors should be enough for anyone, right? :-) | 17:36 |
*** ramashri has joined #openstack-infra | 17:36 | |
* jeblair imagines his surroundings in 16 colors... | 17:36 | |
* fungi still has frightening memories of swapping 4-color palettes on cga displays | 17:36 | |
*** lttrl has quit IRC | 17:36 | |
*** hogepodge has quit IRC | 17:37 | |
*** esmute has joined #openstack-infra | 17:37 | |
*** e0ne has joined #openstack-infra | 17:39 | |
*** radez is now known as radez_g0n3 | 17:39 | |
*** mgagne_ is now known as mgagne | 17:39 | |
clarkb | jeblair: just one small thing inline on the last change in the cloner stack | 17:40 |
*** tsg has quit IRC | 17:40 | |
*** tgohad has quit IRC | 17:41 | |
*** SumitNaiksatam has quit IRC | 17:41 | |
clarkb | fungi: jeblair: https://review.openstack.org/#/c/116176/ doesn't seem to have had any major opposition so I think I will go ahead and update that text today | 17:43 |
fungi | clarkb: sounds good to me. i'm happy to +2 the community consensus there | 17:44 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Switch to using single projects yaml job https://review.openstack.org/114796 | 17:44 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Remove old projects yaml jobs https://review.openstack.org/116688 | 17:44 |
clarkb | fungi: what do you think about dib'ing the devstack images? | 17:45 |
clarkb | jeblair: ^ you too. | 17:46 |
fungi | clarkb: um, i welcome our new glance-based overlords? | 17:46 |
jeblair | clarkb: i think we have a small pile of changes to merge first, right? | 17:46 |
jeblair | the giant "use dib" patch among them, that i believe yolanda just updated this morning | 17:46 |
*** hogepodge has joined #openstack-infra | 17:46 | |
clarkb | jeblair: right, I think there is a bit of work that needs to go in for it. Mostly on the actually make dib work side | 17:47 |
ZZelle | clarkb, it's not wrong, i would more say annoying | 17:47 |
fungi | jeblair: oh, btw i confirmed that unit tests since the image updates this weekend are indeed mentioning the image templates in the console logs now | 17:47 |
clarkb | jeblair: mostly curious if you are ok with having two sets of image types for a while | 17:47 |
clarkb | jeblair: or if we would prefer to do a bigger switch all at once | 17:47 |
*** ramashri has quit IRC | 17:48 | |
*** gyee has joined #openstack-infra | 17:48 | |
*** ryanpetrello has quit IRC | 17:48 | |
*** dvorak has joined #openstack-infra | 17:48 | |
ZZelle | clarkb, ie, for users behind proxy you cannot overload scheme/port without updating every .gitreview | 17:48 |
*** sarob_ has quit IRC | 17:48 | |
* anteaya adds her +1 to the 25 already on 116176 | 17:48 | |
*** Ajaeger has joined #openstack-infra | 17:48 | |
anteaya | I don't think I have ever seen so many +1's before | 17:49 |
jeblair | clarkb: i think we should proceed, yes. probably best to just do one type of image for now. | 17:49 |
ZZelle | clarkb, https://review.openstack.org/109869 is no more needed if we can change default gerrit remote name | 17:49 |
Ajaeger | anteaya: agreed, this is impressive | 17:49 |
clarkb | ZZelle: I think mordred wanted git-review -d to just work without auth | 17:49 |
*** david-ly_ has joined #openstack-infra | 17:49 | |
clarkb | ZZelle: and it would with that change iirc. So probably a couple use cases tied to it | 17:49 |
jroll | jeblair, clarkb, mind looking at this again? added that variable to -wrap: https://review.openstack.org/#/c/112143 | 17:50 |
*** hdd has joined #openstack-infra | 17:50 | |
ZZelle | clarkb, nope, review.o.o only requires auth on push | 17:50 |
*** vhoward has left #openstack-infra | 17:50 | |
*** Hal_ has joined #openstack-infra | 17:50 | |
clarkb | ZZelle: it requires auth on both if the push and pull urls are both ssh urls | 17:50 |
dvorak | anyone else tried mixing the use of the extended choice parameter plugin and normal parameters? it looks like the extended choice plugin support was misplaced into the properties module | 17:51 |
clarkb | ZZelle: which is why treating them as different is important. You can do read only pull and ssh push that way | 17:51 |
dvorak | and it's generating it's own XML block for parameters | 17:51 |
ZZelle | clarkb, AH!, mordred is right, auth is required when using ssh (i am using https) | 17:51 |
ZZelle | clarkb, right | 17:51 |
Ajaeger | jeblair, clarkb: could you recheck https://review.openstack.org/114139 , please? Clarkb you suggested it - and jeblair gives a -2. I'm happy to abandon but just like some extra confirmation... | 17:51 |
*** tonytan4ever has joined #openstack-infra | 17:51 | |
clarkb | Ajaeger: jeblair: there was a reason we needed to sync iirc | 17:52 |
clarkb | so while I agree with jeblair I think d-g may be a potential exception? | 17:52 |
dhellmann | jeblair: if I wanted to write a thing to create an RSS feed of the eavesdrop meeting logs (not channel, just meeting), do you think it would be better to do that in the bot or in a cron job that processes the bot output daily? | 17:52 |
clarkb | I am trying to remember what broke (if anything) | 17:52 |
clarkb | dvorak: I don't think we have ever used it | 17:52 |
*** david-lyle has quit IRC | 17:53 | |
jeblair | dhellmann: i lean toward bot; i think it's amenable to that kind of thing | 17:53 |
jeblair | clarkb, Ajaeger: i'm doing research | 17:53 |
dvorak | clarkb: would a patch be welcome to fix it? It'd probably involve moving all that code over to the parameters module, which would probably break existing extended choice users | 17:53 |
*** ryanpetrello has joined #openstack-infra | 17:53 | |
dvorak | I could duplicate the code and have the old code issue a deprecation warning if backwards compat is a concern | 17:53 |
*** bdpayne has quit IRC | 17:53 | |
clarkb | dvorak: yup patches very welcome and the deprecation warning method sounds good | 17:54 |
dhellmann | jeblair: ok, that makes sense, I wasn't sure about concurrency issues but I suppose it deals with that already | 17:54 |
*** daya_k has joined #openstack-infra | 17:54 | |
dvorak | ok, probably won't be too hard, I'll give it a shot. | 17:54 |
*** gokrokve_ has joined #openstack-infra | 17:54 | |
*** Hal_ has quit IRC | 17:55 | |
*** penguinRaider has joined #openstack-infra | 17:55 | |
ZZelle | clarkb, ok, the main advantage of preferring git-config over gitreview files is to allow to overload .gitreview without changing it (no sure we need to deprecate global/system gitreview config files) | 17:55 |
Ajaeger | clarkb: what broke was: bashate was added to devstack-gate and that broke the requirments post job completely | 17:55 |
*** SumitNaiksatam has joined #openstack-infra | 17:55 | |
Ajaeger | Only once bashate was in requirements, it was fine again... | 17:55 |
clarkb | Ajaeger: thanks | 17:55 |
jeblair | dhellmann: oh, one feed for all? makes sense. i don't have its concurrency model in my head right now, so i probably can't give you the advice you really need. but i still think it's worth looking into the bot. | 17:55 |
*** bdpayne has joined #openstack-infra | 17:55 | |
*** tsg has joined #openstack-infra | 17:55 | |
*** tgohad has joined #openstack-infra | 17:55 | |
dhellmann | jeblair: yeah, or one per project, I guess, to eliminate the concurrency issue | 17:56 |
Ajaeger | SergeyLukjanov came up with https://review.openstack.org/#/c/113643/ | 17:56 |
jeblair | Ajaeger, clarkb: here is where it was added: https://review.openstack.org/#/c/59196/ | 17:56 |
dhellmann | jeblair: I'll look at the bot code a bit when I have time; this is a background thing, obviously | 17:56 |
Ajaeger | jeblair: thanks | 17:56 |
jeblair | Ajaeger, clarkb: i do not believe that devstack-gate itself having requirements was envisioned at the time | 17:57 |
Ajaeger | jeblair: might be ;) | 17:57 |
jeblair | Ajaeger: also, we added bashate to requirements? | 17:57 |
*** tonytan4ever has quit IRC | 17:58 | |
*** gokrokve has quit IRC | 17:58 | |
Ajaeger | jeblair: https://review.openstack.org/#/c/101267/ is the patch that broke it | 17:58 |
Ajaeger | jeblair: yes, I cleaned up the bashate mess, it's now in requirements and bash8 was renamed everywhere to bashate | 17:58 |
*** gokrokve_ has quit IRC | 17:58 | |
jeblair | oh, bash8 was in requirements before, and you renamed it | 17:59 |
Ajaeger | jeblair: bash8 was in requirements; bash8 got renamed to bashate; devstack-gate added bashate; everything broke - and then I renamed properly | 17:59 |
*** hogepodge has quit IRC | 17:59 | |
Ajaeger | (everything: requirements post job) | 17:59 |
*** esmute has quit IRC | 18:00 | |
ZZelle | clarkb, at first my idea was to allow overloading scheme/port using git-config but i realize it was already possible for rebase ... so i choose to allow to overload all .gitreview options | 18:00 |
jeblair | Ajaeger, clarkb: I think the solution is to remove devstack-gate from projects.txt in requirements | 18:00 |
clarkb | ZZelle: I see and this would be cases where setting http_proxy doesn't work/ | 18:00 |
*** esmute has joined #openstack-infra | 18:00 | |
clarkb | jeblair: that works for me too | 18:01 |
jeblair | Ajaeger, clarkb: mordred added it so that select-mirror would dtrt; but we don't use select-mirror anymore, so it's not necessary | 18:01 |
*** hogepodge has joined #openstack-infra | 18:01 | |
clarkb | jeblair: agreed | 18:01 |
ZZelle | clarkb, in my case, it's http_proxy not working with ssh :s | 18:01 |
Ajaeger | Ok, I abandon my patch and propose a new one. | 18:01 |
*** markvan has quit IRC | 18:02 | |
jeblair | Ajaeger: cool, thanks (for doing that, and finding the problem, and fixing it, and helping us understand what was going on... :) | 18:02 |
Ajaeger | jeblair: speaking about cleanup up requirements: there's still https://review.openstack.org/105510 and https://review.openstack.org/#/c/105524/ | 18:02 |
Ajaeger | jeblair: SergeyLukjanov was involved as well. This looked trivial initially... | 18:03 |
Ajaeger | jeblair: could you check the docutils pin patches some time, please? | 18:03 |
*** markvan has joined #openstack-infra | 18:04 | |
jeblair | looks like the horizon one is still outstanding | 18:04 |
jeblair | https://review.openstack.org/#/c/105524/1 | 18:05 |
Ajaeger | jeblair: exactly, they want to have a spinx !=1.1.3 as part of the change... | 18:06 |
Ajaeger | so, if that goes into requirements, they should be fine... | 18:06 |
openstackgerrit | Andreas Jaeger proposed a change to openstack/requirements: Remove devstack-gate from projects https://review.openstack.org/116692 | 18:06 |
jeblair | we used 1.1.3 for a long time | 18:07 |
*** _nadya_ has joined #openstack-infra | 18:08 | |
*** amuller has quit IRC | 18:09 | |
jeblair | Ajaeger: because sphinx 1.1.3 does not insist on the broken docutils. sphinx 1.1.3 will work just fine now. | 18:11 |
clarkb | jeblair: right I think there is a lot of confusion how our pins and things works | 18:11 |
Ajaeger | yeah ;( So, some education for the horizon reviewers is needed... | 18:12 |
*** hogepodge has quit IRC | 18:12 | |
*** _nadya_ has quit IRC | 18:13 | |
*** gokrokve has joined #openstack-infra | 18:13 | |
*** homeless has quit IRC | 18:14 | |
* Ajaeger pings the blazar folks since they did not review the patch at all ... | 18:14 | |
*** pballand has joined #openstack-infra | 18:14 | |
jeblair | Ajaeger: would blazar block our ability to merge the removal? | 18:15 |
Ajaeger | jeblair: blazar is in projects.txt of requirements repo | 18:15 |
*** emagana has joined #openstack-infra | 18:16 | |
Ajaeger | jeblair: So, I assume it blocks | 18:16 |
jeblair | Ajaeger: i hope the tests are configured so that only openstack projects block | 18:17 |
jeblair | if not, we'll remove blazar if they're the last one standing | 18:17 |
jeblair | david-ly_: can you lookt at https://review.openstack.org/#/c/105524/ ? horizon is the last openstack project not to merge that change | 18:18 |
david-ly_ | jeblair: on it | 18:18 |
*** david-ly_ is now known as david-lyle | 18:18 | |
Ajaeger | jeblair: there's no special case for any kind of projects as far as I can see ;( | 18:19 |
*** e0ne has quit IRC | 18:19 | |
*** _nadya_ has joined #openstack-infra | 18:19 | |
*** e0ne has joined #openstack-infra | 18:20 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Cloner: add project-specific branch overrides https://review.openstack.org/116125 | 18:21 |
jeblair | yolanda, clarkb, fungi: i think my comment in 102583 is still relevant -- /opt/nodepool can't be the image build dir _and_ the vcsrepo dir at the same time | 18:22 |
*** vhoward has joined #openstack-infra | 18:24 | |
*** hogepodge has joined #openstack-infra | 18:24 | |
jeblair | and the docker change still has unanswered questions; i'd love to have that in, but if we can't answer them, then we should probably move it out of the series | 18:24 |
clarkb | jeblair: agreed, I think docker isn't an immediate thing we need. devstack image builds will work without it | 18:25 |
*** e0ne has quit IRC | 18:25 | |
*** ociuhandu has quit IRC | 18:25 | |
*** e0ne has joined #openstack-infra | 18:26 | |
*** _nadya_ has quit IRC | 18:26 | |
*** e0ne has quit IRC | 18:26 | |
jeblair | hrm. the base of that series, 105931 has serious problems -- it looks like a rebase gone awry | 18:28 |
*** lttrl has joined #openstack-infra | 18:28 | |
*** UtahDave has left #openstack-infra | 18:28 | |
*** tonytan4ever has joined #openstack-infra | 18:29 | |
*** emagana has quit IRC | 18:29 | |
*** rloo has joined #openstack-infra | 18:30 | |
clarkb | jeblair: fungi: yesterday I was going to submit "Hudson Jenkins", "Gerrit Rietveld", and "Zuul Gozer" as the three most influential people in openstack. Then metacloud wanted irc nicks or twitter handles and only Gerrit has one :( | 18:30 |
*** _nadya_ has joined #openstack-infra | 18:30 | |
rloo | hi, we've seen 2 gate-ironic-python26 failures with ConnectionError: HTTPConnectionPool.. errors (eg http://logs.openstack.org/49/112049/6/check/gate-ironic-python26/9ef32f0/console.html) | 18:31 |
*** dkliban1 is now known as dkliban | 18:31 | |
rloo | I'm not sure if that is related to this bug opened in Jan: https://bugs.launchpad.net/openstack-ci/+bug/1268725 | 18:32 |
uvirtbot | Launchpad bug 1268725 in openstack-ci "ConnectionError: HTTPConnectionPool(host='pypi.openstack.org', port=80): Max retries exceeded" [Medium,Triaged] | 18:32 |
*** hogepodge has quit IRC | 18:32 | |
rloo | or what the fix might be... Has anyone else noticed this? | 18:32 |
fungi | clarkb: too bad. also, i'm thinking they may have a hard time coming up with 52 nominations when they only ask for three names | 18:32 |
*** emagana_ has joined #openstack-infra | 18:32 | |
jeblair | clarkb: or would "Zuul Gozerian" be more correct? :) (they really don't accept people with a single name?) | 18:32 |
jeblair | that's just ... | 18:32 |
clarkb | jeblair: you need first and last | 18:32 |
clarkb | and preferably a twitter handle | 18:33 |
*** _nadya_ has quit IRC | 18:33 | |
jeblair | good point. how could you be influential without a twitter handle? | 18:33 |
clarkb | exactly | 18:33 |
jeblair | clarkb: also, i think we had an irc account for jenkins at some point. | 18:33 |
clarkb | it was suggseted that zuul tweet merges | 18:33 |
fungi | rloo: we commonly see failures along those lines, because the internet is an unstable place and connections go astray with great frequency | 18:33 |
*** ominakov has quit IRC | 18:34 | |
rloo | fungi: ahh. so 'recheck no bug'? | 18:34 |
jesusaurus | yeah, but it looks like @TheGatekeeper is already taken | 18:34 |
fungi | rloo: or "recheck bug 1268725" or just "recheck" | 18:34 |
uvirtbot | Launchpad bug 1268725 in openstack-ci "ConnectionError: HTTPConnectionPool(host='pypi.openstack.org', port=80): Max retries exceeded" [Medium,Triaged] https://launchpad.net/bugs/1268725 | 18:34 |
rloo | thx fungi. | 18:34 |
*** penguinRaider has quit IRC | 18:35 | |
openstackgerrit | A change was merged to openstack-infra/config: Make jenkins own /opt/git in ha job https://review.openstack.org/114918 | 18:35 |
*** penguinRaider has joined #openstack-infra | 18:35 | |
clarkb | I am also happy to find out Asimov pronounced "robots" like Zoidberg | 18:35 |
clarkb | so from nwo on I will call them rowbutts too | 18:36 |
jeblair | clarkb: source? | 18:36 |
clarkb | jeblair: its not the greatest source and I haven't been able to watch the tv show in question but http://www.reddit.com/r/scifi/comments/2dunmv/til_isaac_asimov_pronounced_robots_the_same_as/ | 18:36 |
clarkb | jeblair: its good enough for me beacuse this is awesome | 18:36 |
fungi | truth is awesomer than cartoons | 18:37 |
*** hogepodge has joined #openstack-infra | 18:38 | |
*** nelsnelson has quit IRC | 18:38 | |
pleia2 | bug day tomorrow, sent reminder | 18:42 |
jeblair | hrm. we were supposed to have imported stuff into storyboard. :/ | 18:43 |
pleia2 | yeah, maybe one last LP bug day | 18:43 |
jeblair | and here i thought the last one was the last one | 18:44 |
jeblair | i'm pretty inclined to just copy the bugs we care about and shut it down. or just declare bankruptcy and shut it down. | 18:44 |
*** ominakov has joined #openstack-infra | 18:44 | |
*** marcusvrn has joined #openstack-infra | 18:44 | |
pleia2 | could make tomorrow's bug day about doing the former | 18:44 |
fungi | flaper87|afk: dims: dhellmann: lifeless: bug 1361251 sounds pretty severe? | 18:45 |
uvirtbot | Launchpad bug 1361251 in pbr "pbr is failing to parse versions" [Undecided,New] https://launchpad.net/bugs/1361251 | 18:45 |
dhellmann | fungi, flaper87|afk: so far I think that's only affecting glance.store, isn't it? | 18:45 |
*** vhoward has left #openstack-infra | 18:46 | |
* dhellmann scrolls down and sees otherwise | 18:46 | |
fungi | dhellmann: it's the only one reported so far | 18:46 |
fungi | dhellmann: however we don't currently prevent building/uploading prereleases with those tags either | 18:47 |
fungi | dhellmann: so presumably we'll want to tighten the pre-release pipeline tag regex in our zul layout.yaml? | 18:47 |
*** doude has quit IRC | 18:47 | |
fungi | er, zuul (sorry for the accidental ping, zul!) | 18:48 |
dhellmann | fungi: I need to understand from lifeless why this tagging pattern is so special, but probably | 18:48 |
zul | fungi: its ok...i get a penny everytime someone pings me | 18:48 |
dhellmann | looks like that error failed a grenade test for swift, too | 18:48 |
*** doude has joined #openstack-infra | 18:48 | |
fungi | zul: you must be a zullionaire by now | 18:48 |
zul | fungi: yes i just do the work for fun now | 18:48 |
yolanda | jeblair, just arrived, i'll take a look | 18:49 |
jogo | I take it you guys are aware there doesn't seem to be enough/any f20 nodes | 18:50 |
*** hogepodge has quit IRC | 18:50 | |
*** otherwiseguy has quit IRC | 18:50 | |
jeblair | jogo: yep, it's a known behavior in nodepool; it will get around to it eventually. | 18:51 |
jeblair | jogo: there was an attempt to change that behavior, but it had some problems that haven't been identified/solved yet. | 18:52 |
jeblair | jogo: see the nodepool change queue if you're interested | 18:52 |
*** hashar has joined #openstack-infra | 18:52 | |
dhellmann | fungi, lifeless: looks like that test went in with mordred's change: https://review.openstack.org/#/c/114093/6/pbr/version.py | 18:52 |
*** lucas-dinner is now known as lucasagomes | 18:53 | |
*** lucasagomes has left #openstack-infra | 18:53 | |
jogo | jeblair: cool, thanks | 18:54 |
*** dtantsur|afk is now known as dtantsur | 18:54 | |
*** vhoward has joined #openstack-infra | 18:55 | |
*** otter768 has quit IRC | 18:57 | |
*** e0ne has joined #openstack-infra | 18:57 | |
*** zehicle_at_dell has joined #openstack-infra | 18:58 | |
*** hogepodge has joined #openstack-infra | 18:58 | |
clarkb | fungi: https://review.openstack.org/#/c/115719/ knocking out the slave is a bit scary | 18:58 |
*** hogepodge has quit IRC | 18:59 | |
*** pblaho has joined #openstack-infra | 19:02 | |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/config: Switch taskflow to use the unittests slave script https://review.openstack.org/116388 | 19:02 |
*** pblaho has quit IRC | 19:02 | |
Ajaeger | is blazar dead? The channel is silent and no patches for a few weeks here: https://review.openstack.org/#/q/project:stackforge/blazar,n,z ? Did they take August off? | 19:03 |
anteaya | Ajaeger: best to chat with DinaBelova | 19:04 |
anteaya | my understanding is that the blazer functionality has moved into other projects | 19:04 |
anteaya | but DinaBelova would know more | 19:04 |
markvan | fungi: on that autoconf issue, I see some successes with the bare-trusty-rax-dfw-1673292 node, and yet a failure on the bare-trusty-rax-iad-1673998, see http://logs.openstack.org/93/111793/6/check/gate-cookbook-openstack-identity-chef-lint/e68b2c1/console.html and http://logs.openstack.org/93/111793/6/check/gate-cookbook-openstack-identity-chef-style/cf386a9/console.html | 19:06 |
markvan | shouldnt thosre trusty rax nodes be acting the same? | 19:06 |
*** dane_leblanc has quit IRC | 19:06 | |
Ajaeger | anteaya: thanks, let's see whether DinaBelova is around... | 19:07 |
*** nelsnelson has joined #openstack-infra | 19:07 | |
fungi | markvan: they *should* be acting the same, but it's possible they have local variations in base images or we had local issues with some nodepool image updates (also we know that there's something strange going on in dfw which seems to sometimes be booting different snapshots than we ask for) | 19:08 |
*** nelsnels_ has joined #openstack-infra | 19:08 | |
fungi | looking | 19:08 |
Ajaeger | anteaya: might be late for her... | 19:10 |
markvan | fungi: interesting, ok...well that other patch to enable bundler install verbose is going thru, so hopefully that will allow us to better understand this. | 19:10 |
markvan | fungi: btw, thx for all your help on this one. | 19:10 |
*** rcarrillocruz has quit IRC | 19:11 | |
anteaya | Ajaeger: probably, yes | 19:11 |
fungi | markvan: you're welcome--i'm curious to get to the bottom of it too | 19:11 |
*** nelsnelson has quit IRC | 19:12 | |
*** ramashri has joined #openstack-infra | 19:12 | |
*** rcarrillocruz has joined #openstack-infra | 19:12 | |
*** krtaylor has quit IRC | 19:13 | |
*** ramashri has quit IRC | 19:15 | |
*** ramashri has joined #openstack-infra | 19:15 | |
*** Sukhdev has joined #openstack-infra | 19:16 | |
*** changbl has quit IRC | 19:17 | |
*** mestery has quit IRC | 19:20 | |
openstackgerrit | Adam Gandelman proposed a change to openstack-infra/config: Consolidate and rename Ironic jobs https://review.openstack.org/112134 | 19:20 |
*** mestery has joined #openstack-infra | 19:20 | |
openstackgerrit | Clayton O'Neill proposed a change to openstack-infra/jenkins-job-builder: Move extended-choice support to parameters module https://review.openstack.org/116704 | 19:20 |
dvorak | @clarkb: ^^ that's the JJB patch we discussed a little while ago | 19:21 |
*** Ryan_Lane has quit IRC | 19:22 | |
*** marun_afk is now known as marun | 19:24 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for keystone unit test xml hash bug 1361337 https://review.openstack.org/116705 | 19:25 |
uvirtbot | Launchpad bug 1361337 in keystone "keystone.tests.test_serializer.XmlSerializerTestCase.test_collection_member random fails; lxml hashseed?" [Undecided,New] https://launchpad.net/bugs/1361337 | 19:25 |
*** e0ne has quit IRC | 19:26 | |
*** ominakov has quit IRC | 19:26 | |
*** sdake_ has quit IRC | 19:27 | |
marun | clarkb: well, that's embarrasing | 19:27 |
marun | clarkb: I somehow managed to completely miss the fact that I couldn't override things by setting ENABLED_SERVICES | 19:27 |
*** sflanigan_ has joined #openstack-infra | 19:28 | |
*** sflanigan_ has joined #openstack-infra | 19:28 | |
*** camunoz_ has joined #openstack-infra | 19:28 | |
*** ominakov has joined #openstack-infra | 19:29 | |
*** hogepodge has joined #openstack-infra | 19:29 | |
*** changbl has joined #openstack-infra | 19:29 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for keystone unit test xml hash bug 1361337 https://review.openstack.org/116705 | 19:29 |
uvirtbot | Launchpad bug 1361337 in keystone "keystone.tests.test_serializer.XmlSerializerTestCase.test_collection_member random fails; lxml hashseed?" [Undecided,New] https://launchpad.net/bugs/1361337 | 19:29 |
*** jamielennox|away has quit IRC | 19:30 | |
*** camunoz has quit IRC | 19:31 | |
*** sflanigan has quit IRC | 19:31 | |
*** ianw has quit IRC | 19:32 | |
*** jamielennox|away has joined #openstack-infra | 19:32 | |
rcarrillocruz | pleia2: hi there, hope you recovered from your gallbladder ok :-) | 19:33 |
rcarrillocruz | i saw your post about bug day tomorrow | 19:33 |
*** ianw has joined #openstack-infra | 19:33 | |
rcarrillocruz | will you host it in this channel or in #openstack-meeting? | 19:33 |
fungi | rcarrillocruz: we coordinate them in this channel | 19:34 |
rcarrillocruz | good, i'll try to be around | 19:34 |
fungi | rcarrillocruz: though there's not usually much going on in irc while we're going through bugs, other than just pinging one another quickly to figure out statuses that may not be accurately reflected before updating | 19:34 |
rcarrillocruz | apart from flagging bugs no longer relevant and other stuff, do you also take assignment ? | 19:35 |
rcarrillocruz | not sure about the format | 19:35 |
*** jp_at_hp has quit IRC | 19:35 | |
fungi | rcarrillocruz: sure, but it's really just an opportunity to spend some time focused on catch-up with bug triage and updates. we don't really do anything which couldn't be done any other day (if there are bugs you want to pick up or want to talk about, feel free to do so in here at any time) | 19:37 |
lifeless | dhellmann: hi | 19:37 |
fungi | rcarrillocruz: similarly, feel free to comment with any bugs you feel you have relevant information about | 19:37 |
fungi | er, within | 19:37 |
*** hogepodge has quit IRC | 19:38 | |
*** kojack1 has joined #openstack-infra | 19:38 | |
lifeless | flaper87|afk: hi | 19:38 |
rcarrillocruz | k | 19:38 |
*** mmedvede_ has quit IRC | 19:38 | |
openstackgerrit | Sean Dague proposed a change to openstack/requirements: updated requirements repo readme https://review.openstack.org/116708 | 19:38 |
lifeless | fungi: and yo | 19:38 |
fungi | yo ho ho and a bottle of rum | 19:39 |
*** otherwiseguy has joined #openstack-infra | 19:39 | |
lifeless | flaper87|afk: ok, thats a bad version number in glance.store that we haven't got quite enough compat codefor in semver. | 19:40 |
lifeless | flaper87|afk: I'll put up a patch for it today. | 19:40 |
*** mikedill_ has quit IRC | 19:41 | |
*** hogepodge has joined #openstack-infra | 19:43 | |
*** Ryan_Lane has joined #openstack-infra | 19:43 | |
*** krtaylor has joined #openstack-infra | 19:45 | |
*** jcoufal_ has quit IRC | 19:46 | |
*** homeless has joined #openstack-infra | 19:47 | |
sdague | dhellmann - https://review.openstack.org/116708 as promissed, also I highlighted it with a mailing list thread | 19:47 |
dhellmann | sdague: on my review list | 19:48 |
*** hogepodge has quit IRC | 19:49 | |
dhellmann | lifeless: https://bugs.launchpad.net/pbr/+bug/1361251 mentions a logstash query that shows this is affecting other projects, too (swift, among others) | 19:49 |
uvirtbot | Launchpad bug 1361251 in pbr "pbr is failing to parse versions" [Undecided,New] | 19:49 |
*** pradk has quit IRC | 19:52 | |
lifeless | ok, C just got up | 19:54 |
clarkb | fungi fwiw I am +2 on the git review config logic cleanup and a var cleanup change | 19:54 |
*** ptoohill has joined #openstack-infra | 19:54 | |
*** mmedvede_ has joined #openstack-infra | 19:54 | |
clarkb | fungi the second is an easy approval | 19:54 |
*** prad has joined #openstack-infra | 19:54 | |
lifeless | dhellmann: https://review.openstack.org/#/c/114403/ will help with this - but we have to get through 4 or so patches to use it | 19:54 |
lifeless | dhellmann: I will do a sidebar patch to fix the parser to cope with this data input | 19:55 |
lifeless | dhellmann: https://review.openstack.org/#/c/108269/16 and https://review.openstack.org/#/c/108270/ and https://review.openstack.org/#/c/108271/ are all green | 19:56 |
lifeless | bbiaf hours | 19:56 |
jeblair | fungi: the graph suggests we're spending more time in delete; i haven't looked into it | 19:56 |
stevemar | dhellmann, the oslotest developer docs scare me :( | 19:57 |
stevemar | straight up copying the readme, that's a bold move | 19:57 |
stevemar | using* | 19:57 |
dhellmann | stevemar: maybe we should move this to #openstack-oslo | 19:58 |
*** rlandy has quit IRC | 19:58 | |
fungi | jeblair: could be we're burning a lot straight from building to delete. we don't have a ton in error+deleting state (14 in rax and 13 in hpcloud) | 19:59 |
fungi | jeblair: i'm checking the nodepool logs now to see what's going on with them | 19:59 |
fungi | might be quota problems or the floating ip leak | 20:00 |
*** baoli has quit IRC | 20:00 | |
*** emagana_ has quit IRC | 20:00 | |
*** otherwiseguy has quit IRC | 20:00 | |
clarkb | floating ip leak would cause lots of node boot failures | 20:00 |
*** emagana has joined #openstack-infra | 20:00 | |
*** marcoemorais has quit IRC | 20:01 | |
*** pelix has quit IRC | 20:02 | |
*** tonytan4ever has quit IRC | 20:02 | |
*** zz_dimtruck is now known as dimtruck | 20:03 | |
*** pballand has quit IRC | 20:03 | |
*** fifieldt_ has joined #openstack-infra | 20:03 | |
*** daya_k has quit IRC | 20:03 | |
*** ociuhandu has joined #openstack-infra | 20:04 | |
fungi | the vast majority of LaunchStatusException occurrences in the log over the past 5 hours have been in hpcloud (by a couple orders of magnitude) | 20:05 |
*** emagana has quit IRC | 20:05 | |
fungi | ~700 in hpcloud vs 8 in rax | 20:05 |
*** kgiusti has left #openstack-infra | 20:06 | |
*** fifieldt has quit IRC | 20:06 | |
*** Ryan_Lane has quit IRC | 20:06 | |
*** dtantsur is now known as dtantsur|afk | 20:07 | |
fungi | all seem to be instances in error status | 20:07 |
clarkb | fungi what does a floating ip list look like? | 20:07 |
fungi | doesn't look like we're getting the exceptions we used to get creating/attaching floating ips, but checking now | 20:07 |
clarkb | if it has ~600 rows and lost of unassociated IPs then we are likely leaking | 20:08 |
*** annegentle has joined #openstack-infra | 20:08 | |
* clarkb is running an errand then finding lunch otherwise would look | 20:09 | |
*** zehicle_at_dell has quit IRC | 20:09 | |
fungi | 500 rows. getting an unassociated count now... | 20:09 |
clarkb | at 500 we probably arent leaking too bad. we seem to notice it worst when we get up to our quota of 600 | 20:10 |
fungi | well, actually 492 rows, 163 of which aren't associated with any instance | 20:10 |
*** Ryan_Lane has joined #openstack-infra | 20:10 | |
*** otherwiseguy has joined #openstack-infra | 20:10 | |
clarkb | probably worth cleaning up regardless | 20:10 |
fungi | but again, usually we got different failure modes out of that | 20:10 |
clarkb | yup | 20:11 |
fungi | this is nodepool spinning while waiting for the instance to become available, and then seeing it transition into error | 20:11 |
fungi | tteggel: around? | 20:11 |
fungi | i'm also about to head out for an early dinner before the tourists descend on all the restaurants | 20:12 |
clarkb | silly tourists | 20:13 |
*** tonytan4ever has joined #openstack-infra | 20:13 | |
*** pcrews has quit IRC | 20:14 | |
*** marcoemorais has joined #openstack-infra | 20:18 | |
*** pballand has joined #openstack-infra | 20:19 | |
*** emagana has joined #openstack-infra | 20:19 | |
*** rcarrillocruz has quit IRC | 20:21 | |
*** ominakov has quit IRC | 20:21 | |
*** marun has quit IRC | 20:21 | |
jeblair | hashar: do you know when you might be able to look at the cloner changes? (it's mostly tests, only 2 small changes to the cloner itself) | 20:21 |
dhellmann | lifeless: I'm not sure I see how https://review.openstack.org/#/c/114403/ addresses this parsing issue, except that it would have prevented the package from being created in the first place. Now that the package *does* exist, we need to keep allowing it to work, right? | 20:22 |
*** ominakov has joined #openstack-infra | 20:23 | |
*** mikedillion has joined #openstack-infra | 20:23 | |
*** weshay has quit IRC | 20:24 | |
*** mjturek has joined #openstack-infra | 20:24 | |
*** rcarrillocruz has joined #openstack-infra | 20:25 | |
stevebaker | sdague: hey, do you feel strongly about project functional tests living in foo.tests.functional vs root package functionaltests? | 20:26 |
hashar | jeblair: probably tomorrow. My Zuul cloner job has been blessed in production and is now voting :] | 20:27 |
hashar | jeblair: gotta upgrade my Zuul install to pull some of your change and then I guess I will give a try at the cloner tests | 20:27 |
*** masayukig has quit IRC | 20:27 | |
hashar | jeblair: setting ZUUL_BRANCH as the default fallback branch sounds sane; I am not sure why I havent done that originally | 20:27 |
*** lcheng has joined #openstack-infra | 20:28 | |
sdague | stevebaker: can you explain what you mean by root package functional tests? | 20:28 |
jeblair | hashar: cool, thanks | 20:28 |
sdague | so that I make sure I give a proper opinion | 20:28 |
stevebaker | sdague: like here https://review.openstack.org/#/c/110496/ | 20:28 |
*** Ajaeger has quit IRC | 20:29 | |
hashar | jeblair: and thanks a ton for amending it :] | 20:29 |
*** gokrokve has quit IRC | 20:29 | |
sdague | stevebaker: so I think part of the issue is that if these don't have namespacing, how does this work if things get pip installed? | 20:30 |
stevebaker | sdague: i think that means functionaltests wouldn't get packaged | 20:31 |
sdague | this is one of the reasons why we had to do add nova hacking rules as nova.hacking, because otherwise things are likely to get weird | 20:31 |
sdague | stevebaker: but unit tests still would? | 20:31 |
stevebaker | sdague: yes, unit tests would. And functional tests would if they are in the heat namespace | 20:32 |
sdague | honestly, I suspect that we're going to get bitten if we don't namespace these things correctly | 20:32 |
*** julim has quit IRC | 20:32 | |
sdague | but someone that understands python packaging better would be the person to best answer that | 20:32 |
*** miqui has quit IRC | 20:33 | |
stevebaker | sdague: maybe heat.functionaltests would be better, the tox env matching pattern would be slightly less tortured | 20:33 |
sdague | stevebaker: what's the objection to putting it in heat.tests? | 20:33 |
ianw | jeblair: i'm having quite a lot of trouble coming up with a more extensive nodepool test, to try and debug some of the capacity issues | 20:34 |
ianw | jeblair: i may be taking the wrong approach | 20:34 |
stevebaker | sdague: comments line 59 https://review.openstack.org/#/c/110171/2/specs/functional-tests.rst | 20:34 |
ianw | jeblair: have you seen anything like OperationalError: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') 'UPDATE node SET ip=%s WHERE node.id = %s' ('fake', 21L) before? | 20:34 |
*** bhuvan_ has joined #openstack-infra | 20:34 | |
*** masayukig has joined #openstack-infra | 20:34 | |
ianw | jeblair: this is when I call deleteNode() to try to simulate nodes coming and going more fully | 20:35 |
*** otherwiseguy has quit IRC | 20:35 | |
*** terryw has joined #openstack-infra | 20:35 | |
sdague | so I would agree you probably want to separate this by directory and not by tags | 20:35 |
stevebaker | oh yeah, not by tags. if the spec says that then ignore it | 20:36 |
marcusvrn | asselin: hi! Now I definitely started the CI installation using your script. One thing that I have a question is if I have to deploy 2 machines using your script (one for jenkins master and another one for nodepool) or just one that will run jenkins master and nodepool. | 20:36 |
jeblair | ianw: nodepool isn't really meant to be used like a library, so i wouldn't expect you to be able to call deletenode from outside of nodepool itself and have it work | 20:36 |
sdague | heat.functionaltests would probably be fine. But for an example both glance and neutron do foo.tests.unit and foo.tests.functional | 20:37 |
stevebaker | jeblair, clarkb: could I trouble you for a review? https://review.openstack.org/#/c/116533/ | 20:37 |
*** bhuvan has quit IRC | 20:37 | |
jeblair | ianw: so the functional tests take the approach of setting up the preconditions and letting it just run | 20:37 |
sdague | so that's a common pattern that projects doing this are using, and replicating it would be cool unless there is a huge reason not to | 20:37 |
asselin | marcusvrn, you can do it all in one machine | 20:37 |
sdague | swift does the same, except s/tests/test/ | 20:38 |
stevebaker | sdague: OK, I'll talk to zaneb and come up with something | 20:38 |
ekarlso | :q | 20:39 |
asselin | marcusvrn, it's possible you hit some recent bugs that would prevent you from doing that. They got merged last week. Update to my latest and you should be ok. | 20:39 |
*** marun has joined #openstack-infra | 20:40 | |
sdague | stevebaker: I put a 0 comment in about it | 20:40 |
clarkb | sdague stevebaker I know mordred thinks all tests should go in the package | 20:40 |
ianw | jeblair: well the problem seems to be at capacity, when a lot of requests are coming and going. how would you approach the testing | 20:40 |
clarkb | so that you can import them | 20:40 |
ianw | jeblair: also, i'm more familiar with nodepool.py now & where it is logging, is it possible to get the logs for the time when it went crazy with the allocator patch | 20:40 |
marcusvrn | asselin: nice! thks | 20:41 |
jeblair | ianw: i would reproduce it by running nodepool locally with a config that uses fake providers to get the exact conditions down, then i would see if i could do that in a test | 20:42 |
jeblair | ianw: yeah, i think we can try to extract it; i'm a bit busy now though, ask again if i don't get to it soon. | 20:43 |
ianw | jeblair: ok, thanks | 20:44 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/nodepool: Correct ssh key instructions in README https://review.openstack.org/116723 | 20:44 |
jogo | very random question, a month or so back I heard mordred was looking into switching nodepool to use the rebuild command did anything come of that? | 20:47 |
*** sdake_ has joined #openstack-infra | 20:49 | |
anteaya | pleia2: if I am an admin for an email list am I automatically subscribed? | 20:50 |
*** pcrews has joined #openstack-infra | 20:53 | |
*** bhuvan_ has quit IRC | 20:56 | |
fungi | heading out for a bit... back soon | 20:58 |
pleia2 | anteaya: I don't think so | 20:58 |
pleia2 | if someone knows how admin password for ml is is handled, please tell anteaya :) | 20:59 |
anteaya | pleia2: okay thanks | 20:59 |
*** dane_leblanc has joined #openstack-infra | 20:59 | |
pleia2 | once you're logged in as admin, I can help from there | 21:00 |
anteaya | ah not sure how to log in without a password | 21:01 |
* anteaya checks my email alerts again | 21:01 | |
clarkb | the admin passwords for lists should be emailed to you when it is created | 21:01 |
clarkb | then you change it | 21:01 |
*** zns has quit IRC | 21:01 | |
pleia2 | thanks clarkb | 21:02 |
*** laca has quit IRC | 21:02 | |
clarkb | the initial password is basically a very poorly kept shared secret | 21:02 |
*** ociuhandu has quit IRC | 21:03 | |
*** sparkycollier has joined #openstack-infra | 21:03 | |
anteaya | clarkb: thanks, changed | 21:04 |
*** rloo has left #openstack-infra | 21:05 | |
*** pballand has quit IRC | 21:06 | |
*** sparkycollier has quit IRC | 21:06 | |
*** david-lyle has quit IRC | 21:06 | |
*** lttrl has quit IRC | 21:08 | |
*** pdmars has quit IRC | 21:09 | |
nibalizer | jesusaurus: im working on some verbage for 99990, want me to msg it to you or just upload a new patchset to that reveiw? | 21:10 |
*** pdmars has joined #openstack-infra | 21:10 | |
jeblair | clarkb, hashar: our git prep scripts (gerrit-git-prep and devstack-gate) both have the option to clone from /opt/git/$PROJECT, and then update the remote to git.o.o before doing work | 21:10 |
jesusaurus | nibalizer: feel free to just upload a new patch | 21:11 |
jeblair | clarkb, hashar: (where /opt/git are cached versions of the repos on our images, which may be days old) | 21:11 |
stevebaker | sdague: could you pop into #heat to talk functional test packaging? | 21:11 |
lyxus | is the vArmour CImaintainer here ? | 21:11 |
jeblair | clarkb, hashar: but zuul-cloner doesn't support that | 21:11 |
jeblair | clarkb, hashar: we could use it to work directly on /opt/git (it would correctly update from git.o.o in that case) | 21:12 |
hashar | jeblair: clarkb: on my setup i have a gerrit replica to the slave instances and git clone --reference from there | 21:12 |
jeblair | hashar: how do you git clone --reference with zuul-cloner? | 21:12 |
hashar | jeblair: nope. I am going to dish out the --reference system | 21:12 |
*** mfer has quit IRC | 21:12 | |
hashar | (on my setup) | 21:12 |
clarkb | jeblair: the tripleo tests were broken recently because mordred wrote a change for them that switched them to using /opt/git directly with no updates | 21:13 |
*** linkid has joined #openstack-infra | 21:13 | |
clarkb | jeblair: so I think there is already some assumption that those repos can be consumed directly. I would not be opposed to doing it this way | 21:13 |
jeblair | clarkb: i don't think that's the assumption at all | 21:13 |
clarkb | jeblair: it was mordreds assumption when he broke tripleo | 21:13 |
jeblair | clarkb: just because mordred got a change wrong doesn't mean that it's universal | 21:13 |
clarkb | I agree | 21:13 |
jeblair | hashar: i don't understand | 21:14 |
clarkb | I was thoroughly confused that anyone would use the cache directly :) | 21:14 |
hashar | sorry late | 21:14 |
*** pdmars has quit IRC | 21:14 | |
*** mbacchi has quit IRC | 21:14 | |
jeblair | hashar: so you're going to stop using --reference? | 21:14 |
hashar | jeblair: zuul-cloner has two git url: --zuul-url which points to a the merger having the Zuul merged commit | 21:14 |
hashar | jeblair: and a git_base_url which is some reference repository (i.e. gerrit) | 21:14 |
*** linkid has left #openstack-infra | 21:15 | |
hashar | jeblair: on my setup I do: zuul-cloner --zuul-url git://merger01/ https://gerrit.wikimedia.org/r/p | 21:15 |
hashar | it clones from gerrit, then fetch from git://merger01 | 21:15 |
nibalizer | jesusaurus: kk will do | 21:15 |
jeblair | clarkb: the problem with using /opt/git directly is that it may make it hard to put repos in certain places (eg devstack; this is a minor problem), and extra hard to put repos in two places (grenade; this is more important) | 21:16 |
*** gokrokve has joined #openstack-infra | 21:16 | |
clarkb | jeblair: yup, I think the abstraction of treating them as read only caches is a good on | 21:16 |
*** Sukhdev has quit IRC | 21:16 | |
hashar | so git would get something reasonably up to date by pulling from gerrit (or in your case /opt/git ), then get the diff from the merger git repo | 21:16 |
jeblair | hashar: right, our setup has three: local cache (/opt/git), authoritative repo (git.o.o), zuul (zm0X.o.o) | 21:16 |
hashar | inception! | 21:16 |
clarkb | jeblair: hashar: maybe a git_cache_url would be a good addition? | 21:17 |
jeblair | hashar: except that zuul-cloner would not consult the zuul merger when updating a branch tip, only when setting up a change | 21:17 |
clarkb | jeblair: hashar: beacuse I think having a cache of some sort is a feature that zuul cloner should support especailly for bigger repos | 21:17 |
*** Sukhdev has joined #openstack-infra | 21:18 | |
*** zns has joined #openstack-infra | 21:19 | |
*** dkranz has quit IRC | 21:19 | |
jeblair | clarkb: yeah, i think to support our 3-tier system with the cloner as-is (say for the grenade job) we would have to run cloner, then copy those repos to /opt/stack/old, then run cloner again and copy the repos to /opt/stack/new; all that copying of repos around seems like something cloner should be able to do | 21:19 |
hashar | I have copy pasted a bunch of things from devstack-gate | 21:19 |
hashar | but iirc the idea is to clone from git_base_url argument | 21:19 |
hashar | then change the remote with git remote --set-url to point to the merger | 21:20 |
hashar | and fetch the Zuul ref | 21:20 |
jeblair | hashar: i believe it changes the remote to the authoritative server (git.o.o in our case); not to the merger | 21:20 |
*** mikedillion has quit IRC | 21:21 | |
jeblair | hashar: devstack-gate does it slightly differently than gerrit-git-prep... | 21:21 |
*** daneleblanc has joined #openstack-infra | 21:22 | |
jeblair | devstack-gate does: rsync /opt/git/$PROJECT /opt/stack/new (and /opt/stack/old if running grenade), resets the origin remote to git.openstack.org, git remote update, fetch zuul ref from merger | 21:23 |
jeblair | gerrit-git-prep does: clone /opt/git/$PROJECT to $WORKSPACE/$PROJECT, resets the origin remote to git.openstack.org, git remote update, fetch zuul ref from merger | 21:23 |
jeblair | basically the same though, with an rsync vs a clone | 21:24 |
jeblair | hashar: i kind of like your idea of using --reference though... | 21:24 |
hashar | the git_base_url argument is Cloner.git_url . In prepareRepo, the first action is to invoke cloneUpstream() that uses that git_base_url | 21:24 |
jesusaurus | whats the reason for d-g doing an rsync and g-g-p doing a clone? | 21:24 |
jesusaurus | why not do it the same in both? | 21:24 |
hashar | it updates from it, then prune stale remoes | 21:24 |
jeblair | jesusaurus: written at different times? i think they're effectively the same. | 21:25 |
clarkb | jesusaurus: d-g rsyncs everything, ggp clones one repo | 21:25 |
jesusaurus | clarkb: ah | 21:25 |
hashar | jeblair: so I guess you want to clone from /opt/git then remote update with the authoritative repository. Would need another parameter added ( maybe --authoritative ?) | 21:25 |
jeblair | hashar: so i was thinking i like your use of --reference | 21:25 |
jeblair | hashar: maybe we could have zuul-cloner use --reference when it does it's clone, then it wouldn't need to mess with remotes (which seems kind of hacky) | 21:26 |
jeblair | hashar: (and it makes the operation of zuul-cloner much more like git itself) | 21:26 |
jeblair | so easier to understand | 21:27 |
jeblair | (and of course, it would be optional) | 21:27 |
jeblair | so we would do 'zuul-cloner --reference /opt/git/ https://git.openstack.org/ $PROJECTS' | 21:29 |
hashar | jeblair: the reason I came with --reference is that we wiped the job workspace and recloned big repositories from Gerrit. for mediawiki/core that takes roughly 2:30 minutes :D | 21:29 |
jeblair | and it would do 'git clone --reference /opt/git/$PROJECT https://git.openstack.org/$PROJECT /path/to/repo' | 21:29 |
hashar | instead we moved to use git clean -xqdf ( option "clear workspace" in Jenkins git plugin) | 21:29 |
openstackgerrit | Christian Fetzer proposed a change to openstack-infra/jenkins-job-builder: Add support for the Jenkins Valgrind publisher plugin. https://review.openstack.org/113117 | 21:30 |
hashar | jeblair: yeah that will speed up the initial clone, granted /opt/git and /path/to/repo are on the same device | 21:30 |
*** maurosr has quit IRC | 21:30 | |
*** markmcclain has joined #openstack-infra | 21:30 | |
jeblair | jesusaurus: that's why it rsyncs ^ :) | 21:30 |
clarkb | jeblair: hashar so --reference wouldn't be a git ref but a pointer to a cache of repos? | 21:30 |
jeblair | jesusaurus: they are on different devices | 21:30 |
hashar | clarkb: when you do git clone --reference /srv/cache/repo /srv/workspace/repo (granted /srv is a partition), git is smart enough to create hardlinks from /srv/cache/repo to /srv/workspace/repo for the .git objects and pack files | 21:31 |
*** maurosr has joined #openstack-infra | 21:31 | |
jesusaurus | hashar: oh cool | 21:32 |
hashar | clarkb: though whenever you repack the original repo /srv/cache/repo , you end up screwing the workspace :D | 21:32 |
hashar | so instead of cloning / copying across network disk, you save a huuuuge chunk of I/O | 21:32 |
*** jgrimm has quit IRC | 21:32 | |
*** jgrimm has joined #openstack-infra | 21:32 | |
clarkb | hashar: oh I didn't know about that feature | 21:32 |
hashar | if your /opt/git caches are packed, git just hardlink the few packs | 21:32 |
openstackgerrit | Brant Knudson proposed a change to openstack/requirements: Add a tox env to check requirements overlap https://review.openstack.org/98262 | 21:32 |
clarkb | this is a final call to protest the proposed code review -1 default text | 21:33 |
*** dprince has quit IRC | 21:33 | |
hashar | clarkb: I learn a git feature every week since we switched from svn :] (last one: git rebase --preserve-merges , let you rebase your branch keeping the merge commit instead of fast forwarding them). | 21:33 |
hashar | clarkb: I pointed to a launchpad bug, could not assign it to you though. | 21:34 |
clarkb | jeblair: did you want to weigh in before I change the text? | 21:34 |
clarkb | hashar: ya, I will update the change but wanted to do that after we reached "consensus" | 21:34 |
clarkb | since changing the commit message will wipe out votes | 21:35 |
hashar | clarkb: I assumed that. You probably dont want to clear out the 50+ +1 present on the patchset hehe | 21:35 |
clarkb | yup | 21:35 |
hashar | ah people were probably not aware / paying attention that all votes will be phased out | 21:35 |
*** alkari has quit IRC | 21:35 | |
*** dimtruck is now known as zz_dimtruck | 21:35 | |
hashar | might need some kind of "sorry folks" announcement | 21:35 |
clarkb | nah the actual change is manual so I think thats ok | 21:36 |
*** dizquierdo has joined #openstack-infra | 21:36 | |
hashar | jeblair: so for zuul cloner, some tweak can be made in zuul/lib/cloner.py prepareRepo() | 21:37 |
jeblair | clarkb, hashar: so --reference sounds like it may be a good idea if we can assume we're on the same device; but now that we're discussing that, i'm not certain that will be the case | 21:37 |
jeblair | (or that we should make that assumption) | 21:38 |
hashar | jeblair: another possibility would be to check whether a Zuul ref exist and if so use a shallow clone (only copying the ref, not the whole repo) | 21:38 |
clarkb | jeblair: right especailly for the non d-g jobs | 21:38 |
hashar | jeblair: and else, fallback to do a shallow clone of the tip of the branch from the authoritative repo | 21:38 |
hashar | this way you dont clone the whole repo which might be just fine | 21:38 |
jeblair | hashar: we won't be able to use that (we have all kinds of things that don't work with shallow clones) | 21:38 |
hashar | on my prod boxes, I have a SSD which has the Gerrit replica and the workspace | 21:40 |
jeblair | hashar, clarkb: so maybe we're back to adding an argument to do the 'clone from cached repo if present then reset remote and update' thing we're doing now? | 21:41 |
clarkb | jeblair: I think so | 21:41 |
clarkb | jeblair: its simple and should work just about everywhere so I am a fan | 21:41 |
hashar | sounds fine | 21:41 |
hashar | probably want to rename a few function in the Cloner | 21:41 |
jeblair | okay, i'll double check some things and write up a change if it all looks good | 21:42 |
hashar | git_base_url is used by cloneUpstream() | 21:42 |
hashar | base, upstream, authoritative etc... | 21:42 |
hashar | the semantic is a bit confusing (sorry) | 21:42 |
*** mriedem has quit IRC | 21:42 | |
clarkb | I am going to poke at nodepool errors a bit mroe | 21:44 |
clarkb | jeblair: your feedback on the code review -1 text change would be great | 21:45 |
*** mmedvede_ has quit IRC | 21:45 | |
jeblair | clarkb: are you sure? i'm increasingly a fan of notmyname's old idea of changing it to "-1". :) | 21:45 |
clarkb | jeblair: just -1? | 21:46 |
clarkb | jeblair: I personlly don;t care a whole lot either way. I have always read the existing text as please go update | 21:46 |
clarkb | but that may be a bad native english speaker assumption | 21:46 |
jeblair | clarkb: yes, based on the idea that we should not be speaking for the reviewers who are capable of speaking for themselves... | 21:46 |
jeblair | clarkb: i think the whole conversation is based on the flawed assumption that the -1 text is the only context | 21:46 |
jeblair | clarkb: no one should ever leave a -1 review without text indicating why, and what needs to happen for it to be resolved | 21:47 |
*** MaxV has joined #openstack-infra | 21:47 | |
clarkb | agreed | 21:47 |
hashar | that has been a recurring complain in our community :( | 21:47 |
*** jgrimm has quit IRC | 21:47 | |
hashar | aka Gerrit speaking for ourselves. | 21:47 |
hashar | anyway, late there. Will do some review of the zuul cloner patches tomorrow | 21:47 |
jeblair | hashar: cool, thanks. good night! | 21:47 |
hashar | I looked at them on Sunday, I love all the new patches | 21:47 |
hashar | gotta test them out a bit :] | 21:48 |
*** zz_dimtruck is now known as dimtruck | 21:48 | |
hashar | and if something is not compatible, I can always adjust my jenkins jobs | 21:48 |
*** radez_g0n3 is now known as radez | 21:48 | |
*** reed has joined #openstack-infra | 21:49 | |
*** dims has quit IRC | 21:50 | |
jeblair | clarkb: so i think in both cases (bare and devstack), the workspace and cached git repos are actually on the same device | 21:50 |
jeblair | clarkb: in the case of bare, /opt/ and $WORKSPACE are both on / | 21:50 |
clarkb | we do have quite a few rax nodes that must be in the normal can't delete mode | 21:50 |
*** dims has joined #openstack-infra | 21:50 | |
jeblair | clarkb: in the case of devstack, /opt is the ephemeral disk, but the contents have been moved to it, and all the actual work happens in /opt/stack/{old,new} | 21:51 |
clarkb | and rax-dfw seems to be failing almost 100% for us | 21:51 |
clarkb | jeblair: oh right we don't remount on the bare nodes | 21:51 |
*** annegentle has quit IRC | 21:52 | |
jeblair | so we _could_ use --reference, but we'd be stuck with it (we couldn't ever change to having the cached repos on / and doing work on the ephemeral disk | 21:52 |
jeblair | and i'm not sure i want to add that complication) | 21:52 |
*** annegentle has joined #openstack-infra | 21:52 | |
clarkb | yeah and the repacks could potentially bite us though chances of that are low | 21:52 |
*** laca has joined #openstack-infra | 21:52 | |
*** mmedvede has joined #openstack-infra | 21:53 | |
hashar | I am not sure what happens when the ref repo is repacked | 21:53 |
*** stevemar has quit IRC | 21:53 | |
hashar | but I guess git will copy the new pack as a result | 21:53 |
hashar | or bails out with the hardlink being moot / disappearing | 21:53 |
jeblair | yeah, just another reason not to go down that road | 21:54 |
clarkb | hashar: well if its all hard links it should be mostly transparent | 21:54 |
clarkb | hashar: but that assumes that everything is a hard link which it can't be if they have different work dirs | 21:54 |
*** radez is now known as radez_g0n3 | 21:54 | |
hashar | only the .git/objects are hardlinked though | 21:54 |
hashar | the workspace is a copy | 21:54 |
hashar | (hopefully , dont quote me) | 21:54 |
*** david-lyle has joined #openstack-infra | 21:55 | |
*** dims has quit IRC | 21:55 | |
hashar | all of that is a bit scary to me, so I never really looked deep into it. | 21:55 |
hashar | really sleeping now :-D | 21:56 |
clarkb | hashar: go to sleep :) | 21:56 |
clarkb | good night | 21:56 |
*** tonytan4ever has quit IRC | 21:56 | |
clarkb | jeblair: would you prefer I left the -1 text as is now and bring up "-1" as an alternative | 21:56 |
clarkb | jeblair: I do prefer -1 more now that I think of it | 21:57 |
*** hashar has quit IRC | 21:57 | |
*** tonytan4ever has joined #openstack-infra | 21:57 | |
*** enikanorov_ has joined #openstack-infra | 21:57 | |
*** ildikov_ has joined #openstack-infra | 21:57 | |
*** MaxV has quit IRC | 21:58 | |
*** datsun181b has joined #openstack-infra | 21:58 | |
*** enikanorov has quit IRC | 21:58 | |
*** dims has joined #openstack-infra | 21:59 | |
*** dims_ has joined #openstack-infra | 21:59 | |
*** armax_ has joined #openstack-infra | 21:59 | |
clarkb | {"message": "No valid host was found. ", "code": 500, "created": "2014-08-25T21:58:02Z"} is the error we are getting from hpcloud | 22:00 |
clarkb | I think that means the scheduler is unable to find anywhere to run 30GB nodes | 22:00 |
*** sthillma has joined #openstack-infra | 22:00 | |
*** ildikov has quit IRC | 22:00 | |
clarkb | jogo: sdague ^ is that a proper interpretation? | 22:00 |
*** directxman12 has quit IRC | 22:00 | |
*** datsun180b has quit IRC | 22:01 | |
*** armax has quit IRC | 22:01 | |
*** serverascode has quit IRC | 22:01 | |
*** armax_ is now known as armax | 22:01 | |
*** jamielennox|away has quit IRC | 22:01 | |
*** datsun181b has quit IRC | 22:01 | |
*** datsun180b has joined #openstack-infra | 22:02 | |
*** serverascode has joined #openstack-infra | 22:02 | |
*** MaxV has joined #openstack-infra | 22:02 | |
*** dmsimard is now known as dmsimard_away | 22:02 | |
*** emagana has quit IRC | 22:02 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:02 |
clarkb | sdague: also the sideways ironic job is in the experimental queue now | 22:02 |
clarkb | sdague: and we should probably keep reviewing the multinode d-g chagne /me does that now | 22:03 |
nibalizer | jesusaurus: ^^ new verbage | 22:03 |
*** dims has quit IRC | 22:03 | |
nibalizer | also i dont know how to restructure test | 22:03 |
nibalizer | er text | 22:03 |
clarkb | hrm it needs a rebase I guess I will go ahead and do that | 22:03 |
*** jamielennox|away has joined #openstack-infra | 22:03 | |
clarkb | nibalizer: its like markdown but with slightly more syntax | 22:03 |
jesusaurus | nibalizer: yeah, i keep wanting to write markdown in my rst, but that mostly doesnt work | 22:04 |
*** armax has quit IRC | 22:04 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Add cache-dir argument to cloner https://review.openstack.org/116740 | 22:05 |
*** reed has quit IRC | 22:05 | |
*** dims has joined #openstack-infra | 22:05 | |
*** dims_ has quit IRC | 22:06 | |
jeblair | clarkb: not really. i'm +0 on the change, i don't think it hurts and i'm glad to see people care :) | 22:06 |
*** yolanda_ has joined #openstack-infra | 22:06 | |
*** zz_johnthetubagu has quit IRC | 22:06 | |
*** pcm_ has quit IRC | 22:06 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: Simplify multinode setup https://review.openstack.org/114972 | 22:06 |
jeblair | clarkb: if you wait a few more days, i'll probably +2 it when i get to it in my normal review cycle :) | 22:06 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: multi-node dg setup https://review.openstack.org/106043 | 22:06 |
clarkb | jeblair: ok, I can wait | 22:07 |
jeblair | clarkb: if you want to push it in faster, i don't object | 22:07 |
*** gondoi is now known as zz_gondoi | 22:07 | |
clarkb | I just rebased the mutlinode d-g changes so that we can see if they still run properly | 22:07 |
clarkb | it was a mostly trivial rebase that conflicted with sideways grenade | 22:07 |
jeblair | i pushed up a cache-dir change to cloner; it's untested and undocumented, but i think that's a way we could go: https://review.openstack.org/116740 | 22:07 |
jeblair | (undocumented -> poorly documented) | 22:07 |
*** yolanda has quit IRC | 22:08 | |
clarkb | jeblair: in that case maybe I will go ahead and do that now and we can at least see what people think then bring up the textless -1 | 22:08 |
*** dims has quit IRC | 22:08 | |
*** dangers` has joined #openstack-infra | 22:08 | |
jeblair | clarkb: if people don't like this one, textless is probably the way to go :) | 22:09 |
clarkb | ++ | 22:09 |
*** dims has joined #openstack-infra | 22:09 | |
*** jgrimm has joined #openstack-infra | 22:09 | |
jeblair | clarkb: i believe at the time, we figured we needed the text to be a literal "-1" because otherwise you would not be able to see voting history in the comments | 22:09 |
anteaya | nibalizer: whitespace 99990 | 22:09 |
jeblair | clarkb: but with new gerrit, perhaps it could be a literal "". | 22:09 |
*** david-ly_ has joined #openstack-infra | 22:09 | |
jeblair | clarkb: not worth worrying about until we get there though | 22:09 |
*** kojack1 has left #openstack-infra | 22:10 | |
*** dims has quit IRC | 22:10 | |
*** dims_ has joined #openstack-infra | 22:10 | |
*** zz_johnthetubagu has joined #openstack-infra | 22:10 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 22:10 | |
*** dangers has quit IRC | 22:10 | |
*** mjturek has quit IRC | 22:10 | |
*** david-lyle has quit IRC | 22:10 | |
*** ramashri has quit IRC | 22:10 | |
*** dguerri_ has quit IRC | 22:10 | |
clarkb | jeblair: ya doing whitespace or nil strings in ini files is hard | 22:10 |
clarkb | I pushed the change | 22:10 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:11 |
nibalizer | anteaya: fixed ^ | 22:11 |
clarkb | and it shows up | 22:11 |
nibalizer | i clearly dont have my whitespace showing vimrc on this machine | 22:11 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Propose new Code Review -1 text https://review.openstack.org/116176 | 22:12 |
anteaya | nibalizer: thanks | 22:12 |
*** dguerri has joined #openstack-infra | 22:12 | |
anteaya | clearly | 22:12 |
pleia2 | nibalizer: line 73? | 22:12 |
clarkb | nibalizer: want the vimrc chunk for it? | 22:12 |
jesusaurus | nibalizer: awesome thanks for that. and while you have it open for editing, i apparently had trouble spelling "openstack_project" under Implementation | 22:12 |
*** homeless_ has joined #openstack-infra | 22:12 | |
pleia2 | clarkb: ooh, I'd like that too | 22:12 |
*** HenryG_ has joined #openstack-infra | 22:12 | |
nibalizer | clarkb: i have one but i'd like to see yours | 22:13 |
clarkb | pleia2: nibalizer: set list then set listchars=tab:>-,trail:-,extends:#,nbsp:- | 22:13 |
clarkb | that is what I use | 22:13 |
nibalizer | but i just stole hunners | 22:13 |
pleia2 | cool | 22:13 |
*** marun_ has joined #openstack-infra | 22:13 | |
nibalizer | i just dont thave the 'dev env' set up on the new 'dev' machine | 22:13 |
nibalizer | maybe i should play with puppeting that again... no wait, tahts madness | 22:13 |
*** doug-fish1 has joined #openstack-infra | 22:13 | |
*** ramashri has joined #openstack-infra | 22:13 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:14 |
*** doug-fish1 has left #openstack-infra | 22:14 | |
*** achanda has joined #openstack-infra | 22:14 | |
*** bodepd_ has quit IRC | 22:14 | |
*** doug-fish has quit IRC | 22:14 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:14 |
jesusaurus | pleia2: clarkb: i use these two lines: http://paste.openstack.org/show/100145/ | 22:14 |
nibalizer | pleia2: jesusaurus fixed i believe | 22:14 |
*** rfolco has quit IRC | 22:14 | |
pleia2 | nibalizer: looks good :) | 22:15 |
clarkb | jesusaurus: I like listchars because it differentiates tabs and spaces | 22:15 |
*** marun has quit IRC | 22:15 | |
*** homeless has quit IRC | 22:15 | |
*** sflanigan_ has quit IRC | 22:15 | |
*** SumitNaiksatam has quit IRC | 22:15 | |
*** HenryG has quit IRC | 22:15 | |
*** Hefeweizen has quit IRC | 22:15 | |
*** bodepd has joined #openstack-infra | 22:16 | |
*** sballe__ has joined #openstack-infra | 22:16 | |
*** zns has quit IRC | 22:16 | |
jogo | clarkb: yes, that is correct | 22:17 |
jogo | clarkb: hpcloud is telling you it can't find space for your instance | 22:17 |
clarkb | jogo: thanks | 22:17 |
jogo | clarkb: so its 'full' | 22:17 |
clarkb | ya | 22:18 |
jogo | clarkb: are we seeing that for every call? | 22:18 |
*** Hefeweizen has joined #openstack-infra | 22:18 | |
jeblair | nibalizer: thanks for adding the sections about adding module boilerplate; but i think we should do that after we import the new projects so the changes are reviewed | 22:18 |
clarkb | jogo: no, but for a chunk of them so I think we are floating around the limit | 22:18 |
jogo | clarkb: do you know what happend to the investigation of using nova rebuild for nodepool | 22:18 |
*** david-ly_ is now known as david-lyle | 22:18 | |
clarkb | jogo: I think mordred never pushed code for it | 22:19 |
jeblair | i don't see any pending changes for it in gerrit | 22:19 |
jogo | clarkb: so that doesn't mean the idea was scratched, just somewhere 'in progresss' | 22:19 |
*** dizquierdo has quit IRC | 22:19 | |
clarkb | jogo: because I looked recently and couldn't find it. The tricky bit is knowing when to delete vs rebuild when scaling back | 22:19 |
*** terryw has quit IRC | 22:19 | |
jeblair | yeah, it's not trivial, because it needs yeah that ^ | 22:19 |
*** datsun180b has quit IRC | 22:19 | |
*** sballe_ has quit IRC | 22:19 | |
jogo | clarkb: oh yeah, that makes it fun | 22:19 |
nibalizer | jeblair: okay | 22:19 |
jogo | clarkb jeblair: thanks I mainly wanted to make sure there wasn't any nova side issue with rebuild that you guys have hit yet | 22:20 |
jeblair | jogo: no, however i think tteggel had some nova-side improvements in mind related to that... | 22:20 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:20 |
nibalizer | jeblair: how is that ^^? | 22:21 |
jeblair | jogo: er, sorry, i meant phschwartz | 22:21 |
*** hdd_ has joined #openstack-infra | 22:21 | |
*** markmcclain has quit IRC | 22:21 | |
*** hdd_ has quit IRC | 22:21 | |
jeblair | nibalizer: is the order of 5,6 correct? | 22:22 |
*** zns has joined #openstack-infra | 22:22 | |
lifeless | dhellmann-phone: 114403 means that pbr wouldn't be erroring | 22:22 |
lifeless | dhellmann-phone: I'm prepping another patch to recognise the 0.0.1{a/b/rc}{\d} format | 22:22 |
nibalizer | jeblair: sortof depends on what we want | 22:22 |
*** hdd has quit IRC | 22:23 | |
mattoliverau | Morning | 22:23 |
jeblair | nibalizer: if it will work in that order, fine with me :) | 22:23 |
nibalizer | i think we want that order | 22:23 |
nibalizer | also there is nothing in here about publishing to the forge | 22:23 |
nibalizer | but 'meh' | 22:23 |
jesusaurus | nibalizer: jeblair: we also want to add the implied step of removing the module from config | 22:24 |
*** gokrokve has quit IRC | 22:24 | |
*** annegentle has quit IRC | 22:24 | |
nibalizer | jesusaurus: yes this | 22:24 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/infra-specs: Put the puppet modules in their own projects/repos https://review.openstack.org/99990 | 22:26 |
*** tonytan4ever has quit IRC | 22:26 | |
jogo | is there any way to sort out how many *pep8 jobs are run a day? | 22:26 |
*** dustins has quit IRC | 22:26 | |
clarkb | jogo: yes, graphite captures that | 22:27 |
*** ArxCruz has quit IRC | 22:27 | |
nibalizer | jesusaurus: done | 22:28 |
*** sflanigan_ has joined #openstack-infra | 22:28 | |
*** sflanigan_ has joined #openstack-infra | 22:28 | |
jogo | clarkb: oh right | 22:28 |
*** rfolco has joined #openstack-infra | 22:28 | |
*** andreykurilin has joined #openstack-infra | 22:29 | |
*** pballand has joined #openstack-infra | 22:30 | |
*** gokrokve has joined #openstack-infra | 22:31 | |
*** ominakov has quit IRC | 22:31 | |
*** aysyd has quit IRC | 22:32 | |
*** dangers` is now known as dangers_away | 22:32 | |
lifeless | fungi: dhellmann-phone:the swift error is odd | 22:32 |
lifeless | git describe | 22:33 |
lifeless | 2.0.0-148-g8d02147 | 22:33 |
*** otherwiseguy has joined #openstack-infra | 22:34 | |
*** hdd has joined #openstack-infra | 22:34 | |
lifeless | so the tag in swift that should be picked up is 2.0.0 | 22:35 |
*** prad has quit IRC | 22:35 | |
*** julim has joined #openstack-infra | 22:36 | |
*** pballand has quit IRC | 22:38 | |
*** mmedvede has quit IRC | 22:39 | |
*** julim has quit IRC | 22:41 | |
*** chuckC has quit IRC | 22:41 | |
*** signed8bit is now known as signed8bit_ZZZzz | 22:42 | |
*** chuckC has joined #openstack-infra | 22:43 | |
fungi | lifeless: i missed the swift tag/pbr-related error. is there a bug report describing it? | 22:43 |
*** chuckC has quit IRC | 22:43 | |
*** SumitNaiksatam has joined #openstack-infra | 22:45 | |
clarkb | cool mutlinode d-g reviewed. It is coming together | 22:46 |
clarkb | needs to accmodate newer grenade var semantics though | 22:46 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Add cache-dir argument to cloner https://review.openstack.org/116740 | 22:46 |
jeblair | okay, that's tested and documented ^ | 22:46 |
*** che-arne has quit IRC | 22:46 | |
*** otherwiseguy has quit IRC | 22:48 | |
*** weshay has joined #openstack-infra | 22:48 | |
*** krtaylor has quit IRC | 22:48 | |
jeblair | perhaps we should "grep -v attic" when caching the git repos in the nodepool scripts | 22:50 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add query for keystone unit test xml hash bug 1361337 https://review.openstack.org/116705 | 22:50 |
uvirtbot | Launchpad bug 1361337 in keystone "keystone.tests.test_serializer.XmlSerializerTestCase.test_collection_member random fails; lxml hashseed?" [Undecided,New] https://launchpad.net/bugs/1361337 | 22:50 |
clarkb | jeblair: ++ | 22:51 |
*** zns has quit IRC | 22:51 | |
fungi | i could get onboard with that. we shouldn't expect any project to actually make use of a retired project in tests | 22:51 |
*** annegentle has joined #openstack-infra | 22:51 | |
clarkb | jeblair: cloner change lgtm except for a doc tyop | 22:52 |
clarkb | fungi: I woudl argue testing anything in the attic is a bug | 22:52 |
fungi | agreed | 22:52 |
clarkb | fungi: did you see that I got the error message from hpcloud nodes? and that rax does have a quite a few nodes in the undeletable delete state? | 22:53 |
clarkb | fungi: also I chagned the -1 string. so https://review.openstack.org/#/c/116176/ can be approved whenever | 22:53 |
fungi | clarkb: yeah, there are something like 13 or 14 in error+deleting state in rax, though i don't doubt that there are more stuck in other states and undeletable | 22:53 |
*** jgrimm is now known as zz_jgrimm | 22:54 | |
fungi | oh yikes | 22:54 |
*** flaviof_zzz is now known as flaviof | 22:54 | |
fungi | dfw has 116 in error+deleting suddenly | 22:54 |
*** rcarrillocruz has quit IRC | 22:54 | |
clarkb | fungi: yeah I think they happened right after you looked | 22:54 |
clarkb | they were ~1 hour old when I looked | 22:55 |
*** mmedvede has joined #openstack-infra | 22:55 | |
fungi | yep, it was definitely *not* that way before i went to dinner | 22:55 |
lifeless | fungi: so where is this regex I need to fix? | 22:55 |
*** reed has joined #openstack-infra | 22:55 | |
fungi | lifeless: i was merely suggesting the regex via the link in that pbr bug needed comparing to what we consider a reasonable pre-release pattern | 22:56 |
fungi | lifeless: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/zuul/layout.yaml#n96 | 22:56 |
*** bhuvan has joined #openstack-infra | 22:57 | |
fungi | lifeless: that determines what patterns we look for in tag names to determine whether we should fire corresponding jobs in zuul' | 22:57 |
fungi | s pre-release pipeline | 22:57 |
*** zul has quit IRC | 22:57 | |
* fungi is designing his next keyboard with the carriage return at least a furlong away from all normal keys | 22:58 | |
clarkb | jogo: can you review 110907? | 22:58 |
clarkb | jogo: it is related to the largeops job | 22:58 |
*** rcarrillocruz has joined #openstack-infra | 22:59 | |
jogo | clarkb: looking | 22:59 |
clarkb | fungi: kinesis | 22:59 |
lifeless | fungi: righto so | 22:59 |
clarkb | jogo: and see my comment about the logs | 22:59 |
lifeless | fungi: it doesn't stop the tags being pushed ? | 22:59 |
jogo | I was just about to get ready to cut a new version of hacking with the new flak8 which has multiprocessing on by default, but alas the flake8 release notes lie | 22:59 |
clarkb | jogo: if they all mutliplex on a single file that may be easiest for d-g but harder for python logging | 22:59 |
*** dimtruck is now known as zz_dimtruck | 23:00 | |
fungi | lifeless: it doesn't stop the tags being pushed *but* it does stop us building tarballs and uploading releases with them | 23:00 |
lifeless | fungi: so thats going to want to match the semver rules | 23:00 |
lifeless | fungi: in the spec // doc | 23:00 |
fungi | k | 23:00 |
lifeless | fungi: which is way more restrictive | 23:01 |
lifeless | fungi: why is 'g' in that regex today? | 23:01 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Fix depercation warnings in templates for unatttended upgrades https://review.openstack.org/116747 | 23:01 |
fungi | lifeless: i think it was used for milestones | 23:01 |
lifeless | *blink* | 23:02 |
lifeless | anyhow | 23:02 |
*** sabeen has joined #openstack-infra | 23:02 | |
lifeless | fungi: any idea why we're not seeing the 2.0.0 tag in the swift jobs? | 23:02 |
fungi | also possible it was only used for grizzly milestones | 23:02 |
*** zns has joined #openstack-infra | 23:03 | |
*** bknudson has quit IRC | 23:03 | |
fungi | lifeless: no, i was asking if you had a link to some backstory on that--first i'm hearing of it | 23:03 |
lifeless | fungi: the error for new/swift with rc1 unrecognized implies that we're seeing one of the rc1 tags in the swift repo | 23:03 |
lifeless | http://logs.openstack.org/18/116618/2/check/check-tempest-dsvm-neutron-full/0361fe4/logs/devstacklog.txt.gz | 23:03 |
lifeless | 2014-08-25 14:35:34.140 | error in setup command: Error parsing /opt/stack/new/swift/setup.cfg: ValueError: Unknown remainder [u'rc1'] | 23:03 |
fungi | ahh, investigating now | 23:03 |
lifeless | but git describe in swift master for me shows | 23:04 |
lifeless | 2.0.0-148-g8d02147 | 23:04 |
lifeless | so its possible I guess that there is a bug in the current pbr | 23:04 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Fix deprecation warnings in exim module https://review.openstack.org/116749 | 23:04 |
lifeless | but current pbr doesn't do its own walking yet | 23:04 |
*** markmcclain1 has joined #openstack-infra | 23:04 | |
*** annegentle has quit IRC | 23:06 | |
fungi | lifeless: git describe on tip of swift master tells me 2.1.0.rc1 | 23:06 |
lifeless | fungi: ah | 23:08 |
lifeless | fungi: I must not have pulled recently enough | 23:08 |
lifeless | so that should be 2.1.0.0rc1 | 23:09 |
fungi | huh. browsing http://git.openstack.org/cgit/openstack/swift/ i'm getting conflicting states. i wonder if one of the cluster members behind that load balancer isn't in sync | 23:09 |
jogo | clarkb: reviewed, your comments were correct we are not collecting all 10 n-cpu logs | 23:09 |
*** chuckC has joined #openstack-infra | 23:09 | |
clarkb | jogo: thanks | 23:09 |
*** sdake_ has quit IRC | 23:09 | |
*** zul has joined #openstack-infra | 23:09 | |
*** dane_leblanc has quit IRC | 23:09 | |
*** erlon has quit IRC | 23:10 | |
*** daneleblanc has quit IRC | 23:10 | |
fungi | nope, all 5 servers in the cluster have 8d02147 as the tip of master | 23:11 |
fungi | which is what's tagged as 2.1.0.rc1 | 23:11 |
fungi | weird... http://git.openstack.org/cgit/openstack/swift/log/ shows a different commit as the branch tip compared to http://git.openstack.org/cgit/openstack/swift/log/?showmsg=1 | 23:13 |
fungi | force refreshing my browser doesn't seem to help either | 23:13 |
clarkb | fungi: there is a 5 minute cache in cgit | 23:13 |
clarkb | is the ref > 5 minutes old? | 23:14 |
fungi | shouldn't be that... the newer ref is 2 days old | 23:14 |
fungi | yeah, gerrit says it merged 08-23 18:03 | 23:14 |
clarkb | jeblair: any chance you want to comment on 114840 (we discussed how you would prefer to always use public IPs for those jobs) | 23:15 |
*** oomichi has joined #openstack-infra | 23:16 | |
*** oomichi is now known as oomichi_away | 23:17 | |
*** jamielennox|away is now known as jamielennox | 23:17 | |
*** Sukhdev has quit IRC | 23:17 | |
*** sabeen has quit IRC | 23:17 | |
*** sabeen has joined #openstack-infra | 23:18 | |
*** pdmars has joined #openstack-infra | 23:19 | |
*** andreykurilin has quit IRC | 23:19 | |
fungi | stranger still... haproxy says it balanced both requests to the same git server | 23:20 |
clarkb | russellb: comments on 113349 | 23:27 |
openstackgerrit | lifeless proposed a change to openstack-dev/pbr: Raise an error if preversion versions are too low https://review.openstack.org/108269 | 23:27 |
openstackgerrit | lifeless proposed a change to openstack-dev/pbr: Look for and process sem-ver pseudo headers in git https://review.openstack.org/108270 | 23:27 |
openstackgerrit | lifeless proposed a change to openstack-dev/pbr: Refactor oneline changelog walking. https://review.openstack.org/108271 | 23:27 |
openstackgerrit | lifeless proposed a change to openstack-dev/pbr: Only consider tags that look like versions. https://review.openstack.org/114403 | 23:27 |
*** pdmars has quit IRC | 23:28 | |
openstackgerrit | A change was merged to openstack-infra/config: Enable parallelism on DVR job https://review.openstack.org/116200 | 23:28 |
*** pdmars has joined #openstack-infra | 23:28 | |
fungi | lifeless: it looks like the only two changes to hit that error in the past 48 hours (according to logstash) were 115265 and 116618 | 23:29 |
clarkb | fungi: https://review.openstack.org/#/c/113733/ want to give that a go? ( you commented onthe original 14 days as well so giving you a chance to read it) | 23:29 |
*** nelsnels_ has quit IRC | 23:30 | |
fungi | clarkb: thanks--approved | 23:30 |
*** reed_ has joined #openstack-infra | 23:31 | |
clarkb | fungi: thank you! | 23:31 |
*** marcusvrn has quit IRC | 23:31 | |
clarkb | nibalizer: I think I asked you about this but if you say package {'foo': ensure => absent} in puppet is it an error if that package doesnt' exist at all? | 23:31 |
clarkb | nibalizer: take my foo example literally. would that break? | 23:31 |
clarkb | nibalizer: context for this is 113884 | 23:32 |
*** reed_ has quit IRC | 23:33 | |
*** gokrokve_ has joined #openstack-infra | 23:33 | |
*** pdmars has quit IRC | 23:33 | |
* clarkb tests | 23:33 | |
*** krtaylor has joined #openstack-infra | 23:33 | |
*** reed has quit IRC | 23:34 | |
*** MaxV has quit IRC | 23:34 | |
lifeless | fungi: so I think it will be very common for swift going forward with the 2.0.0.rc1 tag | 23:34 |
lifeless | fungi: thus i'm on it now | 23:34 |
clarkb | nibalizer: it looks like it may not be an error | 23:34 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Fixing deprecation warnings in logrotate module https://review.openstack.org/116752 | 23:34 |
clarkb | nibalizer: puppet apply -e "package {'foo': ensure => absent}" was my test | 23:35 |
fungi | lifeless: i just find it odd that none of the other swift changes have received updates today in the ~16 hours since that tag was pushed, for that one change to be the only hit | 23:35 |
laca | hi. is anyone here doing 3rd party testing on anything other than linux? | 23:36 |
*** hemna is now known as hemna_ | 23:36 | |
lifeless | fungi: sure | 23:36 |
*** gokrokve has quit IRC | 23:36 | |
clarkb | laca: I think alexpilotti is doing it for windows | 23:36 |
*** annegentle has joined #openstack-infra | 23:36 | |
alexpilotti | clarkb laca: hi there | 23:37 |
jeblair | clarkb: istr nibalizer said that was okay | 23:37 |
laca | hi | 23:37 |
alexpilotti | laca: hi | 23:38 |
*** baoli has joined #openstack-infra | 23:38 | |
laca | I work for Oracle and we would be keen on doing 3rd party testing on Solaris | 23:38 |
laca | but devstack seems to be a stumbling block, since it's linux specific | 23:38 |
laca | wondering how to get around that | 23:38 |
alexpilotti | laca: on Hyper-V we are using Devstack on linux for the controller and Hyper-V compute nodes | 23:39 |
alexpilotti | laca: since what we need to test are the compute nodes | 23:39 |
clarkb | jeblair: awesome. I went ahead and +2'd it | 23:40 |
alexpilotti | laca: we’ew also porting the rest of the OpenStack components to Windows | 23:40 |
jeblair | laca: not everyone tests using devstack; you can set up your environment however you want | 23:40 |
alexpilotti | laca: at that point we’ll have to abandon Devstack and move to a Windows equivalent | 23:40 |
nibalizer | clarkb: ya in my testing it is A-OK with doing that | 23:40 |
laca | alexpilotti: hmm... ok | 23:40 |
nibalizer | that being said, you're probably doing it wrong | 23:40 |
clarkb | nibalizer: most definitely | 23:41 |
jeblair | that should be our new motto | 23:41 |
nibalizer | clarkb: so why not if statement? | 23:41 |
clarkb | nibalizer: beacuse it doesn't matter | 23:41 |
alexpilotti | laca: so if you need to test the entire stack on Solaris, you have to come up with an alternative unfortunately | 23:41 |
laca | jeblair, alexpilotti, I was looking at the wiki and reading the code and it seemed that devstack-gate testing is a must | 23:41 |
clarkb | nibalizer: and will work on all of the other node types | 23:41 |
nibalizer | firewalld exists on what? EL? | 23:41 |
clarkb | nibalizer: centos, trusty, f21, f20 | 23:41 |
*** atiwari has quit IRC | 23:41 | |
alexpilotti | laca: not really | 23:41 |
nibalizer | oh ew | 23:41 |
clarkb | nibalizer: on everything but precise apparently | 23:41 |
alexpilotti | laca: it’s just a common approach, but not mandatory | 23:42 |
jeblair | clarkb, nibalizer: new +1 text "lgtm. that being said, you're probably doing it wrong" | 23:42 |
clarkb | jeblair: :P | 23:42 |
nibalizer | so do an if !lsbdistcodename != 'precise' | 23:42 |
nibalizer | or you know, with the right logic operators and stuff | 23:42 |
*** armax has joined #openstack-infra | 23:42 | |
clarkb | nibalizer: or don't worry about it | 23:42 |
clarkb | nibalizer: this is like doing my DNS edits in sysconfig files | 23:42 |
clarkb | nibalizer: it will "fail" on ubuntu but thats fine bceause meh | 23:42 |
alexpilotti | laca: anyway, bringing up your own equivalent solution shouldn’t be too hard | 23:43 |
jeblair | laca: ah, if this is to meet a requirement from a specific project, probably best to talk to the ptl of that project and see what they'll accept | 23:43 |
nibalizer | clarkb: :/ | 23:43 |
*** annegentle has quit IRC | 23:43 | |
clarkb | laca: out of curiousity where does devstack break on solaris? cinder maybe? | 23:44 |
*** zns has quit IRC | 23:44 | |
jeblair | clarkb: it does have lots of apt/yum stuff | 23:44 |
clarkb | jeblair: oh right that stuff | 23:45 |
clarkb | I was thinking that the config services and run them in screen bits should be mostly friendly | 23:45 |
clarkb | competely forgot about package installations | 23:45 |
jroll | we should just compile everything instead | 23:46 |
laca | clarkb: from a brief look, lots of differences in the userland. Even simple tings like options of grep, and more tricky stuff like figuring out the ip address of the system, etc | 23:46 |
nibalizer | jeblair: so im circling around to 'why puppetmaster not go' from ages ago | 23:46 |
clarkb | laca: but you can isntall gnu utils on solaris | 23:46 |
nibalizer | and its a super derpy problem from what I can tell | 23:46 |
clarkb | laca: or you could when I sued solaris way back when | 23:46 |
jroll | that's a great typo | 23:47 |
jroll | :) | 23:47 |
jeblair | nibalizer: we look for things that make us go | 23:47 |
laca | clarkb: you can, in fact it's installed by default, but the scripts would have to run ggrep instead of grep and stuff. But that's the simple stuff. | 23:47 |
*** dims_ has quit IRC | 23:48 | |
*** eharney has quit IRC | 23:48 | |
laca | it could be ported to solaris but it would be quite a bit of work | 23:48 |
*** dims has joined #openstack-infra | 23:48 | |
laca | I might have a go at it | 23:48 |
*** otherwiseguy has joined #openstack-infra | 23:49 | |
*** bdpayne has quit IRC | 23:49 | |
clarkb | sdague: any chance you can weigh in on 115004? I think it is similar to some of the other stuff you were talking about today with heat?? | 23:49 |
clarkb | laca: ya I realize now especially with the package stuff that it would be non trivial | 23:49 |
fungi | laca: there are people who have used other openstack installation frameworks to build a third-party testing system too, so it's not necessarily required that you do integration testing specifically with devstack... however porting (parts of) that may be easier than starting over | 23:50 |
ianw | clarkb: https://review.openstack.org/#/c/113884/ (Not use firewalld on the jenkins slaves) <- we should probably just abandon this with the devstack work-around merged. from my discussions firewall daemon installation seems like something that should be done in image prep in d-i-b | 23:50 |
clarkb | ianw: oh we got the devstack thing to go in? | 23:50 |
clarkb | ianw: I wasn't sure about that and was happy to kill it on our side too for the reasosn in that review | 23:50 |
clarkb | ianw: maybe we double tap it? | 23:50 |
jeblair | laca: just so you know, i'm not certain the devstack maintainers would accept patches upstream to support solaris. i'm not meaning to discourage you -- just want to make sure we're on the same page (and if you are interested in that, you should ask around) | 23:51 |
ianw | clarkb / jeblair: on that, as the two reviewers on https://review.openstack.org/#/c/88479/ , what's the status of d-i-b ? | 23:51 |
laca | jeblair: sure, thanks, will do before I anything. currently just sizing the effort. | 23:51 |
*** dims has quit IRC | 23:52 | |
*** dims has joined #openstack-infra | 23:52 | |
jeblair | ianw: i looked at the patch series earlier today, and it has some problems; i think yolanda was going to give it another pass | 23:52 |
ianw | clarkb: i'm pretty happy to use firewalld to maintain the status quo on centos7 & f21 (when it is out & I get nodes going) if it works | 23:52 |
jeblair | ianw: mostly in the patches that depends on | 23:52 |
ianw | jeblair: ok, yeah there is a lot there. my issue is that hp has no centos7 images, so i can't get full testing going | 23:53 |
laca | if I managed to figure it out correctly, I can use most of the ci infrastructure, but I would need my own jenkins-job-building kind of thing that uses a different method for deploying the code from git instead of devstack | 23:53 |
ianw | jeblair: if you know of hp cloud contacts, there's plenty of people willing to help get the images ready for them. all they need to do is add them :) | 23:54 |
jeblair | ianw: it's definitely next in the process, and i think clarkb, fungi and i are all ready to give it a go when it's ready. the dependent changes shouldn't be hard to fix | 23:54 |
jeblair | ianw: sometimes tteggel is around; he might know who to ping | 23:54 |
ianw | jeblair: which would you choose of days / weeks / months? :) | 23:55 |
openstackgerrit | A change was merged to openstack-infra/config: Add non-voting checklinks job for manuals https://review.openstack.org/114743 | 23:55 |
jeblair | ianw: for what? | 23:56 |
jeblair | ianw: are you asking what i'd prefer or what i expect? :) | 23:56 |
*** ominakov has joined #openstack-infra | 23:57 | |
ianw | jeblair: having nodepool switched to using d-i-b images. what you expect :) i think we'd probably all prefer "yesterday" :) | 23:57 |
jeblair | yeah, cause i mean, i _wanted_ to merge the change today... | 23:57 |
openstackgerrit | A change was merged to openstack-infra/config: Remove an unused node type https://review.openstack.org/113280 | 23:57 |
*** unicell has joined #openstack-infra | 23:57 | |
*** unicell has quit IRC | 23:58 | |
*** unicell has joined #openstack-infra | 23:58 | |
*** tgohad has quit IRC | 23:58 | |
*** tsg has quit IRC | 23:58 | |
jeblair | ianw: best totally non-binding guess is we'll have some images working within 2 weeks. | 23:58 |
*** reed_ has joined #openstack-infra | 23:58 | |
*** ildikov_ has quit IRC | 23:58 | |
*** ominakov has quit IRC | 23:59 | |
*** wenlock has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!