*** Longgeek has quit IRC | 00:00 | |
*** chlong has joined #openstack-infra | 00:04 | |
*** mriedem has quit IRC | 00:05 | |
jhesketh | lifeless: you tricked me into reviewing very large changes pre-coffee ;-P | 00:07 |
---|---|---|
*** mmedvede has joined #openstack-infra | 00:10 | |
*** xarses has quit IRC | 00:10 | |
*** trey has quit IRC | 00:10 | |
lifeless | jhesketh: what? no such thing | 00:12 |
*** trey has joined #openstack-infra | 00:16 | |
*** xarses has joined #openstack-infra | 00:19 | |
jhesketh | heh, that's why you get a -1 | 00:23 |
*** jamielennox is now known as jamielennox|away | 00:26 | |
*** DericHorn-HP has joined #openstack-infra | 00:28 | |
*** madong_ has joined #openstack-infra | 00:29 | |
*** larainema has quit IRC | 00:29 | |
*** jamielennox|away is now known as jamielennox | 00:30 | |
*** esmute__ has joined #openstack-infra | 00:30 | |
*** mmedvede has quit IRC | 00:31 | |
lifeless | jhesketh: I'll push up a tweaked patch once the others have landed | 00:32 |
jhesketh | lifeless: cool, thanks | 00:34 |
lifeless | jhesketh: but one of your reviews just confused me, so I've asked for more input | 00:34 |
*** esmute__ has quit IRC | 00:35 | |
*** asalkeld has joined #openstack-infra | 00:35 | |
*** trey has quit IRC | 00:36 | |
lifeless | Adding support for searching for changes by file modified. This may take a while. | 00:36 |
lifeless | Diffstat revision 4225 / 34710 | 00:36 |
lifeless | still churning | 00:36 |
*** harlowja_at_home has joined #openstack-infra | 00:37 | |
jhesketh | lifeless: done, let me know if that helps | 00:38 |
*** sputnik1_ has quit IRC | 00:38 | |
openstackgerrit | Merged openstack/requirements: Test that changes to requirements are freezable. https://review.openstack.org/194931 | 00:38 |
*** DericHorn-HP has quit IRC | 00:40 | |
fungi | ick, https://review.openstack.org/192817 failed three jobs in the gate a few minutes ago, all of them on nova git operations. checking the new mirrors for incomplete nova repos now | 00:40 |
jeblair | fungi: just got back, am able to assist | 00:41 |
*** ddieter__ has quit IRC | 00:41 | |
*** xarses has quit IRC | 00:41 | |
asalkeld | fungi: i am getting git access issues too, is this transient? should i just recheck? | 00:42 |
jeblair | fungi: i'll trace one of the failed workers to a git backend | 00:43 |
fungi | asalkeld: we added new git servers to accommodate recent increases in load, but it seems there may be issues | 00:43 |
jhesketh | fungi, jeblair: maybe we should remove the new backends from the haproxy temporarily? | 00:44 |
asalkeld | ok | 00:44 |
jeblair | Jun 28 23:46:01 localhost haproxy[60848]: 15.126.130.181:35122 [28/Jun/2015:23:44:00.877] balance_git_https balance_git_https/git06.openstack.org 1/0/120236 3528 cD 57/52/52/6/0 0/0 | 00:45 |
fungi | cloning from git06 i get fatal: unable to access 'http://git06.openstack.org:8080/openstack/nova.git/': transfer closed with outstanding read data remaining | 00:46 |
jeblair | are the git daemons running? | 00:46 |
fungi | yeah, their sockets are listening | 00:47 |
fungi | though in this case i got it from http | 00:47 |
*** harlowja_at_home has quit IRC | 00:47 | |
jeblair | oh, yeah, the workers used https | 00:47 |
*** zz_dimtruck is now known as dimtruck | 00:48 | |
fungi | should i go ahead and down 06-08 in haproxy while we test further? | 00:48 |
jeblair | probably a good idea | 00:48 |
fungi | working on that now | 00:48 |
fungi | okay, 06-08 are now in maint for daemon, http and https backends | 00:51 |
fungi | asalkeld: should be safe to recheck now | 00:51 |
asalkeld | thanks fungi | 00:51 |
*** davidjc has joined #openstack-infra | 00:52 | |
*** davidjc has quit IRC | 00:53 | |
jeblair | fungi, jhesketh: it takes me 9 seconds to clone glance from 05, but 35 seconds from 06, most of which is spent in the git handshake | 00:57 |
jeblair | (actual transfer time is about the same) | 00:57 |
fungi | weird | 00:57 |
fungi | i still can't clone nova from 06 | 00:58 |
fungi | via http | 00:58 |
jhesketh | hmm that is odd | 00:58 |
fungi | seeing if the others are any better | 00:58 |
jeblair | yeah, i think the handshake there is taking too long... oh, i wonder if the repos need to be repacked | 00:58 |
jeblair | it could be that git is spending too long gathering all the refs | 00:58 |
jeblair | since they are brand new git repos, they probably don't have packed refs yet | 00:58 |
fungi | ohhhhh | 00:59 |
jeblair | that is the case -- no packed refs | 00:59 |
fungi | that would certainly explain all of this | 00:59 |
jhesketh | good thinking | 01:00 |
jeblair | find /var/lib/git/ -not -path /var/lib/git/zuul -type d -name "*.git" -print -exec git --git-dir="{}" repack -afd \; -exec git --git-dir="{}" pack-refs --all \; | 01:00 |
jeblair | that runs at: 7 4 * * * | 01:00 |
jeblair | probably have time to run it now, shall i start that in screen on all 3 servers? | 01:00 |
fungi | running sooner in this case, i take it | 01:00 |
fungi | please do. i can check in on it. i'll be here all night | 01:00 |
jeblair | running now; er, i didn't think far enough ahead and ran screen as corvus; sorry | 01:03 |
fungi | no worries. i have a hack i can use | 01:03 |
jeblair | touch /tmp/pack-finished | 01:03 |
jeblair | i put that ^ into the input buffer of all 3; might make it through | 01:04 |
jeblair | i have my worries about git06 fwiw; it may have a noisy neighbor, it seems slower than the others. hopefully leastconn will smooth things out. | 01:04 |
fungi | well, i'm su'd to you and screen -x'd to them anyway | 01:05 |
jeblair | cool | 01:05 |
fungi | `script /dev/null` before running `screen -x` will work around the tty discovery problem | 01:05 |
fungi | for future reference | 01:06 |
*** markvoelker has joined #openstack-infra | 01:30 | |
*** koolhead17 has joined #openstack-infra | 01:32 | |
*** xarses has joined #openstack-infra | 01:34 | |
*** dimtruck is now known as zz_dimtruck | 01:34 | |
*** xarses has quit IRC | 01:34 | |
*** xarses has joined #openstack-infra | 01:34 | |
*** markvoelker has quit IRC | 01:35 | |
*** puranamr has quit IRC | 01:37 | |
*** zz_dimtruck is now known as dimtruck | 01:38 | |
*** jasondotstar has joined #openstack-infra | 01:40 | |
*** ddieterly has joined #openstack-infra | 01:42 | |
*** madong_ is now known as larainema | 01:42 | |
*** puranamr has joined #openstack-infra | 01:45 | |
*** ddieterly has quit IRC | 01:46 | |
lifeless | infra people | 01:54 |
lifeless | could we please get this https://review.openstack.org/#/c/194879/ reviewed | 01:54 |
fungi | lifeless: oslo.messaging py26 gating removal? | 01:57 |
lifeless | fungi: yup | 01:57 |
fungi | lgtm | 01:57 |
fungi | i guess that was blocking a change to requirements | 01:58 |
lifeless | to oslo.messaging | 01:58 |
lifeless | :) | 01:58 |
jeblair | (it probably could have used a better commit message) | 01:58 |
lifeless | I'm happy to tweak it if thats desired; it had no negatives and a +2 and was getting stale, thus the ask :) | 01:59 |
jeblair | no, just there was no indication why it was more urgent than the rest in the queue | 01:59 |
*** Longgeek has joined #openstack-infra | 01:59 | |
jeblair | fungi: repacks are finished, and my clone from git06 took 8 seconds, same as 06 | 02:00 |
jeblair | er same as 05 | 02:00 |
fungi | yep, that cinches it | 02:00 |
jeblair | fungi: assuming you're still around, i'll leave it to you to re-enable; i can check back in a little while | 02:01 |
*** Sukhdev has joined #openstack-infra | 02:01 | |
jeblair | jhesketh: ^ | 02:01 |
*** asalkeld has left #openstack-infra | 02:02 | |
jhesketh | jeblair: are you asking me to re-enable? | 02:02 |
openstackgerrit | Merged openstack-infra/project-config: Remove py26 check/gating for oslo.messaging https://review.openstack.org/194879 | 02:02 |
fungi | jeblair: jhesketh: i've confirmed i'm able to clone from them successfully now since the repacks, and have reenabled the new servers in all three backends | 02:07 |
fungi | i'm still around for another hour or two if anyone spots other issues with them | 02:07 |
jhesketh | fungi: awesome, thanks | 02:08 |
jhesketh | I'll be around too fyi | 02:08 |
*** Longgeek has quit IRC | 02:11 | |
*** dboik has quit IRC | 02:16 | |
*** yamamoto has joined #openstack-infra | 02:18 | |
*** ddieterly has joined #openstack-infra | 02:22 | |
*** apmelton has quit IRC | 02:32 | |
*** mwagner_afk has joined #openstack-infra | 02:43 | |
*** alexsyip has joined #openstack-infra | 02:44 | |
*** waynr has joined #openstack-infra | 02:45 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/irc-meetings: Add agenda page URLs for some of Neutron meetings https://review.openstack.org/196502 | 02:51 |
openstackgerrit | Merged openstack-infra/devstack-gate: Correct case pattern handling in MOD_WSGI checks https://review.openstack.org/196429 | 02:52 |
*** sputnik13 has joined #openstack-infra | 02:55 | |
*** alexsyip has quit IRC | 02:59 | |
*** SumitNaiksatam has quit IRC | 03:01 | |
openstackgerrit | Merged openstack/requirements: Prevent incompatible version bumps. https://review.openstack.org/194997 | 03:01 |
*** SumitNaiksatam has joined #openstack-infra | 03:01 | |
*** Longgeek has joined #openstack-infra | 03:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements https://review.openstack.org/196504 | 03:10 |
*** achanda has joined #openstack-infra | 03:11 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 03:15 | |
*** koolhead17 has quit IRC | 03:17 | |
*** achanda has quit IRC | 03:18 | |
*** markvoelker has joined #openstack-infra | 03:19 | |
*** Longgeek has quit IRC | 03:20 | |
*** markvoelker has quit IRC | 03:23 | |
openstackgerrit | lifeless proposed openstack/requirements: Split project and requirement types out. https://review.openstack.org/195490 | 03:27 |
openstackgerrit | lifeless proposed openstack/requirements: Move commands into cmds subdir. https://review.openstack.org/195491 | 03:27 |
openstackgerrit | lifeless proposed openstack/requirements: Add edit-constraints command. https://review.openstack.org/195492 | 03:27 |
lifeless | ugh gerrit why can't you be sane on merges. | 03:27 |
sigmavirus24 | lifeless: define "sane" =P | 03:28 |
lifeless | jhesketh: no-change rebase - can you +A ? https://review.openstack.org/#/c/195490/ https://review.openstack.org/#/c/195491/ andhttps://review.openstack.org/#/c/195492/ has the changes I promised | 03:28 |
*** asettle has joined #openstack-infra | 03:29 | |
lifeless | sigmavirus24: capable of doing a merge git pull --rebase is without whinging and asking for a push to be done by a human | 03:31 |
sigmavirus24 | lolno that's too user friendly | 03:31 |
clarkb | its jgits fault | 03:31 |
clarkb | the merge algorithm it uses is braindead | 03:31 |
lifeless | yes | 03:31 |
lifeless | clarkb: perhaps you can +A those two patches for me ? | 03:32 |
lifeless | clarkb: they were before | 03:32 |
lifeless | clarkb: and then grah | 03:32 |
*** sdake has joined #openstack-infra | 03:32 | |
lifeless | (90 and 91) | 03:32 |
*** jasondotstar has quit IRC | 03:32 | |
*** jasondotstar has joined #openstack-infra | 03:33 | |
*** sdake has quit IRC | 03:36 | |
clarkb | done | 03:38 |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:38 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 03:39 | |
*** sdake has joined #openstack-infra | 03:39 | |
*** ddieterly has quit IRC | 03:39 | |
jhesketh | lifeless: looking | 03:40 |
jhesketh | ah, beaten again ;-) | 03:41 |
jhesketh | lifeless: https://review.openstack.org/#/c/195492 , were you going to s/to/for in edit_constraint.py? | 03:42 |
jhesketh | lifeless: also consider quoting all instances of 'name' and 'replacement' in there | 03:42 |
lifeless | jhesketh: I don't recall that suggestion | 03:43 |
*** alexsyip has joined #openstack-infra | 03:43 | |
lifeless | jhesketh: what line ? | 03:43 |
jhesketh | lifeless: 56 | 03:43 |
jhesketh | I'll readd it | 03:43 |
lifeless | no need | 03:44 |
openstackgerrit | lifeless proposed openstack/requirements: Add edit-constraints command. https://review.openstack.org/195492 | 03:44 |
lifeless | to->of | 03:44 |
lifeless | ok, time for a sweep of backports | 03:45 |
jhesketh | lifeless: cheers | 03:45 |
jhesketh | lifeless: and yes, of, brain fail | 03:46 |
*** baoli has quit IRC | 03:46 | |
*** baoli has joined #openstack-infra | 03:48 | |
*** baoli has quit IRC | 03:48 | |
*** baoli has joined #openstack-infra | 03:48 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:49 | |
*** baoli has quit IRC | 03:49 | |
*** davideagnello has joined #openstack-infra | 03:51 | |
*** puranamr has quit IRC | 03:51 | |
*** yamada-h has joined #openstack-infra | 03:51 | |
*** coolsvap|away is now known as coolsvap | 03:52 | |
*** armax has joined #openstack-infra | 03:54 | |
*** yamada-h has quit IRC | 03:55 | |
*** davideagnello has quit IRC | 03:56 | |
*** sdake_ has joined #openstack-infra | 03:58 | |
*** Sukhdev has quit IRC | 04:01 | |
*** sdake has quit IRC | 04:02 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/irc-meetings: Add agenda page URLs for some of Neutron meetings https://review.openstack.org/196502 | 04:10 |
*** puranamr has joined #openstack-infra | 04:11 | |
*** puranamr has quit IRC | 04:16 | |
*** GheRivero has quit IRC | 04:18 | |
*** GheRivero has joined #openstack-infra | 04:19 | |
*** dimtruck is now known as zz_dimtruck | 04:26 | |
*** DericHorn-HP has joined #openstack-infra | 04:30 | |
*** esmute__ has joined #openstack-infra | 04:35 | |
*** rm_work|away is now known as rm_work | 04:36 | |
*** yfried_ has quit IRC | 04:36 | |
openstackgerrit | Kanagaraj Manickam proposed openstack-infra/project-config: Enables job for heat convergence functional test https://review.openstack.org/195531 | 04:39 |
*** esmute__ has quit IRC | 04:39 | |
*** ddieterly has joined #openstack-infra | 04:40 | |
*** DericHorn-HP has quit IRC | 04:41 | |
openstackgerrit | Merged openstack-infra/infra-specs: Spec to host refstack.org in infra https://review.openstack.org/188207 | 04:42 |
*** yfried has joined #openstack-infra | 04:43 | |
*** alexsyip has quit IRC | 04:43 | |
*** ddieterly has quit IRC | 04:44 | |
*** tjones1 has joined #openstack-infra | 04:44 | |
*** esmute__ has joined #openstack-infra | 04:45 | |
*** yfried has quit IRC | 04:49 | |
*** esmute__ has quit IRC | 04:51 | |
*** doude has quit IRC | 04:57 | |
*** davideagnello has joined #openstack-infra | 04:57 | |
*** patrickeast has quit IRC | 05:01 | |
*** DericHorn-HP has joined #openstack-infra | 05:02 | |
*** davideagnello has quit IRC | 05:03 | |
*** davideagnello has joined #openstack-infra | 05:03 | |
*** davideagnello has quit IRC | 05:03 | |
*** DericHorn-HP has quit IRC | 05:06 | |
*** markvoelker has joined #openstack-infra | 05:08 | |
*** puranamr has joined #openstack-infra | 05:08 | |
*** asettle has quit IRC | 05:10 | |
*** markvoelker has quit IRC | 05:12 | |
*** Longgeek has joined #openstack-infra | 05:17 | |
openstackgerrit | Merged openstack/requirements: Split project and requirement types out. https://review.openstack.org/195490 | 05:18 |
openstackgerrit | Merged openstack/requirements: Move commands into cmds subdir. https://review.openstack.org/195491 | 05:18 |
*** ociuhandu has quit IRC | 05:21 | |
*** Longgeek has quit IRC | 05:25 | |
*** Longgeek has joined #openstack-infra | 05:25 | |
*** puranamr has quit IRC | 05:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements https://review.openstack.org/196504 | 05:27 |
*** yfried has joined #openstack-infra | 05:32 | |
*** Longgeek has quit IRC | 05:34 | |
*** Longgeek has joined #openstack-infra | 05:34 | |
*** yfried_ has joined #openstack-infra | 05:35 | |
*** yfried has quit IRC | 05:36 | |
*** tjones1 has quit IRC | 05:36 | |
*** ddieterly has joined #openstack-infra | 05:41 | |
*** mpavlase has joined #openstack-infra | 05:42 | |
*** mpavlase has quit IRC | 05:42 | |
*** ddieterly has quit IRC | 05:45 | |
*** puranamr has joined #openstack-infra | 05:46 | |
*** sergmelikyan has joined #openstack-infra | 05:49 | |
*** puranamr has quit IRC | 05:51 | |
*** ihrachyshka has joined #openstack-infra | 05:52 | |
*** jasondotstar has quit IRC | 05:53 | |
openstackgerrit | Kanagaraj Manickam proposed openstack-infra/project-config: Enables job for heat convergence functional test https://review.openstack.org/195531 | 05:57 |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/196544 | 06:01 |
openstackgerrit | Kanagaraj Manickam proposed openstack-infra/project-config: Enables job for heat convergence functional test https://review.openstack.org/195531 | 06:01 |
*** DericHorn-HP has joined #openstack-infra | 06:01 | |
*** deepakcs has joined #openstack-infra | 06:03 | |
*** DericHorn-HP has quit IRC | 06:05 | |
*** abregman has joined #openstack-infra | 06:10 | |
*** larainema has quit IRC | 06:11 | |
*** larainema has joined #openstack-infra | 06:12 | |
*** jtomasek has joined #openstack-infra | 06:13 | |
*** yamada-h has joined #openstack-infra | 06:13 | |
*** ParsectiX has joined #openstack-infra | 06:13 | |
*** sergmelikyan has quit IRC | 06:14 | |
*** matbu has left #openstack-infra | 06:17 | |
*** armax has quit IRC | 06:26 | |
*** _nadya_ has joined #openstack-infra | 06:26 | |
*** yamada-h has quit IRC | 06:27 | |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/196544 | 06:33 |
*** scheuran has joined #openstack-infra | 06:34 | |
*** marekd has joined #openstack-infra | 06:39 | |
marekd | Hello, | 06:39 |
marekd | Can I ask for some eyes on the patch https://review.openstack.org/#/c/190631/ ? It's simple project rename. | 06:39 |
*** ddieterly has joined #openstack-infra | 06:42 | |
*** ParsectiX has quit IRC | 06:44 | |
*** ParsectiX has joined #openstack-infra | 06:46 | |
*** ddieterly has quit IRC | 06:46 | |
*** davideagnello has joined #openstack-infra | 06:52 | |
tchaypo | marekd: fwiw, my understanding is that project renames require gerrit downtime, so they tend to be batched up and done every week or two | 06:52 |
*** yfried_ is now known as yfried|afk | 06:52 | |
marekd | tchaypo: allright. FYI, I was also requesting for approval of this change last week but no luck since then :( | 06:53 |
*** yfried|afk is now known as yfried_ | 06:53 | |
tchaypo | I was going to ask about why the ‘python-‘ prefix is being dropped, and why the gate check is being added - neither seem to be mentioned in the commit message | 06:54 |
tchaypo | but the answer to the first question seems to be “because that’s what the already-approved governance change says to do" | 06:55 |
*** jlanoux has joined #openstack-infra | 06:55 | |
marekd | tchaypo: python- prefix was dropped as the new auth lib is called just keystoneauth, not python-keystoneauth. https://github.com/openstack/keystoneauth | 06:56 |
*** markvoelker has joined #openstack-infra | 06:56 | |
tchaypo | marekd: I’m guessing that right now your thoughts are roughly “but we’ve been through this so many times and explained it to so many people, and now here comes one more person who wants to go over the same ground all over again" | 06:57 |
tchaypo | or possibly something less polite | 06:57 |
*** davideagnello has quit IRC | 06:57 | |
*** yamada-h has joined #openstack-infra | 06:57 | |
marekd | about transition into keystoneauth name (without python- prefix) ? | 06:58 |
*** mpaolino has joined #openstack-infra | 06:59 | |
tchaypo | yeah :) | 06:59 |
marekd | no, i didn't have such thoughts. | 06:59 |
tchaypo | you’re too nice :) | 06:59 |
lifeless | fungi: ok so - tomorrow I think we're ready to land that project-config patch | 06:59 |
marekd | tchaypo: actually it was not me who came up with keystoneauth name, and infra has seemed to agreed on that so what can i else do...i am trying to give some love to an underlying library and it should align with the naming conventions. That's all. | 07:01 |
*** ociuhandu has joined #openstack-infra | 07:01 | |
*** markvoelker has quit IRC | 07:01 | |
*** yamada-h has quit IRC | 07:02 | |
*** soren has joined #openstack-infra | 07:03 | |
*** mpaolino has quit IRC | 07:04 | |
*** camunoz is now known as camunoz_gone | 07:05 | |
*** ociuhandu has quit IRC | 07:06 | |
*** sabeen has joined #openstack-infra | 07:07 | |
*** sabeen has quit IRC | 07:08 | |
*** sabeen1 has joined #openstack-infra | 07:08 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Add a script to populate a Zanata project https://review.openstack.org/195421 | 07:09 |
*** spredzy|afk is now known as spredzy | 07:10 | |
*** samuelBartel has quit IRC | 07:11 | |
*** yamada-h has joined #openstack-infra | 07:11 | |
*** Longgeek has quit IRC | 07:13 | |
*** Longgeek has joined #openstack-infra | 07:13 | |
*** fhubik has joined #openstack-infra | 07:14 | |
*** ociuhandu has joined #openstack-infra | 07:14 | |
*** dizquierdo has joined #openstack-infra | 07:15 | |
*** Ala has joined #openstack-infra | 07:16 | |
*** mpaolino has joined #openstack-infra | 07:17 | |
*** amotoki has joined #openstack-infra | 07:17 | |
*** ParsectiX has quit IRC | 07:17 | |
*** ildikov has quit IRC | 07:20 | |
*** mpaolino has quit IRC | 07:22 | |
*** k4n0 has joined #openstack-infra | 07:23 | |
*** mrunge has joined #openstack-infra | 07:24 | |
*** AJaeger has joined #openstack-infra | 07:25 | |
*** AJaeger has joined #openstack-infra | 07:25 | |
*** arxcruz has joined #openstack-infra | 07:25 | |
*** maishsk_afk has joined #openstack-infra | 07:25 | |
*** maishsk_afk is now known as maishsk | 07:26 | |
*** ParsectiX has joined #openstack-infra | 07:26 | |
*** yamamoto has quit IRC | 07:27 | |
*** jlanoux has quit IRC | 07:29 | |
*** yamamoto has joined #openstack-infra | 07:31 | |
*** laughterwym has quit IRC | 07:32 | |
*** jistr has joined #openstack-infra | 07:32 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Add a script to populate a Zanata project https://review.openstack.org/195421 | 07:33 |
*** mpavone has joined #openstack-infra | 07:35 | |
*** mpaolino has joined #openstack-infra | 07:36 | |
*** devvesa has joined #openstack-infra | 07:36 | |
*** samuelBartel has joined #openstack-infra | 07:36 | |
*** laughterwym has joined #openstack-infra | 07:36 | |
*** markus_z has joined #openstack-infra | 07:37 | |
*** sshnaidm has joined #openstack-infra | 07:41 | |
*** cdent has joined #openstack-infra | 07:41 | |
*** mpaolino has quit IRC | 07:42 | |
*** jtomasek has quit IRC | 07:42 | |
*** ddieterly has joined #openstack-infra | 07:43 | |
*** ddieterly has quit IRC | 07:47 | |
*** mpaolino has joined #openstack-infra | 07:55 | |
*** mfmcdonagh has joined #openstack-infra | 07:56 | |
*** mcdonagm has joined #openstack-infra | 07:56 | |
*** jlanoux has joined #openstack-infra | 08:01 | |
*** HeOS has joined #openstack-infra | 08:02 | |
*** hashar has joined #openstack-infra | 08:02 | |
*** mpaolino has quit IRC | 08:02 | |
*** chlong has quit IRC | 08:03 | |
*** dtantsur|afk is now known as dtantsur | 08:03 | |
*** HeOS has quit IRC | 08:07 | |
*** fhubik has quit IRC | 08:07 | |
*** hashar has quit IRC | 08:07 | |
*** ildikov has joined #openstack-infra | 08:08 | |
*** fhubik has joined #openstack-infra | 08:08 | |
*** fhubik_afk has joined #openstack-infra | 08:09 | |
*** hashar has joined #openstack-infra | 08:11 | |
*** yamada-h has joined #openstack-infra | 08:12 | |
*** sergmelikyan has joined #openstack-infra | 08:14 | |
*** mpaolino has joined #openstack-infra | 08:15 | |
*** yamada-h has quit IRC | 08:17 | |
*** sergmelikyan has quit IRC | 08:20 | |
*** mpaolino has quit IRC | 08:21 | |
*** hichihara has quit IRC | 08:22 | |
*** puranamr has joined #openstack-infra | 08:22 | |
*** dguerri` is now known as dguerri | 08:23 | |
*** puranamr has quit IRC | 08:25 | |
*** ParsectiX has quit IRC | 08:25 | |
*** koolhead17 has joined #openstack-infra | 08:27 | |
*** niedbalski_ has quit IRC | 08:27 | |
*** jtomasek has joined #openstack-infra | 08:28 | |
*** larainema has quit IRC | 08:28 | |
*** larainema has joined #openstack-infra | 08:28 | |
*** Hal has joined #openstack-infra | 08:29 | |
*** niedbalski_ has joined #openstack-infra | 08:29 | |
*** Hal is now known as Guest85646 | 08:29 | |
*** derekh has joined #openstack-infra | 08:33 | |
*** mpaolino has joined #openstack-infra | 08:35 | |
*** sergmelikyan has joined #openstack-infra | 08:37 | |
mescanef | SergeyLukjanov: hello. pls +2 on workflow for https://review.openstack.org/#/c/195562/ :-) | 08:38 |
*** Longgeek has quit IRC | 08:38 | |
*** notnownikki has joined #openstack-infra | 08:39 | |
*** dizquierdo has quit IRC | 08:40 | |
*** davideagnello has joined #openstack-infra | 08:41 | |
*** mpaolino has quit IRC | 08:41 | |
*** sshnaidm has quit IRC | 08:42 | |
*** ddieterly has joined #openstack-infra | 08:43 | |
*** yamada-h has joined #openstack-infra | 08:44 | |
*** markvoelker has joined #openstack-infra | 08:45 | |
*** puranamr has joined #openstack-infra | 08:45 | |
*** mrmartin has joined #openstack-infra | 08:46 | |
*** davideagnello has quit IRC | 08:46 | |
*** ddieterly has quit IRC | 08:48 | |
*** markvoelker has quit IRC | 08:50 | |
*** puranamr has quit IRC | 08:50 | |
*** dguitarbite has joined #openstack-infra | 08:53 | |
*** mpaolino has joined #openstack-infra | 08:53 | |
*** pblaho has joined #openstack-infra | 08:53 | |
*** kir_ has joined #openstack-infra | 08:54 | |
*** laughterwym has quit IRC | 08:54 | |
*** afazekas_ has joined #openstack-infra | 08:56 | |
*** binbincong has joined #openstack-infra | 08:56 | |
AJaeger | mescanef: it needs two +2s, so SergeyLukjanov will not do it. But I added my +2A to it ;) | 08:57 |
mescanef | AJaeger: cool, thanks :-) | 08:58 |
*** mpaolino has quit IRC | 09:00 | |
openstackgerrit | Merged openstack-infra/project-config: Added new SF repository For Fuel LMA Infrastructure Alerting plugin https://review.openstack.org/195562 | 09:00 |
*** maishsk has quit IRC | 09:02 | |
*** maishsk_afk has joined #openstack-infra | 09:03 | |
*** pelix has joined #openstack-infra | 09:03 | |
*** ghostpl has joined #openstack-infra | 09:03 | |
*** maishsk_afk has quit IRC | 09:04 | |
*** maishsk_afk has joined #openstack-infra | 09:04 | |
*** maishsk_afk is now known as maishsk | 09:05 | |
*** pblaho has quit IRC | 09:08 | |
*** ghostpl has quit IRC | 09:08 | |
*** ghostpl has joined #openstack-infra | 09:08 | |
*** doude has joined #openstack-infra | 09:08 | |
*** eezhova has quit IRC | 09:08 | |
*** HeOS has joined #openstack-infra | 09:10 | |
*** yamamoto has quit IRC | 09:11 | |
*** mpaolino has joined #openstack-infra | 09:11 | |
*** Longgeek has joined #openstack-infra | 09:12 | |
*** dizquierdo has joined #openstack-infra | 09:13 | |
*** maishsk has quit IRC | 09:15 | |
*** mpaolino has quit IRC | 09:17 | |
*** mrmartin has quit IRC | 09:20 | |
*** fhubik has quit IRC | 09:24 | |
*** fhubik_afk has quit IRC | 09:24 | |
*** fhubik_afk has joined #openstack-infra | 09:24 | |
*** fhubik has joined #openstack-infra | 09:24 | |
*** fhubik_afk has quit IRC | 09:24 | |
*** fhubik has quit IRC | 09:24 | |
*** fhubik has joined #openstack-infra | 09:25 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Support copyartifact build selector param https://review.openstack.org/133774 | 09:26 |
*** puranamr has joined #openstack-infra | 09:26 | |
*** ghostpl has quit IRC | 09:27 | |
*** sergmelikyan has quit IRC | 09:29 | |
*** ParsectiX has joined #openstack-infra | 09:29 | |
*** yamamoto has joined #openstack-infra | 09:29 | |
*** mpaolino has joined #openstack-infra | 09:29 | |
*** fawadkhaliq has joined #openstack-infra | 09:30 | |
*** puranamr has quit IRC | 09:32 | |
*** laughterwym has joined #openstack-infra | 09:34 | |
*** ghostpl has joined #openstack-infra | 09:34 | |
*** mpaolino has quit IRC | 09:36 | |
mescanef | AJaeger: btw, will you be able to add me to that projects gerrit groups? i see it was merged | 09:37 |
*** maishsk_afk has joined #openstack-infra | 09:44 | |
*** ddieterly has joined #openstack-infra | 09:44 | |
*** maishsk_afk has quit IRC | 09:47 | |
*** mpaolino has joined #openstack-infra | 09:48 | |
*** ddieterly has quit IRC | 09:49 | |
*** yfried_ is now known as yfried|afk | 09:52 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** puranamr has joined #openstack-infra | 09:53 | |
*** openstackgerrit has joined #openstack-infra | 09:53 | |
*** puranamr has quit IRC | 09:57 | |
*** yfried|afk is now known as yfried_ | 09:58 | |
*** sergmelikyan has joined #openstack-infra | 09:59 | |
AJaeger | mescanef: no, I don't have permissions. One of the infra roots needs to do this - ask SergeyLukjanov or fungi (later). | 10:00 |
openstackgerrit | Davide Guerri proposed openstack-infra/shade: Add Neutron/Nova Floating IP tests https://review.openstack.org/177036 | 10:01 |
*** sdake_ is now known as sdake | 10:01 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for more options in gerrit plugin and doc cleanup. https://review.openstack.org/196610 | 10:02 |
*** Hal has joined #openstack-infra | 10:03 | |
*** pc_m has joined #openstack-infra | 10:03 | |
*** Hal is now known as Guest89047 | 10:03 | |
*** john-davidge has joined #openstack-infra | 10:04 | |
mescanef | SergeyLukjanov: please add me (mmatuszkowiak@mirantis.com)to the gerrits groups regarding the https://review.openstack.org/#/c/195562/ :-) | 10:04 |
SergeyLukjanov | mescanef, AJaeger hey folks, I've been offline | 10:06 |
SergeyLukjanov | mescanef, /me will add you to the groups | 10:07 |
mescanef | thanks Sergey :-) | 10:07 |
*** Guest85646 has quit IRC | 10:07 | |
SergeyLukjanov | mescanef, done | 10:11 |
mescanef | :-) | 10:11 |
*** yamahata has quit IRC | 10:16 | |
*** pblaho has joined #openstack-infra | 10:25 | |
*** pblaho has quit IRC | 10:25 | |
*** shardy_ has joined #openstack-infra | 10:25 | |
*** pblaho has joined #openstack-infra | 10:25 | |
*** sergmelikyan has quit IRC | 10:26 | |
*** sergmelikyan has joined #openstack-infra | 10:27 | |
*** yamada-h has quit IRC | 10:27 | |
*** shardy has quit IRC | 10:27 | |
*** davideagnello has joined #openstack-infra | 10:30 | |
openstackgerrit | Antoine Musso proposed openstack-infra/zuul: Zuul references cleaner https://review.openstack.org/109276 | 10:30 |
*** shardy_ has quit IRC | 10:31 | |
*** shardy has joined #openstack-infra | 10:31 | |
*** sabeen1 has quit IRC | 10:32 | |
openstackgerrit | Dmitry Tantsur proposed openstack/requirements: Bump python-ironicclient minimal version to 0.6.0 https://review.openstack.org/196618 | 10:33 |
*** markvoelker has joined #openstack-infra | 10:34 | |
*** _nadya_ has quit IRC | 10:34 | |
*** davideagnello has quit IRC | 10:34 | |
*** _nadya_ has joined #openstack-infra | 10:35 | |
*** xingchao has joined #openstack-infra | 10:35 | |
*** rossella_s has quit IRC | 10:37 | |
*** dims has joined #openstack-infra | 10:37 | |
*** rossella_s has joined #openstack-infra | 10:37 | |
*** _nadya_ has quit IRC | 10:39 | |
*** markvoelker has quit IRC | 10:40 | |
xingchao | Hi, my colleague try to commit a patch to gerrit, then git-review command throw a error tell he to registry his info on https://review.openstack.org/#/settings/contact, but we find gerrit can't save contact info now. | 10:42 |
*** fhubik is now known as fhubik_afk | 10:45 | |
*** ddieterly has joined #openstack-infra | 10:45 | |
*** jistr_ has joined #openstack-infra | 10:49 | |
*** dtantsur_ has joined #openstack-infra | 10:49 | |
*** afazekas__ has joined #openstack-infra | 10:49 | |
*** fhubik_lunch has joined #openstack-infra | 10:49 | |
*** acruz has joined #openstack-infra | 10:49 | |
*** dtantsur has quit IRC | 10:50 | |
*** ddieterly has quit IRC | 10:50 | |
*** jistr has quit IRC | 10:51 | |
*** fhubik_afk has quit IRC | 10:52 | |
AJaeger | xingchao: please let your colleague follow exactly the procedure as documented at http://docs.openstack.org/infra/manual/developers.html#account-setup | 10:52 |
*** pblaho has quit IRC | 10:52 | |
*** afazekas_ has quit IRC | 10:53 | |
*** arxcruz has quit IRC | 10:53 | |
*** sshnaidm has joined #openstack-infra | 10:53 | |
AJaeger | xingchao: if that does not help, please check https://ask.openstack.org/en/question/56720/cannot-store-contact-information-when-updating-info-in-openstack-gerrit/ | 10:53 |
*** fawadkhaliq has quit IRC | 10:53 | |
*** fhubik_meeting has joined #openstack-infra | 10:54 | |
*** fhubik_meeting is now known as fhubik_afk | 10:54 | |
*** jistr_ has quit IRC | 10:54 | |
*** dtantsur_ has quit IRC | 10:54 | |
*** fhubik_lunch has quit IRC | 10:54 | |
*** acruz has quit IRC | 10:54 | |
*** pblaho has joined #openstack-infra | 10:54 | |
*** afazekas__ has quit IRC | 10:54 | |
xingchao | AJaeger: Thx, we will try it now :D | 10:55 |
openstackgerrit | Fabien Boucher proposed openstack-infra/puppet-openstackci: Use apache group name from the apache module's params https://review.openstack.org/196627 | 10:55 |
*** yamada-h has joined #openstack-infra | 10:57 | |
*** hogepodge has quit IRC | 10:58 | |
*** dtantsur has joined #openstack-infra | 10:59 | |
*** hogepodge has joined #openstack-infra | 11:00 | |
*** _nadya_ has joined #openstack-infra | 11:02 | |
*** yamada-h has quit IRC | 11:02 | |
*** ghostpl has quit IRC | 11:04 | |
*** samueldmq has joined #openstack-infra | 11:05 | |
*** jistr_ has joined #openstack-infra | 11:06 | |
*** acruz has joined #openstack-infra | 11:07 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for more options in gerrit plugin and doc cleanup. https://review.openstack.org/196610 | 11:07 |
*** afazekas__ has joined #openstack-infra | 11:07 | |
tobiash | hi, does anyone know the reason why getInfoRefs in zuul calls git-upload-pack via https while all other calls to gerrit go via ssh? | 11:08 |
samueldmq | hey, good morning :) | 11:08 |
*** yamamoto has quit IRC | 11:08 | |
tobiash | This breaks this function in our local setup because our projects are not world readable. | 11:08 |
*** ildikov has quit IRC | 11:08 | |
*** katomo has joined #openstack-infra | 11:09 | |
*** deepakcs has quit IRC | 11:09 | |
katomo | Hello, fungi | 11:10 |
tobiash | I created for us a patch which changes this to ssh. Would such a patch be welcome or rejected because of a reason I don't know of? | 11:10 |
*** hashar has quit IRC | 11:10 | |
*** coolsvap is now known as coolsvap|away | 11:10 | |
*** Guest89047 has quit IRC | 11:14 | |
*** claudiub has joined #openstack-infra | 11:17 | |
*** shardy_ has joined #openstack-infra | 11:18 | |
*** shardy has quit IRC | 11:19 | |
*** mpaolino has quit IRC | 11:20 | |
*** ildikov has joined #openstack-infra | 11:22 | |
*** shardy_ has quit IRC | 11:24 | |
xingchao | AJaeger: we have followed this link: https://ask.openstack.org/en/question/56720/cannot-store-contact-information-when-updating-info-in-openstack-gerrit/ but still throw the same error :( | 11:24 |
*** shardy has joined #openstack-infra | 11:25 | |
AJaeger | xingchao: in that case please come back later and ask again, hope others can help better | 11:25 |
*** baoli has joined #openstack-infra | 11:28 | |
*** dguerri is now known as dguerri` | 11:28 | |
*** mpavlase has joined #openstack-infra | 11:29 | |
*** baoli has quit IRC | 11:30 | |
xingchao | AJaeger: ok, thank you all the same | 11:30 |
*** baoli has joined #openstack-infra | 11:30 | |
fungi | marekd: add your rename patch to the growing list at https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting#Upcoming_Project_Renames and we'll batch it with the others the next time we schedule a maintenance window for project renames | 11:34 |
*** Kiall has quit IRC | 11:35 | |
*** Kiall has joined #openstack-infra | 11:35 | |
*** markvoelker has joined #openstack-infra | 11:35 | |
fungi | xingchao: what does account id number does your colleague have at https://review.openstack.org/#/settings/ ? | 11:36 |
*** fawadkhaliq has joined #openstack-infra | 11:36 | |
*** maishsk_afk has joined #openstack-infra | 11:37 | |
*** maishsk_afk is now known as maishsk | 11:37 | |
*** markvoelker has quit IRC | 11:40 | |
*** baoli has quit IRC | 11:41 | |
katomo | I have account duplication at review.openstack.org. | 11:41 |
*** fhubik_afk is now known as fhubik_meeting | 11:41 | |
katomo | I am using only one account "to222" at now. | 11:41 |
openstackgerrit | Anand Shanmugam proposed openstack/requirements: Adding cloudpulse and cloudpulseclient to projects https://review.openstack.org/196004 | 11:42 |
katomo | However, "KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>" is shown duplicated. | 11:42 |
katomo | So, anyone can not add me as a reviewer. | 11:42 |
fungi | katomo: i can fix that. give me a moment | 11:42 |
katomo | fungi: Oh! Thanks | 11:42 |
*** sdake has quit IRC | 11:43 | |
*** yfried_ is now known as yfried|afk | 11:43 | |
fungi | katomo: you're using your newer 10497 account i guess? the older 9843 did not submit contact information | 11:43 |
katomo | fungi: yes. 10497 | 11:44 |
*** yfried|afk is now known as yfried_ | 11:45 | |
*** hrubi has quit IRC | 11:45 | |
*** ddieterly has joined #openstack-infra | 11:46 | |
*** fawadkhaliq has quit IRC | 11:46 | |
katomo | The older one is unnecessary. | 11:46 |
*** dguerri` is now known as dguerri | 11:48 | |
*** hrubi has joined #openstack-infra | 11:49 | |
fungi | katomo: i've cleaned up and deactivated the older 9843 account now. let me know if you encounter any further issues with it | 11:50 |
*** ddieterly has quit IRC | 11:51 | |
katomo | fungi: many thanks to clean up quickly. | 11:51 |
fungi | katomo: you're welcome! | 11:51 |
*** _nadya_ has quit IRC | 11:52 | |
*** hashar has joined #openstack-infra | 11:52 | |
*** _nadya_ has joined #openstack-infra | 11:52 | |
*** katomo has quit IRC | 11:53 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Add agenda page URLs for some of Neutron meetings https://review.openstack.org/196502 | 11:53 |
*** tmorin has joined #openstack-infra | 11:53 | |
*** markvoelker has joined #openstack-infra | 11:55 | |
openstackgerrit | Kiall Mac Innes proposed openstack/requirements: Add dnspython3 to global-requirements.txt https://review.openstack.org/196633 | 11:55 |
*** ildikov_ has joined #openstack-infra | 11:56 | |
*** hogepodge has quit IRC | 11:56 | |
ihrachyshka | anteaya, hi. Can we merge: https://review.openstack.org/195533 ? | 11:56 |
*** _nadya_ has quit IRC | 11:57 | |
*** ildikov has quit IRC | 11:57 | |
tmorin | looking for help on a gerrit permission issue on the networking-bgpvpn project | 11:58 |
tmorin | I'm supposed to have core rights, but they are not effective | 11:58 |
tmorin | and I see that the networking-bgpvpn.config is still under project-config/gerrit/acls/stackforge while the project has moved from stackforge to openstack | 11:59 |
openstackgerrit | Julia Kreger proposed openstack-infra/shade: WIP: Locking ironic API microversion https://review.openstack.org/195634 | 11:59 |
*** fhubik_meeting is now known as fhubik_afk | 12:00 | |
*** ihrachyshka has quit IRC | 12:01 | |
*** yamamoto has joined #openstack-infra | 12:01 | |
*** markus_z has quit IRC | 12:01 | |
AJaeger | tmorin: gerrit/acls/openstack/networking-bgpvpn.config exists for me | 12:02 |
*** hogepodge has joined #openstack-infra | 12:02 | |
*** tlian has joined #openstack-infra | 12:02 | |
openstackgerrit | Julia Kreger proposed openstack-infra/shade: Locking ironic API microversion https://review.openstack.org/195634 | 12:02 |
*** mrunge has quit IRC | 12:02 | |
*** dalgaaf has joined #openstack-infra | 12:02 | |
AJaeger | tmorin: https://review.openstack.org/#/admin/groups/620,members shows that Mathieu is the sole core, talk to him and ask him to add you. | 12:02 |
tmorin | ajaeger: you are correct, I thought I had a recent pull, but had not | 12:03 |
*** sergmelikyan has quit IRC | 12:03 | |
*** abregman has quit IRC | 12:03 | |
tmorin | well Mathieu told me he did already | 12:03 |
*** sergmelikyan has joined #openstack-infra | 12:03 | |
*** rfolco has joined #openstack-infra | 12:04 | |
AJaeger | tmorin: let him redo it and if he has problems, aks him to join this irc channel. He should be able to do it... | 12:04 |
tmorin | Ajaeger: ok, will do, thanks | 12:04 |
*** dprince has joined #openstack-infra | 12:06 | |
*** markus_z has joined #openstack-infra | 12:06 | |
*** mrunge has joined #openstack-infra | 12:07 | |
*** weshay has joined #openstack-infra | 12:07 | |
openstackgerrit | Kiran proposed openstack/requirements: Add the right version of fixture in requirements https://review.openstack.org/196638 | 12:09 |
openstackgerrit | Drew Thorstensen proposed openstack/requirements: Add pypowervm to global requirements https://review.openstack.org/196641 | 12:13 |
*** kgiusti has joined #openstack-infra | 12:14 | |
*** kiran-r has joined #openstack-infra | 12:16 | |
*** bknudson has quit IRC | 12:16 | |
*** yfried_ has quit IRC | 12:17 | |
*** erlon has joined #openstack-infra | 12:17 | |
*** davideagnello has joined #openstack-infra | 12:18 | |
tmorin | Ajaeger: solved, thanks for your help (reason was: no sync between openstack groups and launchpad groups) | 12:22 |
*** yamamoto has quit IRC | 12:22 | |
*** Hal has joined #openstack-infra | 12:23 | |
*** aysyd has joined #openstack-infra | 12:23 | |
*** Hal is now known as Guest76 | 12:23 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/irc-meetings: Enhance Doc Team Meeting setup https://review.openstack.org/196642 | 12:23 |
*** davideagnello has quit IRC | 12:23 | |
AJaeger | tmorin: Indeed, those are independent. Glad to hear you solved it! | 12:23 |
fungi | tmorin: that is correct. there is no relationship between "teams" in launchpad and "groups" in gerrit. they are independent constructs | 12:23 |
Kiall | Anyone here particularily familar with pip environment markers? It's re my commen on https://review.openstack.org/#/c/196633/ | 12:24 |
tmorin | fungi: yes, understood, thank you ! | 12:24 |
*** yfried_ has joined #openstack-infra | 12:25 | |
*** yfried_ is now known as yfried|afk | 12:25 | |
*** yfried|afk has quit IRC | 12:25 | |
AJaeger | Kiall: lifeless should know but I expect him to be asleep now... | 12:25 |
*** koolhead17 has quit IRC | 12:26 | |
fungi | Kiall: yes, you can provide multiple == markers separated by a logical "or" for different python interpreter minor versions, but the inequality operators are still not working well. lifeless had a more thorough explanation though i would need to dig it out of the irc log | 12:26 |
fungi | basically we'd like to be able to say "this library only on 2.x" and "this other library only on 3.x" but there is no convenient syntax yet with good support for that | 12:28 |
*** dguerri is now known as dguerri` | 12:28 | |
*** larainema has quit IRC | 12:28 | |
*** tmorin has left #openstack-infra | 12:28 | |
*** larainema has joined #openstack-infra | 12:28 | |
*** yamamoto has joined #openstack-infra | 12:30 | |
*** dguerri` is now known as dguerri | 12:32 | |
*** devvesa has quit IRC | 12:35 | |
*** yamamoto has quit IRC | 12:35 | |
Kiall | fungi: right, thanks! That's basically what I figured after about 30 mins of banging my head off the wall :) | 12:35 |
mordred | lifeless: I think both optparse and argparse are terrible. but i'm also following the herd | 12:36 |
*** sergmelikyan has quit IRC | 12:36 | |
*** bknudson has joined #openstack-infra | 12:36 | |
*** rlandy has joined #openstack-infra | 12:38 | |
*** mtreinish has quit IRC | 12:40 | |
*** mtreinish has joined #openstack-infra | 12:40 | |
*** ddieterly has joined #openstack-infra | 12:41 | |
*** kiran-r has quit IRC | 12:44 | |
*** miqui has joined #openstack-infra | 12:45 | |
*** shardy has quit IRC | 12:46 | |
*** shardy has joined #openstack-infra | 12:46 | |
*** chlong has joined #openstack-infra | 12:46 | |
*** ldnunes has joined #openstack-infra | 12:46 | |
*** fawadkhaliq has joined #openstack-infra | 12:47 | |
*** lttrl has joined #openstack-infra | 12:48 | |
*** baoli has joined #openstack-infra | 12:48 | |
*** eharney has quit IRC | 12:48 | |
*** maishsk has quit IRC | 12:49 | |
*** devvesa has joined #openstack-infra | 12:49 | |
*** maishsk_afk has joined #openstack-infra | 12:50 | |
greghaynes | mordred: hrm, do we still want to call the glean init script simple-init? I wonder if it should be called... glean | 12:51 |
ttx | fungi: we don't have kilo periodic jobs but still have icehouse ones. Do you see any reason to delay creating those ? If all it takes is a change to python-bitrot-jobs.yaml I can probably propose the change, but I suspect there is more... | 12:51 |
*** ildikov_ has quit IRC | 12:51 | |
*** fawadkhaliq has quit IRC | 12:51 | |
*** yamamoto has joined #openstack-infra | 12:52 | |
mordred | greghaynes: see, now you're talking sanity | 12:52 |
greghaynes | mordred: might be good to do that as part of the init script importing into glean, then :) | 12:52 |
mordred | greghaynes: but but but | 12:52 |
mtreinish | ttx: I think it's probably that nobody remembered to add the kilo periodics after the release | 12:53 |
mtreinish | ttx: it'll be that and probably the layout.yaml for zuul too | 12:53 |
*** jsavak has joined #openstack-infra | 12:53 | |
AJaeger | ttx, see https://review.openstack.org/#/c/128961/ for the Juno change as reference | 12:55 |
*** _nadya_ has joined #openstack-infra | 12:56 | |
*** radez_g0n3 is now known as radez | 12:57 | |
ttx | AJaeger: great, thx | 12:57 |
ttx | will propose post-meeting | 12:58 |
fungi | ttx: yeah, i think just nobody remembered to. also i need to remove the stable/icehouse jobs and close that branch down | 12:59 |
*** DericHorn-HP has joined #openstack-infra | 12:59 | |
*** jasondotstar has joined #openstack-infra | 13:00 | |
*** hogepodge has quit IRC | 13:00 | |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Status: Don't raise "abort" as error to the user https://review.openstack.org/172241 | 13:01 |
fungi | ttx: since this is the first stable branch eol under the bigtop, do we have a specific list of repos in which i should be doing that? i used to just do everything in openstack and openstack-dev namespaces, but now that might step on some toes | 13:01 |
*** _nadya__ has joined #openstack-infra | 13:01 | |
*** _nadya_ has quit IRC | 13:01 | |
*** hogepodge has joined #openstack-infra | 13:02 | |
*** mrunge has quit IRC | 13:02 | |
*** sergmelikyan has joined #openstack-infra | 13:02 | |
marekd | fungi: added, thanks! | 13:03 |
*** krtaylor has quit IRC | 13:04 | |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Status: Fix JSHint violations and commit settings https://review.openstack.org/169957 | 13:04 |
*** yfried|afk has joined #openstack-infra | 13:04 | |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Status: Use vertical-align for progress bar instead of margin https://review.openstack.org/170058 | 13:05 |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Status: Increase width of change-progress-row-left https://review.openstack.org/170059 | 13:05 |
*** yfried|afk has quit IRC | 13:05 | |
*** fhubik_afk is now known as fhubik_meeting | 13:05 | |
*** yfried|afk has joined #openstack-infra | 13:05 | |
*** fifieldt has joined #openstack-infra | 13:06 | |
*** ildikov_ has joined #openstack-infra | 13:07 | |
*** mase_x200 has joined #openstack-infra | 13:08 | |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Cloner: Implement cache-no-hardlinks argument https://review.openstack.org/117626 | 13:08 |
*** jlvillal has quit IRC | 13:08 | |
*** maishsk_afk has quit IRC | 13:09 | |
openstackgerrit | Timo Tijhof proposed openstack-infra/zuul: Cloner: Implement cache-no-hardlinks argument https://review.openstack.org/117626 | 13:09 |
rakhmerov | hi, I'd like someone's input on a release issue we ran into | 13:09 |
rakhmerov | we pushed a wrong tag into python-mistralclient repo, 1.0.0.0b1. It was done by mistake just as for a server repo | 13:10 |
rakhmerov | but then we pushed the right one, 0.3.0 but tarballs are not built now because of PBR: https://blueprints.launchpad.net/pbr/+spec/pbr-ignore-versions | 13:11 |
*** Ala has quit IRC | 13:11 | |
*** hogepodge has quit IRC | 13:11 | |
*** puranamr has joined #openstack-infra | 13:11 | |
rakhmerov | it already happened that we pushed wrong tags into this repo but that time tarballs were building | 13:12 |
rakhmerov | this time they aren't | 13:12 |
rakhmerov | any recommendation on what todo? | 13:12 |
mordred | yah - I think this time you may have accidentally chosen that mistralclient is 1.0 ready | 13:12 |
*** hogepodge has joined #openstack-infra | 13:12 | |
mordred | unless fungi disagrees | 13:12 |
*** bauzas has left #openstack-infra | 13:13 | |
rakhmerov | I know that it's nearly impossible to delete a git tag so I'm thinking what to do.. | 13:13 |
*** ddieterly has quit IRC | 13:13 | |
*** maishsk_afk has joined #openstack-infra | 13:13 | |
*** alivigni has joined #openstack-infra | 13:14 | |
*** peristeri has joined #openstack-infra | 13:14 | |
rakhmerov | mordred: would it solve the problem if from now on we just version it starting with 1.0.0.0 > | 13:14 |
rakhmerov | ? | 13:14 |
*** gordc_ is now known as gordc | 13:14 | |
rakhmerov | btw, I also created a BP that would help to solve the problem https://blueprints.launchpad.net/pbr/+spec/pbr-ignore-versions | 13:15 |
rakhmerov | but I'm not sure if it's something legal to implement in PBC | 13:15 |
rakhmerov | PBR | 13:15 |
*** yamamoto has quit IRC | 13:15 | |
*** krtaylor has joined #openstack-infra | 13:16 | |
fungi | looks like the error in the tarball job for 0.3.1 is http://logs.openstack.org/f3/f34b1a26bd237b5c129defc8008c9011414d26f4/release/python-mistralclient-tarball/a27634a/console.html#_2015-06-29_12_10_59_475 | 13:17 |
*** maishsk_afk has quit IRC | 13:17 | |
rakhmerov | yeah, I pushed 0.3.1 because I noticed only today that 0.3.0 was not built | 13:17 |
rakhmerov | I thought it was a different problem so pushed it again.. | 13:18 |
fungi | mordred: do you think this is solvable with a target version in setup.cfg? | 13:19 |
*** jlvillal has joined #openstack-infra | 13:19 | |
rakhmerov | I may be wrong but I think it's not. As far as I remember I tried to do so a few months ago but it didn't help | 13:20 |
*** Zhongjun has joined #openstack-infra | 13:20 | |
*** jasondotstar has quit IRC | 13:20 | |
*** eharney has joined #openstack-infra | 13:20 | |
fungi | fwiw, you can test this locally with `tox -e venv python setup.py sdist` | 13:20 |
*** baoli has quit IRC | 13:20 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/shade: Add initial designate read-only operations https://review.openstack.org/183527 | 13:21 |
rakhmerov | fungi: let me try | 13:21 |
fungi | looks like setting version=0.4.0 doesn't help, no. same error from pbr | 13:22 |
*** mpaolino has joined #openstack-infra | 13:22 | |
*** mjturek1 has joined #openstack-infra | 13:22 | |
*** irdkehn has joined #openstack-infra | 13:22 | |
rakhmerov | fungi: yep, same for me | 13:23 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Test heat temprevert https://review.openstack.org/196659 | 13:23 |
*** julim has joined #openstack-infra | 13:24 | |
*** ihrachyshka has joined #openstack-infra | 13:24 | |
*** yamamoto has joined #openstack-infra | 13:24 | |
fungi | rakhmerov: you can wait for lifeless to wake up later and see if he has any ideas, or just declare it's time for 1.0.0 | 13:27 |
openstackgerrit | Monty Taylor proposed openstack-infra/glean: Move init scripts and installation of them in tree https://review.openstack.org/196388 | 13:27 |
*** jasondotstar has joined #openstack-infra | 13:27 | |
*** amitgandhinz has joined #openstack-infra | 13:27 | |
rakhmerov | fungi, yes. Did you mean 1.0.0.0? | 13:28 |
*** maishsk_afk has joined #openstack-infra | 13:28 | |
*** maishsk_afk is now known as maishsk | 13:28 | |
mordred | rakhmerov: no - 1.0.0 is the release version when the beta version is 1.0.0.0b1 | 13:28 |
rakhmerov | ook | 13:28 |
rakhmerov | let me try locally | 13:28 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Create grafana.o.o under -infra https://review.openstack.org/179208 | 13:29 |
mordred | fungi: also - https://pypi.python.org/simple/python-mistralclient/ | 13:29 |
mordred | mistralclient 1.0.0 is already on pypi | 13:29 |
*** mriedem has joined #openstack-infra | 13:30 | |
mordred | or, 1.0.0.0b1 is at least | 13:30 |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for more options in gerrit plugin and doc cleanup. https://review.openstack.org/196610 | 13:30 |
fungi | mordred: jeblair: clarkb: jhesketh: SergeyLukjanov: pleia2: fyi i'm building the replacement proposal.slave.openstack.org now and will swap it into service shortly. upgrading it to ubuntu trusty so that we can run the requirements constraints proposal job which needs both python 2.x and 3.x present | 13:30 |
mordred | fungi: ++ | 13:30 |
openstackgerrit | Merged openstack-infra/shade: Adding SSL arguments to glance client https://review.openstack.org/195793 | 13:31 |
rakhmerov | mordred, 1.0.0 is not on pypi. Only 1.0.0.0b1 | 13:31 |
*** puranamr has quit IRC | 13:31 | |
mordred | yah. sorry rakhmerov - that's what I meant - bad typing | 13:31 |
rakhmerov | np | 13:31 |
*** sshnaidm has quit IRC | 13:32 | |
mordred | greghaynes: ^^ new glean patch above ... although I think with it all named glean now, it makes it slightly more obvious that it's weird for glean.sh and glean to both exist ... | 13:32 |
*** sshnaidm has joined #openstack-infra | 13:32 | |
greghaynes | mordred: yea | 13:33 |
mordred | greghaynes: I mean, not weird in such a way that I think it's essential we do anything about it ... | 13:33 |
mordred | this instant | 13:33 |
*** zz_jgrimm is now known as jgrimm | 13:33 | |
mordred | but it is weird | 13:33 |
greghaynes | agreed | 13:33 |
greghaynes | wouldnt be hard to put that into glean itself | 13:33 |
fungi | rakhmerov: but yes, to expand on mordred's point, since the "highest" version published to pypi is 1.0.0.0b1 chances are someone has installed that, and so pip won't upgrade them to 0.3.0 or 0.3.1 at that point anyway | 13:34 |
rakhmerov | fungi, thanks, yes. I understand but it is what it is | 13:35 |
rakhmerov | looks like making it 1.0.0 is the best option anyway | 13:35 |
rakhmerov | so 0.3.0 and 0.3.0 will be broken | 13:36 |
*** Hal has joined #openstack-infra | 13:37 | |
*** Hal is now known as Guest58266 | 13:37 | |
*** irdkehn has quit IRC | 13:37 | |
*** anthonyper has quit IRC | 13:37 | |
*** anthonyper has joined #openstack-infra | 13:37 | |
*** prad has joined #openstack-infra | 13:38 | |
*** nelsnelson has joined #openstack-infra | 13:38 | |
*** afazekas__ has quit IRC | 13:38 | |
*** irdkehn has joined #openstack-infra | 13:39 | |
*** hogepodge has quit IRC | 13:39 | |
*** mrmartin has joined #openstack-infra | 13:39 | |
openstackgerrit | Merged openstack-infra/shade: Add Neutron/Nova Floating IP tests https://review.openstack.org/177036 | 13:39 |
*** Guest76 has quit IRC | 13:40 | |
openstackgerrit | Merged openstack-infra/shade: Locking ironic API microversion https://review.openstack.org/195634 | 13:40 |
*** hogepodge has joined #openstack-infra | 13:41 | |
*** jasondotstar has quit IRC | 13:41 | |
mordred | fungi, Shrews, SpamapS, dguerri: releasing shade 0.9.0 unless anyone objects | 13:42 |
*** ZZelle has joined #openstack-infra | 13:42 | |
fungi | dims: dhellmann: lifeless: adam_g: zul: sdague: ttx: python-keystoneclient 1.1.1 stable point release requested to un-wedge stable/juno devstack per bug 1468395 | 13:42 |
openstack | bug 1468395 in python-keystoneclient "Versions of oslo.i18n higher than 1.17.0 cause ImportError" [Undecided,Confirmed] https://launchpad.net/bugs/1468395 | 13:42 |
dguerri | yay! \o/ | 13:42 |
*** jasondotstar has joined #openstack-infra | 13:42 | |
fungi | mordred: i never object to releases. early, often, beer | 13:42 |
mordred | mmm. beer | 13:42 |
dguerri | mordred: we are getting closer to 1.0.. | 13:42 |
Shrews | mordred: fine with me | 13:42 |
*** prad has quit IRC | 13:43 | |
dims | fungi: ++ | 13:43 |
openstackgerrit | Merged openstack/diskimage-builder: dib-lint: make it work on Mac OS X https://review.openstack.org/193019 | 13:43 |
mordred | dguerri: it would seem that way wouldn't it? :) | 13:43 |
mordred | k. tag pushed | 13:43 |
*** mtanino has joined #openstack-infra | 13:43 | |
ihrachyshka | I have a dream. One day stable neutron branches will be fixed by merging https://review.openstack.org/195533 | 13:44 |
dims | mordred: for python-keystoneclient? | 13:44 |
*** hdd has joined #openstack-infra | 13:46 | |
mordred | dims: nope. I pushed a tag to shade | 13:47 |
dims | mordred: ack. fungi i'll help with python-keystoneclient | 13:47 |
fungi | mordred likes to rock the boat and release things on mondays | 13:47 |
fungi | preferably between his first and second cups of coffee | 13:48 |
*** mmedvede has joined #openstack-infra | 13:49 | |
fungi | i've got the replacement proposal.slave.openstack.org built, but need to wait for a lull in activity for it. seems to have quite a few translation update jobs queued up at the moment | 13:49 |
*** acruz has quit IRC | 13:49 | |
mordred | fungi: I'm in the middle of the _first_ cup! | 13:49 |
fungi | mordred: rock on | 13:50 |
*** eharney has quit IRC | 13:51 | |
fungi | oh, i have some routine dental work scheduled after lunch, which will probably kill most of my afternoon. just fyi in case anyone's looking for my help with something after ~17:30 utc | 13:52 |
AJaeger | fungi: no problem if we loose one or the other translation bot, we always push everything... | 13:52 |
AJaeger | s/bot/job/ | 13:52 |
fungi | AJaeger: yep, also it caught up. i just didn't want to take it down in the middle of a backlog | 13:53 |
*** fallenpegasus has quit IRC | 13:53 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 13:53 |
*** dboik has joined #openstack-infra | 13:54 | |
*** prad has joined #openstack-infra | 13:55 | |
*** koolhead17 has joined #openstack-infra | 13:55 | |
*** superdan is now known as dansmith | 13:57 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:58 | |
*** jasondotstar has quit IRC | 13:58 | |
*** boris-42 has joined #openstack-infra | 13:59 | |
*** amotoki has quit IRC | 13:59 | |
*** DericHorn-HP has quit IRC | 13:59 | |
*** jsavak has quit IRC | 14:00 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 14:00 |
*** dizquierdo has quit IRC | 14:00 | |
*** dizquierdo has joined #openstack-infra | 14:01 | |
*** jsavak has joined #openstack-infra | 14:02 | |
*** DericHorn-HP has joined #openstack-infra | 14:02 | |
*** fawadkhaliq has joined #openstack-infra | 14:03 | |
Kiall | Infra folks - possible issue with proposal.slave.openstack.org .. /usr/local/jenkins/slave_scripts/gerrit-git-prep.sh: No such file or directory .. https://jenkins.openstack.org/job/designate-upstream-translation-update/81/console | 14:03 |
fungi | Kiall: yep, i was just looking at that | 14:04 |
pabelanger | sounds like dib failed to provision properly | 14:04 |
dims | fungi: 1.1.1 pythonkeystoneclient on its way | 14:04 |
Kiall | fungi: cool.. | 14:04 |
openstackgerrit | Emilien Macchi proposed openstack-infra/elastic-recheck: Add query for gate-puppet-*-puppet-beaker-rspec-dsvm-centos7 failures https://review.openstack.org/196673 | 14:04 |
fungi | AJaeger: bad news. it seems in our puppet refactoring we've lost the bit of the manifest which installs the slave scripts. possible some other bits too | 14:05 |
fungi | AJaeger: for non-nodepool workers that is | 14:05 |
*** ParsectiX has quit IRC | 14:05 | |
AJaeger | fungi: that's sad ;( | 14:05 |
fungi | i'll get the old slave brought back online in the meantime while we work out what's missing | 14:06 |
*** eharney has joined #openstack-infra | 14:06 | |
jeblair | seem to have gotten ahead of ourselves :| | 14:07 |
fungi | indeed | 14:07 |
openstackgerrit | Emilien Macchi proposed openstack-infra/elastic-recheck: Add query for gate-puppet-*-puppet-beaker-rspec-dsvm-centos7 failures https://review.openstack.org/196673 | 14:07 |
*** cody-somerville has quit IRC | 14:07 | |
*** davideagnello has joined #openstack-infra | 14:07 | |
*** fawadkhaliq has quit IRC | 14:08 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/elastic-recheck: Add query for gate-puppet-*-puppet-beaker-rspec-dsvm-centos7 failures https://review.openstack.org/196673 | 14:08 |
*** fhubik_meeting is now known as fhubik_afk | 14:10 | |
openstackgerrit | Kiall Mac Innes proposed openstack-infra/project-config: Enable python-jobs on designate-dashboard https://review.openstack.org/196678 | 14:10 |
*** harlowja_at_home has joined #openstack-infra | 14:11 | |
*** davideagnello has quit IRC | 14:12 | |
*** zz_dimtruck is now known as dimtruck | 14:12 | |
*** abregman has joined #openstack-infra | 14:13 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 14:13 |
*** doug-fish has joined #openstack-infra | 14:14 | |
*** hdd has quit IRC | 14:14 | |
mordred | fungi: oh no! that's not pleasing | 14:15 |
*** mrunge has joined #openstack-infra | 14:16 | |
*** tonytan4ever has joined #openstack-infra | 14:17 | |
*** r-daneel has joined #openstack-infra | 14:19 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/elastic-recheck: Add query for gate-puppet-*-puppet-beaker-rspec-dsvm-centos7 failures https://review.openstack.org/196673 | 14:20 |
*** dims has quit IRC | 14:21 | |
openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Add slave-common to long lived slaves https://review.openstack.org/196682 | 14:21 |
mordred | fungi: ^^ | 14:21 |
mordred | fungi: that seems to be the missing bit | 14:21 |
*** homeless has joined #openstack-infra | 14:22 | |
mordred | Kiall: while you're around ... | 14:22 |
fungi | mordred: thanks! | 14:22 |
openstackgerrit | Jens Rosenboom proposed openstack-infra/nodepool: Use empty default for elements-dir and script-dir https://review.openstack.org/190526 | 14:22 |
greghaynes | so, did the dib.ubuntu-trusty images get successfully uploaded to rax over the weekend? | 14:23 |
*** mrunge has quit IRC | 14:23 | |
fungi | mordred: i'll give that a try on the new server shortly | 14:23 |
anteaya | ihrachyshka: yes, as far as I am concerned | 14:23 |
jroll | mordred: super late but I so so so wish I could fix our ssl certs :( | 14:23 |
mordred | Kiall: rcarillocruz has been working on adding designate support to shade ... and as part of that we've noticed that you don't support passing the socket timeout through to requests | 14:23 |
*** baoli has joined #openstack-infra | 14:24 | |
*** dims has joined #openstack-infra | 14:24 | |
Kiall | mordred: typical! Want to file a bug and we'll get it added? | 14:24 |
*** jasondotstar has joined #openstack-infra | 14:24 | |
mordred | Kiall: the other clients have a timeout parameter to their constructor which carries through to the requests constructor | 14:24 |
mordred | Kiall: sure! | 14:24 |
*** sshnaidm has quit IRC | 14:25 | |
frickler | greghaynes: are you o.k. with my reply at https://review.openstack.org/190526? see http://paste.openstack.org/show/324933/ for the difference in error messages | 14:25 |
*** fhubik_afk is now known as fhubik_meeting | 14:25 | |
*** yamahata has joined #openstack-infra | 14:25 | |
Kiall | mordred: Let me know the bug number and I'll make sure it's done today / tomorrow, then will bug Doug for another release ;) | 14:25 |
greghaynes | frickler: oh, so you expect that failure and want that behavior? | 14:26 |
mordred | Kiall: 1469739 | 14:27 |
mordred | Kiall: you rock! | 14:27 |
Kiall | mordred: no problem .. Just transitioned to "Won't Fix".. thanks for the report ;) | 14:29 |
mordred | Kiall: :) | 14:29 |
mordred | solved! | 14:29 |
*** fhubik_meeting is now known as fhubik_afk | 14:29 | |
*** kir_ has quit IRC | 14:29 | |
*** kir_ has joined #openstack-infra | 14:29 | |
frickler | greghaynes: well, it fails in the current state too. not that I would explicitly want that, but at least I would argue that my patch does not make it worse | 14:30 |
*** wenlock has joined #openstack-infra | 14:30 | |
greghaynes | ah, ok | 14:31 |
openstackgerrit | Merged openstack-infra/project-config: neutron: don't execute lbaas api tests for kilo and earlier https://review.openstack.org/195533 | 14:32 |
greghaynes | frickler: if we just put a check for is scriptdir is not None around there... I think that might 'just work' though | 14:32 |
greghaynes | frickler: and if so id kind of like to do it here, then weve actually made those two config values optional | 14:32 |
*** cody-somerville has joined #openstack-infra | 14:32 | |
frickler | greghaynes: hmm, o.k., I think I see your point now, let me test this a bit | 14:33 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: OpenstackId resource server https://review.openstack.org/178853 | 14:35 |
*** sshnaidm has joined #openstack-infra | 14:35 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/shade: Add initial designate read-only operations https://review.openstack.org/183527 | 14:36 |
*** rossella_s has quit IRC | 14:36 | |
*** ddieterly has joined #openstack-infra | 14:37 | |
*** rossella_s has joined #openstack-infra | 14:37 | |
*** sdake has joined #openstack-infra | 14:37 | |
*** dguitarbite has quit IRC | 14:37 | |
*** annegentle has joined #openstack-infra | 14:37 | |
*** ayoung has joined #openstack-infra | 14:38 | |
*** annegentle has quit IRC | 14:38 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Test heat temprevert https://review.openstack.org/196659 | 14:39 |
*** annegentle has joined #openstack-infra | 14:39 | |
*** sdake_ has joined #openstack-infra | 14:40 | |
frickler | greghaynes: what do you think about using '.' as default instead of ''? that would seem to be kind of the canonical default value for a directory | 14:40 |
*** yamamoto has quit IRC | 14:41 | |
*** DericHorn-HP has quit IRC | 14:41 | |
*** nihilifer has joined #openstack-infra | 14:42 | |
*** jasondotstar has quit IRC | 14:42 | |
*** yamamoto has joined #openstack-infra | 14:43 | |
*** sdake has quit IRC | 14:43 | |
*** bcourt has quit IRC | 14:44 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 14:44 |
*** MIDENN_ has quit IRC | 14:45 | |
*** jasondotstar has joined #openstack-infra | 14:47 | |
*** ihrachyshka has quit IRC | 14:47 | |
*** fallenpegasus has joined #openstack-infra | 14:48 | |
openstackgerrit | Jens Rosenboom proposed openstack-infra/nodepool: Use CWD as default for directory variables https://review.openstack.org/190526 | 14:48 |
*** tvanderwiel has joined #openstack-infra | 14:48 | |
*** jasondotstar has quit IRC | 14:48 | |
*** wenlock1 has joined #openstack-infra | 14:49 | |
*** fawadkhaliq has joined #openstack-infra | 14:49 | |
*** ddieterly has quit IRC | 14:50 | |
*** shardy_ has joined #openstack-infra | 14:51 | |
*** EricGonczer_ has joined #openstack-infra | 14:51 | |
*** shardy has quit IRC | 14:51 | |
*** ildikov_ has quit IRC | 14:52 | |
*** _nadya__ has quit IRC | 14:52 | |
*** hichihara has joined #openstack-infra | 14:52 | |
*** cindyo has joined #openstack-infra | 14:53 | |
*** _nadya_ has joined #openstack-infra | 14:53 | |
*** fawadk has joined #openstack-infra | 14:57 | |
*** _nadya_ has quit IRC | 14:57 | |
* harlowja_at_home wonders if i could ever get https://review.openstack.org/#/c/171393/ merged in :-P | 14:57 | |
*** bcourt has joined #openstack-infra | 14:57 | |
*** maishsk has quit IRC | 14:59 | |
*** dangers_away is now known as dangers | 14:59 | |
*** hdd has joined #openstack-infra | 14:59 | |
*** shardy_ has quit IRC | 15:00 | |
*** patrickeast has joined #openstack-infra | 15:00 | |
*** fawadkhaliq has quit IRC | 15:00 | |
*** kiran-r has joined #openstack-infra | 15:01 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for gate-puppet-*-puppet-beaker-rspec-dsvm-centos7 failures https://review.openstack.org/196673 | 15:02 |
fungi | Kiall: https://jenkins.openstack.org/job/designate-upstream-translation-update/82/console worked now that the old proposal slave is back in use | 15:02 |
Kiall | fungi: thanks ;) | 15:02 |
Kiall | :)* | 15:02 |
*** ihrachyshka has joined #openstack-infra | 15:03 | |
*** jasondotstar has joined #openstack-infra | 15:04 | |
*** jtomasek has quit IRC | 15:04 | |
*** shardy has joined #openstack-infra | 15:04 | |
*** austin81 has joined #openstack-infra | 15:04 | |
*** mase_x200 has quit IRC | 15:05 | |
*** ildikov_ has joined #openstack-infra | 15:05 | |
*** sputnik13 has quit IRC | 15:07 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 15:07 |
*** austin81 has left #openstack-infra | 15:07 | |
SotK | Hi folks, I've been looking at Storyboard a bit this last week and was wondering if anyone is interesting in having the meeting which used to take place about this time happen again? | 15:08 |
*** fhubik_afk is now known as fhubik_meeting | 15:09 | |
*** austin81 has joined #openstack-infra | 15:10 | |
*** ociuhandu has quit IRC | 15:10 | |
*** sputnik13 has joined #openstack-infra | 15:10 | |
*** claudiub has quit IRC | 15:11 | |
*** ociuhandu has joined #openstack-infra | 15:13 | |
*** sputnik13 has quit IRC | 15:13 | |
*** ramashri has joined #openstack-infra | 15:14 | |
*** austin81 has left #openstack-infra | 15:15 | |
*** dannywilson has joined #openstack-infra | 15:16 | |
*** austin81 has joined #openstack-infra | 15:17 | |
*** dannywilson has quit IRC | 15:18 | |
*** dannywilson has joined #openstack-infra | 15:18 | |
fungi | SotK: i think storyboard is looking for a new development team since its previous development team moved on to work on other things and openstack is looking at switching to something else | 15:19 |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/devstack-gate: neutron: allow to enable qos service plugin in gate https://review.openstack.org/196703 | 15:20 |
*** koolhead17 has quit IRC | 15:20 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Add openstack/releases repository https://review.openstack.org/196704 | 15:20 |
*** yamamoto has quit IRC | 15:20 | |
greghaynes | frickler: I kind of think not assuming a scripts dir is better if a user doesnt specify one - otherwise they might not realize were scping their cwd off the box ;) | 15:21 |
*** bcourt has quit IRC | 15:21 | |
ttx | fungi: I think all stable/icehouse is fine. It's just periodic jobs. | 15:22 |
*** kiran-r has quit IRC | 15:22 | |
*** _nadya_ has joined #openstack-infra | 15:23 | |
fungi | ttx: i meant more a list of repos where i should tag and delete the stable/icehouse branch | 15:23 |
*** e0ne has joined #openstack-infra | 15:23 | |
*** yamamoto has joined #openstack-infra | 15:23 | |
fungi | ttx: for example, only those with the release-managed tag? | 15:23 |
fungi | a cycle or two ago i took the docs team by surprise when i eol'd a stable branch of theirs. now that we have a big tent i expect there are more project-teams who are continuing to support/develop a stable/icehouse branch even after the openstack release management team has claimed it eol | 15:25 |
*** DericHorn-HP has joined #openstack-infra | 15:25 | |
*** e0ne is now known as e0ne_ | 15:25 | |
*** soren has quit IRC | 15:25 | |
*** e0ne_ is now known as e0ne | 15:25 | |
spredzy | fungi, ping. https://review.openstack.org/#/c/189216/ Im trying to create a scrip that will automatically run msync (a command that sync puppet modules files) on puppet-openstack modules. modulesync (msync) is available through gem install. How can I ensure it is intalled on the node where the post-merge hook will be run? (https://review.openstack.org/#/c/189216/2/jenkins/scripts/propose_msync_update.sh,cm line 101). | 15:26 |
fungi | spredzy: have your job install it | 15:27 |
openstackgerrit | Dawid Malinowski proposed stackforge/python-jenkins: Creates ability to work with views in jenkins https://review.openstack.org/194307 | 15:27 |
*** david-ly_ is now known as david-lyle | 15:27 | |
fungi | spredzy: oh, wait, post-merge hook | 15:27 |
spredzy | fungi, oh cool. I didnt think it was acceptable | 15:27 |
fungi | spredzy: you mean zuul post pipeline jobs which run after a change merges | 15:27 |
fungi | spredzy: you confused me by making up your own terminology there ;) | 15:28 |
fungi | i thought you were talking about the post_test hook in devstack | 15:28 |
*** geoffarnold has quit IRC | 15:28 | |
spredzy | fungi I meant something more like https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/propose_update.sh | 15:29 |
*** anthonyper has quit IRC | 15:29 | |
*** anthonyper has joined #openstack-infra | 15:29 | |
SotK | fungi: I'd like to be part of that new development team :) | 15:29 |
*** armax has joined #openstack-infra | 15:29 | |
spredzy | so basically we have a puppet-modulesync-config and whenever something is merged to that repo, I would like my hook to run msync ... so it syncs up all the repo of puppet-openstack | 15:30 |
fungi | spredzy: if it's a static script, we can move it into openstack-infra/project-config so that it gets installed on the worker. if it's a package of some sort we need it to be officially available in ubuntu trusty i think | 15:31 |
*** davideagnello has joined #openstack-infra | 15:31 | |
spredzy | fungi, so gem isn't enough ? needs to be a ubuntu package | 15:31 |
*** jsavak has quit IRC | 15:32 | |
*** thedodd has joined #openstack-infra | 15:32 | |
*** _nadya_ has quit IRC | 15:32 | |
*** cdent has quit IRC | 15:32 | |
mordred | this: https://github.com/puppet-community/modulesync ? | 15:33 |
mordred | fungi: seems like it might be a nice tool for the infra puppet modules too | 15:33 |
mordred | nibalizer: ^^ ? | 15:33 |
fungi | spredzy: well, it might be. we should probably get some consensus from the infra root sysadmins since we're charged with securing the private credentials we install on that server | 15:33 |
*** ajmiller has joined #openstack-infra | 15:33 | |
spredzy | mordred, yes this | 15:33 |
EmilienM | we won't have a package in trusty | 15:33 |
Kiall | Infra folks - could I get a +A on enabling some extra jobs? (While they still actually pass ;)) - https://review.openstack.org/#/c/196678/ - Thanks :) | 15:33 |
EmilienM | mordred: it's more than useful | 15:33 |
EmilienM | mordred: it brings consistency | 15:34 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 15:34 |
mordred | fungi: I don't personally need it to be a deb, as long as we're installing it with puppet and not as part of job content | 15:34 |
EmilienM | each time we have a little change to do, it's usually, 20 patches | 15:34 |
EmilienM | because we have 20 modules | 15:34 |
mordred | fungi: I think we're installing the thing for pypi slave with pip | 15:34 |
EmilienM | with spredzy's work, it will be 1 patch + reviews | 15:34 |
mordred | fungi: so it would be unfair of me to say we could not also do similar with gem | 15:34 |
EmilienM | if you use pypi, it's fair to use gem :-) | 15:34 |
fungi | mordred: twine, yes. i agree that's why i think there may be precedent for this | 15:34 |
mordred | it maybe wants to be a third static slave? | 15:35 |
*** bcourt has joined #openstack-infra | 15:35 | |
mordred | or - hang on - all it's going to be doing is submitting changes to gerrit, right? | 15:35 |
fungi | mordred: yes | 15:35 |
mordred | so we could probably do it on proposal slave | 15:35 |
*** dizquierdo has quit IRC | 15:35 | |
mordred | fungi: well, I'm not opposed on the face, and it sounds potentially useful to us too - but I agree, we should get buyin from the other root folks too | 15:36 |
fungi | mordred: that gerrit account doesn't do anything super secure, it just perhaps proposes some changes that core reviewers might (wrongly) not look at too closely before approving | 15:36 |
*** Guest58266 has quit IRC | 15:36 | |
*** Hal has joined #openstack-infra | 15:36 | |
mordred | EmilienM, spredzy: does modulesync execute code from the repo it's looking at? | 15:36 |
*** Hal is now known as Guest26658 | 15:37 | |
spredzy | mordred, nop | 15:37 |
*** asahlin_away is now known as asahlin | 15:37 | |
spredzy | it will just submit a review against those repo | 15:37 |
mordred | EmilienM, spredzy: which is to say, can someone write a malicious patch to openstack/puppet-modulesync-config that would cause code to be executed that would grab the keys from the slave and publish them somewhere? | 15:37 |
*** linkedinyou has joined #openstack-infra | 15:37 | |
EmilienM | fungi: our CI will be supposed to detect any wrong thing. But I'll make sure our reviewers take care of that | 15:37 |
*** achanda has joined #openstack-infra | 15:37 | |
*** kiran-r has joined #openstack-infra | 15:38 | |
EmilienM | mordred: oh maybe | 15:38 |
*** mpavone has quit IRC | 15:38 | |
mordred | oh - heh. crinkle wrote it | 15:38 |
spredzy | mordred, this is the repo the hook will be used from https://github.com/openstack/puppet-modulesync-configs | 15:39 |
*** flashgordon has quit IRC | 15:39 | |
EmilienM | mordred: the tool is just awesome | 15:39 |
spredzy | it is basically templating and data | 15:39 |
EmilienM | mordred: infra modules should look at it also | 15:39 |
crinkle | o/ | 15:40 |
*** jasondotstar has quit IRC | 15:40 | |
* EmilienM waves on crinkle | 15:40 | |
electrical | crinkle: hiya :-) | 15:41 |
crinkle | hey electrical | 15:41 |
openstackgerrit | Thierry Carrez proposed openstack-infra/project-config: Add periodic Kilo jobs https://review.openstack.org/196709 | 15:41 |
mordred | crinkle: on the surface, using this sounds awesome. we may want to dig in slightly to make sure it's not opening us to up arbitrary code execution in a context where the executing process could get its hands on key content | 15:41 |
*** davideagnello has quit IRC | 15:42 | |
mordred | crinkle: looking at the repo, it seems ok - but it might be worth getting clarkb to weigh in since he's the one who did the twine work | 15:42 |
mordred | I mean, twins notwithstanding and whatnot | 15:42 |
*** harlowja_still_a has joined #openstack-infra | 15:42 | |
mordred | (I'm just not sure of what the scope of things you can do with erb expansion there is) | 15:43 |
crinkle | mordred: it is really a very simple tool that could be rewritten in python :) | 15:43 |
*** laughterwym has quit IRC | 15:43 | |
EmilienM | here we go | 15:43 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 15:44 |
openstackgerrit | Cody Littley proposed openstack-infra/nodepool: Fixed crash in exception handler https://review.openstack.org/195172 | 15:45 |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: Fix --stable flag https://review.openstack.org/196712 | 15:45 |
*** hashar has quit IRC | 15:45 | |
*** yamamoto has quit IRC | 15:46 | |
*** Sukhdev has joined #openstack-infra | 15:46 | |
*** harlowja_at_home has quit IRC | 15:46 | |
*** scheuran has quit IRC | 15:46 | |
*** pblaho has quit IRC | 15:46 | |
*** e0ne has quit IRC | 15:46 | |
*** kiran-r has quit IRC | 15:47 | |
*** sarob has joined #openstack-infra | 15:47 | |
*** e0ne has joined #openstack-infra | 15:48 | |
*** pblaho has joined #openstack-infra | 15:48 | |
*** annegentle has quit IRC | 15:48 | |
mordred | crinkle: oh - I don't think the ruby is a problem | 15:49 |
*** annegentle has joined #openstack-infra | 15:49 | |
*** jasondotstar has joined #openstack-infra | 15:49 | |
mordred | crinkle: I just more quickly understand where arbitrary python code gets executed and where it doesn't - so this one is more about clarkb and fungi and I asking a bunch of potentially really stupid questions | 15:49 |
* fungi is great at asking stupid questions | 15:50 | |
*** esmute__ has joined #openstack-infra | 15:50 | |
*** sergmelikyan has quit IRC | 15:50 | |
*** asselin_ has joined #openstack-infra | 15:50 | |
*** samuelBartel has quit IRC | 15:50 | |
*** jasondotstar has quit IRC | 15:50 | |
electrical | fungi: aren't we all ? :p | 15:51 |
*** jasondotstar has joined #openstack-infra | 15:51 | |
crinkle | mordred: all it does is pull down an erb template and render it from yaml data, the template doesn't have any secrets and the person running modulesync just pushes changes to github/gerrit with their normal permissions | 15:52 |
*** sshnaidm has quit IRC | 15:52 | |
*** e0ne is now known as e0ne_ | 15:53 | |
*** sshnaidm has joined #openstack-infra | 15:53 | |
pabelanger | fungi, jeblair So, I figured out the issue with the puppet-apply centos job. The fix (or workaround) was to upgrade the git client to a newer version | 15:53 |
pabelanger | https://jenkins07.openstack.org/job/gate-infra-puppet-apply-centos6/2393/consoleFull | 15:53 |
nibalizer | mordred: haha maybe | 15:53 |
*** k4n0 has quit IRC | 15:53 | |
*** davideagnello has joined #openstack-infra | 15:53 | |
spredzy | fungi, mordred crinkle EmilienM so what is the next step to take to move onward with that matter? | 15:54 |
pabelanger | going to recheck it a few times to make sure it is running a full speed | 15:54 |
dhellmann | can I get a quick review of this change to make bug branches work like feature branches? https://review.openstack.org/195724 | 15:54 |
pabelanger | then see which version to use | 15:54 |
pabelanger | and update puppet | 15:54 |
*** hichihara has quit IRC | 15:54 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos service plugin for feature/qos branch https://review.openstack.org/196718 | 15:55 |
*** e0ne_ is now known as e0ne | 15:55 | |
*** flashgordon has joined #openstack-infra | 15:55 | |
cody-somerville | Has there been anyone thats worked on generating a test code coverage report for all projects in the integrated gate? | 15:55 |
Shrews | mordred: shade question about creating flavors... OperatorCloud methods or OpenStackCloud? | 15:56 |
pleia2 | good morning | 15:57 |
anteaya | morning pleia2 | 15:57 |
*** sergmelikyan has joined #openstack-infra | 15:58 | |
*** derekh has quit IRC | 15:58 | |
*** davideagnello has quit IRC | 15:58 | |
mordred | Shrews: operator | 15:59 |
mordred | Shrews: I am aware of no clouds that allow end users to create flavors - it's a cloud admin task | 15:59 |
*** jistr_ has quit IRC | 15:59 | |
mordred | sadly | 15:59 |
mordred | I'd love to define my own flavors :) | 15:59 |
Shrews | *nod* | 15:59 |
*** gyee has joined #openstack-infra | 16:00 | |
fungi | dhellmann: the only concern i have with 195724 is that it encourages a workflow we found to be very painful for pbr. particularly that we had something like 10 releases out of a not-master branch to work around the fact that we didn't want to tag the changes merged in master at that time | 16:01 |
*** fawadk has quit IRC | 16:01 | |
fungi | dhellmann: i'm not sure how best to caution projects that it's a situation best avoided | 16:01 |
*** yamamoto has joined #openstack-infra | 16:01 | |
fungi | dhellmann: and to encourage them to keep master always releasable and if they do end up following the bug/.* branch workflow to get rid of it asap once it's done and make a new release in master | 16:02 |
*** puranamr has joined #openstack-infra | 16:02 | |
dhellmann | fungi: ttx shared that concern, and we agreed we would only allow releases off of bug branches when unreleased breaking changes exist in master and there is a serious bug (security, gate, etc.) that needs to be fixed with a release. | 16:04 |
dhellmann | I'm going to document all of that in the project team guide this week, including the fact that both creating the branch and creating the release must be approved | 16:04 |
openstackgerrit | Merged openstack-infra/irc-meetings: Enhance Doc Team Meeting setup https://review.openstack.org/196642 | 16:04 |
mordred | cody-somerville: there's various coverage reports for things - but I do not believe there is a top-level dashboard of coverage | 16:06 |
fungi | dhellmann: fwiw that was the situation in pbr at the time too (unreleased breaking changes for semver, new pip release breaking non-pep-440 versioning), but it wasn't any less painful | 16:06 |
mordred | cody-somerville: it's a non-trivial task - because coverage reports would need to be combined from multiple different jobs, given that jobs test different things | 16:06 |
*** jlanoux has quit IRC | 16:07 | |
*** kiran-r has joined #openstack-infra | 16:07 | |
mordred | cody-somerville: and for the things that are tested via integration or functional testing, the coverage stuff has to be collected somehow remotely over teh APIs, which I believe nova has an api extension to facilitate | 16:07 |
*** annegentle has quit IRC | 16:07 | |
*** tqtran has joined #openstack-infra | 16:07 | |
zaro | morning | 16:08 |
dhellmann | fungi: yeah, I remember. Last week we had an issue in oslo.db where we wanted to fix a bug but master would have gone to 2.0.0 if we released. The idea is to support creating branches at the point when something like that is needed, to backport the fix. Not before, and not in all cases. We definitely want to do this as infrequently as possible, but calling the branch a "feature/" branch is wrong, and so is "stable/". | 16:08 |
*** rwsu has joined #openstack-infra | 16:08 | |
dhellmann | fungi: maybe a more alarming name, like "emergencyrelease/" instead of "bug/"? | 16:09 |
fungi | plainbrownwrapper/ ;) | 16:09 |
*** sshnaidm has quit IRC | 16:09 | |
*** fhubik_meeting has quit IRC | 16:09 | |
dhellmann | heh | 16:10 |
*** mrmartin has quit IRC | 16:10 | |
*** geoffarnold has joined #openstack-infra | 16:10 | |
*** unicell has quit IRC | 16:11 | |
fungi | i'm fine with bug/ (after all, having to use it at all is a bug) | 16:11 |
*** kiran-r has quit IRC | 16:11 | |
fungi | oh nifty, i didn't realize startswith() can be passed a tuple | 16:12 |
*** puranamr has quit IRC | 16:12 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 16:12 |
nibalizer | sdague: you around? found this: https://review.openstack.org/#/c/192253/ which is related I think to what i've been banging on here: https://github.com/nibalizer/openstack-ci-view | 16:12 |
*** puranamr has joined #openstack-infra | 16:13 | |
*** DericHorn-HP has quit IRC | 16:14 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Adjust Zanata admins https://review.openstack.org/193677 | 16:17 |
*** DericHorn-HP has joined #openstack-infra | 16:17 | |
*** jasondotstar has quit IRC | 16:17 | |
*** claudiub has joined #openstack-infra | 16:19 | |
*** asselin_ has quit IRC | 16:20 | |
*** ldnunes has quit IRC | 16:20 | |
*** puranamr_ has joined #openstack-infra | 16:21 | |
*** beekneemech has joined #openstack-infra | 16:21 | |
BobBall | Are there known leaks in zuul-server? I know there were some a while ago but I was just wondering if they had been fixed :) | 16:21 |
anteaya | BobBall: known leaks? memory leaks? | 16:22 |
BobBall | (I think actually they were triggered through python-novaclient rather than zuul-server but the way zuul was using python-novaclient caused it to grow) | 16:22 |
BobBall | yup | 16:22 |
anteaya | BobBall: in the third party ci meeting one operator mentioned a looping issue after reconfiguration that required a restart to fix | 16:22 |
anteaya | but no, I do not know of memory leak issues | 16:23 |
*** puranamr has quit IRC | 16:23 | |
*** bnemec has quit IRC | 16:23 | |
BobBall | Hmmm - curious; I don't think we do any reconfiguration that can be applied without a full restart so I doubt that's the issue we've been seeing | 16:23 |
*** mpavlase has quit IRC | 16:24 | |
anteaya | okay well that crosses that off | 16:24 |
openstackgerrit | Nikolay Mahotkin proposed openstack/requirements: Adding python-mistralclient to the global-requirements https://review.openstack.org/195035 | 16:25 |
anteaya | looking at teh zuul bugs I don't see a title with memory or leak as keywords | 16:25 |
anteaya | BobBall: https://storyboard.openstack.org/#!/project/679 | 16:25 |
*** kiran-r has joined #openstack-infra | 16:25 | |
*** packet has joined #openstack-infra | 16:25 | |
*** mpavlase has joined #openstack-infra | 16:25 | |
*** puranamr_ has quit IRC | 16:26 | |
anteaya | BobBall: sorry I'm not more help, I have to step away for a few minutes | 16:26 |
BobBall | yeah - it was an issue that I was talking about with "someone" (I have a feeling it was fungi) 6ish months ago but hadn't been tracked down at the time | 16:26 |
*** puranamr has joined #openstack-infra | 16:26 | |
*** ldnunes has joined #openstack-infra | 16:26 | |
*** fawadkhaliq has joined #openstack-infra | 16:27 | |
*** puranamr_ has joined #openstack-infra | 16:27 | |
*** puranamr has quit IRC | 16:27 | |
*** larainema has quit IRC | 16:28 | |
*** doude has quit IRC | 16:28 | |
*** jsavak has joined #openstack-infra | 16:28 | |
*** puranamr has joined #openstack-infra | 16:28 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Switch from openstackid.org for Zanata auth https://review.openstack.org/196735 | 16:28 |
*** Zhongjun has quit IRC | 16:28 | |
*** larainema has joined #openstack-infra | 16:28 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Switch to openstackid.org for Zanata auth https://review.openstack.org/196735 | 16:29 |
*** baoli has quit IRC | 16:29 | |
*** sputnik13 has joined #openstack-infra | 16:30 | |
*** kiran-r has quit IRC | 16:30 | |
pleia2 | ^^ if folks can look at that and the dependent change today, we'll be on our way to getting the scripts going | 16:30 |
*** kiran-r has joined #openstack-infra | 16:30 | |
*** baoli has joined #openstack-infra | 16:31 | |
*** puranamr_ has quit IRC | 16:32 | |
*** yamahata has quit IRC | 16:32 | |
*** xarses has quit IRC | 16:33 | |
*** ashleighfarnham has joined #openstack-infra | 16:33 | |
openstackgerrit | Cody Littley proposed openstack-infra/nodepool: Fixed crash in exception handler https://review.openstack.org/195172 | 16:33 |
krotscheck | The dependent patch on https://review.openstack.org/#/c/182437/ has merged, can I ask for a rollcall? | 16:34 |
fungi | BobBall: perhaps you're thinking of memory leaks in nodepool? zuul doesn't use novaclient that i know of | 16:34 |
fungi | we did have some slow-ish memory leaks in nodepool a while back but those seem to have mostly gotten plugged through normal development i think | 16:35 |
*** krtaylor has quit IRC | 16:35 | |
*** _kiran_ has joined #openstack-infra | 16:35 | |
*** kiran-r has quit IRC | 16:36 | |
fungi | oh, well maybe not fixed, maybe we've just not run it for long enough without a restart lately http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=977&rra_id=all | 16:36 |
fungi | i think all the sharp drops in the sawtooth correspond to nodepoold restarts | 16:37 |
*** unicell has joined #openstack-infra | 16:37 | |
fungi | and probably the last time it went long enough without a restart to have an issue with available memory was late february | 16:37 |
*** yamamoto has quit IRC | 16:38 | |
BobBall | ah - you're right | 16:38 |
BobBall | Any known issues in zuul-server then? :) | 16:39 |
BobBall | We've had to restart a couple of times lately | 16:39 |
BobBall | and just had zuul-server using 7GB | 16:39 |
fungi | BobBall: do you run your zuul-merger daemon on the same server? | 16:40 |
*** dguerri is now known as dguerri` | 16:40 | |
BobBall | yes | 16:40 |
*** devvesa has quit IRC | 16:40 | |
fungi | BobBall: we separate them, but here's our current memory trending for the server where the scheduler runs http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=392&rra_id=all | 16:41 |
*** maurosr has quit IRC | 16:41 | |
*** yamamoto has joined #openstack-infra | 16:41 | |
*** whoops has joined #openstack-infra | 16:41 | |
fungi | BobBall: and similar for one of our zuul-merger servers http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=2211&rra_id=all | 16:41 |
BobBall | That looks depressingly level | 16:41 |
BobBall | apart from the nice spike a few days ago | 16:42 |
krotscheck | AJaeger: In response to your comment on https://review.openstack.org/#/c/194938/4/gerritbot/channels.yaml -> By that argument, it would make sense to only add gerritbot to openstack-qa, since that's the project it's under, and to let even horizon decide for itself whether it wants to listen. | 16:42 |
BobBall | up to 10G - any thoughts on what might have caused that? I wonder if that was a similar issue to ours | 16:42 |
*** samuelBartel has joined #openstack-infra | 16:42 | |
*** Swami has joined #openstack-infra | 16:43 | |
fungi | looks like that was the first half of thursday | 16:43 |
*** jgrimm has quit IRC | 16:43 | |
BobBall | I never liked Thursdays. | 16:43 |
fungi | jeblair: do you remember anything going on with zuul on thursday? my memory is shot i think | 16:43 |
*** zz_ja has quit IRC | 16:43 | |
BobBall | Looks like it went from ~ | 16:44 |
*** woodster_ has joined #openstack-infra | 16:44 | |
BobBall | Looks like it went from ~5G to ~10G at midnight on Thursday morning then back down at 12pm. Almost exactly. | 16:45 |
*** jasondotstar has joined #openstack-infra | 16:46 | |
BobBall | ... Ignore me. 30 minute averages. I should learn to read. The exactly bit is clearly rounded by the averaging | 16:46 |
*** jasondotstar has quit IRC | 16:47 | |
*** _kiran_ has quit IRC | 16:47 | |
*** harlowja_still_a has quit IRC | 16:47 | |
*** samuelBartel has quit IRC | 16:48 | |
*** tonytan4ever has quit IRC | 16:48 | |
*** maurosr has joined #openstack-infra | 16:49 | |
*** DericHorn-HP has quit IRC | 16:49 | |
*** zz_jgrimm has joined #openstack-infra | 16:49 | |
*** zz_ja has joined #openstack-infra | 16:50 | |
*** ildikov_ has quit IRC | 16:50 | |
*** yamamoto has quit IRC | 16:51 | |
*** patrickeast has quit IRC | 16:51 | |
*** xarses has joined #openstack-infra | 16:51 | |
pabelanger | jeblair, fungi: https://review.openstack.org/#/c/195288/ | 16:53 |
pabelanger | check the build times for the centos6 job now | 16:53 |
pabelanger | under 5mins | 16:53 |
pabelanger | vs 30mins | 16:53 |
pabelanger | fix was to bump the git client to a newer version | 16:53 |
*** changbl has quit IRC | 16:53 | |
*** DericHorn-HP has joined #openstack-infra | 16:53 | |
*** yamamoto has joined #openstack-infra | 16:54 | |
pabelanger | using latest 2.4.5 release, but going to roll back to 1.8 branch and see if it works too | 16:54 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added eslint-config-openstack https://review.openstack.org/194938 | 16:54 |
fungi | pabelanger: yep, not a surprising development but good to see it empirically measured | 16:54 |
*** mrmartin has joined #openstack-infra | 16:54 | |
nibalizer | pabelanger: sweet | 16:56 |
pabelanger | fungi, Ya. So now to see how to properly rev up the git client. And where to do it | 16:58 |
pabelanger | Thinking the prep_node for centos script | 16:59 |
*** mpaolino has quit IRC | 16:59 | |
*** e0ne has quit IRC | 16:59 | |
*** sergmelikyan has quit IRC | 17:01 | |
nibalizer | could also just have an update-git builder in jjb | 17:01 |
ihrachyshka | sdague, hi. I need your help in getting some changes to facilitate testing for neutron qos branch reviewed and merged. are you avail for that? | 17:01 |
nibalizer | since it doesn't seem like all tests everywhere are failing on this | 17:01 |
ihrachyshka | sdague, that's devstack-gate and project-config | 17:01 |
ihrachyshka | we have a qos code sprint starting tomorrow, and really want to have testing set first | 17:02 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Also run proposal worker on Ubuntu Trusty https://review.openstack.org/196743 | 17:02 |
* fungi should have submitted that ^ earlier | 17:02 | |
*** armax has quit IRC | 17:03 | |
*** krtaylor has joined #openstack-infra | 17:03 | |
*** cody-somerville has quit IRC | 17:05 | |
*** armax has joined #openstack-infra | 17:05 | |
*** armax has quit IRC | 17:05 | |
*** mriedem has quit IRC | 17:05 | |
*** yamamoto has quit IRC | 17:05 | |
*** mwagner_afk has quit IRC | 17:06 | |
pabelanger | nibalizer, Ya, I was thinking that too | 17:06 |
pabelanger | nibalizer, I'll start there and move it out if needed | 17:06 |
*** yamamoto has joined #openstack-infra | 17:06 | |
*** mpavlase has quit IRC | 17:06 | |
asselin | anteaya, eantyshev lennyb Catching up from meeting this morning. I also saw this last week: http://paste.openstack.org/show/325044/ I think it's related to external cross-project dependencies, but didn't get a chance to debug in depth | 17:06 |
pabelanger | just means, if we update git in prep_node, DIBs / puppet will run faster for centos node | 17:06 |
*** davideagnello has joined #openstack-infra | 17:07 | |
*** ivar-lazzaro has joined #openstack-infra | 17:07 | |
nibalizer | pabelanger: my inclination would be to not push git to that high of a version for all tests if possible | 17:07 |
nibalizer | since 'works on centos' is a different statement than 'works on centos + new versions of these packages' | 17:07 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Restrict gate-horizon-jshint to older releases. https://review.openstack.org/196250 | 17:08 |
sdake_ | mordred about? | 17:08 |
*** yamamoto has quit IRC | 17:09 | |
krotscheck | AJaeger: I'm guessing that I need a governance update for puppet-refstack too, eh? | 17:10 |
asselin | fungi, common-ci zuul should be redy to merge today: https://review.openstack.org/#/c/176010/ & https://review.openstack.org/#/c/176010/ | 17:10 |
*** baoli has quit IRC | 17:11 | |
asselin | fungi, at least the openstack-ci one...I'm ready to migrate my ci systems to use that this week | 17:11 |
*** baoli has joined #openstack-infra | 17:12 | |
*** annegentle has joined #openstack-infra | 17:12 | |
*** RichardRaseley has joined #openstack-infra | 17:12 | |
*** patrickeast has joined #openstack-infra | 17:13 | |
*** sabeen1 has joined #openstack-infra | 17:13 | |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Enable CORS for app-catalog https://review.openstack.org/194875 | 17:13 |
fungi | asselin: i'm about to be useless for the rest of the day, or i'd agree to usher it in and keep tabs on it | 17:14 |
AJaeger | krotscheck: yes, also for puppet-refstack | 17:14 |
*** sergmelikyan has joined #openstack-infra | 17:14 | |
*** jasondotstar has joined #openstack-infra | 17:15 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:15 | |
asselin | fungi, ok, shall I ask antoher infra-root, or try e.g tomorrow? | 17:15 |
fungi | asselin: yep | 17:15 |
*** BobBall is now known as BobBall_AWOL | 17:15 | |
*** ihrachyshka has quit IRC | 17:16 | |
*** sdake has joined #openstack-infra | 17:16 | |
asselin | pleia2, ^^ common-ci zuul is ready to merge | 17:16 |
*** achanda has quit IRC | 17:17 | |
asselin | pleia2, would you be abel to shepherd it in? | 17:17 |
pleia2 | I'd rather not do this one on my own | 17:18 |
*** mrmartin has quit IRC | 17:18 | |
*** pblaho_ has joined #openstack-infra | 17:18 | |
asselin | pleia2, understood :) | 17:18 |
nibalizer | ill try to review those today | 17:19 |
pleia2 | nibalizer: that would help, thanks | 17:19 |
asselin | nibalizer, ok great! | 17:19 |
nibalizer | asselin: tomorrow will be hard to land those since tomorrow is the day o f meetings | 17:19 |
nibalizer | but wednesday we could probably get some infra roots around | 17:19 |
*** pblaho_ has quit IRC | 17:20 | |
*** sdake_ has quit IRC | 17:20 | |
asselin | nibalizer, pleia2 what about landing just the common-ci patch? | 17:20 |
*** jschlueter has left #openstack-infra | 17:21 | |
asselin | I'l be the guinee pig and switch to those before infra | 17:21 |
nibalizer | asselin: i think you linked the same change twice? | 17:22 |
nibalizer | i only see the zuul changes | 17:22 |
pleia2 | asselin: both the links you gave were the same, do you have another? | 17:22 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add slave-common to long lived slaves https://review.openstack.org/196682 | 17:22 |
asselin | https://review.openstack.org/#/c/176010/ https://review.openstack.org/#/c/175970/ | 17:23 |
asselin | sorry....fyi they're linked via commit message too | 17:23 |
pleia2 | aha, the depends on | 17:23 |
asselin | pleia2, nibalizer I don't want to rush it, so take your time to review. I appreciate it. | 17:25 |
*** hogepodge has quit IRC | 17:26 | |
*** abregman has quit IRC | 17:27 | |
fungi | mordred: nibalizer: see my updated https://review.openstack.org/196682 which seems to fix the replacement proposal.slave.o.o issue for me now | 17:27 |
*** hogepodge has joined #openstack-infra | 17:27 | |
openstackgerrit | Merged openstack-infra/project-config: Added ironic-webclient to OpenStack https://review.openstack.org/194424 | 17:27 |
fungi | okay, disappearing in a few minutes, probably for the rest of the day. i might be back on later in the evening, but no guarantees | 17:29 |
*** cindyo has quit IRC | 17:29 | |
nibalizer | have a pleasant time | 17:30 |
*** changbl has joined #openstack-infra | 17:30 | |
*** ramashri has quit IRC | 17:30 | |
*** mpavlase has joined #openstack-infra | 17:30 | |
fungi | nibalizer: you know when someone says "more fun than a root canal?" well, this is not a root canal, but still dental work, so... | 17:31 |
*** _diana_ has joined #openstack-infra | 17:31 | |
*** dontalton has joined #openstack-infra | 17:32 | |
fungi | also it looks like https://review.openstack.org/195857 is now ready to go in to (hopefully!) fix the requirements check job. could use some extra eyes, and also i'm not approving it and then running off. i'll let someone else be that person | 17:32 |
*** xyang1 has joined #openstack-infra | 17:33 | |
* fungi -> afk | 17:33 | |
*** yamahata has joined #openstack-infra | 17:33 | |
openstackgerrit | Merged openstack-infra/infra-manual: Add links to recorded sessions on debugging the gate to developer docs https://review.openstack.org/195118 | 17:33 |
*** ajmiller has quit IRC | 17:34 | |
*** ajmiller has joined #openstack-infra | 17:35 | |
openstackgerrit | Merged openstack-infra/puppet-ssh: Don't reload ssh service in a chroot https://review.openstack.org/181751 | 17:36 |
*** tonytan4ever has joined #openstack-infra | 17:36 | |
*** jasondotstar has quit IRC | 17:37 | |
krotscheck | AJaeger: It appears that neither stackforge, nor openstack-infra/puppet-*, are referenced in the governance repo anywhere. | 17:38 |
AJaeger | krotscheck: stackforge is not. | 17:38 |
AJaeger | krotscheck: openstack-infra/puppet-* is referenced for sure | 17:39 |
krotscheck | AJaeger: Ah, just found the puppet modules. Bad regex. | 17:39 |
AJaeger | krotscheck: so, if you have a stackforge repo change, no governance change is needed | 17:39 |
mordred | fungi: cool! | 17:40 |
mordred | fungi: enjoy your non root canal | 17:40 |
*** _diana_ has quit IRC | 17:41 | |
nibalizer | fungi: ouch, good luck | 17:41 |
openstackgerrit | Merged openstack-infra/system-config: Break out openstack_project::server from static.o.o https://review.openstack.org/195236 | 17:42 |
*** chlong has quit IRC | 17:43 | |
*** Sukhdev has quit IRC | 17:46 | |
*** achanda has joined #openstack-infra | 17:46 | |
*** armax has joined #openstack-infra | 17:46 | |
*** marun has joined #openstack-infra | 17:46 | |
*** sergmelikyan has quit IRC | 17:47 | |
*** _diana_ has joined #openstack-infra | 17:48 | |
*** dalgaaf has quit IRC | 17:48 | |
*** _diana_ has quit IRC | 17:48 | |
*** _diana_ has joined #openstack-infra | 17:48 | |
*** annegentle has quit IRC | 17:49 | |
*** pelix has quit IRC | 17:51 | |
*** annegentle has joined #openstack-infra | 17:51 | |
*** spzala has joined #openstack-infra | 17:51 | |
*** mriedem has joined #openstack-infra | 17:52 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Upgrade git to 1.8 for puppet-apply job https://review.openstack.org/196761 | 17:52 |
*** enikanorov2 has quit IRC | 17:55 | |
*** jasondotstar has joined #openstack-infra | 17:57 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Restrict gate-horizon-jshint to older releases. https://review.openstack.org/196250 | 17:57 |
openstackgerrit | Merged openstack-infra/puppet-zanata: Update Zanata client to 3.7.1 https://review.openstack.org/195390 | 18:00 |
*** tonytan4ever has quit IRC | 18:00 | |
*** abitha has joined #openstack-infra | 18:00 | |
*** mwagner_afk has joined #openstack-infra | 18:02 | |
*** dtantsur is now known as dtantsur|afk | 18:02 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 18:03 |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: update syntax-future job to test puppet ~> 4.2.0 https://review.openstack.org/196386 | 18:03 |
davideagnello | Hello, need another reviewer for: https://review.openstack.org/#/c/195991/ | 18:03 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Upgrade git to 1.8 for puppet-apply job https://review.openstack.org/196761 | 18:03 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:03 | |
EmilienM | fungi: do you think it's correct here ? https://review.openstack.org/#/c/196386/1/zuul/layout.yaml,cm | 18:04 |
*** markus_z has quit IRC | 18:04 | |
*** tonytan4ever has joined #openstack-infra | 18:04 | |
*** xyang0 has joined #openstack-infra | 18:05 | |
lifeless | fungi: is the 1.1.1 release cut ? | 18:06 |
fdegir | hi, can someone please review https://review.openstack.org/#/c/192397/ | 18:06 |
docaedo | Speaking of reviews, would appreciate a look at (and feedback regarding) https://review.openstack.org/#/c/194875/ | 18:06 |
*** jsavak has quit IRC | 18:06 | |
*** jsavak has joined #openstack-infra | 18:07 | |
*** enikanorov2 has joined #openstack-infra | 18:08 | |
*** ivar-laz_ has joined #openstack-infra | 18:09 | |
AJaeger | fdegir, docaedo, EmilienM: Please tell us a bit about the reviews, so that I pick those that I'm interested in... | 18:09 |
openstackgerrit | Merged openstack/os-testr: Misc Python 3 compatibility fixes https://review.openstack.org/194551 | 18:09 |
*** ivar-laz_ has quit IRC | 18:10 | |
fdegir | AJaeger: the patch I sent is about introducing Google Cloud Storage plugin support to Jenkins Job Builder | 18:10 |
docaedo | AJaeger: My review is very exciting, and will brighten your Monday more than getting a basket full of kittens. | 18:10 |
*** yamamoto has joined #openstack-infra | 18:10 | |
*** ivar-laz_ has joined #openstack-infra | 18:10 | |
fdegir | in order to keep kittens on google to make sure you can get them everywhere | 18:10 |
docaedo | AJaeger: it's actually kind of boring - for apps.openstack.org, it creates a JSON from the existing YAMLS | 18:10 |
*** ivar-laz_ has quit IRC | 18:11 | |
*** _nadya_ has joined #openstack-infra | 18:11 | |
*** ivar-laz_ has joined #openstack-infra | 18:12 | |
AJaeger | fdegir, docaedo : Both nothing I can really review, hope others jump in... | 18:12 |
*** ivar-lazzaro has quit IRC | 18:12 | |
annegentle | mordred: ttx: still no M release name? | 18:12 |
fdegir | no problem AJaeger, thx for the offer | 18:12 |
openstackgerrit | Merged openstack-infra/system-config: Also run proposal worker on Ubuntu Trusty https://review.openstack.org/196743 | 18:12 |
openstackgerrit | Merged openstack-infra/system-config: Add slave-common to long lived slaves https://review.openstack.org/196682 | 18:12 |
AJaeger | krotscheck: https://review.openstack.org/#/c/194938/ needs a rebase, not a recheck... | 18:13 |
mordred | annegentle: waiting on legal review | 18:13 |
zaro | waynr: could you please take at your change https://review.openstack.org/#/c/189038/ ? maybe do a review of the alternative approach? | 18:13 |
EmilienM | AJaeger: https://review.openstack.org/#/c/196386/1/zuul/layout.yaml,cm | 18:13 |
krotscheck | AJaeger: It's errored because the dependent patch is in a merge failure. | 18:13 |
*** jasondotstar has quit IRC | 18:13 | |
annegentle | mordred: ok | 18:14 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added eslint-config-openstack https://review.openstack.org/194938 | 18:14 |
krotscheck | I can rebase it anyway | 18:14 |
rlucio | hey guys, is there a definitive source anywhere on how nodepool works and how to set it up? | 18:14 |
*** earlephilhower has joined #openstack-infra | 18:15 | |
*** yamamoto has quit IRC | 18:15 | |
pleia2 | rlucio: the nodepool documentation is here: http://docs.openstack.org/infra/nodepool/ | 18:15 |
*** crc32 has joined #openstack-infra | 18:15 | |
*** _nadya_ has quit IRC | 18:16 | |
*** tobiash_ has joined #openstack-infra | 18:16 | |
rlucio | pleia2: sweet, thanks for that link | 18:16 |
pleia2 | you're welcome | 18:16 |
krotscheck | AJaeger: Out of curiosity, when there's a depends-on caused merge failure exception in gerrit, does that get automatically cleared, or will I always have to rebase? | 18:16 |
harlowja | fungi mordred SpamapS if u guys still thinking bout "y! infra + openstack infra" kind of presentation/pow-wow/something let me know, i got a internal contact i can point u at that is interseted in making this happen (there group isn't my group) | 18:16 |
*** tobiash has quit IRC | 18:16 | |
AJaeger | krotscheck: in the case of a depends on the message would be different. | 18:17 |
AJaeger | krotscheck: your error message was really a local conflict "This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset." | 18:17 |
krotscheck | That doesn't answer my question. | 18:18 |
krotscheck | I mean, yeah, it addresses what happened. | 18:18 |
krotscheck | But is the depends-on merge conflict a jenkins -1? | 18:18 |
AJaeger | krotscheck: not sure about that, haven't seen many of these ;) | 18:19 |
clarkb | you dont have to rebase because the depend on is change specific not patchset specific | 18:20 |
jeblair | krotscheck: you can just recheck the superior change once the problem with the dependent change is cleared | 18:20 |
clarkb | so there isnt anythibg yo rebaseto | 18:20 |
jeblair | (because of what clarkb said) | 18:20 |
krotscheck | jeblair: Thanks | 18:20 |
SpamapS | harlowja: wasn't 100% serious, but I wouldn't mind making it serious. :) | 18:21 |
harlowja | SpamapS wellll, u not my BFF anymore | 18:21 |
harlowja | lol | 18:21 |
*** SumitNaiksatam has quit IRC | 18:21 | |
harlowja | XBFFFF | 18:21 |
mordred | harlowja: I'm serious, but it'll be sept before I'm free | 18:23 |
harlowja | mordred np, a little ways off is fine i thinks | 18:24 |
*** Sukhdev has joined #openstack-infra | 18:24 | |
clarkb | I havent been outside in like a week | 18:25 |
harlowja | did u lose the key to your basement door? | 18:25 |
harlowja | :-/ | 18:25 |
clarkb | no had twins | 18:25 |
harlowja | oh | 18:25 |
harlowja | u had twins in your basement | 18:25 |
harlowja | woah | 18:25 |
*** mpavlase has quit IRC | 18:26 | |
*** mpavlase has joined #openstack-infra | 18:26 | |
clarkb | it is really awesome you can just live off of amazon deliveries | 18:26 |
openstackgerrit | Tarun Gattu proposed openstack-infra/nodepool: Flush file system buffers before snapshots https://review.openstack.org/196252 | 18:26 |
*** ivar-laz_ has quit IRC | 18:26 | |
clarkb | I thibk I go through a smalk towns worth of cardboard boxes now | 18:26 |
mordred | clarkb: ++ | 18:26 |
*** ivar-lazzaro has joined #openstack-infra | 18:27 | |
*** _diana_ has quit IRC | 18:28 | |
harlowja | lol | 18:28 |
harlowja | u could make a small town in your basement from those cardboard boxes | 18:28 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: hipchat bug fix https://review.openstack.org/133997 | 18:28 |
harlowja | like those people who make little railroad towns | 18:28 |
harlowja | except u could make it from cardboard boxes | 18:28 |
clarkb | unfortunately it goes ib the recycling bin so that one day I can get the same paper particles delivered to my door agai | 18:29 |
*** _nadya_ has joined #openstack-infra | 18:29 | |
*** openstackgerrit has quit IRC | 18:30 | |
*** Sukhdev has quit IRC | 18:30 | |
*** openstackgerrit has joined #openstack-infra | 18:30 | |
*** mpavlase has quit IRC | 18:30 | |
*** ivar-lazzaro has quit IRC | 18:31 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added --silent flag to npm run template. https://review.openstack.org/196788 | 18:31 |
*** ivar-lazzaro has joined #openstack-infra | 18:32 | |
*** jasondotstar has joined #openstack-infra | 18:32 | |
*** _diana_ has joined #openstack-infra | 18:32 | |
*** abregman has joined #openstack-infra | 18:32 | |
*** ociuhandu has quit IRC | 18:34 | |
waynr | zaro: I abandoned my change, I don't have time to work on it recently | 18:35 |
*** achanda has quit IRC | 18:35 | |
zaro | waynr: maybe review the other implimentation of view feature? | 18:36 |
*** achanda has joined #openstack-infra | 18:36 | |
*** _diana_ has quit IRC | 18:37 | |
*** ildikov_ has joined #openstack-infra | 18:38 | |
*** ivar-lazzaro has quit IRC | 18:38 | |
*** nelsnels_ has joined #openstack-infra | 18:38 | |
dhellmann | AJaeger: you might like https://review.openstack.org/196785 | 18:39 |
dhellmann | ah, and I see you've already commented on it :-) | 18:39 |
openstackgerrit | Merged openstack-infra/project-config: Remove non-voting job from the swift gate https://review.openstack.org/196134 | 18:40 |
*** ivar-lazzaro has joined #openstack-infra | 18:40 | |
*** achanda has quit IRC | 18:41 | |
openstackgerrit | Nikolay Mahotkin proposed openstack/requirements: Adding python-mistralclient to the global-requirements https://review.openstack.org/195035 | 18:41 |
*** nelsnelson has quit IRC | 18:41 | |
*** afazekas_ has joined #openstack-infra | 18:41 | |
* dhellmann wonders why gerritbot isn't announcing changes any more | 18:42 | |
openstackgerrit | Merged openstack-infra/project-config: Switch on py34 voting for oslo.vmware https://review.openstack.org/196410 | 18:42 |
*** zz_ja has quit IRC | 18:42 | |
* dhellmann sighs | 18:42 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Do not merge https://review.openstack.org/195288 | 18:42 |
*** krtaylor has quit IRC | 18:44 | |
openstackgerrit | Merged openstack-infra/project-config: Add a script to populate a Zanata project https://review.openstack.org/195421 | 18:44 |
*** zz_ja has joined #openstack-infra | 18:44 | |
*** fawadkhaliq has quit IRC | 18:44 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Remove unused cron https://review.openstack.org/196796 | 18:45 |
*** _diana_ has joined #openstack-infra | 18:45 | |
AJaeger | dhellmann: yeah, I like the idea. Just wonder - as commented - on whether we can show the warning in gerrit | 18:46 |
*** jsavak has quit IRC | 18:46 | |
*** jsavak has joined #openstack-infra | 18:46 | |
*** nihilifer has quit IRC | 18:46 | |
*** john-davidge has quit IRC | 18:47 | |
*** bhunter71 has joined #openstack-infra | 18:48 | |
*** RichardRaseley has quit IRC | 18:49 | |
*** markvoelker_ has joined #openstack-infra | 18:51 | |
*** john-davidge has joined #openstack-infra | 18:51 | |
*** Sukhdev has joined #openstack-infra | 18:51 | |
*** HeOS has quit IRC | 18:51 | |
*** markvoelker has quit IRC | 18:52 | |
*** nelsnels_ has quit IRC | 18:53 | |
*** nelsnelson has joined #openstack-infra | 18:54 | |
openstackgerrit | Fatih Degirmenci proposed openstack-infra/jenkins-job-builder: Add Google Cloud Storage Plugin support https://review.openstack.org/192397 | 18:54 |
*** Rockyg has joined #openstack-infra | 18:55 | |
openstackgerrit | Fatih Degirmenci proposed openstack-infra/jenkins-job-builder: Add Disable Failed Job Plugin support https://review.openstack.org/192720 | 18:55 |
openstackgerrit | Merged stackforge/gertty: Mention the bug tracker in the README file https://review.openstack.org/189402 | 18:55 |
jpeeler | am i crazy that review links used to be posted to bugs immediately upon submission? | 18:55 |
dmsimard | I think that guy is out of office. | 18:55 |
dmsimard | Not sure, but he might be. | 18:56 |
openstackgerrit | Merged stackforge/gertty: Refactor: move getRepo out of the App object https://review.openstack.org/173633 | 18:56 |
openstackgerrit | Merged stackforge/gertty: Removes the need to pass around the app object https://review.openstack.org/172678 | 18:56 |
*** markvoelker_ has quit IRC | 18:57 | |
*** markvoelker has joined #openstack-infra | 18:57 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for bug 1469825 https://review.openstack.org/196800 | 18:58 |
openstack | bug 1469825 in tempest "return self._cleanups(raise_errors=raise_first) TypeError with fixtures 1.3.0 released on 6/29" [Critical,In progress] https://launchpad.net/bugs/1469825 - Assigned to Matthew Treinish (treinish) | 18:58 |
*** hogepodge has quit IRC | 19:02 | |
*** claudiub has quit IRC | 19:02 | |
*** hogepodge has joined #openstack-infra | 19:03 | |
*** samuelBartel has joined #openstack-infra | 19:04 | |
samueldmq | hey guys, good afternoon | 19:08 |
samueldmq | after I have submitted another patch set to a change, I went get a mug of Brazilian coffee and thought | 19:08 |
samueldmq | what if git-review accepted a patch-set message, which would be shown together with 'Uploaded patch set X.' | 19:09 |
samueldmq | so one could add: 'Addressed one's concerns' or 'Updated spec link', or whatever .. | 19:09 |
AJaeger | pleia2, clarkb: Have you done anything to disable wmo's autoreplies on openstack-dev ml? See http://lists.openstack.org/pipermail/openstack-dev/2015-June/068245.html as an example | 19:10 |
samueldmq | anteaya: ^ thoughts ? | 19:10 |
clarkb | a list admin can kill the subsctiption? | 19:11 |
*** boris-42 has quit IRC | 19:12 | |
pleia2 | ttx is the only public one listed | 19:12 |
*** _diana_ has quit IRC | 19:13 | |
mtreinish | clarkb: if you get a sec could you kick: https://review.openstack.org/194798 it had a depends on which just merged | 19:13 |
mtreinish | pleia2: ^^^ you can help too :) | 19:13 |
pleia2 | just added a +A, I think that'll do it | 19:15 |
AJaeger | pleia2: yeah, it should. | 19:15 |
*** _diana_ has joined #openstack-infra | 19:15 | |
pleia2 | yeah, there it goes :) | 19:15 |
*** afazekas_ has quit IRC | 19:15 | |
*** homeless has quit IRC | 19:15 | |
*** lttrl has quit IRC | 19:16 | |
*** fawadkhaliq has joined #openstack-infra | 19:17 | |
*** lttrl has joined #openstack-infra | 19:18 | |
*** dguerri` is now known as dguerri | 19:18 | |
*** tqtran has quit IRC | 19:19 | |
mtreinish | pleia2: thanks :) | 19:19 |
*** ociuhandu has joined #openstack-infra | 19:19 | |
*** thorst has joined #openstack-infra | 19:20 | |
dhellmann | AJaeger: so a separate job that does the same check as non-voting, but where the tool reports an error? right now it would always fail because we have quite a few projects not in governance, yet | 19:20 |
pleia2 | AJaeger: want to look at these zanata patches? should be quick https://review.openstack.org/#/c/196735/ & https://review.openstack.org/#/c/193677 | 19:20 |
*** dguerri is now known as dguerri` | 19:20 | |
*** shardy has quit IRC | 19:22 | |
*** mrmartin has joined #openstack-infra | 19:22 | |
*** achanda has joined #openstack-infra | 19:22 | |
*** shardy has joined #openstack-infra | 19:23 | |
openstackgerrit | Philip Hands proposed openstack-infra/jenkins-job-builder: Adding support for LiveScreenshot Plugin https://review.openstack.org/191708 | 19:23 |
*** ZZelle_ has joined #openstack-infra | 19:24 | |
AJaeger | dhellmann: yes, something like that. I'll followup later, I want to review pleia2's changes quickly and will then sign off... | 19:24 |
*** lttrl has quit IRC | 19:25 | |
dhellmann | AJaeger: ack | 19:26 |
*** fawadk has joined #openstack-infra | 19:26 | |
*** mrmartin has quit IRC | 19:26 | |
openstackgerrit | Merged openstack-infra/project-config: Add python3 jobs to os-testr https://review.openstack.org/194798 | 19:26 |
*** fawadkhaliq has quit IRC | 19:27 | |
pleia2 | AJaeger: thanks, have a good night | 19:27 |
*** maurosr has quit IRC | 19:28 | |
openstackgerrit | Merged openstack-infra/system-config: Move server class call outside of groups*.pp class https://review.openstack.org/195978 | 19:30 |
openstackgerrit | Philip Hands proposed openstack-infra/jenkins-job-builder: Adding support for Sidebar Plugin https://review.openstack.org/191585 | 19:31 |
*** zz_ja has quit IRC | 19:31 | |
*** zz_ja has joined #openstack-infra | 19:32 | |
*** maurosr has joined #openstack-infra | 19:32 | |
*** armax has quit IRC | 19:32 | |
* SpamapS curses the "guest" user in rabbit land | 19:33 | |
jeblair | did someone unsubscribe that user? | 19:34 |
SpamapS | It's just the worst idea ever to have a global default username | 19:35 |
*** jasondotstar has quit IRC | 19:36 | |
openstackgerrit | Kyle Mestery proposed openstack-infra/project-config: Use DEVSTACK_GATE_SETTINGS in networking-odl https://review.openstack.org/196824 | 19:36 |
*** zz_ja has quit IRC | 19:39 | |
*** mwagner_afk has quit IRC | 19:39 | |
*** maurosr has quit IRC | 19:39 | |
*** maurosr has joined #openstack-infra | 19:40 | |
EmilienM | AJaeger: so you think https://review.openstack.org/#/c/196386/2/zuul/layout.yaml,cm is good? | 19:41 |
*** zz_ja has joined #openstack-infra | 19:41 | |
thorst | Hi! I have a new global requirement proposed. I'm not sure who to add to reviewers. Would someone mind taking a peak? | 19:42 |
thorst | https://review.openstack.org/#/c/196641/ | 19:42 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Exclude oslo.versionedobjects 0.5.0 from global requirements https://review.openstack.org/196826 | 19:43 |
openstackgerrit | Kyle Mestery proposed openstack-infra/project-config: Use DEVSTACK_GATE_SETTINGS in networking-odl https://review.openstack.org/196824 | 19:44 |
*** _diana_ has quit IRC | 19:44 | |
*** annegentle has quit IRC | 19:45 | |
*** hodos has joined #openstack-infra | 19:45 | |
*** fawadk has quit IRC | 19:46 | |
*** dguerri` is now known as dguerri | 19:47 | |
*** jasondotstar has joined #openstack-infra | 19:48 | |
*** achanda has quit IRC | 19:48 | |
*** annegentle has joined #openstack-infra | 19:50 | |
*** sergmelikyan has joined #openstack-infra | 19:52 | |
*** john-davidge has quit IRC | 19:53 | |
*** dizquierdo has joined #openstack-infra | 19:53 | |
*** _diana_ has joined #openstack-infra | 19:55 | |
*** shardy has quit IRC | 19:55 | |
*** cindyo has joined #openstack-infra | 19:56 | |
*** ddieterly has joined #openstack-infra | 19:57 | |
*** _diana_ has quit IRC | 19:57 | |
*** jsavak has quit IRC | 19:57 | |
*** jsavak has joined #openstack-infra | 19:58 | |
*** annegent_ has joined #openstack-infra | 19:58 | |
*** jsavak has quit IRC | 19:58 | |
*** _nadya_ has quit IRC | 19:58 | |
fungi | okay, back sooner than i expected and caught up | 19:59 |
*** jsavak has joined #openstack-infra | 19:59 | |
openstackgerrit | Tarun Gattu proposed openstack-infra/nodepool: Flush file system buffers before snapshots https://review.openstack.org/196252 | 19:59 |
fungi | lifeless: it looks like dims released python-keystoneclient 1.1.1 about 6 hours ago | 19:59 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: warn on projects not in governance https://review.openstack.org/196785 | 20:00 |
*** achanda has joined #openstack-infra | 20:00 | |
fungi | lifeless: assuming that's the 1.1.1 you were asking about | 20:00 |
*** shardy has joined #openstack-infra | 20:01 | |
*** annegentle has quit IRC | 20:01 | |
fungi | lifeless: i.e. for bug 1468395 | 20:02 |
openstack | bug 1468395 in python-keystoneclient "Versions of oslo.i18n higher than 1.17.0 cause ImportError" [Undecided,Confirmed] https://launchpad.net/bugs/1468395 | 20:02 |
*** otter768 has quit IRC | 20:03 | |
nibalizer | fungi: all well? | 20:03 |
fungi | nibalizer: yep | 20:03 |
nibalizer | awesome | 20:04 |
fungi | i'm going to try swapping the replacement proposal.slave.o.o back in now that the puppet fix has merged | 20:04 |
*** tonytan4ever has quit IRC | 20:08 | |
*** ddieterly has quit IRC | 20:08 | |
nibalizer | so on this https://review.openstack.org/#/c/190088/ I am +2 and pleia2 is +2, does that mean I can mean its okay for me to come through with +a | 20:08 |
nibalizer | ? | 20:08 |
*** jasondotstar has quit IRC | 20:08 | |
pleia2 | nibalizer: yep | 20:08 |
*** homeless has joined #openstack-infra | 20:09 | |
nibalizer | okay cool | 20:09 |
*** RichardRaseley has joined #openstack-infra | 20:09 | |
fungi | nibalizer: as they say, drive it like you stole it | 20:09 |
jeblair | nibalizer, pleia2: over the weekend i found that rackspace is configuring their centos6 images to disable selinux as a _kernel boot argument_ in grub.conf | 20:10 |
jeblair | i have had to manually fix git06-08 by editing grub.conf | 20:10 |
*** HeOS has joined #openstack-infra | 20:10 | |
pleia2 | erg :\ | 20:10 |
nibalizer | jeblair: yes i saw that | 20:10 |
jeblair | i tend to think the solution to this is to wait for self-built images | 20:10 |
pleia2 | yeah | 20:11 |
fungi | yes, i am trusting rackspace's in-house images less and less | 20:11 |
*** RichardRaseley has quit IRC | 20:11 | |
*** RichardRaseley has joined #openstack-infra | 20:11 | |
openstackgerrit | Merged openstack/requirements: Add edit-constraints command. https://review.openstack.org/195492 | 20:12 |
jeblair | i am reviewing priority effort changes, but not approving due to being on plane wifi | 20:12 |
*** homeless has quit IRC | 20:13 | |
*** homeless has joined #openstack-infra | 20:14 | |
*** tonytan4ever has joined #openstack-infra | 20:15 | |
*** baoli has quit IRC | 20:16 | |
openstackgerrit | Merged openstack-infra/puppet-cgit: Fully qualify selinux class https://review.openstack.org/190088 | 20:20 |
*** nihilifer has joined #openstack-infra | 20:20 | |
openstackgerrit | Merged openstack/diskimage-builder: Optimize Python install in deploy-targetcli https://review.openstack.org/192798 | 20:21 |
*** Longgeek has quit IRC | 20:21 | |
*** achanda has quit IRC | 20:22 | |
*** Swami has quit IRC | 20:23 | |
*** maishsk_afk has joined #openstack-infra | 20:23 | |
*** maishsk_afk is now known as maishsk | 20:24 | |
fungi | AJaeger: pleia2: if you're around, a double-check of https://jenkins.openstack.org/job/cinder-upstream-translation-update/277/console is appreciated. it ran on the new trusty-based proposal worker and looks successful | 20:25 |
fungi | lifeless: seems we're in business with a proposal worker running trusty now, so we should be in business with proposal jobs that need python 3.4 | 20:26 |
*** dontalton has quit IRC | 20:26 | |
fungi | businessy businessing businesses | 20:26 |
*** jsavak has quit IRC | 20:26 | |
*** fdegir has quit IRC | 20:27 | |
greghaynes | so, speaking of waiting for self-built images - can someone with access see if the rax upload for dib.ubuntu-trusy was a success? I think we have the job merged now so would be nice to test... | 20:27 |
fungi | greghaynes: did anything get fixed since saturday? | 20:28 |
*** hodos|2 has joined #openstack-infra | 20:28 | |
*** annegent_ has quit IRC | 20:28 | |
greghaynes | oh, there was other breakage than the dib release? | 20:28 |
* greghaynes had to actually weekend this weekend | 20:28 | |
*** julim has quit IRC | 20:29 | |
fungi | greghaynes: i linked a traceback over the weekend. something about swiftclient needing a tenant id | 20:29 |
*** annegentle has joined #openstack-infra | 20:29 | |
fungi | i can dig it up | 20:29 |
greghaynes | ah, hrm | 20:29 |
*** zz_ja has quit IRC | 20:29 | |
*** soren has joined #openstack-infra | 20:29 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos service plugin for feature/qos branch https://review.openstack.org/196718 | 20:30 |
fungi | greghaynes: http://paste.openstack.org/show/321629/ | 20:30 |
*** jsavak has joined #openstack-infra | 20:30 | |
lifeless | fungi: \o/ | 20:30 |
*** maurosr has quit IRC | 20:30 | |
lifeless | fungi: is the check-requirements patch landed? | 20:30 |
*** maurosr has joined #openstack-infra | 20:30 | |
*** ihrachyshka has joined #openstack-infra | 20:31 | |
fungi | lifeless: now that i'm confirmed around for the evening and the proposal.s.o.o replacement seems finally successful, i'm turning my attention back to that | 20:31 |
*** boris-42 has joined #openstack-infra | 20:31 | |
*** hodos has quit IRC | 20:31 | |
greghaynes | fungi: oh that looks fun | 20:31 |
*** miqui has quit IRC | 20:32 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for bug 1469825 https://review.openstack.org/196800 | 20:32 |
openstack | bug 1469825 in tempest "return self._cleanups(raise_errors=raise_first) TypeError with fixtures 1.3.0 released on 6/29" [Critical,In progress] https://launchpad.net/bugs/1469825 - Assigned to Matthew Treinish (treinish) | 20:32 |
lifeless | fungi: IIRC the docs http://docs.openstack.org/developer/pbr/#files are new | 20:32 |
*** zz_ja has joined #openstack-infra | 20:32 | |
openstackgerrit | Brandon Leonard proposed stackforge/python-jenkins: Creates ability to work with views in jenkins https://review.openstack.org/194307 | 20:34 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements https://review.openstack.org/196504 | 20:34 |
*** claudiub has joined #openstack-infra | 20:34 | |
greghaynes | hrm, I dont see a patch up that looks like a fix for this | 20:35 |
greghaynes | mordred: ^ correct? | 20:35 |
greghaynes | (the swift fail for shade -> rax) | 20:35 |
lifeless | fungi: oh yeah - https://review.openstack.org/#/c/196504/ - trivial, and wonderfully meta | 20:36 |
ihrachyshka | anyone to review a tiny piece for devstack-gate needed to set up testing for a neutron feature branch? https://review.openstack.org/#/c/196703/ | 20:37 |
fungi | lifeless: also it created a new patchset when it didn't need to. at some point the proposal job needs to be reworked to decide for itself whether an updated patchset is warranted rather than trying to push and taking gerrit's word for it. that seems to not fail more often than we'd want | 20:37 |
*** zz_jgrimm has quit IRC | 20:37 | |
*** maurosr has quit IRC | 20:37 | |
*** zz_ja has quit IRC | 20:37 | |
lifeless | fungi: well, it'll fail always since its taking trunk | 20:37 |
lifeless | fungi: its equivalent to rebasing always | 20:37 |
lifeless | fungi: the only time it won't make a new patchset is when trunk hasn't advanced | 20:37 |
ihrachyshka | clarkb, mordred, fungi, maybe? ^^ | 20:37 |
*** krtaylor has joined #openstack-infra | 20:38 | |
*** thedodd has quit IRC | 20:38 | |
clarkb | you should set that in the job with localrc passthrough | 20:38 |
*** krtaylor has quit IRC | 20:39 | |
clarkb | or is it using the existing job? | 20:39 |
fungi | lifeless: yep. we can probably work some magic with comparing git patch-id to see whether the calculated patchset is effectively equivalent to the last one on an open change | 20:39 |
fungi | lifeless: but anyway, optimization for later | 20:39 |
mordred | greghaynes: nope. I haven't figured it out yet | 20:39 |
fungi | lifeless: at least gerrit preserves the votes on it when that happens | 20:39 |
ihrachyshka | clarkb, it's to be used in existing job as in https://review.openstack.org/#/c/196718/ | 20:39 |
mordred | greghaynes: we're going to have to get creative, because we can't guarantee we'll know the tenant | 20:40 |
*** krtaylor has joined #openstack-infra | 20:40 | |
clarkb | ya set it in the job with localrx passthrough | 20:40 |
greghaynes | mordred: uhhh, what | 20:40 |
clarkb | you dont need or want the d-g change | 20:40 |
*** Swami has joined #openstack-infra | 20:40 | |
mordred | greghaynes: because if the keystone auth plugin is token or saml, we don't have username/tenant info at shade level | 20:40 |
greghaynes | mordred: why wouldnt we? | 20:40 |
greghaynes | oh god | 20:41 |
ihrachyshka | clarkb, ok. where can I check an example of this? | 20:41 |
mordred | greghaynes: which is why we want everything to just take a ksa session | 20:41 |
fungi | greghaynes: you'll want a cider or three for this one... but rackspace gives you a different tenant id for access to swift | 20:41 |
mordred | greghaynes: I mean, we can fake it by passing project to tenant there for now... but it'll be mildly broke | 20:41 |
greghaynes | fungi: horray! | 20:42 |
mordred | fungi: not necessarily ... | 20:42 |
ihrachyshka | clarkb, is it KEEP_LOCALRC=1 that you refer to? | 20:42 |
fungi | mordred: oh. only sometimes? that's even betterer | 20:42 |
mordred | this worked a couple of weeks ago ... so we did something | 20:42 |
greghaynes | mordred: yea, sounds like hack around it is the way to go for now - I want to get on with testing these images already ;) | 20:42 |
mordred | greghaynes: agree | 20:42 |
fungi | mordred: i'm not saying that's the reason this broke, just explaining why you might need to know the swift tenant id separately | 20:43 |
ihrachyshka | oh, I suspect it's DEVSTACK_LOCAL_CONFIG that I want, right, clarkb? | 20:43 |
clarkb | https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/ec2-api.yaml#n36 ec2 plugin uses it to config the plugin | 20:43 |
jeblair | when it's a hack in _shade_ you know it's a hack | 20:43 |
clarkb | yup | 20:43 |
*** marzif_ has joined #openstack-infra | 20:43 | |
*** lttrl has joined #openstack-infra | 20:43 | |
ihrachyshka | ok cool, haven't seen it before. great, on my way to do it the right way. | 20:43 |
fungi | jeblair: i have a terrible idea for a hack library we can import in shade, called "shack" | 20:44 |
jeblair | wow | 20:44 |
greghaynes | haha | 20:44 |
*** jgrimm has joined #openstack-infra | 20:45 | |
*** zz_ja has joined #openstack-infra | 20:45 | |
*** maurosr has joined #openstack-infra | 20:46 | |
*** annegentle has quit IRC | 20:46 | |
openstackgerrit | Merged openstack-infra/project-config: Use the requirements parser. https://review.openstack.org/195857 | 20:47 |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos service plugin for feature/qos branch https://review.openstack.org/196718 | 20:47 |
mordred | fungi wins | 20:48 |
*** armax has joined #openstack-infra | 20:48 | |
mordred | greghaynes: ok - I'm back on my laptop now | 20:48 |
mordred | greghaynes: so - the thing is - this TOTALLY worked on rackspace a little bit ago | 20:48 |
greghaynes | mordred: yes, it did | 20:48 |
mordred | so I'm guessing that we refactored something in how we were calling client constructors | 20:49 |
*** fdegir has joined #openstack-infra | 20:49 | |
mordred | that messsed something up | 20:49 |
mordred | because swiftclient has not made a release | 20:49 |
fungi | lifeless: now that 195857 has merged, i'll spin up some new bare-trusty images and see if we can exercise the job once that's done | 20:49 |
*** claudiub has quit IRC | 20:49 | |
greghaynes | mordred: hrm, did we test since we switced from swiftclient to swiftsession or w/e the partial upload thing is? | 20:49 |
* SpamapS _might_ have a single node ironic cloud "up" .. except network configs. | 20:49 | |
mordred | ah | 20:49 |
mordred | I betcha | 20:49 |
mordred | SpamapS: nice! | 20:50 |
mriedem | gordc: have you seen this? http://logs.openstack.org/31/193831/1/check/check-tempest-dsvm-postgres-full/de368f3/logs/screen-n-cpu.txt.gz?level=TRACE#_2015-06-29_19_40_28_443 | 20:50 |
mordred | greghaynes: I betch something with that patch did something | 20:50 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add CRUD methods for Keystone domains https://review.openstack.org/190396 | 20:50 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Support project/tenant and domain vs. None https://review.openstack.org/190442 | 20:50 |
*** samuelBartel has quit IRC | 20:50 | |
*** zz_ja has quit IRC | 20:50 | |
greghaynes | SpamapS: ooo | 20:50 |
* SpamapS fixes nova url to have vrsion string in it | 20:51 | |
*** maurosr has quit IRC | 20:51 | |
*** Sukhdev has quit IRC | 20:51 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos service plugin for feature/qos branch https://review.openstack.org/196718 | 20:51 |
gordc | mriedem: hmm.. nope. did this start recently? | 20:51 |
mriedem | gordc: yup | 20:51 |
mriedem | o.vo release today could have busted something | 20:52 |
SpamapS | nrrrp... nova api still 404'ing everything | 20:52 |
*** jgrimm has quit IRC | 20:52 | |
gordc | mriedem: do you have elasticsearch query for first instance? | 20:53 |
*** whoops has quit IRC | 20:53 | |
mriedem | gordc: nvm https://bugs.launchpad.net/oslo.versionedobjects/+bug/1469865 | 20:53 |
openstack | Launchpad bug 1469865 in oslo.versionedobjects "oslo.versionedobjects breaks nova/cinder tests" [High,Confirmed] | 20:53 |
gordc | mriedem: we didn't really merge much today... (one 'semi-large' item but unrelated to nova) | 20:53 |
*** vnod has joined #openstack-infra | 20:54 | |
gordc | mriedem: ah cool! good to know it's not my fault :) | 20:54 |
SpamapS | ok.. I need a burrito to debug this | 20:55 |
* SpamapS chipotles | 20:55 | |
*** jgrimm has joined #openstack-infra | 20:55 | |
*** zz_ja has joined #openstack-infra | 20:55 | |
*** maurosr has joined #openstack-infra | 20:56 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos service plugin for feature/qos branch https://review.openstack.org/196718 | 20:56 |
ihrachyshka | clarkb, I *think* this is it ^^ | 20:57 |
*** rfolco has quit IRC | 20:57 | |
mtreinish | clarkb, fungi: if you get a sec if you have any thoughts on this change: https://review.openstack.org/194146 it's a one liner | 20:57 |
*** marzif_ has quit IRC | 20:58 | |
mordred | greghaynes: while you look at that - I'm learning new fascinating things about keystone | 20:58 |
*** marun has quit IRC | 20:58 | |
*** alivigni has quit IRC | 20:58 | |
greghaynes | uh oh | 20:58 |
fungi | mordred: greghaynes: did we change something that might impact keypair handling for nodepool snapshot images? i tried starting manual updates of bare-trusty in all hpcloud networks and rax regions. only one of the hpcloud updates is running, the rest bailed very early with "Conflict: Key pair 'bare-trusty-1435611449' already exists. (HTTP 409)" | 20:59 |
mtreinish | mordred: is that a statement morganfainberg should be scared by? :) | 20:59 |
mordred | fungi: no - we're not using shade keypair code in nodepool yet | 20:59 |
mordred | mtreinish: yes | 20:59 |
fungi | hrm. odd | 20:59 |
*** spzala has quit IRC | 21:00 | |
*** kgiusti has quit IRC | 21:02 | |
*** marun has joined #openstack-infra | 21:02 | |
*** nihilifer has quit IRC | 21:02 | |
*** jsavak has quit IRC | 21:03 | |
mordred | fungi: at least - we SHOULDN'T be using it nodepool yet | 21:03 |
*** jsavak has joined #openstack-infra | 21:03 | |
fungi | mordred: well, after retrying them a few times i got them all running i think | 21:04 |
mordred | awesome | 21:04 |
fungi | though i also see errors about jenkins05 being markedly unhappy. i'll see if i can get it out of service cleanly and restarted | 21:04 |
*** annegentle has joined #openstack-infra | 21:05 | |
mordred | greghaynes, fungi, SpamapS, morganfainberg: my current rathole with keystone is going to involve me writing patches for ksc to add support for API calls that are not exposed in the library | 21:06 |
fungi | wow, yeah it has a crazy long list of offline workers | 21:06 |
greghaynes | :/ | 21:06 |
mordred | OR - giving up and making direct REST calls with the keystone Session object I already have | 21:06 |
mordred | the COOL thing is that there is an endpoint which gives me the information I need | 21:06 |
mordred | namely "given this domain name, what is its id" | 21:06 |
mordred | or, more broadly - "what are the domains I have permission to see" | 21:06 |
fungi | mordred: perhaps it's worth inquiring whether ksc is meant to be a complete python sdk or merely an example ;) | 21:07 |
mordred | which is _not_ what listing domains gives you | 21:07 |
mordred | GET /v3/domains gives you a list of ALL of the domains on the cloud - and is by default an endpoint which is not allowed to be hit by normal users, for all the reasons | 21:07 |
openstackgerrit | lifeless proposed openstack/requirements: Require fixtures 1.3.0. https://review.openstack.org/196863 | 21:07 |
mordred | but GET /v3/auth/domains gives you a list of the domains the current token is scoped to see | 21:08 |
*** zz_ja has quit IRC | 21:08 | |
*** rkukura has quit IRC | 21:08 | |
*** cindyo has quit IRC | 21:08 | |
openstackgerrit | lifeless proposed openstack/requirements: Require fixtures 1.3.0. https://review.openstack.org/196863 | 21:08 |
mordred | and similarly GET /v3/auth/projects gives you the list of projects you are allowed to see | 21:08 |
mordred | dguerri, Shrews: ^^ you'll enjoy learning this | 21:08 |
*** Rockyg has quit IRC | 21:09 | |
dguerri | mordred: seriously? all the domain on the cloud exposed? | 21:09 |
mordred | dguerri: yes. that is the default behavior for list domains | 21:10 |
mordred | dguerri: so as you might imagine, most clouds do not let you run that | 21:10 |
dguerri | it's a sec hole I'd say | 21:10 |
dguerri | ah, sorry... as a normal user? | 21:10 |
*** dboik has quit IRC | 21:10 | |
mordred | well, yeah - if they let you use that API as a normal user, it would be a giant problem | 21:10 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Cap Routes at below 2.0 as 2.1 breaks Nova https://review.openstack.org/196867 | 21:10 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova/cinder o.vo bug 1469865 https://review.openstack.org/196868 | 21:10 |
openstack | bug 1469865 in OpenStack Compute (nova) "oslo.versionedobjects breaks nova/cinder tests" [Critical,Confirmed] https://launchpad.net/bugs/1469865 | 21:10 |
*** maurosr has quit IRC | 21:11 | |
fungi | mordred: so the question is why ksc caters to the admin call rather than providing the one most users will actually benefit from? | 21:11 |
*** cindyo has joined #openstack-infra | 21:12 | |
mordred | fungi: ALL of the client libs do | 21:12 |
lifeless | ok, so I think the next step is to sit on dstufft until pip 7.1.0 comes out | 21:13 |
*** jgrimm has quit IRC | 21:13 | |
*** krtaylor has quit IRC | 21:13 | |
mtreinish | greghaynes, jeblair: just an fyi today's oslo releases are going to kill nodepool on subunit2sql again. I'm about to push the fix, and I'll push another release after it lands | 21:13 |
*** dimtruck is now known as zz_dimtruck | 21:14 | |
greghaynes | mtreinish: fun fun | 21:14 |
openstackgerrit | Brandon Leonard proposed stackforge/python-jenkins: Creates ability to work with views in jenkins https://review.openstack.org/194307 | 21:15 |
*** abregman has quit IRC | 21:15 | |
fungi | lifeless: what was the long-form explanation of why we can't use inequality comparisons for python releases in markers? Kiall was asking earlier | 21:16 |
fungi | and i failed at accessing those details from my grey matter | 21:16 |
*** aysyd has quit IRC | 21:16 | |
*** ldnunes has quit IRC | 21:16 | |
*** gordc is now known as gordc_ | 21:17 | |
lifeless | fungi: setuptools support was incomplete | 21:17 |
fungi | ahh that | 21:17 |
*** gordc_ is now known as gordc_afk | 21:17 | |
lifeless | fungi: there are 2 implementations of markers in setuptools | 21:17 |
lifeless | the one vendored from packaging | 21:17 |
lifeless | and another | 21:17 |
lifeless | and one was right and one was wrong | 21:17 |
lifeless | and it was pretty arbitrary which would be invoked on any given call [e.g. we didn't pin it down] | 21:18 |
*** sergmelikyan has quit IRC | 21:18 | |
lifeless | that might be all fixed sufficiently for us to put a lower bound on setuptools from an infra perspective | 21:18 |
lifeless | but because we can't use a versioned lower bound on our use of setuptools, folk will get inscrutable errors when they have too-old setuptools | 21:18 |
*** tlian has quit IRC | 21:18 | |
lifeless | (shrug) | 21:19 |
lifeless | tchaypo: / Nakato: >= in requirements - is that all copacetic now (assuming latest setuptools releases etc) | 21:19 |
fungi | lifeless: thanks, that makes sense | 21:19 |
dougwig | hi infra, feature branch question. when you merge master to a feature branch, as specific here: http://docs.openstack.org/infra/manual/drivers.html , all of the bugs referred to in the git commits get spammed, even though merging a feature branch to master isn't really about those bugs. is that intentional/known issue/other? | 21:20 |
*** dprince has quit IRC | 21:20 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/subunit2sql: Drop use of 'oslo' namespace package https://review.openstack.org/196872 | 21:20 |
*** stevebak` has joined #openstack-infra | 21:21 | |
*** maishsk has quit IRC | 21:21 | |
*** EricGonczer_ has quit IRC | 21:22 | |
*** Longgeek has joined #openstack-infra | 21:22 | |
*** maishsk has joined #openstack-infra | 21:22 | |
*** mmedvede has quit IRC | 21:23 | |
*** r-daneel has quit IRC | 21:23 | |
*** mriedem is now known as mriedem_away | 21:24 | |
*** stevebak` has quit IRC | 21:24 | |
*** tqtran_ has joined #openstack-infra | 21:24 | |
fungi | dougwig: the jeepyb/cmd/update_bug.py script in openstack-infra/jeepyb would need to know to ignore changes merged to feature branches to make that stop, i think | 21:25 |
*** homeless has quit IRC | 21:25 | |
dougwig | fungi: is that something that infra would be open to changing and/or getting a code submission about, or do we like how it's happening now? (my inbox is not a superfan.) | 21:26 |
kevinbenton | fungi: is it possible for that thing to recognize that it's just a merge commit and ignore that? | 21:26 |
*** mwagner_lap has joined #openstack-infra | 21:26 | |
fungi | presumably it doesn't have the necessary logic now to avoid that, ir else there's a bug | 21:26 |
*** homeless has joined #openstack-infra | 21:26 | |
*** packet has quit IRC | 21:26 | |
*** thorst has quit IRC | 21:27 | |
*** Sukhdev has joined #openstack-infra | 21:27 | |
*** zz_dimtruck is now known as dimtruck | 21:29 | |
*** bcourt has quit IRC | 21:29 | |
*** mjturek1 has left #openstack-infra | 21:29 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for nova/cinder o.vo bug 1469865 https://review.openstack.org/196868 | 21:30 |
openstack | bug 1469865 in OpenStack Compute (nova) "oslo.versionedobjects breaks nova/cinder tests" [Critical,Confirmed] https://launchpad.net/bugs/1469865 | 21:30 |
*** kevinbenton has quit IRC | 21:31 | |
*** ivar-laz_ has joined #openstack-infra | 21:32 | |
*** peristeri has quit IRC | 21:34 | |
*** jsavak has quit IRC | 21:35 | |
*** ivar-lazzaro has quit IRC | 21:35 | |
*** jsavak has joined #openstack-infra | 21:35 | |
*** rlandy has quit IRC | 21:38 | |
*** crc32 has quit IRC | 21:42 | |
*** whoops has joined #openstack-infra | 21:43 | |
openstackgerrit | Arkadiy Kraminsky proposed openstack-infra/puppet-zuul: add notification for existing pidfile https://review.openstack.org/194449 | 21:43 |
*** eharney has quit IRC | 21:45 | |
openstackgerrit | Khai Do proposed openstack-infra/jenkins-job-builder: Allow JJB to set connection timeout to jenkins server https://review.openstack.org/151472 | 21:46 |
fungi | okay, jenkins05 is idle so i'm cleaning it up now and will restart it shortly | 21:50 |
*** soren has quit IRC | 21:50 | |
*** zz_ja has joined #openstack-infra | 21:50 | |
*** maurosr has joined #openstack-infra | 21:51 | |
*** krtaylor has joined #openstack-infra | 21:51 | |
*** pc_m has quit IRC | 21:52 | |
*** zz_jgrimm has joined #openstack-infra | 21:52 | |
*** Longgeek has quit IRC | 21:56 | |
fungi | jenkins05 is cleaned up and back online. now to see if i can identify the terrible spikies on the test nodes graph. usually means we've got errors coming back from some provider (cruft pushing us over some quota, et cetera) | 21:57 |
Sukhdev | Hi Infra folks - any idea about the Jenkins failure on this - https://review.openstack.org/#/c/196325/ ? | 21:57 |
*** amitgandhinz has quit IRC | 21:58 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/project-config: Ensure we have py2.6 jobs enabled for cloud-init https://review.openstack.org/196884 | 21:59 |
*** dizquierdo has quit IRC | 21:59 | |
*** weshay has quit IRC | 22:00 | |
*** claudiub has joined #openstack-infra | 22:00 | |
fungi | Sukhdev: http://logs.openstack.org/25/196325/1/check/check-grenade-dsvm-neutron/bfd5f37/logs/grenade.sh.txt.gz#_2015-06-29_21_17_02_826 says "pkg_resources.ContextualVersionConflict: (oslo.serialization 1.4.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('oslo.serialization<=1.2.0,>=1.0.0'), set(['python-keystoneclient'])) | 22:00 |
*** homeless has quit IRC | 22:00 | |
*** sdake_ has joined #openstack-infra | 22:01 | |
*** homeless has joined #openstack-infra | 22:01 | |
fungi | Sukhdev: i _think_ that means that python-keystoneclient wants an oslo.serialization from 1.0.0 through 1.2.0 but 1.4.0 was present | 22:02 |
Sukhdev | fungi: yup - I saw this…..wonder how to get past this issue - the framework should have used the appropriate package version - as I do not have control over this, right? | 22:02 |
Sukhdev | fungi: this is gate stuff, which I have no control over | 22:03 |
*** rkukura has joined #openstack-infra | 22:03 | |
fungi | well, that's a misconception. our entire project collaboratively maintains the "gate stuff" | 22:04 |
fungi | i'm drilling into this now to see if i can identify where this is going wrong | 22:04 |
*** otter768 has joined #openstack-infra | 22:04 | |
*** sdake has quit IRC | 22:04 | |
fungi | Sukhdev: looks like it's a backport change to stable/kilo, so grenade is installing stable/juno to test upgrades | 22:05 |
Sukhdev | fungi: Oh crap - that means there is bug in the grenade :-) | 22:05 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Drop use of 'oslo' namespace package https://review.openstack.org/196872 | 22:06 |
fungi | python-keystoneclient 1.1.1 was just released today for stable/juno to correct some broken/missing version caps | 22:06 |
*** asahlin is now known as asahlin_away | 22:07 | |
Sukhdev | fungi: who should I ping to get their attention to this issue? | 22:07 |
fungi | Sukhdev: in python-keystoneclient 1.1.0 it required oslo.serialization>=1.2.0 (open-ended) | 22:07 |
fungi | Sukhdev: http://git.openstack.org/cgit/openstack/python-keystoneclient/tree/requirements.txt?id=1.1.0#n13 | 22:08 |
fungi | Sukhdev: so this seems to be a new version conflict introduced by something else in stable/juno which hasn't released with updated requirements yet | 22:08 |
fungi | Sukhdev: i'm going through the setup log for that job now to see what upgraded it | 22:09 |
openstackgerrit | Merged openstack/requirements: Exclude oslo.versionedobjects 0.5.0 from global requirements https://review.openstack.org/196826 | 22:09 |
openstackgerrit | Ihar Hrachyshka proposed openstack/requirements: keystoneclient: require at least >= 1.2.0 for stable/kilo https://review.openstack.org/196887 | 22:09 |
*** otter768 has quit IRC | 22:09 | |
*** Rockyg has joined #openstack-infra | 22:09 | |
*** wshao has joined #openstack-infra | 22:09 | |
Sukhdev | fungi: so you mean the version upgrade in stable/juno is causing the issue in stable/kilo, right? | 22:09 |
fungi | Sukhdev: i believe something is broken in stable/juno, so grenade can't set it up successfully to test upgrades from stable/juno to stable/kilo plus your proposed backport | 22:10 |
lifeless | anteaya: has anyone complained about opencontrail CI? It's grabbing old keystonemiddleware which triggers pbr downgrades and then fails on requirements with environment markers | 22:10 |
Sukhdev | fungi: Ihar just pushed this patch - https://review.openstack.org/#/c/196887/ to fix this | 22:11 |
*** dimtruck is now known as zz_dimtruck | 22:11 | |
wshao | question on pypi for openstack project | 22:11 |
*** linkedinyou has quit IRC | 22:11 | |
*** Rockyg has quit IRC | 22:12 | |
*** Rockyg has joined #openstack-infra | 22:13 | |
*** tonytan4ever has quit IRC | 22:13 | |
openstackgerrit | greghaynes proposed openstack-infra/shade: Correctly name the functional TestImage class https://review.openstack.org/196891 | 22:13 |
Sukhdev | fungi: that patch should fix the issue, right? | 22:13 |
wshao | I have a project that contains python package, javascript webapp, and chef cookbooks in 3 different stackforge repos. For pypi package registration, shall I just register the repo for python package? | 22:14 |
Sukhdev | fungi: I looking for the cores to approve that patch so that it can merge - that should fix this issue (hopefully) | 22:14 |
*** ayoung has quit IRC | 22:14 | |
*** dizquierdo has joined #openstack-infra | 22:14 | |
*** spzala has joined #openstack-infra | 22:14 | |
fungi | Sukhdev: i don't think so. stable/kilo of python-keystoneclient already requires oslo.serialization>=1.4.0,<1.5.0 | 22:15 |
fungi | Sukhdev: oh! nevermind | 22:15 |
fungi | it's asking for a newer python-keystoneclient | 22:15 |
openstackgerrit | greghaynes proposed openstack-infra/shade: Correctly name the functional TestImage class https://review.openstack.org/196891 | 22:15 |
ihrachyshka | lifeless, may I ask you to check https://review.openstack.org/#/c/196887/ ? Seems like requirements/kilo got some incompatible library versions in. I wonder whether it's a bug or smth. Do we have guards against those situations? | 22:16 |
Nakato | lifeless: re: >= in requirements: Yes, that should all be working, provided the new setuptools (17.1 or something) and that new pip 7.1.0. | 22:16 |
fungi | Sukhdev: though i'm still unconvinced. it's only increasing the lower bound | 22:16 |
*** tlian has joined #openstack-infra | 22:16 | |
lifeless | Nakato: so, to figure out if we can use it, we probably need to check the virtualenv version in use against the release of setuptools | 22:16 |
lifeless | Nakato: because setuptools is vendored into virtualenv | 22:16 |
fungi | Sukhdev: but i'm still looking through the grenade log for your change to see if i can spot the problem | 22:17 |
*** dizquierdo has quit IRC | 22:17 | |
lifeless | Nakato: and separately make sure setuptools is upgraded early in stack.sh | 22:17 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Drop use of 'oslo' namespace package https://review.openstack.org/196872 | 22:17 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements https://review.openstack.org/196504 | 22:17 |
wshao | o/ | 22:17 |
*** bknudson has quit IRC | 22:20 | |
*** esmute__ has quit IRC | 22:20 | |
Nakato | lifeless: Same with pip | 22:21 |
*** esmute__ has joined #openstack-infra | 22:21 | |
*** mmedvede has joined #openstack-infra | 22:22 | |
*** annegentle has quit IRC | 22:22 | |
fungi | Sukhdev: ihrachyshka: ahh, yep it looks like that probably will fix grenade. since the old requirement during juno setup requires a python-keystoneclient<1.2.0,>=0.10.0 it gets 1.1.1 but then later on upgrade to kilo it requires >=1.1.0,<1.4.0 which 1.1.1 still satisfies, so no upgrade happens | 22:22 |
*** annegentle has joined #openstack-infra | 22:23 | |
lifeless | Nakato: right, there was a packaging vendor in there too. | 22:23 |
lifeless | Nakato: however pip is definitely already upgraded early | 22:24 |
lifeless | Nakato: and the same virtualenv check should cover it, I believe | 22:24 |
ihrachyshka | fungi, yeah, that's the scenario that fails | 22:25 |
*** xyang0 has quit IRC | 22:25 | |
Sukhdev | fungi ihrachyshka: thanks for your time on this issue - lets hope markmcclain and others can jump in to approve it and get it merged | 22:25 |
ihrachyshka | note the need to get keystone requirements updated too | 22:26 |
lifeless | that suggests the minimums were too low | 22:26 |
mtreinish | jhesketh: have you seen this issue with the coverage jobs uploading logs: https://jenkins06.openstack.org/job/python-ironicclient-coverage/18/console | 22:27 |
lifeless | except for the transitive set around build-requirements, we shouldn't hesitate to fix those | 22:27 |
fungi | lifeless: well, we broke forward compatability when python-keystoneclient stable/juno updated to add requirements caps in today's 1.1.1 stable point release | 22:27 |
lifeless | yes | 22:28 |
fungi | which was done to introduce a cap to solve the fact that oslo.i18n broke backward-compatability and wasn't capped in stable/juno | 22:28 |
*** bhunter71 has quit IRC | 22:28 | |
lifeless | we can't have nice things | 22:28 |
lifeless | i know | 22:28 |
fungi | yes, it's a mess | 22:28 |
wshao | I am trying to move compass from stackforge to openstack. on pypi registration, compass name is already taken by another project? what shall I do? | 22:28 |
ihrachyshka | let's make the mess a mergable mess | 22:29 |
lifeless | fungi: where do periodic jobs log? | 22:29 |
fungi | wshao: rename compass to something else less likely to conflict with an existing pypi package? not publish to pypi? we have a couple of projects in that situation today (keystone, tempest...) | 22:29 |
dougwig | lifeless: i noticed that your user updated the proposal bot review in neutron, which is currently blocked because it would undo your pbr fix in that same review. is there some piece of that that needs to be merged sooner rather than later? | 22:29 |
lifeless | I'm trying to find it in the CI docs, but failing | 22:29 |
lifeless | dougwig: right - so I manually updated that review | 22:30 |
fungi | lifeless: http://logs.openstack.org/periodic/ | 22:30 |
lifeless | dougwig: to add in the bits that the bot doesn't know how to | 22:30 |
lifeless | dougwig: (see the change in requirements.txt) | 22:30 |
dougwig | lifeless: i saw that part. but it still reverts your fix in setup.py, which I think we don't want, right? | 22:30 |
lifeless | dougwig: the bot will maintain it once they are tehre. | 22:30 |
lifeless | dougwig: we want to revert that setup.py change | 22:31 |
dougwig | ahh, got it. | 22:31 |
*** homeless has quit IRC | 22:31 | |
lifeless | dougwig: it was a workaround | 22:31 |
lifeless | dougwig: for infrastructural stuff that is now complete | 22:31 |
fungi | lifeless: or at least they used to log to http://logs.openstack.org/periodic/ but i wonder if the ones doing swift log uploads aren't visible in that index page since it's being generated by apache based on local filesystem contents | 22:31 |
dougwig | lifeless: oh, then that's ready to go in? ok. | 22:31 |
*** homeless has joined #openstack-infra | 22:31 | |
lifeless | dougwig: the long term answer is to be part of the regular install_requires set, with a marker for win32. | 22:31 |
*** prad has quit IRC | 22:31 | |
lifeless | dougwig: which the requirements.txt change in rev 54 does | 22:31 |
lifeless | oh | 22:32 |
lifeless | dougwig: except I typoed, one sec | 22:32 |
*** mwagner_lap has quit IRC | 22:32 | |
lifeless | dougwig: = -> == and now... should be good | 22:32 |
dougwig | lifeless: cool, thanks. | 22:32 |
ihrachyshka | fungi, can you also check https://review.openstack.org/#/c/196718/ ? we would need that tomorrow for the neutron qos code sprint. | 22:33 |
wshao | fingi: thanks, will do | 22:34 |
lifeless | fungi: http://logs.openstack.org/periodic/propose-requirements-constraints-master/be975d5/console.html | 22:34 |
lifeless | http://logs.openstack.org/periodic/propose-requirements-constraints-master/be975d5/console.html#_2015-06-29_06_06_36_612 | 22:34 |
timrc | Can someone explain how we get into "negative ttl in effect" state in zuul? http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/launcher/gearman.py#n197 -- We had a job return not registered because of this. | 22:35 |
*** sarob has quit IRC | 22:35 | |
*** ivar-laz_ has quit IRC | 22:35 | |
*** annegentle has quit IRC | 22:35 | |
*** camunoz_gone is now known as camunoz | 22:36 | |
*** ivar-lazzaro has joined #openstack-infra | 22:36 | |
*** rossella_s has quit IRC | 22:36 | |
fungi | lifeless: oh, yep that's the same problem we had to work around recently in devstack-gate for the qa periodic jobs. zuul-cloner wants to see a ZUUL_REF or BRANCH name passed in the calling environment, but zuul doesn't provide those for periodic triggers. we likely need to add export BRANCH={something} in the job definition | 22:36 |
*** rossella_s has joined #openstack-infra | 22:37 | |
fungi | timrc: lack of time sync between your jenkins masters and zuul scheduler's gearman service, sufficient enough to exceed the ttl? | 22:37 |
fungi | lifeless: i'll whip up a patch in a moment | 22:38 |
lifeless | fungi: cool | 22:38 |
fungi | lifeless: hrm, we do basically export ZUUL_BRANCH={branch-override} there if you follow the conditional logic | 22:40 |
timrc | fungi, How is self.function_cache_time getting set? I see an assignment in isJobRegistered (after the negative ttl conditional) | 22:40 |
*** homeless has quit IRC | 22:41 | |
*** homeless has joined #openstack-infra | 22:41 | |
fungi | lifeless: though the error message says "ZUUL_REF or BRANCH" rather than "ZUUL_REF or ZUUL_BRANCH" so i need to double-check the zuul source | 22:41 |
fungi | timrc: not sure, honestly. i'd need to reread that part of the source | 22:41 |
timrc | fungi, Cool. I'll keep looking.. | 22:42 |
jhesketh | Morning | 22:44 |
openstackgerrit | Stephanie Miller proposed openstack-infra/project-config: Add tests for bifrost https://review.openstack.org/190327 | 22:45 |
*** spzala has quit IRC | 22:45 | |
fungi | lifeless: oh! that error message is _actually_ coming from gerrit git prep | 22:46 |
fungi | not from zuul-cloner at all | 22:46 |
fungi | lifeless: this suggests that we don't use gerrit-git-prep in other jobs... or that we _totally_ misdiagnosed the problem with periodic devstack-gate jobs | 22:48 |
fungi | i'm starting to think it's the latter | 22:48 |
fungi | clarkb: jeblair: mtreinish: ^ *sigh* | 22:48 |
*** otter768 has joined #openstack-infra | 22:49 | |
mtreinish | fungi: uh oh, did I break something? | 22:49 |
fungi | i need to step away for a bit to engage in evening chores, but will noodle on the best approach to getting periodic job branches into the gerrit-git-prep macro | 22:49 |
mtreinish | fungi: oh I should read the back log | 22:50 |
*** annegentle has joined #openstack-infra | 22:50 | |
irdkehn | fungi: I'm seem to be getting and error when trying to install python-neutronclient, in that the openstack/requirements is using a ln to the update.py, if I move the openstack_requirements/cmds/update.py to the execution (top) directory it work, its tb on the 1st import, any work arounds | 22:51 |
mtreinish | fungi: fwiw, the fix was always just a guess at what caused it. | 22:51 |
*** irdkehn is now known as dkehn | 22:51 | |
*** cindyo has quit IRC | 22:53 | |
*** tvanderwiel has quit IRC | 22:53 | |
*** lttrl has quit IRC | 22:54 | |
*** dims_ has joined #openstack-infra | 22:55 | |
*** asettle has joined #openstack-infra | 22:55 | |
*** ihrachyshka has quit IRC | 22:56 | |
dkehn | fungi: I think I'm going to anser my own q, it looks like the devstack has changed to incorporate the ./.venv/bin/python to the update, which maybe will fix this | 22:56 |
fungi | clarkb: jeblair: mtreinish: lifeless: okay now that i've dug into the periodic-qa pipeline jobs, it looks like we're calling a devstack-checkout macro which runs zuul-cloner, not the gerrit-git-prep macro. so similar but different issue with propose-requirements-constraints{branch-designator} | 22:57 |
fungi | dkehn: oh, sorry, i missed your question earlier | 22:57 |
*** weshay has joined #openstack-infra | 22:58 | |
*** dims has quit IRC | 22:59 | |
*** dims_ has quit IRC | 23:00 | |
dkehn | fungi: would that make sense | 23:00 |
*** otter768 has quit IRC | 23:02 | |
*** sdake has joined #openstack-infra | 23:02 | |
*** mase_x200 has joined #openstack-infra | 23:03 | |
*** sdake_ has quit IRC | 23:05 | |
*** xyang1 has quit IRC | 23:05 | |
*** whoops has quit IRC | 23:06 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: [smarcet] * refactoring of nonce/token/auth service https://review.openstack.org/196898 | 23:06 |
fungi | dkehn: oh, i see you were irkkehn above | 23:07 |
*** jsavak has quit IRC | 23:07 | |
*** jsavak has joined #openstack-infra | 23:07 | |
fungi | dkehn: worth diving into on its own, agreed. i recall there being issues around python packaging and symlinks. ideally we start calling update.py from the new entrypoint everywhere and drop that symlink in the requirements repo | 23:08 |
fungi | dkehn: but lifeless may have some ideas there too | 23:08 |
lifeless | whats the question ? | 23:09 |
fungi | lifeless: dkehn said "I'm seem to be getting and error when trying to install python-neutronclient, in that the openstack/requirements is using a ln to the update.py, if I move the openstack_requirements/cmds/update.py to the execution (top) directory it work, its tb on the 1st import, any work arounds" | 23:11 |
openstackgerrit | Davide Guerri proposed openstack-infra/shade: Make sure we are returning floating IPs in current domain https://review.openstack.org/196899 | 23:11 |
lifeless | jeepers the mysql debconf stuff REALLY wants a password doesn't it. | 23:11 |
fungi | persistent sucker | 23:12 |
lifeless | dkehn: got a log snippet? | 23:12 |
lifeless | dkehn: the ln still works (because devstack isn't broken in the gate) | 23:12 |
lifeless | when we want to force folk to update their requirements, thats when we can switch from update.py to calling update-constraints | 23:12 |
*** ZZelle_ has quit IRC | 23:13 | |
*** markvoelker has quit IRC | 23:13 | |
*** annegentle has quit IRC | 23:13 | |
*** austin81 has left #openstack-infra | 23:15 | |
krotscheck | I have +2 and the PTL +1 on the following horizon job change: https://review.openstack.org/#/c/196250/ | 23:16 |
krotscheck | Need +2a | 23:16 |
*** dguerri is now known as dguerri` | 23:17 | |
*** hodos|2 has quit IRC | 23:18 | |
*** sarob has joined #openstack-infra | 23:19 | |
*** fallenpegasus has quit IRC | 23:21 | |
*** hichihara has joined #openstack-infra | 23:23 | |
*** larainema has quit IRC | 23:24 | |
*** yamamoto has joined #openstack-infra | 23:24 | |
fungi | so i think i'm going to attempt a gerrit-git-prep replacement using zuul-cloner, based on the devstack-checkout macro but perhaps more generalized | 23:25 |
*** homeless has quit IRC | 23:26 | |
fungi | and i'll switch propose-requirements-constraints{branch-override} to that new macro | 23:26 |
*** dangers is now known as dangers_away | 23:26 | |
*** nelsnelson has quit IRC | 23:26 | |
*** wenlock has quit IRC | 23:26 | |
*** Sukhdev has quit IRC | 23:27 | |
*** wenlock1 has quit IRC | 23:27 | |
fungi | er, {branch-designator} | 23:28 |
*** EricGonczer_ has joined #openstack-infra | 23:28 | |
openstackgerrit | Merged openstack-infra/project-config: Restrict gate-horizon-jshint to older releases. https://review.openstack.org/196250 | 23:30 |
*** jasondotstar has joined #openstack-infra | 23:31 | |
*** asettle has quit IRC | 23:31 | |
*** homeless has joined #openstack-infra | 23:32 | |
*** boris-42 has quit IRC | 23:32 | |
*** yamada-h has joined #openstack-infra | 23:32 | |
*** bhunter71 has joined #openstack-infra | 23:34 | |
*** yamada-h has quit IRC | 23:37 | |
*** homeless has quit IRC | 23:39 | |
*** homeless has joined #openstack-infra | 23:40 | |
*** bhunter71 has quit IRC | 23:41 | |
*** claudiub has quit IRC | 23:42 | |
*** mase_x200 has quit IRC | 23:44 | |
*** EricGonczer_ has quit IRC | 23:45 | |
*** xarses has quit IRC | 23:46 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Cap Routes at below 2.0 as 2.1 breaks Nova https://review.openstack.org/196867 | 23:46 |
*** tlian2 has joined #openstack-infra | 23:47 | |
*** rlandy has joined #openstack-infra | 23:47 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add a zuul-git-prep builder macro https://review.openstack.org/196906 | 23:48 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Switch constraints proposal to use zuul-git-prep https://review.openstack.org/196907 | 23:48 |
fungi | lifeless: ^ | 23:48 |
*** tlian has quit IRC | 23:49 | |
*** markvoelker has joined #openstack-infra | 23:51 | |
lifeless | \o/ | 23:51 |
lifeless | fungi: If I had +2, those would have +2. | 23:52 |
fungi | heh | 23:52 |
lifeless | mordred: jhesketh: ^ pretty please :) | 23:52 |
*** zz_dimtruck is now known as dimtruck | 23:52 | |
*** tqtran_ is now known as tqtran-afk | 23:53 | |
fungi | i partly also want that zuul-git-prep builder macro so i can start using it in my experimental bindep-ified tox builder | 23:53 |
*** Longgeek has joined #openstack-infra | 23:54 | |
*** laughterwym has joined #openstack-infra | 23:54 | |
*** marun has quit IRC | 23:54 | |
*** RichardRaseley has quit IRC | 23:55 | |
*** yamamoto has quit IRC | 23:56 | |
*** dannywil_ has joined #openstack-infra | 23:57 | |
*** vnod has quit IRC | 23:57 | |
*** Swami has quit IRC | 23:58 | |
*** Sukhdev has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!