*** dingyichen has joined #openstack-infra | 00:00 | |
*** sdake has joined #openstack-infra | 00:00 | |
greghaynes | crinkle: what does it to? | 00:00 |
---|---|---|
greghaynes | s/to/do | 00:00 |
crinkle | greghaynes: it just moves what used to be in system-config/openstack_project/manifests/infracloud/* into its own module | 00:02 |
mordred | greghaynes: it makes an infracloud | 00:02 |
crinkle | ya ^ | 00:02 |
*** btully has quit IRC | 00:02 | |
greghaynes | sweet, problem solved | 00:02 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image builds using gearman https://review.openstack.org/195175 | 00:02 |
*** geoffarn_ has quit IRC | 00:03 | |
*** geoffarnold has joined #openstack-infra | 00:04 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add a db api call to provide a rough wall time for a given run https://review.openstack.org/231762 | 00:04 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add run_time_meta arge to specify values to use in graph https://review.openstack.org/231763 | 00:04 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add option to use the wall time instead of the sum to run_time_meta https://review.openstack.org/231764 | 00:04 |
mtreinish | clarkb: ^^^ is the working draft for the command as you asked for it | 00:04 |
mtreinish | it's running right now, but it's kinda slow, where it takes about 15 sec per run (and there are lots of runs) | 00:05 |
*** ddieterly has joined #openstack-infra | 00:07 | |
*** btully has joined #openstack-infra | 00:08 | |
*** thinrichs has joined #openstack-infra | 00:09 | |
mordred | clarkb, jeblair: when you get a sec, I'd love another set of eyes on https://review.openstack.org/#/c/231614 | 00:09 |
*** woodster_ has quit IRC | 00:09 | |
*** dims_ has quit IRC | 00:13 | |
*** dims_ has joined #openstack-infra | 00:14 | |
*** tsekiyam_ has joined #openstack-infra | 00:15 | |
*** sharikapongubala has quit IRC | 00:16 | |
*** yamamoto has joined #openstack-infra | 00:17 | |
*** Daisy has joined #openstack-infra | 00:17 | |
*** tsekiyama has quit IRC | 00:18 | |
*** darrenc_afk is now known as darrenc | 00:18 | |
*** dims_ has quit IRC | 00:19 | |
thinrichs | Quick question about devstack. Anybody have a couple minutes? | 00:19 |
clarkb | thinrichs: usually best to just ask | 00:19 |
*** tsekiyam_ has quit IRC | 00:19 | |
thinrichs | clarkb: will do | 00:19 |
clarkb | mordred: I am initially a little ocnfused by the inner fuction checks if server is not falsey but then the old code did that so meh | 00:19 |
*** Daisy has quit IRC | 00:19 | |
*** ayoung has joined #openstack-infra | 00:19 | |
thinrichs | How do I get CONGRESS_BRANCH set properly? | 00:19 |
*** mtanino has quit IRC | 00:19 | |
*** vmbrasseur is now known as vmb_out | 00:20 | |
clarkb | thinrichs: this is locally? just set it in localrc | 00:20 |
*** Daisy has joined #openstack-infra | 00:20 | |
*** Daisy has quit IRC | 00:20 | |
thinrichs | clarkb: I don't need to set it locally for the other projects. | 00:20 |
thinrichs | If I checkout devstack with -b stable/liberty, they all seem to inherit the branch | 00:20 |
*** Daisy has joined #openstack-infra | 00:20 | |
clarkb | thinrichs: oh they are set in stackrc on that brnach | 00:21 |
clarkb | thinrichs: my guess is that congress is a plugin? | 00:21 |
clarkb | you could make it set in the plugin on that branch | 00:21 |
thinrichs | We don't have a plugin yet. | 00:21 |
thinrichs | We're just copying files into devstack still. | 00:21 |
*** anton_khaldin has quit IRC | 00:21 | |
clarkb | thinrichs: right so when you do that you would set CONGRESS_BRANCH=stable/foo on the stable foo branch of the thing doing the copying | 00:22 |
thinrichs | 2 things I want to accomplish... | 00:22 |
thinrichs | 1) making sure gate tempest tests are running congress with the same branch as all the other projects | 00:22 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image uploads using gearman https://review.openstack.org/197722 | 00:23 |
thinrichs | 2) making sure that if someone downloads devstack and uses -b stable/liberty, that it checks out Congress's stable/liberty like all the other projects | 00:23 |
clarkb | mordred: commented | 00:23 |
mordred | clarkb: thanks | 00:23 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Add dib deletion test https://review.openstack.org/215275 | 00:23 |
thinrichs | clarkb: I don't want to hard-code the branch in either case | 00:24 |
clarkb | thinrichs: thats how it works in devstack | 00:24 |
clarkb | thinrichs: the stable/foo branch of devstack hardcodes $BRNACH to stable/foo | 00:24 |
clarkb | thinrichs: the gate tests will be handled by devstack-gate for you and you don't need to worry aout that | 00:24 |
clarkb | and 2) is handled by my suggestion | 00:24 |
mordred | clarkb: I'm not sure I understand your comment - which thing do you mean by "permission"? | 00:24 |
thinrichs | clarkb: good to know about the gate | 00:24 |
*** dims_ has joined #openstack-infra | 00:25 | |
*** sridhar_ram has quit IRC | 00:25 | |
thinrichs | clarkb: doesn't devstack set CINDER_BRANCH automatically to whatever branch of devstack is checked out? | 00:25 |
*** Daisy has quit IRC | 00:25 | |
clarkb | mordred: basically if the node says its fip is X don't ask the cloud again if that is true, just deleting X | 00:25 |
*** geoffarn_ has joined #openstack-infra | 00:25 | |
clarkb | mordred: if its not valid it should fail anyways and we can reaise an error | 00:25 |
thinrichs | clarkb: seems I ought to make devstack set CONGRESS_BRANCH to whatever branch of devstack is checked out as well. | 00:25 |
*** geoffarnold has quit IRC | 00:25 | |
mordred | clarkb: ah. you mean the search? we have to do that becaus we have to get the floating ip ID | 00:26 |
*** dims_ has quit IRC | 00:26 | |
mordred | clarkb: and we start having the ip address | 00:26 |
*** dims_ has joined #openstack-infra | 00:26 | |
clarkb | mordred: you can delete by IP iirc and floating Ips are required to be unique due to how they work aiui | 00:26 |
mordred | you cannot | 00:26 |
clarkb | hrm I do it all the time | 00:27 |
mordred | sadly | 00:27 |
mordred | you do it all the time with a command line client of nova | 00:27 |
clarkb | yes | 00:27 |
clarkb | mordred: so if we can't acutally do that then we need to file a neutron bug | 00:27 |
clarkb | mordred: because fips are globally unique | 00:27 |
clarkb | which means that we don't need a separate unique key to reference them | 00:27 |
mordred | clarkb: I agree with you | 00:28 |
clarkb | and the existing since openstack eixsted nova code says IPs are cool | 00:28 |
openstackgerrit | Augustina Ragwitz proposed openstack/diskimage-builder: Update apt-conf elements README from free text to table formatting https://review.openstack.org/231770 | 00:28 |
mordred | clarkb:actually, I believe you can get floating ips from routers connected to other internal networks | 00:29 |
clarkb | mordred: I am pretty sure it is an error to define an overlapping floating range | 00:29 |
mordred | you're probably right | 00:29 |
mordred | in any case, python-neutronclient does not allow specifying by ip currently | 00:29 |
* mordred read a bunch of neutronclient code to verify | 00:30 | |
clarkb | :( | 00:30 |
clarkb | ok I can change my vote | 00:31 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman https://review.openstack.org/198114 | 00:31 |
mordred | clarkb: yah. just verified in the api docs too | 00:31 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman https://review.openstack.org/198114 | 00:31 |
mordred | DELETE /v2.0/floatingips/{floatingip_id} | 00:31 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module https://review.openstack.org/231592 | 00:31 |
mordred | clarkb: if the entry in the nova addresses block listed the fip id too I'd be thrilled | 00:32 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add get_server_by_id optmization https://review.openstack.org/231616 | 00:36 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add option to floating ip creation to not reuse https://review.openstack.org/231615 | 00:36 |
*** tlian has joined #openstack-infra | 00:37 | |
*** Daisy has joined #openstack-infra | 00:37 | |
*** glauco_ has joined #openstack-infra | 00:38 | |
*** tiswanso has quit IRC | 00:39 | |
*** claudiub has quit IRC | 00:40 | |
openstackgerrit | Merged openstack/requirements: Add a warning near oslo.utils. https://review.openstack.org/224758 | 00:40 |
openstackgerrit | Merged openstack/requirements: Add a warning near oslo.utils. https://review.openstack.org/224757 | 00:40 |
*** Adri2000 has joined #openstack-infra | 00:41 | |
*** pvaneck has quit IRC | 00:42 | |
*** tiswanso has joined #openstack-infra | 00:42 | |
openstackgerrit | Clint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from https://review.openstack.org/231685 | 00:43 |
*** sharikapongubala has joined #openstack-infra | 00:45 | |
*** abitha has quit IRC | 00:46 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders https://review.openstack.org/222398 | 00:46 |
greghaynes | clarkb: ok, all comments fixed and rebased | 00:46 |
*** geoffarn_ has quit IRC | 00:46 | |
*** geoffarnold has joined #openstack-infra | 00:47 | |
*** angdraug has quit IRC | 00:51 | |
anteaya | Clint: can you do that in puppet? I have never seen file { ["/srv/www", "/srv/www/${name}"]: before | 00:51 |
Clint | anteaya: i think so, and i think in puppet3 it started actually handling the interdependency correctly | 00:52 |
Clint | either that or i hallucinated it all in a dream | 00:52 |
anteaya | I like dreams | 00:52 |
anteaya | many things are possible | 00:52 |
* mordred hallucinated Clint in a dream | 00:52 | |
anteaya | flying, being underwater a long time | 00:52 |
anteaya | I don't dream of puppet though | 00:53 |
anteaya | I don't have those dreams | 00:53 |
pleia2 | lucky | 00:53 |
anteaya | thanks | 00:53 |
*** yamamoto has quit IRC | 00:53 | |
*** thinrichs has quit IRC | 00:54 | |
anteaya | so looking here: https://docs.puppetlabs.com/references/latest/type.html#file-attributes | 00:55 |
*** Daisy has quit IRC | 00:55 | |
anteaya | I'm not seeing 'resource title', 'resource title' | 00:55 |
anteaya | should I be looking elsewhere? | 00:56 |
Clint | good question | 00:56 |
*** gyee has quit IRC | 00:58 | |
Clint | anteaya: so https://docs.puppetlabs.com/puppet/4.2/reference/lang_resources_advanced.html says that a title can be an array | 00:58 |
*** cody-somerville has joined #openstack-infra | 00:58 | |
anteaya | so it does: https://docs.puppetlabs.com/puppet/4.2/reference/lang_resources_advanced.html#arrays-of-titles | 00:59 |
*** Zhongjun has joined #openstack-infra | 00:59 | |
mordred | that's a doc of 4.2. though | 00:59 |
anteaya | ah good catch, mordred, thank you | 01:00 |
anteaya | what are we running, 3.x? | 01:00 |
anteaya | what is the x? | 01:00 |
Shrews | mordred: | 01:01 |
Shrews | gah | 01:01 |
Shrews | mordred: lol @ line 2088: https://review.openstack.org/#/c/231615/6/shade/__init__.py | 01:01 |
Clint | mordred: yeah, but it's a super old feature | 01:01 |
Shrews | mordred: i almost don't want to -1 | 01:01 |
mordred | Shrews: heh | 01:02 |
Shrews | all libraries should curse a little bit | 01:02 |
mordred | Shrews: oops | 01:02 |
anteaya | Clint: this is what I see for 3.7: http://docs.puppetlabs.com/puppet/latest/reference/lang_resources.html#title | 01:03 |
anteaya | Clint: ah then wouldn't there be documentation for it? | 01:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add get_server_by_id optmization https://review.openstack.org/231616 | 01:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add option to floating ip creation to not reuse https://review.openstack.org/231615 | 01:03 |
Clint | anteaya: that url you pasted is still 4.2 | 01:04 |
mordred | Shrews: I may debug things using nothing but sequences of curse words | 01:04 |
Shrews | mordred: i approve of this technique | 01:04 |
anteaya | sorry you are correct | 01:04 |
*** mudassirlatif has quit IRC | 01:04 | |
anteaya | I have too many tabs open | 01:04 |
*** baoli has joined #openstack-infra | 01:05 | |
*** sabeen1 has quit IRC | 01:07 | |
*** sabeen2 has joined #openstack-infra | 01:07 | |
*** hdd has joined #openstack-infra | 01:08 | |
*** geoffarn_ has joined #openstack-infra | 01:08 | |
*** DericHorn-HP has joined #openstack-infra | 01:09 | |
anteaya | if I search site:http://docs.puppetlabs.com/references/3.7.latest array of titles I get one erronous hit | 01:09 |
*** tlian has quit IRC | 01:09 | |
openstackgerrit | Merged openstack-infra/shade: Provide option to delete floating IP with server https://review.openstack.org/231614 | 01:10 |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: (WIP) Add Infra Cloud modules to modules.env https://review.openstack.org/209617 | 01:10 |
*** bdemers has joined #openstack-infra | 01:10 | |
*** stevemar_ has quit IRC | 01:11 | |
*** DericHorn-HP has quit IRC | 01:11 | |
*** geoffarnold has quit IRC | 01:12 | |
*** bpokorny has quit IRC | 01:12 | |
*** jhesketh has quit IRC | 01:15 | |
*** jhesketh has joined #openstack-infra | 01:16 | |
Clint | anteaya: https://docs.puppetlabs.com/puppet/3.7/reference/lang_resources.html | 01:17 |
*** cody-somerville has quit IRC | 01:17 | |
*** Adri2000 has quit IRC | 01:19 | |
*** Adri2000 has joined #openstack-infra | 01:21 | |
openstackgerrit | Merged openstack/requirements: Update novaclient version https://review.openstack.org/225593 | 01:21 |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: (WIP) Add Infra Cloud modules to modules.env https://review.openstack.org/209617 | 01:21 |
anteaya | Clint: okay I see it again: https://docs.puppetlabs.com/puppet/3.7/reference/lang_resources.html#array-of-titles | 01:24 |
* Clint nods. | 01:24 | |
anteaya | Clint: the linter didn't seem to like the syntax yet | 01:25 |
Clint | uh-oh | 01:25 |
anteaya | and I honestly don't know which version of puppet 3.x we are running | 01:25 |
Clint | ah | 01:25 |
Clint | quotes | 01:25 |
anteaya | it might not be 3.7 | 01:25 |
Clint | that linter log says 3.8.3 | 01:25 |
anteaya | perfect | 01:26 |
openstackgerrit | Clint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from https://review.openstack.org/231685 | 01:26 |
* Clint crosses fingers. | 01:26 | |
*** markvoelker has quit IRC | 01:27 | |
*** geoffarn_ has quit IRC | 01:29 | |
*** geoffarnold has joined #openstack-infra | 01:29 | |
openstackgerrit | Sachi King proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 01:30 |
*** shashank_hegde has quit IRC | 01:35 | |
*** yamamoto has joined #openstack-infra | 01:36 | |
Clint | anteaya: linter's happy at least | 01:37 |
*** armax has joined #openstack-infra | 01:37 | |
anteaya | Clint: yay | 01:39 |
anteaya | nice work | 01:39 |
Clint | now what are the odds it gets reviewed before the end of puppetconf | 01:41 |
anteaya | when is puppetconf? | 01:44 |
*** shashank_hegde has joined #openstack-infra | 01:44 | |
*** tjones has joined #openstack-infra | 01:45 | |
Clint | anteaya: this week | 01:45 |
anteaya | well I would like paste to work | 01:46 |
anteaya | which is the point of the patches | 01:46 |
* Clint nods. | 01:46 | |
anteaya | I can't speak for anyone else | 01:46 |
anteaya | thanks for writing the patches | 01:46 |
Clint | no problem, i want it to work too | 01:47 |
anteaya | thanks | 01:47 |
*** geoffarnold has quit IRC | 01:50 | |
*** geoffarnold has joined #openstack-infra | 01:51 | |
*** achanda has joined #openstack-infra | 01:52 | |
*** sdake has quit IRC | 01:53 | |
*** puranamr has joined #openstack-infra | 01:53 | |
*** yamamoto has quit IRC | 01:53 | |
*** ddieterl_ has joined #openstack-infra | 01:55 | |
*** unicell has quit IRC | 01:55 | |
*** sdake has joined #openstack-infra | 01:55 | |
*** glauco_ has quit IRC | 01:57 | |
*** fawadkhaliq has joined #openstack-infra | 01:58 | |
*** ddieterly has quit IRC | 01:58 | |
*** fawadkhaliq has quit IRC | 01:59 | |
*** glauco has joined #openstack-infra | 01:59 | |
armax | clarkb: ping | 01:59 |
*** stevemar_ has joined #openstack-infra | 02:00 | |
*** shashank_hegde has quit IRC | 02:01 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty https://review.openstack.org/231796 | 02:04 |
mordred | anteaya: I prefer paste not working. it's more exciting that way | 02:04 |
armax | clarkb: I was wondering if you could eye-ball ^^ | 02:04 |
*** geoffarnold has quit IRC | 02:11 | |
*** geoffarnold has joined #openstack-infra | 02:12 | |
*** ayoung has quit IRC | 02:14 | |
*** woodster_ has joined #openstack-infra | 02:14 | |
*** tjones has quit IRC | 02:14 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Add create/delete for keystone roles https://review.openstack.org/231800 | 02:16 |
Shrews | mordred: ^^^ | 02:17 |
*** yamahata has joined #openstack-infra | 02:18 | |
*** denisra has quit IRC | 02:18 | |
*** baoli has quit IRC | 02:18 | |
*** changbl has joined #openstack-infra | 02:19 | |
Shrews | geez, why am i working now. /me departs | 02:19 |
*** denisra has joined #openstack-infra | 02:19 | |
*** yamamoto has joined #openstack-infra | 02:19 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 02:19 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Remove redundant testscenarios glue. https://review.openstack.org/230242 | 02:19 |
*** sdake has quit IRC | 02:19 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: test_integration cleanups https://review.openstack.org/230241 | 02:20 |
*** DericHorn-HP has joined #openstack-infra | 02:20 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 02:21 |
*** yamamoto has quit IRC | 02:21 | |
*** sdake has joined #openstack-infra | 02:21 | |
*** sdake_ has joined #openstack-infra | 02:22 | |
*** denisra has quit IRC | 02:23 | |
*** denisra has joined #openstack-infra | 02:24 | |
*** DericHorn-HP has quit IRC | 02:24 | |
*** sdake has quit IRC | 02:26 | |
*** glauco has quit IRC | 02:32 | |
*** geoffarnold has quit IRC | 02:33 | |
*** geoffarnold has joined #openstack-infra | 02:33 | |
*** glauco_ has joined #openstack-infra | 02:35 | |
*** kengo_sakai has joined #openstack-infra | 02:35 | |
mtreinish | clarkb, jeblair: http://i.imgur.com/VQ5RRWK.png that's using the rough wall time and only looking at the past month's runs (it took 15mins to run on just that, I probably should work on making that faster) | 02:37 |
mtreinish | clarkb: I'll probably look at splitting it by region tomorrow | 02:39 |
*** yamahata has quit IRC | 02:42 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 02:42 |
*** btully has quit IRC | 02:44 | |
*** puranamr has quit IRC | 02:44 | |
*** baoli has joined #openstack-infra | 02:45 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 02:48 |
*** rguillebert has quit IRC | 02:48 | |
*** shashank_hegde has joined #openstack-infra | 02:50 | |
ruagair | Are you still about fungi? | 02:52 |
*** darrenc is now known as darrenc_afk | 02:53 | |
*** DericHorn-HP has joined #openstack-infra | 02:53 | |
lifeless | mtreinish: nice | 02:53 |
*** sdake_ is now known as sdake | 02:54 | |
lifeless | mtreinish: do they run the same # of tests? Like - is it performance in the apis, or more coverage | 02:54 |
lifeless | mtreinish: I'm guessing a little of each, but be nice to have a feel | 02:54 |
*** geoffarn_ has joined #openstack-infra | 02:55 | |
mtreinish | lifeless: it'll probably be a bit of both, but I suspect the extra tests that running with neutron enables is what contributes the most to it being slower | 02:55 |
mtreinish | several of the extra tests (mostly the scenario tests that ssh into the guest to test connectivity) are some of the slower ones | 02:55 |
*** dramalho has joined #openstack-infra | 02:56 | |
*** tjones has joined #openstack-infra | 02:58 | |
*** glauco_ has quit IRC | 02:58 | |
*** geoffarnold has quit IRC | 02:59 | |
*** baoli has quit IRC | 02:59 | |
*** glauco_ has joined #openstack-infra | 03:00 | |
*** dramalho has quit IRC | 03:01 | |
*** baoli has joined #openstack-infra | 03:01 | |
*** yamamoto has joined #openstack-infra | 03:02 | |
*** glauco_ has quit IRC | 03:04 | |
*** bhunter71 has quit IRC | 03:06 | |
*** DericHorn-HP has quit IRC | 03:06 | |
*** tiswanso has quit IRC | 03:08 | |
*** amotoki has joined #openstack-infra | 03:08 | |
*** DericHorn-HP has joined #openstack-infra | 03:09 | |
*** achanda has quit IRC | 03:09 | |
*** DericHorn-HP has quit IRC | 03:10 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty https://review.openstack.org/231796 | 03:14 |
*** burgerk has joined #openstack-infra | 03:15 | |
*** DericHorn-HP has joined #openstack-infra | 03:15 | |
*** geoffarn_ has quit IRC | 03:16 | |
*** geoffarnold has joined #openstack-infra | 03:16 | |
*** markvoelker has joined #openstack-infra | 03:19 | |
*** ddieterl_ has quit IRC | 03:19 | |
*** DericHorn-HP has quit IRC | 03:20 | |
*** links has joined #openstack-infra | 03:21 | |
*** markvoelker_ has joined #openstack-infra | 03:23 | |
*** markvoelker has quit IRC | 03:25 | |
*** puranamr has joined #openstack-infra | 03:26 | |
*** tjones has quit IRC | 03:28 | |
*** btully has joined #openstack-infra | 03:29 | |
*** DericHorn-HP has joined #openstack-infra | 03:30 | |
*** puranamr has quit IRC | 03:31 | |
*** ivar-laz_ has joined #openstack-infra | 03:31 | |
*** hdd has quit IRC | 03:32 | |
*** markvoelker has joined #openstack-infra | 03:33 | |
*** markvoelker has quit IRC | 03:33 | |
*** markvoelker_ has quit IRC | 03:33 | |
*** btully has quit IRC | 03:33 | |
*** abitha has joined #openstack-infra | 03:34 | |
*** baoli has quit IRC | 03:34 | |
*** DericHorn-HP has quit IRC | 03:34 | |
*** ivar-lazzaro has quit IRC | 03:35 | |
*** ivar-laz_ has quit IRC | 03:36 | |
*** DericHorn-HP has joined #openstack-infra | 03:36 | |
*** sdake has quit IRC | 03:37 | |
*** geoffarnold has quit IRC | 03:37 | |
*** sdake has joined #openstack-infra | 03:37 | |
*** geoffarnold has joined #openstack-infra | 03:37 | |
*** hdd has joined #openstack-infra | 03:37 | |
*** DericHorn-HP has quit IRC | 03:38 | |
*** zz_dimtruck is now known as dimtruck | 03:40 | |
*** darrenc_afk is now known as darrenc | 03:48 | |
*** Sree has joined #openstack-infra | 03:50 | |
*** Sree has quit IRC | 03:51 | |
*** Sree has joined #openstack-infra | 03:52 | |
*** Sree has quit IRC | 03:54 | |
*** Sree has joined #openstack-infra | 03:56 | |
*** Sukhdev has joined #openstack-infra | 03:56 | |
*** mrmartin has joined #openstack-infra | 03:57 | |
*** maishsk has quit IRC | 03:58 | |
*** geoffarn_ has joined #openstack-infra | 03:58 | |
*** geoffarnold has quit IRC | 03:59 | |
*** Sukhdev has quit IRC | 04:00 | |
*** Sukhdev has joined #openstack-infra | 04:00 | |
*** abitha has quit IRC | 04:01 | |
*** bdemers has quit IRC | 04:05 | |
*** bdemers has joined #openstack-infra | 04:05 | |
*** dahoo has joined #openstack-infra | 04:05 | |
*** jamespage has quit IRC | 04:06 | |
*** gnuoy has quit IRC | 04:06 | |
*** gnuoy` has joined #openstack-infra | 04:06 | |
*** jamespag` has joined #openstack-infra | 04:06 | |
*** Zhongjun has quit IRC | 04:07 | |
*** fawadkhaliq has joined #openstack-infra | 04:10 | |
*** fawadk has joined #openstack-infra | 04:11 | |
*** fawadkhaliq has quit IRC | 04:15 | |
*** dingyichen has quit IRC | 04:15 | |
*** burgerk has quit IRC | 04:16 | |
*** fawadkhaliq has joined #openstack-infra | 04:18 | |
*** woodster_ has quit IRC | 04:19 | |
*** fawadk has quit IRC | 04:19 | |
*** dingyichen has joined #openstack-infra | 04:19 | |
*** geoffarn_ has quit IRC | 04:19 | |
*** achanda has joined #openstack-infra | 04:20 | |
*** achanda has quit IRC | 04:20 | |
*** geoffarnold has joined #openstack-infra | 04:20 | |
*** ddieterly has joined #openstack-infra | 04:20 | |
mordred | Shrews: \o/ | 04:21 |
*** ddieterly has quit IRC | 04:25 | |
openstackgerrit | Sachi King proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 04:29 |
*** juggler_ has joined #openstack-infra | 04:40 | |
*** markvoelker has joined #openstack-infra | 04:40 | |
*** Sukhdev has quit IRC | 04:40 | |
*** geoffarnold has quit IRC | 04:41 | |
*** Sree has quit IRC | 04:41 | |
*** geoffarnold has joined #openstack-infra | 04:41 | |
*** fawadk has joined #openstack-infra | 04:42 | |
*** juggler has quit IRC | 04:42 | |
*** Sree has joined #openstack-infra | 04:42 | |
*** markvoelker has quit IRC | 04:45 | |
*** fawadkhaliq has quit IRC | 04:45 | |
*** austin81 has quit IRC | 04:45 | |
*** harlowja_at_home has joined #openstack-infra | 04:46 | |
*** glauco_ has joined #openstack-infra | 04:48 | |
*** btully has joined #openstack-infra | 04:48 | |
*** markvoelker has joined #openstack-infra | 04:50 | |
openstackgerrit | Ian Wienand proposed openstack-infra/zuul: Use 127.0.0.1 rather than localhost for statsd host https://review.openstack.org/229247 | 04:51 |
openstackgerrit | Ian Wienand proposed openstack-infra/zuul: Update to statsd 3.0 https://review.openstack.org/229232 | 04:51 |
*** dims_ has quit IRC | 04:52 | |
*** glauco_ has quit IRC | 04:53 | |
*** markvoelker has quit IRC | 04:55 | |
*** ybathia has joined #openstack-infra | 05:00 | |
*** geoffarn_ has joined #openstack-infra | 05:02 | |
*** markvoelker has joined #openstack-infra | 05:02 | |
*** fedexo has joined #openstack-infra | 05:03 | |
*** markvoelker has quit IRC | 05:03 | |
*** geoffarnold has quit IRC | 05:07 | |
*** harlowja_at_home has quit IRC | 05:07 | |
*** abregman has joined #openstack-infra | 05:11 | |
*** markvoelker has joined #openstack-infra | 05:13 | |
*** ybathia has quit IRC | 05:14 | |
*** shashank_hegde has quit IRC | 05:17 | |
openstackgerrit | Tom Fifield proposed openstack-infra/groups-static-pages: Update Organiser Tips, new user-group faq page https://review.openstack.org/231400 | 05:18 |
openstackgerrit | Merged openstack-infra/groups-static-pages: Update Organiser Tips, new user-group faq page https://review.openstack.org/231400 | 05:18 |
*** dahoo has quit IRC | 05:19 | |
*** achanda has joined #openstack-infra | 05:19 | |
*** markvoelker has quit IRC | 05:21 | |
*** dimtruck is now known as zz_dimtruck | 05:24 | |
*** geoffarnold has joined #openstack-infra | 05:24 | |
*** geoffarn_ has quit IRC | 05:28 | |
*** e0ne has joined #openstack-infra | 05:28 | |
*** markvoelker has joined #openstack-infra | 05:28 | |
*** BharatK has joined #openstack-infra | 05:28 | |
*** e0ne has quit IRC | 05:30 | |
*** jamielennox is now known as jamielennox|away | 05:30 | |
*** stevemar_ has quit IRC | 05:31 | |
openstackgerrit | Qiming Teng proposed openstack/requirements: Add python-senlinclient to global requirements https://review.openstack.org/227158 | 05:33 |
*** e0ne has joined #openstack-infra | 05:34 | |
*** markvoelker has quit IRC | 05:36 | |
*** e0ne has quit IRC | 05:37 | |
*** markvoelker has joined #openstack-infra | 05:41 | |
*** hdd has quit IRC | 05:41 | |
*** e0ne has joined #openstack-infra | 05:42 | |
*** markvoelker_ has joined #openstack-infra | 05:42 | |
*** glauco_ has joined #openstack-infra | 05:42 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Expand multinode network documentation. https://review.openstack.org/231606 | 05:43 |
*** markvoelker_ has quit IRC | 05:43 | |
*** geoffarnold has quit IRC | 05:45 | |
*** geoffarnold has joined #openstack-infra | 05:45 | |
*** markvoelker has quit IRC | 05:45 | |
*** glauco_ has quit IRC | 05:47 | |
*** e0ne has quit IRC | 05:49 | |
*** unicell has joined #openstack-infra | 05:50 | |
*** e0ne has joined #openstack-infra | 05:53 | |
*** e0ne has quit IRC | 05:54 | |
*** sabeen2 has quit IRC | 05:56 | |
*** MarkAtwood has joined #openstack-infra | 05:57 | |
*** sabeen1 has joined #openstack-infra | 05:57 | |
*** markvoelker has joined #openstack-infra | 05:58 | |
*** e0ne has joined #openstack-infra | 05:58 | |
*** nadya has joined #openstack-infra | 05:58 | |
*** markvoelker_ has joined #openstack-infra | 06:00 | |
*** markvoelker has quit IRC | 06:00 | |
*** kaisers has quit IRC | 06:01 | |
*** e0ne has quit IRC | 06:02 | |
*** nadya has quit IRC | 06:04 | |
*** markvoelker_ has quit IRC | 06:05 | |
*** maishsk has joined #openstack-infra | 06:05 | |
*** maishsk has quit IRC | 06:05 | |
*** fedexo has quit IRC | 06:05 | |
*** geoffarnold has quit IRC | 06:06 | |
*** geoffarnold has joined #openstack-infra | 06:06 | |
*** rlandy has joined #openstack-infra | 06:07 | |
*** MarkAtwood has quit IRC | 06:07 | |
openstackgerrit | Andreas Jaeger proposed openstack/requirements: Update constraints for openstack-doc-tools 0.31.0 https://review.openstack.org/231840 | 06:08 |
*** asettle has quit IRC | 06:09 | |
*** achanda has quit IRC | 06:13 | |
*** ParsectiX has joined #openstack-infra | 06:18 | |
*** markvoelker has joined #openstack-infra | 06:19 | |
*** achanda has joined #openstack-infra | 06:19 | |
*** unicell1 has joined #openstack-infra | 06:20 | |
*** unicell has quit IRC | 06:20 | |
*** flepied has joined #openstack-infra | 06:21 | |
*** e0ne has joined #openstack-infra | 06:21 | |
*** flepied1 has joined #openstack-infra | 06:21 | |
*** jamielennox|away is now known as jamielennox | 06:21 | |
*** dahoo has joined #openstack-infra | 06:22 | |
*** ddieterly has joined #openstack-infra | 06:23 | |
*** markvoelker has quit IRC | 06:25 | |
*** flepied has quit IRC | 06:25 | |
*** kaisers has joined #openstack-infra | 06:25 | |
*** mtreinish has quit IRC | 06:26 | |
*** e0ne has quit IRC | 06:26 | |
*** ddieterly has quit IRC | 06:27 | |
*** geoffarnold has quit IRC | 06:27 | |
*** geoffarnold has joined #openstack-infra | 06:28 | |
*** mtreinish has joined #openstack-infra | 06:31 | |
*** e0ne has joined #openstack-infra | 06:31 | |
*** nadya has joined #openstack-infra | 06:33 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/231327 | 06:34 |
*** e0ne has quit IRC | 06:35 | |
*** nadya has quit IRC | 06:35 | |
*** glauco has joined #openstack-infra | 06:36 | |
*** hdd has joined #openstack-infra | 06:39 | |
*** achanda has quit IRC | 06:39 | |
*** e0ne has joined #openstack-infra | 06:39 | |
*** vlaza has joined #openstack-infra | 06:40 | |
*** mrmartin has quit IRC | 06:40 | |
*** glauco has quit IRC | 06:41 | |
*** achanda has joined #openstack-infra | 06:42 | |
*** jcoufal has joined #openstack-infra | 06:43 | |
*** AJaeger has joined #openstack-infra | 06:45 | |
*** scheuran has joined #openstack-infra | 06:47 | |
*** markvoelker has joined #openstack-infra | 06:47 | |
*** nadya has joined #openstack-infra | 06:47 | |
*** fawadk has quit IRC | 06:48 | |
*** geoffarn_ has joined #openstack-infra | 06:49 | |
*** geoffarnold has quit IRC | 06:49 | |
*** sabeen1 has quit IRC | 06:49 | |
*** jcoufal has quit IRC | 06:49 | |
*** peristeri has joined #openstack-infra | 06:50 | |
*** fawadkhaliq has joined #openstack-infra | 06:50 | |
*** fawadkhaliq has quit IRC | 06:51 | |
*** HeOS has quit IRC | 06:51 | |
*** jcoufal has joined #openstack-infra | 06:52 | |
*** jtomasek has joined #openstack-infra | 06:52 | |
*** markvoelker has quit IRC | 06:52 | |
yolanda | morning | 06:53 |
*** matbu_ has quit IRC | 06:54 | |
*** e0ne has quit IRC | 06:55 | |
*** matrohon has joined #openstack-infra | 06:56 | |
StevenK | AJaeger: Hi, do you want me to script up setting it for every project? | 06:57 |
StevenK | AJaeger: (Re, the \n fun and games on -i18n) | 06:57 |
*** amotoki has quit IRC | 06:58 | |
*** puranamr has joined #openstack-infra | 06:58 | |
*** kengo_sakai has quit IRC | 07:00 | |
*** Sree has quit IRC | 07:00 | |
*** asmigala has joined #openstack-infra | 07:00 | |
*** markvoelker has joined #openstack-infra | 07:02 | |
AJaeger | StevenK: that would be nice, thanks! | 07:02 |
*** MarkAtwood has joined #openstack-infra | 07:02 | |
AJaeger | StevenK: did we make any progress on the "transifex" URL? | 07:02 |
*** puranamr has quit IRC | 07:03 | |
*** hdd has quit IRC | 07:04 | |
StevenK | AJaeger: I have reviews up for it -- one to install polib on the proposal slave, and the second to add the script. I can just run it and deal with the fun and games of uploading lots and lots of words. :-/ | 07:04 |
*** aeng has quit IRC | 07:04 | |
*** Daisy has joined #openstack-infra | 07:05 | |
AJaeger | Ok, then let's ping again pleia2 and fungi on how to do this the best way. Thanks! | 07:05 |
*** tmorin has joined #openstack-infra | 07:06 | |
StevenK | AJaeger: It doesn't have to be the proposal slave, it's just the easiest way to have a machine with the right setup | 07:06 |
AJaeger | yep... | 07:06 |
*** Daisy has quit IRC | 07:06 | |
*** markvoelker has quit IRC | 07:07 | |
*** Daisy has joined #openstack-infra | 07:07 | |
*** Daisy has quit IRC | 07:09 | |
*** Daisy has joined #openstack-infra | 07:09 | |
*** geoffarn_ has quit IRC | 07:10 | |
openstackgerrit | Merged openstack-infra/system-config: Test that modules.env is complete https://review.openstack.org/214787 | 07:10 |
*** geoffarnold has joined #openstack-infra | 07:10 | |
*** fawadkhaliq has joined #openstack-infra | 07:11 | |
openstackgerrit | Merged openstack-infra/system-config: adding Vagrantfile to .gitignore https://review.openstack.org/211805 | 07:12 |
*** MarkAtwood has quit IRC | 07:14 | |
*** ildikov has quit IRC | 07:14 | |
*** MarkAtwood has joined #openstack-infra | 07:16 | |
*** markvoelker has joined #openstack-infra | 07:16 | |
*** Daisy has quit IRC | 07:16 | |
*** armax has quit IRC | 07:17 | |
*** Daisy has joined #openstack-infra | 07:17 | |
*** mrmartin has joined #openstack-infra | 07:17 | |
openstackgerrit | Merged openstack-infra/system-config: Update requirements and devstack-gate on renames https://review.openstack.org/222670 | 07:21 |
*** markvoelker has quit IRC | 07:21 | |
*** Daisy has quit IRC | 07:22 | |
*** arxcruz has joined #openstack-infra | 07:22 | |
*** vivekd has joined #openstack-infra | 07:22 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack-infra/project-config: ceilometerclient: Add missing ceilometer plugin https://review.openstack.org/231865 | 07:23 |
*** ddieterly has joined #openstack-infra | 07:23 | |
*** ddieterly has quit IRC | 07:28 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/project-config: Switch infra-ansible job to tox https://review.openstack.org/231873 | 07:29 |
*** markvoelker has joined #openstack-infra | 07:31 | |
*** geoffarnold has quit IRC | 07:31 | |
*** geoffarnold has joined #openstack-infra | 07:32 | |
*** asmigala has quit IRC | 07:33 | |
*** yfried has joined #openstack-infra | 07:33 | |
*** marzif has joined #openstack-infra | 07:34 | |
*** Ala has joined #openstack-infra | 07:34 | |
*** markvoelker has quit IRC | 07:36 | |
*** shardy has joined #openstack-infra | 07:36 | |
*** hashar has joined #openstack-infra | 07:38 | |
*** rlandy has quit IRC | 07:39 | |
*** achanda has quit IRC | 07:39 | |
openstackgerrit | Dominic Cleal proposed openstack-infra/jenkins-job-builder: Support schedule-failed-builds plugin https://review.openstack.org/229309 | 07:39 |
*** ifarkas has joined #openstack-infra | 07:39 | |
openstackgerrit | Andrey Kurilin proposed openstack-infra/project-config: Don't run dsvm jobs on changes py3 ignored tests https://review.openstack.org/231877 | 07:39 |
*** notnownikki has joined #openstack-infra | 07:40 | |
*** dtantsur|afk is now known as dtantsur | 07:40 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add devstack job https://review.openstack.org/230358 | 07:40 |
*** Sree has joined #openstack-infra | 07:44 | |
*** jlanoux has joined #openstack-infra | 07:45 | |
*** ociuhandu has quit IRC | 07:45 | |
*** markvoelker has joined #openstack-infra | 07:46 | |
openstackgerrit | Dmitry Tantsur proposed openstack/requirements: Bump ironic-lib to the latest release for Mitaka https://review.openstack.org/231368 | 07:48 |
*** tteggel has quit IRC | 07:48 | |
*** salv-orlando has quit IRC | 07:48 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/requirements: Raise jsonpath-rw-ext version https://review.openstack.org/224494 | 07:49 |
*** asmigala has joined #openstack-infra | 07:49 | |
*** yfried is now known as yfried|afk | 07:49 | |
*** salv-orlando has joined #openstack-infra | 07:49 | |
*** markvoelker has quit IRC | 07:50 | |
*** HeOS has joined #openstack-infra | 07:51 | |
*** tteggel has joined #openstack-infra | 07:51 | |
*** geoffarnold has quit IRC | 07:53 | |
*** geoffarnold has joined #openstack-infra | 07:53 | |
*** mrmartin has quit IRC | 07:54 | |
*** tteggel has left #openstack-infra | 07:54 | |
*** yfried|afk is now known as yfried | 07:55 | |
*** MarkAtwood has quit IRC | 07:56 | |
*** sshnaidm has joined #openstack-infra | 07:56 | |
*** yfried has quit IRC | 07:57 | |
*** yfried has joined #openstack-infra | 07:58 | |
*** MarkAtwood has joined #openstack-infra | 07:59 | |
*** yfried has quit IRC | 08:00 | |
*** markvoelker has joined #openstack-infra | 08:00 | |
*** yfried has joined #openstack-infra | 08:00 | |
*** marzif has quit IRC | 08:02 | |
*** MarkAtwood has quit IRC | 08:04 | |
*** sergmelikyan has joined #openstack-infra | 08:04 | |
*** markvoelker has quit IRC | 08:05 | |
*** ildikov has joined #openstack-infra | 08:10 | |
*** e0ne has joined #openstack-infra | 08:10 | |
*** yfried is now known as yfried|afk | 08:13 | |
*** geoffarnold has quit IRC | 08:14 | |
*** geoffarnold has joined #openstack-infra | 08:15 | |
*** markvoelker has joined #openstack-infra | 08:15 | |
*** claudiub has joined #openstack-infra | 08:15 | |
*** hichihara has quit IRC | 08:16 | |
*** ildikov has quit IRC | 08:18 | |
*** markus_z has joined #openstack-infra | 08:19 | |
*** mquin is now known as evilmquin | 08:19 | |
*** markvoelker has quit IRC | 08:19 | |
*** matbu has joined #openstack-infra | 08:19 | |
*** fawadkhaliq has quit IRC | 08:21 | |
*** fawadkhaliq has joined #openstack-infra | 08:21 | |
openstackgerrit | Claudiu Belu proposed openstack/requirements: Adds os-win in global-requirements.txt https://review.openstack.org/230394 | 08:22 |
*** jordanP has joined #openstack-infra | 08:22 | |
*** sdake has quit IRC | 08:23 | |
*** ddieterly has joined #openstack-infra | 08:24 | |
*** yfried|afk is now known as yfried | 08:24 | |
*** glauco has joined #openstack-infra | 08:25 | |
*** Sree has quit IRC | 08:25 | |
*** sdake has joined #openstack-infra | 08:26 | |
*** Sree has joined #openstack-infra | 08:27 | |
*** ddieterly has quit IRC | 08:29 | |
*** glauco has quit IRC | 08:29 | |
*** markvoelker has joined #openstack-infra | 08:29 | |
*** e0ne has quit IRC | 08:30 | |
*** pelix has joined #openstack-infra | 08:31 | |
*** nadya has quit IRC | 08:31 | |
*** e0ne has joined #openstack-infra | 08:32 | |
*** markvoelker has quit IRC | 08:34 | |
*** btully has quit IRC | 08:35 | |
*** jistr has joined #openstack-infra | 08:36 | |
*** markvoelker has joined #openstack-infra | 08:36 | |
*** dingyichen has quit IRC | 08:36 | |
*** Daisy has joined #openstack-infra | 08:37 | |
*** links has quit IRC | 08:38 | |
*** achanda has joined #openstack-infra | 08:39 | |
*** ihrachys has joined #openstack-infra | 08:40 | |
*** dahoo has quit IRC | 08:41 | |
*** markvoelker has quit IRC | 08:41 | |
*** devvesa has joined #openstack-infra | 08:41 | |
*** MarkAtwood has joined #openstack-infra | 08:42 | |
*** Daisy has quit IRC | 08:42 | |
*** Daisy has joined #openstack-infra | 08:43 | |
*** markvoelker has joined #openstack-infra | 08:44 | |
*** sharikapongubala has quit IRC | 08:46 | |
*** achanda has quit IRC | 08:46 | |
*** Daisy has quit IRC | 08:47 | |
*** fawadkhaliq has quit IRC | 08:48 | |
*** fawadkhaliq has joined #openstack-infra | 08:48 | |
*** Sree has quit IRC | 08:50 | |
*** erikwilson has joined #openstack-infra | 08:50 | |
*** geoffarnold has quit IRC | 08:50 | |
*** markvoelker has quit IRC | 08:51 | |
*** geoffarnold has joined #openstack-infra | 08:51 | |
*** markvoelker has joined #openstack-infra | 08:51 | |
*** Daisy has joined #openstack-infra | 08:52 | |
*** matbu has quit IRC | 08:52 | |
*** rguillebert has joined #openstack-infra | 08:53 | |
*** asmigala has quit IRC | 08:54 | |
openstackgerrit | Steven Dake proposed openstack-infra/project-config: Create liberty irc notifications for Kolla https://review.openstack.org/231895 | 08:54 |
*** erikwilson has quit IRC | 08:54 | |
*** Daisy has quit IRC | 08:55 | |
*** Sree has joined #openstack-infra | 08:55 | |
*** vivekd has left #openstack-infra | 08:56 | |
*** markvoelker has quit IRC | 08:56 | |
*** sergmelikyan has quit IRC | 08:57 | |
*** sergmelikyan has joined #openstack-infra | 08:57 | |
*** Sree has joined #openstack-infra | 09:01 | |
*** nijaba has quit IRC | 09:01 | |
*** markvoelker has joined #openstack-infra | 09:01 | |
*** sergmelikyan has quit IRC | 09:02 | |
*** BharatK has quit IRC | 09:03 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add tox env for ansible syntax check https://review.openstack.org/231899 | 09:04 |
*** tmorin has quit IRC | 09:04 | |
*** markvoelker has quit IRC | 09:06 | |
*** MarkAtwood has quit IRC | 09:07 | |
*** asmigala has joined #openstack-infra | 09:09 | |
*** geoffarnold has quit IRC | 09:11 | |
*** ildikov has joined #openstack-infra | 09:11 | |
*** mrmartin has joined #openstack-infra | 09:11 | |
*** geoffarnold has joined #openstack-infra | 09:12 | |
ihrachys | SergeyLukjanov: https://review.openstack.org/#/c/231796/ please, it should unwedge stable branches for neutronclient | 09:14 |
*** markvoelker has joined #openstack-infra | 09:16 | |
*** BharatK has joined #openstack-infra | 09:16 | |
AJaeger | yolanda: could you help, please? ^ | 09:17 |
yolanda | AJaeger, sure | 09:18 |
*** sergmelikyan has joined #openstack-infra | 09:18 | |
*** glauco_ has joined #openstack-infra | 09:19 | |
*** markvoelker has quit IRC | 09:20 | |
*** yfried is now known as yfried|afk | 09:21 | |
*** yfried|afk is now known as yfried | 09:23 | |
*** glauco_ has quit IRC | 09:23 | |
*** tmorin has joined #openstack-infra | 09:24 | |
openstackgerrit | Merged openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty https://review.openstack.org/231796 | 09:24 |
*** links has joined #openstack-infra | 09:25 | |
*** ddieterly has joined #openstack-infra | 09:25 | |
*** denisra has quit IRC | 09:26 | |
*** markvoelker has joined #openstack-infra | 09:27 | |
*** denisra has joined #openstack-infra | 09:27 | |
yolanda | jhesketh, around? | 09:29 |
AJaeger | thanks, yolanda. ihrachys happy neutronclient testing ;) | 09:29 |
ihrachys | thanks folks! :) | 09:29 |
ihrachys | I need to learn your timezones to ping properly :) | 09:30 |
*** ddieterly has quit IRC | 09:30 | |
AJaeger | ihrachys: SergeyLukjanov is not that active anymore - and yolanda is new to the team and in European timezone. | 09:31 |
yolanda | happy to help | 09:31 |
*** markvoelker has quit IRC | 09:31 | |
ihrachys | cool. yolanda thanks a lot. | 09:32 |
*** nadya has joined #openstack-infra | 09:32 | |
*** geoffarnold has quit IRC | 09:33 | |
*** geoffarnold has joined #openstack-infra | 09:33 | |
*** nadya has quit IRC | 09:36 | |
*** ajo has joined #openstack-infra | 09:37 | |
*** AJaeger has quit IRC | 09:37 | |
*** markvoelker has joined #openstack-infra | 09:37 | |
*** mrmartin has quit IRC | 09:37 | |
*** btully has joined #openstack-infra | 09:39 | |
*** markvoelker has quit IRC | 09:42 | |
*** achanda has joined #openstack-infra | 09:43 | |
*** btully has quit IRC | 09:43 | |
sambetts | Hi again yolanda, just waiting on a second +2 now https://review.openstack.org/#/c/229060/ thanks again :) | 09:44 |
yolanda | hi sambetts, i'll take a look in short | 09:44 |
*** mrmartin has joined #openstack-infra | 09:44 | |
*** rlandy has joined #openstack-infra | 09:45 | |
*** sergmelikyan has quit IRC | 09:45 | |
*** achanda has quit IRC | 09:46 | |
*** achanda has joined #openstack-infra | 09:47 | |
*** cody-somerville has joined #openstack-infra | 09:49 | |
vlaza | anyone else having troubles with https://bootstrap.pypa.io/get-pip.py ? | 09:49 |
*** rlandy has quit IRC | 09:51 | |
*** achanda has quit IRC | 09:52 | |
*** markvoelker has joined #openstack-infra | 09:52 | |
*** rlandy has joined #openstack-infra | 09:52 | |
odyssey4me | vlaza yep | 09:53 |
odyssey4me | dstufft ping? | 09:53 |
*** geoffarn_ has joined #openstack-infra | 09:55 | |
*** geoffarnold has quit IRC | 09:55 | |
*** sergmelikyan has joined #openstack-infra | 09:55 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/project-config: Switch infra-ansible job to tox https://review.openstack.org/231873 | 09:57 |
*** kaisers has quit IRC | 09:57 | |
*** markvoelker has quit IRC | 09:57 | |
*** kaisers has joined #openstack-infra | 09:59 | |
odyssey4me | vlaza this may be a suitable alternative: https://raw.githubusercontent.com/pypa/pip/develop/contrib/get-pip.py | 10:03 |
vlaza | I already patched our CI with that | 10:04 |
vlaza | odyssey4me: thanks for the suggestion | 10:05 |
*** e0ne has quit IRC | 10:06 | |
*** nadya has joined #openstack-infra | 10:06 | |
*** markvoelker has joined #openstack-infra | 10:06 | |
*** kaisers has quit IRC | 10:06 | |
openstackgerrit | Merged openstack-infra/project-config: Add cisco-ironic-contrib project https://review.openstack.org/229060 | 10:08 |
*** zzelle has joined #openstack-infra | 10:08 | |
sambetts | Thanks yolanda! :D | 10:08 |
*** zzelle is now known as Guest31367 | 10:09 | |
*** e0ne has joined #openstack-infra | 10:09 | |
*** yfried is now known as yfried|afk | 10:09 | |
*** kaisers has joined #openstack-infra | 10:11 | |
*** markvoelker has quit IRC | 10:11 | |
*** Guest31367 has quit IRC | 10:13 | |
*** glauco_ has joined #openstack-infra | 10:13 | |
*** BharatK has quit IRC | 10:15 | |
*** zzelle_ has joined #openstack-infra | 10:15 | |
*** zzelle_ is now known as ZZll | 10:16 | |
*** geoffarnold has joined #openstack-infra | 10:16 | |
*** ZZll is now known as ZZelle_ | 10:16 | |
*** geoffarn_ has quit IRC | 10:16 | |
*** luqas has quit IRC | 10:17 | |
*** glauco_ has quit IRC | 10:18 | |
*** Sree has quit IRC | 10:20 | |
*** Sree has joined #openstack-infra | 10:21 | |
*** dstufft has quit IRC | 10:21 | |
*** markvoelker has joined #openstack-infra | 10:21 | |
*** sharikapongubala has joined #openstack-infra | 10:21 | |
*** dstufft has joined #openstack-infra | 10:21 | |
*** mrmartin has quit IRC | 10:24 | |
*** yfried|afk is now known as yfried | 10:25 | |
*** Sree has quit IRC | 10:25 | |
*** markvoelker has quit IRC | 10:26 | |
*** Daisy has joined #openstack-infra | 10:27 | |
*** BharatK has joined #openstack-infra | 10:27 | |
*** pc_m has joined #openstack-infra | 10:27 | |
*** Daisy has quit IRC | 10:31 | |
*** yfried is now known as yfried|afk | 10:35 | |
*** markvoelker has joined #openstack-infra | 10:35 | |
*** yfried|afk is now known as yfried | 10:35 | |
*** geoffarnold has quit IRC | 10:37 | |
*** geoffarnold has joined #openstack-infra | 10:37 | |
cody-somerville | Has anyone ever seen zuul not respond on port 8001? It just rudely hangs up on you. Everything else seems to be working fine. | 10:38 |
*** mwagner_ has quit IRC | 10:38 | |
*** nadya has quit IRC | 10:40 | |
*** markvoelker has quit IRC | 10:40 | |
sdague | cody-somerville: upstream zuul? | 10:40 |
*** Daisy has joined #openstack-infra | 10:41 | |
*** mdavidson has joined #openstack-infra | 10:41 | |
cody-somerville | sdague: in any zuul. | 10:41 |
sdague | I haven't, sorry. | 10:41 |
*** ollie1 has joined #openstack-infra | 10:42 | |
*** kaisers has quit IRC | 10:42 | |
*** markvoelker has joined #openstack-infra | 10:45 | |
*** luqas has joined #openstack-infra | 10:45 | |
*** kaisers has joined #openstack-infra | 10:45 | |
*** sergmelikyan has quit IRC | 10:45 | |
robcresswell | Occasionally I've seen reverify used instead of recheck; is this preferable if the initial check passed but the gate check failed? | 10:46 |
*** Daisy has quit IRC | 10:46 | |
*** yfried is now known as yfried|afk | 10:46 | |
sdague | robcresswell: no, it's vestigial | 10:49 |
asselin_ | robcresswell, I think that's historical. Recheck should work for both now: http://docs.openstack.org/infra/manual/developers.html#automated-testing | 10:49 |
*** salv-orlando has quit IRC | 10:49 | |
*** BharatK has quit IRC | 10:50 | |
*** luqas has quit IRC | 10:50 | |
robcresswell | sdague, asselin_: Thanks for the quick responses! | 10:50 |
*** erikwilson has joined #openstack-infra | 10:50 | |
robcresswell | asselin_: Yes, I've always used recheck, but didn't want to cause unnecessary load somehow. (2 runs vs 1, etc..) | 10:51 |
*** yfried|afk is now known as yfried | 10:52 | |
*** markvoelker has quit IRC | 10:54 | |
*** MarkAtwood has joined #openstack-infra | 10:54 | |
*** erikwilson has quit IRC | 10:55 | |
*** geoffarn_ has joined #openstack-infra | 10:59 | |
*** geoffarnold has quit IRC | 10:59 | |
*** markvoelker has joined #openstack-infra | 11:00 | |
*** nikil89_ has joined #openstack-infra | 11:00 | |
openstackgerrit | Merged openstack-infra/infra-ansible: Add tox env for ansible syntax check https://review.openstack.org/231899 | 11:04 |
*** markvoelker has quit IRC | 11:05 | |
*** nikil89_ is now known as naggappan | 11:06 | |
*** nadya has joined #openstack-infra | 11:07 | |
*** glauco has joined #openstack-infra | 11:07 | |
*** glauco has quit IRC | 11:12 | |
*** yolanda has quit IRC | 11:12 | |
openstackgerrit | Merged openstack-infra/project-config: Switch infra-ansible job to tox https://review.openstack.org/231873 | 11:13 |
*** markvoelker has joined #openstack-infra | 11:14 | |
*** yamamoto has quit IRC | 11:15 | |
*** markvoelker has quit IRC | 11:19 | |
*** jamielennox is now known as jamielennox|away | 11:19 | |
*** geoffarn_ has quit IRC | 11:19 | |
*** geoffarnold has joined #openstack-infra | 11:20 | |
*** yolanda has joined #openstack-infra | 11:20 | |
*** sergmelikyan has joined #openstack-infra | 11:23 | |
*** MarkAtwood has quit IRC | 11:26 | |
dstufft | odyssey4me: should be fixed now | 11:26 |
*** ddieterly has joined #openstack-infra | 11:27 | |
*** yfried is now known as yfried|afk | 11:27 | |
odyssey4me | thanks dstufft :) | 11:27 |
*** claudiub|2 has joined #openstack-infra | 11:28 | |
*** claudiub has quit IRC | 11:29 | |
*** markvoelker has joined #openstack-infra | 11:29 | |
*** dtantsur is now known as dtantsur|brb | 11:30 | |
*** yfried|afk is now known as yfried | 11:31 | |
*** ddieterly has quit IRC | 11:31 | |
openstackgerrit | Rob Cresswell proposed openstack/requirements: Bump minimum django-babel version https://review.openstack.org/231931 | 11:34 |
*** markvoelker has quit IRC | 11:34 | |
*** matbu has joined #openstack-infra | 11:35 | |
*** glauco has joined #openstack-infra | 11:36 | |
*** baoli has joined #openstack-infra | 11:38 | |
*** baoli_ has joined #openstack-infra | 11:39 | |
*** claudiub has joined #openstack-infra | 11:40 | |
*** ildikov has quit IRC | 11:41 | |
*** geoffarnold has quit IRC | 11:41 | |
*** geoffarnold has joined #openstack-infra | 11:41 | |
*** ldnunes has joined #openstack-infra | 11:41 | |
*** claudiub|2 has quit IRC | 11:43 | |
*** yfried is now known as yfried|afk | 11:43 | |
*** baoli has quit IRC | 11:43 | |
odyssey4me | rcarrillocruz ping | 11:43 |
*** dprince has joined #openstack-infra | 11:43 | |
rcarrillocruz | odyssey4me: pong | 11:43 |
rcarrillocruz | what's up | 11:43 |
*** MarkAtwood has joined #openstack-infra | 11:43 | |
odyssey4me | rcarrillocruz I'm wanting to use the ansible-lint-jobs in -infra for the openstack-ansible roles | 11:44 |
odyssey4me | I see you're doing some work with tox to do the same thing | 11:44 |
*** markvoelker has joined #openstack-infra | 11:44 | |
*** jcoufal has quit IRC | 11:45 | |
rcarrillocruz | yeah, cos the ansible jobs that were available didn't really work for my project | 11:45 |
rcarrillocruz | how can i help? | 11:45 |
odyssey4me | ah, now that makes more sense | 11:45 |
odyssey4me | so let me understand why - you're doing playbooks and roles in your repo, right? whereas the normal lint job it designed for an ansible role only? | 11:46 |
rcarrillocruz | the templates that were available by the time were only meant for project containing just roles | 11:46 |
rcarrillocruz | exactly | 11:46 |
rcarrillocruz | so i had to figure out some syntax basic checks in-repo in my projects | 11:46 |
odyssey4me | ok, awesome - that makes sense to me | 11:46 |
rcarrillocruz | and i just put tox to run it for me | 11:46 |
*** tlian has joined #openstack-infra | 11:47 | |
odyssey4me | so perhaps we should define a standard macro which works in this situation and uses tox | 11:47 |
rcarrillocruz | ++ | 11:47 |
odyssey4me | kinda like the pep8/bashate jos | 11:47 |
odyssey4me | *jobs | 11:47 |
rcarrillocruz | if you give me a link | 11:47 |
rcarrillocruz | for your projects | 11:47 |
rcarrillocruz | we could work together in standardizing | 11:47 |
rcarrillocruz | i assume openstack-ansible | 11:47 |
rcarrillocruz | or something else | 11:47 |
rcarrillocruz | ? | 11:47 |
odyssey4me | rcarrillocruz yep, http://git.openstack.org/cgit/openstack/openstack-ansible | 11:48 |
rcarrillocruz | k, let me find some time today to look how that project layout | 11:48 |
rcarrillocruz | and see how we can fit together | 11:48 |
odyssey4me | we have other repositories for roles starting to happen, but this one has playbooks | 11:48 |
rcarrillocruz | ok? | 11:48 |
*** Daisy has joined #openstack-infra | 11:48 | |
*** markvoelker has quit IRC | 11:49 | |
rcarrillocruz | i'll catch you later, going for lunch now | 11:49 |
odyssey4me | rcarrillocruz we currently use http://git.openstack.org/cgit/openstack/openstack-ansible/tree/scripts/gate-check-lint.sh as a catch-all for all linting - but I've been moving over to tox for pep8/bashate tests and ansible is next | 11:49 |
*** markvoelker has joined #openstack-infra | 11:50 | |
*** alivigni has joined #openstack-infra | 11:50 | |
*** Daisy has quit IRC | 11:51 | |
*** thorst1 has joined #openstack-infra | 11:51 | |
*** sambetts has quit IRC | 11:52 | |
*** yfried|afk is now known as yfried | 11:53 | |
*** sambetts has joined #openstack-infra | 11:53 | |
*** yamamoto has joined #openstack-infra | 11:54 | |
*** sergmelikyan has quit IRC | 11:55 | |
*** aysyd has joined #openstack-infra | 11:55 | |
*** markvoelker has quit IRC | 11:56 | |
*** Sree has joined #openstack-infra | 11:56 | |
*** jcoufal has joined #openstack-infra | 11:57 | |
*** ociuhandu has joined #openstack-infra | 11:59 | |
*** sergmelikyan has joined #openstack-infra | 12:00 | |
*** rfolco has joined #openstack-infra | 12:02 | |
*** geoffarn_ has joined #openstack-infra | 12:03 | |
*** weshay_xchat has joined #openstack-infra | 12:04 | |
*** weshay_xchat is now known as weshay | 12:04 | |
*** hashar has quit IRC | 12:06 | |
*** geoffarnold has quit IRC | 12:06 | |
*** markvoelker has joined #openstack-infra | 12:07 | |
*** glauco has quit IRC | 12:07 | |
*** david-ly_ has joined #openstack-infra | 12:07 | |
*** david-lyle has quit IRC | 12:09 | |
*** david-ly_ is now known as david-lyle | 12:09 | |
*** mwagner_ has joined #openstack-infra | 12:11 | |
*** markvoelker has quit IRC | 12:12 | |
*** lawrancejing has joined #openstack-infra | 12:14 | |
*** yamamoto has quit IRC | 12:14 | |
*** fawadkhaliq has quit IRC | 12:15 | |
*** Daisy has joined #openstack-infra | 12:15 | |
*** mrmartin has joined #openstack-infra | 12:16 | |
*** rfolco has quit IRC | 12:16 | |
*** rfolco has joined #openstack-infra | 12:17 | |
*** hashar has joined #openstack-infra | 12:17 | |
*** burgerk has joined #openstack-infra | 12:20 | |
*** markvoelker has joined #openstack-infra | 12:21 | |
*** geoffarn_ has quit IRC | 12:23 | |
*** geoffarnold has joined #openstack-infra | 12:24 | |
*** russellb has quit IRC | 12:24 | |
*** leifmadsen has quit IRC | 12:24 | |
*** markvoelker has quit IRC | 12:26 | |
*** Daisy has quit IRC | 12:27 | |
*** dramalho has joined #openstack-infra | 12:27 | |
*** Daisy has joined #openstack-infra | 12:27 | |
*** ddieterly has joined #openstack-infra | 12:27 | |
*** dkranz has joined #openstack-infra | 12:29 | |
*** puranamr has joined #openstack-infra | 12:30 | |
*** dramalho has quit IRC | 12:31 | |
*** markvoelker has joined #openstack-infra | 12:31 | |
*** Daisy has quit IRC | 12:32 | |
*** ddieterly has quit IRC | 12:32 | |
*** Daisy has joined #openstack-infra | 12:33 | |
*** gordc has joined #openstack-infra | 12:34 | |
*** julim has joined #openstack-infra | 12:34 | |
*** puranamr has quit IRC | 12:35 | |
*** Daisy has quit IRC | 12:36 | |
*** markvoelker has quit IRC | 12:36 | |
*** kozhukalov_ has quit IRC | 12:36 | |
*** Daisy has joined #openstack-infra | 12:36 | |
*** edmondsw has joined #openstack-infra | 12:37 | |
*** Daisy has quit IRC | 12:40 | |
*** MarkAtwood has quit IRC | 12:41 | |
*** nadya has quit IRC | 12:42 | |
*** Daisy has joined #openstack-infra | 12:42 | |
*** Daisy has quit IRC | 12:43 | |
*** dims_ has joined #openstack-infra | 12:44 | |
*** geoffarnold has quit IRC | 12:45 | |
*** yamamoto has joined #openstack-infra | 12:45 | |
*** geoffarnold has joined #openstack-infra | 12:45 | |
*** markvoelker has joined #openstack-infra | 12:46 | |
*** abregman has quit IRC | 12:48 | |
openstackgerrit | Vladimir Kozhukalov proposed openstack-infra/project-config: Create bareon project https://review.openstack.org/231677 | 12:48 |
*** markvoelker_ has joined #openstack-infra | 12:49 | |
*** sergmelikyan has quit IRC | 12:50 | |
BobBall | Am I being super unlucky or has the pass rate for recheck/reverify plummeted today? | 12:51 |
openstackgerrit | Marton Kiss proposed openstack-infra/groups: Fix markdown link formatting issue https://review.openstack.org/231966 | 12:51 |
*** xyang1 has joined #openstack-infra | 12:52 | |
*** MarkAtwood has joined #openstack-infra | 12:53 | |
*** markvoelker has quit IRC | 12:53 | |
*** mrmartin has quit IRC | 12:54 | |
*** markvoelker_ has quit IRC | 12:54 | |
*** mattymo is now known as Guest59631 | 12:54 | |
*** bexelbie_ has joined #openstack-infra | 12:54 | |
*** burgerk has quit IRC | 12:55 | |
*** markvoelker has joined #openstack-infra | 12:56 | |
*** eharney has joined #openstack-infra | 12:56 | |
*** asmigala has quit IRC | 12:56 | |
*** Sree has quit IRC | 12:56 | |
*** Sree has joined #openstack-infra | 12:57 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Render descriptions and comments as Markdown https://review.openstack.org/222709 | 12:59 |
*** mattymo_ is now known as mattymo | 13:00 | |
*** Sree has quit IRC | 13:01 | |
*** jaypipes has joined #openstack-infra | 13:01 | |
*** links has quit IRC | 13:02 | |
*** erikwilson has joined #openstack-infra | 13:03 | |
*** erikwilson has quit IRC | 13:03 | |
*** sergmelikyan has joined #openstack-infra | 13:03 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add resource wrappers for boards and worklists https://review.openstack.org/231969 | 13:03 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a worklist https://review.openstack.org/231970 | 13:03 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a board https://review.openstack.org/231971 | 13:03 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add buttons for creating new boards and worklists https://review.openstack.org/231972 | 13:03 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a dashboard page for boards and worklists https://review.openstack.org/231973 | 13:03 |
*** jaypipes has quit IRC | 13:06 | |
openstackgerrit | Dmitriy Ukhlov proposed openstack/requirements: Adds pika RabbitMQ client library https://review.openstack.org/231013 | 13:06 |
*** geoffarn_ has joined #openstack-infra | 13:06 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards https://review.openstack.org/222268 | 13:09 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists https://review.openstack.org/222267 | 13:09 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Allow browsing stories by creator_id https://review.openstack.org/212104 | 13:09 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add tables for Worklists and Boards https://review.openstack.org/213701 | 13:09 |
*** amuller has joined #openstack-infra | 13:10 | |
*** jamespag` is now known as jamespage | 13:10 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes https://review.openstack.org/231980 | 13:10 |
*** gildub has quit IRC | 13:10 | |
*** geoffarnold has quit IRC | 13:11 | |
*** glauco has joined #openstack-infra | 13:11 | |
*** glauco has quit IRC | 13:12 | |
*** asmigala has joined #openstack-infra | 13:12 | |
*** glauco has joined #openstack-infra | 13:12 | |
*** signed8bit has joined #openstack-infra | 13:13 | |
*** signed8bit has quit IRC | 13:13 | |
*** fawadkhaliq has joined #openstack-infra | 13:15 | |
*** david-lyle has quit IRC | 13:16 | |
openstackgerrit | Pino Toscano proposed openstack-infra/project-config: Add ambari images for sahara-image-elements https://review.openstack.org/231983 | 13:16 |
*** mriedem has joined #openstack-infra | 13:17 | |
*** gordc has quit IRC | 13:18 | |
*** fawadkhaliq has quit IRC | 13:20 | |
*** tiswanso has joined #openstack-infra | 13:21 | |
*** thinrichs has joined #openstack-infra | 13:21 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes https://review.openstack.org/231980 | 13:21 |
*** thinrichs has quit IRC | 13:22 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes https://review.openstack.org/231980 | 13:22 |
*** annegentle has joined #openstack-infra | 13:23 | |
*** thinrichs has joined #openstack-infra | 13:23 | |
*** signed8bit has joined #openstack-infra | 13:24 | |
*** kmartin has quit IRC | 13:25 | |
sdague | hmmmm | 13:27 |
sdague | 2015-10-07 11:27:08.533 | Get:36 http://us.archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] | 13:27 |
sdague | 2015-10-07 11:27:08.630 | Fetched 17.4 MB in 17min 32s (16.5 kB/s) | 13:27 |
sdague | we're getting 1 MB / min on some of the ubuntu mirrors | 13:27 |
sdague | that's not fun | 13:28 |
rcarrillocruz | lol | 13:28 |
rcarrillocruz | o-k | 13:28 |
*** geoffarn_ has quit IRC | 13:28 | |
rcarrillocruz | i thought it was my end | 13:28 |
*** geoffarnold has joined #openstack-infra | 13:28 | |
*** DericHorn-HP has joined #openstack-infra | 13:29 | |
*** mrmartin has joined #openstack-infra | 13:29 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Resolve subscriptions faster- do one GET per list https://review.openstack.org/223562 | 13:30 |
*** samuelBartel has quit IRC | 13:31 | |
*** samuelBartel has joined #openstack-infra | 13:31 | |
*** sergmelikyan has quit IRC | 13:32 | |
*** david-lyle has joined #openstack-infra | 13:32 | |
*** kushal has joined #openstack-infra | 13:32 | |
BobBall | sdague: Is there a graph that shows the pass:failure rate of Jenkins over time? I've been hunting through graphite and not found one... | 13:33 |
sdague | BobBall: for what, a particular job? | 13:34 |
BobBall | integrated check | 13:34 |
BobBall | Not a single job, no | 13:34 |
sdague | BobBall: I'm not sure I know what that means | 13:34 |
*** regXboi has joined #openstack-infra | 13:34 | |
BobBall | The overall pass/failure posted and how that's changed over time | 13:34 |
sdague | of what? | 13:34 |
*** trown|outttypeww is now known as trown | 13:35 | |
openstackgerrit | Merged openstack-infra/groups: Fix markdown link formatting issue https://review.openstack.org/231966 | 13:36 |
sdague | BobBall: I'm not sure I understand the unit of thing that you want to measure | 13:36 |
BobBall | Well many things would be interesting - for me specifically the nova check queue and the integrated gate queue | 13:36 |
sdague | but I don't know what that means, because every patch potentially has different jobs on it. | 13:37 |
sdague | what question are you trying to answer | 13:37 |
*** pradk has joined #openstack-infra | 13:37 | |
BobBall | That's true... Maybe that makes what I'm interested in less useful. | 13:37 |
sdague | rcarrillocruz: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiRmV0Y2hlZFwiIEFORCBtZXNzYWdlOlwiQi9zXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjQzMjAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQ0NDIyNDc0NTgwM30= | 13:38 |
sileht | sdague, hi can got a bit of your time to review (it blocks some ceilometer jobs): https://review.openstack.org/#/c/231865/ | 13:38 |
*** signed8bit has quit IRC | 13:38 | |
sileht | *can I* | 13:38 |
BobBall | My current question might be 'what is the current pass rate for "nova check jobs" - how unlucky am I being, does the combination of failures in individual jobs mean that the aggregated pass rate has dropped substantially over time' | 13:38 |
rcarrillocruz | thx sean | 13:38 |
sdague | sileht: +A | 13:39 |
sileht | sdague, thx! | 13:39 |
*** doronshai has joined #openstack-infra | 13:39 | |
doronshai | i am looking for info about the way that the final submit of a change is being done | 13:39 |
sdague | BobBall: that's kind of what elastic-recheck is about | 13:39 |
BobBall | Yeah - but if I understand correctly that works at a per-job level rather than "nova check" aggregate of jobs, is that right? | 13:40 |
*** doug-fish has quit IRC | 13:40 | |
BobBall | no, it's even a per-bug level unless there are aggregate graphs I haven't seen | 13:41 |
*** doug-fish has joined #openstack-infra | 13:41 | |
sdague | so you are trying to answer the question: am I unlucky? | 13:41 |
*** signed8bit has joined #openstack-infra | 13:41 | |
sdague | there are pieces of this going on with the new openstack-health project, but the focus is different | 13:42 |
sdague | it's more, is there a lot of badness in openstack now, or is it in a healthier place | 13:42 |
BobBall | Perhaps the question should be more like "I am unlucky - should I continue to recheck, or is the combined job/bug failure rates meaning that most check jobs are failing" | 13:42 |
BobBall | yes | 13:42 |
sdague | so the answer is you should not recheck unless you've categorized the bug | 13:43 |
doronshai | I want to understand what is the way that a change that was done on a specific branch (example bug/12345) is now converted to a new change with full history of the original change | 13:43 |
BobBall | Certainly the issues that I've been hitting change on each recheck and are demonstrably not related to the change | 13:43 |
sdague | BobBall: if they are categorized, then we know that | 13:44 |
sdague | it's part of feeding the health of the system | 13:44 |
clarkb | doronshai what do you mean by converted to a new change with full history? | 13:45 |
*** doug-fish has quit IRC | 13:46 | |
BobBall | OK - so there are no aggregated views of the health of particular pipelines / job combinations and as long as the error is categorized we should just keep rechecking until we get a pass | 13:46 |
openstackgerrit | Merged openstack-infra/project-config: ceilometerclient: Add missing ceilometer plugin https://review.openstack.org/231865 | 13:46 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a dashboard page for boards and worklists https://review.openstack.org/231973 | 13:46 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add buttons for creating new boards and worklists https://review.openstack.org/231972 | 13:46 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a board https://review.openstack.org/231971 | 13:46 |
*** annegentle has quit IRC | 13:46 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a worklist https://review.openstack.org/232003 | 13:46 |
*** links has joined #openstack-infra | 13:46 | |
*** yfried is now known as yfried|afk | 13:48 | |
*** geoffarnold has quit IRC | 13:48 | |
*** spzala has joined #openstack-infra | 13:49 | |
*** geoffarnold has joined #openstack-infra | 13:49 | |
*** doronshai has quit IRC | 13:50 | |
*** signed8bit has quit IRC | 13:50 | |
*** sayali has joined #openstack-infra | 13:50 | |
*** mudassirlatif has joined #openstack-infra | 13:51 | |
clarkb | doronshai changes are proposed to a branch in gerrit usually master but we have stable branches and feature branches too. when the code reviewers are happy with the change they approve it (+1 workflow) this tells zuul to run the gate tests. if those tests pass zuul pushes the gerrit submit button whoch merges the change to the branch it was proposed against | 13:51 |
*** sergmelikyan has joined #openstack-infra | 13:52 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards https://review.openstack.org/222268 | 13:52 |
* SotK apologises for the repeated patch spam :) | 13:53 | |
*** ddepaoli has joined #openstack-infra | 13:53 | |
openstackgerrit | Marton Kiss proposed openstack-infra/groups: Fix page node stylesheets https://review.openstack.org/232009 | 13:54 |
ddepaoli | I'm starting to contribute, but when saving contact information at https://review.openstack.org/#/settings/contact I see only a server error: Cannot store contact information | 13:55 |
*** yfried|afk is now known as yfried | 13:57 | |
mordred | yolanda: I agree, the glean code is not the cleanest. I've got a patch series up that was a start of modularizing, but then I got busy | 13:57 |
*** wenlock has joined #openstack-infra | 13:57 | |
yolanda | mordred, just a constructive comment :) | 13:57 |
sdague | clarkb: message:"Fetched" AND message:"B/s" | 13:58 |
sdague | is an interesting logstash query | 13:58 |
mordred | yolanda: totally. no, I couldn't agre more :) | 13:58 |
openstackgerrit | Marton Kiss proposed openstack-infra/groups-static-pages: Fix organizer tips formatting https://review.openstack.org/232014 | 13:58 |
sdague | you can see how the ubuntu mirrors started to grind to a halt the last couple of hours | 13:58 |
*** asmigala has quit IRC | 13:58 | |
sdague | to the point where I'm considering if we should keep track of time spent in apt calls doing a devstack run | 13:58 |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository https://review.openstack.org/232015 | 13:58 |
sdague | especially when you get things like this | 13:59 |
*** fabo has joined #openstack-infra | 13:59 | |
sdague | Fetched 9,956 kB in 21min 11s (7,828 B/s) | 13:59 |
*** wenlock_ has joined #openstack-infra | 13:59 | |
fabo | Hi, is it a requirement to have a jenkins instance to run jenkins job builder test command? | 14:00 |
*** signed8bit has joined #openstack-infra | 14:00 | |
*** peristeri has quit IRC | 14:00 | |
*** MarkAtwood has quit IRC | 14:00 | |
clarkb | sdague wow | 14:00 |
*** Piet has joined #openstack-infra | 14:01 | |
*** doug-fish has joined #openstack-infra | 14:01 | |
openstackgerrit | Merged openstack-infra/groups-static-pages: Fix organizer tips formatting https://review.openstack.org/232014 | 14:01 |
*** dramalho has joined #openstack-infra | 14:01 | |
*** jian5397 has joined #openstack-infra | 14:02 | |
*** sridhar_ram has joined #openstack-infra | 14:03 | |
*** kgiusti has joined #openstack-infra | 14:03 | |
clarkb | fabo no | 14:04 |
*** markvoelker_ has joined #openstack-infra | 14:04 | |
*** gordc has joined #openstack-infra | 14:04 | |
clarkb | ddepaoli see https://ask.openstack.org/en/question/56720/cannot-store-contact-information-when-updating-info-in-openstack-gerrit/ | 14:04 |
pabelanger | any core mind approving a few grafyaml reviews? Pretty straightforward: https://review.openstack.org/#/c/231470/ https://review.openstack.org/#/c/231589/ https://review.openstack.org/#/c/225228/ | 14:05 |
*** burgerk has joined #openstack-infra | 14:05 | |
jian5397 | Thanks for your help. We created a new OpenStack project called Syntribos. | 14:06 |
jian5397 | However, https://review.openstack.org/#/admin/groups/1093,members does not have any member. | 14:06 |
*** Sree has joined #openstack-infra | 14:06 | |
jian5397 | It does not match https://launchpad.net/~syntribos-core | 14:06 |
*** rossella_s has quit IRC | 14:06 | |
rcarrillocruz | fabo: it is not, you can use JJB in your laptop without an instance, no | 14:06 |
*** jian5397 is now known as michaelxin | 14:06 | |
michaelxin | Would someone please help? | 14:06 |
*** rossella_s has joined #openstack-infra | 14:07 | |
pabelanger | michaelxin: it is a manual sync process, and infra-core will have to populate gerrit for you | 14:07 |
michaelxin | pabelanger: Thanks. How will I get it started? | 14:07 |
*** burgerk_ has joined #openstack-infra | 14:07 | |
pabelanger | michaelxin: it is all listed in http://docs.openstack.org/infra/manual/creators.html | 14:08 |
clarkb | michaelxin pabelanger more correctly there is no syncing. gerrit groups are independent of launchpad | 14:08 |
*** markvoelker has quit IRC | 14:08 | |
michaelxin | pabelanger: Thanks. Will take a look. | 14:08 |
pabelanger | michaelxin: http://docs.openstack.org/infra/manual/creators.html#verify-the-gerrit-review-permissions | 14:08 |
*** shardy_ has joined #openstack-infra | 14:08 | |
*** dizquierdo has joined #openstack-infra | 14:09 | |
fabo | clarkb: rcarrillocruz: that's what I thought initially but I installed jjb into a vivid chroot and got http://pastie.org/10466155 | 14:09 |
pabelanger | michaelxin: mind you, we should likely be more detailed how to contact an admin. But, somebody here or openstack-infra ML will help | 14:09 |
*** ParsectiX has quit IRC | 14:09 | |
*** burgerk has quit IRC | 14:10 | |
clarkb | fabo what version of jjb? | 14:10 |
*** geoffarnold has quit IRC | 14:10 | |
*** shardy has quit IRC | 14:10 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository https://review.openstack.org/232015 | 14:10 |
clarkb | I belive the zuul layout job uses jjb test so this should be tested | 14:10 |
*** geoffarnold has joined #openstack-infra | 14:10 | |
pabelanger | clarkb: Ya, it would be nice to some how add something into manage-projects to also create an initial user, without having to manually add the person. Then, adding a crontab to purge the info like we do with upstream param | 14:10 |
pabelanger | I should look into how to do that | 14:11 |
pabelanger | if possible | 14:11 |
michaelxin | pabelanger: Thanks. https://review.openstack.org/#/admin/projects/openstack/syntribos,access looks good. But all groups are empty. | 14:11 |
pabelanger | michaelxin: ya, that is the manual process. Somebody has to move you into the group | 14:11 |
pabelanger | with admin permission | 14:11 |
*** alaski is now known as alaski_out | 14:12 | |
fabo | clarkb: 1.2.0 | 14:12 |
*** asmigala has joined #openstack-infra | 14:12 | |
clarkb | pabelanger ya the api allows it but same amount of work to check a uid as it is to add that uid to a group | 14:12 |
michaelxin | pabelanger: Do I need to send an email to someone? | 14:12 |
*** markvoelker_ has quit IRC | 14:12 | |
michaelxin | pabelanger: Thanks. | 14:12 |
clarkb | fabo can you test if latest version does that too? | 14:13 |
pabelanger | michaelxin: You could follow up to openstack-infra@lists.openstack.org if you don't find somebody here in little bit. | 14:13 |
michaelxin | pabelanger: Great! Thanks. | 14:14 |
*** shardy_ has quit IRC | 14:14 | |
*** nadya has joined #openstack-infra | 14:14 | |
fabo | clarkb: I can yes, just a matter to spin another chroot. need a few minutes though and will come back to you | 14:14 |
clarkb | michaelxin I can do it, what user should be added first? | 14:14 |
michaelxin | clarkb: Great. Thanks. | 14:14 |
*** shardy has joined #openstack-infra | 14:14 | |
michaelxin | clarkb: Please add me first: https://launchpad.net/~michael-xin | 14:15 |
michaelxin | clarkb: Email is michael.xin@rackspace.com | 14:15 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:16 | |
*** btully has joined #openstack-infra | 14:16 | |
openstackgerrit | Merged openstack-infra/groups: Fix page node stylesheets https://review.openstack.org/232009 | 14:17 |
*** ayoung has joined #openstack-infra | 14:17 | |
clarkb | michaelxin all done | 14:17 |
*** glauco__ has joined #openstack-infra | 14:17 | |
*** dramalho_ has joined #openstack-infra | 14:17 | |
zaro | morning | 14:18 |
michaelxin | clarkb: So I have permission to add others in the future? | 14:18 |
bltavares | morning zaro (: | 14:18 |
michaelxin | clarkb: Thanks | 14:18 |
clarkb | michaelxin yes you should be able to add and remove members | 14:18 |
michaelxin | clarkb: Great. You are the man. Thanks again. | 14:18 |
fabo | clarkb: it works as expected with 1.3.0 | 14:19 |
signed8bit | zaro: Any pointers/tips for IDE setup in the gerrit source tree now that buck has fully replaced maven? | 14:19 |
krotscheck | ohai everyone | 14:20 |
*** glauco has quit IRC | 14:20 | |
*** dramalho has quit IRC | 14:20 | |
krotscheck | I've got +2 on the two npm release slave patches from yolanda, any core around able to help me babysit these? https://review.openstack.org/#/c/229380/ | 14:21 |
fabo | clarkb: looks like related to python-jenkins instead of jjb | 14:21 |
fabo | clarkb: WARNING:jenkins_jobs.builder:Unable to retrieve Jenkins Plugin Info from http://localhost:8080/, using default empty plugins info list. | 14:21 |
*** arxcruz has quit IRC | 14:22 | |
clarkb | I think that is expected | 14:22 |
clarkb | jjb now tries to switch xml output based on plugin version | 14:22 |
zaro | clarkb: any idea why testr fails to run with tox -epy34? http://paste.openstack.org/show/475613 | 14:22 |
clarkb | does its best when it doesnt know the version | 14:22 |
zaro | clarkb: that's on ubuntu trusty | 14:22 |
odyssey4me | with regards to the publishing jobs - we have two repositories (openstack-ansible, and openstack-ansible-security) and would like to publish them both to http://docs.openstack.org/developer/openstack-ansible/ but with the '-security' repository docs under http://docs.openstack.org/developer/openstack-ansible/security/ - would that be possible? | 14:23 |
*** timcline has joined #openstack-infra | 14:23 | |
fabo | clarkb: make sense. thanks | 14:23 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards https://review.openstack.org/222268 | 14:24 |
clarkb | zaro db type could not be determined, run py34 before py27 | 14:24 |
clarkb | zaro to fix delete .testrepository | 14:24 |
anteaya | michaelxin: okay, glad to have your perspective as a data point, thank you | 14:24 |
*** dramalho_ has quit IRC | 14:24 | |
zaro | signed8bit: i assume you mean eclipse? https://gerrit-review.googlesource.com/Documentation/dev-eclipse.html | 14:24 |
zaro | clarkb: thanks | 14:25 |
anteaya | mordred: okay, glad to have your perspective as a data point, thank you | 14:25 |
clarkb | odyssey4me not with current jobs no, not sure I would want to special case that either | 14:25 |
*** tsekiyama has joined #openstack-infra | 14:25 | |
anteaya | michaelxin: sorry for the tab complete fail | 14:25 |
clarkb | odyssey4me we publish to project name/ | 14:25 |
signed8bit | zaro: well, IntelliJ for me but eclipse docs are close enough. Thanks! | 14:25 |
clarkb | odyssey4me couldnt you resolve that with proper linking instead? | 14:26 |
*** timcline has quit IRC | 14:27 | |
clarkb | or put the docs in one repo | 14:27 |
odyssey4me | clarkb ah ok - so if we did public, they'd be on a separate site and we'd have to link them - or consolidate into one repo | 14:27 |
odyssey4me | heh, like minds | 14:27 |
*** timcline has joined #openstack-infra | 14:27 | |
odyssey4me | clarkb ok, no worries - we'll adjust appropriately | 14:27 |
*** nadya has quit IRC | 14:27 | |
zaro | signed8bit: let me know if you figure it out for intellij :) | 14:28 |
*** arxcruz has joined #openstack-infra | 14:28 | |
zaro | i'm juggling between the two since i do python hacking on intellij | 14:28 |
signed8bit | zaro: Will do! In theory, it will just read in the eclipse setup... in theory. | 14:28 |
clarkb | odyssey4me if you want them coupled why use another repo? | 14:28 |
*** ajmiller has joined #openstack-infra | 14:29 | |
zaro | signed8bit: if you come across anything about referring to buck 'out of tree' builds avoid it | 14:29 |
odyssey4me | clarkb it's more a case of allowing some autonomy in their own repo - but still living under the same 'namespace' | 14:29 |
*** yamamoto has quit IRC | 14:29 | |
signed8bit | zaro: gotcha | 14:30 |
michaelxin | anteaya: No worry, Thanks. | 14:31 |
*** geoffarn_ has joined #openstack-infra | 14:32 | |
*** ZZelle_ has quit IRC | 14:32 | |
*** markvoelker has joined #openstack-infra | 14:32 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository https://review.openstack.org/232015 | 14:32 |
*** Guest59631 has quit IRC | 14:34 | |
*** cloudtrainme has joined #openstack-infra | 14:34 | |
*** geoffarnold has quit IRC | 14:36 | |
*** rkukura has joined #openstack-infra | 14:37 | |
*** fawadkhaliq has joined #openstack-infra | 14:37 | |
*** mrmartin has quit IRC | 14:37 | |
*** ddepaoli has quit IRC | 14:37 | |
*** mattymo_ has joined #openstack-infra | 14:39 | |
*** mattymo_ has quit IRC | 14:39 | |
krotscheck | zaro: What're you trying to do with Intellij? | 14:39 |
*** julim has quit IRC | 14:40 | |
*** julim has joined #openstack-infra | 14:40 | |
*** mattymo_ has joined #openstack-infra | 14:41 | |
*** ayoung has quit IRC | 14:41 | |
krotscheck | Ah, buck setup. Sorry, not familiar | 14:42 |
*** ayoung has joined #openstack-infra | 14:42 | |
*** amotoki has joined #openstack-infra | 14:42 | |
mordred | anteaya: ECONTEXT | 14:42 |
*** mtanino has joined #openstack-infra | 14:43 | |
anteaya | mordred: you said you liked slow paste, many hours ago | 14:43 |
mordred | anteaya: ah. I forgot about that. I was also joking, just to be clear | 14:43 |
anteaya | mordred: I am grateful that you would share your perspective, thank you | 14:43 |
anteaya | mordred: I know | 14:43 |
mordred | anteaya: ;) | 14:43 |
anteaya | :) | 14:43 |
anteaya | and good morning | 14:43 |
*** naggappan has quit IRC | 14:45 | |
*** vmb_out is now known as vmbrasseur | 14:45 | |
*** zz_dimtruck is now known as dimtruck | 14:45 | |
*** bexelbie_ has quit IRC | 14:45 | |
anteaya | so paste, if some folks who have +2 on -logeit and -httpd are about there are two patches up to get robots.txt in the right directory so it can be found:https://review.openstack.org/#/q/topic:no-proxy-robots_txt,n,z | 14:46 |
anteaya | -lodgeit | 14:46 |
*** unicell has joined #openstack-infra | 14:47 | |
*** dramalho has joined #openstack-infra | 14:47 | |
*** ayoung has quit IRC | 14:47 | |
*** claudiub has quit IRC | 14:48 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository https://review.openstack.org/232015 | 14:48 |
*** hashar_ has joined #openstack-infra | 14:48 | |
*** mcdonagm has joined #openstack-infra | 14:49 | |
*** rlandy has quit IRC | 14:49 | |
*** unicell1 has quit IRC | 14:49 | |
*** hashar has quit IRC | 14:49 | |
*** mfmcdonagh has quit IRC | 14:49 | |
*** HenryG has quit IRC | 14:49 | |
*** hogepodge has quit IRC | 14:50 | |
*** yfried_ has joined #openstack-infra | 14:50 | |
*** dansmith has quit IRC | 14:50 | |
*** yfried has quit IRC | 14:50 | |
*** hogepodge has joined #openstack-infra | 14:51 | |
*** dansmith has joined #openstack-infra | 14:51 | |
*** claudiub has joined #openstack-infra | 14:51 | |
*** stevemar_ has joined #openstack-infra | 14:51 | |
*** dramalho has quit IRC | 14:51 | |
*** vlaza has quit IRC | 14:51 | |
*** HenryG has joined #openstack-infra | 14:52 | |
*** geoffarn_ has quit IRC | 14:52 | |
*** geoffarnold has joined #openstack-infra | 14:53 | |
*** Daisy has joined #openstack-infra | 14:53 | |
*** tjones has joined #openstack-infra | 14:53 | |
*** matrohon has quit IRC | 14:54 | |
*** alaski_out has quit IRC | 14:55 | |
*** finch has quit IRC | 14:56 | |
*** Sree has quit IRC | 14:57 | |
*** michaelxin has quit IRC | 14:57 | |
*** Sree has joined #openstack-infra | 14:57 | |
*** alaski has joined #openstack-infra | 14:58 | |
*** kmartin has joined #openstack-infra | 14:58 | |
*** finch has joined #openstack-infra | 14:59 | |
*** sridhar_ram has quit IRC | 14:59 | |
*** ayoung has joined #openstack-infra | 14:59 | |
*** ddieterly has joined #openstack-infra | 14:59 | |
*** bcourt has quit IRC | 14:59 | |
*** nadya has joined #openstack-infra | 15:00 | |
*** rlandy has joined #openstack-infra | 15:01 | |
*** Sree has quit IRC | 15:02 | |
*** cloudtra_ has joined #openstack-infra | 15:02 | |
*** cloudtrainme has quit IRC | 15:02 | |
*** fedexo has joined #openstack-infra | 15:03 | |
*** timcline_ has joined #openstack-infra | 15:03 | |
*** jian5397 has joined #openstack-infra | 15:03 | |
*** timcline has quit IRC | 15:03 | |
*** hdd has joined #openstack-infra | 15:04 | |
*** sergmelikyan has quit IRC | 15:04 | |
*** ajmiller_ has joined #openstack-infra | 15:04 | |
*** ajmiller has quit IRC | 15:05 | |
*** timcline_ has quit IRC | 15:05 | |
*** timcline has joined #openstack-infra | 15:06 | |
clarkb | mordred: can you review https://review.openstack.org/#/c/231195/1/requirements.txt (and probably approve) | 15:07 |
mordred | clarkb: on it | 15:07 |
openstackgerrit | Rafael Folco proposed openstack-infra/project-config: Hide console stdout/stderr until not ready to download https://review.openstack.org/232054 | 15:08 |
mordred | clarkb: done | 15:09 |
*** tjones has quit IRC | 15:09 | |
*** dtantsur|brb is now known as dtantsur | 15:10 | |
*** sdake has quit IRC | 15:11 | |
*** hemnafk is now known as hemna | 15:12 | |
anteaya | rfolco: what motivated your patch 232054? context helps | 15:13 |
*** bcourt has joined #openstack-infra | 15:13 | |
rfolco | anteaya, http://logs.openstack.org/48/231948/1/check/gate-nova-pep8/98eb30d/console.html | 15:13 |
*** sdake has joined #openstack-infra | 15:14 | |
openstackgerrit | Merged openstack-infra/nodepool: Bump shade requirement to >=0.12.0 https://review.openstack.org/231195 | 15:14 |
rfolco | anteaya, look for "no such file" | 15:14 |
*** jistr is now known as jistr|mtg | 15:14 | |
*** rkukura has quit IRC | 15:14 | |
*** armax has joined #openstack-infra | 15:14 | |
rfolco | anteaya, it just hide annoying errors while console is not ready to grab | 15:15 |
anteaya | are you removing any useful information? | 15:16 |
*** tsekiyama has quit IRC | 15:16 | |
*** Daisy has quit IRC | 15:17 | |
*** jistr|mtg is now known as jistr | 15:17 | |
*** claudiub has quit IRC | 15:17 | |
anteaya | no such file happens twice in that log | 15:17 |
rfolco | no, just sending stdout/stderr to /dev/null when grepping console... and if console.html isn't ready yet, it gives errors | 15:17 |
*** Daisy has joined #openstack-infra | 15:17 | |
rfolco | yeah, did for stat also | 15:17 |
*** jamesmcarthur has joined #openstack-infra | 15:17 | |
anteaya | so you would remove one instance of no such file in that log | 15:18 |
clarkb | rfolco: well it does prevent us from knowing if the file get fails or if the uuid grep fails | 15:18 |
rfolco | so grep and stat were testing the file, but if it does not exist, it gives error | 15:18 |
*** Daisy has quit IRC | 15:19 | |
anteaya | clarkb: thanks, that is what I was wondering | 15:19 |
*** Daisy has joined #openstack-infra | 15:19 | |
anteaya | rfolco: annoyances sometimes contain information of value | 15:19 |
clarkb | rfolco: a cleaner way to deal with that may be to do a get prior to looping | 15:19 |
clarkb | rfolco: then any of those errors would be valid and interesting | 15:19 |
rfolco | I thinbk the grep output does not have anything with the exit code | 15:20 |
clarkb | rfolco: so basically make a copy of the curl command iwth start=0 before the loop | 15:20 |
*** rockyg has joined #openstack-infra | 15:21 | |
rfolco | grep something file would return 0 if true, 1 if false, thats what really matters for that while true loop | 15:21 |
*** claudiub has joined #openstack-infra | 15:21 | |
*** sergmelikyan has joined #openstack-infra | 15:22 | |
clarkb | rfolco: right but debugging why it fails depends on whether or not the file is present and whether or not the content is in the file | 15:22 |
rfolco | clarkb, can't I just add a echo with message if max retries exceed ? | 15:23 |
rfolco | that's the way you know exacly whats going on for debugging | 15:24 |
clarkb | rfolco: or just make the curl run first | 15:24 |
clarkb | and any error messages are valid | 15:24 |
rfolco | ah ok, now I see your point | 15:24 |
rfolco | clarkb, let me re-work on that thanks for your insights | 15:25 |
*** jamesmcarthur has quit IRC | 15:25 | |
*** cody-somerville has quit IRC | 15:26 | |
Shrews | mordred: around? | 15:26 |
anteaya | thank you clarkb | 15:26 |
*** MarkAtwood has joined #openstack-infra | 15:27 | |
mordred | Shrews: just afking for a sec | 15:27 |
Shrews | mordred: shade's create_user() seems to be targeted to keystone v3. it won't work on v2 at all. is this on purpose? | 15:28 |
clarkb | Shrews: I don't think you can create users and things until v3 | 15:29 |
clarkb | because v3 added domains | 15:29 |
clarkb | (or is shade doing admin API now too?) | 15:29 |
stevemar_ | you could create users in v2 | 15:29 |
*** DericHorn-HP has quit IRC | 15:29 | |
clarkb | stevemar_: as a non admin? | 15:29 |
*** annegentle has joined #openstack-infra | 15:29 | |
Shrews | mordred: oh, you know what. it *will* work. you just ignore the params when convenient | 15:29 |
Shrews | clarkb: v2 allows user creation | 15:30 |
stevemar_ | oh, no, not as an non-admin | 15:30 |
clarkb | right | 15:30 |
*** yamamoto has joined #openstack-infra | 15:30 | |
*** lawrancejing has quit IRC | 15:31 | |
*** ddieterly has quit IRC | 15:31 | |
*** geoffarn_ has joined #openstack-infra | 15:31 | |
*** geoffarnold has quit IRC | 15:31 | |
*** DericHorn-HP has joined #openstack-infra | 15:31 | |
*** lawrancejing has joined #openstack-infra | 15:32 | |
Shrews | mordred: so, nm. sorry | 15:32 |
Shrews | clarkb: but there *is* and admin api in shade in the OperatorCloud class | 15:33 |
*** ddieterly has joined #openstack-infra | 15:33 | |
*** lawrancejing has quit IRC | 15:33 | |
Shrews | just not very extensive atm | 15:33 |
clarkb | I see | 15:33 |
*** rlandy has quit IRC | 15:34 | |
*** dims_ has quit IRC | 15:34 | |
*** sridhar_ram has joined #openstack-infra | 15:35 | |
*** yamamoto has quit IRC | 15:35 | |
*** BharatK has joined #openstack-infra | 15:36 | |
*** mudassirlatif has quit IRC | 15:37 | |
*** jamesmcarthur has joined #openstack-infra | 15:37 | |
*** bpokorny has joined #openstack-infra | 15:37 | |
krotscheck | fungi: Hey howdy, when you get back I'm ready to do another pass at that npm patch. It's already +2'd | 15:37 |
*** mpaolino has joined #openstack-infra | 15:38 | |
*** shashank_hegde has joined #openstack-infra | 15:38 | |
openstackgerrit | Merged openstack-infra/system-config: Add all production DIB images to OVH https://review.openstack.org/231727 | 15:38 |
*** kaisers has quit IRC | 15:40 | |
*** jian5397 has quit IRC | 15:40 | |
*** david-lyle has quit IRC | 15:41 | |
*** david-lyle has joined #openstack-infra | 15:42 | |
*** thinrichs has quit IRC | 15:42 | |
*** links has quit IRC | 15:42 | |
*** MarkAtwood has quit IRC | 15:43 | |
*** thinrichs has joined #openstack-infra | 15:43 | |
greghaynes | ^ ohmy | 15:43 |
anteaya | I am seeing the same | 15:44 |
anteaya | yay | 15:44 |
anteaya | not all the image types but many | 15:44 |
*** cody-somerville has joined #openstack-infra | 15:44 | |
*** kaisers has joined #openstack-infra | 15:44 | |
*** dims_ has joined #openstack-infra | 15:44 | |
*** Swami has joined #openstack-infra | 15:45 | |
*** marcusvrn_ has quit IRC | 15:45 | |
*** shardy_ has joined #openstack-infra | 15:45 | |
fungi | krotscheck: sure, i can look in just a bit. which review was it again? | 15:46 |
*** MarkAtwood has joined #openstack-infra | 15:46 | |
*** DericHorn-HP has quit IRC | 15:46 | |
krotscheck | fungi: https://review.openstack.org/#/c/229380/ and the subsequent one | 15:46 |
openstackgerrit | Markus Zoeller (markus_z) proposed openstack-infra/infra-manual: developer's guide: Add bug handling description https://review.openstack.org/192232 | 15:46 |
fungi | krotscheck: thanks, will do | 15:47 |
*** shardy has quit IRC | 15:47 | |
krotscheck | fungi: Much obliged | 15:47 |
*** plol has quit IRC | 15:48 | |
*** plol has joined #openstack-infra | 15:49 | |
*** bcourt has quit IRC | 15:50 | |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-statusbot: Enable #success feature from statusbot https://review.openstack.org/224768 | 15:50 |
*** shardy_ has quit IRC | 15:50 | |
*** timcline_ has joined #openstack-infra | 15:51 | |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Enable the #success feature in statusbot https://review.openstack.org/224769 | 15:51 |
*** shardy has joined #openstack-infra | 15:51 | |
*** Zhongjun has joined #openstack-infra | 15:52 | |
*** geoffarn_ has quit IRC | 15:52 | |
*** timcline has quit IRC | 15:52 | |
*** geoffarnold has joined #openstack-infra | 15:52 | |
*** spzala has quit IRC | 15:53 | |
*** dramalho has joined #openstack-infra | 15:54 | |
*** ajmiller_ has quit IRC | 15:55 | |
*** ajmiller_ has joined #openstack-infra | 15:55 | |
*** david-ly_ has joined #openstack-infra | 15:55 | |
*** david-lyle has quit IRC | 15:55 | |
clarkb | since it came up in yesterdays meeting http://logs.openstack.org/23/230023/14/check/nodepool-coverage/ shows index generation from swift | 15:56 |
*** david-ly_ has quit IRC | 15:56 | |
clarkb | there is one last change that will always do index generation in os-loganalyze so that logs.openstack.org/23/230023/14/check/ has complete info | 15:56 |
clarkb | I will look into that one today | 15:56 |
*** david-lyle has joined #openstack-infra | 15:56 | |
anteaya | thanks clark | 15:57 |
clarkb | https://review.openstack.org/#/c/229216/ that one, reviewing now | 15:57 |
anteaya | jeblair: have you had an opportunity to compose the second email to the folks who are about to have their repos made read only? | 15:58 |
*** jian5397 has joined #openstack-infra | 15:58 | |
anteaya | jeblair: and yay ovh | 15:58 |
jeblair | anteaya: nope, will try today | 15:58 |
anteaya | jeblair: awesome, thank you | 15:58 |
jeblair | anteaya: that's still just limited testing -- i merged that so that our images will get uploaded | 15:58 |
*** ajmiller_ has quit IRC | 15:58 | |
clarkb | hrm the dev and prod vhosts are both changed in that, if no one objects I will update the dev vhost by hand so I can test | 15:58 |
anteaya | jeblair: ah wonderful | 15:58 |
anteaya | thanks | 15:58 |
*** ajmiller_ has joined #openstack-infra | 15:58 | |
*** ajmiller_ has quit IRC | 15:59 | |
anteaya | jeblair: and I was watching a movie last night that had an awesome library | 15:59 |
*** dims__ has joined #openstack-infra | 15:59 | |
anteaya | ladder and swirling staircase and all | 15:59 |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository https://review.openstack.org/232015 | 15:59 |
anteaya | and I thought of you, jeblair | 15:59 |
jeblair | anteaya: why thank you! | 15:59 |
anteaya | pictured you on one side putting those labels in the books | 16:00 |
* anteaya forgets what those labels are called | 16:00 | |
*** fawadkhaliq has quit IRC | 16:00 | |
*** dtardivel has joined #openstack-infra | 16:00 | |
*** pc_m is now known as pc_m_AWAY | 16:00 | |
*** fawadk has joined #openstack-infra | 16:00 | |
anteaya | something plate | 16:00 |
jeblair | anteaya: bookplate? | 16:00 |
anteaya | that might be it | 16:00 |
anteaya | how obvious | 16:00 |
*** yfried_ has quit IRC | 16:01 | |
jeblair | that's the thing that goes on the inside of the cover and says "ex libris <your name here>" | 16:01 |
anteaya | yes | 16:01 |
anteaya | that was what I was picturing | 16:01 |
anteaya | you were singing softly to yourself while you were doing it | 16:01 |
anteaya | noone else noticed | 16:01 |
*** cbader_ has quit IRC | 16:01 | |
jeblair | this is pretty much how i irc too. | 16:02 |
openstackgerrit | Steve Martinelli proposed openstack/requirements: Bump upper constraints for keystoneclient and keystonemiddleware https://review.openstack.org/232069 | 16:02 |
*** cbader has joined #openstack-infra | 16:02 | |
anteaya | jeblair: ha ha ha | 16:02 |
clarkb | http://logs-dev.openstack.org/23/230023/14/check/ is what that looks like | 16:02 |
*** nadya has quit IRC | 16:02 | |
*** MarkAtwood has quit IRC | 16:03 | |
*** hashar_ has quit IRC | 16:03 | |
*** sridhar_ram1 has joined #openstack-infra | 16:03 | |
*** dims_ has quit IRC | 16:03 | |
clarkb | doing index generation seems a tad slow, but most of the access to the logs should be with more complete paths | 16:03 |
*** bcourt has joined #openstack-infra | 16:03 | |
clarkb | logstash for example has full file paths and gerrit comments drop you in a job root | 16:04 |
*** sridhar_ram has quit IRC | 16:04 | |
jeblair | clarkb: yeah, job roots seem fast | 16:04 |
*** tsekiyama has joined #openstack-infra | 16:04 | |
jeblair | clarkb: and change roots seem workable | 16:05 |
jeblair | (or rather change-pipeline roots...) | 16:05 |
jeblair | http://logs-dev.openstack.org/23/230023/14/ | 16:05 |
jeblair | looks slightly buggy? | 16:05 |
*** jistr has quit IRC | 16:05 | |
jeblair | as does http://logs-dev.openstack.org/23/230023/ | 16:05 |
clarkb | neat | 16:05 |
jeblair | but all of those are still workable | 16:06 |
anteaya | the docs link gives me the console log, which is fine, will I still have access to a draft of a docs change? | 16:06 |
clarkb | I am guessing that it find sthe on disk and in swift paths and they match but it gets written twice | 16:06 |
clarkb | jeblair: are you ok with that bug being fixed later or should we hold off? I can look into it | 16:06 |
jeblair | clarkb: okay with later | 16:06 |
clarkb | ok I will approve the change now | 16:07 |
jeblair | anteaya: i don't know what's up with that... | 16:07 |
clarkb | (if the double links bother anyone speak now :) ) | 16:07 |
anteaya | jeblair: yeah, me either | 16:07 |
jeblair | anteaya: oh, yeah, i imagine this is just the logs | 16:07 |
anteaya | jeblair: ah okay | 16:07 |
jeblair | anteaya: so not actually docs-draft.o.o | 16:07 |
jeblair | anteaya: which is where the draft build would be | 16:07 |
anteaya | awesome | 16:07 |
anteaya | thank you | 16:07 |
jeblair | clarkb: right? | 16:07 |
clarkb | jeblair: yes this doens't touch the docs-draft vhost | 16:07 |
anteaya | cover renders: http://logs.openstack.org/23/230023/14/check/nodepool-coverage/95b8bda/cover/ | 16:08 |
anteaya | clarkb: so yeah, no objection, thanks | 16:08 |
*** matbu has quit IRC | 16:08 | |
*** jlanoux has quit IRC | 16:08 | |
*** ifarkas has quit IRC | 16:09 | |
*** scheuran has quit IRC | 16:10 | |
jeblair | clarkb, fungi: i'm going to kill nodepool image bualds and restart them to make sure i get the ones i need for ovh | 16:11 |
jeblair | builds | 16:11 |
fungi | jeblair: okie dokie | 16:11 |
fungi | clarkb: yeah, looks better than no index there | 16:11 |
fungi | we could stand to add a parent link to the indices too, but that can always come later | 16:12 |
*** annegentle has quit IRC | 16:12 | |
*** annegentle has joined #openstack-infra | 16:13 | |
*** marcusvrn_ has joined #openstack-infra | 16:13 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add devstack job https://review.openstack.org/230358 | 16:14 |
*** geoffarn_ has joined #openstack-infra | 16:14 | |
*** sridhar_ram1 has quit IRC | 16:14 | |
*** geoffarnold has quit IRC | 16:14 | |
*** sshnaidm has quit IRC | 16:14 | |
*** sridhar_ram has joined #openstack-infra | 16:14 | |
*** dramalho has quit IRC | 16:15 | |
*** dramalho has joined #openstack-infra | 16:16 | |
*** cloudtra_ has quit IRC | 16:17 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface https://review.openstack.org/232079 | 16:17 |
*** mudassirlatif has joined #openstack-infra | 16:17 | |
*** tmorin has quit IRC | 16:17 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface https://review.openstack.org/232079 | 16:18 |
*** unicell has quit IRC | 16:19 | |
*** dims__ is now known as dims | 16:19 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface https://review.openstack.org/232079 | 16:19 |
*** cloudtrainme has joined #openstack-infra | 16:19 | |
*** amotoki has quit IRC | 16:20 | |
Shrews | mordred: ^^^ picks up and completes your user work | 16:23 |
*** asmigala has quit IRC | 16:23 | |
*** esker has joined #openstack-infra | 16:25 | |
*** sabeen1 has joined #openstack-infra | 16:25 | |
Shrews | mordred: i can break that out into separate reviews if you prefer... i kinda went nuts there while being in a coding zone | 16:25 |
*** dizquierdo has quit IRC | 16:26 | |
*** BharatK has quit IRC | 16:27 | |
openstackgerrit | Vladimir Kozhukalov proposed openstack-infra/project-config: Create bareon project https://review.openstack.org/231677 | 16:29 |
*** jordanP has quit IRC | 16:30 | |
*** sergmelikyan has quit IRC | 16:30 | |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Handle all requests through os-loganalyze https://review.openstack.org/229216 | 16:31 |
*** AJaeger has joined #openstack-infra | 16:32 | |
*** geoffarnold has joined #openstack-infra | 16:35 | |
*** geoffarn_ has quit IRC | 16:35 | |
*** mrmartin has joined #openstack-infra | 16:35 | |
openstackgerrit | Glauco Oliveira proposed openstack-infra/puppet-jenkins: Add acceptance tests for puppet-jenkins. https://review.openstack.org/220228 | 16:35 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: networking-bgpvpn: add devstack job https://review.openstack.org/230358 | 16:36 |
jeblair | https://jenkins03.openstack.org/job/gate-openstack-ansible-commit-nv/22/console | 16:39 |
jeblair | that ran on ovh and failed in an interesting way | 16:39 |
*** alexsyip has joined #openstack-infra | 16:39 | |
jeblair | 2015-10-07 16:36:30.872 | IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/root'] | 16:39 |
greghaynes | jeblair: hah | 16:39 |
*** BharatK has joined #openstack-infra | 16:40 | |
greghaynes | jeblair: out of space? | 16:40 |
*** trown is now known as trown|lunch | 16:40 | |
*** signed8bit has quit IRC | 16:40 | |
jeblair | /dev/vda1 38G 9.5G 27G 27% / | 16:40 |
greghaynes | :/ | 16:40 |
jeblair | that's /tmp | 16:40 |
greghaynes | so perms | 16:40 |
jeblair | don't think so? | 16:41 |
*** zeih has joined #openstack-infra | 16:41 | |
jeblair | jenkins is writing stuff there... | 16:41 |
*** geoffarnold has quit IRC | 16:41 | |
clarkb | the ansible jobs use containers | 16:42 |
greghaynes | oh | 16:43 |
clarkb | possibly in a different fs namespace | 16:43 |
clarkb | or drive or disk etc | 16:43 |
*** ildikov has joined #openstack-infra | 16:43 | |
greghaynes | or even just a chroot with messed up perms | 16:43 |
jeblair | anyone around here understand those jobs? | 16:44 |
anteaya | odyssey4me: you do ansible job things, yes? | 16:44 |
mordred | odyssey4me: ^^ | 16:44 |
mordred | jinx | 16:44 |
*** BharatK has quit IRC | 16:44 | |
anteaya | :) | 16:44 |
*** ihrachys has quit IRC | 16:44 | |
jeblair | oh another one: https://jenkins01.openstack.org/job/gate-openstack-ansible-commit-nv/18/console | 16:45 |
jeblair | 2015-10-07 16:40:35.381 | stderr: Cloning into '/tmp/yaprt_temp_git_dir/heat'... | 16:45 |
jeblair | 2015-10-07 16:40:35.381 | fatal: write error: No space left on device | 16:45 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: setup.cfg: py26 is no longer supported https://review.openstack.org/231169 | 16:46 |
zaro | zxiiro: somay no longer around? just a little fixup needed for this https://review.openstack.org/#/c/203364/ | 16:48 |
*** tonytan4ever has joined #openstack-infra | 16:49 | |
zxiiro | no his term ended a few months ago | 16:50 |
*** esker has quit IRC | 16:50 | |
zxiiro | zaro: Thanks for reminding me though. I can try to take care of it when I return from PTO unless someone else gets to it before me. | 16:50 |
*** achanda has joined #openstack-infra | 16:51 | |
asselin_ | anteaya, fungi fyi "There is no bulk transfer procedure that's possible currently. You'll need to transfer each repository individually." | 16:52 |
*** timcline_ has left #openstack-infra | 16:52 | |
fungi | asselin_: sorry, i've lost context. to what was that in reference? | 16:52 |
*** devvesa has quit IRC | 16:52 | |
anteaya | asselin_: thanks for checking | 16:52 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Capture logs with FakeLogging Fixture https://review.openstack.org/226107 | 16:52 |
anteaya | fungi: github rename | 16:53 |
jeblair | i say we just turn it off | 16:53 |
anteaya | fungi: he asked a human | 16:53 |
asselin_ | fungi, yes, github project renames | 16:53 |
fungi | anteaya: asselin_: oh, yep thanks. was less concerned about the presence of a bulk transfer operation, more about the possibility for an api method to perform a transfer (even an individual one) | 16:53 |
*** ZZelle has joined #openstack-infra | 16:53 | |
fungi | if it were exposed by the github api, we could script it pretty easily | 16:54 |
fungi | but from what we've found so far, it's not | 16:54 |
asselin_ | fungi, anteaya I specifically asked that and the github human (James Dennes (GitHub Staff) <support@github.com>) didn't indicate there's any. | 16:55 |
*** alaski is now known as alaski_out | 16:55 | |
jeblair | clarkb, mordred: it looks like normally the ansible job uses the ephemeral volume. we don't appear to have an ephemeral volume on ovh. | 16:55 |
*** BharatK has joined #openstack-infra | 16:56 | |
jeblair | clarkb, mordred: (though apparently 27G is enough space for devstack to do its thing) | 16:56 |
jeblair | clarkb, mordred: i'm thinking that maybe we haven't specified our test resources wrt disk space as carefully as we have for ram. | 16:56 |
jeblair | also, we have no ubuntu trusty nodes on hpcloud? | 16:57 |
anteaya | asselin_: thank you for asking | 16:57 |
anteaya | asselin_: they probably will get around to exposing that after we are done | 16:58 |
jeblair | i think that's a temporary condition. nm. | 16:58 |
*** Sukhdev has joined #openstack-infra | 16:58 | |
sdague | jeblair: the # available seems odd right now though | 16:58 |
sdague | given how many things are waiting on nodes | 16:58 |
asselin_ | anteaya, yeah...or ask for a merge request :) | 16:58 |
*** amuller has quit IRC | 16:58 | |
anteaya | asselin_: :) | 16:59 |
sdague | is the allocator off again? because it looks like it's about an hour waiting in check before getting a trusty dsvm node. | 17:00 |
jeblair | sdague: devstack-trusty? | 17:00 |
sdague | yeh | 17:00 |
sdague | like 232013,1 - submitted 43 minutes ago, still no devstack nodes | 17:01 |
fungi | it looks like we're flush with readies of some sort | 17:01 |
jeblair | AllocationRequest for 113.0 of devstack-trusty | 17:01 |
jeblair | it knows it needs them | 17:02 |
*** unicell has joined #openstack-infra | 17:02 | |
*** dramalho has quit IRC | 17:02 | |
*** claudiub has quit IRC | 17:03 | |
sdague | yeh, that's what's weird | 17:03 |
jeblair | we do have a lot of day-old ready nodes... i'll delete those. | 17:03 |
*** mpaolino has quit IRC | 17:03 | |
fungi | 117 bare-trusty and 119 devstack-trusty in ready state | 17:04 |
fungi | maybe we have a misbehaving jenkins master or two? | 17:04 |
*** abitha has joined #openstack-infra | 17:04 | |
clarkb | ya I would check | 17:04 |
*** yamahata has joined #openstack-infra | 17:04 | |
mmmpork | hey folks, i'm trying to find either information on or an example of a Disk Image Builder manifest that would be used by the apt-preferences element | 17:04 |
mmmpork | specifically for DIB_DPKG_MANIFEST | 17:04 |
jeblair | clarkb, fungi: could also have accumulated leaked nodes from my restarts | 17:05 |
*** zeih has quit IRC | 17:06 | |
fungi | that's a possibility | 17:06 |
fungi | since these seem fairly evenly spread out across all the jenkinses | 17:06 |
fungi | these may be nodes actively running jobs still depending on their age | 17:07 |
*** HeOS has quit IRC | 17:07 | |
fungi | i wouldn't delete any unless they've been ready for ~2.5 hours or longer | 17:07 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Fix provider manager reloading without jenkins https://review.openstack.org/232112 | 17:08 |
greghaynes | jeblair: ^ more broken logic | 17:08 |
*** amuller has joined #openstack-infra | 17:08 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: zuul/layout: run puppet integration on trove module https://review.openstack.org/232113 | 17:08 |
jeblair | greghaynes: awesome, thanks | 17:08 |
*** krtaylor has quit IRC | 17:09 | |
krotscheck | fungi: Any comments on https://review.openstack.org/#/c/229380/ yet? | 17:09 |
*** rkukura has joined #openstack-infra | 17:10 | |
*** rockyg has quit IRC | 17:10 | |
clarkb | greghaynes commented | 17:11 |
*** achanda has quit IRC | 17:11 | |
*** geoffarnold has joined #openstack-infra | 17:11 | |
greghaynes | clarkb: I am splitting that in my builder changes so its going to happen anyhow | 17:12 |
clarkb | ok | 17:12 |
clarkb | still -1 on updating the list | 17:12 |
greghaynes | yea, fixing that now... | 17:12 |
fungi | krotscheck: just getting to it now | 17:13 |
alivigni | zaro# thanks for the review :) | 17:13 |
krotscheck | fungi: Thank you. | 17:13 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Fix provider manager reloading without jenkins https://review.openstack.org/232112 | 17:13 |
*** tsekiyama has quit IRC | 17:13 | |
*** achanda has joined #openstack-infra | 17:13 | |
alivigni | pelix# can I get you to review this again please I just need one more +2 - https://review.openstack.org/#/c/229100/ | 17:14 |
*** kushal has quit IRC | 17:15 | |
jeblair | clarkb, fungi, mordred: so it looks like we have a 463G ephemeral disk on hpcloud, a 40G ephemeral on rax, and no ephemeral disk on ovh. does that sound right? | 17:16 |
zaro | alivigni: np. what's the urgency? | 17:16 |
* anteaya is afk for a bit | 17:16 | |
*** thinrichs has quit IRC | 17:17 | |
jeblair | clarkb, fungi, mordred: make that a 50G disk on rax? | 17:17 |
zaro | alivigni: do you plan on submitting more changes on top of that one? | 17:17 |
*** dtantsur is now known as dtantsur|afk | 17:17 | |
jeblair | clarkb, fungi, mordred: so, 463/50/0 | 17:17 |
alivigni | zaro# We want to be able to just build this from source for the new Openshift plugin that is will be coming out soon | 17:17 |
clarkb | its 80G on rax iirc | 17:17 |
alivigni | zaro# so just trying to get ahead of the curve | 17:17 |
jeblair | clarkb: oh, i may be looking post-partitioning | 17:17 |
pleia2 | AJaeger: can you join us in #openstack-i18n? looking into a merging issue Daisy is having | 17:18 |
clarkb | then a bunch of it (24G iirc) is given to cinder | 17:18 |
mordred | jeblair: what's the size of the root on each of those? | 17:18 |
*** thinrichs has joined #openstack-infra | 17:18 | |
jeblair | mordred: hpcloud is 30, the others 40 | 17:19 |
*** sharikapongubala has quit IRC | 17:19 | |
mordred | so 40g total is our LCD amount of space currently, and HP gives us roughly 10x that | 17:21 |
jeblair | clarkb: yeah: 1 1049kB 85.9GB 85.9GB primary | 17:21 |
*** dramalho has joined #openstack-infra | 17:21 | |
fungi | jeblair: yep, we carve it up | 17:21 |
jeblair | mordred: yep. 40G seems to be (barely) sufficient to run devstack right now | 17:21 |
mmmpork | btw, i found what i was looking for in the manifests element | 17:21 |
mordred | oy | 17:21 |
jeblair | mordred: and apparently insufficient to run the openstack ansible tests | 17:22 |
*** notnownikki has quit IRC | 17:23 | |
*** krtaylor has joined #openstack-infra | 17:23 | |
mordred | that's ... did I see they were cloning things in the error? maybe they should stop doing that ... | 17:24 |
jeblair | mordred: yeah, i have not looked into whether they are using disk efficiently | 17:24 |
*** changbl has quit IRC | 17:25 | |
mordred | but if we're hitting the limit or close to it with devstack, there's probably a larger decision to be made | 17:25 |
mordred | which is do we set a hard cap on disk like we do with RAM | 17:25 |
bltavares | jhesketh: could you revisit this fix please https://review.openstack.org/#/c/228604/ ? We checked some of the concerns on other distros | 17:25 |
*** dahoo has joined #openstack-infra | 17:25 | |
jeblair | mordred: i'll check post-run state when i run devstack tests on ovh later | 17:25 |
mordred | 40g is a lot of space for some people's laptops | 17:25 |
jeblair | mordred: then we'll know the actual delta better than "i think we're close based on work i was doing with nodepool-dsvm earlier" | 17:26 |
fungi | i think i recall that ansible job was preallocating space for each container, so may simply be overrunning based on assumptions from what our other providers give us | 17:26 |
pelix | alivigni: looks pretty tidy, do you fancy moving the helper to the 'helper.py' module and calling it something like convert_mapping_to_xml? and then calling it from the scm.py module for openshift_img_streams since you've already cleaned that up? | 17:27 |
pelix | alivigni: just reviewing the docs to check they are generated correctly as I think I saw something that might not render right | 17:27 |
jeblair | mordred: so it seems like the first question is "shoud 40G be enough for everybody?" :) and we should not necessarily jump to "lets get more space" | 17:27 |
jeblair | mordred, clarkb, fungi: oh! ovh also has no swap | 17:28 |
mordred | yes | 17:28 |
*** pc_m_AWAY is now known as pc_m | 17:28 | |
clarkb | jeblair: and not having the cinder lvm stuff may slow down testing | 17:28 |
*** mudassirlatif has quit IRC | 17:28 | |
*** jvmario has left #openstack-infra | 17:28 | |
mordred | I think we should pick a design target for reasons | 17:28 |
jeblair | clarkb: don't understand? | 17:28 |
*** achanda has quit IRC | 17:28 | |
*** jcoufal has quit IRC | 17:28 | |
clarkb | jeblair: we make lvm volumes for cinder on the ephemeral drives which should be more performant than the block device file | 17:28 |
jeblair | clarkb: by "we" you mean "devstack"? | 17:29 |
*** kushal has joined #openstack-infra | 17:29 | |
clarkb | jeblair: no devstack-gate | 17:29 |
clarkb | otherwise devstack makes a file that it does lvm in | 17:29 |
*** jcoufal has joined #openstack-infra | 17:29 | |
*** mrmartin has quit IRC | 17:29 | |
fungi | oh, right, i forgot about that | 17:30 |
*** trown|lunch is now known as trown | 17:30 | |
jeblair | clarkb, mordred: oh -- we may have trouble with grenade | 17:30 |
*** e0ne has quit IRC | 17:30 | |
jeblair | "HPCloud also doesn't have enough space on / for two devstack installs" (from d-g) | 17:30 |
*** Piet has quit IRC | 17:31 | |
jeblair | mordred: so i'm less optimistic 40G will be enough for everyone, but we'll get numbers. | 17:31 |
fungi | though ideally loopback performance on a filesystem should be _almost_ as fast as direct block device access | 17:31 |
alivigni | pelix# I can look into moving that to helpers I believe the docs should be all set based on your feedback but let me double check it | 17:31 |
*** shashank_hegde has quit IRC | 17:32 | |
mordred | jeblair: totally. I mean, at this point we haven't been capping, so we should probably find out actual mark for central things like devstack and grenade | 17:32 |
clarkb | fungi: I think the issue is more that its lvm in a file | 17:32 |
clarkb | so it can't be smart? | 17:32 |
jeblair | sdague: what's the actual performance impact of https://review.openstack.org/125813 ? | 17:32 |
clarkb | there was a writeup on it when cinder was having trouble | 17:32 |
fungi | what, like block alignment could be askew? | 17:32 |
alivigni | pelix# I think calling it openshift_mapping_to_xml may be better | 17:32 |
alivigni | pelix# thoughts? | 17:33 |
clarkb | I thought in a bug | 17:33 |
jeblair | clarkb: it's not mentioned in https://review.openstack.org/125813 or in the code comments | 17:33 |
fungi | clarkb: i guess so, though getting modern performance numbers would be worthwhile anyway | 17:33 |
fungi | jeblair: do we have cinder access in ovh? | 17:33 |
fungi | and if so, what's their minimum volume size? | 17:33 |
*** pvaneck has joined #openstack-infra | 17:34 | |
fungi | though it would be a serious bit of additional dev work to add block device management into nodepool | 17:34 |
jeblair | fungi: are you thinking of attaching volumes to our existing flavors to get more space? | 17:34 |
jeblair | fungi: yes you are | 17:34 |
*** markus_z has quit IRC | 17:34 | |
jeblair | fungi: checking | 17:35 |
jeblair | fungi: (though i have to say i'm not keen on deleting leaked cinder volumes :/) | 17:35 |
fungi | might be interesting down the road regardless, but yes i can see all sorts of ways that might go wrong | 17:35 |
mordred | jeblair: well... as opposed to floating ips | 17:36 |
pelix | alivigni: the pattern is used elsewhere, so I'm thinking we'll be able to use it across the board to remove a chunk of code duplication. It doesn't seem like it's specific to openshift? | 17:36 |
mordred | jeblair: you can mark a cinder volume as "delete this when the server goes away" | 17:36 |
mordred | when you create it | 17:36 |
mordred | it's how floating ips should work | 17:36 |
fungi | oh, that's handy | 17:37 |
mordred | of course, we could also investigate moving to boot-from-volume and pick our own disk size in the first place | 17:37 |
jeblair | fungi: yes, cinder appears to be available | 17:37 |
mordred | rather than booting a thing with local disk and then attaching a volume | 17:37 |
*** dra_ has joined #openstack-infra | 17:37 | |
pelix | alivigni: I'll check over it fully later this evening, but it looks pretty nice from what I was able to review there, very clean :) | 17:38 |
mordred | I believe ovh is ceph backed, so that would be a COW boot and should be super quick | 17:38 |
*** pelix has quit IRC | 17:38 | |
alivigni | pelix# is this a change that I can make after this change as an improvement? | 17:38 |
*** hdd has quit IRC | 17:38 | |
*** thinrichs has quit IRC | 17:39 | |
*** arxcruz has quit IRC | 17:39 | |
jeblair | bug 1376941 | 17:39 |
openstack | bug 1352498 in tempest "duplicate for #1376941 Tempest fails spectacularly with "VolumeType c39f18bf-2408-4377-98f6-ef2839d6f70e deletion failed, VolumeType in use."" [Undecided,Fix released] https://launchpad.net/bugs/1352498 - Assigned to git-harry (git-harry) | 17:39 |
*** dramalho_ has joined #openstack-infra | 17:39 | |
*** signed8bit has joined #openstack-infra | 17:39 | |
jeblair | i found a comment from jogo invoking that bug | 17:39 |
*** tobiash has quit IRC | 17:40 | |
*** doronshai has joined #openstack-infra | 17:40 | |
*** denisra has quit IRC | 17:40 | |
doronshai | hi all | 17:41 |
doronshai | who can help me with questions about gerrit in openstack? | 17:41 |
clarkb | doronshai: I tried answering your question earlier, not sure if you saw it | 17:41 |
jeblair | okay, nothing i have read suggests that anyone has any solid data to back up the idea that cinder on block dev is significantly faster than loopback. | 17:41 |
*** zul has quit IRC | 17:42 | |
*** dramalho has quit IRC | 17:42 | |
jeblair | clarkb, fungi, mordred: also, why use lvm there instead of just a partition? | 17:42 |
*** zul has joined #openstack-infra | 17:42 | |
*** yamahata has quit IRC | 17:42 | |
clarkb | doronshai: but basically when code reviewers approve a change (+1 workflow) zuul picks that up and runs the gate tests. If the gate tests pass zuul submits th echange and it is merged | 17:42 |
jeblair | sdague: ^ | 17:42 |
clarkb | jeblair: AIUI its how cinder works, cinder servers the raw lvm and devstack knows to use a volume with that name | 17:43 |
doronshai | how is a change created on branch A and then when merged it is changed to master? | 17:43 |
*** nadya has joined #openstack-infra | 17:43 | |
*** sharikapongubala has joined #openstack-infra | 17:44 | |
jeblair | clarkb: it's a magic name and not a config option? | 17:44 |
mordred | doronshai: branches in this case are ephemeral point-in-time labels of a state of the git repo | 17:44 |
clarkb | jeblair: that is my understanding yes | 17:44 |
mordred | doronshai: each of the changes _target_ the branch they want to land on - so a change uploaded to gerrit isn't actually uploaded "on branch A" - it's a change, called A, which wants to land on master | 17:45 |
mordred | doronshai: and at the time of its upload, it is based on a particular state of master | 17:45 |
jeblair | clarkb: i would think that the most straightforward thing would be to pass in a parameter to a block device. there's nothing special about the lvm block device vs any other, right? | 17:45 |
clarkb | jeblair: correct | 17:45 |
mordred | doronshai: so what zuul does it to perform the merge operation between the change and master (and possibly other things) and then tests the resulting repository state | 17:45 |
doronshai | i see, so when the change is created what is the value of the branch field in the change ui? | 17:45 |
mordred | master | 17:46 |
doronshai | so the target is mentioned in the topic? | 17:46 |
mordred | the branch field is there to communicate the target branch | 17:46 |
dhellmann | jeblair, fungi : this zuul-cloner patch we were discussing the other day now has 3 +2 votes https://review.openstack.org/#/c/220602/ | 17:46 |
doronshai | or somthing else? | 17:46 |
mordred | the topic is just free-form text | 17:46 |
doronshai | need to go for 5 minutes - be right back | 17:46 |
zaro | alivigni: you can create a new change on top of the current one so you don't have to fix current one. | 17:46 |
openstackgerrit | Rafael Folco proposed openstack-infra/project-config: Create an empty console.html before grabbing consoleLog https://review.openstack.org/232054 | 17:48 |
alivigni | zaro# Can I get this one merged first is what I am getting at since this is not a requirement | 17:48 |
*** matbu has joined #openstack-infra | 17:49 | |
zaro | alivigni: yes. you just need to show pelix that your improvement change is there. | 17:50 |
zaro | he's a picky dude | 17:50 |
*** rkukura has quit IRC | 17:51 | |
doronshai | back | 17:51 |
doronshai | so is there some pagge with info about the way it works? | 17:51 |
*** sdake has quit IRC | 17:51 | |
doronshai | i know gerrit already - but it is quite different in openstack if i see it correctly | 17:51 |
*** ramashri has joined #openstack-infra | 17:52 | |
mordred | doronshai: zuul is the thing you want to learn about | 17:52 |
boris-42 | mordred: hi | 17:52 |
*** dims has quit IRC | 17:52 | |
mordred | doronshai: http://docs.openstack.org/infra/publications/zuul may help | 17:52 |
*** esker has joined #openstack-infra | 17:52 | |
mordred | boris-42: heya. I'm about to take off on a plane, so if I stop talking to you, it's not personal | 17:52 |
boris-42 | mordred: ok=) | 17:53 |
*** dims has joined #openstack-infra | 17:53 | |
boris-42 | mordred: something changed in gates | 17:53 |
boris-42 | mordred: and we can't override index.html here http://logs.openstack.org/03/229103/7/check/gate-rally-dsvm-rally/2b3d148/ now | 17:53 |
clarkb | doronshai: we don't really do anything different with gerrit | 17:53 |
boris-42 | mordred: any pointers? | 17:53 |
clarkb | doronshai: the only thing is that reviewers dont get a submit button, a computer does | 17:53 |
mordred | boris-42: that's swift log uploads - you want to talk to jhesketh | 17:53 |
zaro | alivigni: i mean new 'change' not another 'patchset' | 17:54 |
*** ramashri has quit IRC | 17:54 | |
mordred | boris-42: but for logs uploaded to swift, you're right, we generate an index.html for the changes when we upload them | 17:54 |
*** mriedem has quit IRC | 17:54 | |
*** shashank_hegde has joined #openstack-infra | 17:54 | |
*** ramashri has joined #openstack-infra | 17:54 | |
pabelanger | fungi: mind approving https://review.openstack.org/#/c/231470/ ? removed oslo_log from grafyaml | 17:54 |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate: Revert "create partition for lvm volume" https://review.openstack.org/232132 | 17:54 |
*** ajmiller has joined #openstack-infra | 17:55 | |
alivigni | zaro# perfect thanks | 17:55 |
jeblair | clarkb, fungi, mordred, sdague: you were all in favor of the original change; i'm hoping that you can provide some justification for why we should not revert it ^ | 17:55 |
pabelanger | fungi: working on oslo_cfg now. | 17:55 |
boris-42 | mordred: thanks | 17:55 |
mordred | jeblair: I agree with your current argument | 17:55 |
boris-42 | jhesketh: hi ther | 17:55 |
*** ybathia has joined #openstack-infra | 17:56 | |
*** kushal has quit IRC | 17:56 | |
*** sdake has joined #openstack-infra | 17:57 | |
clarkb | jeblair: I think reason to not revert it is it makes the tests fail more | 17:57 |
clarkb | jeblair: or did, so we should gather data on whether or not that is still true for cinder | 17:58 |
pabelanger | mordred: have you worked with ansible 2.0 yet? Hoping to spend some time next week trying it out | 17:58 |
clarkb | pabelanger: https://review.openstack.org/#/c/231688/ pushed that to check ansible 2.0 doesn't break devstack-gate (seems to be fine) | 17:59 |
clarkb | pabelanger: so for simple things I don't expect any problems | 17:59 |
pabelanger | clarkb: Oh, nice. looking | 17:59 |
clarkb | we should also check that the puppet plugin thing works with ansible2.0 | 17:59 |
*** ashleighfarnham has joined #openstack-infra | 18:00 | |
*** achanda has joined #openstack-infra | 18:00 | |
*** HeOS has joined #openstack-infra | 18:00 | |
pabelanger | Ya, would be nice to get some test coverage for it | 18:00 |
*** dims_ has joined #openstack-infra | 18:00 | |
jeblair | clarkb: that's great data to have. hopefully either sdague or someone who was in favor of the change collected it and just neglected to include a link. | 18:01 |
openstackgerrit | Ari proposed openstack-infra/jenkins-job-builder: Implements: additions for OS3 plugin entry points in builders and scm https://review.openstack.org/229100 | 18:01 |
*** thinrichs has joined #openstack-infra | 18:01 | |
openstackgerrit | Clark Boylan proposed openstack-infra/os-loganalyze: Dedup index entries https://review.openstack.org/232133 | 18:02 |
clarkb | jeblair: ^ thats the index listing fix | 18:02 |
clarkb | jgriffith: was also in on that | 18:02 |
*** e0ne has joined #openstack-infra | 18:03 | |
*** doug-fis_ has joined #openstack-infra | 18:03 | |
openstackgerrit | Merged openstack-infra/system-config: Remove distro-package npm from release slave. https://review.openstack.org/229380 | 18:03 |
*** dims has quit IRC | 18:04 | |
*** thinrichs has quit IRC | 18:04 | |
*** thinrichs1 has joined #openstack-infra | 18:04 | |
alivigni | zaro# I updated the patch and mentioned adding the helper function on the next new change | 18:04 |
alivigni | https://review.openstack.org/#/c/229100/ | 18:04 |
jeblair | clarkb: do they get sorted before display? | 18:04 |
clarkb | jeblair: yes that behavior was preserved | 18:04 |
jeblair | clarkb: cool, thakns | 18:05 |
clarkb | oh you know what | 18:05 |
clarkb | I should make a minor change to that to make the terms clearer | 18:05 |
*** doug-fi__ has joined #openstack-infra | 18:05 | |
zaro | alivigni: cool, but you don't have to wait until that one merges. you can create a new change by making it a dependent on 229100. just commit on top of 229100 and push to gerrit. | 18:06 |
*** spzala has joined #openstack-infra | 18:06 | |
*** rossella_s has quit IRC | 18:06 | |
alivigni | ok | 18:06 |
*** doug-fish has quit IRC | 18:06 | |
*** rossella_s has joined #openstack-infra | 18:07 | |
openstackgerrit | Clark Boylan proposed openstack-infra/os-loganalyze: Dedup index entries https://review.openstack.org/232133 | 18:07 |
clarkb | jeblair: ^ thats a bit easier to read | 18:07 |
zaro | that's what's required and you can do that now. | 18:07 |
*** rfolco has quit IRC | 18:07 | |
*** Zhongjun has quit IRC | 18:07 | |
*** doug-fis_ has quit IRC | 18:08 | |
*** doug-fi__ is now known as doug-fish | 18:08 | |
*** dims_ has quit IRC | 18:08 | |
*** dprince has quit IRC | 18:08 | |
*** sergmelikyan has joined #openstack-infra | 18:09 | |
clarkb | pabelanger: if you do start using ansible 2.0 I couldn't find a way to pip install other than pulling the git source and initing the submodules | 18:10 |
*** BharatK has quit IRC | 18:10 | |
openstackgerrit | Augustina Ragwitz proposed openstack-infra/nodepool: Document running Nodepool for testing https://review.openstack.org/179840 | 18:10 |
clarkb | pabelanger: if you use the tar.gz hosted on github it doesn't have the submodules and things break. Just beware if you go down that road and it complains about missing core modules | 18:10 |
*** tsekiyama has joined #openstack-infra | 18:11 | |
*** mriedem has joined #openstack-infra | 18:11 | |
*** rfolco has joined #openstack-infra | 18:12 | |
pleia2 | mmmpork: death by diffs, can you leave a comment in that change about what you switched around from patchset 6 to 7? | 18:12 |
pleia2 | mmmpork: my assumption is that you addressed jeblair's concerns, but I don't want to assume :) | 18:12 |
*** e0ne has quit IRC | 18:12 | |
*** thinrichs1 has quit IRC | 18:12 | |
pabelanger | clarkb: okay, good to know | 18:13 |
*** dtardivel has quit IRC | 18:13 | |
openstackgerrit | Merged openstack-infra/grafyaml: Replace oslo_log dependency with standard logging https://review.openstack.org/231470 | 18:14 |
openstackgerrit | Merged openstack-infra/grafyaml: Replace oslo_log dependency with standard logging https://review.openstack.org/231470 | 18:14 |
*** nadya has quit IRC | 18:14 | |
mmmpork | pleia2: yeah sure! i basically just merged my other separate changes into the main one | 18:14 |
mmmpork | i updated the commit comment as well but i'll update the gerrit comment too | 18:14 |
pleia2 | mmmpork: oh good, I was feeling we were getting a bit stuck on the first change | 18:14 |
*** geoffarnold has quit IRC | 18:15 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance https://review.openstack.org/232135 | 18:15 |
greghaynes | ok, just need to make the entrypoint for builders and its good to go | 18:16 |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Enable the #success feature in statusbot https://review.openstack.org/224769 | 18:16 |
*** thinrichs has joined #openstack-infra | 18:16 | |
clarkb | fungi: ^ now with wiki paths | 18:16 |
fungi | thanks! | 18:17 |
*** Daisy has quit IRC | 18:17 | |
*** DericHorn-HP has joined #openstack-infra | 18:17 | |
*** mfalatic has joined #openstack-infra | 18:17 | |
*** hashar has joined #openstack-infra | 18:18 | |
*** Daisy has joined #openstack-infra | 18:18 | |
*** e0ne has joined #openstack-infra | 18:18 | |
mfalatic | Not sure if this is the right place to ask, but is the trigger that updates launchpad when a review is created broken? (The one that fires on "Closes-Bug: #nnnnnnn" being present in the commit message.) | 18:19 |
jeblair | clarkb: i'm unable to test gate-nova-python27 because it runs on a non-dib image, and we don't have any snapshot builds for ovh | 18:19 |
mmmpork | pleia2: just added a comment with the details of what i added | 18:19 |
fungi | the page information option on each page confirms the page id matches. that makes it a lot easier for reviewers to cross-check that it's correct | 18:19 |
fungi | clarkb: ^ | 18:19 |
pleia2 | mmmpork: thank you :) | 18:19 |
jeblair | clarkb: however, i'll add grenade to the list | 18:20 |
*** jcoufal has quit IRC | 18:20 | |
*** geoffarnold has joined #openstack-infra | 18:20 | |
clarkb | jeblair: didn't fungi have a python27 with bindep change? | 18:20 |
clarkb | jeblair: I think if you just look at tempest runtime that should be a good check | 18:20 |
mfalatic | The trigger that creates a "fix proposed' entry for the corresponding launchpad bug. | 18:21 |
fungi | clarkb: yeah, he tested it yesterday | 18:21 |
clarkb | fungi: ya there is an api call to go the other way that I hav et ogoogle for each time | 18:21 |
*** dramalho_ has quit IRC | 18:21 | |
clarkb | fungi: but seeing the comments there is handy espeially if you need to find it easily | 18:21 |
clarkb | mfalatic: first thing to check is that you have the right user in your bug group | 18:21 |
*** isq_ has quit IRC | 18:21 | |
fungi | though the bindep-based job was caught in the python 3.4 rip-out yesterday and was failing without an updated dib image | 18:22 |
mfalatic | Right user? | 18:22 |
clarkb | mfalatic: if not in that group I think the user can do hange proposed but not change the state of the bug | 18:22 |
clarkb | mfalatic: ya Ineed to go and check what the user is | 18:22 |
*** Daisy has quit IRC | 18:22 | |
mfalatic | clarkb It's AFAIK the right user. | 18:22 |
fungi | clarkb: "openstack-hudson" is the username | 18:22 |
krotscheck | fungi: Thanks | 18:22 |
clarkb | mfalatic: ^ thats the one | 18:22 |
clarkb | mfalatic: can you show me an example bug that failed? | 18:22 |
fungi | i think the display name is something like "OpenStack Infra" | 18:22 |
*** BharatK has joined #openstack-infra | 18:23 | |
mfalatic | clarkb Actually, it's more subtle. fix proposed isn't updated, but fix-merged is. The difference seems to be if one specifies Closes-bug versus Closes-Bug. | 18:23 |
clarkb | mfalatic: can you show me an example? | 18:23 |
krotscheck | fungi: Looks like it ran sucessfully. Before merging the next one, would you mind making sure that npm is gone? http://puppetboard.openstack.org/report/release.slave.openstack.org/c254444bf8823f68af44ec7a77df33a066577a5d | 18:23 |
*** ivar-lazzaro has joined #openstack-infra | 18:23 | |
mfalatic | clarkb as in the fix-proposed trigger appears to be case sensitive versus the other one. Hang on, finding an example | 18:24 |
*** ajmiller has quit IRC | 18:24 | |
jeblair | clarkb, fungi, mordred: https://etherpad.openstack.org/p/nodepool-ovh | 18:24 |
mfalatic | clarkb An example: https://bugs.launchpad.net/magnum/+bug/1501893 | 18:24 |
openstack | Launchpad bug 1501893 in Magnum "Magnum: service-list broken on latest" [High,Fix committed] - Assigned to Surojit Pathak (suro-patz) | 18:24 |
jeblair | clarkb, fungi, mordred: those are average runtimes in seconds for each job over the past month | 18:24 |
mfalatic | clarkb counter-example: https://bugs.launchpad.net/devstack/+bug/1414205 | 18:25 |
openstack | Launchpad bug 1414205 in devstack "Update stack.sh release version notes to be consistent with current documentation" [Undecided,Fix released] - Assigned to Martin Falatic (martinfalatic) | 18:25 |
clarkb | mfalatic: the bug supervisor is Adrian Otto I think it needs to be a group with the hudson openstack user in it | 18:25 |
jeblair | clarkb, fungi, mordred: generally averages of several thousand successful runs | 18:25 |
*** dramalho has joined #openstack-infra | 18:25 | |
clarkb | mfalatic: and as for proposed vs merged messages it will only write the proposed message if it was on the first patchset to avoid nose in the bug | 18:25 |
mfalatic | clarkb What group am I looking for | 18:26 |
mfalatic | clarkb Hmmm, ok. | 18:26 |
clarkb | mfalatic: its arbitrary, but you set your bug supervisor to that | 18:26 |
clarkb | mfalatic: I think adrian will have to fix it | 18:26 |
clarkb | but its possible that the controlling user/group of the project in launchpad can as well | 18:26 |
mfalatic | clarkb Both bugs are in the same area. | 18:26 |
clarkb | mfalatic: they are different projects | 18:26 |
mfalatic | cl | 18:26 |
clarkb | mfalatic: different projects have different permissions | 18:26 |
mfalatic | clarkb durr, I meant to find a magnum example, hang on | 18:27 |
clarkb | mfalatic: the bug supervisor for devstack is devstack-drives | 18:27 |
mfalatic | Huh | 18:27 |
mfalatic | Ok | 18:27 |
*** jian5397 has quit IRC | 18:27 | |
mfalatic | clarkb I think I see your point now, I'm not finding a counter example yet in mine. | 18:28 |
*** geoffarnold is now known as geoffarnoldX | 18:28 | |
clarkb | jeblair: and those numbers are for the entire jenkins job right? | 18:29 |
fungi | krotscheck: yep, no npm executable in the path now. gone from /usr/bin and /usr/local/bin | 18:29 |
mfalatic | clarkb So what does Adrian need to do to make this work? Add the user to a particular group, or add the project to it? | 18:29 |
clarkb | jeblair: its not looking at tempest funny numbers? | 18:29 |
openstackgerrit | James E. Blair proposed openstack-infra/infra-manual: Document adding hudson-openstack to project-bugs https://review.openstack.org/232140 | 18:29 |
jeblair | clarkb: correct | 18:29 |
clarkb | mfalatic: set the bug supervisors for magnum to a group that includes hudson-openstack | 18:29 |
jeblair | clarkb: they are pulled from the nodepool logs | 18:29 |
*** achanda has quit IRC | 18:30 | |
*** sergmelikyan has quit IRC | 18:31 | |
fungi | jeblair: so this is a mean of wall clock time between the ready->used and used->delete transitions? | 18:31 |
clarkb | I think more likely its mean between onStarted and onFinished jenkins events | 18:32 |
krotscheck | fungi: Perfect. Now to wait for the second one :) | 18:32 |
jeblair | fungi: what clarkb said -- jenkins events | 18:32 |
* ruagair waves down fungi. | 18:32 | |
fungi | k | 18:32 |
mfalatic | clarkb Passing the info along to adrian - thanks for the clarification! | 18:33 |
mordred | jeblair: awesome | 18:33 |
ruagair | Is there a blueprint or some kind of direction setting document for phabricator? | 18:33 |
ruagair | fungi^^ | 18:33 |
* ruagair hasn't succeeded in locating it. | 18:33 | |
jeblair | ruagair: http://specs.openstack.org/openstack-infra/infra-specs/specs/maniphest.html | 18:34 |
ruagair | Thanks jeblair | 18:34 |
pleia2 | as far as I understand it, the biggest blocker for phabricator is someone to actually do it | 18:34 |
fungi | ruagair: yeah, that one | 18:34 |
*** dprince has joined #openstack-infra | 18:34 | |
pleia2 | ruagair: so please, have at it :D | 18:35 |
* ruagair is on it pleia2 - picking up the pace now. | 18:35 | |
pleia2 | \o/ | 18:35 |
ruagair | I've been tinkering at the edges but will now apply more time to it. | 18:35 |
*** i8 has joined #openstack-infra | 18:35 | |
openstackgerrit | Merged openstack-infra/system-config: Added recent version of npm to release slave https://review.openstack.org/229381 | 18:36 |
tchaypo | I'm confused about what maniphest is | 18:36 |
*** ivar-lazzaro has quit IRC | 18:36 | |
*** isq_ has joined #openstack-infra | 18:36 | |
fungi | ruagair: also worth clarifying, we're really just talking about using maniphest there, not all of phabricator | 18:36 |
clarkb | tchaypo: it is a bug tracker | 18:36 |
tchaypo | The doc seems to use it interchangeably with phabricator | 18:36 |
*** sergmelikyan has joined #openstack-infra | 18:36 | |
fungi | tchaypo: defect tracker | 18:36 |
pleia2 | tchaypo: it's a part of phabricator | 18:36 |
tchaypo | Oh | 18:36 |
fungi | phabricator is a suite of services | 18:36 |
pleia2 | phabricator is actually a larger project | 18:36 |
fungi | which includes things like code review and project management | 18:37 |
tchaypo | I'm suddenly thinking of the distinction between horde and imp | 18:37 |
fungi | yep | 18:37 |
tchaypo | Is phabricator important enough to flag it as a | 18:37 |
waynr | I just set up phabricator for a couple personal projects | 18:37 |
*** sergmelikyan has quit IRC | 18:37 | |
tchaypo | Priority effort? | 18:37 |
fungi | tchaypo: yeah, pretty priority | 18:37 |
openstackgerrit | Merged openstack/diskimage-builder: Reorder the script number of 'elements/dkms/post-install.d/99-dkms' https://review.openstack.org/220885 | 18:37 |
*** i8 has quit IRC | 18:37 | |
ruagair | fungi: got it. thanks. | 18:37 |
*** ociuhandu has quit IRC | 18:38 | |
fungi | tchaypo: note it's included at http://specs.openstack.org/openstack-infra/infra-specs/#priority-efforts so for us that's as priority as a spec gets ;) | 18:38 |
tchaypo | I haven't been able to wake up in time for an infra meeting in a while | 18:39 |
* ruagair is currently updating the iport script from Storyboard. | 18:39 | |
tchaypo | Do all the priority efforts still automatically get discussed each week? | 18:40 |
ruagair | There's been a schema change since it was last used. | 18:40 |
tchaypo | I think I remember talk about changing that | 18:40 |
*** sergmelikyan has joined #openstack-infra | 18:40 | |
*** dims has joined #openstack-infra | 18:40 | |
ruagair | Otherwise mordred's code has "Just worked" (tm) so far. | 18:40 |
pleia2 | tchaypo: no, we stopped doing "status updates" so we only talk about them if there's something we actually need to discuss to unblock or whatever | 18:40 |
*** thinrichs has quit IRC | 18:41 | |
fungi | yeah, repeating the same status info over and over was a boring way to waste an hour of lots of people's time | 18:41 |
pleia2 | they're on the agenda, just skipped if they don't have specific topics listed under them | 18:41 |
fungi | and also waiting for the one hour a week we have our meeting to bring up blockers on specs is fairly wasteful as well | 18:42 |
tchaypo | Okay. So if people do want to discuss them, they should drop it in the agenda ahead of time, or mention it in the meeting? | 18:42 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Undecorate cache decorated methods on null cache https://review.openstack.org/232146 | 18:42 |
mordred | ruagair: wow. that almost never happens | 18:42 |
pleia2 | tchaypo: you can add a bullet point under the standing agenda item with specifically what you want to talk about | 18:42 |
tchaypo | Thanks pleia2, fungi | 18:43 |
*** tsekiyam_ has joined #openstack-infra | 18:43 | |
*** esker has quit IRC | 18:43 | |
*** tsekiyam_ has quit IRC | 18:43 | |
jeblair | clarkb, fungi, mordred: i'm heading to lunch now, but when i return, i'm writing a script to use our full ovh quota to run those jobs and get aggregate timing info. | 18:43 |
pleia2 | tchaypo: oh and add (tchaypo) at the end so we know who to nudge about it during the meeting :) | 18:44 |
ruagair | I've been surpised too :-) "Checks for broken things"..."oh, it worked" FTW. | 18:44 |
*** Piet has joined #openstack-infra | 18:44 | |
mordred | ruagair: biggest current unknown is making phab work behind cauth connected to launchpad | 18:45 |
mordred | which I think might require an out of tree plugin | 18:45 |
ruagair | \o/ | 18:46 |
ruagair | Should e fun, mordred :-D | 18:46 |
*** tsekiyama has quit IRC | 18:46 | |
*** mtanino has quit IRC | 18:46 | |
ruagair | What a production deployment without having to hack in something out of tree? | 18:46 |
clarkb | jeblair: sounds good | 18:47 |
mordred | ruagair: I think if we can cleanly install a plugin, that's fine | 18:47 |
* ruagair nods | 18:48 | |
*** tsekiyama has joined #openstack-infra | 18:48 | |
mordred | ruagair: https://github.com/psigen/libphremoteuser | 18:49 |
clarkb | jenkins02 is thread leaking, I am going to run my ansible playbook against just it from the puppetmaster | 18:49 |
clarkb | anyone object? | 18:49 |
ruagair | Thanks mordred | 18:49 |
mordred | clarkb: do it | 18:50 |
clarkb | mordred: I need to run ansible as root? | 18:50 |
mordred | clarkb: you need to run it as a user that has ssh key access to the remote systems | 18:51 |
mordred | clarkb: so yeah, root is probably the best plan from puppetmaster | 18:51 |
*** achanda has joined #openstack-infra | 18:51 | |
*** yfried_ has joined #openstack-infra | 18:51 | |
*** BharatK has quit IRC | 18:51 | |
*** Sukhdev has quit IRC | 18:52 | |
*** Sukhdev has joined #openstack-infra | 18:52 | |
clarkb | mordred: oh one question, do ansible shell commands have a built in timeout? this may take forever and I don't want it to bail out early because of that | 18:52 |
fungi | clarkb: go for it | 18:52 |
*** ivar-lazzaro has joined #openstack-infra | 18:53 | |
clarkb | looks like no timeout to worry about, perfect | 18:54 |
*** ivar-lazzaro has quit IRC | 18:54 | |
*** ivar-lazzaro has joined #openstack-infra | 18:54 | |
clarkb | ok starting jenkins02 ansible run now, lets see how this does | 18:56 |
*** geoffarnoldX has quit IRC | 18:56 | |
*** geoffarnold has joined #openstack-infra | 18:56 | |
clarkb | no hosts matched | 18:56 |
*** Sukhdev has quit IRC | 18:57 | |
clarkb | oh its ansible-playbook not ansible | 18:57 |
clarkb | mordred: ^ why are those different things? | 18:57 |
mordred | clarkb: one is for running playbooks | 18:58 |
mordred | clarkb: one is for running ad-hoc commands | 18:58 |
sdague | hmmmm what happened to the sizes on files - http://logs.openstack.org/60/231960/2/check/gate-tempest-dsvm-full/0b3deed/logs/ ? | 18:58 |
mordred | sdague: that loos like a swift hosted logs | 18:59 |
clarkb | its os loganalyze so that would be a missing feature | 18:59 |
mordred | sdague: as opposed to an apache hosted one | 18:59 |
clarkb | I can revert if we want | 18:59 |
mordred | ah | 18:59 |
sdague | um, ok, but I thought we were going to keeping the sizes on files | 18:59 |
sdague | because that's pretty useful ux | 19:00 |
mordred | sdague: what clarkb says | 19:00 |
clarkb | we were, apparently the merged generation didn't preserve it | 19:00 |
sdague | ok | 19:00 |
clarkb | sdague: if thats a current major issue we can revert, if its not we can look into updatingit | 19:00 |
sdague | as long as it's a near term fix, I'm fine with it. It's just the sizes of files are good indications on where to look for issues, or fails, especially short ones | 19:01 |
sdague | I just wanted to make sure we didn't loose that for good | 19:01 |
*** achanda has quit IRC | 19:02 | |
*** bcourt has quit IRC | 19:02 | |
clarkb | oh I know the problem | 19:03 |
clarkb | we generate index.html for the files uploaded to swift so those files show size, but now that we generate index for both on disk and swift if no index.html exists this happens | 19:03 |
clarkb | and since on disk used mod_autoindex there isn't an index.html | 19:03 |
*** Rockyg has joined #openstack-infra | 19:04 | |
*** puranamr has joined #openstack-infra | 19:04 | |
*** ociuhandu has joined #openstack-infra | 19:06 | |
doronshai | clarkb: I see | 19:07 |
clarkb | sdague: I think I can have a fix relatively quickly, If this takes longer than half na hour I will push a revert instead | 19:07 |
*** pvaneck has quit IRC | 19:07 | |
sdague | clarkb: ok, cool, that seems like a fair timeframe. Thanks for diving into it | 19:08 |
doronshai | clarkb: so what is the actual git command that the user need to write when he wants to push a fix? | 19:08 |
krotscheck | fungi: Looks like it ran successfully. Mind doing some diagnostics on the release slave? I'm looking for `npm --version`, and `su - jenkins -c 'npm config list'` (do not pastebin this please) | 19:08 |
*** pvaneck has joined #openstack-infra | 19:08 | |
*** puranamr has quit IRC | 19:09 | |
*** matrohon has joined #openstack-infra | 19:10 | |
clarkb | doronshai: `git review` is the utility we prefer people to use, but `git push gerrit HEAD:refs/for/master` works fine | 19:10 |
*** thingee has quit IRC | 19:10 | |
*** DericHorn-HP has quit IRC | 19:10 | |
*** dims has quit IRC | 19:10 | |
fungi | krotscheck: why no pastebin? | 19:12 |
krotscheck | fungi: Because that config should contain login credentials from ~jenkins/.npmrc | 19:12 |
fungi | krotscheck: i don't see a password in the config dump | 19:12 |
krotscheck | fungi: No? | 19:12 |
krotscheck | Urm. | 19:12 |
* krotscheck tries to dredge up how he put this together from 3 months ago | 19:13 | |
*** dims has joined #openstack-infra | 19:13 | |
fungi | krotscheck: it looks like it includes //registry.npmjs.org/:username but not //registry.npmjs.org/:_password | 19:13 |
fungi | that may be for safety reasons? | 19:14 |
krotscheck | fungi: Ok, cool. does `npm whoami` work? | 19:14 |
openstackgerrit | Ivan Kolodyazhny proposed openstack-infra/project-config: Set TEMPEST_CONCURRENCY=1 for tempest-dsvm-full-bdd job https://review.openstack.org/232155 | 19:14 |
krotscheck | (as jenkins) | 19:14 |
fungi | krotscheck: yep, openstackci | 19:14 |
krotscheck | SWEET | 19:14 |
krotscheck | ok ok ok ok | 19:14 |
*** rlandy has joined #openstack-infra | 19:14 | |
krotscheck | I'm going to get lunch, then push a tag, and see if the machinery works | 19:14 |
* krotscheck is super excited. | 19:15 | |
* mordred is too | 19:15 | |
fungi | krotscheck: dpkg -S `which npm` says nodejs: /usr/bin/npm | 19:15 |
mordred | more about the tag and less about krotscheck lunch | 19:15 |
fungi | krotscheck: and npm --version is 2.11.3 | 19:15 |
mordred | but a little bit about krotscheck lunch | 19:15 |
*** bcourt has joined #openstack-infra | 19:15 | |
*** fawadk has quit IRC | 19:16 | |
krotscheck | fungi: That's all we need. | 19:16 |
*** tonytan4ever has quit IRC | 19:17 | |
*** tsekiyama has quit IRC | 19:17 | |
*** tsekiyama has joined #openstack-infra | 19:17 | |
*** skylerberg has joined #openstack-infra | 19:18 | |
* anteaya is totally excited about krotscheck lunch | 19:19 | |
anteaya | and yay about the tag | 19:19 |
*** dramalho has quit IRC | 19:20 | |
*** thingee has joined #openstack-infra | 19:21 | |
clarkb | and of course the hardest part for me is getting the html right :/ | 19:23 |
* krotscheck has pushed a release tag. Now ot see if it all works... | 19:24 | |
*** tonytan4ever has joined #openstack-infra | 19:24 | |
*** annegentle has quit IRC | 19:24 | |
*** juggler__ has joined #openstack-infra | 19:24 | |
doronshai | clarkb: thanks for this answer ;) | 19:24 |
*** [HeOS] has joined #openstack-infra | 19:24 | |
krotscheck | AREGH | 19:25 |
mtreinish | fungi: so when you get a sec I'm thinking we should manually test: https://review.openstack.org/#/c/176564/ before that lands | 19:25 |
*** annegentle has joined #openstack-infra | 19:25 | |
*** nelsnels_ has joined #openstack-infra | 19:25 | |
tchaypo | pleia2: fungi I assume that means we don’t plan to install the part of phabricator that has a kanban board thingy? | 19:25 |
mtreinish | just to make sure the expire/delete command works well | 19:25 |
*** nelsnelson has quit IRC | 19:25 | |
*** alexsyip has quit IRC | 19:25 | |
*** alexsyip_ has joined #openstack-infra | 19:25 | |
clarkb | doronshai: is there a specific problem you are running into? or are you just curious? want to make sure we get any problems resolved if they exist | 19:25 |
*** e0ne has quit IRC | 19:25 | |
*** HeOS has quit IRC | 19:25 | |
*** ajmiller has joined #openstack-infra | 19:26 | |
clarkb | doronshai: also you can use git-review with other gerrit servers | 19:26 |
*** sergmelikyan has quit IRC | 19:27 | |
*** ryanpetrello has quit IRC | 19:27 | |
doronshai | for some other project that we have i want to have process with gerrit which is close as possible to the openstack way | 19:27 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added 'pack' to npm lifecycle https://review.openstack.org/232160 | 19:27 |
*** ryanpetrello has joined #openstack-infra | 19:27 | |
*** juggler_ has quit IRC | 19:27 | |
krotscheck | mordred, fungi: The release script ran into a snag from a different commit, I think ^^ fixes it. | 19:28 |
*** dims has quit IRC | 19:28 | |
*** amuller has quit IRC | 19:28 | |
pleia2 | tchaypo: I know the kanban feature was floated because some folks might want it and it's nice that it can be added, but I think we focused on just the bug tracker for now | 19:28 |
jeblair | tchaypo, pleia2, fungi: maniphest has a kanbany thingy | 19:28 |
*** dims has joined #openstack-infra | 19:28 | |
pleia2 | jeblair: oh good, thanks | 19:28 |
*** amuller has joined #openstack-infra | 19:28 | |
alivigni | zaro# is it better to make a new change on my current topic branch as a new commit? | 19:28 |
pleia2 | there's a kanban board at my gym for the trainers, san francisco is funny :) | 19:29 |
fungi | mtreinish: i can take it for a test drive if you want | 19:29 |
pleia2 | "..is that a kanban board?" "sure is!" | 19:29 |
clarkb | sdague: I think I have something that works, just updating tests now | 19:29 |
mtreinish | fungi: yes please :) | 19:30 |
*** glauco has joined #openstack-infra | 19:30 | |
mtreinish | fungi: we should probably try a bit more conservative of an expiration age | 19:30 |
*** thinrichs has joined #openstack-infra | 19:30 | |
*** Piet has quit IRC | 19:30 | |
mtreinish | like everything older than Dec 2014 or something to test it | 19:30 |
* mtreinish starts counting | 19:31 | |
*** ramashri has quit IRC | 19:31 | |
fungi | mtreinish: i'll let you do the counting. i don't have that many fingers | 19:31 |
openstackgerrit | Hongbin Lu proposed openstack/requirements: Add certifi to global requirements https://review.openstack.org/221107 | 19:31 |
*** fawadkhaliq has joined #openstack-infra | 19:31 | |
*** ramashri has joined #openstack-infra | 19:31 | |
mtreinish | fungi: according to the google that's 310 days | 19:31 |
*** changbl has joined #openstack-infra | 19:32 | |
*** BharatK has joined #openstack-infra | 19:32 | |
clarkb | there tests are not fun to update | 19:32 |
*** glauco__ has quit IRC | 19:33 | |
krotscheck | fungi: Much obliged. clarkb, mordred, anteaya : Any of you able to look at https://review.openstack.org/#/c/232160/ ? | 19:33 |
*** sdake has quit IRC | 19:33 | |
fungi | mtreinish: getting an sqlalchemy.exc.InvalidRequestError | 19:33 |
mtreinish | fungi: :/ can you pastebin the traceback? (assuming there aren't creds or anything in it) | 19:34 |
AJaeger | krotscheck: +2A | 19:34 |
* mtreinish swears he tested the command months ago when he added it | 19:34 | |
*** sdake has joined #openstack-infra | 19:34 | |
krotscheck | AJaeger: tanke | 19:35 |
fungi | mtreinish: http://paste.openstack.org/show/475650 | 19:35 |
fungi | and now i'm looking to see who's abusing paste.o.o today so i can block them again | 19:35 |
mtreinish | hehe, well it loaded eventually | 19:35 |
mtreinish | hmm, I think I would have caught an error like that locally testing it | 19:36 |
mtreinish | well I guess I'll just have to workaround not doing a join in that command, let me throw a patch together | 19:36 |
*** sdake_ has joined #openstack-infra | 19:38 | |
*** sergmelikyan has joined #openstack-infra | 19:38 | |
openstackgerrit | Merged openstack-dev/pbr: Remove redundant testscenarios glue. https://review.openstack.org/230242 | 19:39 |
*** sdake has quit IRC | 19:39 | |
*** tsekiyama has quit IRC | 19:40 | |
clarkb | sdague: I think the tests are buggy :/ | 19:43 |
clarkb | I will go ahead and push the revert then figure the broken tests out | 19:43 |
*** e0ne has joined #openstack-infra | 19:43 | |
*** otter768_ has joined #openstack-infra | 19:44 | |
*** otter768 has quit IRC | 19:44 | |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-openstackci: Revert "Handle all requests through os-loganalyze" https://review.openstack.org/232170 | 19:44 |
clarkb | sdague: ^ | 19:45 |
*** sambetts has quit IRC | 19:45 | |
*** nadya has joined #openstack-infra | 19:45 | |
*** sdague_ has joined #openstack-infra | 19:47 | |
*** wenlock has quit IRC | 19:47 | |
*** afazekas has quit IRC | 19:47 | |
*** sc68cal has quit IRC | 19:47 | |
*** purp has quit IRC | 19:47 | |
*** tcammann1 has quit IRC | 19:47 | |
*** moravec1 has joined #openstack-infra | 19:47 | |
*** wenlock_ has quit IRC | 19:47 | |
*** moravec has quit IRC | 19:47 | |
*** sdague has quit IRC | 19:47 | |
*** bradm_ has joined #openstack-infra | 19:47 | |
*** wenlock has joined #openstack-infra | 19:47 | |
*** dhellmann has quit IRC | 19:47 | |
*** bradm has quit IRC | 19:47 | |
*** wenlock has quit IRC | 19:47 | |
*** wenlock has joined #openstack-infra | 19:47 | |
*** salv-orlando has joined #openstack-infra | 19:47 | |
*** tcammann_ has joined #openstack-infra | 19:47 | |
*** dhellmann has joined #openstack-infra | 19:47 | |
*** purp_too has joined #openstack-infra | 19:47 | |
*** sdague_ is now known as sdague | 19:47 | |
*** sc68cal has joined #openstack-infra | 19:48 | |
*** sambetts has joined #openstack-infra | 19:48 | |
*** wenlock_ has joined #openstack-infra | 19:48 | |
*** markvoelker has quit IRC | 19:51 | |
annegentle | courtesy ping for current TC members: https://etherpad.openstack.org/p/next-tc-blog-post dtroyer dhellman flaper87 jeblair jgriffith markmcclain mordred sdague lifeless ttx Missing anything or anything to add, please feel free to edit! | 19:52 |
openstackgerrit | Merged openstack-infra/project-config: Added 'pack' to npm lifecycle https://review.openstack.org/232160 | 19:52 |
annegentle | Want to shipit in three hours if possible | 19:52 |
*** sridhar_ram has quit IRC | 19:53 | |
*** gorovdude has joined #openstack-infra | 19:53 | |
openstackgerrit | Clint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from https://review.openstack.org/231685 | 19:54 |
*** tsekiyama has joined #openstack-infra | 19:54 | |
gorovdude | What is the way the Workflow label works? How itvtriger the build in jenkins? | 19:54 |
*** hashar has quit IRC | 19:55 | |
*** afazekas has joined #openstack-infra | 19:55 | |
*** gorovdude has quit IRC | 19:55 | |
*** markvoelker has joined #openstack-infra | 19:55 | |
dhellmann | annegentle: did you mean to post this in -infra? | 19:55 |
fungi | gorovdude: a service called zuul listens to the gerrit event stream, looks for comment-added events checking whether they include a workflow +1 vote, then if additional required criteria are met it communicates with jenkins via a gearman queue to request job runs and receive completion notifications | 19:55 |
*** glauco has quit IRC | 19:56 | |
*** gorovdude has joined #openstack-infra | 19:56 | |
fungi | gorovdude: a service called zuul listens to the gerrit event stream, looks for comment-added events checking whether they include a workflow +1 vote, then if additional required criteria are met it communicates with jenkins via a gearman queue to request job runs and receive completion notifications | 19:56 |
annegentle | dhellmann: coulda done -dev I guess but most TC members are here and I've used it before, do you have another suggestion? | 19:56 |
fungi | gorovdude: http://docs.openstack.org/infra/zuul/ | 19:56 |
openstackgerrit | Fredrik Medley proposed openstack-infra/zuul: Improve job dependencies using graph instead of tree https://review.openstack.org/231124 | 19:57 |
dhellmann | annegentle: no, I was just surprised :-) | 19:57 |
gorovdude | Fungi: I didnt find an answer in these slides | 19:57 |
lifeless | annegentle: looking | 19:57 |
*** dramalho has joined #openstack-infra | 19:58 | |
annegentle | dhellmann: heh it's ok I don't mind questioning where we all typically gather, esp. with the mix coming in the elections we(or you) may need a designated channel or something | 19:59 |
lifeless | annegentle: looks fine to me | 19:59 |
annegentle | thanks lifeless | 19:59 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface https://review.openstack.org/232079 | 20:00 |
lifeless | mordred: care to add -oslo to your lurking channels? | 20:00 |
gorovdude | Fungi: just saw a previous message | 20:01 |
krotscheck | The canonical way of rerunning the release pipeline is to push a new tag, yes? No way to retry something? | 20:01 |
gorovdude | Fungi: got it | 20:01 |
gorovdude | Fungi: thanks | 20:01 |
*** Sukhdev_ has joined #openstack-infra | 20:01 | |
*** rkukura has joined #openstack-infra | 20:02 | |
*** sridhar_ram has joined #openstack-infra | 20:02 | |
lifeless | fungi: ok so https://review.openstack.org/#/c/231748/ failed; thoughts? | 20:02 |
fungi | lifeless: "Job propose-requirements-constraints-liberty not defin | 20:03 |
dhellmann | annegentle: -dev is usually quiet enough, that seems like a good place. I left one comment about the title on line 25 | 20:03 |
fungi | ed" | 20:04 |
fungi | lifeless: probably missing an addition to jenkins/jobs/projects.yaml | 20:04 |
*** sergmelikyan has quit IRC | 20:04 | |
fungi | lifeless: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n3265 | 20:05 |
gorovdude | Is there any infra aspect in the openstack summits? | 20:05 |
*** sridhar_ram has quit IRC | 20:05 | |
fungi | gorovdude: yes | 20:05 |
lifeless | fungi: yeah, so what do I change to make it work :) | 20:05 |
*** e0ne has quit IRC | 20:05 | |
gorovdude | Where can i see the plannef sessions about it? | 20:06 |
fungi | lifeless: on the phone, but add -liberty and stable/liberty for a second invocation | 20:06 |
*** geoffarnold is now known as geoffarnoldX | 20:06 | |
*** zeih has joined #openstack-infra | 20:07 | |
openstackgerrit | lifeless proposed openstack-infra/project-config: Enable constraints proposals for liberty https://review.openstack.org/231748 | 20:08 |
*** trown is now known as trown|outttypeww | 20:08 | |
*** sergmelikyan has joined #openstack-infra | 20:09 | |
*** tsekiyama has quit IRC | 20:09 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Fix the delete_old_*() db api functions https://review.openstack.org/232187 | 20:10 |
*** sergmelikyan has quit IRC | 20:10 | |
mtreinish | fungi: ^^^ that should fix the issues | 20:10 |
*** nadya has quit IRC | 20:11 | |
*** ayoung has quit IRC | 20:11 | |
*** zeih has quit IRC | 20:11 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Move VPN Functional tests to check queue https://review.openstack.org/223049 | 20:12 |
*** gorovdude has quit IRC | 20:12 | |
*** tsekiyama has joined #openstack-infra | 20:12 | |
*** bcourt has quit IRC | 20:12 | |
*** skylerberg has quit IRC | 20:12 | |
*** BharatK has quit IRC | 20:13 | |
lifeless | fungi: ^ hopefully | 20:13 |
krotscheck | mordred, fungi: The canonical way of rerunning the release pipeline is to push a new tag, yes? No way to retry something? | 20:13 |
*** jian5397 has joined #openstack-infra | 20:15 | |
*** jian5397 has quit IRC | 20:15 | |
*** gorovdude has joined #openstack-infra | 20:15 | |
gorovdude | Fungi: i gt disscnected | 20:16 |
fungi | krotscheck: a root admin can re-trigger a release pipeline job | 20:16 |
*** gorovdude has quit IRC | 20:16 | |
fungi | gorovdude: we're brainstorming session ideas at https://etherpad.openstack.org/p/infra-mitaka-summit-planning | 20:18 |
*** AJaeger has quit IRC | 20:18 | |
krotscheck | fungi: Would you mind retriggering the eslint-config-openstack release v1.2.3? | 20:19 |
fungi | krotscheck: on the phone but in a bit | 20:19 |
krotscheck | Thanks | 20:19 |
*** rfolco has quit IRC | 20:20 | |
openstackgerrit | Merged openstack-dev/pbr: test_integration cleanups https://review.openstack.org/230241 | 20:20 |
openstackgerrit | Merged openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute https://review.openstack.org/226088 | 20:20 |
*** BobBall has quit IRC | 20:20 | |
openstackgerrit | Clark Boylan proposed openstack-infra/os-loganalyze: Print file sizes in indexes for on disk files https://review.openstack.org/232194 | 20:21 |
openstackgerrit | Clark Boylan proposed openstack-infra/os-loganalyze: Report object sizes from swift when writing index https://review.openstack.org/232195 | 20:21 |
clarkb | sdague: ^ that should do it | 20:21 |
*** thinrichs has quit IRC | 20:22 | |
*** kgiusti has left #openstack-infra | 20:22 | |
clarkb | krotscheck: do we know why the previous tagging failed? | 20:22 |
*** thinrichs has joined #openstack-infra | 20:22 | |
*** BobBall has joined #openstack-infra | 20:22 | |
clarkb | krotscheck: looks like v1.2.3 is not allowed in the release pipeline | 20:22 |
*** BobBall is now known as Guest4559 | 20:22 | |
clarkb | the v doesn't match the regex | 20:22 |
krotscheck | clarkb: 1.2.3 | 20:23 |
* clarkb updates local repo to make sure it is current | 20:23 | |
krotscheck | It failed because https://review.openstack.org/#/c/232160/ | 20:23 |
krotscheck | Or rather because that patch wasn't there. | 20:24 |
krotscheck | clarkb: I haven't approved the version commit yet though, is that something you need? | 20:24 |
clarkb | krotscheck: no, the tag just has to match the regex, 1.2.3 will match but v1.2.3 wont | 20:24 |
clarkb | looks like the tag in git is 1.2.3 | 20:24 |
krotscheck | clarkb: Got it | 20:24 |
krotscheck | clarkb: Do I nee to do anything to make the regex match? | 20:25 |
clarkb | krotscheck: nope | 20:25 |
*** skylerberg has joined #openstack-infra | 20:25 | |
*** bcourt has joined #openstack-infra | 20:25 | |
clarkb | one job to go on jenkins02 | 20:26 |
*** doronshai has quit IRC | 20:26 | |
jeblair | clarkb, fungi: do you recall you can enqueue refs now, right? | 20:28 |
*** jian5397 has joined #openstack-infra | 20:28 | |
fungi | jeblair: oh! i forgot that got written | 20:28 |
fungi | i'll check the cli context help | 20:28 |
clarkb | thats why the version needs to match | 20:28 |
*** glauco has joined #openstack-infra | 20:28 | |
*** glauco has quit IRC | 20:28 | |
jeblair | clarkb: i mentioned that because i saw fungi say 're-trigger' rather than 're-enqueue' | 20:29 |
clarkb | ah | 20:29 |
*** sridhar_ram has joined #openstack-infra | 20:29 | |
fungi | yep. i did indeed forget ;) | 20:30 |
clarkb | jroll: dprince are the https://jenkins02.openstack.org/job/gate-tripleo-ironic-overcloud-f21puppet-ha/225/console jobs expected to not write any console output for 1.5 hours? | 20:31 |
jroll | clarkb: I have no clue about tripleo ci | 20:32 |
clarkb | jroll: but it has ironic in the name :P | 20:32 |
jroll | butbutbut | 20:32 |
jroll | :D | 20:32 |
jroll | if you linked to an ironic log doing that I'd be happy to help | 20:32 |
*** rfolco has joined #openstack-infra | 20:33 | |
dprince | clarkb: stack deploys can take awhile, 1.5 hours seems way too long though | 20:33 |
clarkb | dprince: ok, I semi expect that to hit the job timeout which may or may not result in useful logs | 20:33 |
dprince | clarkb: yeah, it is an HA job | 20:33 |
dprince | clarkb: those aren't "optimized" for sure | 20:34 |
dprince | clarkb: see the overcloud-f2-puppet-ha column here for expected runtimes http://tripleo.org/cistatus.html | 20:34 |
krotscheck | clarkb: Did you re-enqueue that job for me? | 20:34 |
*** achanda has joined #openstack-infra | 20:34 | |
*** achanda has quit IRC | 20:34 | |
*** glauco has joined #openstack-infra | 20:35 | |
dprince | clarkb: if I recall we bump the job timeouts for these | 20:35 |
clarkb | krotscheck: I did not, sorry I am still working on jenkins02 things | 20:35 |
krotscheck | clarkb: Oh good. Just want to make sure no wires got crossed. | 20:35 |
*** matrohon has quit IRC | 20:35 | |
krotscheck | Clarity++ :) | 20:36 |
*** mwagner_ has quit IRC | 20:36 | |
*** dprince has quit IRC | 20:36 | |
*** rfolco has quit IRC | 20:37 | |
*** rfolco has joined #openstack-infra | 20:38 | |
anteaya | fungi: there are patches up to fix robots.txt on paste: https://review.openstack.org/#/q/topic:no-proxy-robots_txt,n,z | 20:38 |
fungi | jeblair: is `sudo zuul enqueue-ref --trigger ref-updated --pipeline release --project openstack/eslint-config-openstack --ref 1.2.3` sufficient? | 20:38 |
anteaya | fungi: the first pass doesn't allow the file to be found where puppet expects it to be | 20:39 |
clarkb | fungi: it might be /refs/tags/1.2.3 | 20:39 |
fungi | oh, yep | 20:39 |
clarkb | since that is what the ppeline regex matches | 20:39 |
fungi | sudo zuul enqueue-ref --trigger ref-updated --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 | 20:40 |
*** achanda has joined #openstack-infra | 20:41 | |
fungi | huh, looks like at least one of oldrev or newrev is required | 20:41 |
fungi | which i guess is the show-ref on the tag | 20:41 |
*** ayoung has joined #openstack-infra | 20:42 | |
fungi | --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa281 | 20:42 |
fungi | zuul.rpcclient.RPCFailure: Invalid trigger: ref-updated | 20:42 |
*** salv-orlando has quit IRC | 20:42 | |
fungi | unfortunately that's the trigger specified for the release pipeline :/ | 20:43 |
*** tsekiyama has quit IRC | 20:43 | |
*** sdake_ has quit IRC | 20:43 | |
clarkb | fungi: maybe its 'gerrit' | 20:43 |
fungi | ohhh.... yep | 20:44 |
fungi | thanks, that was it | 20:45 |
fungi | i was overthinking it | 20:45 |
anteaya | jeblair: can I offer to work on a draft of the email to stackforge project owners for you to edit? or have you gotten to it already? | 20:45 |
krotscheck | fungi: Just saw it pop up, thanks | 20:45 |
*** tsekiyama has joined #openstack-infra | 20:45 | |
fungi | so for reference, that's: sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa281 | 20:45 |
anteaya | jeblair: I just don't want the day to slip away | 20:45 |
*** skylerberg has quit IRC | 20:45 | |
pleia2 | fungi: thanks for sharing | 20:45 |
pvaneck | Hi fungi, hoping you can help with an issue regarding openstackid. | 20:46 |
fungi | and indeed, --trigger gerrit is what i was using before with enqueue as well, so it makes sense enqueue-ref would want the same | 20:46 |
fungi | pvaneck: what's up? | 20:46 |
pvaneck | Right now, when we post to the openid server to verify a successful authentication, we often get delayed responses as described here: https://bugs.launchpad.net/refstack/+bug/1499542 | 20:46 |
openstack | Launchpad bug 1499542 in refstack "RefStack sign in sometimes slow" [High,Confirmed] | 20:46 |
fungi | pvaneck: oh, right, you mentioned that in the refstack meeting earlier this week | 20:46 |
krotscheck | fungi, clarkb: No SCP site is configured. This is likely a configuration problem. (pointer?) | 20:47 |
*** jian5397 has quit IRC | 20:47 | |
fungi | krotscheck: where did you see that? when it's trying to upload logs? | 20:47 |
krotscheck | https://jenkins03.openstack.org/job/eslint-config-openstack-npm-publish-tarball/1/console | 20:48 |
openstackgerrit | Clint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from https://review.openstack.org/231685 | 20:49 |
pvaneck | fungi: Wondering if somehow the refstack server ip is on some black list on the openstackid server that would cause these delays as a security measure | 20:49 |
krotscheck | fungi: Looks like the javascript job doesn't have a {site} configured | 20:50 |
fungi | krotscheck: yeah, it wants to scp logs to swift.openstack.org for some strange reason | 20:50 |
*** sputnik13 has joined #openstack-infra | 20:50 | |
fungi | krotscheck: i think the log publisher may be incorrect but don't have time to look at it just yet | 20:50 |
fungi | pvaneck: hopefully not. let me see if there are any timestamps in the bug i can try to correlate to logs | 20:51 |
*** sdake has joined #openstack-infra | 20:51 | |
openstackgerrit | Merged openstack-infra/puppet-httpd: Allow specification of DocumentRoot when reverse-proxying partially https://review.openstack.org/231682 | 20:52 |
clarkb | arg jenkins02 is doing the same thing that 04 did | 20:52 |
clarkb | 500 errors when trying to list running jobs | 20:52 |
anteaya | :( | 20:53 |
anteaya | any idea what is causing it? | 20:53 |
clarkb | I don't know how we work around that, jenkins breaks then the api becomes useless | 20:53 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Bump oslo.reports version https://review.openstack.org/232204 | 20:53 |
clarkb | anteaya: no I am about to dig into that and see if I can narrow it down to a specific request | 20:53 |
* anteaya cheers on clarkb | 20:53 | |
krotscheck | fungi: Now doesn't seem to be a good time. Can I get some time on your busy schedule for some focused effort so I don't feel like I'm constantly bothering you? | 20:54 |
fungi | pvaneck: connections would be coming from 67.205.62.14? | 20:54 |
*** skylerberg has joined #openstack-infra | 20:54 | |
fungi | krotscheck: i don't really have a busy schedule. i'm just constantly juggling a bunch of conversations at once and sometimes it lets up for a bit | 20:55 |
pvaneck | fungi: should be | 20:55 |
*** tsekiyama has quit IRC | 20:55 | |
fungi | krotscheck: i was mostly hoping my response would serve as a prompt for you to look at the job configuration for any unusual differences from working jobs | 20:56 |
fungi | pvaneck: i'm not finding that ip address in the apache logs on openstackid.org | 20:56 |
krotscheck | fungi: Oh, I do that automatically :) | 20:56 |
krotscheck | fungi: And I think i know what's wrong. | 20:56 |
krotscheck | It's just that I'm usually focused on things outside the domain of infra, so my brain is effectively a sieve. | 20:56 |
*** thiagop has quit IRC | 20:57 | |
fungi | i'm usually focused on things inside the domain of infra and my brain is still a sieve, so don't feel bad | 20:57 |
fungi | pvaneck: nevermind! i was looking in the wrong log | 20:57 |
*** glauco has quit IRC | 20:58 | |
pvaneck | fungi: so i just initiated a sign in request to refstack.net, and it is hanging now | 20:58 |
pvaneck | always returns in ~128 seconds | 20:59 |
fungi | pvaneck: most recent hit i see in the apache log from that ip address was at 20:54:28 utc | 20:59 |
*** glauco__ has joined #openstack-infra | 20:59 | |
*** salv-orlando has joined #openstack-infra | 20:59 | |
fungi | roughly 5 minutes ago | 20:59 |
clarkb | anteaya: I may be able to work around this so thats good | 20:59 |
*** tsekiyama has joined #openstack-infra | 20:59 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Specify tarball site https://review.openstack.org/232210 | 21:00 |
anteaya | clarkb: yay! | 21:00 |
krotscheck | fungi: We can be sieves together! | 21:00 |
krotscheck | fungi ^^ might do it. | 21:00 |
pvaneck | fungi: that was probably me earlier trying to recreate the delay | 21:00 |
fungi | pvaneck: it just showed up now | 21:00 |
fungi | 21:00:42 utc | 21:00 |
krotscheck | I'm not certain what the globals are for jjb though. | 21:00 |
fungi | pvaneck: so it's not getting to apache | 21:01 |
*** glauco__ has quit IRC | 21:01 | |
pvaneck | it did respond successfully, and i waas able to log in though | 21:01 |
clarkb | zaro: for the jenkins API it looks like if you set the depth too big that can cause the jenkins master to 500? | 21:01 |
clarkb | zaro: in this case https://jenkins02.openstack.org/computer/devstack-trusty-rax-iad-5243252/api/json?depth=0&pretty=true works but depth=1 does not | 21:02 |
fungi | pvaneck: i've got a packet sniffer running on the openstackid.org server now listening for packets involving 67.205.62.14 if you want to try again | 21:02 |
anteaya | krotscheck: what problem are you experiencing that this is the expected fix for your publisher? | 21:02 |
openstackgerrit | Augustina Ragwitz proposed openstack/diskimage-builder: Update apt-preferences element README from free text to table formatting https://review.openstack.org/232211 | 21:02 |
anteaya | krotscheck: I came in in the middle of your conversation | 21:02 |
clarkb | zaro: any idea what would cause that | 21:02 |
krotscheck | anteaya: https://jenkins03.openstack.org/job/eslint-config-openstack-npm-publish-tarball/1/console | 21:02 |
*** glauco has joined #openstack-infra | 21:02 | |
pvaneck | fungi: alright, so i was able ot login and out foour times with no delay | 21:02 |
krotscheck | anteaya: specifically, No SCP site is configured. This is likely a configuration problem. | 21:02 |
pvaneck | fifth time, hanging | 21:02 |
fungi | pvaneck: does it cache locally maybe? i haven't seen packet one | 21:03 |
anteaya | krotscheck: ah yes it does need an scp site | 21:03 |
* anteaya notes this is the first she has seen an orange ball | 21:03 | |
anteaya | how pretty | 21:03 |
krotscheck | anteaya: I'm digging through the rest of the codebase right now to see if {{tarball-site}} is set globally or if I need to set it manually | 21:03 |
lifeless | fungi: https://review.openstack.org/#/c/231748/ is happy now, though I still don't know if its the Right Way to do it :) | 21:04 |
anteaya | krotscheck: okey dokey | 21:04 |
* anteaya digs through some other macros | 21:04 | |
*** dramalho has quit IRC | 21:04 | |
fungi | pvaneck: it just now connected | 21:04 |
pvaneck | fungi: hmmm, so you dont get a packet until after 2 mins | 21:05 |
clarkb | zaro: I am guessing the slave has gotten itself in a bad way and that if we get a 500 at depth2 but depth0 works we can treat that as not running any jobs | 21:05 |
*** alivigni has quit IRC | 21:05 | |
fungi | pvaneck: yeah, running a packet sniffer on the refstack.net server might help to see if that matches | 21:05 |
*** puranamr has joined #openstack-infra | 21:05 | |
fungi | pvaneck: also your first 4 logins didn't generate any connection either, so i have a feeling something in there is caching the lookup/response? | 21:06 |
*** achanda has quit IRC | 21:07 | |
pvaneck | fungi: alright, this all helps a lot in the debugging. I'll do some more investigation on refstack's end. | 21:07 |
*** mtanino has joined #openstack-infra | 21:07 | |
fungi | pvaneck: i recommend profiling it from the initiating end and then we can revisit if you still think it's something on the openstackid.org end causing this | 21:07 |
fungi | yep | 21:07 |
*** dramalho has joined #openstack-infra | 21:07 | |
*** aeng has joined #openstack-infra | 21:07 | |
pvaneck | thanks for the help :) | 21:07 |
fungi | any time! | 21:07 |
krotscheck | anteaya: Looks like it needs to be manually set at the project level, which it appears to be in http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n309 | 21:07 |
*** dramalho has quit IRC | 21:08 | |
anteaya | krotscheck: here is the tarball publisher macro: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/macros.yaml#n735 | 21:08 |
*** harlowja has quit IRC | 21:08 | |
*** thorst1 has quit IRC | 21:09 | |
anteaya | oh and yes in jobs/projects.yaml the tarball-site does have to be specified | 21:09 |
fungi | lifeless: yep, if you look back through the project-config history you'll see where i had similar there initially for stable/kilo and then we ripped it out (which is why the branch info was already parameterized in the job template) | 21:09 |
krotscheck | anteaya: Yep. And I configured it as per http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/python-jobs.yaml#n270 | 21:09 |
*** tsekiyama has quit IRC | 21:09 | |
krotscheck | Learn something new every day | 21:09 |
*** puranamr has quit IRC | 21:10 | |
anteaya | krotscheck: makes it a good day | 21:10 |
krotscheck | anteaya: You see anything else wrong with that build? I'd like to not have to ask fungi to trigger it N-hundred times :) | 21:11 |
*** pc_m has quit IRC | 21:11 | |
fungi | krotscheck: just now freed up to look at that config | 21:11 |
*** tsekiyama has joined #openstack-infra | 21:11 | |
krotscheck | fungi: Sweet, thanks | 21:11 |
fungi | looks like you've probably got it figured out | 21:11 |
fungi | i'm just double-checking because i never trust my memory | 21:12 |
glauco | Folks, I am currently working on puppet-openstack_health and we need a newer version of nodejs | 21:12 |
anteaya | krotscheck: I'm looking | 21:12 |
glauco | Currently Trusty has a package for version 0.10, which is very outdated | 21:12 |
glauco | Is there a trusted ppa we are using to get a newer version? | 21:13 |
anteaya | krotscheck: what repo runs this job? | 21:13 |
*** angdraug has joined #openstack-infra | 21:13 | |
krotscheck | anteaya: eslint-config-openstack | 21:13 |
*** bswartz has joined #openstack-infra | 21:14 | |
anteaya | thank you | 21:14 |
anteaya | never heard of it | 21:14 |
*** ldnunes has quit IRC | 21:14 | |
bltavares | glauco: according to nodejs docs there is https://nodesource.com/ | 21:14 |
bltavares | glauco: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions | 21:15 |
bswartz | I need help creating a branch in a project that's not release-managed. Does anyone know the command to create a stable/liberty branch in a project managed by gerrit? | 21:15 |
anteaya | krotscheck: you have the tarball site specified: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n307 | 21:15 |
krotscheck | anteaya: It's a new QA thing which is basically a javascript version of hacking | 21:15 |
anteaya | bswartz: does the project have permissions to allow for branch creation? | 21:15 |
*** shardy has quit IRC | 21:15 | |
*** achanda has joined #openstack-infra | 21:15 | |
anteaya | krotscheck: awesome, glad to know about it, thank you | 21:15 |
lifeless | bswartz: git push gerrit master:stable/liberty | 21:16 |
bswartz | anteaya: I'm not sure -- I tried a straightforward push and it failed | 21:16 |
anteaya | bswartz: what is the name of the project? | 21:16 |
krotscheck | anteaya: Yes, I linked it at 2:07PM PDT :) | 21:16 |
anteaya | krotscheck: ah okay, fair enough | 21:16 |
bswartz | anteaya: openstack/manila-ui | 21:16 |
fungi | bswartz: if you're in a group that has create permission on refs/heads/* (or refs/*) in that project's acl then you can do it from the gerrit webui under project->branches | 21:17 |
anteaya | krotscheck: what is that in utc? the infra logs are in utc | 21:17 |
fungi | i believe push to create branches requires some additional leaky acl permissions | 21:17 |
anteaya | http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/manila-ui.config | 21:17 |
fungi | okay, i'm going to go get something to eat. back soon | 21:17 |
anteaya | yeah under refs/heads/* you need create - | 21:18 |
bswartz | fungi: there's no "branches" menu under Projects in the web ui | 21:18 |
anteaya | create = | 21:18 |
anteaya | fungi: enjoy lunch | 21:18 |
*** tiswanso has quit IRC | 21:18 | |
anteaya | bswartz: you need to amend the acl for the project | 21:18 |
krotscheck | anteaya: ¯\_(ツ)_/¯ timezones and daylight savings is hard. | 21:18 |
anteaya | krotscheck: yes, which is why i use ust | 21:18 |
anteaya | utc | 21:18 |
anteaya | bswartz: you need a create = gerrit group line under refs/heads/* | 21:19 |
*** ramashri has quit IRC | 21:19 | |
*** tlian2 has joined #openstack-infra | 21:19 | |
*** jamesmcarthur has quit IRC | 21:19 | |
bswartz | anteaya: do other projects do this? I might be better off just getting an admin to do it -- the plan is to have manila-ui release managed -- we just forgot to do that for liberty | 21:19 |
anteaya | bswartz: projects do many things | 21:20 |
anteaya | which project would you like to emulate | 21:20 |
anteaya | bswartz: do you want to create a plan with dhellmann? | 21:21 |
bswartz | anteaya: manila-ui should be the same as python-manilaclient for the release management part -- the only difference is that horizon-core needs access too | 21:21 |
mtreinish | fungi, clarkb, jeblair: if you get a sec can you take a look at: https://review.openstack.org/#/c/208389/ | 21:21 |
bswartz | anteaya: yeah I'll get with dhellmann to get it fixed | 21:22 |
anteaya | about how to organize releases for manilla-ui and how to get its releases managed? | 21:22 |
mtreinish | we've been waiting for a while to get that cookiecutter repo started | 21:22 |
*** claudiub has joined #openstack-infra | 21:22 | |
anteaya | bswartz: wonderful create a plan then we can help get the pieces in place to make it happen | 21:22 |
bswartz | it was overlooked during liberty because everything was working fine until now | 21:22 |
bswartz | anteaya: thanks | 21:22 |
anteaya | bswartz: well done then | 21:22 |
*** hdd has joined #openstack-infra | 21:23 | |
*** tlian has quit IRC | 21:23 | |
jeblair | fungi, clarkb, mordred: i told my local nodepool to burst to 200 vms in ovh; we got to 28 before they started going into ERROR | 21:23 |
*** fawadkhaliq has quit IRC | 21:23 | |
anteaya | wooo 28 | 21:23 |
anteaya | jeblair: do you want me to work on the draft of the email? | 21:23 |
anteaya | jeblair: you can edit when I have something to look at? | 21:24 |
jeblair | anteaya: sure; i was planning on making a small modification to what we sent last time. | 21:25 |
krotscheck | Things that make me happy: https://packages.debian.org/testing/nodejs | 21:25 |
clarkb | ok I should have a few patches to fix this jenkins problem | 21:25 |
krotscheck | Version 4!!!!! | 21:25 |
krotscheck | OMG!!! | 21:25 |
anteaya | jeblair: great, have you that link or shall I dig it up? | 21:25 |
jeblair | anteaya: i do not | 21:26 |
*** julim has quit IRC | 21:26 | |
anteaya | I will dig | 21:26 |
clarkb | going to make lunch an dwork on cleaning that stuff up | 21:27 |
anteaya | enjoy lunch | 21:29 |
anteaya | and thank you | 21:29 |
*** andersonvom has joined #openstack-infra | 21:30 | |
krotscheck | anteaya: Anything other concerns you have on https://review.openstack.org/#/c/232210/1? | 21:31 |
*** akshai has joined #openstack-infra | 21:31 | |
*** doug-fish has quit IRC | 21:32 | |
*** jamielennox|away is now known as jamielennox | 21:32 | |
*** doug-fish has joined #openstack-infra | 21:32 | |
mordred | jeblair: wow | 21:33 |
mordred | jeblair: 28 is a lot | 21:33 |
anteaya | jeblair: found it https://etherpad.openstack.org/p/fAg2humU6A | 21:34 |
anteaya | krotscheck: away it goes | 21:35 |
krotscheck | anteaya: Thanks! | 21:35 |
anteaya | krotscheck: welcome, nice digging | 21:35 |
*** doug-fish has quit IRC | 21:36 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Add methods for adding internal router interfaces https://review.openstack.org/232236 | 21:37 |
Shrews | mordred: ^^^ will be needed to fix os_router | 21:37 |
*** signed8bit has quit IRC | 21:37 | |
*** doug-fish has joined #openstack-infra | 21:38 | |
*** sdake_ has joined #openstack-infra | 21:40 | |
*** sdake has quit IRC | 21:41 | |
Shrews | mordred: jeblair: clarkb: has devstack just switched default keystone versions? | 21:41 |
openstackgerrit | Merged openstack-infra/project-config: Specify tarball site https://review.openstack.org/232210 | 21:41 |
Shrews | b/c shade keystone tests are suddenly sad | 21:41 |
glauco | bltavares: krotscheck pointed out this review https://review.openstack.org/#/c/229381/4/modules/openstack_project/manifests/release_slave.pp | 21:41 |
glauco | this seem like a good way of using a newer version using puppet-nodejs | 21:42 |
*** matbu has quit IRC | 21:42 | |
*** doug-fish has quit IRC | 21:42 | |
*** matbu has joined #openstack-infra | 21:43 | |
*** tsekiyama has quit IRC | 21:43 | |
anteaya | jeblair: I made an edit and but the removed paragraphs down below, feel free to change anything: https://etherpad.openstack.org/p/fAg2humU6A | 21:44 |
anteaya | s/but/put | 21:44 |
mordred | Shrews: aroo? | 21:44 |
mordred | stevemar_: ^^ | 21:44 |
*** tsekiyama has joined #openstack-infra | 21:47 | |
zaro | clarkb: i don't know. i've never gotten 500 from setting depth to high. | 21:48 |
jeblair | anteaya: that looks great | 21:48 |
anteaya | jeblair: yay | 21:49 |
jeblair | clarkb, fungi, mordred, pleia2: anyone else want to review https://etherpad.openstack.org/p/fAg2humU6A before i send it? | 21:49 |
jeblair | there are 52 projects who have not responded | 21:50 |
bltavares | glauco: cool | 21:50 |
jeblair | akanda is among them | 21:50 |
anteaya | jeblair: yay | 21:50 |
anteaya | markmcclain: akanda is among them | 21:50 |
jeblair | gertty is no longer among them ;) | 21:51 |
anteaya | yay | 21:51 |
anteaya | I think so folks want to continue development on gertty | 21:51 |
*** glauco___ has joined #openstack-infra | 21:52 | |
anteaya | s/so/some | 21:52 |
anteaya | I just can't type | 21:52 |
krotscheck | fungi: Could you run "sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa281" again? | 21:53 |
*** regXboi has quit IRC | 21:53 | |
pleia2 | jeblair: lgtm | 21:53 |
*** harlowja has joined #openstack-infra | 21:53 | |
Shrews | mordred: i'm done tracking problems for the day. will look into it tomorrow | 21:54 |
*** rfolco_ has joined #openstack-infra | 21:54 | |
jeblair | i have updated the wiki page to list unresponsive projects under inactive: https://wiki.openstack.org/wiki/Stackforge_Namespace_Retirement | 21:54 |
jeblair | (so the page should be the complete list now) | 21:54 |
anteaya | jeblair: wonderful | 21:54 |
markmcclain | jeblair: adam_g is going to reach out about the rename/move from stackforge | 21:54 |
*** spredzy_ has joined #openstack-infra | 21:55 | |
*** glauco has quit IRC | 21:55 | |
* adam_g reaches out | 21:55 | |
*** pradk has quit IRC | 21:55 | |
krotscheck | jeblair: ohpleaseohpleaseohpleaseletxstaticdie | 21:55 |
* mordred touches adam_g | 21:55 | |
mordred | krotscheck: ++ | 21:55 |
anteaya | markmcclain: adam_g just edit the wikipage | 21:55 |
jeblair | krotscheck: someone wants them to live :( | 21:55 |
*** thinrichs has quit IRC | 21:55 | |
anteaya | you don't have to reach very far | 21:56 |
jeblair | krotscheck: except 4 of them at the bottom | 21:56 |
adam_g | anteaya, so in additino to moving from stackforge/ -> openstack/ we're also going to need to rename the projects themselves. where should i note that? | 21:56 |
*** thinrichs has joined #openstack-infra | 21:56 | |
jeblair | adam_g: i think we'll have to do that after tokyo | 21:56 |
krotscheck | jeblair:Oh. Wrong list. DRAT | 21:56 |
*** mwagner_ has joined #openstack-infra | 21:56 | |
mmmpork | adam_g: i would put something on the wiki page | 21:56 |
anteaya | adam_g: just move it in the wikipage | 21:56 |
mmmpork | we don't really have a central place for tracking what we need to do | 21:56 |
*** rfolco has quit IRC | 21:56 | |
jeblair | mmmpork, adam_g: don't put something on the wiki page :) | 21:56 |
anteaya | adam_g: no don't put something int eh wikipage | 21:56 |
mmmpork | and that seems like hte best place | 21:56 |
*** rfolco__ has joined #openstack-infra | 21:56 | |
adam_g | ? | 21:56 |
anteaya | adam_g: just edit the wikipage | 21:57 |
*** geoffarnoldX is now known as geoffarnold | 21:57 | |
anteaya | change akanda from idle to move to stackforge | 21:57 |
anteaya | adam_g: one quick copypaste | 21:57 |
jeblair | there will be two separate changes | 21:57 |
anteaya | done | 21:57 |
jeblair | one is to move akanda from stackforge to openstack | 21:57 |
jeblair | the second is to rename it | 21:57 |
adam_g | right | 21:57 |
mmmpork | should we make a list of projects that need to be renamed? | 21:57 |
jeblair | we are unable to accomodate them both at the same time due to the complexity of the stackforge move | 21:57 |
adam_g | jeblair, so the rename wont be able to happen till after tokyo.. does that prevent us from releasing a liberty thing before tokyo under the new name? | 21:58 |
*** weshay has quit IRC | 21:58 | |
jeblair | mmmpork, adam_g: so for the rename, what you should do is, after the stackforge->openstack move has completed, propose a change to project-config for the project rename | 21:58 |
jeblair | mmmpork, adam_g: then add that to the infra team agenda, and we can schedule the rename with you | 21:59 |
mmmpork | is that the only project that needs to be renamed? | 21:59 |
jeblair | mmmpork, adam_g: er, the infra team meeting agenda | 21:59 |
mmmpork | or will there be others? | 21:59 |
adam_g | jeblair, gotcha. | 21:59 |
jeblair | mmmpork: afaik, for the moment, yes | 21:59 |
stevemar_ | Shrews: mordred yess, more fallout | 21:59 |
stevemar_ | of course it broke something! | 21:59 |
*** rfolco_ has quit IRC | 22:00 | |
mmmpork | ok cool, i was under the impression a whole bunch might need this, thanks for clarifying | 22:00 |
mordred | stevemar_: so - the answer is "yes, v3 by default now?" | 22:00 |
anteaya | jeblair: the puppet-openstack-health project will become puppet-openstack_health at some point but not on oct.17th | 22:00 |
jeblair | anteaya: well remembered | 22:00 |
stevemar_ | mordred: unless we broke more than 1 thing, i'm tempted to leave this be | 22:00 |
anteaya | jeblair: thanks | 22:01 |
mordred | stevemar_: did anyone add domains and/or v3 info to clouds.yaml? | 22:01 |
* mordred looks | 22:01 | |
mordred | nope | 22:01 |
mordred | stevemar_: what's the domain id? | 22:01 |
jeblair | mmmpork: no, we pushed to get all the ones we knew about done last month. because doing a rename during the move will _greatly_ increase the complexity and risk of error (as i'm sure you know ;) | 22:01 |
mordred | oh! wait- I do see if args.os_identity_api_version == '3': | 22:01 |
mordred | stevemar_: ok. it looks like that's correct | 22:02 |
mordred | stevemar_: I'll dig further and let you konw | 22:02 |
stevemar_ | mordred: domain id = 'default | 22:02 |
stevemar_ | domain name = "Default" | 22:02 |
mordred | stevemar_: (I support the v3 move - we can figure it out) | 22:02 |
mordred | self._cloud_data['auth']['user_domain_id'] = 'default' | 22:03 |
mordred | self._cloud_data['auth']['project_domain_id'] = 'default' | 22:03 |
mordred | should be fine | 22:03 |
stevemar_ | i thought we default to "default" if nothing is supplied and os-identity-api-version is 3 | 22:03 |
*** edmondsw has quit IRC | 22:03 | |
stevemar_ | yes taht should be | 22:03 |
jeblair | adam_g, markmcclain: since i pulled the data earlier, you're still going to get an email saying akanda needs to be categorized on the wiki page -- sorry :) | 22:03 |
mordred | stevemar_: keystoneauth api version detection will pick 2 if you don't supply a domain | 22:03 |
stevemar_ | gah | 22:04 |
adam_g | jeblair, thats okay, i like being chastised by robots. sorry for lagging on our end. | 22:04 |
*** ociuhandu has quit IRC | 22:04 | |
*** tsekiyama has quit IRC | 22:04 | |
*** sambetts has quit IRC | 22:05 | |
mordred | stevemar_: http://logs.openstack.org/79/232079/4/check/gate-shade-dsvm-functional-neutron/dd911b9/console.html#_2015-10-07_20_44_21_196 | 22:05 |
mordred | stevemar_: I don't think it's auth that's a problem | 22:05 |
mmmpork | jeblair: indeed!! :D | 22:05 |
mordred | stevemar_: I think it's our use of the CRUD API | 22:05 |
*** skylerberg has quit IRC | 22:05 | |
mordred | stevemar_: although I have to say "takes at least 3 params (3 given)" is one of my ATF pythonisms | 22:05 |
mordred | Shrews: when you get back in tomorrow, I think we might need to set up a dvsm job for shade that runs devstack with v3 turned off | 22:06 |
mordred | Shrews: so that we can test that we work with both | 22:06 |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Cap urllib3 <=1.10.4 so it's synced up with requests 2.7.0 https://review.openstack.org/213310 | 22:06 |
mordred | (especially since all of the production clouds infra consumes are v2) | 22:06 |
*** rossella_s has quit IRC | 22:06 | |
Shrews | mordred: yep, we should do that | 22:06 |
stevemar_ | mordred: hehe, it's great feedback | 22:06 |
*** sambetts has joined #openstack-infra | 22:07 | |
*** rossella_s has joined #openstack-infra | 22:07 | |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Cap urllib3 <=1.10.4 so it's synced up with requests 2.7.0 https://review.openstack.org/213310 | 22:07 |
*** tsekiyama has joined #openstack-infra | 22:07 | |
*** annegentle has quit IRC | 22:08 | |
*** glauco___ has quit IRC | 22:08 | |
mordred | stevemar_: services.create(name=name, service_type=service_type, | 22:08 |
mordred | description=description)) | 22:08 |
*** dramalho has joined #openstack-infra | 22:08 | |
mordred | Shrews: it's just type in v3 | 22:09 |
mordred | Shrews: yay! | 22:09 |
stevemar_ | funnn | 22:09 |
*** sdake_ has quit IRC | 22:10 | |
*** Rockyg has quit IRC | 22:12 | |
jeblair | email sent | 22:12 |
mordred | Shrews: I'm guessing it'll be simliar for the others | 22:13 |
*** dramalho has quit IRC | 22:14 | |
*** sdake has joined #openstack-infra | 22:14 | |
*** sergmelikyan has joined #openstack-infra | 22:14 | |
jeblair | mmmpork: do you mind if we drop the tasks/patches section from that wiki page? i meant it to be simply the list of projects | 22:14 |
jeblair | mmmpork: more of a user-facing thing, and not so much a project page for those of us working on it | 22:15 |
mmmpork | jeblair: sure, where should we move that info to? | 22:15 |
*** sergmelikyan has quit IRC | 22:15 | |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Cap requests at <2.8.0 since it packages urllib3 1.12 https://review.openstack.org/232250 | 22:16 |
jeblair | mmmpork: depends on the audience, but ideally a task tracker ;) | 22:16 |
mmmpork | jeblair: what do we use as a task tracker? storyboard? | 22:17 |
jeblair | mmmpork: yes | 22:17 |
mmmpork | ok, i will move it there | 22:17 |
mmmpork | can we link the storyboard ticket somewhere? | 22:17 |
mmmpork | you don't want it linked on the wiki page, correct? | 22:17 |
mmmpork | i just want to make sure we don't lose it | 22:17 |
jeblair | mmmpork: i think that should be the root; we don't normally make wiki pages for our efforts; this page was simply to have a place for people to verify that their project was in the right category | 22:18 |
*** gordc has quit IRC | 22:18 | |
mmmpork | ok, makes sense | 22:18 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders can be run on their own https://review.openstack.org/232251 | 22:20 |
greghaynes | clarkb: jeblair ^ | 22:20 |
jeblair | clarkb, fungi, mordred: i don't think i'm going to get useful data from test runs today (though i do have a script to launch them and have the first runs running now) | 22:20 |
*** burgerk_ has quit IRC | 22:20 | |
jeblair | clarkb, fungi, mordred: so i'm just going to send an email to ovh about the ERROR state issue | 22:20 |
greghaynes | until some things show up in review, thats all we should need for builders. | 22:21 |
*** tonytan4ever has quit IRC | 22:21 | |
mordred | jeblair: awesome. I bet they will enjoy that email | 22:25 |
mordred | jeblair: I mean, this is one of the benefits they get from us | 22:25 |
anteaya | 22:26 | |
openstackgerrit | Clark Boylan proposed stackforge/python-jenkins: Handle depth errors in get_running_builds https://review.openstack.org/232253 | 22:27 |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Restart jenkins masters safely once a week https://review.openstack.org/228541 | 22:27 |
clarkb | zaro: ^ | 22:27 |
zaro | ugh! i can't reach any of my cloud machines anymore | 22:29 |
mordred | onoes | 22:29 |
*** dims has quit IRC | 22:29 | |
anteaya | zaro: :/ | 22:30 |
openstackgerrit | Merged openstack-infra/puppet-zanata: Move to Zanata server 3.7.2 https://review.openstack.org/230283 | 22:30 |
anteaya | zaro: did your email change? | 22:30 |
clarkb | pleia2: note that ^ is likely not going to work automagically | 22:31 |
clarkb | pleia2: because the archive module use is not able to update the existing install | 22:31 |
anteaya | well holy hubcap | 22:31 |
clarkb | and we were told that it shouldn't and we should all use imgae based deployments so ya (nevermind we have config management tooling) | 22:31 |
pleia2 | clarkb: hm, I thought updating the checksum did trigger an upgrade | 22:31 |
zaro | anteaya: yes. | 22:31 |
*** markvoelker has quit IRC | 22:31 | |
clarkb | pleia2: nope because there is a creates => $path on the archive | 22:31 |
pleia2 | ah, sigh | 22:32 |
clarkb | pleia2: I did a pull request upstream and essentially got told to go away | 22:32 |
clarkb | so meh | 22:32 |
anteaya | zaro: were you able to access vms after the email change? | 22:32 |
pleia2 | clarkb: wait, wasn't that for wildfly? | 22:32 |
pleia2 | clarkb: this is for zanata | 22:32 |
clarkb | pleia2: oh right I crossed hte streams | 22:32 |
zaro | yes | 22:32 |
pleia2 | you are right that wildfly doesn't auto upgrade | 22:32 |
krotscheck | Looks like fungi left for the day. Could someone re-enqueue that release I'm trying to make go? sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa281 | 22:33 |
*** mrmartin has joined #openstack-infra | 22:33 | |
anteaya | zaro: sigh | 22:33 |
anteaya | zaro: any thoughts on what to do next? | 22:33 |
mordred | clarkb: you were told, when talking about puppet modules, that you should use image based deployments, so fixing the puppet module that is designed to use with non-image based deployments was stupid? | 22:33 |
*** markvoelker has joined #openstack-infra | 22:33 | |
clarkb | mordred: yes | 22:33 |
clarkb | mordred: I kid you not | 22:33 |
mordred | clarkb: that is one of the most hipsterdiculous things I've ever heard | 22:33 |
clarkb | krotscheck: give me a minute | 22:34 |
krotscheck | clarkb: Thanks :) | 22:34 |
anteaya | krotscheck: he didn't leave for the day he left for lunch | 22:35 |
anteaya | or food or something | 22:35 |
mordred | clarkb: I'm still boggled | 22:35 |
clarkb | mordred: I will get a link once krotscheck's thing is running | 22:35 |
mordred | clarkb: there is no way it'll make me happier as a human | 22:35 |
clarkb | krotscheck: should be running | 22:36 |
*** Daisy has joined #openstack-infra | 22:36 | |
krotscheck | clarkb: Thanks | 22:36 |
zaro | anteaya: actually i can ssh log in with IP but i cannot seem to ping the IP. | 22:36 |
clarkb | mordred: https://github.com/biemond/biemond-wildfly/pull/70 enjoy | 22:36 |
*** stevemar_ has quit IRC | 22:36 | |
anteaya | zaro: how odd | 22:36 |
*** amuller has quit IRC | 22:37 | |
*** stevemar_ has joined #openstack-infra | 22:37 | |
*** sharikapongubala has quit IRC | 22:37 | |
krotscheck | clarkb: http://tarballs.openstack.org/eslint-config-openstack/ :) | 22:38 |
*** sdague has quit IRC | 22:38 | |
mordred | clarkb: I do not like you. I can't unread that now | 22:38 |
clarkb | mordred: think of it as character building | 22:38 |
clarkb | mordred: or maybe just liver destroying | 22:38 |
pleia2 | the puppet-wildfly team has interesting priorities :\ | 22:39 |
clarkb | I sort of noped out if anyone wants to take over that PR | 22:39 |
mordred | clarkb: I mean, if you're going to do A/B deployments with disposale VMs, why use puppet at all? | 22:39 |
clarkb | mordred: right? | 22:39 |
mordred | docker is WAY better at that model | 22:39 |
*** sdague has joined #openstack-infra | 22:39 | |
clarkb | or just about anything else | 22:39 |
mordred | the whole point of bothering with puppet is so that you can actually maintain a server | 22:39 |
mordred | yeah | 22:39 |
*** Daisy has quit IRC | 22:40 | |
*** dimtruck is now known as zz_dimtruck | 22:41 | |
*** stevemar_ has quit IRC | 22:41 | |
zaro | clarkb: did you ever figure out that issue with jenkins api json depth? | 22:41 |
zaro | i can't repro with my test jenkins machine | 22:41 |
clarkb | zaro: I think it has to do with a broken slave | 22:41 |
clarkb | zaro: the slave that did it had lost its ssh connection, I am guessing the server tries to do something over ssh | 22:42 |
*** fedexo has quit IRC | 22:42 | |
clarkb | zaro: and when that fails it results in a 500 error | 22:42 |
*** andersonvom has quit IRC | 22:42 | |
zaro | i tried different slave and saw same problem. have you tried other slaves? | 22:43 |
clarkb | zaro: all of the other slaves on jenkins02 were fine | 22:43 |
clarkb | zaro: I logged the total output of it (but sadly didn't think to preserve it) | 22:43 |
zaro | clarkb: ok, i guess i must have picked another bad one. | 22:43 |
clarkb | zaro: on what machine? | 22:44 |
clarkb | zaro: I just restart jenkins02 an hour ago or so | 22:44 |
*** ZZelle has quit IRC | 22:45 | |
*** Daisy has joined #openstack-infra | 22:46 | |
clarkb | zaro: was the slave you saw it on running a job? I am pretty sure this happens when the slave is in such a bad way it cannot run any jobs | 22:47 |
krotscheck | So, question. I defined the publish-to-npm job the same way the publish-to-pypi was, with an indented job defenition, but the second one doesn't seem to have taken. Is there something wrong with this template? http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n600 | 22:47 |
clarkb | krotscheck: so the second job didn't run at all? | 22:47 |
zaro | clarkb: my browser says 'bare-trusty-hpcloud-b1-5291857' but i think it's gone now. i tried another one and can no longer repro. | 22:47 |
krotscheck | clarkb: It was gone by the time I switched back to zuul | 22:48 |
krotscheck | clarkb: lemme see if I can find a log. | 22:48 |
clarkb | krotscheck: I am looking | 22:48 |
clarkb | http://logs.openstack.org/35/35393b1fa54188d54d3d8a5956b49b40df1aa281/release/eslint-config-openstack-npm-publish-tarball/c7f751e/console.html#_2015-10-07_22_37_07_739 so it succeeded | 22:48 |
clarkb | I bet I know the problem | 22:49 |
krotscheck | clarkb: ? | 22:49 |
krotscheck | clarkb: Yes, that one worked. IT's the second one I'm curious about. | 22:49 |
clarkb | krotscheck: you need to restrict it to the propose slave in openstack_functions.py | 22:49 |
* anteaya goes for a walk | 22:49 | |
clarkb | otherwise gearman will fail to find a slave to run it on, let me confirm and can patch | 22:49 |
pleia2 | StevenK: huzzah! \o/ Zanata 3.7.2 (git-server-3.7.2) | © 2008-2015 Red Hat, Inc | 22:50 |
pleia2 | StevenK: going to send an email to interested parties before we upgrade translate.o.o, but this seems to have gone ok | 22:50 |
*** Daisy has quit IRC | 22:50 | |
krotscheck | clarkb: Thanks | 22:51 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Add dstat-plugins project https://review.openstack.org/232260 | 22:51 |
*** skylerberg has joined #openstack-infra | 22:53 | |
*** david-lyle has quit IRC | 22:54 | |
*** david-lyle has joined #openstack-infra | 22:55 | |
*** mrmartin has quit IRC | 22:56 | |
*** angdraug has quit IRC | 22:57 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run npm upload job on relase slave https://review.openstack.org/232264 | 22:58 |
clarkb | krotscheck: ^ | 22:58 |
mordred | clarkb, nibalizer: ok. I wrote a snarky response to the PR - but then I got out of the cab before sending it - and now I think maybe I should not hit send | 22:58 |
nibalizer | mordred: uh link? | 22:58 |
mordred | nibalizer: https://github.com/biemond/biemond-wildfly/pull/70 | 22:58 |
mordred | nibalizer: also, see my incredulity above | 22:59 |
krotscheck | clarkb: Huhn. Alllrightey then. | 22:59 |
mordred | specifically, the suggestion of using puppet to manage a red-black deployment | 22:59 |
*** stevemar_ has joined #openstack-infra | 22:59 | |
nibalizer | mordred: send it! | 23:01 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909 https://review.openstack.org/232267 | 23:01 |
nibalizer | i may be able to find biemond | 23:01 |
*** davidlenwell has quit IRC | 23:01 | |
openstack | bug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague) | 23:01 |
nibalizer | at puppetconf | 23:01 |
* jeblair notices there is a small red nibalizer with horns sitting on one of mordred's shoulders | 23:01 | |
* jeblair doesn't see anything on the other shoulder | 23:02 | |
*** davidlenwell has joined #openstack-infra | 23:02 | |
lifeless | mordred: I didn't see the AB suggestion in that PR | 23:02 |
*** glauco has joined #openstack-infra | 23:03 | |
*** spzala has quit IRC | 23:03 | |
*** akshai has quit IRC | 23:03 | |
*** markvoelker has quit IRC | 23:04 | |
mordred | lifeless: " | 23:05 |
mordred | And with puppet and virtual machines you should be able to create a new app server with exactly the same artifacts like deployments, datasources, jms etc which connects to the persistent data. After this you can destroy the old VM. This is the way to go" | 23:05 |
mordred | that is, without naming it, a suggestion of running an AB deployment | 23:05 |
*** DericHorn-HP has joined #openstack-infra | 23:06 | |
mordred | which is fine if that's what he wants to do with his life - but it's not a valid reason to not have the puppet module be able to maintain a long-lived version of the service, IMO | 23:06 |
mordred | since, you know, primary purpose of config management systems is care and feeding of long lived systems | 23:06 |
*** xyang1 has quit IRC | 23:08 | |
*** markvoelker has joined #openstack-infra | 23:08 | |
*** harlowja has quit IRC | 23:10 | |
*** david-lyle has quit IRC | 23:10 | |
*** harlowja has joined #openstack-infra | 23:10 | |
*** david-lyle has joined #openstack-infra | 23:10 | |
*** sharikapongubala has joined #openstack-infra | 23:10 | |
*** abitha has quit IRC | 23:11 | |
*** sharikapongubala has quit IRC | 23:11 | |
lifeless | dstufft: did bootstrap.pypa.io have an outage oh 8 hours back? | 23:13 |
lifeless | https://bugs.launchpad.net/devstack/+bug/1503909 | 23:13 |
openstack | Launchpad bug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] - Assigned to Sean Dague (sdague) | 23:13 |
zaro | clarkb: is there anyway to send gerrit logs on review-dev.o.o so others can see it? | 23:13 |
clarkb | zaro: I am not sure those logs are clean enough to publish publicly | 23:14 |
mordred | clarkb, nibalizer: is this too much? http://paste.openstack.org/show/475673/ | 23:14 |
clarkb | zaro: but you can always copy and paste into a paste service for currated things | 23:14 |
dstufft | lifeless: yes | 23:14 |
*** david-lyle has quit IRC | 23:14 | |
dstufft | lifeless: fixed it this morning eastern us time | 23:15 |
* dstufft goes for a bit | 23:15 | |
*** cloudtrainme has quit IRC | 23:15 | |
*** gildub has joined #openstack-infra | 23:16 | |
* mordred tried to rewrite to be less snark and more information, but I think I may have crossed back in to snark | 23:16 | |
clarkb | mordred: "The expectation when using puppet is that it will enforce the currently described state" might be another way to say what you say | 23:16 |
clarkb | mordred: basically if I say puppet set X then it better set X | 23:16 |
clarkb | not Y | 23:16 |
mordred | yeah. that's the point of puppet | 23:16 |
*** yuanying has quit IRC | 23:16 | |
*** david-lyle has joined #openstack-infra | 23:17 | |
*** cloudtrainme has joined #openstack-infra | 23:17 | |
*** ashleighfarnham has quit IRC | 23:18 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909 https://review.openstack.org/232267 | 23:18 |
openstack | bug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague) | 23:18 |
*** david-ly_ has joined #openstack-infra | 23:19 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:19 | |
*** yuanying has joined #openstack-infra | 23:19 | |
lifeless | mordred: ah so that's not what I think of as AB deployments - thats certainly expand-contract | 23:19 |
lifeless | mordred: (to me AB deployments are things that support live AB testing with traffic direction, large dimensionality etc) | 23:20 |
lifeless | mordred: related but diff; but yeah. I wouldn't use puppet to manage that so much | 23:20 |
*** david-lyle has quit IRC | 23:21 | |
*** yamamoto has joined #openstack-infra | 23:21 | |
nibalizer | mordred: :ship it: | 23:21 |
*** sridhar_ram has quit IRC | 23:21 | |
lifeless | mordred: I mean, if I had precious machines, I might define the concurrent services in puppet and blah | 23:21 |
* lifeless hops off of the sliding path | 23:21 | |
mordred | lifeless: yah. I think you and I agree with each other | 23:22 |
openstackgerrit | Merged openstack-infra/project-config: zuul/layout: run puppet integration on trove module https://review.openstack.org/232113 | 23:22 |
*** dims has joined #openstack-infra | 23:22 | |
mordred | lifeless: on the important point, if not the name | 23:22 |
*** cloudtrainme has quit IRC | 23:22 | |
*** akshai has joined #openstack-infra | 23:23 | |
mordred | lifeless: (to me AB deployments are the ones where you have a live and standby, a deployment is "update standby and failover then update new standby to match the new state" | 23:23 |
lifeless | what they're proposing is AIUI either dedicated manifests per service state during the crossover | 23:23 |
lifeless | or branches of your puppet | 23:24 |
lifeless | the former would be ok but tedious, the latter is insane | 23:24 |
mordred | they're proposing the hardest parts of each model with zero of the benefits of either | 23:24 |
lifeless | Noice | 23:24 |
*** hemna is now known as hemnafk | 23:26 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909 https://review.openstack.org/232267 | 23:26 |
openstack | bug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,Fix released] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague) | 23:26 |
*** DericHorn-HP has quit IRC | 23:26 | |
*** bradm_ is now known as bradm | 23:27 | |
*** ddieterly has quit IRC | 23:29 | |
*** thorst has joined #openstack-infra | 23:30 | |
mordred | nibalizer: sorry to bother you one more time -but I incorporated clarkb's suggestion and rewrote the end, hopefully making it less eye-pokey http://paste.openstack.org/show/475674/ | 23:30 |
*** david-ly_ is now known as david-lyle | 23:31 | |
*** mriedem has quit IRC | 23:31 | |
*** mriedem has joined #openstack-infra | 23:32 | |
*** yamamoto has quit IRC | 23:33 | |
krotscheck | mordred: clarkb assisted in the npm publishing things I've been working on, do you have a chance to look at his things? https://review.openstack.org/#/c/232264/ | 23:33 |
*** tsekiyama has quit IRC | 23:33 | |
*** akshai has quit IRC | 23:35 | |
nibalizer | gah paste is super slow | 23:36 |
nibalizer | mordred: its k im in a hack session | 23:36 |
*** aysyd has quit IRC | 23:36 | |
*** sputnik13 has quit IRC | 23:37 | |
*** thorst has quit IRC | 23:38 | |
*** asettle has joined #openstack-infra | 23:38 | |
nibalizer | mordred: ya looks fine | 23:38 |
*** mriedem has quit IRC | 23:39 | |
*** dims has quit IRC | 23:40 | |
mordred | krotscheck: looks great | 23:41 |
krotscheck | morThanks :) | 23:41 |
*** DericHorn-HP has joined #openstack-infra | 23:41 | |
*** glauco has quit IRC | 23:42 | |
*** geoffarnold is now known as geoffarnoldX | 23:42 | |
*** markvoelker has quit IRC | 23:42 | |
*** markvoelker has joined #openstack-infra | 23:43 | |
*** lawrancejing has joined #openstack-infra | 23:44 | |
*** lawrancejing has quit IRC | 23:44 | |
openstackgerrit | Merged openstack/requirements: Add tripeloclient and tripleo-common https://review.openstack.org/222252 | 23:45 |
openstackgerrit | Merged openstack/requirements: Update python-designateclient requirements https://review.openstack.org/227813 | 23:46 |
openstackgerrit | Merged openstack/requirements: Add websocket-client to requirements https://review.openstack.org/223059 | 23:46 |
openstackgerrit | Merged openstack/requirements: Add networking-vsphere to the list https://review.openstack.org/218189 | 23:46 |
*** achanda has quit IRC | 23:47 | |
*** glauco has joined #openstack-infra | 23:47 | |
*** stevemar_ has quit IRC | 23:47 | |
*** DericHorn-HP has quit IRC | 23:48 | |
*** achanda has joined #openstack-infra | 23:49 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: diskimage-builder element cleanups for dib-lint https://review.openstack.org/229730 | 23:50 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Add dib-lint job for nodepool elements https://review.openstack.org/232276 | 23:50 |
openstackgerrit | Merged openstack-infra/project-config: Don't run dsvm jobs on changes py3 ignored tests https://review.openstack.org/231877 | 23:50 |
*** tsekiyama has joined #openstack-infra | 23:50 | |
openstackgerrit | Merged openstack-infra/project-config: Create liberty irc notifications for Kolla https://review.openstack.org/231895 | 23:51 |
openstackgerrit | Merged openstack-infra/project-config: Skip all jobs except docs for docs only changes https://review.openstack.org/231980 | 23:51 |
openstackgerrit | Merged openstack-infra/project-config: Adjust Castellan yaml file https://review.openstack.org/231636 | 23:51 |
*** hichihara has joined #openstack-infra | 23:52 | |
*** dingyichen has joined #openstack-infra | 23:52 | |
*** markvoelker has quit IRC | 23:53 | |
*** achanda has quit IRC | 23:53 | |
*** akshai has joined #openstack-infra | 23:53 | |
*** lawrancejing has joined #openstack-infra | 23:54 | |
*** dims has joined #openstack-infra | 23:54 | |
*** achanda has joined #openstack-infra | 23:55 | |
*** thinrichs has left #openstack-infra | 23:56 | |
*** yamamoto has joined #openstack-infra | 23:56 | |
*** akshai_ has joined #openstack-infra | 23:57 | |
*** bpokorny has quit IRC | 23:57 | |
*** vmbrasseur is now known as vmb_out | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!