clarkb | rm if I make it b4 I get no data as well | 00:00 |
---|---|---|
clarkb | but nodes are being spun up in b4 | 00:00 |
* clarkb digs in graphite dashboard | 00:00 | |
jeblair | clarkb: have any finished? | 00:01 |
clarkb | that explains it, just not in graphite. jeblair do we need to restart nodepool to get new graphite date? | 00:01 |
clarkb | jeblair: yes there is at least one ready node in b4 | 00:01 |
clarkb | it is used now | 00:01 |
clarkb | b3 has a ready node too | 00:01 |
jeblair | clarkb: what explains it? | 00:01 |
clarkb | jeblair: the data isn't ni graphite | 00:02 |
*** mrodden has joined #openstack-infra | 00:02 | |
clarkb | hence no data, so not a bad query | 00:02 |
jeblair | clarkb: that sounds more like the problem statement than the solution. :) | 00:02 |
jeblair | clarkb: i think we're on the same page now. | 00:02 |
jeblair | clarkb: they are being sent to graphite, so the problem is not on the nodepool side | 00:05 |
clarkb | ok | 00:05 |
jeblair | wow. | 00:05 |
jeblair | we are really good at filling up graphite's disk. | 00:05 |
clarkb | :/ | 00:06 |
jeblair | we now have 1TB of data | 00:06 |
jeblair | it's cindered though, i'll add another vol | 00:06 |
clarkb | k | 00:06 |
clarkb | I am still poking around at how the new "providers" are doing | 00:07 |
clarkb | so far with the limited info I have I don't see anything to crazy | 00:07 |
clarkb | going to start grepping logs though | 00:07 |
*** dstanek_zzz is now known as dstanek | 00:07 | |
clarkb | SpamapS: lots of maximum number of ports exceeded for your clouds | 00:08 |
*** markmcclain has quit IRC | 00:08 | |
clarkb | actually that may just be a rh1 problem | 00:08 |
clarkb | I need to get some load on zuul | 00:09 |
clarkb | we actually don't need to spin up any nodes right now | 00:10 |
clarkb | outside of tripleo | 00:10 |
jeblair | clarkb: push up some devstack-gate changes? :) | 00:11 |
jeblair | Performing an on-line resize of /dev/main/graphite to 536868864 (4k) blocks. | 00:11 |
*** mburned is now known as mburned_out | 00:11 | |
*** nati_ueno has joined #openstack-infra | 00:12 | |
*** gokrokve has joined #openstack-infra | 00:12 | |
clarkb | recheck no bug may be in order >_> | 00:13 |
*** wenlock has quit IRC | 00:13 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Fix up fetching jquery.visibility https://review.openstack.org/91316 | 00:13 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Add in sparklines to status page pipelines https://review.openstack.org/84922 | 00:13 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Make zuul javascript app more modular https://review.openstack.org/91310 | 00:13 |
jeblair | clarkb: stats should start showing up now | 00:13 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Move app.js to zuul.app.js https://review.openstack.org/95043 | 00:13 |
clarkb | thanks | 00:13 |
jhesketh | jeblair: if you have time to look at my comment on https://review.openstack.org/#/c/91310/4 that'd be good please :-) | 00:14 |
jeblair | jhesketh: actually i didn't have a problem looking at the change -- it turns out gertty handled that case much better than gerrit did | 00:15 |
jhesketh | ah cool | 00:15 |
jhesketh | I'm interested in what you think about keeping it in the current level of inline js etc | 00:16 |
jhesketh | (I divided it up for neatness) | 00:16 |
jeblair | jhesketh: so about the html -- basically my concern was that at some point we added all of those sections to the status page. and in the future, we might add/remove more | 00:16 |
jhesketh | jeblair: right, but why can't that be done in the HTML? | 00:16 |
*** fanhe has quit IRC | 00:17 | |
jeblair | jhesketh: i like the idea that someone should be able to just drop this into an existing website (naturally, since that's what i want to do) without them needing to maintain it | 00:17 |
clarkb | ok rechecked 3 changes, that should generate a little load | 00:17 |
*** dstanek is now known as dstanek_zzz | 00:17 | |
jeblair | jhesketh: the more stuff we put in the html, the harder that becomes (we have to change html that's external to zuul, which means we have to ask users to change it) | 00:17 |
jhesketh | jeblair: sure, but in my opinion it's not a large drop in.. in fact it's more flexible as you can drop in parts to integrate with your current page better (for example, maybe you want filters off to the side) | 00:17 |
clarkb | by the way I think the graphite delete numbers are off due to fungi's cleanup maybe | 00:18 |
jhesketh | jeblair: only if they want to add/remove sections themselves.. the point being that they can more easily choose which parts they consume | 00:18 |
clarkb | the purple on zuul status page is very big but nodepool list doesn't show that many | 00:18 |
clarkb | its only 35 according to nodepool | 00:19 |
jeblair | clarkb: it doesn't look big to me | 00:19 |
jeblair | clarkb: maybe you need to reload? | 00:19 |
jeblair | sometimes i think it stops updating | 00:19 |
jeblair | jhesketh: i'm not opposed to supporting that kind of flexibility, but i also think we can and should support the very simple case of 'drop this into your web page'. | 00:20 |
jhesketh | sure, okay | 00:20 |
jhesketh | so I actually toyed with moving more dom building out of the javascript and put it inline (for example building the filter form) to allow for more html flexbility | 00:21 |
clarkb | yes I needed to reload. that will teach me | 00:21 |
*** john3213 has joined #openstack-infra | 00:21 | |
*** michchap has quit IRC | 00:21 | |
jhesketh | jeblair: are you suggesting that we build the dom in the javascript still? | 00:21 |
*** michchap has joined #openstack-infra | 00:21 | |
jhesketh | or keep the dom as I currently have it and move more javascript back into a .js file | 00:22 |
*** wenlock has joined #openstack-infra | 00:22 | |
clarkb | jeblair: https://review.openstack.org/#/c/85309/ needs a thirdish +2 since sdague and I have both hacked on the change | 00:22 |
clarkb | jeblair: but if yo uapprove that it will generate more load | 00:22 |
clarkb | there are also a handful of other d-g changes ready for +2 +A | 00:23 |
*** matsuhashi has joined #openstack-infra | 00:23 | |
jeblair | jhesketh: my primary goal is to never have to change anything about the status page in the config repo other than css and stuff we stick above/below it (like graphs). i think the best way to do that is to make the footprint there as small as possible, so i think it should be one dom element and one function call. | 00:23 |
jeblair | jhesketh: so maybe we can build the dom in the js in that case, but if someone wants to supply parts manually, handle that too | 00:24 |
jeblair | (if they're doing that, they're already more inclined to keep up with changing expectations of the js app) | 00:24 |
SpamapS | jeblair: regarding accounting even when nova creates somethign but returns error.. I wonder if you can use the name to do that sort of tracking (by only ever giving nova a unique name, if you see a name that you thought was an error, you should delete it, right?) | 00:25 |
jeblair | SpamapS: yeah, that's about the only solution. it's really lame though. | 00:25 |
SpamapS | jeblair: agreed. Heat has this problem as well and that is the only way Heat can solve it too. | 00:25 |
SpamapS | jeblair: some people specced out an "idempotency key" for Nova, but it was rejected. | 00:26 |
jeblair | i feel like i can commiserate with them. | 00:26 |
*** john3213 has left #openstack-infra | 00:26 | |
SpamapS | One might argue that name should be unique.. :-P | 00:27 |
jeblair | SpamapS: i want to know who thought it was a good idea to create a server after returning an error response. i will shake my fist at them. shake it i say. | 00:27 |
jhesketh | jeblair: okay, fair enough. I'll build the dom in a new javascript file, but I might do it on the tail of that change | 00:27 |
jeblair | SpamapS: yeah, our names are unique (the number in them is actually the db primary key), so it shouldn't be too hard. it'll be just another instance of "don't actually believe the response code". | 00:28 |
SpamapS | jeblair: I'm pretty sure thats not by design. It happens when there are communication breakdowns between the client and api endpoint.. probably other times too | 00:28 |
jeblair | SpamapS: which is pretty much every time we get a response code. | 00:28 |
jeblair | jhesketh: wfm | 00:28 |
*** nati_ueno has quit IRC | 00:29 | |
clarkb | preliminary statsd data looks good | 00:29 |
SpamapS | jeblair: 500 is merely a suggestion that you should look elsewhere for enlightenment. | 00:29 |
*** chuckC has quit IRC | 00:29 | |
clarkb | http://goo.gl/KpPyg2 | 00:30 |
*** igor_ has joined #openstack-infra | 00:30 | |
clarkb | and http://goo.gl/lnkLbo both look healtyh | 00:30 |
clarkb | that is only a 1 hour window because it scales funny when there is no data in the past | 00:30 |
*** wenlock has quit IRC | 00:31 | |
jeblair | clarkb: you could have shortened the first one even more to "/" | 00:31 |
clarkb | jeblair: :) | 00:31 |
*** bhuvan has quit IRC | 00:31 | |
clarkb | I have colors turned off in weechat so it wouldn't be the same | 00:31 |
clarkb | when we restart zuul tomorrow that will allow us to start working on the swift stuff \o/ | 00:32 |
*** msabramo1 has quit IRC | 00:32 | |
clarkb | jhesketh: did you see my comment on the job updates to do that? | 00:32 |
jeblair | The filesystem on /dev/main/graphite is now 536868864 blocks long. | 00:32 |
clarkb | all the blocks | 00:32 |
*** lcostantino has joined #openstack-infra | 00:33 | |
jeblair | exactly all of them in fact | 00:33 |
clarkb | be right back I think I have packages to pick up at the front desk | 00:34 |
*** michchap_ has joined #openstack-infra | 00:34 | |
*** igor_ has quit IRC | 00:34 | |
jhesketh | clarkb: which now? | 00:35 |
*** michchap has quit IRC | 00:36 | |
SpamapS | clarkb: ok, I'm deleting "the lost boys" .. I think the weirdness behind the flavor change caused this.. all of the ones that have been sitting around doing nothing are h1.large | 00:36 |
SpamapS | I suspect r2 may have more too | 00:36 |
SpamapS | I should figure out how to login to that region :-P | 00:36 |
*** mayu_ has joined #openstack-infra | 00:37 | |
*** nati_ueno has joined #openstack-infra | 00:37 | |
clarkb | jhesketh: the one that adds jjb defaults and macros | 00:38 |
mayu_ | zuul of third party ci revceive gerrit message from openstack ci, but not trigger local jenkins to run a job, any body can help ? | 00:38 |
jhesketh | clarkb: ah, right. I haven't looked yet sorry | 00:39 |
jhesketh | anything in particular? | 00:39 |
jerryz | mayu: we can talk | 00:39 |
mayu_ | thank you jerryz | 00:39 |
*** ramashri has joined #openstack-infra | 00:40 | |
*** msabramo has joined #openstack-infra | 00:40 | |
mayu_ | I will show you zuul layout.yaml | 00:40 |
SpamapS | 16 BUILD | 00:40 |
jerryz | mayu_: in paste | 00:40 |
SpamapS | clarkb: ^^ yay | 00:40 |
clarkb | jhesketh: yeah the addition to defaults confused me | 00:40 |
clarkb | jhesketh: not sure where that zuul logs thing comes from | 00:40 |
jhesketh | right | 00:40 |
mayu_ | http://paste.openstack.org/show/81192/ | 00:41 |
jhesketh | clarkb: the zuul_swift_upload.py slave script takes a --name parameter to pick an instruction set that zuul hands it | 00:41 |
*** gokrokve has quit IRC | 00:41 | |
jhesketh | zuul can hand swift upload creds for multiple containers/destinations (eg different one for logs vs assets) | 00:41 |
clarkb | jhesketh: well it was called as if it were a jjb builtin or a macro | 00:42 |
clarkb | but didn't appear to be either | 00:42 |
mayu_ | jerryz: is there something wrong with layout.yaml ? | 00:42 |
jhesketh | clarkb: isn't it just setting a default value? | 00:43 |
jhesketh | or do I need to do it under the shell builder.. | 00:43 |
jerryz | mayu_: can you remove the filter from template and just leave recheck huawei | 00:43 |
clarkb | jhesketh: no that sets default wrappers builders etc | 00:43 |
SpamapS | clarkb: do you have tripleo-f20-1400163242.template.openstack.org ? | 00:44 |
jhesketh | okay, let me try again | 00:44 |
mayu_ | jerryz: ok, i will try | 00:44 |
SpamapS | clarkb: I think I found another class of lost instance. :) | 00:44 |
clarkb | looking | 00:44 |
jerryz | mayu_: reload will read the new config | 00:44 |
SpamapS | clarkb: oh wait thats a dead template.. I bet that can just be nova deleted | 00:44 |
*** gokrokve has joined #openstack-infra | 00:44 | |
clarkb | SpamapS: ya I don't have it and should be safe to remove on your side | 00:45 |
*** gokrokve_ has joined #openstack-infra | 00:45 | |
mayu_ | jerryz: jenkins master is restarting, I will try 'recheck huawei' . | 00:46 |
jerryz | mayu_: qianlin is helping you? | 00:47 |
*** arborism has quit IRC | 00:48 | |
mayu_ | jerryz: he can not help | 00:48 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Name the integrated queue https://review.openstack.org/95046 | 00:48 |
*** gokrokve has quit IRC | 00:49 | |
mayu_ | jerryz: it does not work | 00:50 |
mayu_ | jerryz: hi, there ? | 00:51 |
jerryz | mayu_: let's talk in private | 00:51 |
*** yongli has joined #openstack-infra | 00:51 | |
*** prad has quit IRC | 00:55 | |
fungi | SpamapS: i do sometimes look at the nodepool alien-list output and nova delete things i know are cruft | 00:56 |
fungi | quite often those are orphaned templates from image builds which got aborted during an ungraceful nodepoold restart (heck, sometimes rackspace just blindly reboots that whole server to get it to stop swapping... fun times!) | 00:57 |
jhesketh | clarkb: can you provide a default to macros? http://paste.openstack.org/show/81195/ | 01:00 |
clarkb | jhesketh: not really | 01:01 |
jhesketh | right, didn't think so :-( | 01:01 |
clarkb | jhesketh: what you can do is compose macros | 01:01 |
jhesketh | oh well, each job will have to supply the instructionset | 01:01 |
ianw | fungi: a question about https://git.openstack.org/cgit/openstack-infra/devstack-gate/commit/?id=db80d838770915b44df9c0a822ef9204b0b494f1 (Keep logs in $BASE instead of $WORKSPACE) | 01:01 |
clarkb | and have simple ones with a value already set | 01:01 |
clarkb | and others that accept values | 01:02 |
jhesketh | right | 01:02 |
jhesketh | good idea | 01:02 |
*** nati_ueno has quit IRC | 01:02 | |
fungi | ianw: what's the question? i can at least recall the rationale on that one, thankfully ;) | 01:02 |
ianw | fungi: i think this is the reason we have the grenade.sh* files in http://logs.openstack.org/46/93646/1/check/check-grenade-dsvm/f598b84/logs/ ? | 01:02 |
ianw | fungi: we should probably clear out all but grenade.sh.log? | 01:03 |
fungi | ianw: i think those should be there, we just need to rename them and remove the duplicate dated copies like we do with other logs in the cleanup function | 01:03 |
jhesketh | clarkb: right, so something like this: http://paste.openstack.org/show/81197/ | 01:03 |
*** nati_ueno has joined #openstack-infra | 01:03 | |
clarkb | jhesketh: yup | 01:04 |
fungi | ianw: i had started to work on a patch to fix that (editor's still open on the script) but have too many balls in the air apparently | 01:04 |
ianw | fungi: ok, i will fix that up with https://review.openstack.org/#/c/94753/ | 01:04 |
*** aconrad has quit IRC | 01:04 | |
fungi | ianw: great! | 01:04 |
jhesketh | thanks for your help clarkb.. new patches up for review :-) | 01:04 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Add in JJB macros for pushing to swift https://review.openstack.org/94521 | 01:04 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Add slavescript to grab console log https://review.openstack.org/94520 | 01:04 |
clarkb | jhesketh: thank you! I am very excited about this stuff | 01:04 |
sdague | ianw: looks like merge conflict on that | 01:05 |
sdague | can you rebase? | 01:05 |
jhesketh | jjb hurts my head... very difficult to visualise what the output will look like with all the macros and builders etc | 01:05 |
jhesketh | but I'm learning my way around slowly | 01:05 |
ianw | sdague: yep, just fixing it up, i left in a copy that shouldn't be there | 01:05 |
clarkb | jhesketh: ya, there are definitely flaws in it | 01:05 |
sdague | ianw: awesome | 01:06 |
ianw | sdague: i still haven't figured out why things don't bail out when grenade sanity check fails | 01:07 |
ianw | sdague: as you say, exit on err looks like it is set | 01:08 |
*** dstanek_zzz is now known as dstanek | 01:08 | |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/devstack-gate: Only copy symlink name of logs https://review.openstack.org/94753 | 01:12 |
*** homeless_ has quit IRC | 01:14 | |
*** nati_ueno has quit IRC | 01:14 | |
*** wenlock has joined #openstack-infra | 01:15 | |
*** mordred_phone has quit IRC | 01:16 | |
*** lcostantino has quit IRC | 01:17 | |
*** r-daneel has joined #openstack-infra | 01:17 | |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/config: Add a doc8 stackforge project https://review.openstack.org/94236 | 01:17 |
clarkb | hpcloud graphs are still green | 01:18 |
clarkb | but we haven't thrown significant load at it | 01:18 |
*** dstanek is now known as dstanek_zzz | 01:18 | |
*** ramashri has quit IRC | 01:19 | |
jeblair | jhesketh: the key thing to know about jjb is that it's project-oriented. it's mostly about applying the same (templated) jobs to multiple projects. | 01:19 |
jeblair | jhesketh: anything else starts to get into the weeds. | 01:19 |
*** yaguang has joined #openstack-infra | 01:19 | |
jhesketh | sure :-) | 01:20 |
*** otter768 has joined #openstack-infra | 01:20 | |
*** unicell has joined #openstack-infra | 01:20 | |
jeblair | jhesketh: also, it's actually not hard to run locally and have it dump out the output to see if it's doing the right thing :) | 01:20 |
*** ravips has quit IRC | 01:21 | |
jhesketh | yep | 01:21 |
*** otter768_ has joined #openstack-infra | 01:22 | |
*** otter768_ has quit IRC | 01:24 | |
*** otter768 has quit IRC | 01:25 | |
*** otter768_ has joined #openstack-infra | 01:25 | |
*** wenlock has quit IRC | 01:25 | |
*** aconrad has joined #openstack-infra | 01:26 | |
*** blamar_ has joined #openstack-infra | 01:30 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Fix up fetching jquery.visibility https://review.openstack.org/91316 | 01:30 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Move app.js to jquery.zuul.js to indicate a plugin https://review.openstack.org/95043 | 01:30 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Make zuul javascript app more modular https://review.openstack.org/91310 | 01:30 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Move status dom into js app for easy reuse https://review.openstack.org/95049 | 01:30 |
*** igor_ has joined #openstack-infra | 01:31 | |
jhesketh | jeblair: How's that ^ | 01:31 |
*** blamar has quit IRC | 01:31 | |
*** blamar_ is now known as blamar | 01:31 | |
*** ArxCruz has quit IRC | 01:34 | |
*** igor_ has quit IRC | 01:35 | |
*** nosnos has joined #openstack-infra | 01:35 | |
zaro | jhesketh: haha, config hurts my head cause i cant run it locally | 01:35 |
*** marcoemorais has quit IRC | 01:36 | |
*** msabramo has quit IRC | 01:36 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Fix zuul's app.js name https://review.openstack.org/91314 | 01:36 |
zaro | jhesketh: the jjb tests help a lot | 01:38 |
*** fanhe has joined #openstack-infra | 01:40 | |
*** nati_ueno has joined #openstack-infra | 01:45 | |
*** otter768_ has quit IRC | 01:46 | |
ianw | sdague/clarkb: if you could re-review https://review.openstack.org/#/c/93251/ (Modify horizon log copy for Fedora -- just a rebase) that would be awesome, last fedora specific patch :) | 01:46 |
*** aconrad has quit IRC | 01:47 | |
clarkb | done | 01:48 |
*** maxbit_ has joined #openstack-infra | 01:48 | |
*** nati_ueno has quit IRC | 01:49 | |
*** otter768 has joined #openstack-infra | 01:49 | |
*** Ryan_Lane has joined #openstack-infra | 01:50 | |
*** doug-fish has joined #openstack-infra | 01:50 | |
*** mrodden1 has joined #openstack-infra | 01:50 | |
*** pack3t has joined #openstack-infra | 01:51 | |
*** nati_ueno has joined #openstack-infra | 01:51 | |
*** melwitt1 has joined #openstack-infra | 01:53 | |
*** eglynn has quit IRC | 01:54 | |
*** nati_ueno has quit IRC | 01:54 | |
*** otter768 has quit IRC | 01:55 | |
*** alugovoi has quit IRC | 01:56 | |
*** otter768 has joined #openstack-infra | 01:56 | |
*** saschpe- has quit IRC | 01:57 | |
*** mrodden has quit IRC | 01:58 | |
*** melwitt has quit IRC | 01:58 | |
*** doug-fish1 has quit IRC | 01:58 | |
*** Ryan_Lane1 has quit IRC | 01:58 | |
*** jpeeler has quit IRC | 01:58 | |
*** packet has quit IRC | 01:58 | |
*** skolekonov has quit IRC | 01:58 | |
*** maxbit has quit IRC | 01:58 | |
*** pack3t is now known as packet | 01:58 | |
*** r-daneel has quit IRC | 01:59 | |
*** jpeeler has joined #openstack-infra | 02:00 | |
*** jpeeler has joined #openstack-infra | 02:00 | |
*** skolekonov has joined #openstack-infra | 02:01 | |
*** svarnau has quit IRC | 02:01 | |
*** saschpe has joined #openstack-infra | 02:03 | |
*** wenlock has joined #openstack-infra | 02:05 | |
*** dstanek_zzz is now known as dstanek | 02:09 | |
*** otter768 has quit IRC | 02:11 | |
*** packet has quit IRC | 02:12 | |
*** nati_ueno has joined #openstack-infra | 02:14 | |
*** yaguang has quit IRC | 02:16 | |
*** zhiyan_ is now known as zhiyan | 02:18 | |
*** dstanek is now known as dstanek_zzz | 02:19 | |
*** otter768 has joined #openstack-infra | 02:24 | |
*** otherwiseguy has joined #openstack-infra | 02:24 | |
*** alexpilotti has quit IRC | 02:29 | |
*** msabramo has joined #openstack-infra | 02:30 | |
*** nati_ueno has quit IRC | 02:32 | |
*** igor_ has joined #openstack-infra | 02:32 | |
*** alugovoi has joined #openstack-infra | 02:32 | |
*** julim has quit IRC | 02:32 | |
*** igor_ has quit IRC | 02:36 | |
mordred | lifeless: so, I grok that you do published releases, but we need to be able to test tip of git for things that participate in the gate | 02:39 |
mordred | lifeless: mainly because the act of tagging and releasing is not gated | 02:39 |
mordred | and we don't want to wedge the gate (this is not just theory, it's happened _many_ times before) | 02:39 |
mordred | so while it's fine to have a mode that installs releases (and that's a thing we want to ADD to the devstack worldview) | 02:40 |
*** gyee has quit IRC | 02:40 | |
mordred | we also need to make sure we can feed in the states of the tip of the git repos for every repo that should be participating in the gate | 02:40 |
mordred | and/or that the testing thing, such as whatever dib is doing, can be pointed at the set of repo-states that have been pre-prepared by the testing structure | 02:41 |
clarkb | mordred: initial numbers for the hpcloud network reconfiguration are promising | 02:41 |
mordred | clarkb: woot! | 02:41 |
mordred | clarkb: that's EXCELLENT to hear | 02:41 |
clarkb | but we haven't thrown a lot of load at it | 02:41 |
clarkb | tomorrow morning will be a good test | 02:42 |
*** praneshp has quit IRC | 02:42 | |
mordred | ++ | 02:42 |
mordred | lifeless: ALSO - since we want to more broadly be able to test "tip of branches vs. current released release things" in a non-tripleo context too | 02:43 |
mordred | it would be great if any infrastructural needs to do that would be generalized in such a way that we're not repeating ourselve | 02:43 |
mordred | s | 02:43 |
lifeless | mordred: right, which derekhs approach does very nicely IMO | 02:44 |
mordred | a good example of this is "test tip of master/proposed changes of all servers with currently released versions of client libs" | 02:44 |
mordred | lifeless: awesome | 02:44 |
lifeless | mordred: to whit: build a pip repo containing the zuul ref versions of things | 02:44 |
mordred | lifeless: I'm mainly babbling here just to make sure we're on the same background page | 02:44 |
lifeless | mordred: and install with that in the pip index list | 02:44 |
mordred | lifeless: do you happen to know where I should look for derekh's stuff? | 02:45 |
lifeless | mordred: we may also want/need version locking to do older things (but thats a fair thing to want when installing anyway) | 02:45 |
mordred | lifeless: ++ | 02:45 |
lifeless | mordred: abandonded proposals in tripleo-ci | 02:45 |
mordred | ok | 02:45 |
lifeless | ok, back to beddish for me | 02:45 |
lifeless | so sick | 02:45 |
mordred | lifeless: get better | 02:46 |
mordred | lifeless: stop talking to crazy yanks on the intertubes | 02:46 |
*** lcheng_ has joined #openstack-infra | 02:50 | |
*** harlowja_ is now known as harlowja_away | 02:55 | |
*** mriedem has quit IRC | 02:57 | |
pleia2 | our zanata contact may have the openstack summit plague (out sick), I'll catch up with them next week, the rest of the team thinks their puppet configs are "in no fit state to share" | 02:58 |
pleia2 | so I'll see what I can do about that :) | 03:01 |
mordred | clarkb: http://goo.gl/Rl0oAG | 03:02 |
*** nosnos has quit IRC | 03:03 | |
mordred | clarkb: ^^ there's a modification of jeblair's last graph that does your new split regions | 03:03 |
mordred | clarkb: you may already have one - but I wanted to see it - so I made one | 03:03 |
mordred | pleia2: nice | 03:03 |
openstackgerrit | David Lenwell proposed a change to openstack-infra/config: added use-storyboard flag to refstack https://review.openstack.org/95058 | 03:07 |
*** dstanek_zzz is now known as dstanek | 03:09 | |
*** esker has joined #openstack-infra | 03:12 | |
*** radez is now known as radez_g0n3 | 03:14 | |
*** melwitt has joined #openstack-infra | 03:15 | |
*** melwitt1 has quit IRC | 03:15 | |
jhesketh | clarkb: if you have time to look at my response to your comment on my nodepool patch that'd be shiny https://review.openstack.org/#/c/90883/5 :-) | 03:17 |
*** dstanek is now known as dstanek_zzz | 03:19 | |
*** otter768 has quit IRC | 03:20 | |
*** alugovoi has quit IRC | 03:21 | |
*** melwitt has quit IRC | 03:22 | |
*** melwitt has joined #openstack-infra | 03:23 | |
*** aconrad has joined #openstack-infra | 03:27 | |
*** matsuhashi has quit IRC | 03:29 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack-infra/config: Fixes git repository brower line number misalignment https://review.openstack.org/86495 | 03:29 |
*** igor_ has joined #openstack-infra | 03:32 | |
*** matsuhashi has joined #openstack-infra | 03:36 | |
*** igor_ has quit IRC | 03:37 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Implement a simple mysql reporter. https://review.openstack.org/65885 | 03:42 |
*** lcheng_ has quit IRC | 03:42 | |
*** matsuhashi has quit IRC | 03:43 | |
*** crc32 has quit IRC | 03:43 | |
*** matsuhashi has joined #openstack-infra | 03:43 | |
*** matsuhas_ has joined #openstack-infra | 03:45 | |
*** matsuhashi has quit IRC | 03:45 | |
*** nosnos has joined #openstack-infra | 03:45 | |
*** otherwiseguy has quit IRC | 03:47 | |
*** lcheng_ has joined #openstack-infra | 03:47 | |
zaro | jeblair: does my comment make sense? https://review.openstack.org/#/c/92268/ | 03:53 |
zaro | opps, i meant jhesketh ^ | 03:53 |
*** esker_ has joined #openstack-infra | 04:00 | |
jhesketh | zaro: yep, that makes sense | 04:02 |
jhesketh | I'll re-review shortly | 04:02 |
jhesketh | thanks :-) | 04:02 |
*** esker has quit IRC | 04:03 | |
*** wenlock_ has joined #openstack-infra | 04:05 | |
*** dstanek_zzz is now known as dstanek | 04:10 | |
*** dstanek is now known as dstanek_zzz | 04:20 | |
*** vogxn has joined #openstack-infra | 04:23 | |
*** james_li has joined #openstack-infra | 04:23 | |
*** nati_ueno has joined #openstack-infra | 04:28 | |
*** Ryan_Lane has quit IRC | 04:28 | |
Alex_Gaynor | Does anyone recognize this test failure: http://logs.openstack.org/49/94749/1/check/check-tempest-dsvm-marconi/f2d8c2e/console.html | 04:34 |
*** matsuhas_ has quit IRC | 04:34 | |
Alex_Gaynor | It looks like it's caused by https://github.com/openstack-dev/devstack/commit/b0c3859c30632e24b1da6c65645cb7fd735791a1 but I don't really know anything about bash | 04:35 |
Alex_Gaynor | (and I assume it would have been breaking things for people for like a week) | 04:35 |
*** rickerc has quit IRC | 04:38 | |
*** marun has quit IRC | 04:40 | |
*** james_li has quit IRC | 04:41 | |
*** morganfainberg is now known as morganfainberg_Z | 04:42 | |
*** vogxn has left #openstack-infra | 04:42 | |
*** marun has joined #openstack-infra | 04:42 | |
*** matsuhashi has joined #openstack-infra | 04:43 | |
*** marun has quit IRC | 04:44 | |
*** alugovoi has joined #openstack-infra | 04:46 | |
*** rickerc has joined #openstack-infra | 04:46 | |
*** marcoemorais has joined #openstack-infra | 04:48 | |
*** marcoemorais1 has joined #openstack-infra | 04:49 | |
*** marcoemorais has quit IRC | 04:52 | |
*** wenlock has quit IRC | 05:04 | |
*** kmartin has quit IRC | 05:10 | |
*** mdenny has quit IRC | 05:11 | |
*** kmartin has joined #openstack-infra | 05:11 | |
*** dstanek_zzz is now known as dstanek | 05:11 | |
*** mdenny has joined #openstack-infra | 05:11 | |
*** mdenny has quit IRC | 05:12 | |
*** kmartin has quit IRC | 05:12 | |
*** kmartin has joined #openstack-infra | 05:12 | |
*** mdenny has joined #openstack-infra | 05:12 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Fix zuul's app.js name https://review.openstack.org/91314 | 05:14 |
*** mdenny has quit IRC | 05:17 | |
*** KurtMartin has joined #openstack-infra | 05:17 | |
*** mdenny has joined #openstack-infra | 05:17 | |
*** kmartin has quit IRC | 05:20 | |
*** rickerc has quit IRC | 05:21 | |
*** dstanek is now known as dstanek_zzz | 05:21 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Update zuul module to take params for smtp https://review.openstack.org/95070 | 05:29 |
*** igor_ has joined #openstack-infra | 05:34 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Update zuul module to take params for smtp https://review.openstack.org/95070 | 05:36 |
*** talluri has joined #openstack-infra | 05:37 | |
*** igor_ has quit IRC | 05:38 | |
*** aconrad has quit IRC | 05:41 | |
SergeyLukjanov | anteaya, jhesketh, zaro, thanks for reviewing renaming patches | 05:46 |
jhesketh | no worries Ser | 05:47 |
jhesketh | * SergeyLukjanov | 05:48 |
*** changbl has joined #openstack-infra | 05:52 | |
*** _nadya_ has joined #openstack-infra | 05:53 | |
*** _nadya_ has quit IRC | 05:57 | |
*** wenlock has joined #openstack-infra | 05:58 | |
*** alexpilotti has joined #openstack-infra | 06:01 | |
*** chuckC has joined #openstack-infra | 06:04 | |
*** alexpilotti has quit IRC | 06:06 | |
*** hogepodge has quit IRC | 06:07 | |
*** nati_ueno has quit IRC | 06:08 | |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/devstack-gate: Only copy symlink name of logs https://review.openstack.org/94753 | 06:09 |
*** wenlock has quit IRC | 06:09 | |
*** afazekas has quit IRC | 06:09 | |
*** dstanek_zzz is now known as dstanek | 06:12 | |
*** praneshp has joined #openstack-infra | 06:18 | |
*** Longgeek has joined #openstack-infra | 06:20 | |
*** gokrokve_ has quit IRC | 06:21 | |
*** lcheng_ has quit IRC | 06:21 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move barbican from stackforge to barbican https://review.openstack.org/94997 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move database-api to attic https://review.openstack.org/94953 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move openstack-chef to attic https://review.openstack.org/94952 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename neutron-specs to networking specs https://review.openstack.org/94999 | 06:22 |
*** dstanek is now known as dstanek_zzz | 06:22 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename glance-specs to image-specs https://review.openstack.org/94998 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename oslo.test to oslotest https://review.openstack.org/94954 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Improve blazar project acl https://review.openstack.org/95001 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move openstack-qa repo to attic https://review.openstack.org/94949 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename oslo-specs to common-libraries-specs https://review.openstack.org/95000 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move python-melangeclient to attic https://review.openstack.org/94951 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move melange to attic https://review.openstack.org/94950 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Remove obsolete #openstack-climate channel https://review.openstack.org/94913 | 06:22 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename climate to blazar https://review.openstack.org/94912 | 06:22 |
*** che-arne has quit IRC | 06:24 | |
*** _nadya_ has joined #openstack-infra | 06:28 | |
*** Adri2000_ is now known as Adri2000 | 06:34 | |
*** wenlock_ has quit IRC | 06:34 | |
*** ominakov has joined #openstack-infra | 06:34 | |
SergeyLukjanov | openstackgerrit ping | 06:35 |
SergeyLukjanov | openstackgerrit, isn't alive :( | 06:35 |
StevenK | SergeyLukjanov: You killed it with your rename madness :-P | 06:35 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Improve blazar project acl https://review.openstack.org/95001 | 06:35 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename oslo-specs to common-libraries-specs https://review.openstack.org/95000 | 06:35 |
SergeyLukjanov | StevenK, it's not madness | 06:35 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Remove obsolete #openstack-climate channel https://review.openstack.org/94913 | 06:35 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename murano-api repo to murano https://review.openstack.org/95085 | 06:35 |
SergeyLukjanov | StevenK, it's renaming club ;) | 06:35 |
*** praneshp_ has joined #openstack-infra | 06:37 | |
*** _nadya_ has quit IRC | 06:38 | |
*** esker has joined #openstack-infra | 06:40 | |
*** praneshp has quit IRC | 06:40 | |
*** praneshp_ is now known as praneshp | 06:40 | |
*** esker_ has quit IRC | 06:40 | |
*** nati_ueno has joined #openstack-infra | 06:41 | |
*** mkoderer has joined #openstack-infra | 06:41 | |
*** alexpilotti has joined #openstack-infra | 06:42 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Add in JJB macros for pushing to swift https://review.openstack.org/94521 | 06:43 |
*** asettle has quit IRC | 06:43 | |
*** resker has joined #openstack-infra | 06:44 | |
*** _nadya_ has joined #openstack-infra | 06:46 | |
*** esker has quit IRC | 06:46 | |
*** doude has joined #openstack-infra | 06:50 | |
*** zhiyan is now known as zhiyan_ | 06:52 | |
*** gokrokve has joined #openstack-infra | 06:52 | |
*** alugovoi has quit IRC | 06:53 | |
*** gokrokve_ has joined #openstack-infra | 06:54 | |
*** vtapia has joined #openstack-infra | 06:54 | |
*** gokrokve has quit IRC | 06:56 | |
*** e0ne has joined #openstack-infra | 06:57 | |
*** gokrokve_ has quit IRC | 06:59 | |
*** jcoufal has joined #openstack-infra | 07:00 | |
*** marcoemorais1 has quit IRC | 07:04 | |
*** marcoemorais has joined #openstack-infra | 07:04 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add sahara to bugday https://review.openstack.org/95090 | 07:06 |
ttx | sdague, fungi, clarkb: the list is at http://wiki.openstack.org/ReleaseNaming as usual. Will build the shortlist at the next TC meeting | 07:08 |
ttx | fungi: and it's Kepler street. not Keppler. | 07:08 |
*** e0ne has quit IRC | 07:09 | |
*** zhiyan_ is now known as zhiyan | 07:10 | |
*** wenlock has joined #openstack-infra | 07:12 | |
*** e0ne has joined #openstack-infra | 07:12 | |
*** dstanek_zzz is now known as dstanek | 07:13 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Update releasestatus conf for Juno cycle https://review.openstack.org/95092 | 07:14 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add sahara to releasestatus https://review.openstack.org/95093 | 07:14 |
SergeyLukjanov | ttx ^^ | 07:14 |
ttx | SergeyLukjanov: awesome, will look! | 07:15 |
SergeyLukjanov | ttx, thanks! | 07:16 |
*** matrohon_ has joined #openstack-infra | 07:17 | |
*** alexpilotti has quit IRC | 07:17 | |
*** wenlock has quit IRC | 07:20 | |
*** e0ne_ has joined #openstack-infra | 07:22 | |
*** dstanek is now known as dstanek_zzz | 07:23 | |
*** andreykurilin_ has joined #openstack-infra | 07:24 | |
*** alexpilotti has joined #openstack-infra | 07:25 | |
*** e0ne has quit IRC | 07:25 | |
*** amcrn has joined #openstack-infra | 07:28 | |
*** alexpilotti has quit IRC | 07:28 | |
*** jgallard has joined #openstack-infra | 07:33 | |
*** unicell has quit IRC | 07:36 | |
*** ihrachyshka has joined #openstack-infra | 07:37 | |
*** nati_ueno has quit IRC | 07:39 | |
*** rickerc has joined #openstack-infra | 07:40 | |
*** igor has joined #openstack-infra | 07:42 | |
*** ihrachyshka has quit IRC | 07:42 | |
*** ihrachyshka has joined #openstack-infra | 07:42 | |
*** pelix has joined #openstack-infra | 07:50 | |
*** dstanek_zzz is now known as dstanek | 07:54 | |
*** jlibosva has joined #openstack-infra | 07:54 | |
*** gokrokve has joined #openstack-infra | 07:55 | |
*** matrohon_ has quit IRC | 07:55 | |
*** oomichi has joined #openstack-infra | 07:56 | |
*** rwsu has quit IRC | 07:58 | |
*** praneshp has quit IRC | 07:58 | |
*** Hal_ has joined #openstack-infra | 07:59 | |
*** gokrokve has quit IRC | 08:00 | |
*** zns has joined #openstack-infra | 08:00 | |
*** derekh_ has joined #openstack-infra | 08:00 | |
*** jgallard has quit IRC | 08:01 | |
*** zns has quit IRC | 08:01 | |
*** jgallard has joined #openstack-infra | 08:01 | |
*** zns has joined #openstack-infra | 08:01 | |
*** jpich has joined #openstack-infra | 08:02 | |
*** dstanek is now known as dstanek_zzz | 08:04 | |
ttx | SergeyLukjanov: you got the counts wrong on the first patch | 08:06 |
ttx | SergeyLukjanov: it's number of weeks before the milestone week, so a bit confusing :) | 08:07 |
*** zns_ has joined #openstack-infra | 08:07 | |
*** zns has quit IRC | 08:08 | |
*** matrohon_ has joined #openstack-infra | 08:09 | |
*** mayu_ has quit IRC | 08:09 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard-webclient: Refactor preference provider https://review.openstack.org/94330 | 08:10 |
*** yamahata has joined #openstack-infra | 08:13 | |
*** andreykurilin_ has quit IRC | 08:13 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard-webclient: Make Timeline configurable https://review.openstack.org/93433 | 08:15 |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard-webclient: Configure Timeline from Story details https://review.openstack.org/93563 | 08:15 |
*** andreykurilin_ has joined #openstack-infra | 08:15 | |
*** zns_ has quit IRC | 08:15 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard-webclient: Make Timeline configurable https://review.openstack.org/93433 | 08:18 |
*** jooools has joined #openstack-infra | 08:28 | |
*** jp_at_hp has joined #openstack-infra | 08:32 | |
*** gokrokve has joined #openstack-infra | 08:32 | |
*** andreykurilin_ has quit IRC | 08:33 | |
*** amcrn has quit IRC | 08:37 | |
*** gokrokve has quit IRC | 08:38 | |
*** matsuhashi has quit IRC | 08:48 | |
*** dstanek_zzz is now known as dstanek | 08:55 | |
SergeyLukjanov | ttx, /me trying to understand | 08:56 |
SergeyLukjanov | ttx, oh, thanks for comments, now it's a bit clearer for me | 08:56 |
ttx | SergeyLukjanov: the only way to understand is to test and see the result :) | 08:56 |
SergeyLukjanov | ttx, yup | 08:57 |
ttx | I tested with my values and it works | 08:57 |
ttx | also the last cycle shows "5" on the final release line, despite there being 6 weeks between i-3 and release | 08:57 |
ttx | It's actually used for the number of ticks that should show between the two milestones | 08:58 |
*** pblaho has joined #openstack-infra | 08:58 | |
ttx | in the gauge showing progress | 08:58 |
ttx | so it's number of weeks -1 | 08:58 |
SergeyLukjanov | ttx, got it | 08:58 |
ttx | we should probably edit the comment in that yaml file | 08:58 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add sahara to releasestatus https://review.openstack.org/95093 | 08:59 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Update releasestatus conf for Juno cycle https://review.openstack.org/95092 | 08:59 |
SergeyLukjanov | ttx, I'll propose an extended comment | 08:59 |
ttx | +1 | 09:01 |
*** grantbow has quit IRC | 09:02 | |
jd__ | could I be added to gnocchi-core on Gerrit guys, 'cause looks like the group is empty :) | 09:03 |
SergeyLukjanov | jd__, I don't have root permissions yet, so, you should wait for jeblair, fungi, clarkb or mordred | 09:04 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add example and details to the releasestatus config https://review.openstack.org/95110 | 09:04 |
*** dstanek is now known as dstanek_zzz | 09:05 | |
SergeyLukjanov | ttx, ^^ probably it'll make the config file easier to understand :) | 09:05 |
SergeyLukjanov | ttx, should we wait for someone else to review it? | 09:05 |
*** rcarrill` is now known as rcarrillocruz | 09:06 | |
*** dizquierdo has joined #openstack-infra | 09:07 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add example and details to the releasestatus config https://review.openstack.org/95110 | 09:07 |
*** kaisero has joined #openstack-infra | 09:08 | |
*** e0ne_ has quit IRC | 09:08 | |
*** e0ne has joined #openstack-infra | 09:09 | |
ttx | SergeyLukjanov: commenetd minor nits | 09:10 |
*** e0ne_ has joined #openstack-infra | 09:11 | |
ttx | SergeyLukjanov: as for approval, maybe wait for at least one external +2 | 09:11 |
SergeyLukjanov | ttx, sure | 09:11 |
SergeyLukjanov | ttx, thx for comment | 09:11 |
*** Kiall_ is now known as Kiall | 09:12 | |
*** giulivo has joined #openstack-infra | 09:13 | |
*** e0ne has quit IRC | 09:15 | |
*** shardy_afk is now known as shardy | 09:15 | |
*** matsuhashi has joined #openstack-infra | 09:16 | |
*** jcoufal has quit IRC | 09:23 | |
*** _nadya_ has quit IRC | 09:23 | |
*** jcoufal has joined #openstack-infra | 09:23 | |
*** flaper87|afk is now known as flaper87 | 09:28 | |
*** _nadya_ has joined #openstack-infra | 09:28 | |
*** gokrokve has joined #openstack-infra | 09:33 | |
*** oomichi has quit IRC | 09:34 | |
*** gokrokve has quit IRC | 09:38 | |
*** flaper87 is now known as flaper87|afk | 09:39 | |
*** unicell has joined #openstack-infra | 09:41 | |
*** talluri has quit IRC | 09:42 | |
*** talluri has joined #openstack-infra | 09:43 | |
*** nosnos has quit IRC | 09:45 | |
*** talluri has quit IRC | 09:47 | |
*** yfried__ has quit IRC | 09:50 | |
*** flaper87|afk is now known as flaper87 | 09:54 | |
*** dstanek_zzz is now known as dstanek | 09:55 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add example and details to the releasestatus config https://review.openstack.org/95110 | 09:56 |
*** marcoemorais has quit IRC | 09:57 | |
*** dstanek is now known as dstanek_zzz | 10:05 | |
*** rlandy has joined #openstack-infra | 10:07 | |
*** jgallard has quit IRC | 10:11 | |
*** matsuhashi has quit IRC | 10:12 | |
openstackgerrit | A change was merged to openstack-infra/config: Adding #openstack-containers IRC bot https://review.openstack.org/94041 | 10:12 |
openstackgerrit | A change was merged to openstack-infra/config: added use-storyboard flag to refstack https://review.openstack.org/95058 | 10:15 |
*** matsuhas_ has joined #openstack-infra | 10:15 | |
*** mburned_out is now known as mburned | 10:15 | |
*** pcm__ has joined #openstack-infra | 10:16 | |
*** fanhe has quit IRC | 10:19 | |
*** chuckC has quit IRC | 10:19 | |
*** openstackstatus has quit IRC | 10:20 | |
*** openstack has joined #openstack-infra | 10:21 | |
*** andreaf has joined #openstack-infra | 10:26 | |
*** Ivo has quit IRC | 10:30 | |
*** fifieldt has quit IRC | 10:31 | |
*** yaguang has joined #openstack-infra | 10:31 | |
*** gokrokve has joined #openstack-infra | 10:34 | |
SergeyLukjanov | jeblair morning | 10:34 |
SergeyLukjanov | I just see your email re specs naming ;) | 10:34 |
*** maxbit_ has quit IRC | 10:36 | |
*** gokrokve has quit IRC | 10:39 | |
*** flaper87 is now known as flaper87|afk | 10:43 | |
*** yaguang has quit IRC | 10:43 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Refresh token support https://review.openstack.org/94363 | 10:46 |
*** wenlock has joined #openstack-infra | 10:47 | |
*** habib has joined #openstack-infra | 10:50 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Refresh token support https://review.openstack.org/94363 | 10:52 |
*** ihrachyshka has quit IRC | 10:54 | |
*** matsuhas_ has quit IRC | 10:55 | |
*** dstanek_zzz is now known as dstanek | 10:56 | |
*** matsuhashi has joined #openstack-infra | 10:57 | |
*** matsuhashi has quit IRC | 10:58 | |
*** wenlock has quit IRC | 10:58 | |
*** ihrachyshka has joined #openstack-infra | 10:58 | |
*** matsuhashi has joined #openstack-infra | 10:58 | |
*** matsuhashi has quit IRC | 10:58 | |
*** zhiyan is now known as zhiyan_ | 10:58 | |
*** matsuhashi has joined #openstack-infra | 10:59 | |
*** wenlock has joined #openstack-infra | 11:00 | |
jcoufal | Hey everybody, the UX team is starting with regular meetings and I wanted to ask you, how I can edit the iCal to add the meeting time in there...? | 11:00 |
*** yfried__ has joined #openstack-infra | 11:02 | |
*** igor_ has joined #openstack-infra | 11:05 | |
StevenK | jcoufal: I think you need ttx for that. | 11:06 |
*** dstanek is now known as dstanek_zzz | 11:06 | |
*** igor has quit IRC | 11:08 | |
jcoufal | ttx: any chance you are here | 11:18 |
jcoufal | StevenK: thanks | 11:19 |
*** eharney has joined #openstack-infra | 11:27 | |
ttx | jcoufal: o/ | 11:31 |
ttx | StevenK: FWIW I'd be happy to transfer that fun task :) | 11:32 |
ttx | jcoufal: saw the notification, will update now | 11:32 |
jcoufal | ttx: o/, thank you, wednesdays, 15000 utc, meeting-3 | 11:33 |
ttx | only the first and third wed in a month, right | 11:33 |
jcoufal | yup | 11:34 |
*** dstanek_zzz is now known as dstanek | 11:34 | |
*** gokrokve has joined #openstack-infra | 11:34 | |
ttx | jcoufal: so it alctually overlaps with another meeting | 11:35 |
*** fanhe has joined #openstack-infra | 11:35 | |
ttx | jcoufal: I just added it | 11:35 |
ttx | and it conflicts with the PHP SDK meeting | 11:35 |
ttx | which happens 15:30 UTC every wed on openstack-meeting-3 | 11:36 |
jcoufal | i see, half an hour conflict | 11:36 |
*** ihrachyshka has quit IRC | 11:36 | |
jcoufal | let me have one more look | 11:36 |
jcoufal | ttx: the rooms got filled really fast, 3 weeks ago all slots in our poll were free, now majority of them are taken :-/ | 11:38 |
ttx | jcoufal: you might want to check tif those meetings actually happen | 11:38 |
jcoufal | ttx: I will | 11:39 |
*** andreaf_ has joined #openstack-infra | 11:39 | |
*** gokrokve has quit IRC | 11:39 | |
jcoufal | ttx: okey, can we move it to 1st&3rd Monday, 1700 UTC | 11:47 |
jcoufal | ttx: it should be empty if I didn't overlook something | 11:47 |
jcoufal | meeting-3 again | 11:48 |
*** ihrachyshka has joined #openstack-infra | 11:48 | |
ttx | jcoufal: ack | 11:49 |
jcoufal | ttx: thank you | 11:49 |
jcoufal | ttx: I will change the wiki | 11:49 |
ttx | done on the ical | 11:50 |
jcoufal | ttx: the folder in eavesdrop.openstack.org/meetings will be created automatically after the first meeting? | 11:50 |
*** ArxCruz has joined #openstack-infra | 11:51 | |
ttx | yes | 11:52 |
jcoufal | ttx: perfect, thanks a lot | 11:52 |
*** andreaf_ has quit IRC | 11:55 | |
*** wenlock has quit IRC | 11:57 | |
*** dstanek is now known as dstanek_zzz | 12:04 | |
*** plomakin has quit IRC | 12:04 | |
*** yaguang has joined #openstack-infra | 12:09 | |
*** e0ne_ has quit IRC | 12:10 | |
*** yaguang has quit IRC | 12:10 | |
*** yaguang has joined #openstack-infra | 12:10 | |
*** plomakin has joined #openstack-infra | 12:15 | |
*** aysyd has joined #openstack-infra | 12:17 | |
*** _nadya_ has quit IRC | 12:20 | |
*** matsuhashi has quit IRC | 12:20 | |
*** pdmars has joined #openstack-infra | 12:21 | |
*** matsuhashi has joined #openstack-infra | 12:21 | |
fungi | jd__: added to https://review.openstack.org/#/admin/groups/353,members and https://review.openstack.org/#/admin/groups/354,members just now | 12:21 |
fungi | let me know if you have any trouble managing those groups | 12:21 |
fungi | SergeyLukjanov: is https://review.openstack.org/#/q/status:open+project:openstack-infra/config+branch:master+topic:renaming-may-23,n,z the entire set of reviews for the rename today? i have to pop out for a quick errand this morning, but will get those all reviewed and whip up the mysql/shell command sets for the maintenance when i return (assuming nothing breaks in the meantime) | 12:24 |
*** pdmars has quit IRC | 12:24 | |
*** dprince has joined #openstack-infra | 12:24 | |
*** andreaf has quit IRC | 12:25 | |
*** matsuhashi has quit IRC | 12:26 | |
SergeyLukjanov | fungi, morning, yup, it's the list of all renamings for today | 12:26 |
SergeyLukjanov | fungi, but due to the jeblair's emails it sounds like we'd like to rename specs from program to codename | 12:27 |
SergeyLukjanov | fungi, but all other changes are ok | 12:27 |
*** pdmars has joined #openstack-infra | 12:27 | |
fungi | SergeyLukjanov: i support codename as an alternative to program full name, especially when the codename is shorter and/or already in use ;) | 12:28 |
*** dims has joined #openstack-infra | 12:28 | |
*** dims has quit IRC | 12:28 | |
SergeyLukjanov | fungi, agreed, I prefer sahara-specs (not data-processing-specs) | 12:28 |
SergeyLukjanov | I need to go now, I'll return back ~1900 UTC and I can continue working on renaming CRs | 12:29 |
SergeyLukjanov | fungi, when are you planning to perform rename? | 12:29 |
*** signed8bit has joined #openstack-infra | 12:30 | |
*** dims has joined #openstack-infra | 12:33 | |
*** gokrokve has joined #openstack-infra | 12:35 | |
*** andreaf_ has joined #openstack-infra | 12:37 | |
*** matsuhashi has joined #openstack-infra | 12:37 | |
*** matsuhashi has quit IRC | 12:38 | |
*** matsuhashi has joined #openstack-infra | 12:38 | |
fungi | SergeyLukjanov: 21:00 according to http://lists.openstack.org/pipermail/openstack-dev/2014-May/035525.html | 12:38 |
*** matsuhashi has quit IRC | 12:38 | |
*** matsuhashi has joined #openstack-infra | 12:39 | |
jd__ | thanks fungi | 12:39 |
*** gokrokve has quit IRC | 12:40 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: localize variables https://review.openstack.org/85309 | 12:40 |
*** prad_ has joined #openstack-infra | 12:41 | |
*** e0ne has joined #openstack-infra | 12:41 | |
*** lcheng_ has joined #openstack-infra | 12:42 | |
*** dizquierdo has quit IRC | 12:42 | |
*** matsuhashi has quit IRC | 12:43 | |
*** dstanek_zzz is now known as dstanek | 12:44 | |
*** _nadya_ has joined #openstack-infra | 12:45 | |
fungi | krtaylor: ArxCruz: do you happen to know which ibm division/project this third-party testing service account request is for? http://lists.openstack.org/pipermail/openstack-infra/2014-May/001261.html (ibm service accounts are becoming very prolific, so just making sure it's not redundant) | 12:51 |
*** radez_g0n3 is now known as radez | 12:51 | |
ArxCruz | fungi: checking | 12:51 |
*** radez is now known as radez_g0n3 | 12:52 | |
*** radez_g0n3 is now known as radez | 12:52 | |
fungi | though given the timing, i suspect it's for a cinder block storage driver | 12:53 |
ArxCruz | fungi: yup, he's from storage | 12:53 |
*** jcoufal has quit IRC | 12:53 | |
*** miqui has joined #openstack-infra | 12:54 | |
fungi | ArxCruz: okay, thanks! | 12:54 |
*** jcoufal has joined #openstack-infra | 12:54 | |
ArxCruz | fungi: ibm have several, several, several, several divisions, all using openstack, all creating 3rd ci | 12:54 |
fungi | ArxCruz: this is obvious ;) | 12:54 |
*** bknudson has joined #openstack-infra | 12:55 | |
* fungi is disappearing now, but should be back in no more than an hour | 12:55 | |
ArxCruz | :) | 12:55 |
*** jgrimm has joined #openstack-infra | 12:56 | |
*** Clabbe has quit IRC | 12:57 | |
*** Clabbe has joined #openstack-infra | 12:57 | |
*** yamahata has quit IRC | 12:59 | |
*** talluri has joined #openstack-infra | 13:00 | |
*** jcoufal has quit IRC | 13:00 | |
*** jcoufal has joined #openstack-infra | 13:01 | |
*** lcheng_ has quit IRC | 13:02 | |
*** ArxCruz has quit IRC | 13:02 | |
anteaya | SergeyLukjanov: okay that should take care of the renaming reviews from me | 13:03 |
anteaya | no outstanding items I see, thank you | 13:03 |
anteaya | what do you want to do on this one? https://review.openstack.org/#/c/94896/ | 13:03 |
anteaya | you offered a one line change to the governance repo, and I commented with other repos that needed to be added to bring us in to sync | 13:04 |
anteaya | what do you want to do with that? | 13:04 |
*** ArxCruz has joined #openstack-infra | 13:05 | |
*** lcheng_ has joined #openstack-infra | 13:06 | |
openstackgerrit | Anita Kuno proposed a change to openstack-infra/config: The process for making a Third-Party CI voting needs docs https://review.openstack.org/93562 | 13:06 |
*** zehicle_at_dell has joined #openstack-infra | 13:08 | |
*** rfolco has joined #openstack-infra | 13:08 | |
*** julim has joined #openstack-infra | 13:09 | |
openstackgerrit | Matthew Montgomery proposed a change to openstack-infra/gerritbot: Force SSL Configuration Parameter https://review.openstack.org/95160 | 13:14 |
*** resker has quit IRC | 13:16 | |
*** esker has joined #openstack-infra | 13:17 | |
openstackgerrit | Matthew Montgomery proposed a change to openstack-infra/gerritbot: Force SSL Configuration Parameter https://review.openstack.org/95160 | 13:18 |
*** smarcet has joined #openstack-infra | 13:18 | |
*** skolekonov has quit IRC | 13:24 | |
*** maxbit has joined #openstack-infra | 13:26 | |
openstackgerrit | Matthew Montgomery proposed a change to openstack-infra/gerritbot: Force SSL Configuration Parameter https://review.openstack.org/95160 | 13:29 |
*** lcheng_ has quit IRC | 13:29 | |
*** MarkAtwood has quit IRC | 13:30 | |
*** jcoufal has quit IRC | 13:32 | |
mordred | fungi: when the project makes decisions, like "let's not put editor files in gitignore files" - we should really record that stuff, ya know? | 13:33 |
*** mfer has joined #openstack-infra | 13:33 | |
signed8bit | mordred: Ah... that one is mine. I'll amend. | 13:35 |
*** gokrokve has joined #openstack-infra | 13:36 | |
mordred | signed8bit: cool. I mean, I was going to put something in a review, but I wanted to give a link to a doc or something, and then I realized that we did not quite have a doc or something :) | 13:36 |
signed8bit | heh... yeah I've seen it both ways over the years and generally like a clean status so I default to ignore for that stuff. | 13:37 |
mordred | signed8bit: I agree - I like the clean status myself | 13:38 |
mordred | signed8bit: https://help.github.com/articles/ignoring-files#global-gitignore has a thing about how to create a ~/.gitignore for yourself | 13:38 |
*** homeless has joined #openstack-infra | 13:38 | |
signed8bit | mordred: I've avoided global ignore as I've some projects where the .idea stuff is shared | 13:39 |
msabramo | mordred: what's the best way to request a new release of pbr? Launchpad ticket? | 13:39 |
openstackgerrit | Matthew Montgomery proposed a change to openstack-infra/gerritbot: Force SSL Configuration Parameter https://review.openstack.org/95160 | 13:40 |
*** gokrokve has quit IRC | 13:41 | |
mordred | msabramo: usually just pinging me here is the right way - lemme go poke real quick (I'm actually, you know, working today) | 13:42 |
mordred | I REALLY want reviewable tags in gerrit | 13:43 |
mordred | zaro: ^^ this is a great example of the use case ... | 13:43 |
mordred | zaro: msabramo _should_ be able to propose a tag with no special permissions - and I should be able to review it and accept or reject it | 13:43 |
msabramo | mordred: OK, no pressure. That's why a some kind of tool or process for requesting would be nice, so you could handle it at your leisure | 13:44 |
*** r-daneel has joined #openstack-infra | 13:44 | |
mordred | msabramo: yah. I agree | 13:44 |
mordred | msabramo: I mean, in theory, filing a ticket in launchpad would be the 'right' way - but in practice, I'm actually less likely to see that | 13:44 |
msabramo | yeah I get the feeling that Launchpad doesn't get looked at much by anyone? | 13:45 |
msabramo | my coworker asked a question on the "ask" feature of Launchpad and it got closed after 15 days because of no response | 13:46 |
mordred | oh, yeah - we _Definitely_ don't use the questions thing | 13:46 |
msabramo | he was also asking for a new release, in this case he was asking for a new release of JJB | 13:46 |
msabramo | so another example in favor of this reviewable tags feature | 13:46 |
mordred | yah. I've wanted it for a while - I don't like tagging being a 'special' action only special people can do | 13:47 |
*** LurkingFrog has quit IRC | 13:47 | |
mordred | and honestly, I'd like to be able to run tests that the tagged version is going to do the right thing, and that I'm not crazy | 13:47 |
msabramo | yeah creates a bottleneck | 13:47 |
*** LurkingFrog has joined #openstack-infra | 13:47 | |
mordred | it looks like there is nothing in pbr master that is a behavioral change for current things | 13:47 |
mordred | it's essentially doc fixes, the addition of the coverage thign you want, and some logging improvements | 13:48 |
mordred | so I think it can be 0.8.1 safely | 13:48 |
*** gokrokve has joined #openstack-infra | 13:49 | |
msabramo | cool! | 13:49 |
mordred | done. | 13:49 |
msabramo | yeah the coverage thing will unblock a couple of reviews that can't be merged withoutit | 13:49 |
msabramo | thank you! | 13:49 |
mordred | it may take a little bit for that to filter to our mirror - BUT - I don't think any of the reviews waiting on it use our mirror | 13:50 |
mordred | and it's on pypi | 13:50 |
msabramo | ah I see it on PyPI now | 13:50 |
msabramo | wow, just like that | 13:50 |
*** duran has joined #openstack-infra | 13:50 | |
mordred | it's one of my favorites of our automation | 13:50 |
mordred | git tag -s 0.8.1 ; git push gerrit 0.8.1 ; # o hai pypi! | 13:51 |
msabramo | honestly, I thought doing a release was a much bigger deal, because ppl were saying "we have to do X..." | 13:51 |
*** habib has quit IRC | 13:51 | |
*** gokrokve has quit IRC | 13:52 | |
mordred | depends on the thing | 13:52 |
*** habib has joined #openstack-infra | 13:52 | |
*** lcostantino has joined #openstack-infra | 13:52 | |
*** habib has quit IRC | 13:53 | |
*** yaguang has quit IRC | 13:56 | |
msabramo | zaro: Ok, your turn now. New release of JJB? :-) | 13:56 |
msabramo | mordred: Thanks again! | 13:57 |
*** _nadya_ has quit IRC | 13:57 | |
*** xchu has joined #openstack-infra | 13:57 | |
*** zns has joined #openstack-infra | 13:59 | |
fungi | mordred: sheesh. you and your desire for written history | 14:02 |
*** signed8bit is now known as signed8bit_ZZZzz | 14:03 | |
fungi | so much harder to just make stuff up if you do that, yaknow? | 14:03 |
anteaya | mordred is such a stickler for precision | 14:05 |
cody-somerville | Has anyone ever seen this before? http://paste.openstack.org/show/81219/ | 14:08 |
*** rwsu has joined #openstack-infra | 14:08 | |
anteaya | only when I have a problem with my hard disc | 14:09 |
fungi | cody-somerville: ooh, that's fun! what java-based gearman service is that? | 14:09 |
anteaya | SergeyLukjanov: I have made a comment on line 31 of https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 14:10 |
cody-somerville | fungi: nodepool/zuul I think | 14:10 |
anteaya | you can't see it since apparently all of infra really likes turquoise | 14:10 |
*** john3213 has joined #openstack-infra | 14:10 | |
fungi | cody-somerville: weird. nodepool and zuul aren't java based | 14:10 |
anteaya | and I thought I was being so unique | 14:10 |
*** zehicle_at_dell has quit IRC | 14:10 | |
mordred | cody-somerville: is that the jenkins gearman plugin? | 14:10 |
*** MarkAtwood has joined #openstack-infra | 14:10 | |
cody-somerville | Yea, that thing. | 14:11 |
fungi | that's sort of what i'm suspecting | 14:11 |
fungi | checking symbol names to confirm | 14:11 |
*** zns has quit IRC | 14:13 | |
mordred | cody-somerville: so, no, I've never seen that - but zaro is your man to track down what's up | 14:14 |
*** john3213 has left #openstack-infra | 14:15 | |
*** habib has joined #openstack-infra | 14:15 | |
*** zz_gondoi is now known as gondoi | 14:15 | |
*** markmcclain has joined #openstack-infra | 14:16 | |
*** ramashri has joined #openstack-infra | 14:17 | |
*** markmcclain1 has joined #openstack-infra | 14:17 | |
*** otherwiseguy has joined #openstack-infra | 14:18 | |
fungi | cody-somerville: i want to say that looks like a java bug. i wouldn't think that a java program should be likely to cause the java interpreter to overflow and trigger a __fortify_fail in libc | 14:18 |
fungi | but i am not really very hip to java, so i could be entirely wrong about that | 14:19 |
mordred | yah. sounds like "oops, java derped" | 14:19 |
cody-somerville | It's probably issue in _nss_ldap_getgrgid_r. Java is in process of making native call. | 14:19 |
*** cody-somerville has left #openstack-infra | 14:20 | |
*** cody-somerville has joined #openstack-infra | 14:20 | |
cody-somerville | Which also means you can now say "Oooo!! ldap. Not our problem!", lol. | 14:20 |
fungi | cody-somerville: Oooo!! ldap. Not our problem! ;) | 14:20 |
*** markmcclain has quit IRC | 14:20 | |
*** msabramo has quit IRC | 14:21 | |
*** ramashri has quit IRC | 14:21 | |
fungi | also, i don't think we wrote the java gearman server. i believe zaro merely incorporated an existing one into the jenkins-gearman plug-in | 14:21 |
fungi | another possibility, though... are you maybe running a stand-alone gearman server for zuul instead of the pure python implementation integrated with it? | 14:25 |
*** dizquierdo has joined #openstack-infra | 14:26 | |
*** dizquierdo_ has joined #openstack-infra | 14:26 | |
*** dizquierdo_ has quit IRC | 14:26 | |
fungi | because if this was the jenkins plugin and a /usr/bin/java process was terminated, i would think that would have torn down the entire jenkins service as it runs entirely within a jvm | 14:26 |
*** habib has quit IRC | 14:27 | |
*** hdd_ has joined #openstack-infra | 14:27 | |
*** habib has joined #openstack-infra | 14:28 | |
*** sandywalsh_ has joined #openstack-infra | 14:30 | |
*** esker has quit IRC | 14:31 | |
*** hogepodge has joined #openstack-infra | 14:32 | |
*** _nadya_ has joined #openstack-infra | 14:33 | |
*** jooools has quit IRC | 14:33 | |
*** david-lyle has joined #openstack-infra | 14:34 | |
*** wenlock has joined #openstack-infra | 14:35 | |
*** msabramo has joined #openstack-infra | 14:37 | |
*** otherwiseguy has quit IRC | 14:37 | |
*** _nadya_ has quit IRC | 14:38 | |
*** chuckC has joined #openstack-infra | 14:40 | |
*** chuckC has quit IRC | 14:41 | |
msabramo | I pinged zaro about a new release of JJB on IRC | 14:41 |
msabramo | oops :-) | 14:42 |
*** wenlock_ has joined #openstack-infra | 14:43 | |
*** salv-orlando has joined #openstack-infra | 14:45 | |
*** thedodd has joined #openstack-infra | 14:46 | |
*** AJaeger has quit IRC | 14:48 | |
*** gokrokve has joined #openstack-infra | 14:49 | |
*** jpich has quit IRC | 14:49 | |
*** hashar has joined #openstack-infra | 14:50 | |
mordred | msabramo: that's the right choice | 14:50 |
msabramo | mordred: which? abandon change to remove pbr from requirements.txt for JJB? | 14:51 |
*** matrohon_ has quit IRC | 14:51 | |
*** yamahata has joined #openstack-infra | 14:52 | |
mordred | msabramo: hrm. I should perhaps butt out - I may not know what you're talking about | 14:53 |
*** hdd_ has quit IRC | 14:53 | |
*** gokrokve has quit IRC | 14:54 | |
msabramo | mordred: which review are you talking about? | 14:54 |
mordred | msabramo: none of them | 14:54 |
msabramo | oh :-) | 14:54 |
mordred | msabramo: I was talking about "msabramo | I pinged zaro about a new release of JJB on IRC" | 14:54 |
msabramo | oh | 14:54 |
msabramo | so you're saying pinging zaro is the right way to go? | 14:54 |
*** ihrachyshka has quit IRC | 14:54 | |
mordred | yup. or, at least, it's a good way to go - he can accomplish that | 14:55 |
mordred | fungi, clarkb: the hp 1.1 multi-network thing seems to be holding up this morning | 14:56 |
*** jlibosva has quit IRC | 14:56 | |
jeblair | oooh yay | 14:56 |
fungi | yep, checked in on it earlier and seems stable under our current modest load | 14:57 |
fungi | tripleo hp region still seems to be struggling though | 14:57 |
*** atiwari has joined #openstack-infra | 14:57 | |
mordred | jeblair, fungi: we _are_ still gettting some errors at some peaks | 14:58 |
mordred | which might suggest that the optimal ratio is still a little bit lower of nodes/network | 14:58 |
mordred | but the theory that nodes per network is related to the issues seems to be holding up under data | 14:58 |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add tox "coverage" target https://review.openstack.org/87382 | 14:59 |
fungi | yeah, maybe adding a couple more nets and dropping down to 150 per | 14:59 |
fungi | i guess we could get to that with just one more | 14:59 |
jeblair | mordred: well i think we had a revised theory yesterday that it wasn't some vague "more is worse" thing, but actually clarkb found that the network only had 256 ips because it was a /24. | 15:01 |
jeblair | fungi: ^ | 15:01 |
*** xchu has quit IRC | 15:02 | |
jeblair | fungi: i think we're at 114/per net right now | 15:02 |
fungi | jeblair: right, definitely pushing beyond the available address count on the allocated network is not feasible ;) | 15:02 |
*** packet has joined #openstack-infra | 15:03 | |
mordred | jeblair: oh wow | 15:03 |
mordred | jeblair: that actually makes perfect sense | 15:03 |
fungi | oh, i was misremembering how many we'd put in each network too. for some reason i though it was 188 | 15:04 |
fungi | thought | 15:04 |
fungi | but yeah, 114 each at the moment | 15:04 |
mordred | I'm only seeing errors now when we reach the apex of that - so there still may be a scaling issue at play | 15:05 |
*** james_li has joined #openstack-infra | 15:05 | |
*** yongli has quit IRC | 15:05 | |
mordred | but the 256 hard limit is _certainly_ a thing | 15:05 |
mordred | oh - I wonder if there is an ip release delay | 15:05 |
jeblair | good question; i would hope that as soon as the server is deleted the ip/port would be available again | 15:06 |
*** wenlock has quit IRC | 15:06 | |
mordred | yah. but if it's not, then that could explain the error spikes as we hit the tip of things | 15:06 |
mordred | like, either there is an arp cache problem, or there's just another async queue thing | 15:07 |
jeblair | yeah. that would be annoying. if we have the information, we can deal with it. nodepool includes deleting servers in its calculations, so it should never request more than half the network. | 15:07 |
jeblair | but if that's hidden, then we're in the dark | 15:08 |
mordred | yah | 15:08 |
mordred | worth investigating | 15:08 |
mordred | although also, the error rate at the moment is completely within the normal operational margin of errors we see other places | 15:08 |
mordred | I mean, it's less than the rax regions | 15:09 |
*** igor_ has quit IRC | 15:09 | |
*** MarkAtwood has quit IRC | 15:09 | |
mordred | jeblair: what do you think next steps are here? it seems that we're in good enough shape that perhaps adding 2 or 3 more networks and lowering the ratio a bit gets us to a good place for now, then we can remove 1.0, then we can work on a patch to elastic the routers in nodepool? | 15:10 |
*** habib has quit IRC | 15:12 | |
*** habib has joined #openstack-infra | 15:12 | |
msabramo | zaro: I think this is ready now: https://review.openstack.org/87382 | 15:12 |
jeblair | mordred: we could do that or test the same theory by increasing the ratio on our current networks and using fewer (that's slightly less work) | 15:12 |
mordred | jeblair: drop b5 to 0 and raise the other 4? | 15:13 |
jeblair | mordred: maybe b4 and b5 and do 190/per | 15:14 |
jeblair | see if the ready/error ratio gets worse | 15:14 |
mordred | jeblair: you want to do that through gerrit? or just change the nodepool.yaml file in place? | 15:16 |
jeblair | mordred: lets do it through gerrit | 15:16 |
mordred | kk | 15:16 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Raise the ratio of servers to routers https://review.openstack.org/95190 | 15:17 |
mordred | jeblair: there ya go | 15:17 |
jeblair | and done | 15:17 |
mordred | this is actually a fun little experiment | 15:18 |
anteaya | reed ping | 15:18 |
*** signed8bit_ZZZzz is now known as signed8bit | 15:18 | |
*** gokrokve has joined #openstack-infra | 15:18 | |
anteaya | reed so I added a projected deadline of deciding time and place as June 1st to the etherpad: https://etherpad.openstack.org/p/juno-openid-training-session | 15:19 |
*** rlandy has quit IRC | 15:19 | |
anteaya | reed I think we have to agree to time and place by June 1st at the latest for our time slot of before OSCON to be realistic | 15:19 |
anteaya | and if it is after OSCON I really won't be available until September | 15:20 |
*** reed has joined #openstack-infra | 15:20 | |
anteaya | ah there you are | 15:20 |
*** yongli has joined #openstack-infra | 15:21 | |
anteaya | reed: the last few lines before you joined: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2014-05-23.log | 15:21 |
*** zns has joined #openstack-infra | 15:22 | |
reed | anteaya, agreed on the deadline | 15:22 |
openstackgerrit | A change was merged to openstack-infra/config: Raise the ratio of servers to routers https://review.openstack.org/95190 | 15:22 |
reed | anteaya, I'm in Austin next week, I'll make sure we have a decision by then | 15:22 |
anteaya | great | 15:22 |
anteaya | cool, thanks | 15:22 |
anteaya | and so far noone has balked at the location being austin | 15:22 |
anteaya | so let's focus on time | 15:23 |
anteaya | mtreinish: has the qa meetup timing been determined? | 15:23 |
*** gyee has joined #openstack-infra | 15:23 | |
*** jhesketh has quit IRC | 15:23 | |
*** lttrl has joined #openstack-infra | 15:25 | |
fungi | jeblair: https://review.openstack.org/95197 (dawned on me that we were being somewhat hypocritical about use of program names and codenames) | 15:25 |
*** dangers_away is now known as dangers | 15:25 | |
*** chuckC has joined #openstack-infra | 15:27 | |
jeblair | fungi: well i don't _think_ we were being hippocritical as in our chat at the project meeting we figured shortened versions of program names (eg, 'object' instead of 'object storage') were okay | 15:27 |
jeblair | fungi: but i suppose if we have a codename, that would be it, so ++ | 15:28 |
*** zehicle_at_dell has joined #openstack-infra | 15:28 | |
fungi | jeblair: we seems to use "infra" on far more things than we do "infrastructure" at any rate | 15:29 |
fungi | s/seems/seem/ (gollum) | 15:29 |
jeblair | but still, after looking at the whole list, i do think codenames are the right way to go, and if enough people think so too, i think we should probably defer the spec renames today and then talk about renaming the 5 we approved earlier | 15:29 |
jeblair | i really don't like rushing into these sorts of things :( | 15:30 |
fungi | fair enough. i know fifield would be happy with that outcome | 15:30 |
dhellmann | mordred: I'd be happy to take a stab at rebasing the wheel publishing changes in https://review.openstack.org/#/c/56760/7 if you'd like | 15:32 |
*** ominakov has quit IRC | 15:33 | |
anteaya | +1 for delaying the rename of specs repos pending outcome of jeblair's email | 15:35 |
*** msabramo has quit IRC | 15:35 | |
*** jhesketh has joined #openstack-infra | 15:36 | |
mtreinish | anteaya: not yet, I'm going to figure it all out this afternoon | 15:37 |
anteaya | mtreinish: k, thanks | 15:37 |
*** hashar has quit IRC | 15:37 | |
*** signed8bit has quit IRC | 15:38 | |
*** signed8bit has joined #openstack-infra | 15:38 | |
*** msabramo has joined #openstack-infra | 15:39 | |
*** dizquierdo has quit IRC | 15:39 | |
*** hashar has joined #openstack-infra | 15:42 | |
*** hashar has quit IRC | 15:42 | |
openstackgerrit | A change was merged to openstack/requirements: request-kerberos https://review.openstack.org/84740 | 15:42 |
anteaya | fungi: hey how was eddie izzard last night? | 15:43 |
fungi | anteaya: night before last, but great | 15:44 |
fungi | he's always hilarious | 15:44 |
anteaya | he is | 15:45 |
anteaya | I love his costumes | 15:45 |
*** zehicle_at_dell has quit IRC | 15:45 | |
*** Ryan_Lane has joined #openstack-infra | 15:45 | |
fungi | he's doing the current tour in a john steed/james bond inspired look | 15:46 |
anteaya | ohhhh | 15:46 |
*** dkliban1 is now known as dkliban_gone | 15:46 | |
anteaya | I love his james bond material from before | 15:46 |
anteaya | I hope this material will make it to the intertubes | 15:47 |
jeblair | well i'm pretty sure fungi didn't record video with his phone | 15:54 |
anteaya | :D | 15:54 |
fungi | my corneal implant gets much better resolution and framerate, but lacks a youtube upload plugin | 15:55 |
jeblair | "ok eye, upload to youtube". [eye blinks in confusion] | 15:56 |
*** MarkAtwood has joined #openstack-infra | 15:57 | |
mordred | dhellmann: yes please! | 15:57 |
zaro | morning | 15:57 |
dhellmann | mordred: ok, I'll poke you for a review when I've updated it | 15:58 |
anteaya | morning zaro | 15:58 |
mordred | dhellmann: you make me a happy human | 15:58 |
anteaya | not sure I would want to watch a vid captured by corneal implant | 15:59 |
dhellmann | mordred: as opposed to a happy squirrel? :-) | 15:59 |
*** zehicle_at_dell has joined #openstack-infra | 16:00 | |
mordred | or a dancing pigeon | 16:03 |
zaro | msabramo: i created a jjb releas just last week. is there a real need for another one atm? | 16:03 |
*** MarkAtwood has quit IRC | 16:03 | |
anteaya | I can picture you as both a happy squirrel and a dancing pigeon | 16:05 |
anteaya | make it happen dhellmann | 16:05 |
*** pafuent has joined #openstack-infra | 16:07 | |
msabramo | zaro: oh, you did? we might've missed it - let me check | 16:08 |
msabramo | zaro: looks like it was this week in fact — 2014-05-20 | 16:09 |
mordred | anteaya: what about a happy dancing pigeon squirrel? | 16:09 |
anteaya | ohhhhh | 16:09 |
anteaya | that would be a challenge for a costume maker | 16:09 |
anteaya | squirrel tail though | 16:09 |
pafuent | Hi. I read on the ML about the project renames and is not clear for me if I should do something about it (I'm core reviewer of Climate) | 16:10 |
anteaya | I could see you in meetings with a twitchy squirrel tail | 16:10 |
*** marcoemorais has joined #openstack-infra | 16:10 | |
anteaya | hi pafuent | 16:10 |
anteaya | well climate is being renamed to blazar | 16:10 |
anteaya | so you are covered | 16:10 |
*** Hal_ has quit IRC | 16:10 | |
anteaya | https://review.openstack.org/#/c/94912/ | 16:10 |
anteaya | you could review the patch though if you want, pafuent | 16:10 |
*** talluri has quit IRC | 16:11 | |
fungi | pafuent: see the note after step 15 at http://ci.openstack.org/gerrit.html#renaming-a-project | 16:11 |
fungi | pafuent: about updating your git remote on existing clones | 16:11 |
*** talluri has joined #openstack-infra | 16:12 | |
fungi | pafuent: though we'll generally mention that in the follow-up e-mail after we're done too | 16:12 |
*** morganfainberg_Z is now known as morganfainberg | 16:12 | |
pafuent | anteaya: fungi: Thanks | 16:12 |
*** gokrokve has quit IRC | 16:12 | |
*** marun has joined #openstack-infra | 16:12 | |
pafuent | anteaya: fungi: So I need to wait and that's it. Sorry to ask this dumb question but this is new for me. | 16:13 |
*** e0ne has quit IRC | 16:14 | |
*** wenlock has joined #openstack-infra | 16:14 | |
*** vtapia has quit IRC | 16:14 | |
fungi | pafuent: not a dumb question at all | 16:14 |
pafuent | fungi: :) | 16:15 |
msabramo | zaro: Thank you very much! That JJB release looks like it will do the trick! | 16:16 |
*** talluri has quit IRC | 16:16 | |
msabramo | I did notice that the PyPI page for 0.8.0 is missing a ton of info for some reason | 16:16 |
zaro | msabramo: i may do another release soon, just to fix the missing info on pypi. waiting for this one to merge.. https://review.openstack.org/#/c/94430/ | 16:16 |
msabramo | compare https://pypi.python.org/pypi/jenkins-job-builder/0.8.0 to https://pypi.python.org/pypi/jenkins-job-builder/0.7.0 | 16:17 |
msabramo | zaro: ah, what I just said :-) | 16:17 |
*** BobBall is now known as BobBallAway | 16:17 | |
msabramo | I noticed the home page on pypi is wrong too | 16:17 |
msabramo | points to https://github.com/openstack-ci/jenkins-job-builder which is a 404 | 16:17 |
zaro | msabramo: yes, those will be fixed with next release. | 16:17 |
msabramo | zaro: cool | 16:18 |
openstackgerrit | Valeriy Ponomaryov proposed a change to openstack-infra/config: Added tempest job to manila project https://review.openstack.org/95207 | 16:18 |
msabramo | I'll look at the change | 16:18 |
mgagne | msabramo: https://review.openstack.org/#/c/94430/ | 16:19 |
*** wenlock has quit IRC | 16:19 | |
zaro | msabramo: this is the one (i hope) that fixes most of the info on pypi.. https://review.openstack.org/#/c/94434/ | 16:19 |
zaro | (or at least fungi seems to think it will) | 16:20 |
*** habib has quit IRC | 16:21 | |
msabramo | can probably check it by doing `python setup.py egg_info` and expecting the metadata that gets generated | 16:21 |
anteaya | fungi when next you feel like splunking the gerrit db, chuckC (I have just discovered) has two accounts, so can you bring the contents of 9093 into 11598? | 16:21 |
anteaya | he also has two foundation profiles, I don't yet know how to fix that | 16:22 |
msabramo | zaro: Hmmm AUTHORS file is blank | 16:22 |
anteaya | he wasn't showing up in stackalytics and tried some stuff | 16:22 |
zaro | jeblair, SergeyLukjanov : would it make sense to combine python coverage job with the py26 and py27 jobs? | 16:22 |
pafuent | anteaya: fungi: I'm checking https://review.openstack.org/#/c/94912/4/modules/openstack_project/files/review.projects.yaml and I'm not sure is OK | 16:23 |
zaro | ^ in reference to https://review.openstack.org/#/c/94769 | 16:23 |
*** aconrad has joined #openstack-infra | 16:23 | |
anteaya | pafuent: do state any concerns you have | 16:23 |
pafuent | anteaya: fungi: The line 467 is using the original repo of climate, not the actual one | 16:23 |
anteaya | ah yes | 16:23 |
pafuent | anteaya: fungi: Is that OK? | 16:23 |
anteaya | yes it is | 16:23 |
anteaya | since that is just transferring that information | 16:24 |
zaro | msabramo: can you propose a fix? | 16:24 |
*** yfried__ has quit IRC | 16:24 | |
anteaya | since the repo exists in gerrit, that file doesn't use the source url anymore | 16:24 |
fungi | pafuent: the "upstream" entry in that file is just cruft and can be deleted in a separate change | 16:24 |
anteaya | it is preserved for historical reasons | 16:24 |
fungi | pafuent: it's only ever used once for the initial import and then ignored after | 16:24 |
msabramo | zaro: hmmm seems to work in my git tree, so maybe it was already fixed | 16:24 |
pafuent | anteaya: OK. So the blazar repo on github will be created using the actual climate code, right? | 16:24 |
fungi | pafuent: correct | 16:25 |
msabramo | although my AUTHORS is from May 1 | 16:25 |
pafuent | anteaya: fungi: OK, and thanks again | 16:25 |
zaro | msabramo: i guess we cool then :) | 16:25 |
anteaya | pafuent: thanks for reviewing! | 16:25 |
pafuent | anteaya: :) | 16:25 |
msabramo | zaro: I don't know how to regenerate files like AUTHORS and ChangeLog; I don't know enough about how pbr works. Maybe mordred can chime in here? | 16:27 |
anteaya | fungi: chuckC also has two launchpad accounts, again I don't know what to do here | 16:27 |
msabramo | oh, `python setup.py sdist` did the trick | 16:27 |
mordred | msabramo: python setup.py sdist | 16:27 |
msabramo | :-) | 16:27 |
mordred | msabramo: they're teh autogenerated | 16:27 |
fungi | anteaya: i can look into it in a bit and then disable one of them | 16:27 |
anteaya | fungi: k, thanks | 16:27 |
msabramo | yeah, AUTHORS looks good in my git tree when I did `python setup.py sdist` | 16:28 |
*** sandywalsh_ has quit IRC | 16:28 | |
anteaya | I think the most recent one is the active one, yes chuckC? | 16:28 |
msabramo | somehow the AUTHORS file in JJB 0.8.0 ended up being blank | 16:28 |
mordred | hrm | 16:28 |
mordred | is that the most recent one? | 16:28 |
mordred | or an other jjb? | 16:28 |
mordred | there was a bug a little while ago where authors files were being broken iirc | 16:28 |
msabramo | yeah, zaro built that on 2014-05-20 | 16:28 |
mordred | hrm. that's vexing | 16:28 |
msabramo | https://pypi.python.org/pypi/jenkins-job-builder/0.8.0 | 16:29 |
chuckC | anteaya, yes | 16:29 |
anteaya | kk | 16:29 |
*** hogepodge has quit IRC | 16:29 | |
msabramo | well not completely blank, AUTHORS is a 1 byte file :-) | 16:29 |
*** vponomaryov has quit IRC | 16:30 | |
zaro | msabramo: is that a pbr issue or is it something with setup.cfg? | 16:30 |
msabramo | zaro: to be honest, I don't know | 16:30 |
pleia2 | morning | 16:31 |
msabramo | zaro: and sounds like mordred doesn't know either | 16:31 |
msabramo | zaro: maybe you should do a `python setup.py sdist` and check that AUTHORS and ChangeLog look sane? | 16:31 |
* zaro is just as clueless | 16:31 | |
msabramo | might've been related to the setup.cfg change but that is a wild guess | 16:32 |
zaro | what would be the result of an empty AUTHORS file? | 16:32 |
fungi | chuckC: it looks like your two accounts are entirely separate. one is from a launchpad account with a ccarlino@ e-mail address and ssh username of ChuckC circa 2013-10-21, while the other is for chuck.carlino@ and ssh chuckcarlino created yesterday | 16:32 |
zaro | no author info on pypi page? | 16:32 |
chuckC | fungi: yes | 16:32 |
anteaya | morning pleia2 | 16:32 |
*** jp_at_hp has quit IRC | 16:33 | |
fungi | chuckC: was there something specific you needed done? | 16:33 |
msabramo | zaro: No PyPI doesn't show that; only result that I know of is just an empty AUTHORS file in the distribution | 16:33 |
anteaya | if he migrates to the new gerrit account, he loses his merged patch on the old gerrit account | 16:33 |
chuckC | fungi: I wasn't seeing anything I did show up in stackalytics, and noticed that my review username differed from launchpad | 16:34 |
anteaya | he created the new accounts because he wasn't showing up in stackalytics | 16:34 |
fungi | anteaya: we don't really have an easy way to merge accounts. we can disable one... | 16:34 |
anteaya | personally I would be all for getting rid of the new stuff | 16:34 |
anteaya | since it was all created yesterday | 16:35 |
anteaya | and figuring out a different way to address the stackalytics mystery | 16:35 |
anteaya | any support for this direction? | 16:35 |
fungi | anteaya: we also don't have control over stackalytics. you might want to talk to the stackalytics devs about that | 16:35 |
pleia2 | ttx: happy to help manage the openstack ical (I still manage the meeting one for Ubuntu) | 16:35 |
msabramo | mgagne: https://review.openstack.org/87382 | 16:35 |
anteaya | fungi: yes, that is now on chuckC's agenda | 16:35 |
chuckC | anteaya: ok | 16:36 |
anteaya | chuckC: so it is okay to get rid of the new accounts? | 16:36 |
anteaya | use the old ones? | 16:36 |
fungi | anteaya: it may just be that there's a file in the stackalytics git repo which needs an entry added/changed (it's in stackforge) | 16:36 |
zaro | msabramo: i just ran python setup.py sdist on master and i do see stuff in AUTHORS file. so whats the problem? | 16:36 |
mordred | zaro: when we created the source tarball in the publish jobs | 16:37 |
mordred | we apparently created one without an authors file | 16:37 |
*** aconrad has quit IRC | 16:37 | |
*** dripton_ has joined #openstack-infra | 16:38 | |
chuckC | anteaya: if we can get the old one working, that's best | 16:39 |
mgagne | zaro: stuff? an ascii art? | 16:39 |
*** dripton has quit IRC | 16:39 | |
zaro | msabramo: no usernames | 16:39 |
morganfainberg | clarkb, i noticed your fix for tox got merged! does this mean we can start looking at using newer versions of tox soon? (pending a release incorporating it)? | 16:39 |
zaro | mgagne: no, i see usernames | 16:39 |
mgagne | zaro: AUTHORS is automatically populated from git log by pbr | 16:39 |
jeblair | morganfainberg: i believe that's exactly the case | 16:39 |
jeblair | morganfainberg: clarkb tested the tip manually and it works, so just waiting on a rel | 16:39 |
mgagne | zaro: http://docs.openstack.org/developer/pbr/ "AUTHORS: Generate AUTHORS file from git log" | 16:39 |
morganfainberg | jeblair, awesome! that makes me happy. | 16:39 |
anteaya | fungi: yes, that was what I was thinking in the first place | 16:39 |
anteaya | going to chat with SergeyLukjanov when he is next up | 16:39 |
anteaya | chuckC: so can you sign into your old gerrit account and use that one from now on? | 16:39 |
*** zehicle_at_dell has quit IRC | 16:40 | |
msabramo | zaro: It might've been fixed by the setup.cfg change that was recently merge | 16:40 |
msabramo | problem is that if you download https://pypi.python.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-0.8.0.tar.gz#md5=e5d07daf7d8db595f02095d314b32712 and untar it and look in the AUTHORS file, it is a 1 byte file | 16:40 |
msabramo | but that PyPI release had a few things wrong with the metadata anyway so maybe it's all related and new release will fix it | 16:40 |
msabramo | ❯ curl -s https://pypi.python.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-0.8.0.tar.gz\#md5\=e5d07daf7d8db595f02095d314b32712 | tar tvzf - | grep AUTHORS | 16:40 |
msabramo | -rw-rw-r-- 0 jenkins jenkins 1 May 20 09:14 jenkins-job-builder-0.8.0/AUTHORS | 16:40 |
msabramo | the "1" before "May 20" is indicating that the file size is 1 byte | 16:40 |
*** dkehn has quit IRC | 16:40 | |
zaro | ok. i see you mean current release. should be all fixed in next release. | 16:41 |
clarkb | morgainfainber: yup, also please test with projects you care about | 16:41 |
*** dkehn has joined #openstack-infra | 16:41 | |
chuckC | anteaya: I'll try that out this morning. With everything I tried, I won't know it all works until I put something up for review. | 16:41 |
clarkb | you can hg clone the pip install that into a virtualenv | 16:42 |
anteaya | chuckC: okay thanks | 16:42 |
*** derekh_ has quit IRC | 16:42 | |
clarkb | then run that tox. should be version 0.7.2.something-dev iirc | 16:42 |
anteaya | best to keep to one chuckC | 16:42 |
* mordred goes to look for job logs to indicate errors | 16:43 | |
mordred | https://jenkins05.openstack.org/job/jenkins-job-builder-tarball/1/console | 16:45 |
mordred | nothing in here indicates anything out of the ordinary | 16:45 |
mordred | and it's got these: | 16:46 |
*** radez is now known as radez_g0n3 | 16:46 | |
mordred | 2014-05-20 16:14:55.097 | [pbr] Writing ChangeLog | 16:46 |
mordred | 2014-05-20 16:14:55.137 | [pbr] Generating AUTHORS | 16:46 |
mordred | as well as | 16:46 |
mordred | 2014-05-20 16:14:55.243 | [pbr] In git context, generating filelist from git | 16:46 |
mordred | which indicates that it did detect properly that it was in a git repo | 16:46 |
* notmyname is tagging python-swiftclient for release | 16:48 | |
notmyname | mordred: jeblair: ^ FYI | 16:48 |
notmyname | ttx: ^ FYI | 16:48 |
mordred | notmyname: excellent. let me know when you've done it - I'd like to double check your release for accuracy given the recent scrollback | 16:48 |
*** bnemec is now known as beekneemech | 16:49 | |
notmyname | mordred: ah? | 16:49 |
mordred | notmyname: we had some empty files in a thing from a few days ago (authors and changelog) | 16:49 |
notmyname | hmm | 16:49 |
*** radez_g0n3 is now known as radez | 16:49 | |
mordred | which, while not massively a problem, leads me to wonder "hiccup, or problem" | 16:49 |
mordred | I see nothing indicating anything _should_ have gone wrong | 16:50 |
*** nati_ueno has joined #openstack-infra | 16:50 | |
mgagne | Is there anything preventing someone from publish twice the same version on tarballs.o.o? Does the use of signed tags the only way to make such release idempotent if it ever happen? | 16:50 |
mordred | mgagne: the use of signed tags and the fact that he don't really let people delete tags | 16:51 |
mordred | since releases are tied to tags, the way to fix a botched release is to bump version and go again | 16:51 |
*** esmute has quit IRC | 16:51 | |
mgagne | mordred: s/he/we/ or does he refer to an omnipotent god? =) | 16:52 |
mordred | mgagne: both :) | 16:52 |
mgagne | mordred: alright thanks =) | 16:52 |
*** krotscheck has quit IRC | 16:52 | |
pleia2 | anteaya: you had mentioned reviewstats the other day, do we want to be hosting that somewhere? | 16:53 |
*** aconrad has joined #openstack-infra | 16:53 | |
notmyname | mordred: tag 2.1.0 pushed to gerrit | 16:53 |
zaro | mordred, clarkb, jeblair : does it make sense to generate coverage with one of the python jobs that run tests? | 16:54 |
mgagne | mordred: how can someone consume projects from trunk as an egg? Is there a place where egg are generated and could be used/tested before a release or is it left to an exercise to this potential user/dev? | 16:54 |
mordred | mgagne: we don't generate eggs, but we do generate source tarballs of trunk | 16:54 |
mordred | and they're at tarballs.o.o/$projectname/$projectname-master.tar.gz | 16:54 |
mgagne | zaro: IMO, coverage should be split into its own job | 16:54 |
mordred | (it gets overwritten each time) | 16:54 |
mordred | so if you want to pip install trunk of a project | 16:55 |
SlickNik | clarkb: Had to rebase https://review.openstack.org//#/c/92755/. Please can you take another look when you get a chance? Thanks! | 16:55 |
mordred | pip install http://tarballs.openstack.org/jenkins-job-builder/jenkins-job-builder.master.tar.gz | 16:55 |
zaro | mgagne: it's already setup that way. but takes a lot of time if it's a seperate job. | 16:55 |
mordred | jeblair: error rate on 1.1 is still good | 16:55 |
*** harlowja_away is now known as harlowja_ | 16:55 | |
mgagne | mordred: oh, I didn't know you could install from tarballs. (not that I tried it) | 16:56 |
mordred | mgagne: works same as eggs | 16:56 |
*** Longgeek_ has joined #openstack-infra | 16:58 | |
*** UtahDave has joined #openstack-infra | 16:59 | |
anteaya | pleia2: I did, and I do | 16:59 |
anteaya | not sure if there is consensus about that | 16:59 |
*** james_li has quit IRC | 17:00 | |
anteaya | do you have any thought about it, pleia2? | 17:00 |
anteaya | russellb is a tad busy these days | 17:00 |
anteaya | would be nice to have access to the info without bugging him | 17:00 |
anteaya | but not wanting to step on his toes either | 17:00 |
*** Longgeek has quit IRC | 17:01 | |
mordred | dammit | 17:02 |
*** ominakov has joined #openstack-infra | 17:02 | |
*** ominakov has quit IRC | 17:02 | |
mordred | notmyname: thank you. there is, in fact, an issue. now to look in to what it is | 17:02 |
mordred | fungi: ^^ any thoughts on how we investigate this? | 17:02 |
mordred | fungi: it works locally for me | 17:02 |
*** nati_uen_ has joined #openstack-infra | 17:03 | |
openstackgerrit | Michael Krotscheck proposed a change to openstack-infra/storyboard: Removed tabs, changed to four spaces. https://review.openstack.org/94280 | 17:03 |
fungi | mordred: i can try rerunning under precise and see if i can make it happen | 17:03 |
notmyname | mordred: I see that it was published to https://pypi.python.org/pypi/python-swiftclient/2.1.0 | 17:04 |
*** pblaho has quit IRC | 17:04 | |
notmyname | mordred: am I going to have to burn a version number? | 17:04 |
mordred | notmyname: it should be perfectly functional - the code is correct | 17:04 |
mordred | notmyname: the authors file is bs | 17:04 |
notmyname | mordred: ok | 17:05 |
mordred | fungi, dhellmann: didn't we fix this bug like 2 months ago? | 17:05 |
mordred | changelog file is correct as well | 17:05 |
*** lttrl has quit IRC | 17:05 | |
*** lttrl has joined #openstack-infra | 17:06 | |
*** praneshp has joined #openstack-infra | 17:06 | |
*** unicell has quit IRC | 17:06 | |
*** nati_ueno has quit IRC | 17:06 | |
fungi | trying on a held bare-precise node with tox -evenv python setup.py sdist | 17:06 |
*** marun has quit IRC | 17:06 | |
fungi | for swift master, AUTHORS is 168 lines | 17:07 |
mordred | fungi: python-swiftclient? | 17:07 |
mordred | fungi: what's the node? (I can log in too...) | 17:07 |
notmyname | fungi: mordred: I manually generate the AUTHORS file in swift at release time. not python-swiftclient | 17:07 |
*** andreykurilin_ has joined #openstack-infra | 17:07 | |
mordred | yah. | 17:07 |
notmyname | perhaps I should do so for swiftclient too | 17:07 |
*** nati_uen_ has quit IRC | 17:07 | |
*** markmcclain1 has quit IRC | 17:08 | |
mordred | well, _this_ should just work, since it works on my laptop | 17:08 |
fungi | oho, i should have tested swiftclient. trying again | 17:08 |
*** jaypipes is now known as leakypipes | 17:08 | |
mordred | although if you want to do that, you're welcome to - I'd like to consider the two orthogonal | 17:08 |
*** bhuvan has joined #openstack-infra | 17:08 | |
zaro | msabramo: you gonna propose a change to move python-jenkins & jjb coverage to check pipeline? | 17:08 |
*** nati_ueno has joined #openstack-infra | 17:08 | |
fungi | mordred: 23.253.204.39 | 17:08 |
*** marun has joined #openstack-infra | 17:08 | |
zaro | msabramo: don't think it's gonna happen globably. | 17:08 |
*** marcoemorais has quit IRC | 17:09 | |
*** marcoemorais has joined #openstack-infra | 17:09 | |
*** marcoemorais has quit IRC | 17:09 | |
gyee | is there a way to change the owner of an existing review? | 17:09 |
anteaya | gyee: not really | 17:09 |
anteaya | why do you ask? | 17:09 |
*** marcoemorais has joined #openstack-infra | 17:10 | |
anteaya | what are you trying to solve? | 17:10 |
gyee | I want to transfer ownership of my existing review to my colleague | 17:10 |
*** marcoemorais has quit IRC | 17:10 | |
*** krotscheck has joined #openstack-infra | 17:10 | |
gyee | he's going to take over that patch | 17:10 |
*** esmute has joined #openstack-infra | 17:10 | |
*** marcoemorais has joined #openstack-infra | 17:10 | |
anteaya | your colleague can pull down your patch and submit patches | 17:10 |
fungi | mordred: yeah, the resulting AUTHORS file was just a newline and no other content | 17:10 |
gyee | right now he can mark the review as work in progress | 17:10 |
anteaya | cores for the program can abandon or unabandon | 17:10 |
gyee | I mean he can't | 17:10 |
mordred | fungi: awesome. well, it's reproducible at least | 17:10 |
anteaya | and set and unset wip | 17:10 |
anteaya | gyee: no he can't, but cores can | 17:11 |
fungi | mordred: same even outside of tox | 17:11 |
gyee | anteaya, so I'll have to do it for him? | 17:11 |
zaro | gyee: your colleague should make a new chagne from your chagne. then abandone your change | 17:11 |
anteaya | or cores | 17:11 |
anteaya | zaro: that removes history from that patch | 17:11 |
zaro | gyee: then he will have ownership | 17:11 |
pleia2 | anteaya: I'd like to see it in -infra, shouldn't be hard to set up, I can put together a proposal and add him as a reviewer | 17:12 |
anteaya | which isn't really how we like to do things | 17:12 |
*** dansmith is now known as superdan | 17:12 | |
zaro | anteaya: yup, only way to do it right now. | 17:12 |
*** melwitt1 has joined #openstack-infra | 17:12 | |
mordred | fungi: seriously. I swear to god we fixed this 2 months ago. it's the old git version thing | 17:12 |
anteaya | zaro: not if we want to preserve history | 17:12 |
anteaya | pleia2: great | 17:12 |
fungi | mordred: setup_requires=['pbr'] doesn't seem to cause it to fail to python setup.py sdist even when there's no pbr installed | 17:12 |
mordred | fungi: it's the git log command | 17:12 |
zaro | anteaya: just do a reference. | 17:12 |
mordred | the one we use is "git log --use-mailmap" | 17:12 |
anteaya | pleia2: if russellb likes it, then that is great | 17:12 |
mordred | except git on precise does not have that option | 17:12 |
anteaya | zaro: I don't know, I would want to hear jeblair's views on it | 17:13 |
mordred | sigh | 17:13 |
fungi | fatal: unrecognized argument: --use-mailmap | 17:13 |
fungi | yup | 17:13 |
mordred | fungi: https://review.openstack.org/#/c/88627/ | 17:13 |
zaro | anteaya: ok, but i'm just echoing what jeblair has said in the past. | 17:13 |
zaro | :) | 17:13 |
*** Longgeek_ has quit IRC | 17:13 | |
*** melwitt has quit IRC | 17:13 | |
dhellmann | mordred: I vaguely remember an issue with the authors file generation, did we release pbr since the fix went in? | 17:13 |
mordred | notmyname, msabramo: I'm sorry. this is 100% on me - I made a patch for this, like, in april and then didnt' follow it through | 17:13 |
gyee | anteaya, zaro, thanks, I'll mark the review as work in progress for him for now | 17:14 |
mordred | dhellmann: the fix didn't make it in | 17:14 |
dhellmann | mordred: ah, ok -- did you see clarkb's comment about a missing function? | 17:15 |
anteaya | zaro: okay, I must have missed it in the past | 17:15 |
*** hogepodge has joined #openstack-infra | 17:15 | |
*** alaski is now known as lascii | 17:15 | |
*** dangers is now known as dangers_away | 17:15 | |
anteaya | gyee: I might be wrong about this, but I would rather hear from jeblair how wrong I am than just sort of be wrong and not know for sure | 17:15 |
openstackgerrit | Monty Taylor proposed a change to openstack-dev/pbr: Revert "Let git do mailmap mapping for us" https://review.openstack.org/88627 | 17:16 |
mordred | dhellmann: yup. there ^^ that shoudl fix it | 17:16 |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/config: Promote tempest-dsvm-virtual-ironic job https://review.openstack.org/95219 | 17:17 |
openstackgerrit | Devananda van der Veen proposed a change to openstack-infra/config: Symmetricaly test dib and ironic https://review.openstack.org/95220 | 17:17 |
fungi | anteaya: yes, starting a new change loses the review history for the previous change, but since gerrit doesn't currently have a mechanism to transfer change ownership that's about the only option besides bugging the original owner or core reviewers to wip and un-wip it for you | 17:19 |
clarkb | mordred: reviewing it now | 17:19 |
anteaya | fungi: so zaro suggestion is the accepted process? | 17:19 |
anteaya | zaro's | 17:19 |
fungi | anteaya: accepted or not, it's basically the only available process | 17:20 |
anteaya | gyee: support is evident for zaro's suggestion | 17:20 |
Alex_Gaynor | clarkb: did all the images get updated? | 17:21 |
fungi | Alex_Gaynor: the loop i started to regenerate the py3k-precise image in hpcloud-az2 is still trying after several days | 17:22 |
Alex_Gaynor | fungi: womp womp :-( computers | 17:22 |
fungi | Alex_Gaynor: there's a good chance we'll stop using that az before we get a fresh image in it | 17:22 |
Alex_Gaynor | fungi: "The Cloud: Sometimes you run stuff in a loop and a few days later you give up and use a different cloud somewhere else." (TM) | 17:22 |
anteaya | ha ha ha | 17:23 |
anteaya | I have to get a walk in | 17:24 |
anteaya | back in a bit | 17:24 |
*** zns has quit IRC | 17:24 | |
clarkb | Alex_Gaynor: no, hpcloud az2 still hates me | 17:25 |
clarkb | Alex_Gaynor: but I think we are getting close to turning that off so meh | 17:25 |
clarkb | mordred: what graphs for 1.1 are you looking at? I don't see any red | 17:25 |
fungi | mordred: upgrading .tox/venv to pbr 0.8.1.1.gd580d56 (your change) and rerunning setup.py sdist in it gets me an 82-line AUTHORS file for python-swiftclient now | 17:25 |
clarkb | oh needed to widen the time range. I see red now | 17:26 |
pelix | fungi: does git on precise have 'shortlog'? | 17:26 |
fungi | pelix: yep | 17:27 |
*** dripton_ is now known as dripton | 17:27 | |
pelix | might require less code as it's supposed to use mailmap behind the scenes | 17:27 |
fungi | pelix: yeah, the manpage for git-shortlog does indicate that it applies .mailmap | 17:27 |
pelix | git shortlog --format="%aN <%aE>" --summary -e | 17:27 |
pelix | get rid of the count in front and I think you should have your authors list | 17:28 |
*** marcoemorais has quit IRC | 17:28 | |
fungi | pelix: though git log also respects .mailmap for certain format macros | 17:28 |
fungi | again, according to the git-log manpage | 17:28 |
mordred | clarkb: http://goo.gl/A50tpe | 17:28 |
gyee | anteaya, cool, thanks | 17:28 |
clarkb | mordred: thanks | 17:29 |
pelix | fungi: always fun seeing what really works | 17:29 |
*** marcoemorais has joined #openstack-infra | 17:29 | |
mordred | pelix: not a bad idea | 17:29 |
*** _nadya_ has joined #openstack-infra | 17:29 | |
clarkb | my only concern with that is the revert is known to work | 17:30 |
*** marcoemorais has quit IRC | 17:30 | |
clarkb | and I can approve it right now, tag a release and everyone is happy | 17:30 |
clarkb | with shortlog I have to be paranoid because we are reverting for raisins | 17:30 |
*** marcoemorais has joined #openstack-infra | 17:30 | |
*** marcoemorais has quit IRC | 17:31 | |
*** Ryan_Lane1 has joined #openstack-infra | 17:31 | |
*** marcoemorais has joined #openstack-infra | 17:31 | |
fungi | git log --format="%aN <%aE>" | sort -u | 17:31 |
mordred | clarkb: I think we shoudl followon with the shortlog patch potentially | 17:31 |
mordred | I verify that fungi's command uses mailmap | 17:31 |
*** marcoemorais has quit IRC | 17:31 | |
*** marcoemorais has joined #openstack-infra | 17:32 | |
pelix | fungi: when it says respects .mailmap, does the 'see git-shortlog(1) or git-blame(1)' just mean that it only applies to when you use those commands, as instead of reproducing the full format list, those man pages redirect you to the man page 'git-log(1)' for the allowed format strings | 17:32 |
*** Ryan_Lane has quit IRC | 17:33 | |
mordred | fungi: so, actually, you're saying that the canonicalize_emails line may be useless | 17:33 |
mordred | as may the --use-mailmap option | 17:33 |
mordred | since that's the default behavior | 17:33 |
*** amcrn has joined #openstack-infra | 17:33 | |
fungi | pelix: it seems to use them for git log, based on my testing | 17:33 |
mordred | like, we may have been overthinking this the whole tie | 17:33 |
clarkb | mordred: jeblair: so trying to understand the 1.1 experiment. We are doing more nodes per network:router to see if it holds up? | 17:33 |
mordred | clarkb: yeah | 17:33 |
mordred | clarkb: to see if the _actual_ problem was exceeding the 256 nodes in a /24 | 17:34 |
*** alugovoi has joined #openstack-infra | 17:34 | |
pelix | fungi: wonder why it even has the option --use-mailmap for git-log so | 17:34 |
jeblair | clarkb: mordred still sees some failures, so we're trying to correlate failure rate with % of network range used | 17:34 |
*** nati_ueno has quit IRC | 17:35 | |
mordred | jeblair: failure rates are actually flatlined now | 17:35 |
mordred | not seeing any | 17:35 |
mordred | but also request rate is low | 17:35 |
jeblair | mordred: but use is low | 17:35 |
mordred | yah | 17:35 |
fungi | pelix: it may be that --use-mailmap extends mailmap use to macros like %an without having to explicitly use %aN instead | 17:35 |
clarkb | ya we need to ramp up use | 17:35 |
clarkb | we can push ~10 d-g changes and zuul will go crazy | 17:36 |
pelix | fungi: ah, well that's nice and unintuitive of the git devs | 17:36 |
clarkb | mordred: revert is +2 from me | 17:37 |
fungi | i confirm that using "%an <%ae>" produces un-mailmap-deduped output while "%aN <%aE>" seems to apply the .mailmap | 17:37 |
*** duran has quit IRC | 17:37 | |
mordred | dhellmann, clarkb: what do you think? the full revert? or a new patch that just removes the --use-mailmap? | 17:38 |
*** ihrachyshka has joined #openstack-infra | 17:38 | |
clarkb | if we can test the smaller change I think that is better, but we should properly test it | 17:39 |
*** lttrl has quit IRC | 17:39 | |
fungi | mordred: removing --use-mailmap and diffing the result against the AUTHORS file generated by the revert shows that it introduces two additional authors... Jenkins <jenkins@review.openstack.org> and OpenStack Jenkins <jenkins@openstack.org> | 17:39 |
*** bknudson has quit IRC | 17:39 | |
openstackgerrit | Monty Taylor proposed a change to openstack-dev/pbr: Remove --use-mailmap as it's not needed https://review.openstack.org/95225 | 17:40 |
* fungi does a second more format test just to be sure | 17:40 | |
mordred | fungi: oh - because we filter those specifically in the thing | 17:40 |
mordred | let's land the revert then | 17:40 |
mordred | and we can re-address later | 17:40 |
*** sarob has joined #openstack-infra | 17:41 | |
dstufft | mordred: the best thing about packaging is how hacks (pbr) ontop of hacks (setuptools) ontop of terrible (distutils) conjoin with more hacks and terrible (pip) to create a big ball of sad | 17:42 |
mordred | dstufft: that is, in fact, my favorite part about it | 17:42 |
mordred | everyone will tell you I prefer big balls of sad | 17:42 |
dstufft | Someday I'm going to write a book about all the terrible things people do in their packaging tools and why they are bad and should feel bad | 17:43 |
mordred | it should be titled that | 17:44 |
Alex_Gaynor | "One time I tried to install a package: A memoir, by Donald Stufft" | 17:44 |
fungi | mordred: ftr, the jenkins account stripping seems to happen elsewhere outside of the revert, so the AUTHORS file generated by 95225 is identical to that generated by 88627, at least where python-swiftclient is concerned | 17:44 |
mordred | fungi: god, really? | 17:45 |
mordred | fungi: oh - wait - you're right, it is in there | 17:45 |
*** UtahDave has quit IRC | 17:45 | |
mordred | fungi: so you're saying that both commits, as best you can tell, produce something akin to "correct" ? | 17:46 |
fungi | tested installing pbr 0.8.1.1.g8581fea (change 95225) vs pbr 0.8.1.1.gd580d56 (change 88627) | 17:46 |
mordred | then if the simple one fixes it too - I vote for the two line change over the revert | 17:46 |
fungi | md5sum of the AUTHORS file produced by both is identical | 17:46 |
mtreinish | fungi, sdague: so here's something fun when I went to push the '1' tag for tempest I get: "! [remote rejected] 1 -> 1 (prohibited by Gerrit)" | 17:46 |
mordred | jeblair, clarkb, dhellmann ? | 17:47 |
fungi | mtreinish: acl on the tempest project in gerrit probably. checking | 17:47 |
mtreinish | oh I just assumed 1 was reserved, but that makes more sense :) | 17:47 |
dhellmann | yeah, I've also seen that when I didn't have the ssh key right but the acl is the most likely cause | 17:47 |
fungi | mtreinish: yep, acl isn't set up to allow tags. i'll propose a change for you real fast | 17:48 |
dstufft | mordred: someday i'd like to hammer out an idea I keep thinking of, something that would move the stuff that pbr does to package creation time instead of at setup.py execution time | 17:48 |
clarkb | mordred: either way is fine with me if we can test the new solution | 17:49 |
*** e0ne has joined #openstack-infra | 17:49 | |
mtreinish | fungi: ok cool, thanks | 17:49 |
mordred | dstufft: funny story, I've been having the exact same thought | 17:49 |
mordred | dstufft: I was talking with notmyname about it at the summit - my lame version of talking about that is having pbr shove a static generated setup.py into the sdists it creates | 17:50 |
clarkb | wouldn't it be nice if we cold just get rid of setup.py completely? | 17:50 |
dstufft | clarkb: it'll happen | 17:50 |
mordred | clarkb: well, yeah. | 17:50 |
dstufft | I promise you, it'll be an option at some point | 17:50 |
*** alugovoi has quit IRC | 17:51 | |
*** zns has joined #openstack-infra | 17:51 | |
mordred | clarkb: I believe fungi and I have both tested both and they both work - (on precise too) | 17:52 |
jeblair | mordred: what's your question to me? | 17:52 |
clarkb | mordred: cool it has my +2 | 17:52 |
mordred | so I'm fairly 'happy' with them | 17:52 |
*** e0ne has quit IRC | 17:52 | |
mordred | jeblair: we have two different solutions to today's pbr bug | 17:52 |
mordred | https://review.openstack.org/95225 | 17:52 |
mordred | and | 17:52 |
mordred | https://review.openstack.org/88627 | 17:52 |
mordred | both produce the same results | 17:52 |
*** e0ne has joined #openstack-infra | 17:52 | |
mordred | looking for votes on which one to pick | 17:52 |
jeblair | mordred: oh that didn't land yet? | 17:52 |
*** _nadya_ has quit IRC | 17:52 | |
mordred | jeblair: sigh. nope. | 17:52 |
* mordred stabs self in eyeballs | 17:53 | |
*** fanhe has quit IRC | 17:53 | |
jeblair | mordred: oh, because we're not using the addresses anyway | 17:54 |
jeblair | ? | 17:54 |
* zaro visiting dentist. afk until off chair | 17:54 | |
*** e0ne has quit IRC | 17:55 | |
mordred | jeblair: I don't understand your question | 17:55 |
jeblair | mordred: why is it safe to remove use-mailmap and not replace it with the mailmap functions? | 17:56 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Allow tempest tags and release tarballs https://review.openstack.org/95230 | 17:56 |
fungi | mtreinish: ^ | 17:56 |
mordred | jeblair: because git does them naturally with the format string we're using | 17:56 |
mordred | jeblair: --use-mailmap is not needed, and it doesn't exist on precise git | 17:56 |
mordred | jeblair: fungi | i confirm that using "%an <%ae>" produces un-mailmap-deduped output while "%aN <%aE>" seems to apply the .mailmap | 17:57 |
mordred | jeblair: ^^ that's the relevant two format strings | 17:57 |
jeblair | yowza. | 17:57 |
mordred | right? | 17:57 |
fungi | mordred: jeblair: if you look at the manpage for git-log circa ubuntu precise, it explicitly calls out that %aN and %aE apply .mailmap | 17:57 |
mordred | so, --use-mailmap makes %an use mailmap settings like aN | 17:57 |
mordred | because $sanity | 17:57 |
jeblair | okay. well in that case i rather like 95225 which, like clarkb, i have not tesed :) | 17:58 |
mordred | I think that's my preference too | 17:58 |
jeblair | but i have read the manpage and agree with fungi that it says that :) | 17:58 |
* fungi will paste up a confirmation of it working | 17:58 | |
fungi | if it helps | 17:58 |
* mordred +A'd it | 17:59 | |
mordred | ok. I'm going to grab food. I'll be back before the great rename of death | 17:59 |
fungi | basically cherry-picking each of those changes (the revert and the command line cleanup), installing them into the .tox/venv for a pbr-using project which has a .mailmap and doing the sdist dance via tox for each of them produces an identical AUTHORS file | 18:00 |
mtreinish | fungi: thanks | 18:00 |
fungi | on the platform we're using to generate tarballs | 18:00 |
mtreinish | one thing though is I don't think there is a tempest-ptl gerrit group. Or was that to create it? | 18:01 |
fungi | mtreinish: it will get created automagically, but i can make that a different group if you want | 18:01 |
fungi | mtreinish: also, note that if you ever plan to start making tempest pip-installable, we probably need to think hard about what to do regarding https://pypi.python.org/pypi/Tempest | 18:02 |
mtreinish | no that's fine I can't imagine anyone else needing to push a tag | 18:02 |
mtreinish | hmm, yeah that could be an issue although I don't think we have any plans to do that right now | 18:04 |
*** rcarrill` has joined #openstack-infra | 18:05 | |
fungi | clarkb: quick +2/+a on 95230? i'll add mtreinish to tempest-ptl once it lands | 18:05 |
fungi | then he can get on with his releasing | 18:05 |
*** saper has joined #openstack-infra | 18:06 | |
*** gokrokve has joined #openstack-infra | 18:06 | |
clarkb | looking | 18:06 |
*** rcarrillocruz has quit IRC | 18:06 | |
*** james_li has joined #openstack-infra | 18:07 | |
clarkb | fungi: done | 18:07 |
fungi | i suppose i should test tagging in a local checkout and making sure the sdist tarball gets correctly versioned | 18:07 |
*** marun has quit IRC | 18:08 | |
openstackgerrit | A change was merged to openstack-infra/config: Allow tempest tags and release tarballs https://review.openstack.org/95230 | 18:10 |
*** radez is now known as radez_g0n3 | 18:10 | |
*** e0ne has joined #openstack-infra | 18:11 | |
clarkb | fungi: jeblair mordred I am going to approve jesusaurus' change now | 18:12 |
*** radez_g0n3 is now known as radez | 18:12 | |
reed | guys, how do I change topic on #openstack-community? | 18:12 |
jesusaurus | :) | 18:13 |
clarkb | approved | 18:13 |
clarkb | reed: as an op you need to /topic this is my new topic | 18:13 |
clarkb | reed: I think you should have perms right? | 18:13 |
reed | clarkb, next question, how do I get op? :) | 18:13 |
jeblair | reed: /msg chanserv op #openstack-community reed | 18:13 |
pleia2 | you can just /msg chanserv topic #openstack-community blah blah blah | 18:14 |
pleia2 | no need to op up | 18:14 |
jeblair | pleia2: ++ | 18:14 |
jeblair | reed: we should start a wiki page for the irc ops, maybe listing the team members and helpful commands like this | 18:14 |
reed | ah! thanks | 18:15 |
reed | maybe I should have consulted freenode help page | 18:15 |
openstackgerrit | Joshua Harlow proposed a change to openstack-dev/pbr: Teach PBR about envra versions (useful for rpms). https://review.openstack.org/95234 | 18:15 |
reed | I thought that openstackstatus had something to do with the topic | 18:15 |
*** dprince has quit IRC | 18:16 | |
fungi | reed: it can change the topic temporarily if we're experiencing project-wide infrastructure issues we need to warn everyone to be alert for | 18:16 |
fungi | but it should change it back on its own afterward to whatever it was before | 18:16 |
reed | cool, no problem | 18:17 |
reed | I'll read the docs on freenode next time | 18:17 |
reed | not sure we need to duplicate info on our wiki | 18:17 |
clarkb | so what do people think about me pushing ~10 throwaway changes to d-g in order to exercise hpcloud 1.1? | 18:18 |
reed | what's openstack-attic? | 18:18 |
clarkb | is that just wasteful and we wait for monday/tuesday to see how it handles load? | 18:18 |
jeblair | clarkb: go for it | 18:18 |
jeblair | reed: where we're putting projects we've abandoned | 18:18 |
clarkb | reed: it is the island of misfit toys^H^H^H^Hrepos | 18:19 |
Alex_Gaynor | So many people have bene making "island of misfit toys" references lately. | 18:19 |
openstackgerrit | A change was merged to openstack-infra/config: Move openstack-specific config out of ::jenkins https://review.openstack.org/89708 | 18:19 |
* nibalizer is rememebering the dollhouse attic | 18:19 | |
reed | for some reason I thought that the attic was a good place to be :) | 18:19 |
fungi | clarkb: exercising hpcloud region b hardly seems wasteful however you do it | 18:19 |
fungi | reed: when it floods, perhaps ;) | 18:19 |
*** _nadya_ has joined #openstack-infra | 18:20 | |
*** thomasbiege has joined #openstack-infra | 18:20 | |
reed | the word 'attic' reminds me of mansards in Paris, cute, cozy and romantic | 18:21 |
* jeblair is reminded of CVS | 18:21 | |
pleia2 | hot and full of wasps | 18:21 |
*** alugovoi has joined #openstack-infra | 18:21 | |
notmyname | mordred: (was in meeting, reading scrollback now) yes I'm excited about pbr generating a static setup.py in a tarball. and I'll start bugging you about that probably next week :-) | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 1 https://review.openstack.org/95237 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 2 https://review.openstack.org/95238 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 3 https://review.openstack.org/95239 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 4 https://review.openstack.org/95240 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 5 https://review.openstack.org/95241 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 6 https://review.openstack.org/95242 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 7 https://review.openstack.org/95243 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 8 https://review.openstack.org/95244 | 18:22 |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/devstack-gate: DO NOT MERGE test change 9 https://review.openstack.org/95245 | 18:22 |
*** thomasbiege has quit IRC | 18:23 | |
*** comstud is now known as bearhands | 18:23 | |
fungi | mtreinish: added you to https://review.openstack.org/#/admin/groups/355,members and fwiw, i did a tox -evenv python setup.py sdist in tempest after adding a signed 1 tag to the branch tip, and it produced tempest-1.tar.gz so should be all set | 18:24 |
clarkb | jeblair: any reason not to approve your change that names the integrated gate? | 18:24 |
*** ihrachyshka has quit IRC | 18:24 | |
*** aconrad has quit IRC | 18:25 | |
*** sweston has joined #openstack-infra | 18:27 | |
mtreinish | fungi: ok cool, I tagged an older commit to try an coincide with icehouse but that shouldn't be any different | 18:27 |
*** radez is now known as radez_g0n3 | 18:27 | |
mtreinish | I'll push out the tag in a sec | 18:27 |
*** sweston has quit IRC | 18:27 | |
*** Sukhdev has joined #openstack-infra | 18:27 | |
*** sweston has joined #openstack-infra | 18:28 | |
fungi | clarkb: we seem to be building 100 additional nodes in region b now. awesome | 18:28 |
fungi | though deletes have crept up coincident with that, it's probably a relatively proportional | 18:29 |
fungi | quantity | 18:29 |
*** sweston_ has joined #openstack-infra | 18:29 | |
clarkb | ya there is a nice spike on the graph | 18:30 |
*** e0ne has quit IRC | 18:30 | |
*** e0ne has joined #openstack-infra | 18:31 | |
clarkb | and the errors have crept up slightly | 18:31 |
clarkb | but nothing really insance | 18:31 |
clarkb | *insane | 18:31 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Publish troveclient documentation https://review.openstack.org/92562 | 18:31 |
*** sweston has quit IRC | 18:32 | |
clarkb | though I think this confirms the error rate isn't a function of network:router sizes | 18:33 |
*** bknudson has joined #openstack-infra | 18:33 | |
clarkb | jeblair: mordred ^ in a little bit the data should be more clear | 18:33 |
anteaya | mansards full of wasps, interesting | 18:33 |
*** sweston has joined #openstack-infra | 18:33 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Publish troveclient documentation https://review.openstack.org/92562 | 18:34 |
reed | is ttx on holiday? | 18:34 |
*** sweston_ has quit IRC | 18:34 | |
fungi | he was around earlier | 18:34 |
*** sweston has quit IRC | 18:35 | |
*** e0ne has quit IRC | 18:35 | |
anteaya | I talked to him this morning | 18:35 |
anteaya | well this morning for me | 18:36 |
*** packet has quit IRC | 18:38 | |
openstackgerrit | Anita Kuno proposed a change to openstack-infra/config: The process for making a Third-Party CI voting needs docs https://review.openstack.org/93562 | 18:38 |
*** packet has joined #openstack-infra | 18:39 | |
anteaya | pleia2: please confirm an absense of red squares: https://review.openstack.org/#/c/93562/8/doc/source/third_party.rst | 18:39 |
anteaya | absence | 18:39 |
pleia2 | anteaya: yep, looks good :) | 18:40 |
ttx | reed: no holiday for the braves | 18:40 |
pleia2 | I'll browse rendered one last time once the jobs are done then can +1 | 18:40 |
*** doug-fish has left #openstack-infra | 18:41 | |
* anteaya wipes her brow in relief | 18:41 | |
anteaya | thanks | 18:41 |
anteaya | how are the braves doing anyway? | 18:41 |
jesusaurus | are there any jobs that run on the jenkins master? is the master also a slave? | 18:43 |
clarkb | nope | 18:43 |
anteaya | top of the national league east: http://mlb.mlb.com/mlb/standings/?tcid=mm_mlb_standings&c_id=atl | 18:43 |
clarkb | we can remove the masters use of slave_scripts | 18:43 |
ttx | did anyone see mordred today ? | 18:44 |
clarkb | ttx: yes he was around | 18:44 |
*** marcoemorais has quit IRC | 18:45 | |
openstackgerrit | K Jonathan Harker proposed a change to openstack-infra/config: Remove jenkins slave_scripts from jenkins masters https://review.openstack.org/95249 | 18:46 |
jesusaurus | clarkb: ^^ | 18:46 |
*** marcoemorais has joined #openstack-infra | 18:46 | |
*** marcoemorais has quit IRC | 18:46 | |
*** marcoemorais has joined #openstack-infra | 18:47 | |
Shrews | fungi: got a sec for a super easy review? https://review.openstack.org/94456 I kinda need that in before my tempest changes I've put up. Forgot about the dependency ;/ | 18:47 |
*** marcoemorais has quit IRC | 18:47 | |
*** marcoemorais has joined #openstack-infra | 18:48 | |
*** andreaf_ has quit IRC | 18:48 | |
Shrews | sdague: gracias | 18:49 |
*** sdague has left #openstack-infra | 18:49 | |
fungi | Shrews: approved | 18:49 |
*** marcoemorais has quit IRC | 18:49 | |
Shrews | fungi: gracias x 2 | 18:49 |
*** sweston has joined #openstack-infra | 18:49 | |
*** sdague has joined #openstack-infra | 18:49 | |
fungi | oh, sdague beat me to it | 18:49 |
*** marcoemorais has joined #openstack-infra | 18:49 | |
Shrews | fungi: also, heard from olaph re: next week? | 18:50 |
fungi | Shrews: no, i assume he's still stuck under a cow | 18:50 |
Shrews | oh, he gets all the fun jobs | 18:50 |
Shrews | i'll ping him | 18:50 |
sdague | Shrews: no worries. Was just checking in quickly and seemed simple enough | 18:51 |
*** jogo is now known as flashgordon | 18:52 | |
mtreinish | sdague, fungi: http://git.openstack.org/cgit/openstack/tempest/tag/?id=1 | 18:53 |
*** zns has quit IRC | 18:54 | |
mtreinish | it seemed to work correctly | 18:54 |
*** sweston has quit IRC | 18:54 | |
fungi | mtreinish: however http://tarballs.openstack.org/tempest/ | 18:54 |
fungi | i'll figure out where it croaked | 18:54 |
sdague | mtreinish: you might want to change setup.cfg as well | 18:55 |
sdague | it still uses the os based release version in it | 18:55 |
*** _nadya_ has quit IRC | 18:55 | |
mtreinish | sdague: oh, yeah that's a good point | 18:55 |
*** sweston has joined #openstack-infra | 18:55 | |
sdague | that's in the docs | 18:56 |
openstackgerrit | K Jonathan Harker proposed a change to openstack-infra/config: Move jenkins-sudo bits to openstack_project https://review.openstack.org/95252 | 18:56 |
jesusaurus | clarkb: also ^^ | 18:56 |
mtreinish | sdague: what's in the docs? | 18:57 |
*** radez_g0n3 is now known as radez | 18:58 | |
jeblair | clarkb: i am not positive the running zuul has that capability; i think it does but i haven't double checked. it will definitely be safe after the renames though, so may as well just do it then | 18:59 |
*** pelix has quit IRC | 18:59 | |
jeblair | clarkb: (gate name change) | 18:59 |
sdague | mtreinish: http://docs.openstack.org/developer/tempest/ | 18:59 |
sdague | the setup.cfg version ends up in there | 18:59 |
*** prad has joined #openstack-infra | 18:59 | |
clarkb | jeblair: ok I will wait then, thanks | 18:59 |
*** prad_ has quit IRC | 19:00 | |
*** prad_ has joined #openstack-infra | 19:01 | |
* SergeyLukjanov partially here | 19:01 | |
anteaya | hey | 19:01 |
*** sweston has quit IRC | 19:02 | |
*** sweston has joined #openstack-infra | 19:02 | |
fungi | mtreinish: so... the tarball job seems not to have run. i wonder if your version number was too "simple" for our release tag regex ;) | 19:02 |
SergeyLukjanov | anteaya, I'm here | 19:02 |
anteaya | yay | 19:03 |
clarkb | jeblair: fungi zaro mordred everyone else: gerrit upstream is talking about ripping out openid support in 2.10 | 19:03 |
clarkb | because they hate us | 19:03 |
fungi | mtreinish: yep! http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/zuul/layout.yaml#n130 | 19:03 |
SergeyLukjanov | zaro, enabling coverage could affect some testing IMO (at least increase time for running them) | 19:03 |
clarkb | (well actually because google accounts are silly apparently, but still this is annoying) | 19:03 |
clarkb | so uh ya | 19:03 |
fungi | clarkb: wow! | 19:03 |
dstufft | fungi: I have a pretty thorough regex/PEP 440 parser thing | 19:03 |
clarkb | I am digging up a link to the thread now | 19:03 |
dstufft | fungi: FWIW | 19:03 |
mtreinish | fungi: ha, it needs a minor version | 19:03 |
* anteaya stands by for clarkb's link | 19:04 | |
*** sweston has quit IRC | 19:04 | |
*** prad has quit IRC | 19:04 | |
*** prad_ is now known as prad | 19:04 | |
clarkb | https://groups.google.com/forum/#!topic/repo-discuss/Hjn-6BV3KBU no decision is made yet but ripping out support is mentioned | 19:04 |
SergeyLukjanov | fungi, jeblair, clarkb, anteaya, should I update renaming CRs? | 19:05 |
clarkb | SergeyLukjanov: to do what? sorry I think I am missing context | 19:05 |
SergeyLukjanov | clarkb, for todays renaming session | 19:05 |
SergeyLukjanov | sounds like we decided to keep codename-based naming for specs | 19:06 |
clarkb | SergeyLukjanov: right, but do they need updating? | 19:06 |
clarkb | oh that | 19:06 |
mtreinish | fungi: so should we try this again as "1.0"? | 19:06 |
SergeyLukjanov | probably we need to rename spec repos that are now named using the program name | 19:06 |
mtreinish | and just ignore the minor version unless we need it | 19:06 |
clarkb | SergeyLukjanov: maybe we can put those changes at the end of the list so that we can use them if we want but ignore them if we don't want them | 19:06 |
clarkb | I don't really care much about what we call them so will defer to jeblair and others | 19:07 |
SergeyLukjanov | clarkb, I'll recheck changes and reorder them | 19:07 |
anteaya | SergeyLukjanov: there is still an email thread being discussed about that | 19:07 |
SergeyLukjanov | anteaya, probably we should to postpone the specs renaming for some time when we'll decide about it? | 19:07 |
anteaya | SergeyLukjanov: so some renames is deferred for today: https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 19:07 |
anteaya | SergeyLukjanov: yes, that is what has been decided, postpone the specs renaming | 19:08 |
clarkb | mordred: jeblair the error rate after my d-g push looks really similar to the error rate from before. I think that means it is independent of network:router numbers and size | 19:08 |
fungi | mtreinish: nah, we should fix our regex. looking at dstufft's suggestion momentarily | 19:08 |
SergeyLukjanov | anteaya, okay, thanks | 19:08 |
anteaya | project renaming, climate to blazar, barbican and to -attic is still a go | 19:08 |
SergeyLukjanov | anteaya, are we postponing the whole renaming or only specs? | 19:08 |
SergeyLukjanov | anteaya, oh, got it ;) | 19:08 |
anteaya | :D | 19:09 |
dstufft | fungi: PEP 440 isn't locked down yet, so it's still subject to changing but https://github.com/dstufft/packaging/pull/1 | 19:09 |
anteaya | clarkb: so the early indications are we move to Google+ signin, OAuth2.0 signin or spin our own | 19:09 |
anteaya | clarkb: do I read that correctly? | 19:09 |
clarkb | anteaya: not quite, that is for upstream | 19:10 |
clarkb | anteaya: gerrit still supports other auth mechanisms. They are suggestion they will remove openid though | 19:10 |
anteaya | and we use openid right? | 19:10 |
SergeyLukjanov | anteaya, fungi, I'll cleanup changes in the next hour | 19:11 |
anteaya | SergeyLukjanov: I think it is mostly fixing the dependencies, is it not? | 19:11 |
anteaya | I think all the patches are in good shape vote-wise | 19:11 |
jesusaurus | jeblair: my refactor missed two things: https://review.openstack.org/#/c/95249/ is needed for puppet to run on the jenkins masters, https://review.openstack.org/#/c/95252/ is a matter of sanity and cleanliness | 19:11 |
SergeyLukjanov | anteaya, I think yes | 19:12 |
anteaya | SergeyLukjanov: k | 19:12 |
anteaya | SergeyLukjanov: if you need stuff re-reviewed, I'm standing by | 19:12 |
jeblair | SergeyLukjanov, clarkb, fungi, mordred: yeah, i think the consensus is heading toward codenames, so at this point i'm pretty sure we should not rename repos that currently have a codename | 19:12 |
SergeyLukjanov | anteaya, thanks! | 19:12 |
jeblair | SergeyLukjanov, clarkb, fungi, mordred: i've gotten explicit confirmation from devananda and notmyname that they are okay with renaming their program name repos to codename; haven't heard from dolphm eglynn or zaneb yet | 19:13 |
*** ChanServ changes topic to "Discussion of OpenStack Developer Infrastructure | docs http://ci.openstack.org | bugs https://launchpad.net/openstack-ci/ | https://git.openstack.org/cgit/openstack-infra/config/tree/" | 19:16 | |
*** mwagner_lap has quit IRC | 19:18 | |
clarkb | jeblair: ok | 19:19 |
*** zehicle_at_dell has joined #openstack-infra | 19:19 | |
anteaya | glad we are heading toward codenames | 19:21 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Allow single-digit release tags https://review.openstack.org/95257 | 19:23 |
fungi | i think those ^ solve tempest's case without being too loose | 19:24 |
dstufft | wth is a "g" | 19:26 |
fungi | "git" | 19:26 |
*** bhuvan has quit IRC | 19:26 | |
dstufft | oh | 19:26 |
fungi | no idea really | 19:27 |
dstufft | also, is that supposed to allow 1.a | 19:27 |
devananda | jeblair: side note, for renaming baremetal-specs, we'll also need to rename the review team | 19:27 |
fungi | dstufft: yeah, it has so far, though it's worth debating whether we want to support that or reject it | 19:28 |
*** chuckC has quit IRC | 19:28 | |
fungi | pbr already has some internal logic on how to convert tagged versions into python package versions | 19:29 |
fungi | i believe it either morphs 1.a into 1.0a or maybe mordred was merely contemplating that as a solution | 19:29 |
*** thedodd has quit IRC | 19:31 | |
mtreinish | fungi: doesn't that still need a period because of the "+\."? (I suck at regex for the record) | 19:31 |
fungi | mtreinish: ? means 0 or 1 instance of the element | 19:31 |
fungi | mtreinish: so \.? means no \. or only one \. | 19:31 |
fungi | mtreinish: oh, you're talking about the release regex, not the prerelease one | 19:32 |
fungi | mtreinish: the ()* takes care of that (any number of including 0 of) | 19:32 |
fungi | so the missing match against ([0-9]+\.) is fine because * allows to match 0 times | 19:33 |
mtreinish | fungi: yeah I was, ok cool just wanted to check | 19:33 |
fungi | whereas before the + meant 1 or more occurrences of the ([0-9]+\.) element | 19:33 |
dstufft | fungi: once PEP 440 is final I'm going to go on my crusade to make everyone conform >:] | 19:34 |
*** sarob has quit IRC | 19:34 | |
mtreinish | fungi: ok, I see that now. Thanks | 19:34 |
*** zns has joined #openstack-infra | 19:35 | |
fungi | dstufft: i for one welcome our new pep versioning overlords, as long as we can still convert between them and something semver-like and debian and red hat version semantics | 19:35 |
dstufft | fungi: one of the PEP people is a Red Hat employee, so I sure hope so :) | 19:35 |
fungi | having a defined mechanical transform between all of those will be useful | 19:36 |
dstufft | I can add that to the list | 19:36 |
dstufft | though we have some of that already | 19:36 |
dstufft | roughly informal though more of a "well here's how you could do it" | 19:36 |
fungi | tricky part is to deal with how different schemes represent pre-versioning vs post-versioning for non-releases | 19:36 |
notmyname | jeblair: remember when we were in the bookstore in Perth and there was a recommended book there that we both looked at? It's called Altered Carbon. | 19:36 |
*** zns has quit IRC | 19:37 | |
*** lcostantino has quit IRC | 19:37 | |
notmyname | jeblair: I've been reading it (about halfway through now). it's pretty good. reminds me a lot of snow crash. | 19:37 |
*** zns has joined #openstack-infra | 19:37 | |
dstufft | fungi: ya | 19:37 |
SpamapS | Hey, so the tripleo test R1 rack is down and likely to stay that way for a while due to unexplained DC networking issues. | 19:37 |
SpamapS | Not sure what needs to be done to tell nodepool to give up. | 19:38 |
fungi | mtreinish: manually triggered your job, and http://tarballs.openstack.org/tempest/tempest-1.tar.gz is a thing now | 19:38 |
fungi | mtreinish: checksums at http://logs.openstack.org/7d/7d3932c5d0ca72c268217b17571fafdbf3610935/release/tempest-tarball/7d3932c/console.html#_2014-05-23_19_25_23_065 | 19:38 |
dstufft | fungi: PEP 440 allows some real bad version numbers (lol who can guess how 4:1.5.3a1.post5.dev2~foo.1.bar sorts)... but mosly for compat purposes ;( | 19:38 |
SpamapS | I'm stopping nova-api so that we don't get intermittent access | 19:38 |
fungi | dstufft: i think you misspelled "combat" there | 19:39 |
fungi | (weaponized version numbers ftw!) | 19:39 |
dstufft | fungi: haha | 19:39 |
mtreinish | fungi: awesome thanks. I like that tempest-1 | 19:39 |
*** e0ne has joined #openstack-infra | 19:40 | |
fungi | SpamapS: nodepool won't give up until we unconfigure it by setting the max-servers there to 0 and removing it from all labels, probably, but thanks for the heads up | 19:41 |
clarkb | SpamapS: nice! | 19:41 |
SpamapS | fungi: ok thats probably fine | 19:41 |
fungi | mtreinish: hopefully 95257 or something like it merges before tempest 2, and then it should be automagic | 19:41 |
SpamapS | by stopping nova-api until we get it back up we'll prevent spurious failures on new nodes | 19:42 |
mtreinish | fungi: yeah I have faith, tempest 2 won't be until havana eol so there is plenty of time | 19:42 |
* SpamapS disappears for a while | 19:42 | |
*** marcoemorais has quit IRC | 19:44 | |
*** marcoemorais has joined #openstack-infra | 19:45 | |
* anteaya is hearing thunder | 19:46 | |
*** radez is now known as radez_g0n3 | 19:46 | |
anteaya | if lighting is close I will be disappearing | 19:46 |
anteaya | yeah so I've lost power once already | 19:51 |
anteaya | see you when it is over | 19:51 |
*** crc32 has joined #openstack-infra | 19:54 | |
*** nati_ueno has joined #openstack-infra | 19:54 | |
clarkb | fungi: 95257, I think you can remove [0-9]* from the regex as well | 19:54 |
clarkb | fungi: is that worth a -1? | 19:55 |
*** sweston has joined #openstack-infra | 19:56 | |
clarkb | fungi: commented in either case but +2 | 20:02 |
fungi | clarkb: on line 121? | 20:02 |
fungi | oh, i see the comment now | 20:02 |
*** thedodd has joined #openstack-infra | 20:02 | |
fungi | clarkb: i do believe you're right, since ([0-9]+\.?)+ will also match [0-9]* now | 20:03 |
clarkb | ya, I almost thought we could do [0-9.]+ but that allows for a . prefix | 20:04 |
clarkb | which we don't want | 20:04 |
fungi | clarkb: however i don't believe the same is true for line 130 since it needs a non-empty-set somewhere | 20:04 |
*** zns has quit IRC | 20:04 | |
fungi | unless we don't care that ^refs/tags/([0-9]+\.)*$ will also match "refs/tags/" with no actual tag | 20:05 |
clarkb | fungi: it works if you use the same regex in both places | 20:05 |
fungi | not sure what you mean by "the same regex" | 20:05 |
clarkb | ^refs/tags/([0-9]\.?)+ that bit | 20:06 |
fungi | are you suggesting ^refs/tags/([0-9]+\.)+$ | 20:06 |
SergeyLukjanov | renaming bomb | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move barbican from stackforge to barbican https://review.openstack.org/94997 | 20:06 |
SergeyLukjanov | sorry | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move database-api to attic https://review.openstack.org/94953 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move openstack-chef to attic https://review.openstack.org/94952 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename oslo.test to oslotest https://review.openstack.org/94954 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Improve blazar project acl https://review.openstack.org/95001 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move openstack-qa repo to attic https://review.openstack.org/94949 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move python-melangeclient to attic https://review.openstack.org/94951 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename murano-api repo to murano https://review.openstack.org/95085 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move melange to attic https://review.openstack.org/94950 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Remove obsolete #openstack-climate channel https://review.openstack.org/94913 | 20:06 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename climate to blazar https://review.openstack.org/94912 | 20:06 |
fungi | clarkb: oh, you're suggesting ^refs/tags/([0-9]+\.?)+$ | 20:06 |
fungi | clarkb: however that will match "refs/tags/1." | 20:07 |
fungi | which we probably don't want | 20:07 |
clarkb | fungi: hrm ya | 20:07 |
fungi | so i think line 130 is about as distilled as it can be, but i agree on 121 | 20:08 |
jeblair | jesusaurus: those changes look good to me; aprvd | 20:08 |
SergeyLukjanov | folks, I've removed specs renamings from the chain | 20:09 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Allow integer-only release tags https://review.openstack.org/95257 | 20:09 |
SergeyLukjanov | everything else is ready | 20:09 |
jesusaurus | jeblair: awesome | 20:09 |
*** zns has joined #openstack-infra | 20:10 | |
clarkb | zaro: that response is amazing | 20:10 |
openstackgerrit | A change was merged to openstack-infra/config: Remove jenkins slave_scripts from jenkins masters https://review.openstack.org/95249 | 20:10 |
bknudson | is http://status.openstack.org/rechecks/ not getting updated? | 20:10 |
bknudson | top one is "Last seen: 2014-04-28 16:27:40 UTC" | 20:10 |
openstackgerrit | A change was merged to openstack-infra/config: Move jenkins-sudo bits to openstack_project https://review.openstack.org/95252 | 20:11 |
jeblair | notmyname: cool, thanks; i added it to my list | 20:11 |
fungi | bknudson: probably broken again. i'll see if it's stuck | 20:11 |
fungi | bknudson: most of us have just been looking at http://status.openstack.org/elastic-recheck/ and thus wouldn't notice | 20:12 |
*** mkoderer has quit IRC | 20:12 | |
SergeyLukjanov | I'll be here if some renaming changes will be needed << fungi, jeblair, clarkb | 20:12 |
bknudson | fungi: I'm still working off https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures | 20:12 |
fungi | bknudson: yeah, unfortunately that's still official for a little longer | 20:12 |
fungi | SergeyLukjanov: thanks! | 20:13 |
harlowja_ | hi guys, is it possible to just merge https://review.openstack.org/#/c/94236/ (basically i had to do a ~trival rebase of the last attempt) | 20:13 |
jesusaurus | is there an etherpad or something that describes all of the upcoming project renames? | 20:14 |
fungi | jesusaurus: https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 20:14 |
jesusaurus | perfect | 20:14 |
jeblair | clarkb, mordred, fungi: you should all vote on https://review.openstack.org/#/c/91012/ | 20:15 |
fungi | jeblair: yes indeed | 20:16 |
*** bhuvan has joined #openstack-infra | 20:17 | |
*** dstanek is now known as dstanek_zzz | 20:17 | |
clarkb | +2 | 20:21 |
jeblair | fungi, mordred, clarkb, SergeyLukjanov: 3/5 spec repos we created a couple days ago confirmed they are okay with codename | 20:21 |
jeblair | fungi, mordred, clarkb, SergeyLukjanov: i'm considering going out on a limb and just renaming them now so we can put it to bed | 20:22 |
zaro | clarkb: you mean openid plugin one? | 20:22 |
jeblair | i very much get the idea no one has strong feelings and would just like to be consistent | 20:22 |
fungi | the non-codename ones have existed for such a short time that they very well may not have any users or changes in them at all yet | 20:23 |
jeblair | fungi: that's what i'm thinking. it's almost a public service to just do it now. | 20:23 |
fungi | agreed. i'm in favor, we just need to whip up the change to rename them and the additional cut-n-paste commands | 20:23 |
jeblair | SergeyLukjanov: ... you mentioned you're still around... want to do a few more rename changes? :) | 20:24 |
fungi | i'll get the additional commands into the etherpad for review... what's the list? | 20:24 |
jeblair | fungi: added list to etherpad | 20:26 |
jeblair | fungi: (just the list, not any commands) | 20:26 |
*** chuckC has joined #openstack-infra | 20:26 | |
fungi | jeblair: thanks. whipping them up now | 20:26 |
*** Sukhdev has quit IRC | 20:27 | |
openstackgerrit | A change was merged to openstack-dev/pbr: Remove --use-mailmap as it's not needed https://review.openstack.org/95225 | 20:27 |
SergeyLukjanov | I'm here | 20:28 |
SergeyLukjanov | jeblair, what's up? | 20:28 |
jeblair | SergeyLukjanov: was wondering if you have time to make changes for the 5 repos listed in "Last-minute additions" on https://etherpad.openstack.org/p/repo-renaming-2014-05-23 ? | 20:29 |
* clarkb joins the etherpad finally scrollback++ | 20:29 | |
SergeyLukjanov | jeblair, we'd like to rename from program name to codename? | 20:29 |
jeblair | SergeyLukjanov: i think so; the mailing list thread is heading that way, 3/5 of those explicitly told me it's okay, and i'm pretty sure the others don't feel strongly | 20:30 |
jeblair | SergeyLukjanov: since they are so new, i think it's probably better to rename them asap before they really get used | 20:30 |
jeblair | and then we can go back to real work :) | 20:30 |
SergeyLukjanov | jeblair, okay, I'll do it now | 20:30 |
clarkb | jeblair: I'm gessing reviewing SergeyLukjanov's changes is the current priority? | 20:31 |
clarkb | I will start that in just a minute | 20:31 |
jeblair | #status notice Gerrit will be offline for about 20 minutes in order to rename some projects starting at 21:00 UTC. | 20:32 |
openstackstatus | jeblair: sending notice | 20:32 |
*** doddstack has joined #openstack-infra | 20:33 | |
-openstackstatus- NOTICE: Gerrit will be offline for about 20 minutes in order to rename some projects starting at 21:00 UTC. | 20:33 | |
*** annegentle_ has quit IRC | 20:34 | |
openstackstatus | jeblair: finished sending notice | 20:34 |
*** marcoemorais1 has joined #openstack-infra | 20:35 | |
*** thedodd has quit IRC | 20:35 | |
fungi | cut/paste is updated in the etherpad for sql and shell commands for all 16 projects | 20:35 |
*** dstanek_zzz is now known as dstanek | 20:36 | |
fungi | i'm going to precreate openstack-attic dirs on gerrit and the git servers so i don't forget to make them when we start | 20:36 |
clarkb | k | 20:36 |
*** nati_uen_ has joined #openstack-infra | 20:36 | |
*** marcoemorais has quit IRC | 20:37 | |
clarkb | state = read only <- is that a thing? I am searching in gerrit docs and not finding it | 20:38 |
jeblair | clarkb: yeah, i emprically tested it | 20:38 |
clarkb | thanks | 20:38 |
jeblair | clarkb: it's what shows up in the config if you set the state multiple-select in the gui | 20:38 |
jeblair | er single-select | 20:39 |
*** nati_ueno has quit IRC | 20:39 | |
clarkb | not approving anything until after the renames | 20:40 |
clarkb | jeblair: SergeyLukjanov I see status = read only and state = read only | 20:41 |
clarkb | are they equivalent? | 20:41 |
jeblair | clarkb, fungi: what do you think is the best way to stop our new puppetmaster launch-puppet script from running? | 20:42 |
SergeyLukjanov | clarkb, it should be state = read only | 20:42 |
jeblair | cause i think we want to pause that during the downtime | 20:42 |
clarkb | SergeyLukjanov: https://review.openstack.org/#/c/94951/4/modules/openstack_project/files/gerrit/acls/openstack-attic/python-melangeclient.config says status | 20:42 |
SergeyLukjanov | clarkb, oops | 20:42 |
SergeyLukjanov | clarkb, I'll fix it | 20:42 |
clarkb | jeblair: it is a cron that runs a script maybe we can replace that script with `true`? | 20:42 |
jeblair | (eg, pause puppet-runner, approve changes, do rename, unpause puppet-runner) | 20:42 |
SergeyLukjanov | I'm now making new changes | 20:42 |
clarkb | SergeyLukjanov: I haven't checked for any others yet | 20:42 |
clarkb | but will keep an eye out | 20:43 |
jeblair | clarkb: is that how puppet is run on ci-puppetmaster? | 20:43 |
clarkb | oh good question | 20:43 |
clarkb | I think so, but would have to double check | 20:43 |
*** nati_ueno has joined #openstack-infra | 20:43 | |
fungi | okay, openstack-attic dirs precreated on gerrit and git farm | 20:45 |
clarkb | jeblair: I don't see a puppet agent daemon on the master and it does a ca listing to get nodes which would include the puppetmaster. I believe this means puppetmaster is puppeted just like everything else | 20:45 |
jeblair | clarkb: over ssh too, i wonder? :) | 20:45 |
jeblair | fungi: thx | 20:45 |
*** nati_uen_ has quit IRC | 20:45 | |
*** nati_uen_ has joined #openstack-infra | 20:46 | |
clarkb | jeblair: it says PermitRootLogin forcedcommandsonly | 20:46 |
clarkb | also I have no idea why the script isrun out of the git repo then calls out ot usr/local/bin | 20:47 |
clarkb | the comment in there says call external so that the above git fetch updates it which is wrong | 20:47 |
clarkb | because git fetch update the local thing | 20:47 |
clarkb | mordred: ^ mind explaining that when you have time | 20:47 |
*** nati_ueno has quit IRC | 20:48 | |
fungi | good news... i just double-checked the database schema and our renaming instructions still refer to valid table/column names ;) | 20:49 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename baremetal-specs to ironic-specs https://review.openstack.org/95265 | 20:49 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename object-specs to swift-specs https://review.openstack.org/95266 | 20:49 |
jeblair | fungi: cool! see any fancy new tables? | 20:50 |
jeblair | fungi: we should probably do a mysqldump after we shutdown and before we start changing | 20:50 |
fungi | jeblair: great idea. also, erm, gerrit had so many tables in oldentimes that i'm not sure i'd notice a few new ones :/ | 20:51 |
fungi | so there *is* the distinct risk that we'll discover new tables we should add to the instructions for future renames | 20:51 |
*** gondoi is now known as zz_gondoi | 20:52 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename orchestration-specs to heat-specs https://review.openstack.org/95268 | 20:53 |
*** nati_uen_ has quit IRC | 20:53 | |
*** zz_gondoi is now known as gondoi | 20:54 | |
clarkb | is someone doing a DB dump now? | 20:54 |
clarkb | I just got a 500 errorfrom gerrit | 20:54 |
clarkb | trying to leave a +2 on a change (which did happen oddly even though I also got a 500) | 20:55 |
fungi | oh, ew. i was testing the mysqldump command. i guess it's not so gentle | 20:55 |
*** nati_uen_ has joined #openstack-infra | 20:55 | |
jeblair | mysqldump --opt --ignore-table mysql.event --all-databases | gzip -9 > gerrit-2014-05-23.sql.gz | 20:55 |
jeblair | fungi: i was thinking something like that ^ | 20:55 |
fungi | we run it every night at 00:00 utc, so i suppose we're doing that to our users semi-regularly | 20:56 |
*** pdmars has quit IRC | 20:56 | |
clarkb | fungi: yes people have noticed :) | 20:56 |
fungi | jeblair: yep, that's basically what i put in the etherpad | 20:56 |
AaronGr | mysqldump is always a blocking operation | 20:56 |
*** mfer has quit IRC | 20:57 | |
AaronGr | fwiw, xtrabackup isn't, other than about 5 seconds during it's finalize. | 20:57 |
AaronGr | though that's a binary backup, and not an sql dump. | 20:57 |
clarkb | for https://review.openstack.org/#/c/94997/3/modules/openstack_project/files/review.projects.yaml should we remove the upstream? | 20:57 |
clarkb | I think its safe to leave them there, mostly wondering about whether we want to do that cleanup | 20:57 |
jeblair | fungi: how do you want to do group renames? in the db or in the webui after we bring it back up but before we run m-p? | 20:58 |
*** nati_ueno has joined #openstack-infra | 20:58 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename identity-specs to keystone-specs https://review.openstack.org/95269 | 20:58 |
jeblair | clarkb: let's do it later | 20:58 |
clarkb | k | 20:58 |
fungi | jeblair: webui. the db doesn't take care of groups files in the individual repos | 20:58 |
jeblair | k, i'll work on a list of group renames we need to do | 20:58 |
fungi | appreciated | 20:58 |
*** hashar has joined #openstack-infra | 20:59 | |
jeblair | (i don't see one so i'm assuming that hasn't been done yet) | 20:59 |
fungi | nope--hadn't thought about building that list | 20:59 |
*** pafuent has left #openstack-infra | 20:59 | |
*** nati_uen_ has quit IRC | 21:00 | |
fungi | AaronGr: looks like xtrabackup isn't in ubuntu until saucy, but once we upgrade everything to trusty we'll be golden ;) | 21:00 |
fungi | oh, wait, used to be percona-xtrabackup | 21:01 |
AaronGr | fungi: correct | 21:01 |
fungi | nevermind, still only saucy and later | 21:01 |
fungi | at least officially | 21:02 |
AaronGr | unless you pull in the percona copy, yeah. | 21:02 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename orchestration-specs to celometer-specs https://review.openstack.org/95271 | 21:02 |
SergeyLukjanov | I think that's all, /me need to fix some nits | 21:02 |
mordred | o/ | 21:03 |
jeblair | fungi, AaronGr: I have this thing about thinking that sql backups are inherently better. :) but we can beer that another time | 21:03 |
*** smarcet has quit IRC | 21:03 | |
clarkb | jeblair: ++ | 21:03 |
clarkb | to beer and them being inherently better | 21:03 |
SergeyLukjanov | clarkb, only one status -> state? | 21:03 |
AaronGr | jeblair: that's a discussion i'd be happy to have with you another time :) | 21:03 |
fungi | beer is inherently better | 21:04 |
clarkb | SergeyLukjanov: so far that is the only one I have found | 21:04 |
clarkb | SergeyLukjanov: maybe you can git grep 'status =' in your repo | 21:04 |
fungi | clarkb: yeah, my acl normalization script takes status&state into account because there was at least one typo | 21:04 |
jeblair | mordred: vote on https://review.openstack.org/#/c/91012/ | 21:04 |
jeblair | mordred: then check out https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 21:04 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move barbican from stackforge to barbican https://review.openstack.org/94997 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move database-api to attic https://review.openstack.org/94953 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move openstack-chef to attic https://review.openstack.org/94952 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename oslo.test to oslotest https://review.openstack.org/94954 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename orchestration-specs to heat-specs https://review.openstack.org/95268 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename identity-specs to keystone-specs https://review.openstack.org/95269 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Move python-melangeclient to attic https://review.openstack.org/94951 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename orchestration-specs to celometer-specs https://review.openstack.org/95271 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename murano-api repo to murano https://review.openstack.org/95085 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename baremetal-specs to ironic-specs https://review.openstack.org/95265 | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename object-specs to swift-specs https://review.openstack.org/95266 | 21:05 |
SergeyLukjanov | renaming machine ;) | 21:05 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename climate to blazar https://review.openstack.org/94912 | 21:05 |
SergeyLukjanov | clarkb, only i bash8 project ;) | 21:05 |
SergeyLukjanov | I think everythin is ready :) | 21:06 |
mordred | jeblair: should I +A it as well since I'm the last +2 ? | 21:06 |
jeblair | SergeyLukjanov: https://review.openstack.org/#/c/95271/ has a confusing commit message | 21:07 |
jeblair | mordred: ++ | 21:07 |
fungi | SergeyLukjanov: are the specs changes linked in the etherpad? also the new ones seem to lack the renaming-may-23 topic | 21:07 |
SergeyLukjanov | jeblair, does you mean missed "I"? | 21:07 |
SergeyLukjanov | "i" | 21:07 |
jeblair | SergeyLukjanov: Rename orchestration-specs to celometer-specs | 21:07 |
jeblair | SergeyLukjanov: should be "Rename telemetry-specs to ceilometer-specs" | 21:08 |
jeblair | SergeyLukjanov: the orchestration/telemetry error bothers me more :) | 21:08 |
SergeyLukjanov | fixing | 21:08 |
*** marcoemorais1 has quit IRC | 21:08 | |
jeblair | SergeyLukjanov: the actual change looks fine | 21:08 |
*** marcoemorais has joined #openstack-infra | 21:08 | |
SergeyLukjanov | I'm a bit over-"renamed" | 21:08 |
*** mattoliverau has quit IRC | 21:08 | |
*** jamielennox is now known as jamielennox|away | 21:08 | |
jeblair | SergeyLukjanov: you're putting a lot into this, and these are hard. thank you very much. | 21:09 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Rename telemetry-specs to ceilometer-specs https://review.openstack.org/95271 | 21:09 |
SergeyLukjanov | jeblair, trying to help :) | 21:09 |
SergeyLukjanov | I've added changes to the etherpad | 21:11 |
SergeyLukjanov | fungi ^^ | 21:11 |
SergeyLukjanov | I hope everything is ok now | 21:11 |
fungi | SergeyLukjanov: awesome--thanks! | 21:11 |
*** mattoliverau has joined #openstack-infra | 21:11 | |
jeblair | okay i came up with 2 group renames; added to etherpad as step 10.5 | 21:12 |
clarkb | in addition to a DB dump should we also make backups of all the renamed repos after shutting gerrit down? | 21:12 |
fungi | jeblair: perfect. i suspected there wouldn't be many | 21:12 |
fungi | clarkb: maybe... but other than group renames i can't think of much in this process which would alter their contents | 21:13 |
clarkb | fungi: mostly thinking its new gerrit and being paranoid | 21:13 |
fungi | they're just directories getting moved on disk | 21:13 |
SergeyLukjanov | topics fixed too | 21:13 |
fungi | but we could, sure. i wonder how long an rsync of that would take | 21:13 |
clarkb | probably not long, these repos are relatively small | 21:14 |
fungi | oh, just rsync the ones we're moving/renaming... good point | 21:14 |
mordred | ++ | 21:14 |
*** bogdando has quit IRC | 21:15 | |
SergeyLukjanov | review request for release status folks - https://review.openstack.org/#/q/status:open+project:openstack-infra/config+branch:master+topic:releasestatus-juno,n,z | 21:15 |
*** jhesketh has quit IRC | 21:16 | |
jeblair | we're a bit late :( | 21:16 |
*** bogdando has joined #openstack-infra | 21:16 | |
jeblair | clarkb: want to put together the rsync commands? | 21:16 |
clarkb | uh ok | 21:17 |
jeblair | i'm on puppetmaster right now, and it's mid-run | 21:17 |
clarkb | I was thinking git clone would me sufficientish | 21:17 |
clarkb | but that doesn't actually get everything I guess | 21:17 |
openstackgerrit | K Jonathan Harker proposed a change to openstack-infra/config: Correct source file location https://review.openstack.org/95272 | 21:17 |
fungi | i'm working on the rsync command already | 21:17 |
jeblair | clarkb: ^ nm | 21:17 |
clarkb | oh ok | 21:17 |
*** annegentle has joined #openstack-infra | 21:18 | |
jeblair | still waiting on puppetmaster; i disabled the cron, though i'll need to check again when it's done with its run | 21:19 |
clarkb | k | 21:20 |
jeblair | it's into the "brazenly run" part of the script | 21:20 |
clarkb | I am logged into github and ready to rename things there | 21:20 |
clarkb | and/or delete as appropriate | 21:21 |
mordred | I'm prepped and read for the mirror renames | 21:21 |
mordred | ready | 21:21 |
* anteaya is back and reading backscroll | 21:21 | |
fungi | logged into review.o.o and can do steps there | 21:21 |
openstackgerrit | A change was merged to openstack-infra/config: Update releasestatus conf for Juno cycle https://review.openstack.org/95092 | 21:21 |
jeblair | i'll take care of puppetmaster and zuul then | 21:21 |
mordred | it's like we're the aqua teens - except there are four of us | 21:22 |
mordred | wait | 21:22 |
mordred | who the hell are the aqua teens | 21:22 |
mordred | I meant the wonder twins | 21:22 |
* mordred is VERY ready for this rename | 21:22 | |
fungi | btw the rsync got tested once already, so should be viable | 21:22 |
*** jamielennox|away is now known as jamielennox | 21:23 | |
openstackgerrit | A change was merged to openstack-infra/config: Add sahara to releasestatus https://review.openstack.org/95093 | 21:23 |
jeblair | mordred: there are about to be 5 of us :) | 21:24 |
mordred | jeblair: I know! it's very exciting | 21:24 |
mordred | jeblair: there have never been 5 of us at once have there? | 21:24 |
fungi | depends on how much stock you put in the continuity of spacetime | 21:24 |
mordred | wow. that, I believe, is a thing that just about everything depends on | 21:25 |
openstackgerrit | A change was merged to openstack-infra/config: Add example and details to the releasestatus config https://review.openstack.org/95110 | 21:25 |
openstackgerrit | A change was merged to openstack-infra/config: Add slukjanov to users https://review.openstack.org/91012 | 21:25 |
jeblair | fungi: you are no longer the new guy! :) | 21:25 |
mordred | wow. fungi has been the new guy for a really long time | 21:26 |
fungi | srsly | 21:26 |
jeblair | puppet has stopped | 21:26 |
*** zns has quit IRC | 21:26 | |
jeblair | i have disabled the cron job again, so i think we're good | 21:26 |
mordred | woot | 21:27 |
jeblair | waiting/working on zuul now | 21:27 |
clarkb | mordred: if you look at the 1.1 error over success graph its like 100 is the magic number | 21:27 |
clarkb | maybe we also want to try say 100 nodes per router:network? | 21:28 |
*** annegentle has quit IRC | 21:28 | |
mordred | clarkb: yeah. | 21:29 |
jeblair | clarkb: so new hypothesis? the change from <100 to >100 causes errors, but increasing beyond that doesn't affect the rate? | 21:29 |
*** jhesketh has joined #openstack-infra | 21:29 | |
clarkb | jeblair: ya, I am not super convinced of that, I think its a global number issue | 21:29 |
clarkb | but worth testing to see | 21:29 |
clarkb | since we don't see errors until we get to >=100 nodes ish | 21:30 |
fungi | greater than two digits is clearly the problem. it's y2k all over again! | 21:30 |
jeblair | i'm waiting for one more change about to report | 21:31 |
clarkb | so once this is all done I think we go back to 5 providers with max servers set to 100 each then recheck no bug my test d-g changes | 21:31 |
jeblair | SpamapS: do you want to declare bankruptcy on the check-tripleo queue? | 21:31 |
fungi | sounded like it wasn't going to catch up any time soon, with their largest region back down again all day with network breakage | 21:32 |
anteaya | jhesketh: we are here: https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 21:32 |
jeblair | #status alert Gerrit is offline in order to rename some projects. ETA: 22:00. | 21:33 |
openstackstatus | jeblair: sending alert | 21:33 |
jeblair | zuul is stopped | 21:33 |
jeblair | fungi: all yours | 21:33 |
fungi | disabling puppet agent on gerrit and stopping the service now | 21:33 |
*** aysyd has quit IRC | 21:33 | |
*** hashar has quit IRC | 21:33 | |
*** hashar has joined #openstack-infra | 21:34 | |
jeblair | so i don't think we need to disable the puppet agent anymore since i stopped it on puppetmaster; but i guess that's belt and braces | 21:34 |
jeblair | i mean belt and suspenders | 21:34 |
fungi | yeah, mainly in case we want to start it on the puppetmaster before on review | 21:34 |
fungi | gerrit is now offline. starting database and git backups | 21:34 |
-openstackstatus- NOTICE: Gerrit is offline in order to rename some projects. ETA: 22:00. | 21:34 | |
*** ChanServ changes topic to "Gerrit is offline in order to rename some projects. ETA: 22:00." | 21:34 | |
*** signed8bit has quit IRC | 21:35 | |
mordred | running the renames on the git farm | 21:36 |
fungi | backups complete and in ~root now | 21:36 |
fungi | starting db updates | 21:36 |
openstackstatus | jeblair: finished sending alert | 21:36 |
clarkb | should I start github now? | 21:36 |
*** nati_ueno has quit IRC | 21:37 | |
jeblair | clarkb: i think that's safe.. though oddly we have that in a later part of the instructions... | 21:37 |
clarkb | ok doing that now | 21:38 |
jeblair | probably just to minimize downtime, but we have extra hands right now | 21:38 |
fungi | no errors on mysql queries. doing filesystem changes on review.o.o now | 21:38 |
mordred | I was just about to see if fungi wanted help with the filesystem | 21:39 |
mordred | git farm renames are done | 21:39 |
jeblair | we're at 4/5 explicit okays for the specs renames | 21:39 |
*** wenlock has joined #openstack-infra | 21:40 | |
fungi | mv: cannot stat `/var/lib/git/openstack/baremetal-specs.git': No such file or directory | 21:40 |
fungi | mv: cannot stat `/var/lib/git/openstack/object-specs.git': No such file or directory | 21:40 |
mordred | fungi: on review? | 21:40 |
fungi | mv: cannot stat `/var/lib/git/openstack/orchestration-specs.git': No such file or directory | 21:40 |
fungi | mv: cannot stat `/var/lib/git/openstack/identity-specs.git': No such file or directory | 21:40 |
jeblair | fungi: oh! | 21:40 |
fungi | mv: cannot stat `/var/lib/git/openstack/telemetry-specs.git': No such file or directory | 21:40 |
fungi | those were all | 21:41 |
jeblair | i think we changed the location of the mirror | 21:41 |
fungi | crappity. yes we did | 21:41 |
fungi | correcting course | 21:41 |
* mordred blames cinder | 21:41 | |
fungi | /opt/lib/git | 21:41 |
mordred | jeblair: clearly we should have been using AFS | 21:41 |
jeblair | mordred: i believe that would have prevented this. | 21:42 |
mordred | and all problems | 21:42 |
*** zns has joined #openstack-infra | 21:42 | |
clarkb | ok github renames done, moving to github deletes | 21:42 |
*** giulivo has quit IRC | 21:42 | |
clarkb | fungi: does that mean the rsync backups fetched the wrong things? | 21:42 |
clarkb | or did they get the right location? | 21:43 |
jeblair | clarkb: he backed up the canonical repos | 21:43 |
fungi | right, the rsync was fine | 21:43 |
clarkb | oh thats the mirror | 21:43 |
clarkb | roger | 21:43 |
clarkb | ok barbican and friends are being deleted on github now | 21:43 |
fungi | also done with the renames in /opt now | 21:44 |
fungi | are we ready to start gerrit again? | 21:44 |
jeblair | fungi: i think so | 21:45 |
fungi | going once... | 21:45 |
fungi | twice... | 21:45 |
fungi | starting | 21:45 |
jeblair | so... do we want to actually run all of SergeyLukjanov's changes through the gate or just force-merge them? | 21:45 |
fungi | first i need to rename those two groups, right? | 21:46 |
jeblair | fungi: puppet is stopped, so order isn't critical there | 21:46 |
fungi | good point | 21:46 |
jeblair | starting zuul | 21:46 |
clarkb | github is done | 21:46 |
fungi | so we should probably run them through the gate just in case we have merge conflicts somehow (i didn't 100% confirm the change dependency chain)? | 21:47 |
jeblair | zuul is not starting; debugging that now | 21:47 |
fungi | well, zuul did get new code | 21:47 |
fungi | swift stuff | 21:48 |
clarkb | jeblair: ugh it could be that the removal of the project id was insufficient. I tested swiftclient in python interpretter but not zuul directly | 21:48 |
jeblair | fungi: we can, though gerrit will still bomb out on merge conflicts | 21:48 |
fungi | fair enough | 21:48 |
clarkb | jeblair: if that is the case can you try setting the project id to something wrong eg 'myproject' and see if that fixes it? | 21:48 |
clarkb | though we had something wrong in there before and it didn't work... yay clouds | 21:48 |
jeblair | it's an un-logged startup error :( so it'll take a minute to diagnose | 21:48 |
mordred | jeblair: yay! | 21:49 |
fungi | i can go ahead and merge those changes then while you're debugging zuul | 21:49 |
jeblair | fungi: ++ | 21:49 |
*** packet has quit IRC | 21:49 | |
jeblair | swiftclient.exceptions.ClientException: No tenant specified | 21:49 |
clarkb | damnit | 21:49 |
clarkb | so that totally worked when I set tenant_name to None manually | 21:50 |
clarkb | where is that exception coming from | 21:50 |
clarkb | and you can't pass in a space as a value in python ini files | 21:50 |
clarkb | so I'm stumped | 21:50 |
openstackgerrit | A change was merged to openstack-infra/config: Move openstack-qa repo to attic https://review.openstack.org/94949 | 21:50 |
jeblair | clarkb: http://paste.openstack.org/show/81238/ | 21:50 |
*** weshay has quit IRC | 21:51 | |
openstackgerrit | A change was merged to openstack-infra/config: Move melange to attic https://review.openstack.org/94950 | 21:51 |
JayF | Dumb question: what is openstack-attic? | 21:51 |
openstackgerrit | K Jonathan Harker proposed a change to openstack-infra/jenkins-job-builder: Sanitize the output file name https://review.openstack.org/95276 | 21:51 |
clarkb | JayF: it is the island of misfit toys^H^H^H^Hrepos | 21:51 |
*** hashar has quit IRC | 21:51 | |
jesusaurus | JayF: its where we put the dusty projects that collect spiderwebs | 21:51 |
fungi | JayF: it's where we keep all the dusty odds and ends nobody uses any longer | 21:51 |
clarkb | jeblair: ok, simple thing is to remove the swift config again, unless you can figure out a way to pass in ' ' as the tenant_name | 21:51 |
clarkb | jeblair: but ConfigParser chomps strings | 21:51 |
mordred | JayF: it's where I keep my boxes of stuff | 21:51 |
clarkb | so I couldn't figure it out | 21:51 |
JayF | clarkb wins for the most clever of answers | 21:52 |
JayF | ty :) | 21:52 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Disable zuul swift config https://review.openstack.org/95277 | 21:52 |
*** dstanek is now known as dstanek_zzz | 21:53 | |
clarkb | jhesketh: maybe you can get rax to fix this on your side? | 21:53 |
jeblair | clarkb: can you review that, and mordred can you approve it? | 21:53 |
clarkb | jeblair: yup | 21:53 |
jeblair | clarkb: particularly that that does what i think it does | 21:53 |
clarkb | jeblair: it will make zuul not attempt to auth at all? | 21:53 |
jeblair | clarkb: i think that will cause puppet to not insert the entire block | 21:54 |
fungi | patchbomb inbound | 21:54 |
jeblair | zuul is starting | 21:54 |
clarkb | ah yup | 21:54 |
mordred | jeblair: on it | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Move barbican from stackforge to barbican https://review.openstack.org/94997 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Move database-api to attic https://review.openstack.org/94953 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Move openstack-chef to attic https://review.openstack.org/94952 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename oslo.test to oslotest https://review.openstack.org/94954 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename orchestration-specs to heat-specs https://review.openstack.org/95268 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename identity-specs to keystone-specs https://review.openstack.org/95269 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Move python-melangeclient to attic https://review.openstack.org/94951 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename telemetry-specs to ceilometer-specs https://review.openstack.org/95271 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename murano-api repo to murano https://review.openstack.org/95085 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename baremetal-specs to ironic-specs https://review.openstack.org/95265 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename object-specs to swift-specs https://review.openstack.org/95266 | 21:54 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename climate to blazar https://review.openstack.org/94912 | 21:54 |
clarkb | fungi: needed a rebase? | 21:54 |
jeblair | fungi: how far did you get before the bogus jgit conflict? 4 patches merged? | 21:54 |
fungi | jeblair: yep | 21:55 |
jeblair | i love that | 21:55 |
mordred | the zuul swift thing is so frustrating | 21:55 |
clarkb | mordred: yes | 21:55 |
clarkb | this is an easy fix if our config could represent ' ' | 21:55 |
openstackgerrit | A change was merged to openstack-infra/config: Move python-melangeclient to attic https://review.openstack.org/94951 | 21:55 |
jeblair | reloading queue | 21:55 |
clarkb | but the fact that we need that at all is crazy | 21:55 |
mordred | clarkb: well, you know, the fact ^^ that | 21:55 |
mordred | I shouldn't need to configure ' ' | 21:56 |
clarkb | right | 21:56 |
openstackgerrit | A change was merged to openstack-infra/config: Move openstack-chef to attic https://review.openstack.org/94952 | 21:56 |
*** _nadya_ has joined #openstack-infra | 21:56 | |
openstackgerrit | A change was merged to openstack-infra/config: Move database-api to attic https://review.openstack.org/94953 | 21:56 |
mordred | clarkb: we could put something into the config processing in zuul: if val == "None": val=None | 21:56 |
openstackgerrit | A change was merged to openstack-infra/config: Rename oslo.test to oslotest https://review.openstack.org/94954 | 21:56 |
clarkb | if val == "metaspace" then val = ' ' | 21:56 |
SergeyLukjanov | sorry, I was in taxi going to home | 21:57 |
clarkb | mordred: so it used None there and it failed. I tested that and I thought it worked | 21:57 |
SergeyLukjanov | anything bad happens? | 21:57 |
mordred | oh. | 21:57 |
openstackgerrit | A change was merged to openstack-infra/config: Move barbican from stackforge to barbican https://review.openstack.org/94997 | 21:57 |
anteaya | SergeyLukjanov: we had to fix the zuul swift change | 21:57 |
mordred | SergeyLukjanov: mostly fine - other than the swift zuul patch | 21:57 |
jeblair | SergeyLukjanov: nope, all ok. | 21:57 |
clarkb | but our python clients are so ridiculously meta programmed that you can't determine how any of the args are supposed to work | 21:57 |
openstackgerrit | A change was merged to openstack-infra/config: Rename climate to blazar https://review.openstack.org/94912 | 21:57 |
clarkb | because clearly obfuscated client apis is a good thing | 21:57 |
mordred | clarkb: but that means that the args can be introspected by the factories that introspect the args from the factory factories | 21:57 |
openstackgerrit | A change was merged to openstack-infra/config: Rename murano-api repo to murano https://review.openstack.org/95085 | 21:58 |
openstackgerrit | A change was merged to openstack-infra/config: Rename baremetal-specs to ironic-specs https://review.openstack.org/95265 | 21:58 |
mordred | clarkb: notmyname DID release a new version of python-swiftclient today - it's possible that the world changed since you tested | 21:58 |
clarkb | mordred: its keystoneclient where the problem is | 21:58 |
openstackgerrit | A change was merged to openstack-infra/config: Rename object-specs to swift-specs https://review.openstack.org/95266 | 21:58 |
sdague | clarkb: fun story | 21:58 |
clarkb | well keystoneclient talking to rax ID | 21:58 |
mordred | clarkb: I do not believe that notmyname released a new version of that | 21:58 |
* mordred stabs rax ID in the face | 21:59 | |
openstackgerrit | A change was merged to openstack-infra/config: Rename orchestration-specs to heat-specs https://review.openstack.org/95268 | 21:59 |
* mordred throws a wet burning cat at rackspace's not-a-keystone | 21:59 | |
sdague | yesterday I started writing a new javelin in python to let us do more complicated stuff | 21:59 |
jeblair | fungi: i'm guessing we should try to keep series like this based on master -- it seems like as long as it can FF it's okay, but merge commits bomb out after 4 on a branch | 21:59 |
openstackgerrit | A change was merged to openstack-infra/config: Rename identity-specs to keystone-specs https://review.openstack.org/95269 | 21:59 |
fungi | jeblair: yeah, pretty sad really | 21:59 |
mordred | jeblair: but jgit is better | 21:59 |
sdague | after 4 hours of not being able to get our python clients to do sensible things, I gave up, and started using tempest's clients | 21:59 |
*** harlowja_ is now known as harlowja_away | 21:59 | |
mordred | sdague: wow | 21:59 |
openstackgerrit | A change was merged to openstack-infra/config: Rename telemetry-specs to ceilometer-specs https://review.openstack.org/95271 | 22:00 |
jeblair | sdague: can you release those so nodepool can use them? :) | 22:00 |
sdague | the client library state is a mess | 22:00 |
*** _nadya_ has quit IRC | 22:00 | |
*** wenlock has quit IRC | 22:00 | |
fungi | okay, all changes merged now | 22:00 |
clarkb | sdague: mordred: so I think I know my way around python relatively well, and the fact that even after RTFS'ing I can't figure out how to auth with keystone is ridiculous | 22:00 |
sdague | clarkb: agreed | 22:00 |
mordred | sdague: I do not believe jeblair is kidding, btw | 22:00 |
clarkb | ideally it would just be documented, but the code is available so the fact it isn't documented means I can read the code, but its just scary | 22:00 |
sdague | mordred: yeh... so it would require unwinding some of the tempest conf bits | 22:01 |
* mordred blames morganfainberg | 22:01 | |
jeblair | fungi: renaming groups now? | 22:01 |
clarkb | I really like how command line arg parsing happens | 22:01 |
sdague | which... honestly I've considered doing as part of this | 22:01 |
clarkb | there is about 5 layers of indirection to parse a single argument | 22:01 |
*** gondoi is now known as zz_gondoi | 22:01 | |
mordred | isn't this why openstacksdk was going to be written? how's that going? | 22:01 |
anteaya | can everyone update the etherpad so we know what has been done? https://etherpad.openstack.org/p/repo-renaming-2014-05-23 | 22:01 |
anteaya | so we don't miss anything | 22:01 |
* mordred checked my stuff off | 22:02 | |
anteaya | awesome thank you | 22:02 |
jeblair | anteaya: we're at step 10.5 | 22:02 |
sdague | mordred: yeh, I don't know where their progress is | 22:02 |
anteaya | jeblair: *nod | 22:02 |
jeblair | anteaya: and it's the only thing left on the etherpad, but we still have more on http://ci.openstack.org/gerrit.html | 22:02 |
sdague | the tempest clients aren't a gold standard by any means, but, they are a bit more straight forward | 22:02 |
notmyname | mordred: I stepped away. back now, and I see in scrollback that you're using my name in vain and cursing swift. or something. what's up? | 22:02 |
clarkb | notmyname: we continue to be unable to auth against rax swift due to rax id service | 22:03 |
*** otherwiseguy has joined #openstack-infra | 22:03 | |
mordred | notmyname: we're mainly cursing auth | 22:03 |
clarkb | notmyname: the state of client code has not helped our debugging but it is keystoneclient not swiftclient that is the problem | 22:03 |
anteaya | jeblair: thanks, following along | 22:03 |
mordred | notmyname: but we happen to be doing swift, so we're cursing you for good measure | 22:03 |
*** james_li has quit IRC | 22:03 | |
notmyname | clarkb: mordred: I can join you in cursing auth ;-) | 22:03 |
clarkb | the root of the problem is rackspace having an ID service that does not return a complete catalog when you provide a correct tenant name | 22:03 |
jeblair | we should probably delay this conversation for a few minutes to make sure we don't miss anything | 22:03 |
mordred | ++ | 22:04 |
mordred | jeblair: + | 22:04 |
mordred | ++ | 22:04 |
notmyname | clarkb: mordred: ok, let me know if I can do anything. | 22:04 |
fungi | groups renamed in gerrit now | 22:04 |
jamielennox | clarkb: keystoneclient is a mess because it's trying to change and keep backwards compatability | 22:04 |
jamielennox | what are you trying to do/ | 22:04 |
notmyname | mordred: also, just to clarify, is there any issue with the swiftclient release? AFAIK, everything is ok there | 22:04 |
jamielennox | (also they all suck) | 22:05 |
anteaya | jamielennox notmyname we have the conversation on pause for a few more moments please | 22:05 |
clarkb | fungi: marked that off on the etherpad | 22:05 |
jeblair | fungi, mordred: so do we need to do the jenkins cleanup step on our persistent slaves? | 22:05 |
anteaya | fungi is still finishing up the rename | 22:05 |
jeblair | mordred: do we still have solt running such that we can do that? | 22:05 |
fungi | jeblair: mordred: i think the pypi upload and proposal slaves may need it | 22:06 |
fungi | should be the same list of project names which needed deleting from github | 22:06 |
clarkb | yup | 22:06 |
jeblair | clarkb: can you work on that? | 22:06 |
clarkb | sure I will start on pypi.slave | 22:06 |
* SergeyLukjanov lurking | 22:06 | |
jeblair | fungi: i think we're ready to re-enable puppet in review now | 22:06 |
clarkb | just removing the workspaces correct? | 22:07 |
fungi | jeblair: done | 22:07 |
fungi | clarkb: yes | 22:07 |
jeblair | fungi, mordred: so shall i just run the "run_all" script in screen on ci-puppetmaster to kick us back off again? | 22:07 |
clarkb | actually it will be naything that was renamed too because the git remotes have changed | 22:07 |
fungi | jeblair: unless you want to have manage-projects run separately | 22:08 |
clarkb | I will delete workspaces for any renamed or deleted things on github | 22:08 |
clarkb | oh wait nevermind new name == new workspace | 22:08 |
fungi | clarkb: renamed things are fine, just cruft | 22:08 |
clarkb | ya | 22:08 |
fungi | yeah | 22:08 |
jeblair | fungi: well it starts by running them in the right order, so... | 22:08 |
fungi | ahh, okay | 22:08 |
jeblair | mordred: still around? | 22:09 |
mordred | jeblair: hey | 22:09 |
mordred | jeblair: yes | 22:09 |
jeblair | ok, doing that now | 22:09 |
clarkb | none of those projects have workspaces on pypi.slave. looking at proposal.slave now | 22:09 |
* fungi is watching via screen -x | 22:09 | |
jeblair | Warning: Missing dependency 'puppetlabs-vcsrepo': 'nibalizer-puppetboard' (v2.3.0) requires 'puppetlabs-vcsrepo' (>= 0.1.2) | 22:09 |
jeblair | is that a known thing? | 22:09 |
fungi | it is | 22:09 |
mordred | jeblair: yes | 22:09 |
mordred | jeblair: you don't want to know more | 22:10 |
jeblair | okie. istr something about 'forcing depends'. | 22:10 |
mordred | yah | 22:10 |
*** ArxCruz has quit IRC | 22:10 | |
jeblair | i'm tailing the log in window 2 | 22:10 |
*** yamahata has quit IRC | 22:10 | |
clarkb | and none of them have workspaces on proposal.o.o | 22:10 |
jeblair | or 1. or whatever you call the second one. | 22:10 |
*** rickerc_ has joined #openstack-infra | 22:10 | |
*** doddstack has quit IRC | 22:11 | |
clarkb | I htink since they were mostly unused repos they never got special jobs for publications and translations and things | 22:11 |
jeblair | mordred: do you want to do .gitreview updates? | 22:11 |
clarkb | so I think we are fine with jenkins slave cleanup. nothing to do there | 22:11 |
fungi | clarkb: seems likely | 22:11 |
mordred | jeblair: god, do I ever | 22:11 |
jeblair | mordred: you'll get to vote in lots of elections | 22:11 |
anteaya | ha ha ha | 22:11 |
* anteaya keeps track | 22:12 | |
*** sweston has quit IRC | 22:12 | |
*** bknudson has quit IRC | 22:12 | |
*** andreykurilin_ has quit IRC | 22:12 | |
*** bknudson has joined #openstack-infra | 22:12 | |
clarkb | jeblair: fungi: what are you watching via screen -x? | 22:13 |
*** rickerc has quit IRC | 22:13 | |
*** rickerc_ is now known as rickerc | 22:13 | |
jeblair | clarkb: puppet run all | 22:13 |
jeblair | on ci-puppetmaster | 22:13 |
clarkb | oh there it is further up in sb | 22:13 |
jeblair | it's not exciting | 22:13 |
clarkb | ok I won't attach then | 22:13 |
jeblair | we're on git05 | 22:13 |
fungi | it's like watching paint not peel | 22:13 |
clarkb | the 1.1 error rate seems to have grown | 22:14 |
*** openstackgerrit has quit IRC | 22:14 | |
jeblair | on review.o.o now | 22:14 |
*** atiwari has quit IRC | 22:14 | |
clarkb | it is higher than the success rate now | 22:14 |
*** yamahata has joined #openstack-infra | 22:14 | |
jeblair | clarkb: we launched a lot of nodes; is that the ratio or absolute value? | 22:14 |
clarkb | I am looking at both | 22:15 |
clarkb | absolute value went up and the lines for success and fail crossed | 22:15 |
jeblair | so > 50% error | 22:15 |
*** openstackgerrit has joined #openstack-infra | 22:15 | |
*** david-lyle has quit IRC | 22:16 | |
clarkb | oh hey I am now subscribed to 7 github repos | 22:16 |
clarkb | I take it review.o.o is being puppetted now | 22:16 |
anteaya | lucky you | 22:16 |
fungi | seems that way | 22:17 |
jeblair | we should add a foreground mode to this script | 22:17 |
fungi | looks like it finished | 22:18 |
*** openstackstatus has quit IRC | 22:18 | |
*** openstack has joined #openstack-infra | 22:19 | |
jeblair | oh | 22:19 |
jeblair | heck of a time for statusbot to netsplit or whatever | 22:20 |
fungi | i can /ping it | 22:20 |
fungi | it came back right after | 22:21 |
fungi | #status ok | 22:21 |
openstackstatus | fungi: sending ok | 22:21 |
jeblair | yeah it rejoined | 22:21 |
anteaya | so we're done? | 22:21 |
jeblair | i don't see why it was disconnected in the logs. | 22:21 |
anteaya | mordred: did you finish updating the .gitreview files? | 22:22 |
clarkb | lots of LaunchStatusException status: Error for hpcloud 1.1 | 22:22 |
fungi | supposedly "Remote host closed the connection" but yeah, logs unhelpful | 22:22 |
clarkb | unfortunately not more info than that | 22:22 |
jeblair | however, i think there's a bug where on reconnect it re-saves the topic. | 22:22 |
jeblair | because it's currently setting them all to the alert. | 22:22 |
fungi | grr | 22:23 |
openstackstatus | fungi: finished sending ok | 22:23 |
jeblair | i'll fix em. | 22:23 |
*** nati_ueno has joined #openstack-infra | 22:23 | |
fungi | got the github notification for 7 projects created, so manage-projects did something at any rate | 22:25 |
clarkb | fungi: yup | 22:25 |
clarkb | https://github.com/openstack/barbican is there and looks happy | 22:25 |
*** nati_ueno has quit IRC | 22:26 | |
fungi | spot checks show acls applied correctly | 22:26 |
*** ChanServ changes topic to "Discussion of OpenStack Developer Infrastructure | docs http://ci.openstack.org | bugs https://launchpad.net/openstack-ci/ | https://git.openstack.org/cgit/openstack-infra/config/tree/" | 22:26 | |
*** prad has quit IRC | 22:26 | |
*** gokrokve has quit IRC | 22:26 | |
*** gokrokve has joined #openstack-infra | 22:27 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Use 100 servers per hpcloud network:router pair. https://review.openstack.org/95289 | 22:27 |
clarkb | mordred: ^ when the gerrit stuff settles down we should consider that I think | 22:28 |
clarkb | mordred: if you look at your graph for 1.1 you will see why | 22:28 |
*** rfolco has quit IRC | 22:28 | |
*** ChanServ changes topic to "Gerrit upgraded to 2.8. See: https://wiki.openstack.org/wiki/GerritUpgrade" | 22:28 | |
mordred | clarkb: yup! | 22:28 |
clarkb | mordred: also I wonder if this is a rate limit thing because if you look at your graph that cloud can handle more nodes | 22:29 |
clarkb | mordred: but its falling over now when we put a lot of requests for new nodes in | 22:29 |
anteaya | mordred: finished the .gitreview changes, yes? | 22:29 |
jeblair | okay i think that's done | 22:29 |
*** ChanServ changes topic to "Discussion of OpenStack Developer Infrastructure | docs http://ci.openstack.org | bugs https://launchpad.net/openstack-ci/ | https://git.openstack.org/cgit/openstack-infra/config/tree/" | 22:29 | |
mordred | anteaya: just did | 22:29 |
anteaya | mordred: great thanks | 22:29 |
clarkb | the area under the blue line is is much bigger than in previous loads | 22:29 |
mordred | clarkb: any reason to not just go ahead and land it? | 22:30 |
jeblair | oh i just approved it :) | 22:30 |
clarkb | mordred: I don't think so | 22:30 |
clarkb | cool | 22:30 |
jeblair | crontab is back to normal on puppetmaster | 22:31 |
*** gokrokve has quit IRC | 22:32 | |
clarkb | notmyname: swiftclient is fine. This is a known problem with rax id made worse by being unable to understand how to pass bogus data to keystoneclient | 22:35 |
clarkb | if you provide swiftclient a tenant_name or id when authenticating against rax id you do not get a complete catalog. The catalog you get does not have an object files entry. To get the object files enty you need to provide ' ' as your tenant_name | 22:36 |
jamielennox | clarkb: this doesn't sound like a problem with keystoneclient | 22:36 |
clarkb | when I testsed it appeared that passing None as tenant_id worked but zuul threw up on that so apparently not | 22:36 |
clarkb | jamielennox: it isn't. The problem in keystone client is figuring out how to auth in the first place | 22:36 |
clarkb | made more complicated by needing to pass in bogus data | 22:36 |
*** otherwiseguy has quit IRC | 22:36 | |
jamielennox | clarkb: right, so auth has changed recently and it means it routes all over the place | 22:37 |
clarkb | when I tested keystoneclient directly I got it to work with a None tenant_name | 22:37 |
clarkb | when zuul uses it it dies | 22:37 |
jamielennox | you need CLI or the library? | 22:37 |
clarkb | library | 22:37 |
clarkb | and I have no idea what is going on because its spaghetti | 22:37 |
jamielennox | clarkb: subclass https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/auth/base.py with something that makes sense for rax | 22:37 |
clarkb | I'm guessing that zuul constructs a client in a subtley different way than I was doing it in python directly which results in complettely different code paths | 22:38 |
jamielennox | yea - backwards compatability is a bitch, especially when the initial thing sucks so much that people were hacking into it directly | 22:38 |
clarkb | looking at http://paste.openstack.org/show/81238/ again I think swift may actually be checking for the tenant_name and not keystoneclient | 22:39 |
clarkb | so while keystoneclient is cool with a None tenant_name swiftclient is not | 22:39 |
clarkb | which arguable is fine because tenant_ids should be athing you use | 22:39 |
* clarkb reads more code | 22:40 | |
jamielennox | swiftclient is extracting that from keystoneclient | 22:42 |
jamielennox | ? | 22:42 |
clarkb | not sure yet | 22:42 |
clarkb | if (not 'tenant_name' in os_options): # nope swiftclient does the check itself | 22:43 |
clarkb | notmyname: so maybe swiftclient is at fault | 22:43 |
*** shivharis has joined #openstack-infra | 22:43 | |
clarkb | but it depends on whether or not tenant_name is actually a required thing | 22:43 |
clarkb | jamielennox: is tenant_name required to auth with keystone? | 22:43 |
jamielennox | not required | 22:44 |
clarkb | notmyname: ^ | 22:44 |
*** dstanek_zzz is now known as dstanek | 22:44 | |
jamielennox | but you probably want either tenant_name/tenant_id/project_name/project_id to get a scoped token | 22:44 |
*** Ivo has joined #openstack-infra | 22:45 | |
clarkb | jamielennox: right, but ti doesn't work with rax id | 22:45 |
clarkb | so if possible use it, otherwise cry :) | 22:45 |
shivharis | clarkb: what privilege do i need to be able to change the importance of launchpad bugs? | 22:45 |
Alex_Gaynor | Of note on Rackspace for cloud-files you get a different tenant_id than for everything else | 22:45 |
clarkb | Alex_Gaynor: hrm really? | 22:45 |
mordred | Alex_Gaynor: oh? | 22:45 |
jamielennox | Alex_Gaynor: oh, joy | 22:45 |
clarkb | maybe that is part of the problem | 22:45 |
mordred | so maybe if we configure to use _that_ id | 22:46 |
clarkb | because using the regular tenant id I don't get object files in the catalog | 22:46 |
clarkb | mordred: ya | 22:46 |
Alex_Gaynor | clarkb: Yes, if you look at the raw service catalg you can see it. Specifying tenant_id=" " works around this | 22:46 |
mordred | we'll get a proper catalog? | 22:46 |
clarkb | Alex_Gaynor: yes thats the workaround but is there actually another tenant id? and if so wtf | 22:46 |
clarkb | I will look into this | 22:46 |
mordred | Alex_Gaynor: but we can't specify tenant_id=" " in our case ... can we get the tenant_id itself? | 22:46 |
Alex_Gaynor | mordred: Yeah, you could look at the raw service catalg and grab it, not sure if there's a better way | 22:46 |
mordred | that's fantastic | 22:46 |
Alex_Gaynor | Yeah :-( | 22:47 |
shivharis | anteaya: hi | 22:47 |
jamielennox | in theory you could get the unscoped token and then list the tenants you hae access to | 22:47 |
mordred | quite literally nobody has ever tried to use any of these services nor seem to care about actual users | 22:47 |
mordred | because that's just insane | 22:47 |
Alex_Gaynor | and yet we have petabyte of crap in there, inexplicable :-) | 22:47 |
jamielennox | but there maybe be rax-isms there as well | 22:47 |
* mordred rants and raves | 22:47 | |
mgagne | mordred: haha | 22:47 |
mgagne | mordred: as someone pointed out, you can't use the catalog to access glance, you have to override the URL | 22:48 |
mordred | mgagne: yah. there's that too | 22:48 |
shivharis | fungi: hi | 22:48 |
* mordred can't say anything nice, so will stop talking | 22:48 | |
notmyname | mordred: also, https://twitter.com/notmyname/status/469972488948965376 | 22:49 |
anteaya | shivharis: hi what are you trying to do? | 22:49 |
mgagne | mordred: now sure how their tests are passing (if there is any) =) | 22:49 |
*** msabramo has quit IRC | 22:49 | |
*** crc32 has quit IRC | 22:50 | |
clarkb | well now I can't auth using the workaround | 22:50 |
clarkb | so I have no idea what is going on | 22:50 |
* clarkb tries a bigger hammer | 22:50 | |
mgagne | clarkb: can't we poke someone from rackspace about it? | 22:51 |
shivharis | anteaya: i happen to be the ML2 bug czar, but do not have the privilege tochange bug importance... | 22:51 |
shivharis | anteaya: what can i do to get this priv. | 22:51 |
fungi | shivharis: you need to be in whatever group is configured as the bug supervisor in launchpad for the project in question | 22:52 |
fungi | shivharis: the project is neutron, i assume? | 22:52 |
shivharis | fungi: yes it is neutron | 22:52 |
clarkb | mgagne: no need figured it out with a bigger hammer | 22:53 |
clarkb | so ya the tenant id is different | 22:53 |
clarkb | because you know | 22:53 |
clarkb | I will propose a change to use this tenant id | 22:53 |
mgagne | clarkb: different identity backend but with the same tenant name? | 22:53 |
fungi | shivharis: at https://bugs.launchpad.net/neutron on the right side of the page you'll see that the Bug supervisor is "Neutron Bugs" | 22:53 |
clarkb | mgagne: apparently | 22:53 |
clarkb | mgagne: er now, its the same endpoint with two different tenant names | 22:53 |
clarkb | so everything is the same but the tenant | 22:53 |
openstackgerrit | A change was merged to openstack-infra/config: Use 100 servers per hpcloud network:router pair. https://review.openstack.org/95289 | 22:54 |
fungi | shivharis: you can request membership from the current admins of that group at https://launchpad.net/~neutron-bugs | 22:54 |
*** dstanek is now known as dstanek_zzz | 22:54 | |
fungi | shivharis: and you can see who the current members and admins are at https://launchpad.net/~neutron-bugs/+members | 22:54 |
shivharis | fungi: thanks. i sent the request. | 22:54 |
clarkb | ok I will try cleaning this up. Do we want the tenant_id/name to be hiera data or in the manifests? | 22:55 |
clarkb | jamielennox: tenant name/id isn't sensitive correct? | 22:56 |
anteaya | shivharis: of the listed admins, I would suggest tracking down markmcclain | 22:56 |
shivharis | fungi: should I also send a separate email to Mark M. or Dan W. for admission to this group, since there a many pending requests | 22:56 |
anteaya | shivharis: I don't think the other two admins are active | 22:56 |
*** dims has quit IRC | 22:56 | |
anteaya | shivharis: if you send an email, send it to mark | 22:56 |
shivharis | anteaya: i will send mail to Mark M. | 22:57 |
anteaya | I don't think dan has contributed in quite a while | 22:57 |
fungi | shivharis: or maybe just ping them the next time you see them in irc or ask in the next neutron team meeting | 22:57 |
clarkb | well the other id is in hiera so I will put this one in hiera as well | 22:57 |
* clarkb acquires hiera lock | 22:57 | |
shivharis | fungi, anteaya: I will get in touch with Mark and cc: kokura | 22:57 |
anteaya | shivharis: kukura | 22:58 |
shivharis | anteaya: i hope he is not logged in at this time.. :-) | 22:59 |
*** reed has quit IRC | 22:59 | |
*** msabramo has joined #openstack-infra | 22:59 | |
clarkb | lock released | 22:59 |
anteaya | shivharis: he isn't in this channel | 23:00 |
*** sweston has joined #openstack-infra | 23:01 | |
jamielennox | clarkb: id is uuid - i don't remember on name | 23:01 |
*** morganfainberg is now known as morganfainberg_Z | 23:01 | |
*** wenlock has joined #openstack-infra | 23:01 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/config: Pass tenant_name to zuul config. https://review.openstack.org/95302 | 23:02 |
clarkb | jamielennox: I am justgoing to keep it secret since we appear to have done that with the compute tenant name | 23:02 |
clarkb | jamielennox: don't think it is necessary though | 23:02 |
clarkb | jeblair: jhesketh fungi mordred ^ | 23:03 |
zaro | mgagne: ping | 23:04 |
clarkb | Alex_Gaynor: would it be possible to put entries for both tenant_names in the catalog? that will be backward compat and comaptible for suckers like me that don't understand why you would do such a thing :) | 23:04 |
Alex_Gaynor | clarkb: Can you remind me about this issue on Wednesday? I tried to get this fixed a few months ago, but I got distracted, I'm happy to bang on it again, but I'm nominally on vacation right now :-) | 23:05 |
*** msabramo1 has joined #openstack-infra | 23:06 | |
*** msabramo has quit IRC | 23:06 | |
Alex_Gaynor | Just putting both in there seems like the right solution | 23:06 |
*** nati_ueno has joined #openstack-infra | 23:09 | |
*** zns has quit IRC | 23:09 | |
mgagne | zaro: pong | 23:12 |
zaro | mgagne: should this work? https://bugs.launchpad.net/openstack-ci/+bug/1298568 | 23:12 |
uvirtbot | Launchpad bug 1298568 in openstack-ci "Jenkins jobs builder job-group parameter substitution not working" [Undecided,New] | 23:12 |
mgagne | zaro: I once tried to do what the guy is trying to do | 23:12 |
zaro | mgagne: noticed you made the change to enable such things.. https://review.openstack.org/#/c/43013 | 23:12 |
clarkb | Alex_Gaynor: sure I can bug you later | 23:13 |
zaro | mgagne: well he is correct, that does not work | 23:13 |
mgagne | zaro: and the answer I got from clarkb or jeblair was that there is no substitution done for job parameters | 23:13 |
Alex_Gaynor | clarkb: Ok. I'll try to remember as well, but if I don't and you yell and me, I'll do stuff :-) | 23:13 |
*** nati_ueno has quit IRC | 23:13 | |
* SergeyLukjanov still not sleeping O_O | 23:14 | |
mgagne | zaro: hmm | 23:14 |
clarkb | Alex_Gaynor: ya having both will allow me to use one openstackrc file with different services | 23:14 |
zaro | mgagne: the example you put in the doc suggest that there is substitution. | 23:14 |
clarkb | Alex_Gaynor: anytime I need to use different rc fiels for what should be the same endpoint is silly | 23:14 |
Alex_Gaynor | clarkb: Cloud interoperability??!? | 23:14 |
SergeyLukjanov | jeblair, I found access to *.o.o servers :) | 23:14 |
mgagne | zaro: yes, now I'm not sure why I did it :-/ | 23:14 |
mgagne | zaro: I'll test with my use case | 23:15 |
mgagne | zaro: I guess my example is misleading | 23:16 |
zaro | mgagne: i briefly just looked at the code to do substitution on the list. seems very magical. not sure how you would make sub work for job params. | 23:16 |
mgagne | zaro: might be that parsing was failing if a job-group had a list of jobs with parameters | 23:16 |
jeblair | SergeyLukjanov: yay! next week we'll walk you through some of the basics | 23:16 |
zaro | mgagne: not failing, just not doing it. | 23:17 |
SergeyLukjanov | jeblair, yup, I need some tour through the o.o world :) | 23:17 |
mgagne | zaro: yes but it was failing before the patch | 23:17 |
*** Ryan_Lane1 has quit IRC | 23:17 | |
*** shivharis has quit IRC | 23:17 | |
mgagne | zaro: so I guess I fixed it halfway | 23:17 |
zaro | mgagne: anyways, i think the issue that was reported is an actual feature request rather than a bug. | 23:17 |
*** wenlock has quit IRC | 23:17 | |
*** leakypipes has quit IRC | 23:18 | |
mgagne | zaro: even before my "fix", there was an example suggesting it was possible | 23:18 |
SergeyLukjanov | jeblair, should the gerrit admin perms manually added or I missed conf? | 23:18 |
openstackgerrit | A change was merged to openstack-infra/config: Promote tempest-dsvm-virtual-ironic job https://review.openstack.org/95219 | 23:18 |
openstackgerrit | A change was merged to openstack-infra/config: Symmetricaly test dib and ironic https://review.openstack.org/95220 | 23:19 |
fungi | SergeyLukjanov: it's separate--and manual... i'll check it | 23:19 |
zaro | mgagne: i'll make a change to the doc so that feature won't be so misleading. | 23:19 |
SergeyLukjanov | fungi, okay, thanks! | 23:19 |
zaro | mgagne: do you remember which other examples might mislead? | 23:20 |
fungi | SergeyLukjanov: also we need to add you to some lp groups so you have admin access to some stuff which is granted via openid | 23:20 |
fungi | SergeyLukjanov: i've added you to the administrators group in gerrit now | 23:21 |
anteaya | so this is the initial commit to the infra-manual project: https://review.openstack.org/#/c/92475/ | 23:22 |
anteaya | and I'd like the patch to get merged some time soon | 23:22 |
anteaya | so I will start drawing attention to it | 23:22 |
mgagne | zaro: samples/pipeline.yaml | 23:22 |
SergeyLukjanov | fungi, thanks! | 23:23 |
fungi | SergeyLukjanov: added you to https://launchpad.net/~openstack-ci-admins as well, to cover things which use that openid group for elevated privs | 23:24 |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add tox "coverage" target https://review.openstack.org/87382 | 23:24 |
*** ewindisch has quit IRC | 23:24 | |
clarkb | I am going to recheck my test d-g changes to put some load on the new balance of hpcloud servers | 23:25 |
*** nati_ueno has joined #openstack-infra | 23:26 | |
*** jhesketh has quit IRC | 23:27 | |
SergeyLukjanov | fungi, cool, sounds like I'll find some new buttons in some services :) | 23:28 |
* fungi needs to knock off for the evening and get stuff done around the house | 23:28 | |
fungi | so much still to do before i move | 23:28 |
clarkb | fungi: gl hf | 23:29 |
anteaya | fungi: happy organizing | 23:30 |
zaro | mattoliverau: those samples are not useful, we should just git rid of em. | 23:31 |
zaro | i meant mgagne ^ | 23:31 |
mgagne | zaro: I agree with you | 23:31 |
mgagne | zaro: if they aren't tested, we shouldn't include them | 23:32 |
*** pcm__ has quit IRC | 23:32 | |
zaro | i git blame pipeline.yaml, owner is Manuel Desbonnet but i can't find the history in gerrit of this person having anything merged. | 23:32 |
*** r-daneel has quit IRC | 23:34 | |
*** msabramo1 has left #openstack-infra | 23:35 | |
*** dstanek_zzz is now known as dstanek | 23:36 | |
*** doude has quit IRC | 23:38 | |
*** jhesketh has joined #openstack-infra | 23:40 | |
clarkb | zaro: which pipeline.yaml? | 23:45 |
clarkb | this is in jjb? | 23:45 |
clarkb | zaro: fwiw git blame shows you the commit so you can git show commitsha1 | 23:45 |
clarkb | and see which commit did the thing and take the change id from there | 23:45 |
*** dstanek is now known as dstanek_zzz | 23:46 | |
*** otter768 has joined #openstack-infra | 23:51 | |
openstackgerrit | A change was merged to openstack-infra/config: Correct source file location https://review.openstack.org/95272 | 23:56 |
*** hogepodge has quit IRC | 23:56 | |
*** e0ne has quit IRC | 23:57 | |
*** praneshp has quit IRC | 23:57 | |
*** praneshp has joined #openstack-infra | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!