*** oomichi has quit IRC | 00:01 | |
*** Swami__ has quit IRC | 00:02 | |
*** Swami_ has joined #openstack-infra | 00:03 | |
*** e0ne has quit IRC | 00:04 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/system-config: Add infracloud playbook https://review.openstack.org/234535 | 00:05 |
---|---|---|
fungi | clarkb: while openvpn uses ssl libraries to implement its encryption, it is not an "ssl vpn" in the traditional sense and won't interoperate with endpoints for which businesspeople generally use that term | 00:08 |
clarkb | I thought it could | 00:09 |
clarkb | it can ipsec pppoe ssl etc | 00:09 |
fungi | openvpn can?!? | 00:09 |
*** oomichi has joined #openstack-infra | 00:09 | |
fungi | it's come a long way since i last ran it if so | 00:09 |
*** zz_dimtruck is now known as dimtruck | 00:10 | |
*** vilobhmm11 has quit IRC | 00:10 | |
rm_work | fungi: question | 00:10 |
fungi | it was a from-scratch vpn which used openssl to implement its own vpn scheme | 00:10 |
*** zackf has quit IRC | 00:10 | |
rm_work | fungi: https://bugs.launchpad.net/neutron/+bug/1524675 | 00:10 |
openstack | Launchpad bug 1524675 in OpenStack Security Advisory "lbaasv2-agent is logging credentials from barbican" [Undecided,Incomplete] | 00:10 |
rm_work | you mentioned this is B3 -> OSSN | 00:10 |
fungi | rm_work: class b* usually imply a good ossn candidate | 00:10 |
fungi | as opposed to class a which are ossa territory | 00:11 |
rm_work | does that mean ... it *needs* to be fixed? or, can we say "eeeehhh, we kinda want this to just stay this way" | 00:11 |
clarkb | fungi its also possible I misread am juggling sick baby today | 00:11 |
*** vilobhmm11 has joined #openstack-infra | 00:11 | |
*** aeng has joined #openstack-infra | 00:11 | |
zaro | clarkb, fungi : so i checked futher regarding gerrit plugin upgrades. It looks like there's a bug with specific to the javamelody plugin that will kill gerrit you attept to upgrade it while gerrit is runnig. | 00:11 |
zaro | https://code.google.com/p/gerrit/issues/detail?id=3724 | 00:12 |
clarkb | zaro thats fine we can upgrade when its off | 00:12 |
fungi | rm_work: ossn is simply a thorough documentation of the associated risks. fix is not strictly required, though would be welcome (i consider that bug a strengthening/hardening opportunity since it's debug logs exposing sensitive material and production environments should not run with debug enabled or should at least safeguard the debug logs when they do) | 00:12 |
zaro | the puppet for gerrit plugin upgrade is fine, just don't use it for javamelody. i guess we are in good shape since doesn't work currently | 00:13 |
clarkb | fungi how would you expect $client to interact with said vpn? | 00:13 |
fungi | clarkb: it mostly depends on the details of the vpn endpoint/concentrator | 00:13 |
clarkb | fungi is f5 vipeion | 00:13 |
clarkb | email suggested browser plugin which wont work | 00:14 |
rm_work | fungi: yeah from the logs it looks like its a keystoneclient log message which is very generically called, not much we can do in our code I believe, but also incredibly useful for debugging (I am using this "bug" presently in my development process, which is why I thought it was funny to see it as a bug to be "fixed") | 00:14 |
clarkb | keystoneauth is not supposed to log that stuff iirc | 00:15 |
clarkb | so you can likely fix that way | 00:15 |
fungi | clarkb: yeah, i've not used/run the f5 one but will look to see if there are open clients compatible with it | 00:15 |
clarkb | notmorgan: ^ | 00:15 |
rm_work | clarkb: well, it's part of keystoneclient.session if I'm reading the paste correctly | 00:15 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Use repo install for glean on F23 https://review.openstack.org/258202 | 00:15 |
rm_work | not sure what you mean by "fix it that way" with regard to keystoneauth | 00:16 |
clarkb | yes if you use keystoneauthclient instead its fixed | 00:16 |
rm_work | ah. | 00:16 |
*** flepied has joined #openstack-infra | 00:16 | |
ianw | fungi / clarkb / greghaynes : ^ i believe we have glean in git in a state that F23 might work on RAX ... appreciate it if we could get something like this in and a rebuild | 00:16 |
rm_work | well, the other piece is that if this HADN'T already been logged, I was about to add debug code to log it on purpose earlier this week <_< | 00:16 |
*** Qiming has quit IRC | 00:16 | |
rm_work | but discovered it was already being logged | 00:16 |
rm_work | I suppose logging only the certificate and not the private key might be sufficient | 00:16 |
*** amuller_afk is now known as amuller | 00:17 | |
*** dangers is now known as dangers_away | 00:17 | |
rm_work | I will look at using keystoneauthclient, thanks for the tip clarkb | 00:17 |
fungi | rm_work: or logging a repeatable digest/hash so that you could still track it and expect it to remain consistent between calls? | 00:17 |
clarkb | the hash is what keystoneauth should do iirc | 00:18 |
rm_work | well, I was specifically making sure it pulled the correct key, since I'm working on the code that retrieves the data from barbican :P | 00:18 |
clarkb | ypu cando that with a hash | 00:19 |
rm_work | but yes, ideally we should not log people's private keys -- it's just that it's ... DEBUG mode <_< | 00:19 |
*** flepied has quit IRC | 00:19 | |
*** flepied1 has joined #openstack-infra | 00:19 | |
clarkb | pull manually and hash then compare to logs | 00:19 |
rm_work | yeah I suppose if I copy their hash function | 00:19 |
rm_work | moot point, i'm going to fix it | 00:19 |
rm_work | and see what the logs look like, and manually log the cert if we even care enough | 00:20 |
*** vmbrasseur is now known as vmb | 00:22 | |
*** vmb is now known as vmbrasseur | 00:22 | |
fungi | clarkb: i replied on the vpn with a "no" | 00:22 |
clarkb | I see it thanks | 00:23 |
rm_work | clarkb: what exactly is keystoneauthclient | 00:23 |
clarkb | rm_work its a refactor of just the auth bits into a separate lib | 00:23 |
rm_work | where does this live? | 00:24 |
clarkb | so you dont need lxml among other things | 00:24 |
rm_work | googling is bringing up essentially nothing | 00:24 |
rm_work | and it doesn't appear to be installed or installable with pypi | 00:24 |
rm_work | or importable directly | 00:24 |
fungi | clarkb: it looks like this is f5 "firepass" and our nodepool server should somehow use its "web browser" to establish a split-tunnel vpn? | 00:25 |
*** Swami__ has joined #openstack-infra | 00:25 | |
greghaynes | fungi: uhhhh | 00:25 |
greghaynes | fungi: wow | 00:25 |
openstackgerrit | Merged openstack-infra/subunit2sql: Handle test_runs without metadata in write_subunit https://review.openstack.org/255462 | 00:25 |
greghaynes | fungi: Maybe it is time to start work on that windows port of nodepool | 00:25 |
fungi | from their marketing page, "Because an SSL VPN uses standard Web browsers and technologies, it enables secure remote access to enterprise applications without requiring the installation and maintenance of separate client software on each remote computer." | 00:25 |
anteaya | do they say why the want to use a vpn? | 00:25 |
clarkb | rm_work https://git.openstack.org/cgit/openstack/keystoneauth/ | 00:26 |
*** tzn has quit IRC | 00:26 | |
fungi | anteaya: i'm sure it's for our own safety | 00:26 |
rm_work | ah just keystoneauth | 00:26 |
rm_work | k | 00:26 |
* anteaya feels safer | 00:26 | |
*** gildub has joined #openstack-infra | 00:26 | |
* anteaya also wonders what she is being protected from | 00:26 | |
*** mudassirlatif has quit IRC | 00:26 | |
clarkb | anteaya the internet | 00:26 |
anteaya | oooohhhh | 00:26 |
anteaya | ha ha ha | 00:27 |
fungi | firepass seems to have been more recently renamed to "f5 apm (access policy manager)" | 00:27 |
*** Swami_ has quit IRC | 00:27 | |
* anteaya adds that to her prayers, "and please divine light, protect me from the internet" | 00:27 | |
crinkle | mordred: is https://review.openstack.org/#/c/198417/ still on your radar? it would be cool for our bifrost server to be able to use that | 00:27 |
notmorgan | clarkb: hmm? | 00:28 |
* notmorgan reads scrollback | 00:28 | |
*** sridhar_ram1 has joined #openstack-infra | 00:28 | |
clarkb | notmorgan logging of creds by keystoneclient/auth | 00:29 |
notmorgan | oh so, keystoneauth should help with that from within the plugins | 00:29 |
notmorgan | we have some or worked on some code to specifically address that | 00:29 |
notmorgan | i think | 00:29 |
notmorgan | let me 2x check, but i think we have a path that says "log unless this is secret" basically | 00:29 |
notmorgan | and it just omits the secret unless in debug | 00:29 |
notmorgan | we at least discussed that at one point | 00:30 |
fungi | notmorgan: the "unless in debug" is what the bug report was about | 00:30 |
fungi | notmorgan: which as far as i'm concerned is fine for a won't-fix | 00:30 |
*** sridhar_ram has quit IRC | 00:31 | |
notmorgan | yeah i will "wont fix" anyone who says we need to eliminate that stuff from debug | 00:31 |
notmorgan | cause legitimately, don't run with keystoneauth loggers in debug | 00:31 |
notmorgan | if you don't want that data | 00:31 |
fungi | the counterargument is that openstack is so unstable that people run with debug enabled all the time in production and then feed all their logs into central logservers over which they exercise little control and then freak out when level 1 noc person sees an auth token in there | 00:31 |
*** aeng has quit IRC | 00:32 | |
notmorgan | fungi: and i'll reiterate "wont fix" for the keystoneauth loggers. | 00:32 |
*** otter768 has joined #openstack-infra | 00:32 | |
notmorgan | because we need a way to debug this stuff. | 00:32 |
fungi | yep | 00:32 |
notmorgan | long term, when we get "trace" level back properly | 00:32 |
clarkb | we will never publiah our nodepool logs then | 00:32 |
notmorgan | i could see moving it down to trace | 00:32 |
notmorgan | but.. | 00:32 |
clarkb | fwiw | 00:32 |
fungi | take back the trace! | 00:32 |
notmorgan | clarkb: i think you can specifically set keystoneauth logger to not-debug | 00:32 |
clarkb | but we need debug | 00:33 |
notmorgan | clarkb: config the auth logger to info+ | 00:33 |
notmorgan | the rest of the app debug | 00:33 |
clarkb | because keystone auth fails | 00:33 |
notmorgan | oh i see you want the debug | 00:33 |
clarkb | or better logging | 00:33 |
fungi | just not the token strings | 00:33 |
fungi | would be nice if we could tell it not to include them but give us everything else | 00:33 |
notmorgan | fungi: let me look at the logger | 00:34 |
fungi | or to replace them inline with a consistent representative, maybe a one-way hash | 00:34 |
notmorgan | there was some specific magic around this | 00:34 |
notmorgan | we did sha hashing for a bit at least | 00:34 |
fungi | yeah, that seemed sane. did it get undone? | 00:34 |
*** vilobhmm11 has quit IRC | 00:34 | |
openstackgerrit | Jim Rollenhagen proposed openstack-infra/project-config: Add bashate to ironic https://review.openstack.org/258205 | 00:34 |
*** vilobhmm11 has joined #openstack-infra | 00:34 | |
clarkb | ya hashing is what I thought was done | 00:35 |
openstackgerrit | Jim Rollenhagen proposed openstack-infra/project-config: Add bashate to ironic https://review.openstack.org/258205 | 00:35 |
*** vilobhmm11 has joined #openstack-infra | 00:36 | |
*** david-lyle has joined #openstack-infra | 00:36 | |
*** vilobhmm11 has quit IRC | 00:36 | |
fungi | clarkb: looks like now the number of nodes you requested has taken the osic by surprise | 00:36 |
*** david-lyle_ has quit IRC | 00:36 | |
clarkb | ya... | 00:36 |
*** vilobhmm11 has joined #openstack-infra | 00:36 | |
anteaya | what do they say now? | 00:36 |
clarkb | 30 | 00:36 |
*** otter768 has quit IRC | 00:36 | |
anteaya | ha ha ha | 00:37 |
fungi | i assume that was a stab in the dark and nobody had provided us with the same estimate they they had apparently provided osic | 00:37 |
anteaya | 30 by vpn using your browser and a propietary plugin | 00:37 |
clarkb | fungi yup | 00:37 |
fungi | clarkb: as long as we can get at least 100 instances out of it, i'm cool with whatever the allocation is | 00:38 |
*** thorst has joined #openstack-infra | 00:38 | |
clarkb | I mean the number is flexible but I started with the big one so we can negotiate down instead of up :) | 00:38 |
notmorgan | ok so looking for this silly logger | 00:38 |
notmorgan | sec | 00:38 |
fungi | they like to brag about how many thousand machines they're dedicating to testing openstack. i guess us asking to use 60 of those to test openstack is more than they anticipated? | 00:38 |
fungi | i mean, we have somewhat of a track record of testing openstack already | 00:39 |
anteaya | seems to be coming across that way | 00:39 |
clarkb | I wasnt sure if its 30/0hysical or 30 virtual | 00:39 |
fungi | so i'm pretty confident we can put them to good use | 00:39 |
notmorgan | clarkb: https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/session.py#L166-L174 | 00:39 |
notmorgan | clarkb: should redact the token | 00:39 |
notmorgan | make a {SHA1} of it | 00:39 |
clarkb | yup thats what I thpught cool | 00:40 |
*** dimtruck is now known as zz_dimtruck | 00:40 | |
notmorgan | the auth plugins however, will not (atm) redact secure data | 00:40 |
notmorgan | e.g. passwords | 00:40 |
notmorgan | so it's something we need to implement | 00:40 |
notmorgan | but we have a need for that anyway for supporting betamax | 00:40 |
clarkb | fungi did you wsnt to respond? or should I? I have a baby asleep on my chest so will be semi delayed | 00:40 |
jroll | lol, 30 nodes | 00:40 |
clarkb | notmorgan gotcha | 00:40 |
fungi | clarkb: take your time. a few hours won't make any difference in the grand scheme of however many weeks the deployment will require | 00:40 |
clarkb | notmorgan beyamax the better than vhs but didnt get the prono industries support betamax? | 00:41 |
jroll | fwiw, the number is 1000, not many thousands | 00:41 |
notmorgan | clarkb: hahaah | 00:41 |
notmorgan | i see what you did there | 00:41 |
anteaya | jroll: I thought it was 2000 | 00:41 |
jroll | but I think osic expects workloads like "try nova with cassandra at scale for a week" | 00:41 |
jroll | anteaya: 1000 was in the announcements, unless that changed | 00:41 |
clarkb | jroll I heard 2x1k | 00:42 |
clarkb | jroll in the announcement | 00:42 |
fungi | the number seems to float all over the place | 00:42 |
jroll | I've always heard 2x500 | 00:42 |
jroll | ¯\_(ツ)_/¯ | 00:42 |
anteaya | this was july last year yes? | 00:42 |
*** thorst has quit IRC | 00:42 | |
jroll | this year, I believe | 00:42 |
anteaya | community ml if I remember correctly? | 00:42 |
clarkb | anyways thats still 6% | 00:42 |
anteaya | sorry july this year, yes | 00:42 |
notmorgan | so someone should bug us more to implement the cred redaction code | 00:42 |
notmorgan | cause... we should do it | 00:42 |
fungi | magic 8-ball says: reply cloudy ask again | 00:43 |
clarkb | http://blog.rackspace.com/rackspace-and-intel-form-the-openstack-innovation-center/ | 00:43 |
notmorgan | it wouldn't be hard to hook in a way to do _process_body_data() that asks the plugin to be smart | 00:43 |
clarkb | two 1000 node clouds | 00:43 |
jeblair | notmorgan: would it help if we said we were going to publish the nodepool logs in... say... january and we need it done by then? :) | 00:44 |
*** aeng has joined #openstack-infra | 00:44 | |
jeblair | (in order to avoid an international incident) | 00:44 |
anteaya | here too: http://lists.openstack.org/pipermail/community/2015-July/001208.html | 00:45 |
jroll | oh, huh | 00:45 |
fungi | jeblair: it's a matter of _international_ security! | 00:45 |
jeblair | (ooh this is cool -- nodepool going awry can be an international incident now!) | 00:45 |
jeblair | fungi: right! | 00:45 |
jeblair | i'm so using that | 00:45 |
fungi | indeed, we'll get france involved and *nobody* wants that | 00:45 |
notmorgan | jeblair: sure. i think we can work on hacking things up | 00:46 |
fungi | oh, also canadia | 00:46 |
anteaya | quebec does | 00:46 |
notmorgan | jeblair: seriously it should be doable. | 00:46 |
notmorgan | jeblair: in relatively short order so lets get a deadline and i'll whip something up | 00:46 |
openstackgerrit | JJ Asghar proposed openstack-infra/project-config: Creation of the Coda Repo https://review.openstack.org/258194 | 00:46 |
jeblair | notmorgan: basically the only reason we haven't published nodepool logs is cause we weren't sure... otherwise, i think it's a cool idea :) | 00:46 |
fungi | mordred: i finally have a ballot--thanks! | 00:47 |
jeblair | notmorgan: how about january 31? good day for deadlines | 00:47 |
anteaya | fungi: try using it | 00:47 |
fungi | anteaya: yeah, not holding my breath | 00:47 |
jeblair | fungi: yeah don't -- it's a long timeout | 00:47 |
anteaya | I'm going to try in the darkness maybe | 00:47 |
notmorgan | jeblair: i like it | 00:47 |
notmorgan | jeblair: so can i ask one other favor, can you look at the current logs and see what it looks like and you would like to see instead? | 00:48 |
notmorgan | jeblair: after that i can write a hook mechanism for the plugins so the plugins can sanitize the data since they know what should be sensitive. also.. are there cases we want to actually let the data through? | 00:49 |
anteaya | many people don't understand why canada is the way it is, then they remember we have quebec | 00:49 |
*** flepied has joined #openstack-infra | 00:50 | |
notmorgan | anteaya: you... have quebec? | 00:50 |
notmorgan | anteaya: sorry i'll stop being sarcastic. | 00:50 |
openstackgerrit | Aaron Rosen proposed openstack-infra/project-config: Add cinder services to OVERRIDE_ENABLED_SERVICES to fix rally tests https://review.openstack.org/258209 | 00:50 |
notmorgan | anteaya: :) | 00:50 |
*** xarses has quit IRC | 00:50 | |
clarkb | notmorgan we have Hell and Boring in this state | 00:50 |
notmorgan | clarkb: well yeah | 00:51 |
anteaya | notmorgan: :) | 00:51 |
jroll | Hell is also in michigan | 00:51 |
notmorgan | clarkb: still no "Truth or Concequences" | 00:51 |
anteaya | clarkb: you are oregon that is a great place, to me | 00:51 |
*** thorst has joined #openstack-infra | 00:53 | |
* fungi is proud to live in the same state that has a town called "lizard lick" | 00:53 | |
*** btully has quit IRC | 00:53 | |
*** flepied1 has quit IRC | 00:54 | |
* fungi used to even live in the same county | 00:54 | |
*** thorst_ has joined #openstack-infra | 00:54 | |
*** davideagnello has quit IRC | 00:54 | |
anteaya | nice | 00:54 |
anteaya | jeblair: so in this file: https://review.openstack.org/#/c/255414/3/tests/fixtures/config/multi-tenant/tenant-one.yaml | 00:54 |
anteaya | jeblair: at the bottom there is a list of projects | 00:55 |
anteaya | and there is another list of projects in the tenent-two.yaml file | 00:55 |
*** signed8bit has quit IRC | 00:55 | |
anteaya | what happens if a project needs to be listed in both tenant yamls? | 00:55 |
jeblair | fungi: wave to zebulon! | 00:55 |
fungi | jeblair: i do every time i drive by | 00:56 |
fungi | which is not too often these days | 00:56 |
mfisch | hey infraians - the voting for the new release name is not working, im sure you are aware | 00:56 |
jeblair | anteaya: good question; i think the intention is that you would normally not do that. i guess the strict answer to your question at the moment is "the behavior is undefined" | 00:56 |
anteaya | mfisch: ddos, I'm sure | 00:56 |
clarkb | (by us?) | 00:56 |
mfisch | im getting a 500 | 00:56 |
fungi | mfisch: yeah, encourage mit to get some smart people on that | 00:56 |
anteaya | clarkb: I'm guessing | 00:57 |
mfisch | cornell | 00:57 |
*** thorst has quit IRC | 00:57 | |
mfisch | if they can't handle what, 4000 votes? some of which are just waking up? | 00:57 |
fungi | mfisch: which is why i recommended mit instead ;) | 00:57 |
anteaya | jeblair: okay, mind if I just share a thought or two? | 00:57 |
*** signed8bit has joined #openstack-infra | 00:57 | |
jeblair | anteaya: with the direction my implementation is heading, i think it will work -- it will be like running 2 zuuls pointing at the same repo | 00:57 |
anteaya | mfisch: I think it is more than 4000 | 00:57 |
jeblair | anteaya: which should be fine for check, and terribly, terribly confusing for gate. | 00:57 |
mfisch | I will try again later | 00:57 |
jeblair | anteaya: please do! | 00:57 |
anteaya | wonderful | 00:57 |
fungi | teh foundation membership is somewhere in the 20k range, though i'm sure mordred has an exact count at the moment | 00:58 |
mfisch | oh wow thats much > 4k | 00:58 |
anteaya | well okay not fully understanding the scope of the vision (but that was why I was reviewing the patches) | 00:58 |
clarkb | and I bet he hasa script saying generate 20k unique things for this one poll | 00:58 |
*** signed8bit has quit IRC | 00:58 | |
*** apoorvad has quit IRC | 00:58 | |
anteaya | I'm wondering if there can be a projects.yaml file | 00:58 |
jeblair | anteaya: well, tenants are intended to be completely separate and not interfere with each other at all | 00:58 |
anteaya | that has a setting that says which tenent is supposed to pay attention to that projects jobs | 00:59 |
anteaya | jeblair: right | 00:59 |
anteaya | so every project has a setting stating which tenent, one tenant only | 00:59 |
jeblair | anteaya: i think we want to organize it the other way around | 00:59 |
anteaya | I'm just picturing reviewing patches | 00:59 |
anteaya | and how we have to spend so much time telling people how to add their jobs | 01:00 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack-infra/project-config: Make ironic non-voting on tempest changes https://review.openstack.org/258210 | 01:00 |
jeblair | anteaya: so rather than listing all of the projects in a system and assigning them to a tenant; we have a file (or files) for each tenant which specify the projects in that tenant. | 01:00 |
*** salv-orlando has joined #openstack-infra | 01:00 | |
anteaya | and if they get them in the wrong tenant file and have to move them later, that is two patches probably | 01:00 |
anteaya | but how do our users (not your ideal user, which writes great code) but our users figure out which file to edit | 01:01 |
*** sridhar_ram1 is now known as sridhar_ram | 01:01 | |
*** tzn has joined #openstack-infra | 01:01 | |
anteaya | and what is the proces for fixing it if they get themselves in the wrong tenant file (which will happen) | 01:01 |
*** flepied has quit IRC | 01:01 | |
jeblair | anteaya: i think the same risk applien whichever way you design it (you can put a project in a wrong tenant file; or you could put assign a project to the wrong tenant) | 01:01 |
*** flepied has joined #openstack-infra | 01:01 | |
jeblair | applies | 01:01 |
anteaya | true | 01:01 |
*** ybathia has quit IRC | 01:01 | |
anteaya | but wrong tenant requires one line of code to fix | 01:02 |
anteaya | I'm fine to go your way, just sharing my thoughts | 01:02 |
jeblair | anteaya: having tenants be completely separate is kind of a core feature of v3 | 01:02 |
mtreinish | mordred: ooh, I'm getting a 500 from civs, the name vote must have DOSed it | 01:02 |
*** piet has quit IRC | 01:02 | |
anteaya | oh I think having separate tenents is still what I am saying | 01:02 |
jeblair | anteaya: sure, but if you configure multiple tenants with the same file, you haven't really separated the concerns | 01:03 |
anteaya | I'm just saying all the separate tenants read from a common-projects.yaml file | 01:03 |
anteaya | okay | 01:03 |
jeblair | anteaya: consider that we may have people who are only interested in reviewing changes to openstack projects | 01:03 |
jeblair | they may not want to read stackforge project files | 01:03 |
anteaya | true | 01:03 |
jeblair | (or infra project files) | 01:03 |
*** pahuang has quit IRC | 01:03 | |
anteaya | right | 01:04 |
anteaya | so in this file: https://review.openstack.org/#/c/255414/3/tests/fixtures/config/multi-tenant/main.yaml | 01:04 |
anteaya | adding a common-project.yaml file under includes would mess up the design? | 01:04 |
jeblair | anteaya: (you may also want to see https://review.openstack.org/#/c/258198/1/tests/test_v3.py which is where we start to let projects put configuration in their own repos) | 01:04 |
*** piet has joined #openstack-infra | 01:04 | |
*** eil397 has quit IRC | 01:05 | |
jeblair | anteaya: you definitely could do it that way | 01:05 |
*** pvaneck has quit IRC | 01:05 | |
anteaya | okay thanks for listening to me | 01:05 |
jeblair | anteaya: it's a sliding scale from fully-integrated to fully-separate and we can choose where on the scale we want to be, and change it | 01:05 |
anteaya | I'll get to the other patch you suggest and maybe it will make sense to me then | 01:06 |
jeblair | anteaya: the more integrated, the more stuff we put in common files, the less integrated we put in tenant-specific (or repo specific) files | 01:06 |
anteaya | I'm just thinking about the number of times folks get their code syntax wrong or in the wrong place | 01:06 |
anteaya | my suggestion might not reduce that though | 01:07 |
jeblair | anteaya: those tests are basically implementing what's described in the spec, so you can probably find some narrative about them there | 01:07 |
*** tzn has quit IRC | 01:07 | |
anteaya | okay thanks | 01:07 |
*** oomichi_ has joined #openstack-infra | 01:09 | |
*** xarses has joined #openstack-infra | 01:09 | |
fungi | mtreinish: we're renaming the slashdot effect to the openstack effect | 01:09 |
*** zz_dimtruck is now known as dimtruck | 01:10 | |
*** oomichi has quit IRC | 01:11 | |
*** Swami__ has quit IRC | 01:12 | |
*** oomichi_ has quit IRC | 01:12 | |
*** oomichi has joined #openstack-infra | 01:12 | |
*** armax has quit IRC | 01:14 | |
notmorgan | jeblair: i'll bug you later this week on the plugin stuff btw. | 01:15 |
notmorgan | fungi: hahaha | 01:15 |
*** salv-orlando has quit IRC | 01:17 | |
anteaya | jeblair: I'm uncertain what is meant by "in-repo" https://review.openstack.org/#/c/255601/1 multi-tenant from the parent patch I understand | 01:19 |
anteaya | I'm foggy on what in-repo means | 01:20 |
anteaya | one tenant? | 01:20 |
*** pahuang has joined #openstack-infra | 01:20 | |
*** xarses has quit IRC | 01:21 | |
*** chlong has joined #openstack-infra | 01:21 | |
*** zeih has joined #openstack-infra | 01:21 | |
*** yonglihe has quit IRC | 01:21 | |
anteaya | it seems to mean one tenant | 01:22 |
*** eil397 has joined #openstack-infra | 01:24 | |
openstackgerrit | Merged openstack/diskimage-builder: Allow grub2 to build with opensuse https://review.openstack.org/251912 | 01:25 |
openstackgerrit | Merged openstack/diskimage-builder: Fix fedora-minimal on CentOS builds https://review.openstack.org/252052 | 01:25 |
mtreinish | fungi: haha | 01:25 |
*** zeih has quit IRC | 01:26 | |
openstackgerrit | Merged openstack/diskimage-builder: Deprecated tox -downloadcache option removed https://review.openstack.org/256770 | 01:26 |
*** thorst_ has quit IRC | 01:27 | |
*** rhallisey_ has joined #openstack-infra | 01:28 | |
*** thorst has joined #openstack-infra | 01:28 | |
anteaya | jeblair: okay the patch you shared with me is almost 2000 lines, it is waiting for tomorrow, thank you | 01:28 |
* anteaya heads out for a walk in the darkness | 01:28 | |
*** markvoelker has quit IRC | 01:29 | |
*** rhallisey_ has quit IRC | 01:33 | |
*** angdraug has quit IRC | 01:33 | |
*** eil397 has quit IRC | 01:33 | |
*** Qiming has joined #openstack-infra | 01:36 | |
*** thorst has quit IRC | 01:36 | |
jeblair | anteaya: oh yeah, i wouldn't read the patch, it doesn't make any sense (not to me at any rate). but the test is interesting. | 01:36 |
*** dimtruck is now known as zz_dimtruck | 01:39 | |
*** weshay has quit IRC | 01:40 | |
*** zhenguo has joined #openstack-infra | 01:47 | |
*** zeih has joined #openstack-infra | 01:48 | |
*** piet has quit IRC | 01:49 | |
*** zeih has quit IRC | 01:53 | |
*** bpokorny_ has joined #openstack-infra | 01:55 | |
*** piet has joined #openstack-infra | 01:57 | |
*** bpokorny has quit IRC | 01:59 | |
*** dims has quit IRC | 01:59 | |
*** bpokorny_ has quit IRC | 02:00 | |
*** salv-orlando has joined #openstack-infra | 02:00 | |
*** weshay has joined #openstack-infra | 02:00 | |
*** mtanino has quit IRC | 02:01 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script https://review.openstack.org/258088 | 02:02 |
*** sputnik13 has quit IRC | 02:03 | |
*** salv-orlando has quit IRC | 02:05 | |
*** xarses has joined #openstack-infra | 02:05 | |
*** mudassirlatif has joined #openstack-infra | 02:05 | |
*** zhurong has joined #openstack-infra | 02:10 | |
*** zz_ja has joined #openstack-infra | 02:17 | |
*** btully has joined #openstack-infra | 02:17 | |
*** piet has quit IRC | 02:17 | |
*** zz_zz_ja has quit IRC | 02:18 | |
*** bharathm has quit IRC | 02:19 | |
*** btully has quit IRC | 02:21 | |
*** Liuqing has joined #openstack-infra | 02:22 | |
*** yamamoto has joined #openstack-infra | 02:22 | |
*** yamamoto has quit IRC | 02:25 | |
*** markvoelker has joined #openstack-infra | 02:29 | |
*** erikwilson has joined #openstack-infra | 02:32 | |
*** otter768 has joined #openstack-infra | 02:33 | |
*** thorst has joined #openstack-infra | 02:34 | |
*** markvoelker has quit IRC | 02:34 | |
*** zhurong has quit IRC | 02:36 | |
*** yamahata has quit IRC | 02:36 | |
*** erikwilson has quit IRC | 02:36 | |
*** zhurong has joined #openstack-infra | 02:36 | |
*** sridhar_ram has quit IRC | 02:37 | |
*** otter768 has quit IRC | 02:37 | |
*** ayoung has joined #openstack-infra | 02:40 | |
*** vilobhmm11 has quit IRC | 02:40 | |
*** gyee has quit IRC | 02:41 | |
*** thorst has quit IRC | 02:42 | |
anteaya | oh okay thanks | 02:44 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Add a gate-bindep-fallback-ubuntu-trusty job https://review.openstack.org/256122 | 02:51 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: install-distro-packages.sh : missing content in branch https://review.openstack.org/258231 | 02:51 |
*** zz_dimtruck is now known as dimtruck | 02:51 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for error "Cannot allocate memory" https://review.openstack.org/254370 | 02:51 |
*** sdake has joined #openstack-infra | 02:53 | |
*** amuller has quit IRC | 02:53 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Add a gate-bindep-fallback-ubuntu-trusty job https://review.openstack.org/256122 | 02:53 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: install-distro-packages.sh : missing content in branch https://review.openstack.org/258231 | 02:53 |
*** jab has joined #openstack-infra | 02:59 | |
*** zz_ja has quit IRC | 03:01 | |
*** bdemers has joined #openstack-infra | 03:02 | |
*** ildikov has quit IRC | 03:02 | |
*** ildikov has joined #openstack-infra | 03:02 | |
*** tzn has joined #openstack-infra | 03:04 | |
*** pahuang has quit IRC | 03:04 | |
*** tzn has quit IRC | 03:08 | |
*** mriedem_away has left #openstack-infra | 03:11 | |
*** yamamoto has joined #openstack-infra | 03:12 | |
pabelanger | So, here is a question. The gate is pretty quiet, compared to earlier today. How come we aren't launching more nodes? Is there some cloud issues? | 03:13 |
clarkb | its based on demand | 03:15 |
pabelanger | I guess since we are only running centos7 on hpcloud and rax | 03:15 |
*** mudassirlatif has quit IRC | 03:16 | |
*** pahuang has joined #openstack-infra | 03:17 | |
pabelanger | would be neat to render the deficit of nodes into statsd some how | 03:17 |
pabelanger | tried figured it out the other day, but didn't look right | 03:17 |
*** yuanying has quit IRC | 03:22 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Test that job regexes in zuul/layout match https://review.openstack.org/258147 | 03:23 |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Run regex match over jobs in memory https://review.openstack.org/258239 | 03:23 |
*** unicell has quit IRC | 03:24 | |
*** rhallisey_ has joined #openstack-infra | 03:27 | |
*** rhallisey_ has quit IRC | 03:27 | |
pabelanger | clarkb: are you able to check and see if there is any issues launching centos7? 253135 is first in check queue, and just waiting for centos7 resources | 03:31 |
clarkb | on a phone so not cureently | 03:32 |
pabelanger | ack | 03:32 |
*** apuimedo has quit IRC | 03:33 | |
*** apuimedo has joined #openstack-infra | 03:33 | |
*** apuimedo has quit IRC | 03:38 | |
*** apuimedo has joined #openstack-infra | 03:39 | |
*** thorst has joined #openstack-infra | 03:39 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: publishers: iterate over copy of checkstyle data https://review.openstack.org/252478 | 03:41 |
openstackgerrit | Merged openstack-infra/project-config: Add Kuryr Rally integration https://review.openstack.org/255685 | 03:42 |
*** apuimedo has quit IRC | 03:43 | |
*** dimtruck is now known as zz_dimtruck | 03:44 | |
*** dims has joined #openstack-infra | 03:45 | |
openstackgerrit | Merged openstack-infra/project-config: Add Dragonflow Rally integration job https://review.openstack.org/255688 | 03:45 |
*** apuimedo has joined #openstack-infra | 03:45 | |
*** thorst has quit IRC | 03:46 | |
*** markvoelker has joined #openstack-infra | 03:46 | |
*** vilobhmm11 has joined #openstack-infra | 03:48 | |
*** vilobhmm11 has quit IRC | 03:49 | |
*** markvoelker has quit IRC | 03:50 | |
*** apuimedo has quit IRC | 03:52 | |
*** apuimedo has joined #openstack-infra | 03:53 | |
*** aeng has quit IRC | 03:53 | |
*** vilobhmm11 has joined #openstack-infra | 03:54 | |
*** apoorvad has joined #openstack-infra | 03:57 | |
*** apuimedo has quit IRC | 03:58 | |
*** apuimedo has joined #openstack-infra | 03:59 | |
*** armax has joined #openstack-infra | 04:00 | |
*** zhurong has quit IRC | 04:01 | |
openstackgerrit | Merged openstack-infra/project-config: oslo.msg: allow to run ceilometer integration job https://review.openstack.org/257790 | 04:04 |
*** tzn has joined #openstack-infra | 04:04 | |
*** yuanying has joined #openstack-infra | 04:07 | |
*** apuimedo has quit IRC | 04:07 | |
*** armax has quit IRC | 04:07 | |
openstackgerrit | Merged openstack-infra/project-config: Move grenade jobs from experimental to check https://review.openstack.org/257781 | 04:07 |
openstackgerrit | Merged openstack-infra/project-config: Validate options in gerrit/projects https://review.openstack.org/257051 | 04:07 |
*** rhallisey has quit IRC | 04:07 | |
*** tzn has quit IRC | 04:09 | |
*** aeng has joined #openstack-infra | 04:09 | |
*** apuimedo has joined #openstack-infra | 04:09 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Skip based off commit message https://review.openstack.org/251371 | 04:12 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Filter events by commit message https://review.openstack.org/251373 | 04:12 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Filter jobs off commit message https://review.openstack.org/251372 | 04:12 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Expose commitMessage as a Change attribute https://review.openstack.org/222791 | 04:12 |
*** apuimedo has quit IRC | 04:14 | |
*** apuimedo has joined #openstack-infra | 04:14 | |
*** apoorvad has quit IRC | 04:15 | |
*** amotoki has joined #openstack-infra | 04:16 | |
*** armax has joined #openstack-infra | 04:20 | |
*** dims has quit IRC | 04:20 | |
openstackgerrit | Merged openstack-infra/project-config: Remove distil jobs https://review.openstack.org/257552 | 04:21 |
*** apuimedo has quit IRC | 04:24 | |
*** apuimedo has joined #openstack-infra | 04:26 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Fix project description for ansible-role-diskimage-builder https://review.openstack.org/256096 | 04:26 |
*** rossella_s has quit IRC | 04:30 | |
*** apuimedo has quit IRC | 04:30 | |
*** rossella_s has joined #openstack-infra | 04:31 | |
*** apuimedo has joined #openstack-infra | 04:31 | |
*** erikwilson has joined #openstack-infra | 04:33 | |
*** otter768 has joined #openstack-infra | 04:33 | |
*** zhurong has joined #openstack-infra | 04:34 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add designate meeting_id and agenda_url https://review.openstack.org/258251 | 04:35 |
*** apuimedo has quit IRC | 04:36 | |
*** apuimedo has joined #openstack-infra | 04:37 | |
*** rguillebert has quit IRC | 04:37 | |
*** erikwilson has quit IRC | 04:37 | |
openstackgerrit | Merged openstack-infra/project-config: Remove tripleo-f21 nodes from nodepool https://review.openstack.org/256032 | 04:38 |
*** otter768 has quit IRC | 04:38 | |
*** sdake has quit IRC | 04:40 | |
*** sdake has joined #openstack-infra | 04:41 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add manila agenda_url https://review.openstack.org/258253 | 04:41 |
*** apuimedo has quit IRC | 04:42 | |
*** apuimedo has joined #openstack-infra | 04:42 | |
*** thorst has joined #openstack-infra | 04:43 | |
*** apuimedo has quit IRC | 04:49 | |
*** apuimedo has joined #openstack-infra | 04:50 | |
openstackgerrit | Merged openstack-infra/project-config: Fix project description for ansible-role-diskimage-builder https://review.openstack.org/256096 | 04:51 |
*** thorst has quit IRC | 04:52 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add app-catalog agenda_url https://review.openstack.org/258257 | 04:52 |
*** apuimedo has quit IRC | 04:55 | |
*** unicell has joined #openstack-infra | 04:55 | |
*** btully has joined #openstack-infra | 04:55 | |
*** apuimedo has joined #openstack-infra | 04:56 | |
*** jamespage has quit IRC | 05:00 | |
*** gnuoy` has quit IRC | 05:00 | |
*** bharathm has joined #openstack-infra | 05:00 | |
*** gnuoy has joined #openstack-infra | 05:00 | |
*** jamespage has joined #openstack-infra | 05:00 | |
*** eglute_s is now known as eglute | 05:00 | |
*** aeng has quit IRC | 05:01 | |
*** bpokorny has joined #openstack-infra | 05:02 | |
*** apuimedo has quit IRC | 05:03 | |
*** _denisra has quit IRC | 05:04 | |
*** apuimedo has joined #openstack-infra | 05:05 | |
*** unicell1 has joined #openstack-infra | 05:06 | |
*** binbincong has quit IRC | 05:06 | |
*** unicell has quit IRC | 05:07 | |
*** binbincong_ has quit IRC | 05:07 | |
*** apuimedo has quit IRC | 05:10 | |
*** apuimedo has joined #openstack-infra | 05:10 | |
*** piet has joined #openstack-infra | 05:11 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add barbican meeting_id and agenda_url https://review.openstack.org/258258 | 05:15 |
*** vilobhmm11 has quit IRC | 05:15 | |
*** binbincong has joined #openstack-infra | 05:20 | |
*** apuimedo has quit IRC | 05:20 | |
*** apuimedo has joined #openstack-infra | 05:21 | |
*** ekuris has joined #openstack-infra | 05:21 | |
*** ekuris has quit IRC | 05:22 | |
*** zz_dimtruck is now known as dimtruck | 05:25 | |
*** apuimedo has quit IRC | 05:25 | |
openstackgerrit | Yan Ning proposed openstack-infra/project-config: Propose use seperate job builder for monasca experimental job https://review.openstack.org/257546 | 05:26 |
*** binbincong_ has joined #openstack-infra | 05:26 | |
*** apuimedo has joined #openstack-infra | 05:27 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add octavia agenda_url https://review.openstack.org/258263 | 05:29 |
*** piet has quit IRC | 05:30 | |
*** zeih has joined #openstack-infra | 05:30 | |
*** salv-orlando has joined #openstack-infra | 05:31 | |
*** apuimedo has quit IRC | 05:32 | |
*** apuimedo has joined #openstack-infra | 05:32 | |
*** links has joined #openstack-infra | 05:34 | |
*** Liuqing_ has joined #openstack-infra | 05:35 | |
*** zeih has quit IRC | 05:35 | |
*** zhurong_ has joined #openstack-infra | 05:35 | |
*** maishsk has quit IRC | 05:35 | |
*** maishsk has joined #openstack-infra | 05:36 | |
*** maishsk has quit IRC | 05:36 | |
openstackgerrit | Merged openstack-dev/hacking: Deprecated tox -downloadcache option removed https://review.openstack.org/256667 | 05:38 |
*** zhurong has quit IRC | 05:38 | |
*** Liuqing has quit IRC | 05:38 | |
*** aeng has joined #openstack-infra | 05:41 | |
*** felix_li has joined #openstack-infra | 05:41 | |
*** tlian has quit IRC | 05:42 | |
oomichi | jhesketh: hello | 05:44 |
jhesketh | oomichi: heya | 05:44 |
oomichi | jhesketh: can you take a look at https://review.openstack.org/#/c/258179/ ? | 05:44 |
oomichi | jhesketh: ironic job continues failure now | 05:44 |
oomichi | jhesketh: on tempest gate | 05:44 |
oomichi | 11th rechecks cannot pass the gate on a single patch :( | 05:45 |
*** markvoelker has joined #openstack-infra | 05:46 | |
oomichi | jhesketh: thanks! :) | 05:46 |
jhesketh | oomichi: I don't really like disabling jobs just because they are blocking without addressing the root cause | 05:47 |
*** apuimedo has quit IRC | 05:47 | |
jhesketh | oomichi: however it's got QA cores +'ing it so long as they are paying attention to the job and turn it back on when it's stable that works for me | 05:47 |
oomichi | jhesketh: yeah, right. in this case, the job still is enabled on ironic gate. and they contine investigating root problem on their own gate | 05:47 |
*** apuimedo has joined #openstack-infra | 05:47 | |
jhesketh | good stuff :-) | 05:48 |
jhesketh | the risk is tempest diverges and makes it more difficult for ironic to turn that job back on | 05:48 |
*** salv-orlando has quit IRC | 05:48 | |
oomichi | jhesketh: the other option is that we can migrate ironic tests from tempest into ironic repo. | 05:49 |
oomichi | jhesketh: the other guy is working for that on ironic side now. | 05:49 |
*** yolanda has quit IRC | 05:49 | |
oomichi | jhesketh: with tempest external plugin interface | 05:49 |
*** yolanda has joined #openstack-infra | 05:49 | |
jhesketh | yep, if it can be done as a plugin, that's probably preferable :-) | 05:50 |
*** salv-orlando has joined #openstack-infra | 05:50 | |
*** thorst has joined #openstack-infra | 05:51 | |
*** harlowja_at_home has joined #openstack-infra | 05:51 | |
oomichi | jhesketh: yeah after that, they can change the gate config without project-config changes or something because they can change these options in their own repo. | 05:51 |
oomichi | jhesketh: that is a big merit for them :) | 05:51 |
jhesketh | indeed :-) | 05:51 |
*** markvoelker has quit IRC | 05:51 | |
openstackgerrit | Merged openstack-infra/project-config: Make ironic non-voting on tempest too https://review.openstack.org/258179 | 05:53 |
*** salv-orl_ has joined #openstack-infra | 05:54 | |
*** apuimedo has quit IRC | 05:54 | |
*** vilobhmm11 has joined #openstack-infra | 05:55 | |
*** thorst has quit IRC | 05:56 | |
*** salv-orlando has quit IRC | 05:56 | |
*** bpokorny has quit IRC | 05:56 | |
*** apuimedo has joined #openstack-infra | 05:57 | |
*** salv-orlando has joined #openstack-infra | 05:57 | |
*** salv-orl_ has quit IRC | 05:58 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/irc-meetings: Add trove meeting_id and agenda_url https://review.openstack.org/258267 | 05:59 |
*** apuimedo has quit IRC | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/258269 | 06:02 |
*** apuimedo has joined #openstack-infra | 06:02 | |
*** oomichi has quit IRC | 06:04 | |
*** tzn has joined #openstack-infra | 06:06 | |
*** apuimedo has quit IRC | 06:07 | |
*** salv-orlando has quit IRC | 06:07 | |
*** apuimedo has joined #openstack-infra | 06:07 | |
*** salv-orlando has joined #openstack-infra | 06:08 | |
*** jerryz has quit IRC | 06:10 | |
*** tzn has quit IRC | 06:10 | |
*** mudassirlatif has joined #openstack-infra | 06:11 | |
*** dimtruck is now known as zz_dimtruck | 06:11 | |
*** apuimedo has quit IRC | 06:12 | |
*** apuimedo has joined #openstack-infra | 06:13 | |
*** gildub has quit IRC | 06:13 | |
*** aeng has quit IRC | 06:13 | |
*** salv-orl_ has joined #openstack-infra | 06:14 | |
*** salv-orlando has quit IRC | 06:14 | |
*** hdd has quit IRC | 06:19 | |
*** apuimedo has quit IRC | 06:20 | |
*** apuimedo has joined #openstack-infra | 06:21 | |
*** [1]Thelo has joined #openstack-infra | 06:22 | |
*** kaisers has quit IRC | 06:23 | |
*** Thelo has quit IRC | 06:24 | |
*** [1]Thelo is now known as Thelo | 06:24 | |
*** zhurong has joined #openstack-infra | 06:27 | |
*** abregman has joined #openstack-infra | 06:29 | |
*** apuimedo has quit IRC | 06:30 | |
*** placko has joined #openstack-infra | 06:30 | |
*** apuimedo has joined #openstack-infra | 06:31 | |
*** zhurong_ has quit IRC | 06:31 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/258281 | 06:33 |
*** erikwilson has joined #openstack-infra | 06:33 | |
*** otter768 has joined #openstack-infra | 06:34 | |
*** apuimedo has quit IRC | 06:35 | |
*** isaacb has joined #openstack-infra | 06:36 | |
*** apuimedo has joined #openstack-infra | 06:36 | |
*** erikwilson has quit IRC | 06:38 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script https://review.openstack.org/258088 | 06:38 |
*** otter768 has quit IRC | 06:39 | |
*** salv-orlando has joined #openstack-infra | 06:41 | |
*** apuimedo has quit IRC | 06:41 | |
*** apuimedo has joined #openstack-infra | 06:41 | |
*** signed8bit has joined #openstack-infra | 06:42 | |
*** changbl has joined #openstack-infra | 06:42 | |
*** bexelbie has joined #openstack-infra | 06:42 | |
*** salv-orl_ has quit IRC | 06:43 | |
*** markvoelker has joined #openstack-infra | 06:47 | |
*** harlowja_at_home has quit IRC | 06:49 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Add designate meeting_id and agenda_url https://review.openstack.org/258251 | 06:51 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add manila agenda_url https://review.openstack.org/258253 | 06:51 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add app-catalog agenda_url https://review.openstack.org/258257 | 06:51 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add barbican meeting_id and agenda_url https://review.openstack.org/258258 | 06:51 |
*** markvoelker has quit IRC | 06:52 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Add octavia agenda_url https://review.openstack.org/258263 | 06:52 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add trove meeting_id and agenda_url https://review.openstack.org/258267 | 06:52 |
*** thorst has joined #openstack-infra | 06:54 | |
*** apuimedo has quit IRC | 06:55 | |
*** apuimedo has joined #openstack-infra | 06:57 | |
*** armax has quit IRC | 06:57 | |
*** AJaeger has joined #openstack-infra | 06:58 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-infra/infra-manual: Update Accessing Gerrit over HTTPS section https://review.openstack.org/258286 | 06:59 |
*** rcernin has joined #openstack-infra | 07:01 | |
*** thorst has quit IRC | 07:01 | |
*** apuimedo has quit IRC | 07:02 | |
*** apuimedo has joined #openstack-infra | 07:02 | |
*** salv-orlando has quit IRC | 07:04 | |
therve | clarkb, fungi: not around by any chance? | 07:04 |
therve | https://review.openstack.org/#/c/257537/ seems to break grenade jobs | 07:04 |
clarkb | therve it ran multiple times with success | 07:07 |
clarkb | how is it breaking grenade? | 07:07 |
therve | clarkb, http://logs.openstack.org/81/254081/2/check/gate-grenade-dsvm-heat/5daf862/console.html | 07:07 |
therve | Possibly only the heat ones I guess | 07:07 |
*** kaisers has joined #openstack-infra | 07:08 | |
*** kaisers has quit IRC | 07:09 | |
*** apuimedo has quit IRC | 07:09 | |
therve | http://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22/opt/stack/new/devstack-gate/devstack-vm-gate.sh:%20line%20546:%20/opt/stack/new/grenade/localrc:%20No%20such%20file%20or%20directory%5C%22 | 07:09 |
*** apuimedo has joined #openstack-infra | 07:10 | |
*** jffische has quit IRC | 07:12 | |
*** kaisers has joined #openstack-infra | 07:12 | |
*** rcernin_ has joined #openstack-infra | 07:12 | |
*** aopincar has joined #openstack-infra | 07:12 | |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/258269 | 07:13 |
*** rcernin has quit IRC | 07:13 | |
clarkb | my change touched code that runs on line 594, this fails at 546 | 07:13 |
clarkb | why do we think that change is related? | 07:14 |
*** apuimedo has quit IRC | 07:14 | |
*** apuimedo has joined #openstack-infra | 07:15 | |
therve | Well, see the logstash link above | 07:15 |
therve | That looks very close at lease | 07:15 |
therve | least | 07:15 |
clarkb | therve no https://review.openstack.org/#/c/234508/ is likely the actual trigger | 07:15 |
clarkb | need to add grenade to the projects list in that job | 07:15 |
clarkb | I cant do that now because I should be asleep but can write/review in the morning | 07:16 |
therve | Hum okay... | 07:16 |
AJaeger | clarkb: sleep well, I'll review or cook a patch | 07:17 |
*** isaacb has quit IRC | 07:17 | |
AJaeger | therve: do you want to write a patch? | 07:17 |
clarkb | do we have a grenade job not in the devstack-gate.yaml file ? I thibk it must've just been missed | 07:17 |
AJaeger | clarkb: in heat.yaml ;( | 07:18 |
AJaeger | and sahara has one as well | 07:18 |
clarkb | in that case just add grenade to PROJECTS list as in the dep of that change and all shpuld be well | 07:19 |
therve | AJaeger, Some help would be welcome :) | 07:19 |
*** apuimedo has quit IRC | 07:19 | |
*** signed8bit has quit IRC | 07:19 | |
therve | Ah but I think I see the issue | 07:20 |
*** rcernin_ has quit IRC | 07:21 | |
therve | AJaeger, http://paste.openstack.org/show/482039/ I guess? | 07:22 |
*** apuimedo has joined #openstack-infra | 07:22 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix grenade heat and sahara jobs https://review.openstack.org/258291 | 07:22 |
*** rcernin has joined #openstack-infra | 07:22 | |
therve | Cool :) | 07:22 |
AJaeger | therve: yes, that's the first part of the change. Sorry, I was too impatient. | 07:22 |
therve | No, thank you for fixing that | 07:23 |
therve | Hope someone will be around to approve it | 07:23 |
AJaeger | therve: Once it passed Jenkins, I'll ping some folks... | 07:23 |
*** boris-42_ has quit IRC | 07:23 | |
therve | Awesome thanks | 07:23 |
clarkb | I went ahwad and approved | 07:24 |
AJaeger | first need to fix a documentation change - it failed since new files had spaces at the end of the filename ;( | 07:24 |
AJaeger | thanks, clarkb ! | 07:24 |
*** bexelbie has quit IRC | 07:27 | |
*** maishsk has joined #openstack-infra | 07:27 | |
*** apuimedo has quit IRC | 07:29 | |
*** sgordon has quit IRC | 07:30 | |
*** apuimedo has joined #openstack-infra | 07:31 | |
*** elo has joined #openstack-infra | 07:32 | |
*** sgordon has joined #openstack-infra | 07:33 | |
*** thorst has joined #openstack-infra | 07:33 | |
*** elo has quit IRC | 07:33 | |
*** apuimedo has quit IRC | 07:35 | |
*** apuimedo has joined #openstack-infra | 07:36 | |
*** salv-orlando has joined #openstack-infra | 07:36 | |
*** binbincong has quit IRC | 07:36 | |
*** elo has joined #openstack-infra | 07:40 | |
*** sgordon` has joined #openstack-infra | 07:41 | |
*** thorst has quit IRC | 07:41 | |
*** btully has quit IRC | 07:41 | |
*** kushal has joined #openstack-infra | 07:43 | |
*** sgordon has quit IRC | 07:44 | |
*** apuimedo has quit IRC | 07:45 | |
*** ParsectiX has joined #openstack-infra | 07:45 | |
*** ParsectiX has quit IRC | 07:46 | |
*** ParsectiX has joined #openstack-infra | 07:46 | |
*** apuimedo has joined #openstack-infra | 07:46 | |
*** salv-orl_ has joined #openstack-infra | 07:47 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Start validating JJB job-templates https://review.openstack.org/246034 | 07:47 |
*** salv-orlando has quit IRC | 07:47 | |
*** sdake has quit IRC | 07:47 | |
openstackgerrit | Merged openstack-infra/project-config: Fix grenade heat and sahara jobs https://review.openstack.org/258291 | 07:47 |
*** sgordon` has quit IRC | 07:48 | |
AJaeger | therve: change merged, wait an hour to have the change propagated and then recheck your change. | 07:49 |
*** sdake has joined #openstack-infra | 07:49 | |
therve | AJaeger, OK, will keep track | 07:49 |
openstackgerrit | Gal Sagie proposed openstack-infra/project-config: Fix Kuryr fullstack tempest job https://review.openstack.org/258303 | 07:53 |
*** mgrosz has joined #openstack-infra | 07:53 | |
mgrosz | Good morning | 07:53 |
*** sgordon has joined #openstack-infra | 07:53 | |
*** salv-orlando has joined #openstack-infra | 07:54 | |
openstackgerrit | David Pursehouse proposed openstack-infra/project-config: Lodgeit: Enable python27 check and gate jobs https://review.openstack.org/258304 | 07:54 |
*** salv-orl_ has quit IRC | 07:55 | |
*** isaacb has joined #openstack-infra | 07:56 | |
*** apuimedo has quit IRC | 07:56 | |
*** salv-orl_ has joined #openstack-infra | 07:57 | |
*** apuimedo has joined #openstack-infra | 07:57 | |
*** salv-orlando has quit IRC | 07:57 | |
*** ParsectiX has quit IRC | 07:58 | |
*** Guest88440 has quit IRC | 07:58 | |
*** maishsk has quit IRC | 08:00 | |
openstackgerrit | Merged openstack-infra/project-config: Propose use seperate job builder for monasca experimental job https://review.openstack.org/257546 | 08:00 |
*** yamamoto has quit IRC | 08:00 | |
*** yamamoto has joined #openstack-infra | 08:03 | |
*** maishsk has joined #openstack-infra | 08:04 | |
openstackgerrit | Merged openstack-infra/project-config: Use Manila specific job templates for building images https://review.openstack.org/233065 | 08:04 |
*** zhurong has quit IRC | 08:05 | |
*** mgrosz has quit IRC | 08:05 | |
*** salv-orl_ has quit IRC | 08:05 | |
openstackgerrit | Merged openstack-infra/project-config: Use repo install for glean on F23 https://review.openstack.org/258202 | 08:05 |
*** yamamoto has quit IRC | 08:06 | |
*** apuimedo has quit IRC | 08:06 | |
*** zhurong has joined #openstack-infra | 08:06 | |
*** apuimedo has joined #openstack-infra | 08:07 | |
*** tzn has joined #openstack-infra | 08:07 | |
*** salv-orl_ has joined #openstack-infra | 08:08 | |
*** yuanying has quit IRC | 08:09 | |
ekarlso | was there something funny going on with the job here: http://logs.openstack.org/13/249313/8/experimental/gate-rally-dsvm-designate-rally/74da6ab/console.html ? | 08:11 |
ekarlso | seen a ton of the lex fail things | 08:11 |
*** tzn has quit IRC | 08:12 | |
*** vilobhmm11 has quit IRC | 08:14 | |
*** salv-orl_ has quit IRC | 08:14 | |
*** mgrosz has joined #openstack-infra | 08:14 | |
*** scheuran has joined #openstack-infra | 08:14 | |
AJaeger | ekarlso: "ValueError: No closing quotation" | 08:15 |
AJaeger | But where does that come from? ;( | 08:15 |
*** matrohon has joined #openstack-infra | 08:15 | |
*** btully has joined #openstack-infra | 08:15 | |
AJaeger | ekarlso: let's check your most recent change in projectr-config carefully... | 08:17 |
*** chlong has quit IRC | 08:17 | |
openstackgerrit | sonu proposed openstack-infra/bindep: Remove py26 support from bindep https://review.openstack.org/258322 | 08:18 |
*** e0ne has joined #openstack-infra | 08:18 | |
*** apuimedo has quit IRC | 08:18 | |
*** yamamoto has joined #openstack-infra | 08:18 | |
*** yamamoto has quit IRC | 08:18 | |
AJaeger | ekarlso: looking again at your change, you changed the content of the post_test_hook, it was new/rally/tests/ci/rally-gate.sh but now it's using /opt/stack/new/designate/contrib/devstack - was that intented? | 08:19 |
*** btully has quit IRC | 08:19 | |
*** apuimedo has joined #openstack-infra | 08:20 | |
openstackgerrit | sonu proposed openstack-infra/bindep: Removes MANIFEST.in as it is not needed explicitely by PBR https://review.openstack.org/258340 | 08:21 |
AJaeger | ekarlso: check also http://logs.openstack.org/06/257906/5/check/gate-project-config-compare-xml/6acaecb/console.html | 08:21 |
AJaeger | ekarlso: I'm not seeing anything obvious | 08:22 |
*** e0ne has quit IRC | 08:23 | |
*** e0ne has joined #openstack-infra | 08:24 | |
*** apuimedo has quit IRC | 08:25 | |
*** shardy has joined #openstack-infra | 08:25 | |
*** apuimedo has joined #openstack-infra | 08:26 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Test that job regexes in zuul/layout match https://review.openstack.org/258147 | 08:27 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Run regex match over jobs in memory https://review.openstack.org/258239 | 08:27 |
*** salv-orlando has joined #openstack-infra | 08:27 | |
*** tzn has joined #openstack-infra | 08:28 | |
*** bknudson has quit IRC | 08:31 | |
*** tzn has quit IRC | 08:33 | |
*** erikwilson has joined #openstack-infra | 08:34 | |
*** dingyichen has quit IRC | 08:35 | |
*** otter768 has joined #openstack-infra | 08:35 | |
*** jtomasek has joined #openstack-infra | 08:36 | |
openstackgerrit | Gal Sagie proposed openstack-infra/project-config: No need to run tempest in Rally jobs https://review.openstack.org/258347 | 08:36 |
*** apuimedo has quit IRC | 08:37 | |
*** salv-orlando has quit IRC | 08:38 | |
*** thorst has joined #openstack-infra | 08:38 | |
*** masber has joined #openstack-infra | 08:39 | |
*** erikwilson has quit IRC | 08:39 | |
*** sdake has quit IRC | 08:39 | |
*** apuimedo has joined #openstack-infra | 08:40 | |
*** otter768 has quit IRC | 08:40 | |
*** piet has joined #openstack-infra | 08:41 | |
*** zeih has joined #openstack-infra | 08:43 | |
*** jordanP has joined #openstack-infra | 08:44 | |
*** markus_z has joined #openstack-infra | 08:45 | |
*** amotoki has quit IRC | 08:45 | |
*** salv-orlando has joined #openstack-infra | 08:45 | |
*** jlanoux has joined #openstack-infra | 08:46 | |
*** thorst has quit IRC | 08:46 | |
*** salv-orlando has quit IRC | 08:46 | |
*** ihrachys has joined #openstack-infra | 08:47 | |
*** apuimedo has quit IRC | 08:47 | |
*** salv-orlando has joined #openstack-infra | 08:47 | |
*** ifarkas has joined #openstack-infra | 08:47 | |
*** markvoelker has joined #openstack-infra | 08:48 | |
*** maishsk has quit IRC | 08:48 | |
*** apuimedo has joined #openstack-infra | 08:49 | |
*** rcernin has quit IRC | 08:50 | |
*** egonzalez has joined #openstack-infra | 08:52 | |
openstackgerrit | Gal Sagie proposed openstack-infra/project-config: Fix rally jobs for networking-ovn, kuryr and dragonflow https://review.openstack.org/258347 | 08:52 |
*** itsuugo has joined #openstack-infra | 08:52 | |
*** jcoufal has joined #openstack-infra | 08:52 | |
evgenyl | Good morning/evening, I would like to kindly ask you to review/merge patch to system-config https://review.openstack.org/#/c/255804/ which adds irc bots for the channel. | 08:52 |
*** markvoelker has quit IRC | 08:53 | |
*** apuimedo has quit IRC | 08:54 | |
*** piet has quit IRC | 08:54 | |
*** apuimedo has joined #openstack-infra | 08:55 | |
*** dims has joined #openstack-infra | 08:55 | |
*** salv-orlando has quit IRC | 08:57 | |
AJaeger | evgenyl: note that we can only merge this when there's no meeting taking place, so this need to be timed properly... | 08:58 |
*** maishsk has joined #openstack-infra | 08:58 | |
*** fhubik has joined #openstack-infra | 08:59 | |
*** salv-orlando has joined #openstack-infra | 08:59 | |
*** ociuhandu has joined #openstack-infra | 08:59 | |
*** gildub has joined #openstack-infra | 08:59 | |
*** bexelbie has joined #openstack-infra | 08:59 | |
evgenyl | AJaeger: oh, thanks for the information, will wait for the next merge window then. | 08:59 |
openstackgerrit | Merged openstack-infra/project-config: Fix Kuryr fullstack tempest job https://review.openstack.org/258303 | 09:03 |
*** maishsk has quit IRC | 09:03 | |
openstackgerrit | David Pursehouse proposed openstack-infra/lodgeit: Fix alert message shown when cookie is removed https://review.openstack.org/258359 | 09:04 |
*** e0ne has quit IRC | 09:04 | |
AJaeger | evgenyl: still, it needs two +2 reviews ... | 09:05 |
*** mgrosz has quit IRC | 09:05 | |
*** weshay has quit IRC | 09:06 | |
openstackgerrit | Merged openstack-infra/project-config: Start validating JJB job-templates https://review.openstack.org/246034 | 09:07 |
openstackgerrit | Merged openstack-infra/project-config: Lodgeit: Enable python27 check and gate jobs https://review.openstack.org/258304 | 09:07 |
openstackgerrit | Merged openstack-infra/project-config: install-distro-packages.sh : missing content in branch https://review.openstack.org/258231 | 09:07 |
openstackgerrit | Merged openstack-infra/project-config: Add docs-on-rtfd hook for bareon project https://review.openstack.org/257910 | 09:07 |
*** mgrosz has joined #openstack-infra | 09:07 | |
*** salv-orlando has quit IRC | 09:08 | |
*** masber has quit IRC | 09:08 | |
*** rcernin has joined #openstack-infra | 09:08 | |
*** maishsk has joined #openstack-infra | 09:08 | |
*** yamahata has joined #openstack-infra | 09:08 | |
*** Hal has joined #openstack-infra | 09:11 | |
*** Hal is now known as Guest57485 | 09:11 | |
*** bexelbie has quit IRC | 09:11 | |
*** bexelbie has joined #openstack-infra | 09:12 | |
*** dims has quit IRC | 09:13 | |
*** jistr has joined #openstack-infra | 09:13 | |
*** fhubik is now known as fhubik_brb | 09:14 | |
*** fhubik_brb is now known as fhubik | 09:14 | |
*** sfinucan has joined #openstack-infra | 09:15 | |
*** piet has joined #openstack-infra | 09:18 | |
*** zhurong has quit IRC | 09:18 | |
openstackgerrit | Merged openstack-infra/project-config: Rename and templatize ansible functional jobs https://review.openstack.org/257530 | 09:18 |
*** zhurong has joined #openstack-infra | 09:20 | |
*** aarefiev has quit IRC | 09:20 | |
*** apuimedo has quit IRC | 09:20 | |
*** mgrosz has quit IRC | 09:21 | |
*** mgrosz has joined #openstack-infra | 09:22 | |
*** apuimedo has joined #openstack-infra | 09:22 | |
*** aarefiev has joined #openstack-infra | 09:23 | |
*** salv-orlando has joined #openstack-infra | 09:26 | |
openstackgerrit | Vitaly Gridnev proposed openstack-infra/project-config: [sahara] job for sahara-dashboard integration tests https://review.openstack.org/255232 | 09:27 |
*** tzn has joined #openstack-infra | 09:29 | |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Skip jobs appropriately for releasenotes https://review.openstack.org/257830 | 09:30 |
openstackgerrit | Jesse Pretorius proposed openstack-infra/project-config: Skip jobs appropriately for releasenotes https://review.openstack.org/257830 | 09:30 |
*** apuimedo has quit IRC | 09:31 | |
*** apuimedo has joined #openstack-infra | 09:32 | |
*** hashar has joined #openstack-infra | 09:32 | |
*** mgrosz has quit IRC | 09:34 | |
*** piet has quit IRC | 09:34 | |
*** tzn has quit IRC | 09:34 | |
*** zhurong has quit IRC | 09:35 | |
*** zhurong has joined #openstack-infra | 09:36 | |
*** hichihara has quit IRC | 09:36 | |
*** apuimedo has quit IRC | 09:37 | |
*** skolekonov has joined #openstack-infra | 09:37 | |
*** tzn has joined #openstack-infra | 09:37 | |
*** apuimedo has joined #openstack-infra | 09:37 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Test that job regexes in zuul/layout match https://review.openstack.org/258147 | 09:38 |
AJaeger | ianw: fixed the typo, I rather have this.. - thanks for the reviews ^ | 09:39 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Run regex match over jobs in memory https://review.openstack.org/258239 | 09:39 |
openstackgerrit | Merged openstack-infra/system-config: Discontinue Release status page https://review.openstack.org/254817 | 09:40 |
*** sfinucan_ has joined #openstack-infra | 09:41 | |
*** _nadya_ has joined #openstack-infra | 09:42 | |
*** cdent has joined #openstack-infra | 09:42 | |
*** tzn has quit IRC | 09:42 | |
*** apuimedo_ has joined #openstack-infra | 09:43 | |
*** thorst has joined #openstack-infra | 09:43 | |
*** sfinucan has quit IRC | 09:44 | |
*** bharathm has quit IRC | 09:45 | |
mescanef | hello openstack-infra:-) maybe any one around able to add ppl to gerrit acls groups? | 09:46 |
*** yamamoto has joined #openstack-infra | 09:47 | |
*** rguillebert has joined #openstack-infra | 09:47 | |
*** thorst has quit IRC | 09:50 | |
*** apuimedo_ has quit IRC | 09:51 | |
openstackgerrit | Jedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar https://review.openstack.org/258378 | 09:51 |
yolanda | hi mescanef, i can help | 09:51 |
mescanef | yolanda: please add me (mmatuszkowiak@mirantis.com) to https://review.openstack.org/#/admin/groups/1220,members & https://review.openstack.org/#/admin/groups/1221,members (ref. https://review.openstack.org/#/c/257796/) | 09:53 |
*** gfidente has joined #openstack-infra | 09:54 | |
*** salv-orlando has quit IRC | 09:54 | |
yolanda | sure | 09:54 |
*** admin0 has joined #openstack-infra | 09:54 | |
yolanda | done | 09:55 |
mescanef | yolanda: thanks:-) | 09:55 |
*** apuimedo_ has joined #openstack-infra | 09:56 | |
*** rkukura_ has joined #openstack-infra | 09:57 | |
*** rkukura has quit IRC | 09:57 | |
*** rkukura_ is now known as rkukura | 09:57 | |
*** e0ne has joined #openstack-infra | 09:57 | |
*** mgrosz has joined #openstack-infra | 09:59 | |
*** apuimedo has quit IRC | 09:59 | |
*** dizquierdo has joined #openstack-infra | 09:59 | |
*** zhenguo has quit IRC | 10:00 | |
*** apuimedo has joined #openstack-infra | 10:00 | |
*** Liuqing_ has quit IRC | 10:01 | |
*** apuimedo_ has quit IRC | 10:01 | |
openstackgerrit | Jedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar. Solar is not yet ready to fulfill these requirements. https://review.openstack.org/258378 | 10:01 |
*** Liuqing has joined #openstack-infra | 10:02 | |
*** Liuqing has quit IRC | 10:02 | |
*** btully has joined #openstack-infra | 10:03 | |
*** ociuhandu has quit IRC | 10:04 | |
*** ociuhandu has joined #openstack-infra | 10:04 | |
*** Qiming has quit IRC | 10:05 | |
*** zhurong has quit IRC | 10:06 | |
*** apuimedo_ has joined #openstack-infra | 10:07 | |
*** btully has quit IRC | 10:07 | |
*** fhubik is now known as fhubik_brb | 10:08 | |
*** fhubik_brb is now known as fhubik | 10:08 | |
*** zhurong has joined #openstack-infra | 10:09 | |
*** apuimedo has quit IRC | 10:09 | |
*** apuimedo has joined #openstack-infra | 10:10 | |
*** apuimedo_ has quit IRC | 10:12 | |
*** zhurong has quit IRC | 10:13 | |
*** apuimedo_ has joined #openstack-infra | 10:17 | |
openstackgerrit | Jedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar. https://review.openstack.org/258378 | 10:18 |
*** AJaeger has quit IRC | 10:23 | |
*** apuimedo_ has quit IRC | 10:24 | |
*** apuimedo has quit IRC | 10:24 | |
*** AJaeger has joined #openstack-infra | 10:24 | |
*** AJaeger has quit IRC | 10:25 | |
*** AJaeger has joined #openstack-infra | 10:25 | |
*** apuimedo has joined #openstack-infra | 10:25 | |
*** mgrosz has quit IRC | 10:27 | |
*** dizquierdo has quit IRC | 10:27 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin https://review.openstack.org/258402 | 10:29 |
*** apuimedo_ has joined #openstack-infra | 10:29 | |
*** AJaeger has quit IRC | 10:30 | |
*** AJaeger has joined #openstack-infra | 10:30 | |
*** AJaeger has quit IRC | 10:31 | |
*** Kennan has quit IRC | 10:33 | |
*** AJaeger has joined #openstack-infra | 10:33 | |
openstackgerrit | yolanda.robla proposed openstack-infra/glean: Open /etc/hosts file in append mode, not write https://review.openstack.org/258405 | 10:34 |
*** apuimedo_ has quit IRC | 10:34 | |
*** erikwilson has joined #openstack-infra | 10:35 | |
*** apuimedo has quit IRC | 10:35 | |
*** otter768 has joined #openstack-infra | 10:36 | |
*** felix_li has quit IRC | 10:36 | |
*** apuimedo has joined #openstack-infra | 10:37 | |
*** Kennan has joined #openstack-infra | 10:37 | |
*** apuimedo_ has joined #openstack-infra | 10:39 | |
*** erikwilson has quit IRC | 10:40 | |
*** Liuqing has joined #openstack-infra | 10:40 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes https://review.openstack.org/252041 | 10:40 |
*** mgrosz has joined #openstack-infra | 10:41 | |
*** salv-orlando has joined #openstack-infra | 10:41 | |
*** otter768 has quit IRC | 10:41 | |
*** apuimedo has quit IRC | 10:41 | |
*** gfidente has left #openstack-infra | 10:42 | |
*** mgrosz has quit IRC | 10:42 | |
*** yamahata has quit IRC | 10:43 | |
*** apuimedo has joined #openstack-infra | 10:43 | |
*** thorst has joined #openstack-infra | 10:48 | |
*** apuimedo_ has quit IRC | 10:48 | |
*** markvoelker has joined #openstack-infra | 10:49 | |
*** mgrosz has joined #openstack-infra | 10:49 | |
*** admin0 has quit IRC | 10:50 | |
*** sambetts-afk is now known as sambetts | 10:50 | |
*** sshnaidm has joined #openstack-infra | 10:52 | |
*** fhubik is now known as fhubik_brb | 10:52 | |
*** markvoelker has quit IRC | 10:53 | |
*** rfolco has joined #openstack-infra | 10:53 | |
*** apuimedo_ has joined #openstack-infra | 10:54 | |
*** gildub has quit IRC | 10:55 | |
*** thorst has quit IRC | 10:56 | |
ekarlso | AJaeger: but what I dont get is why it fails it's not just the rally job but also designate job (Not the job I changed) that fails with it it seems | 10:57 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add plugin_email_enabled preference by default https://review.openstack.org/241665 | 10:58 |
ekarlso | AJaeger: http://logs.openstack.org/38/255338/5/check/gate-designate-dsvm-powerdns/3679606/console.html < designate gate and then rally gate http://logs.openstack.org/13/249313/8/experimental/gate-rally-dsvm-designate-rally/74da6ab/console.html | 10:58 |
*** flepied has quit IRC | 10:59 | |
dtantsur | hi folks, could you please look at https://review.openstack.org/#/c/258402/ asap? | 10:59 |
dtantsur | ironic's switch to devstack plugins seems to break ironic-inspector gate | 10:59 |
*** admin0 has joined #openstack-infra | 10:59 | |
*** sputnik1_ has joined #openstack-infra | 11:01 | |
*** coolsvap is now known as coolsvap|away | 11:01 | |
*** claudiub has joined #openstack-infra | 11:06 | |
*** fhubik_brb is now known as fhubik | 11:07 | |
*** aysyd has joined #openstack-infra | 11:08 | |
*** electrofelix has joined #openstack-infra | 11:08 | |
*** apuimedo_ has quit IRC | 11:10 | |
*** admin0 has quit IRC | 11:12 | |
*** vgridnev has joined #openstack-infra | 11:13 | |
*** _nadya_ has quit IRC | 11:14 | |
*** sputnik1_ has quit IRC | 11:14 | |
*** Qiming has joined #openstack-infra | 11:15 | |
*** aysyd has quit IRC | 11:15 | |
*** aysyd has joined #openstack-infra | 11:15 | |
*** apuimedo_ has joined #openstack-infra | 11:15 | |
*** bogdando has quit IRC | 11:16 | |
*** lucas-dinner is now known as lucasagomes | 11:19 | |
*** apuimedo_ has quit IRC | 11:20 | |
*** yamamoto has quit IRC | 11:23 | |
*** mgrosz has quit IRC | 11:24 | |
gsagie | anyone might know why this is failing? http://logs.openstack.org/79/258379/1/check/gate-kuryr-dsvm-fullstack-nv/8ac6341/console.html | 11:24 |
*** apuimedo_ has joined #openstack-infra | 11:26 | |
Zara | does openstack have its own picture-hosting tool? we've realised that pictures have been enabled in storyboard for a while, via <img> tags, but we don't host them. | 11:27 |
*** cdent has quit IRC | 11:29 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin https://review.openstack.org/258402 | 11:29 |
*** gongysh_ has joined #openstack-infra | 11:29 | |
*** cdent has joined #openstack-infra | 11:29 | |
*** apuimedo_ has quit IRC | 11:30 | |
AJaeger | ekarlso: sorry, can't help today with this | 11:31 |
*** gongysh_ has quit IRC | 11:32 | |
AJaeger | dtantsur: commented on it... | 11:35 |
*** apuimedo_ has joined #openstack-infra | 11:35 | |
*** elo has quit IRC | 11:36 | |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: add query for nova-net dnsmasq race https://review.openstack.org/258435 | 11:36 |
*** gongysh_ has joined #openstack-infra | 11:37 | |
dtantsur | AJaeger, thanks. ironic-inspector does not have stable/kilo at all | 11:38 |
AJaeger | dtantsur: argh, checked ironic - ok, will review again.. | 11:39 |
*** apuimedo_ has quit IRC | 11:40 | |
*** bogdando has joined #openstack-infra | 11:40 | |
*** claudiub has quit IRC | 11:43 | |
*** erlon has joined #openstack-infra | 11:43 | |
*** apuimedo_ has joined #openstack-infra | 11:46 | |
*** salv-orlando has quit IRC | 11:47 | |
*** salv-orlando has joined #openstack-infra | 11:47 | |
*** cdent has quit IRC | 11:48 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: add query for nova-net dnsmasq race https://review.openstack.org/258435 | 11:49 |
*** flepied has joined #openstack-infra | 11:50 | |
*** apuimedo_ has quit IRC | 11:50 | |
*** goodygum has joined #openstack-infra | 11:51 | |
*** thorst has joined #openstack-infra | 11:53 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Make VPN constraints jobs voting https://review.openstack.org/255992 | 11:55 |
*** apuimedo_ has joined #openstack-infra | 11:55 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Make LBaaS constraints jobs voting https://review.openstack.org/256391 | 11:56 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks https://review.openstack.org/163117 | 11:56 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent https://review.openstack.org/238948 | 11:56 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter https://review.openstack.org/243250 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Encapsulate determining the event purpose https://review.openstack.org/247487 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug. https://review.openstack.org/192457 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels https://review.openstack.org/247421 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events. https://review.openstack.org/191207 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event https://review.openstack.org/239203 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support for dependent pipelines with github https://review.openstack.org/247500 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub https://review.openstack.org/239138 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Allow using webapp from connections https://review.openstack.org/215642 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Allow list values in template parameters. https://review.openstack.org/191208 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter. https://review.openstack.org/191312 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status https://review.openstack.org/239303 | 11:57 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Allow github trigger to match on branches/refs https://review.openstack.org/258448 | 11:57 |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: Make FWaaS constraints jobs voting https://review.openstack.org/256702 | 11:57 |
*** thorst has quit IRC | 12:00 | |
*** yamamoto has joined #openstack-infra | 12:00 | |
*** fhubik is now known as fhubik_brb | 12:01 | |
*** Guest57485 has quit IRC | 12:01 | |
*** yamamoto_ has joined #openstack-infra | 12:02 | |
*** salv-orlando has quit IRC | 12:03 | |
*** doug-fish has joined #openstack-infra | 12:03 | |
*** vgridnev has quit IRC | 12:04 | |
*** apuimedo_ has quit IRC | 12:05 | |
*** yamamoto has quit IRC | 12:05 | |
*** salv-orlando has joined #openstack-infra | 12:09 | |
*** vgridnev has joined #openstack-infra | 12:11 | |
*** apuimedo_ has joined #openstack-infra | 12:11 | |
*** salv-orlando has quit IRC | 12:11 | |
*** admin0 has joined #openstack-infra | 12:13 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs https://review.openstack.org/258458 | 12:16 |
*** apuimedo_ has quit IRC | 12:16 | |
*** apuimedo_ has joined #openstack-infra | 12:20 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs https://review.openstack.org/258458 | 12:23 |
vponomaryov | clarkb: fyi ^ is is acceptable way of pulling client or should be something else? | 12:24 |
vponomaryov | s/is is/is it/ | 12:24 |
*** baoli has joined #openstack-infra | 12:24 | |
*** pkoniszewski has joined #openstack-infra | 12:26 | |
AJaeger | vponomaryov: did you see my questions on change 1? I'm not sure whether those 3 jobs also need this change... | 12:27 |
vponomaryov | AJaeger: verifying it... | 12:27 |
*** apuimedo_ has quit IRC | 12:27 | |
*** baoli has quit IRC | 12:27 | |
AJaeger | thanks, vponomaryov. | 12:28 |
vponomaryov | AJaeger: yes, they do require too | 12:28 |
vponomaryov | AJaeger: thanks | 12:28 |
*** gordc has joined #openstack-infra | 12:28 | |
AJaeger | ;) | 12:28 |
*** _nadya_ has joined #openstack-infra | 12:29 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs https://review.openstack.org/258458 | 12:30 |
*** rossella_s has quit IRC | 12:30 | |
*** thorst has joined #openstack-infra | 12:30 | |
*** rossella_s has joined #openstack-infra | 12:31 | |
*** apuimedo_ has joined #openstack-infra | 12:32 | |
*** markvoelker has joined #openstack-infra | 12:35 | |
*** rhallisey has joined #openstack-infra | 12:35 | |
*** yamamoto_ has quit IRC | 12:36 | |
*** erikwilson has joined #openstack-infra | 12:36 | |
dtantsur | yolanda, hi! could you please take one more look at https://review.openstack.org/#/c/258402/ ? | 12:36 |
yolanda | sure | 12:37 |
*** apuimedo_ has quit IRC | 12:37 | |
*** otter768 has joined #openstack-infra | 12:37 | |
yolanda | +a | 12:38 |
AJaeger | yolanda: https://review.openstack.org/258147 would be nice as well, please | 12:38 |
*** markvoelker has quit IRC | 12:39 | |
yolanda | AJaeger, i have the concern if that will leave the file open | 12:41 |
*** erikwilson has quit IRC | 12:41 | |
*** baoli has joined #openstack-infra | 12:41 | |
*** apuimedo_ has joined #openstack-infra | 12:42 | |
*** otter768 has quit IRC | 12:42 | |
*** baoli_ has joined #openstack-infra | 12:43 | |
*** apuimedo_ has quit IRC | 12:46 | |
*** apuimedo has quit IRC | 12:46 | |
*** baoli_ has quit IRC | 12:46 | |
*** baoli_ has joined #openstack-infra | 12:47 | |
*** apuimedo has joined #openstack-infra | 12:47 | |
*** baoli has quit IRC | 12:47 | |
*** placko has quit IRC | 12:47 | |
*** dprince has joined #openstack-infra | 12:48 | |
*** gongysh_ has quit IRC | 12:51 | |
*** apuimedo_ has joined #openstack-infra | 12:51 | |
openstackgerrit | Merged openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin https://review.openstack.org/258402 | 12:51 |
*** baoli_ has quit IRC | 12:51 | |
mugsie | is there a openstack code search site hosted by infra? I seem to rememeber seeing one | 12:51 |
*** jcoufal has quit IRC | 12:52 | |
mugsie | ah. should have guessed it was http://codesearch.openstack.org/ | 12:52 |
*** yamamoto has joined #openstack-infra | 12:53 | |
*** yamamoto has quit IRC | 12:54 | |
*** Daisy has joined #openstack-infra | 12:55 | |
*** jcoufal has joined #openstack-infra | 12:55 | |
*** admin0 has left #openstack-infra | 12:56 | |
*** links has quit IRC | 12:57 | |
openstackgerrit | Evgeniy L proposed openstack-infra/project-config: Enable pypi publishing for Bareon project https://review.openstack.org/257932 | 12:57 |
*** rcernin has quit IRC | 12:58 | |
*** claudiub has joined #openstack-infra | 13:02 | |
*** apuimedo_ has quit IRC | 13:02 | |
*** amuller has joined #openstack-infra | 13:02 | |
*** flepied has quit IRC | 13:03 | |
*** mase_x200 has joined #openstack-infra | 13:06 | |
*** Hal has joined #openstack-infra | 13:06 | |
*** Daisy has quit IRC | 13:06 | |
*** Hal is now known as Guest6859 | 13:06 | |
*** Daisy has joined #openstack-infra | 13:06 | |
*** flepied has joined #openstack-infra | 13:06 | |
*** apuimedo_ has joined #openstack-infra | 13:07 | |
*** markvoelker has joined #openstack-infra | 13:09 | |
*** shardy has quit IRC | 13:10 | |
*** dizquierdo has joined #openstack-infra | 13:10 | |
*** chlong has joined #openstack-infra | 13:11 | |
*** weshay_xchat has joined #openstack-infra | 13:11 | |
*** Daisy has quit IRC | 13:11 | |
*** apuimedo has quit IRC | 13:11 | |
*** apuimedo has joined #openstack-infra | 13:12 | |
*** Daisy has joined #openstack-infra | 13:12 | |
*** shardy has joined #openstack-infra | 13:12 | |
*** apuimedo_ has quit IRC | 13:12 | |
*** rcernin has joined #openstack-infra | 13:13 | |
*** zhenguo has joined #openstack-infra | 13:16 | |
*** apuimedo has quit IRC | 13:16 | |
*** apuimedo has joined #openstack-infra | 13:17 | |
*** apuimedo_ has joined #openstack-infra | 13:17 | |
*** BobBall_AWOL is now known as BobBall | 13:19 | |
*** Daisy has quit IRC | 13:20 | |
*** apuimedo has quit IRC | 13:21 | |
BobBall | I'm really struggling with the latest nodepool... I've got provider.keyname set and it tries to create an image. It fails for some reason (not sure why) but the point is the keypair is deleted. I commented out all of the code that actually deletes keypairs in nodepool - yet still the keypair is getting deleted, so I'm thinking it's deleted by one of the binaries | 13:22 |
*** trown|outttypeww is now known as trown|brb | 13:25 | |
*** trown|brb is now known as trown | 13:25 | |
BobBall | not binaries - I mean client libraries. | 13:25 |
*** woodster_ has joined #openstack-infra | 13:25 | |
BobBall | But I don't understand how or where it might be being deleted? | 13:25 |
BobBall | Of course, nodepool does not log that it is deleting the key | 13:26 |
*** notnownikki has joined #openstack-infra | 13:27 | |
*** apuimedo has joined #openstack-infra | 13:27 | |
*** apuimedo_ has quit IRC | 13:29 | |
AJaeger | yolanda: the followup patch reads the file into memory, so this is fixed already | 13:29 |
*** apuimedo_ has joined #openstack-infra | 13:30 | |
*** nmagnezi has joined #openstack-infra | 13:31 | |
*** apuimedo has quit IRC | 13:31 | |
*** matrohon has quit IRC | 13:36 | |
*** apuimedo has joined #openstack-infra | 13:37 | |
*** dslev_ has quit IRC | 13:38 | |
*** Daisy has joined #openstack-infra | 13:40 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition https://review.openstack.org/258497 | 13:40 |
dtantsur | I should not have done anything to project-config one day before long awaited PTO >_< | 13:41 |
*** kgiusti has joined #openstack-infra | 13:41 | |
*** apuimedo has quit IRC | 13:41 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation https://review.openstack.org/198458 | 13:42 |
*** apuimedo_ has quit IRC | 13:42 | |
AJaeger | dtantsur: we shouldn't have approved it either ;( | 13:42 |
AJaeger | dtantsur: fast-approved it... | 13:42 |
dtantsur | AJaeger, thanks! not sure what happened to me today... | 13:43 |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: Widen query https://review.openstack.org/258498 | 13:43 |
AJaeger | dtantsur: time for vacation, I guess;) | 13:43 |
dtantsur | tomorrow! :) | 13:43 |
*** apuimedo has joined #openstack-infra | 13:44 | |
*** piet has joined #openstack-infra | 13:44 | |
*** Daisy has quit IRC | 13:44 | |
*** admin0 has joined #openstack-infra | 13:46 | |
AJaeger | dtantsur: enjoy a well deserved vacation! | 13:46 |
dtantsur | thanks | 13:46 |
*** apuimedo_ has joined #openstack-infra | 13:46 | |
*** jlanoux has quit IRC | 13:47 | |
*** eharney has joined #openstack-infra | 13:47 | |
openstackgerrit | Andrey Pavlov proposed openstack-infra/project-config: Fix for sahara grenade job https://review.openstack.org/258504 | 13:49 |
*** dslev has joined #openstack-infra | 13:49 | |
*** jlanoux has joined #openstack-infra | 13:50 | |
*** apuimedo has quit IRC | 13:50 | |
*** apuimedo_ has quit IRC | 13:51 | |
*** apuimedo has joined #openstack-infra | 13:52 | |
*** fhubik_brb is now known as fhubik | 13:52 | |
*** tlian has joined #openstack-infra | 13:52 | |
*** rfolco_ has joined #openstack-infra | 13:53 | |
*** rfolco has quit IRC | 13:54 | |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: moved to new bug https://review.openstack.org/258513 | 13:54 |
*** yamamoto has joined #openstack-infra | 13:55 | |
*** piet has quit IRC | 13:55 | |
*** nmagnezi has quit IRC | 13:55 | |
*** piet has joined #openstack-infra | 13:56 | |
*** apuimedo_ has joined #openstack-infra | 13:56 | |
*** fhubik is now known as fhubik_brb | 13:57 | |
*** fhubik_brb is now known as fhubik | 13:57 | |
*** FallenPegasus has joined #openstack-infra | 13:57 | |
*** rfolco_ has quit IRC | 13:57 | |
*** rfolco_ has joined #openstack-infra | 13:58 | |
*** pkarikh has joined #openstack-infra | 13:58 | |
*** dkranz has joined #openstack-infra | 14:00 | |
*** dtardivel has joined #openstack-infra | 14:01 | |
*** amotoki has joined #openstack-infra | 14:02 | |
*** yamamoto has quit IRC | 14:02 | |
yolanda | mordred, SpamapS... can you take a look at https://review.openstack.org/258405 ? it's a fix for glean, the change i sent for hostname yesterday had a bug | 14:02 |
*** amotoki has quit IRC | 14:02 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation https://review.openstack.org/198458 | 14:03 |
*** smarcet has joined #openstack-infra | 14:03 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Widen query https://review.openstack.org/258498 | 14:03 |
*** amotoki has joined #openstack-infra | 14:04 | |
*** amotoki has quit IRC | 14:04 | |
*** cbader has quit IRC | 14:04 | |
*** amotoki has joined #openstack-infra | 14:04 | |
*** rcernin has quit IRC | 14:06 | |
openstackgerrit | Nikolas Hermanns proposed openstack-infra/project-config: WIP: Add tempest-dsvm-networking-bgpvpn jobs https://review.openstack.org/258522 | 14:06 |
openstackgerrit | Merged openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition https://review.openstack.org/258497 | 14:07 |
*** xarses_ has joined #openstack-infra | 14:08 | |
*** nmagnezi has joined #openstack-infra | 14:08 | |
*** xarses has quit IRC | 14:09 | |
*** fhubik is now known as fhubik_brb | 14:09 | |
*** ekarlso has quit IRC | 14:10 | |
pkarikh | hi folks! Am I right, that Depends-On tag in commit messages still should describe cross-repo dependencies in gerrit? I've tried it and got errors in tests jobs which make me think that cross-repo commit has not been used. | 14:10 |
*** claudiub has quit IRC | 14:10 | |
*** fhubik_brb is now known as fhubik | 14:12 | |
AJaeger | pkarikh: which change? | 14:12 |
AJaeger | pkarikh: nothing has changed, so Depends-On should work fine with the usual limitations | 14:12 |
AJaeger | http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies | 14:13 |
pkarikh | AJaeger: here it is https://review.openstack.org/#/c/252488/ Here http://logs.openstack.org/88/252488/17/check/gate-horizon-python27/1e09432/console.html#_2015-12-16_12_55_45_648 I got ImportError: cannot import name KeystoneReturnedList error. | 14:14 |
*** changbl has quit IRC | 14:14 | |
openstackgerrit | Merged openstack-infra/storyboard: Single event email worker. https://review.openstack.org/240346 | 14:14 |
pkarikh | and that class was introduced in commit from depends-on | 14:14 |
pkarikh | So maybe I'm doing something wrong. | 14:15 |
AJaeger | pkarikh: but that change installs keystone from pypi, so it would not have helped... | 14:15 |
AJaeger | I meant: That job | 14:15 |
*** lykinsbd has joined #openstack-infra | 14:16 | |
AJaeger | see http://logs.openstack.org/88/252488/17/check/gate-horizon-python27/1e09432/console.html#_2015-12-16_12_55_49_118 | 14:16 |
pkarikh | AJaeger: oh | 14:16 |
*** mriedem has joined #openstack-infra | 14:16 | |
*** apuimedo_ has quit IRC | 14:17 | |
AJaeger | So, you need first a release on pypi. Most of the clients are installed from pypi and not from source, Depends-On works with install from source only... | 14:17 |
tsufiev | AJaeger, btw, is there any description of how many dependencies can Depends-On pull? | 14:17 |
openstackgerrit | Merged openstack-infra/elastic-recheck: moved to new bug https://review.openstack.org/258513 | 14:17 |
AJaeger | Let me rephrase: Most of the jobs install the clients from pypi | 14:17 |
*** moravec has joined #openstack-infra | 14:17 | |
pkarikh | AJaeger: ok, got it. Thank you | 14:18 |
AJaeger | tsufiev: I'm not a ware of an upper limit, I've seen regularly two but don't remember more | 14:18 |
tsufiev | AJaeger, I meant when it's applicable and when it's not | 14:18 |
tsufiev | e.g., it seems that for python-*client it's not | 14:19 |
openstackgerrit | Merged openstack-infra/glean: Enable network.service with systemd https://review.openstack.org/257230 | 14:19 |
*** daemontool has joined #openstack-infra | 14:19 | |
openstackgerrit | Merged openstack-infra/glean: Always log debug output to syslog https://review.openstack.org/257617 | 14:19 |
AJaeger | tsufiev: the link I posted is the best description but adding such a list of "not applicable" would be ncie - so patches for infra-manual are welcome. Why not send something and during review others can help fill in exceptions? | 14:19 |
openstackgerrit | Merged openstack-infra/glean: Update documentation https://review.openstack.org/257639 | 14:20 |
tsufiev | AJaeger, got it, will create a patch for docs. Actually I'd enjoy much more a patch that eliminates such exceptions :), but that's beyond my current expertise :/ | 14:21 |
*** apuimedo_ has joined #openstack-infra | 14:22 | |
*** Liuqing has quit IRC | 14:24 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Bump ironic timeout way up https://review.openstack.org/257637 | 14:25 |
*** mase_x200 has quit IRC | 14:26 | |
*** admin0 has quit IRC | 14:27 | |
*** xyang1 has joined #openstack-infra | 14:27 | |
*** amotoki has quit IRC | 14:28 | |
*** signed8bit has joined #openstack-infra | 14:29 | |
*** yamamoto has joined #openstack-infra | 14:29 | |
*** erikwilson has joined #openstack-infra | 14:29 | |
*** yamamoto has quit IRC | 14:29 | |
*** erikwilson has quit IRC | 14:29 | |
sdague | is there anyone around that can do a promote? | 14:29 |
sdague | alembic was released with something breaking lots of unit tests | 14:30 |
sdague | https://review.openstack.org/#/c/253859/3 fixes it on the nova side | 14:30 |
sdague | the gate is going to spin and grind until it's in | 14:30 |
*** yamamoto has joined #openstack-infra | 14:30 | |
AJaeger | sdague: yolanda is the only one that spoke up so far ;) | 14:30 |
*** Liuqing has joined #openstack-infra | 14:31 | |
sdague | yolanda: ? ^^^ | 14:31 |
AJaeger | sdague: let's ask infra-root | 14:31 |
yolanda | hi sdague | 14:31 |
yolanda | let me check ... /me has never done a promote upstream | 14:31 |
yolanda | someday needs to be the first time | 14:32 |
yolanda | sdague, is that on gate pipeline? | 14:33 |
sdague | yolanda: it is, it just entered | 14:34 |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE changes needed for delorean promotion https://review.openstack.org/258140 | 14:34 |
*** jcoufal has quit IRC | 14:34 | |
AJaeger | yolanda: let the first tempest job merge and promote once it'S in | 14:34 |
yolanda | i launched a promote command, but is not responding | 14:35 |
*** apuimedo_ has quit IRC | 14:36 | |
*** apuimedo has quit IRC | 14:36 | |
*** Liuqing has quit IRC | 14:36 | |
AJaeger | yolanda: it's now at the top... | 14:36 |
yolanda | cool | 14:36 |
yolanda | it took its time | 14:36 |
*** Liuqing has joined #openstack-infra | 14:37 | |
AJaeger | ;) | 14:37 |
*** apuimedo has joined #openstack-infra | 14:37 | |
*** regXboi has joined #openstack-infra | 14:38 | |
*** otter768 has joined #openstack-infra | 14:38 | |
*** sdake has joined #openstack-infra | 14:39 | |
*** apuimedo_ has joined #openstack-infra | 14:42 | |
*** otter768 has quit IRC | 14:43 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/requirements: Block alembic 0.8.4 https://review.openstack.org/258542 | 14:43 |
*** zeih_ has joined #openstack-infra | 14:45 | |
*** Swami_ has joined #openstack-infra | 14:45 | |
*** zeih has quit IRC | 14:45 | |
*** AJaeger has quit IRC | 14:45 | |
*** admin0 has joined #openstack-infra | 14:46 | |
*** hichihara has joined #openstack-infra | 14:47 | |
*** annegentle has joined #openstack-infra | 14:47 | |
*** jcoufal has joined #openstack-infra | 14:48 | |
*** lucasagomes is now known as lucas-hungry | 14:49 | |
*** annegentle has quit IRC | 14:51 | |
sheeprine | Hi, I've got a problem with the current rights in gerrit. cloudkitty projects don't let cloudkitty-release group create branches. I guess I'm not supposed to fix this directly? | 14:52 |
*** bknudson has joined #openstack-infra | 14:52 | |
*** signed8bit is now known as signed8bit_ZZZzz | 14:53 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition [2] https://review.openstack.org/258551 | 14:53 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Check for correct DocImpact tag usage https://review.openstack.org/251301 | 14:53 |
*** apuimedo_ has quit IRC | 14:53 | |
dtantsur | jroll, could you check that this time ^^ is correct? | 14:53 |
dtantsur | infra folks will soon ban me from submitting patches :D | 14:54 |
*** cbader has joined #openstack-infra | 14:54 | |
*** fhubik is now known as fhubik_brb | 14:54 | |
*** daemontool_ has joined #openstack-infra | 14:54 | |
*** mtanino has joined #openstack-infra | 14:55 | |
*** dtantsur is now known as dtantsur|brb | 14:55 | |
*** daemontool has quit IRC | 14:56 | |
*** HeOS has quit IRC | 14:56 | |
jhesketh | clarkb: btw if you get a chance to take a look at https://review.openstack.org/#/c/254718/ that'd be great (swift log spec) | 14:58 |
*** signed8bit_ZZZzz is now known as signed8bit | 14:58 | |
*** daemontool_ has quit IRC | 14:59 | |
*** sdake has quit IRC | 14:59 | |
*** apuimedo_ has joined #openstack-infra | 14:59 | |
fungi | sdague: do you happen to know whether other projects need patches similar to nova's 253859? | 14:59 |
*** nmagnezi has quit IRC | 15:00 | |
*** pedroalvarez has quit IRC | 15:00 | |
*** pedroalvarez has joined #openstack-infra | 15:01 | |
smarcet | fungi: clarkb : morning guys, hopping that are u doing ok :) | 15:01 |
smarcet | fungi:clarkb: i would like to approve and merge https://review.openstack.org/#/c/198458/ | 15:01 |
smarcet | any concern? | 15:01 |
*** ddieterly has joined #openstack-infra | 15:01 | |
smarcet | just to move it to dev | 15:01 |
*** derekh has joined #openstack-infra | 15:01 | |
*** xarses_ has quit IRC | 15:02 | |
*** EricGonczer_ has joined #openstack-infra | 15:03 | |
fungi | smarcet: seems fine--go for it | 15:04 |
openstackgerrit | Yan Ning proposed openstack-infra/project-config: This patch is to fix export projects error for monasca https://review.openstack.org/258558 | 15:04 |
smarcet | fungi: ok thx :) | 15:04 |
fungi | i mean, it's a really huge change and i didn't review it, but we have mechanisms in place to be able to vet it on the dev server and then fix or revert it if necessary | 15:05 |
*** unicell has joined #openstack-infra | 15:05 | |
smarcet | fungi: roger that | 15:05 |
*** apuimedo_ has quit IRC | 15:06 | |
*** unicell1 has quit IRC | 15:06 | |
*** rfolco_ has quit IRC | 15:07 | |
*** baoli has joined #openstack-infra | 15:10 | |
*** zz_dimtruck is now known as dimtruck | 15:10 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script https://review.openstack.org/258088 | 15:11 |
*** apuimedo_ has joined #openstack-infra | 15:11 | |
*** jaosorior has joined #openstack-infra | 15:11 | |
*** dizquierdo has quit IRC | 15:12 | |
*** ayoung has quit IRC | 15:12 | |
*** apuimedo has quit IRC | 15:12 | |
*** nmagnezi has joined #openstack-infra | 15:12 | |
*** apuimedo has joined #openstack-infra | 15:13 | |
*** btully has joined #openstack-infra | 15:13 | |
*** rbrndt has joined #openstack-infra | 15:15 | |
*** sabeen1 has joined #openstack-infra | 15:15 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Add automated database config retrieval https://review.openstack.org/258088 | 15:16 |
*** spzala has joined #openstack-infra | 15:16 | |
*** Qiming has quit IRC | 15:16 | |
*** rfolco_ has joined #openstack-infra | 15:17 | |
*** annegentle has joined #openstack-infra | 15:17 | |
*** xarses_ has joined #openstack-infra | 15:19 | |
openstackgerrit | Derek Higgins proposed openstack-infra/system-config: Remove tripleo-f21 logging handlers https://review.openstack.org/243686 | 15:19 |
onovy | hi, my release failed: http://logs.openstack.org/77/77ead2cc6dad958f9541d63bb6c15cd3b0152b26/release/swauth-pypi-both-upload/6b17d99/console.html can someone help me with it? | 15:20 |
*** apuimedo has quit IRC | 15:20 | |
*** apuimedo_ has quit IRC | 15:20 | |
*** apuimedo has joined #openstack-infra | 15:21 | |
*** yamahata has joined #openstack-infra | 15:22 | |
*** aopincar has quit IRC | 15:23 | |
sdague | fungi: I don't as of yet, I assume the answer is yes | 15:23 |
*** mgrosz has joined #openstack-infra | 15:25 | |
fungi | sdague: i'm not at a web browser that can handle the zuul status page at the moment. is that change still in need of promoting? | 15:26 |
*** apuimedo_ has joined #openstack-infra | 15:26 | |
fungi | or did someone else take care of it already? | 15:26 |
*** apuimedo has quit IRC | 15:26 | |
anteaya | sheeprine: the cloudkitty acl needs to be edited for branch creation http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/cloudkitty.config | 15:26 |
sdague | fungi: yolanda did it | 15:26 |
*** tsg has joined #openstack-infra | 15:26 | |
fungi | thanks yolanda! | 15:26 |
yolanda | my first promote in upstream :) | 15:26 |
sheeprine | anteaya: Thanks, I'll send a code review then. | 15:27 |
anteaya | sheeprine: welcome, that is your way forward | 15:27 |
*** apuimedo has joined #openstack-infra | 15:27 | |
dgonzalez | hi sdague: in https://review.openstack.org/#/c/200309/ you mentioned that you wanted to discuss the multihost model in devstack-gate in tokyo. Are there any news on this? | 15:29 |
*** AJaeger has joined #openstack-infra | 15:30 | |
*** egonzalez has quit IRC | 15:30 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Place most recent items at the top of lists https://review.openstack.org/251409 | 15:30 |
*** sabeen1 has quit IRC | 15:30 | |
fungi | onovy: it's possible something is wrong with pypi. i'm retrying that upload now and still getting "bad status line" errors returned by twine | 15:31 |
*** edmondsw has joined #openstack-infra | 15:31 | |
fungi | dstufft: is there an upload problem with pypi at the moment? | 15:31 |
fungi | ConnectionError: ('Connection aborted.', BadStatusLine("''",)) | 15:32 |
onovy | fungi, so not my fault? :) it's my first release :) | 15:32 |
*** tzn has joined #openstack-infra | 15:32 | |
openstackgerrit | Stéphane Albert proposed openstack-infra/project-config: Fixed CloudKitty gerrit rights https://review.openstack.org/258574 | 15:32 |
sheeprine | anteaya: Here you go https://review.openstack.org/#/c/258574/ :) | 15:33 |
*** apuimedo_ has quit IRC | 15:33 | |
fungi | dstufft: onovy: basically i tell twine to upload it, get a 60 second pause, and then that error | 15:33 |
*** sshnaidm has quit IRC | 15:33 | |
fungi | attempting to upload http://tarballs.openstack.org/swauth/swauth-1.1.0-py2-none-any.whl | 15:33 |
AJaeger | fungi, yolanda: Could one of you +2a https://review.openstack.org/#/c/258551/ and https://review.openstack.org/#/c/258558/ for broken jobs, please? | 15:33 |
anteaya | sheeprine: well it is for you, not for me | 15:34 |
anteaya | sheeprine: I don't need to create branches on cloudkitty | 15:34 |
anteaya | Zara: to the best of my knowledge openstack does not host an image service | 15:34 |
*** ifarkas has quit IRC | 15:34 | |
anteaya | Zara: so if you want to utilize storyboard's ability to do so as far as I know there is nothing legacy standing in your way | 15:35 |
anteaya | BobBall: that sounds like a difficult issue, I haven't been following all the nodepool discussions but I don't recall seeing issues with ssh keys being deleted | 15:35 |
anteaya | BobBall: what nodepool version are you using? | 15:36 |
BobBall | anteaya: Sorry - I've found the issue :( | 15:36 |
anteaya | BobBall: oh good, mind sharing in case I hear someone else hitting the same problem? | 15:36 |
*** dizquierdo has joined #openstack-infra | 15:36 | |
BobBall | anteaya: I had multiple nodepools running (one production, one dev) and they had the same provider names | 15:36 |
anteaya | ah | 15:36 |
*** julim has quit IRC | 15:36 | |
anteaya | yeah, I don't think they like that | 15:36 |
BobBall | anteaya: Nodepool's cleanup processes were finding the metadata, saying "Yes, that's my provider" and deleting the instances / keypairs that were created by the other instance | 15:36 |
*** bcourt has quit IRC | 15:37 | |
anteaya | which is good I think, yes? | 15:37 |
Zara | anteaya: hm, it seems like a different purpose to storyboard itself so I'd rather it were handled by a different, dedicated component. is there an image-hosting service openstack projects use by default? | 15:37 |
anteaya | as far as nodepool cleanup goes | 15:37 |
fungi | dstufft: onovy: oh! it's also possible that upgrading to the requests 2.9.0 release yesterday has broken our system. there are a couple warnings i don't recall seeing before about sni extension not being available, and lack of a true sslcontext object | 15:37 |
BobBall | Perhaps :) | 15:37 |
*** bcourt has joined #openstack-infra | 15:37 | |
anteaya | Zara: not to the best of my knowledge | 15:37 |
fungi | i'll see if downgrading requests helps with this issue | 15:37 |
BobBall | I'm not going to ask for the behaviour to be changed - it's just an understanding issue on my part | 15:37 |
*** jlanoux has quit IRC | 15:37 | |
anteaya | Zara: images in .png and .jpeg files you mean, yes? | 15:37 |
anteaya | BobBall: fair enough, thanks for sharing | 15:38 |
AJaeger | anteaya: could you +2A my lint check, please? https://review.openstack.org/258147 You were wondering in the review about non-voting - the complete check is voting, and adding an *extra* non-voting one is not worth it. I'll keep an eye open for any problems... | 15:38 |
Zara | anteaya: yes, for use as assets for UX and that kind of thing | 15:38 |
* anteaya notes multiple nodepools don't tend to play nice on the same network space | 15:38 | |
*** edmondsw has quit IRC | 15:38 | |
*** apuimedo_ has joined #openstack-infra | 15:38 | |
fungi | BobBall: the plan was to extend that metadata with an arbitrary string from nodepool's configuration so that you could basically get namespacing for multiple nodepools sharing one tenant | 15:38 |
fungi | BobBall: probably a fairly trivial patch | 15:39 |
anteaya | AJaeger: well have a history of standing by your word, so you saying you will do something is good enough for me | 15:39 |
fungi | BobBall: it's just that nobody who's needed it has written it yet | 15:39 |
BobBall | awesome fungi. That would have solved it for me. I namespaced it myself by renaming the providers to include the keyname | 15:39 |
markus_z | Just in case you don't already know that, I experience very often a "connection failed" error message when trying to open "logstash.openstack.org" in the browser. | 15:39 |
jroll | BobBall: funny enough, someone was just asking in #rackspace about the same bug | 15:40 |
BobBall | I think that's safer in general though | 15:40 |
*** daemontool has joined #openstack-infra | 15:40 | |
BobBall | jroll: That was one of my team members :) | 15:40 |
jroll | OH | 15:40 |
onovy | fungi, ok, thanks a lot | 15:40 |
jroll | hah | 15:40 |
BobBall | jroll: I've been digging into it for the last couple of hours so that jianghua can carry on with his work tomorrow :) | 15:40 |
*** jlanoux has joined #openstack-infra | 15:40 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Display the most recent commit SHA on the about page https://review.openstack.org/258583 | 15:40 |
jroll | aha :) | 15:40 |
openstackgerrit | Stéphane Albert proposed openstack-infra/project-config: Fixed CloudKitty gerrit rights https://review.openstack.org/258574 | 15:41 |
Zara | anteaya: in the context of storyboard, we think images would be a useful tool for describing bugs in user interfaces; we just don't want to cause trouble by using imgur everywhere. I know the openstack wiki allows upload of images but so I'm wondering if those are hosted anywhere they can be accessed from outside the wiki? | 15:41 |
Zara | erm, ignore the 'but' :) | 15:41 |
anteaya | AJaeger: as a node I am keeping the gerrit upgrade as my top priority, this job affects project config changes only and the outstanding gerrit-upgrade patches are all for system-config: https://review.openstack.org/#/q/topic:gerrit-upgrade+status:open,n,z | 15:41 |
*** zeih_ has quit IRC | 15:41 | |
*** vgridnev has quit IRC | 15:42 | |
AJaeger | anteaya: good, so not affected at all by the lint check. | 15:43 |
anteaya | AJaeger: actually do you mind if we wait for a day? | 15:43 |
anteaya | AJaeger: I really would like to just focus on any immediate fires and gerrit upgrade today | 15:43 |
fungi | onovy: that fixed it. your tarball and wheel are uploaded now | 15:43 |
anteaya | don't want to create a fire for myself | 15:43 |
BobBall | fungi: I'll ask jianghua to do the namespace patch - might take a week or so to start though as he's focused on other things for end-of-year. | 15:44 |
AJaeger | anteaya: no, I don't mind - just found a review today where it would have helped ;) | 15:44 |
*** Daisy has joined #openstack-infra | 15:44 | |
fungi | dstufft: confirmed, downgrading requests to 2.8.1 gets twine working again (this is on a bog standard ubuntu 14.04 lts vm) | 15:44 |
*** tonytan4ever has joined #openstack-infra | 15:44 | |
AJaeger | anteaya: understood, let's not open new fires... | 15:44 |
*** pigmej has joined #openstack-infra | 15:44 | |
anteaya | markus_z: thanks, does logstash.o.o eventually render for you? | 15:45 |
fungi | BobBall: i'm in no hurry for it, personally, but if you have a use for it then i'm happy to review | 15:45 |
*** piet has quit IRC | 15:45 | |
*** apuimedo_ has quit IRC | 15:45 | |
*** piet has joined #openstack-infra | 15:45 | |
anteaya | AJaeger: yup, makes sense, and thanks for understanding | 15:46 |
pigmej | hello, it would be super cool if someone could review https://review.openstack.org/#/c/258378/ od | 15:46 |
pigmej | it's blocker for us for now. | 15:46 |
anteaya | Zara: I don't know where images used in our wiki are hosted | 15:46 |
openstackgerrit | Merged openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition [2] https://review.openstack.org/258551 | 15:46 |
fungi | dstufft: so anyway, it seems to be related to changes in sni implementation in requests 2.9.0 | 15:47 |
AJaeger | anteaya: I was even wondering earlier whether we could stop any approvals in Zuul to drain the queue ;) | 15:47 |
Zara | anteaya: Okay, do you know who would know? thanks for your help, either way. :) | 15:47 |
AJaeger | anteaya, Zara : You can upload images to the wiki, mediawiki stores some internally somehow | 15:47 |
anteaya | AJaeger: I'm not going to be approving anything until after gerrit upgrade is finished | 15:48 |
AJaeger | anteaya: yeah - better from now on only real fires... | 15:48 |
BobBall | fungi: Well, while I'm complaining about it... I'll get it fixed ;) | 15:48 |
anteaya | AJaeger: I don't think any announcement from us will do anything at this point anyway, not enough people pay attention to our communication for that to have an effect | 15:48 |
fungi | dstufft: though maybe not. reading the release notes, i wonder if that warning is also benign and this is actually due to a change in content chunking for uploads | 15:48 |
markus_z | anteaya: yes, it renders, that's what I see http://www.tiikoni.com/tis/view/?id=4aff039 | 15:48 |
anteaya | AJaeger: they will get the message when gerrit is offline | 15:48 |
openstackgerrit | Merged openstack-infra/project-config: This patch is to fix export projects error for monasca https://review.openstack.org/258558 | 15:48 |
*** sdake has joined #openstack-infra | 15:49 | |
*** signed8bit is now known as signed8bit_ZZZzz | 15:49 | |
anteaya | markus_z: thank you for the image | 15:49 |
anteaya | markus_z: due to gerrit upgrade I'm going with clark won't have time to look into this today, but this is a helpful error message for us to track | 15:49 |
*** zhenguo has quit IRC | 15:49 | |
anteaya | markus_z: we will probably get to it tomorrow | 15:49 |
*** signed8bit_ZZZzz is now known as signed8bit | 15:49 | |
*** nmagnezi has quit IRC | 15:49 | |
anteaya | markus_z: is logstash unreachable for you, or does a refresh get you there? | 15:49 |
markus_z | anteaya: ok, no worries, just wanted to give you the info. | 15:50 |
*** Liuqing has quit IRC | 15:50 | |
AJaeger | anteaya: I was more thinking: Disabling the +A button or disabling anything going into the gate in Zuul. But we don't need it... | 15:50 |
anteaya | markus_z: I appreciate that, thank you for mentioning it and the lovely image of the error message | 15:50 |
markus_z | anteaya: It's only happening in ~70% of connection attempts | 15:50 |
onovy | fungi, perfect | 15:50 |
markus_z | right now I could refresh and interact with logstash | 15:51 |
onovy | thanks again | 15:51 |
anteaya | AJaeger: I don't know if we can disable the +A permissions gerrit wide | 15:51 |
*** lucas-hungry is now known as lucasagomes | 15:51 | |
anteaya | markus_z: okay thanks | 15:51 |
*** apuimedo_ has joined #openstack-infra | 15:51 | |
anteaya | markus_z: we will get to it as soon as we are able, feel free to check back tomorrow | 15:51 |
anteaya | Zara: sorry I don't know | 15:52 |
anteaya | Zara: Ryan_Lane set up our wiki service and is no longer with openstack development which makes us sad since Ryan is awesome | 15:52 |
anteaya | Zara: he would know but he only pops into channel once or twice a release these days | 15:52 |
jeblair | Zara: fwiw, we definitely envisioned storyboard hosting images as first-class components of stories | 15:54 |
jeblair | oh, the N poll is working | 15:54 |
AJaeger | jeblair: and the O poll as well... | 15:55 |
*** sabeen1 has joined #openstack-infra | 15:55 | |
*** egonzalez has joined #openstack-infra | 15:55 | |
BobBall | fungi: Another question... Is there a way to get nodepool to only expire an image after a _successful_ test run? Thinking about when a package like tox is updated and it's not caught within the 24 hours that nodepool keeps old images for. I don't know whether the message from jenkins includes information about the test run? | 15:56 |
*** apuimedo_ has quit IRC | 15:56 | |
* anteaya tees up http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html to be handed out soon when gerrit goes offline in just over an hour | 15:56 | |
jeblair | BobBall: not easily; nodepool doesn't currently know which image a node booted from. | 15:57 |
jeblair | (which _version_ of an image, i should say) | 15:57 |
*** smarcet has quit IRC | 15:57 | |
jeblair | so you'd have to plumb an extra field through. | 15:57 |
anteaya | anyone feel like updating the channel topic in -incident? | 15:57 |
jeblair | anteaya: will do | 15:58 |
anteaya | jeblair: thanks | 15:58 |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: networking-ovn: Make tempest job voting again. https://review.openstack.org/258595 | 15:58 |
BobBall | sounds like the metadata on the node could hold that quite easily? So the message that says the node is no longer needed does contain a success/fail? | 15:58 |
*** zeih has joined #openstack-infra | 15:58 | |
jeblair | BobBall: yes. but there's a further problem -- we run all kinds of jobs on very few image types; the success of the pep8 job doesn't mean the image is okay for the python27 jobs | 15:59 |
*** maishsk has quit IRC | 15:59 | |
jeblair | (or even the success of jeepyb's tests means it's okay for nova) | 15:59 |
BobBall | Ah yes - I was thinking of my substantially simpler problem :) | 16:00 |
jeblair | so the situation where the simple logic of "at least one job worked" is a fairly constrained one | 16:00 |
*** sabeen3 has joined #openstack-infra | 16:00 | |
jeblair | (^ missing word "works") | 16:00 |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: networking-ovn: Make tempest job voting again. https://review.openstack.org/258595 | 16:00 |
*** sdake has quit IRC | 16:00 | |
* jeblair eats breakfast | 16:00 | |
BobBall | Yeah - it'd need to be "At least one job of every type seen over the last 24 hours worked" | 16:00 |
jeblair | BobBall: might be simpler to expand the retention period or count for images? | 16:01 |
jeblair | i think having either of those configurable would be just dandy | 16:01 |
*** sabeen1 has quit IRC | 16:02 | |
*** apuimedo_ has joined #openstack-infra | 16:02 | |
BobBall | Perhaps. But then it's still manual to go back and find the image that used to work | 16:02 |
BobBall | If we had the intelligent one, we could even delete images after 24 hours that have only had failures ;) | 16:02 |
*** isaacb has quit IRC | 16:02 | |
*** Daisy has quit IRC | 16:02 | |
*** Daisy has joined #openstack-infra | 16:03 | |
*** zeih has quit IRC | 16:03 | |
BobBall | So we have a last-good image and a current image. If current is ever broken enough to be blown away, it'll just fall back to last good | 16:03 |
* BobBall will think | 16:03 | |
BobBall | and then propose something :) | 16:03 |
*** harlowja_at_home has joined #openstack-infra | 16:04 | |
*** hichihara has quit IRC | 16:04 | |
*** doffm has left #openstack-infra | 16:05 | |
*** xarses_ is now known as xarses | 16:05 | |
anteaya | BobBall: sounds like a plan | 16:06 |
*** ZZelle has quit IRC | 16:06 | |
*** bexelbie has quit IRC | 16:06 | |
*** kmartin_ is now known as kmartin | 16:06 | |
BobBall | While I'm here... are your images generating well jeblair? :) I'm getting a failure - possibly caused by the sql2subunit released a week ago - that's preventing me generating images http://paste.openstack.org/show/482088/ | 16:07 |
fungi | BobBall: further complication with the "at least one job of every type" idea is that we have plenty of jobs which are just broken at the moment. also with the sheer number of kinds of jobs we run, and their base nondetermistic failure rates, the chances we'd ever clear an image for use again are nil | 16:08 |
BobBall | good point :/ | 16:08 |
*** armax has joined #openstack-infra | 16:09 | |
fungi | BobBall: we _used_ to run devstack smoke tests to clear updated devstack image snapshots for use, and saw so many false negative results that we ended up stopping that because we weren't getting consistent image uploads | 16:10 |
fungi | granted, that's ancient history in the openstack community timeframe | 16:10 |
fungi | several years ago | 16:10 |
*** dkranz has quit IRC | 16:10 | |
*** sdake has joined #openstack-infra | 16:11 | |
fungi | BobBall: we've been getting updated images for the past week, so i don't think the subunit2sql release is causing us any issues | 16:11 |
BobBall | *grumble* shame... thanks though | 16:11 |
fungi | BobBall: have an error string, traceback, something? | 16:12 |
vponomaryov | looking for help of core team in merging blocker-fix for manila project - https://review.openstack.org/#/c/258458/ Now all devstack jobs are broken | 16:12 |
dstufft | fungi: sigmavirus24_awa is probably best positioned to sort it out, but oepn an issue on twine | 16:12 |
BobBall | Yup - in http://paste.openstack.org/show/482088/ - if it's not one you're seeing, I'll dig further. I was hoping for a quick fix. | 16:12 |
sigmavirus24_awa | dstufft: Oh I already know about this | 16:12 |
fungi | dstufft: yep, working on opening a twine issue now, just wanted to give you a heads up | 16:12 |
sigmavirus24_awa | fungi: it's an issue in requests-toolbelt | 16:13 |
*** sdake has quit IRC | 16:13 | |
sigmavirus24_awa | I already sort of have a fix I haven't had a chance to test | 16:13 |
clarkb | vponomaryov: you install manilaclient from source? | 16:13 |
sigmavirus24_awa | There was an issue filed against request sthough | 16:13 |
sigmavirus24_awa | *requests | 16:13 |
fungi | sigmavirus24_awa: oh, great thanks! | 16:13 |
clarkb | vponomaryov: most clients install from pypi during devstack runs | 16:13 |
vponomaryov | clarkb: yes, we use latest client | 16:13 |
dstufft | sigmavirus24_awa is awesome | 16:13 |
clarkb | vponomaryov: ok | 16:13 |
fungi | sigmavirus24_awa: i'll just make sure we keep 2.9.0 skipped for our release worker until you have a new release | 16:13 |
sigmavirus24_awa | fungi: yeah, the bug is kind of in requests and kind of requests-toolbelt but can be fixed entirely in the toolbelt | 16:14 |
*** devananda has quit IRC | 16:14 | |
fungi | sigmavirus24_awa: ahh, so downgrading to something earlier than requests-toolbelt 0.4.0 would also have solved it? | 16:14 |
clarkb | vponomaryov: that makes manilaclient unique fwiw but I have approved the change | 16:15 |
sigmavirus24_awa | fungi: no | 16:15 |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes https://review.openstack.org/252041 | 16:15 |
sigmavirus24_awa | fungi it's a bug fix in requests that introduced the bug in requests-toolbelt | 16:15 |
vponomaryov | clarkb: thanks! | 16:15 |
sigmavirus24_awa | the bug is that I updated a function I knew I was using without testing the toolbelt against it | 16:15 |
fungi | sigmavirus24_awa: no worries, i'll read the issue for details. thanks again! | 16:15 |
sigmavirus24_awa | (and preparing the toolbelt) | 16:15 |
*** fhubik_brb is now known as fhubik | 16:17 | |
*** ekarlso has joined #openstack-infra | 16:17 | |
*** dkranz has joined #openstack-infra | 16:17 | |
*** sdake has joined #openstack-infra | 16:18 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes https://review.openstack.org/252041 | 16:18 |
*** apuimedo_ has quit IRC | 16:18 | |
jeblair | infra-root and anyone else (cc zaro) -- we're beginning discussion of the gerrit upgrade in #openstack-infra-incident | 16:19 |
*** markus_z has quit IRC | 16:19 | |
*** thorst has quit IRC | 16:20 | |
anteaya | lurkers are welcome to follow along at http://eavesdrop.openstack.org/irclogs/%23openstack-infra-incident/%23openstack-infra-incident.2015-12-16.log | 16:20 |
-openstackstatus- NOTICE: Gerrit will be offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 16:20 | |
*** thorst has joined #openstack-infra | 16:20 | |
*** daemontool__ has joined #openstack-infra | 16:21 | |
jeblair | for my own reference later, the current channel topic is Discussion of OpenStack Developer and Community Infrastructure | docs http://docs.openstack.org/infra/ | bugs https://storyboard.openstack.org/ | source https://git.openstack.org/cgit/openstack-infra/ | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-infra/ | 16:21 |
*** ChanServ changes topic to "Gerrit upgrade starting at 17:00 UTC; follow along in #openstack-infra-incident | Discussion of OpenStack Developer and Community Infrastructure | docs http://docs.openstack.org/infra/ | bugs https://storyboard.openstack.org/ | source https://git.openstack.org/cgit/openstack-infra/ | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-infra/" | 16:21 | |
*** daemontool has quit IRC | 16:21 | |
*** devananda has joined #openstack-infra | 16:22 | |
* anteaya makes tea | 16:22 | |
fungi | hrm, if we #status alert in 35 minutes, that's going to end up shadowed until we #status ok, but i guess it can't hurt | 16:22 |
jeblair | fungi: i was going to reset it then | 16:22 |
openstackgerrit | Merged openstack/diskimage-builder: Split vm and bootloader elements https://review.openstack.org/258126 | 16:22 |
*** fhubik is now known as fhubik_brb | 16:22 | |
fungi | got it | 16:23 |
*** [1]Thelo has joined #openstack-infra | 16:23 | |
*** dtantsur|brb is now known as dtantsur | 16:23 | |
*** apuimedo_ has joined #openstack-infra | 16:23 | |
*** mkoderer has quit IRC | 16:24 | |
*** mkoderer has joined #openstack-infra | 16:25 | |
*** Thelo has quit IRC | 16:25 | |
*** [1]Thelo is now known as Thelo | 16:25 | |
*** yaume_ has joined #openstack-infra | 16:25 | |
*** thiagop has joined #openstack-infra | 16:26 | |
*** fhubik_brb is now known as fhubik | 16:26 | |
*** yonglihe has joined #openstack-infra | 16:26 | |
*** julim has joined #openstack-infra | 16:26 | |
*** rossella_s has quit IRC | 16:28 | |
*** ihrachys has quit IRC | 16:28 | |
*** thorst has quit IRC | 16:29 | |
*** rossella_s has joined #openstack-infra | 16:30 | |
*** rossella_s has quit IRC | 16:30 | |
Zara | jeblair: I agree storyboard should display images (I'm glad it does now!), and probably should provide a portal for uploading them to an image hosting service (and viewing things hosted on that service), but it seems complicated for storyboard itself to host images. maybe I'm overestimating people's demand for images/ the resources they'd consume; I don't know much about image-hosting; to me it seems like it would make storyboard | 16:30 |
Zara | anteaya: thank you, I'll keep an eye out! | 16:30 |
jeblair | Zara: your message got cut off at "it would make storyboard" | 16:31 |
openstackgerrit | Merged openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs https://review.openstack.org/258458 | 16:31 |
*** bpokorny has joined #openstack-infra | 16:31 | |
Zara | jeblair: it would make storyboard instances too resource-hungry, and we'd be better off keeping things modular. | 16:31 |
Zara | jeblair: sorry, that was the end of it! That happens to me all the time... :S | 16:32 |
Zara | you'd think I'd learn. :) | 16:32 |
jeblair | Zara: but regardless, one of the main reasons we wanted images in storyboard is so that they could become artifacts of the stories. we want them to be part of the permanent record of a story. if they go to an image upload service, we would lose them if that service went offline | 16:32 |
jeblair | Zara: and we wanted the UX workflow to seamlessly integrate, so that people could leave comments on images, even highlighting parts of them, etc, like invision supports, or like pholio, the similar tool in phabricator | 16:33 |
jeblair | Zara: but anyway, that's just me trying to be helpful by stating our use-case; don't let me hold you up. :) | 16:34 |
*** gsagie_ has joined #openstack-infra | 16:35 | |
*** vgridnev has joined #openstack-infra | 16:35 | |
*** maishsk has joined #openstack-infra | 16:35 | |
gsagie_ | Hello all, can anyone help me figure out why http://logs.openstack.org/79/258379/4/check/gate-kuryr-dsvm-fullstack-nv/02f349b/ is failing? | 16:36 |
gsagie_ | i basically want it to run 'tox -e fullstack' | 16:36 |
yaume_ | Hi guys ! I'm facing an infra bug with my review (https://review.openstack.org/#/c/243159): for the same pathset (#10) i've random timeout with gates. I tried some 'recheck' and each time one random gate failed. Do you have informations about that ? Thanks | 16:37 |
*** isaacb has joined #openstack-infra | 16:37 | |
Zara | jeblair: it is helpful, thanks! hm, I see the issues, though to me it looks like the first problem could be fixed if the users had the same amount of control over the upload service that they had over the storyboard instance, and could maybe choose to place it in the same directory if they wanted. Maybe some sort of optional storyboard module is the answer, not sure. I'd also lean toward offering support for an existing image edit | 16:38 |
Zara | oh I bet that got cut off again | 16:38 |
*** scheuran has quit IRC | 16:38 | |
mgagne | for an existing image edit [...] | 16:39 |
*** otter768 has joined #openstack-infra | 16:39 | |
AJaeger | gsagie_, yaume_ : we're preparing the gerrit upgrade now, I doubt that anybody can help at the moment. | 16:39 |
SotK | Zara: "support for an existing image edit" | 16:39 |
Zara | support for an existing image editor rather than building one into storyboard. will need to look around and learn more. | 16:40 |
Zara | thanks Sotk | 16:40 |
Zara | erm, SotK. yay, correct capitalisation | 16:40 |
yaume_ | AJaeger: Ok thanks, i'll retry in some days ! Good luck for the upgrade | 16:40 |
fungi | well, it's less an image editor and more the ability to comment on regions or features of images and track how they evolve in subsequent updates | 16:41 |
*** docaedo has quit IRC | 16:41 | |
*** sabeen3 has quit IRC | 16:41 | |
*** sabeen1 has joined #openstack-infra | 16:41 | |
fungi | for peer review of interface wireframes/mock-ups, and also screen captures as designs get closer to completion | 16:42 |
gsagie_ | AJaeger: ok thanks | 16:42 |
*** otter768 has quit IRC | 16:43 | |
*** maishsk has quit IRC | 16:43 | |
*** docaedo has joined #openstack-infra | 16:43 | |
*** admin0 has quit IRC | 16:43 | |
*** mudassirlatif has quit IRC | 16:45 | |
*** Daisy has quit IRC | 16:47 | |
Zara | fungi: hm, it's true that at the moment, commenting on a region of an image in storyboard would either involve uploading a second, annotated image, or describing things in prose. I wonder how other tools do it? | 16:47 |
zaro | morning | 16:48 |
*** esker has joined #openstack-infra | 16:48 | |
*** apuimedo_ has quit IRC | 16:49 | |
*** admin0 has joined #openstack-infra | 16:50 | |
fungi | Zara: yeah, not sure. i've played with the described functionality in a couple of tools just to see what the ux people were asking for, but haven't looked into how it's implemented under the covers. likely some sort of layer composition mechanism which renders on the fly (probably with some caching to keep it from being too piggish) | 16:50 |
*** docaedo has quit IRC | 16:51 | |
*** lxsli is now known as lxsli_festive | 16:51 | |
fungi | presumably coupled with a very basic browser-side javascript drawing tool to input the region boundaries and comment callouts | 16:51 |
mordred | yah - that's what I'm presuming is happenin gin phab | 16:52 |
mordred | I have not looked a ton at the guts | 16:52 |
mordred | but it seems that drawing lines over an image canvas and storing those lines as coordinates is also similar to how google maps overlays work | 16:53 |
Zara | fungi: cool, from my (really limited) experience I imagined it working like layers in photoshop, with a transparent picture-over-the-picture, that could be edited. Wondering how hard it'd be to do something similar in the future, or incorporate an existing tool. | 16:53 |
SotK | Am I right in thinking that system-config obtains its storyboard config template and the various manifests from puppet-storyboard? | 16:53 |
*** admin0 has quit IRC | 16:53 | |
anteaya | Zara: have you played with inkscape at all? | 16:53 |
*** apuimedo_ has joined #openstack-infra | 16:53 | |
* anteaya loves inkscape | 16:53 | |
anteaya | it is in python so you might be able to use some parts of it | 16:54 |
anteaya | I haven't looked at how it is built though | 16:54 |
*** HeOS has joined #openstack-infra | 16:54 | |
Zara | anteaya: only a little, and the results were horrendous, but I don't really know how to use it. :) could be interesting, thanks for the tip. | 16:54 |
Zara | the UX is angularjs though, so there might not be much we can use :( | 16:55 |
anteaya | Zara: sometime after gerrit upgrade I will share some tutorials with you | 16:55 |
*** signed8bit has quit IRC | 16:55 | |
Zara | anteaya: Heh, thanks! :) | 16:55 |
anteaya | welcome I love it | 16:55 |
anteaya | and yes it may not match, I mostly just really really like it | 16:56 |
*** daemontool__ has quit IRC | 16:56 | |
fungi | yeah, inkscape (formerly sodipodi) is nice. i've also heard really good things about modern versions of krita (the art tool in kde) and keep meaning to try it out | 16:56 |
anteaya | I didn't know about sodipodi or krita, thanks fungi | 16:57 |
*** docaedo17 has joined #openstack-infra | 16:57 | |
*** docaedo17 is now known as docaedo | 16:58 | |
openstackgerrit | Merged openstack-infra/system-config: Fix toggle ci button for CS2 on Gerrit 2.11 https://review.openstack.org/235079 | 16:58 |
anteaya | getting ready for gerrit to go down | 16:58 |
Zara | yeah, me neither, thanks fungi :) | 16:59 |
openstackgerrit | Merged openstack-infra/system-config: Update plugin version for Gerrit 2.11 on review.o.o https://review.openstack.org/245457 | 16:59 |
*** persia has quit IRC | 17:00 | |
openstackgerrit | Merged openstack-infra/system-config: Upgrade review.o.o to Gerrit 2.11 https://review.openstack.org/241309 | 17:00 |
*** apuimedo_ has quit IRC | 17:00 | |
fungi | i used to think i wanted to be a professional graphic artist, though ultimately i lack the temperament for it | 17:00 |
anteaya | really? | 17:01 |
anteaya | what quality do you lack? | 17:01 |
*** sigmavirus24_awa is now known as sigmavirus24 | 17:01 | |
* anteaya sees no gaps in fungi's temperment | 17:01 | |
*** signed8bit has joined #openstack-infra | 17:02 | |
*** harlowja_at_home has quit IRC | 17:02 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:02 | |
*** signed8bit_ZZZzz is now known as signed8bit | 17:02 | |
*** _david_ has joined #openstack-infra | 17:02 | |
fungi | the part where you deal with working at an ad agency or marketing firm | 17:02 |
anteaya | oh that part | 17:02 |
anteaya | yeah I can see that not working at all | 17:02 |
olaph | mmm. marketing firms | 17:03 |
fungi | i can handle the art parts of it, not so much the usual work environments that make it a paying endeavor | 17:03 |
anteaya | I can totally see you working on films | 17:03 |
*** rockyg has joined #openstack-infra | 17:03 | |
*** daemontool__ has joined #openstack-infra | 17:03 | |
*** hashar has quit IRC | 17:03 | |
fungi | i'd probably hate the film industry as well. maybe i could tolerate small indie studios | 17:03 |
anteaya | you could deal with film in parts and pieces I bet | 17:03 |
jeblair | anteaya: like an editor? | 17:04 |
jeblair | boom tish | 17:04 |
-openstackstatus- NOTICE: Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 17:04 | |
anteaya | film is all about finding the 6 to 8 people you like to work with and doing all your work with them | 17:04 |
*** ChanServ changes topic to "Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html" | 17:04 | |
*** ChanServ changes topic to "Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC; follow along in #openstack-infra-incident | Discussion of OpenStack Developer and Community Infrastructure | docs http://docs.openstack.org/infra/ | bugs https://storyboard.openstack.org/ | source https://git.openstack.org/cgit/openstack-infra/ | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-infra/" | 17:04 | |
anteaya | jeblair: waa waa waa | 17:04 |
*** unicell has quit IRC | 17:04 | |
Zara | fungi: ugh, I remember being put off art classes at school and being put off by the way every project was 'design a wrapper for some biscuits!'. Very business-focussed course. :( | 17:04 |
anteaya | ha ha ha | 17:04 |
Zara | I just wanted to learn to draw cool things... | 17:05 |
anteaya | bet they drummed that out of you pretty fast | 17:05 |
*** apuimedo_ has joined #openstack-infra | 17:06 | |
*** esp has left #openstack-infra | 17:07 | |
* SotK was always put off by a general lack of ability to draw | 17:08 | |
*** gsagie_ has quit IRC | 17:08 | |
Zara | anteaya: heh, I still draw for fun, just did badly in the class (and never really learned how to use digital art tools). but the substitute teacher showed a cool way to use pencil crayons to fill a large area fast, so I'm happy. | 17:08 |
*** jlanoux has quit IRC | 17:08 | |
Zara | you hold them from the end, it's magic | 17:08 |
anteaya | SotK: never let that stop you, art is about creation, we can all do that | 17:08 |
*** tzn has quit IRC | 17:08 | |
anteaya | nice | 17:08 |
anteaya | yes experimenting with your tools is a valuable use of time | 17:09 |
*** e0ne has quit IRC | 17:09 | |
*** apuimedo_ has quit IRC | 17:10 | |
*** FallenPegasus is now known as MarkAtwood | 17:10 | |
*** elo has joined #openstack-infra | 17:10 | |
Zara | SotK: sorry you asked about system-config/puppet and I think it got lost in the art discussion... | 17:11 |
Zara | 16:53 < SotK> Am I right in thinking that system-config obtains its | 17:11 |
Zara | storyboard config template and the various manifests from | 17:11 |
Zara | puppet-storyboard? | 17:12 |
*** daemontool__ has quit IRC | 17:12 | |
anteaya | SotK: that is usually the way it works | 17:12 |
SotK | Zara: no worries :) | 17:13 |
anteaya | each service has a co-responding puppet module which sets config so that it can be deployed in an automated fashion | 17:13 |
*** ayoung has joined #openstack-infra | 17:13 | |
*** sfinucan_ has quit IRC | 17:13 | |
SotK | anteaya: great, I think I get what I need to change then | 17:13 |
anteaya | wonderful | 17:13 |
anteaya | after gerrit comes back up do submit a patch | 17:14 |
SotK | thanks for the help :) | 17:14 |
anteaya | welcome | 17:14 |
electrofelix | zxiiro: so I've put together a standard helper tag for JJB to allow joining of any list within the yaml into a string with a specified delimiter. Removes the need for individual modules to support lists instead of strings for certain arguments, while ensuring the user can always control how the string is delimited. | 17:14 |
anteaya | thanks Zara for ensuring the question didn't get lost | 17:14 |
AJaeger | dinner time, will be back later... | 17:15 |
anteaya | AJaeger: thanks | 17:15 |
anteaya | enjoy dinner | 17:15 |
Zara | thanks anteaya, I like off-topic discussions but then I worry I'm derailing things and panic :) | 17:15 |
anteaya | Zara: you are doing fine | 17:15 |
anteaya | mostly it is about timing | 17:16 |
*** apuimedo_ has joined #openstack-infra | 17:16 | |
*** isaacb has quit IRC | 17:16 | |
anteaya | and right now the gerrit upgrade discussion is taking place in the -incident channel | 17:16 |
anteaya | so no worries | 17:16 |
*** _nadya_ has quit IRC | 17:18 | |
zxiiro | electrofelix: that's great! | 17:18 |
*** fhubik is now known as fhubik_brb | 17:20 | |
yonglihe | https://review.openstack.org down? | 17:20 |
pabelanger | yes | 17:20 |
olaph | for upgrade | 17:21 |
*** yamahata has quit IRC | 17:21 | |
yonglihe | got. | 17:21 |
*** salv-orlando has joined #openstack-infra | 17:21 | |
anteaya | yonglihe: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 17:21 |
pabelanger | Is there an etherpad to follow along with the gerrit update? | 17:21 |
anteaya | pabelanger: https://etherpad.openstack.org/p/gerrit-2.11-upgrade | 17:21 |
pabelanger | danke | 17:22 |
anteaya | welcome | 17:22 |
*** abregman has quit IRC | 17:22 | |
yonglihe | seems wont' affect thirtd-party ci's setting | 17:23 |
*** apoorvad has joined #openstack-infra | 17:24 | |
anteaya | yonglihe: we don't expect it to | 17:24 |
anteaya | yonglihe: if you have issues with the ssh commands do share them | 17:24 |
*** daemontool__ has joined #openstack-infra | 17:25 | |
anteaya | yonglihe: asselin_ tested new gerrit with a third party system and didn't report any issues I saw | 17:25 |
*** apuimedo_ has quit IRC | 17:25 | |
yonglihe | we can not ssh to jenkins now | 17:25 |
anteaya | no not until gerrit is back up | 17:25 |
anteaya | try again after 21:00 utc | 17:25 |
anteaya | it is a waste of your time to keep trying now since gerrit is down | 17:26 |
*** gyee has joined #openstack-infra | 17:26 | |
*** fhubik_brb is now known as fhubik | 17:26 | |
*** thorst has joined #openstack-infra | 17:26 | |
yonglihe | sure, i got it | 17:26 |
anteaya | yonglihe: wonderful | 17:27 |
*** apuimedo has quit IRC | 17:27 | |
*** redixin has joined #openstack-infra | 17:28 | |
*** bharathm has joined #openstack-infra | 17:28 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:28 | |
*** apuimedo has joined #openstack-infra | 17:28 | |
*** ihrachys has joined #openstack-infra | 17:28 | |
*** mudassirlatif has joined #openstack-infra | 17:29 | |
*** sdake has quit IRC | 17:29 | |
*** signed8bit_ZZZzz is now known as signed8bit | 17:29 | |
*** mudassirlatif has quit IRC | 17:30 | |
*** trown is now known as trown|lunch | 17:31 | |
*** mudassirlatif has joined #openstack-infra | 17:31 | |
*** apuimedo_ has joined #openstack-infra | 17:31 | |
*** bnemec has quit IRC | 17:32 | |
*** Swami_ has quit IRC | 17:32 | |
*** bnemec has joined #openstack-infra | 17:33 | |
*** thorst has quit IRC | 17:33 | |
*** salv-orlando has quit IRC | 17:34 | |
*** salv-orlando has joined #openstack-infra | 17:34 | |
*** egonzalez has quit IRC | 17:35 | |
*** hdd has joined #openstack-infra | 17:36 | |
*** stpierre has joined #openstack-infra | 17:36 | |
*** jswarren has quit IRC | 17:36 | |
*** apuimedo_ has quit IRC | 17:38 | |
*** odlD2 has joined #openstack-infra | 17:41 | |
*** bnemec has quit IRC | 17:42 | |
*** jistr has quit IRC | 17:42 | |
*** jtomasek has quit IRC | 17:43 | |
*** daemontool__ has quit IRC | 17:43 | |
*** apuimedo_ has joined #openstack-infra | 17:43 | |
*** daemontool__ has joined #openstack-infra | 17:44 | |
*** Swami_ has joined #openstack-infra | 17:44 | |
zigo | SpamapS: Hey, could you please upgrade python-shade in Sid, so that I can upload nodepool? | 17:45 |
zigo | I need version 0.12.0... | 17:45 |
zigo | Also, what's up with zuul support for statsd 3.0? | 17:46 |
zigo | That's the only blocker I can see is remaining for the upload of zuul in Sid. | 17:46 |
SpamapS | zigo: actually no I can't right now because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806683 | 17:47 |
openstack | Debian bug 806683 in src:python-os-client-config "src:python-os-client-config: New upstream (>= 1.11.1) needed to support python-shade 1.2.0Hello! We need os-client-config 1.11.1 or later to support the mostrecent release of python-shade. The library is a dependency of theansible OpenStack modules, so convenience of installing it helps Ansibleusers utlize OpenStack directly." [Normal,Open] | 17:47 |
zigo | SpamapS: It's uploaded to experimental, as I wrote. | 17:47 |
zigo | SpamapS: So you could upload shade there too. | 17:47 |
SpamapS | zigo: would that help though? | 17:48 |
zigo | SpamapS: Oh, I didn't realize that I could upload os-client-config with liberty. | 17:48 |
zigo | Doing so right away. | 17:48 |
*** yamahata has joined #openstack-infra | 17:48 | |
SpamapS | sweet | 17:48 |
*** mriedem is now known as mriedem_lunch | 17:49 | |
*** apuimedo_ has quit IRC | 17:50 | |
zigo | SpamapS: Done. | 17:50 |
SpamapS | zigo: also I don't really see why I'd want to upload python modules like requestsexceptions to anything other than DPMT, which is a quite helpful bunch of python packagers. Or perhaps I missed something? | 17:50 |
zigo | SpamapS: How about statsd + zuul ? | 17:50 |
zigo | SpamapS: Maybe you missed the fact that Piotr removed me from the team? :) | 17:51 |
SpamapS | zigo: I did miss that. How rude. :-P | 17:51 |
*** daemontool__ has quit IRC | 17:51 | |
*** ihrachys has quit IRC | 17:52 | |
zigo | SpamapS: He did so after I uploaded networkx 0.10, which Sandro Tosi claims to own. | 17:52 |
zigo | SpamapS: They pretend I'm not a team player and I should have ask him. | 17:52 |
zigo | Though I don't see the point to have the package in the team then... | 17:53 |
SpamapS | Yeah thats weird | 17:53 |
zigo | SpamapS: Anyway, I don't really want to talk about it ... | 17:53 |
zigo | :) | 17:53 |
zigo | SpamapS: Do you use git-dpm ? | 17:53 |
SpamapS | zigo: ok well I'm sorry that happened. I haven't had any such experiences with them but I don't do even 1/10 as much as you. :p | 17:53 |
*** Zara_ has quit IRC | 17:54 | |
SpamapS | zigo: I use git-dpm the way their docs say to use it. I have no idea why I use it, and I really don't understand why there need to be extra tools for debian git packaging. | 17:54 |
zigo | SpamapS: Any help is helpful on packaging OpenStack. I'm up to 302 packages JUST for openstack itself. | 17:54 |
*** jswarren has joined #openstack-infra | 17:54 | |
*** Zara_ has joined #openstack-infra | 17:55 | |
SpamapS | But again, I package like, 15 things. So I may just be more willing to do tedious manual steps. ;) | 17:55 |
*** apuimedo_ has joined #openstack-infra | 17:56 | |
zigo | SpamapS: Anyway, if you want to do packaging with me together, you're more than welcome to join the PKG OpenStack group on Alioth and push stuff there. | 17:56 |
zigo | I don't force any tooling to anyone, though I use plain git (without -dpm) and git tag based workflow. | 17:56 |
*** yaume_ has quit IRC | 17:57 | |
SpamapS | zigo: ok, if I find myself adding some more openstack stuff to my list I'll do it that way. | 17:57 |
SpamapS | might make sense to move shade over there | 17:57 |
zigo | SpamapS: And again, about statsd 3.0 and zuul, do you have any idea what needs to be done? :) | 17:58 |
zigo | It'd be nice to have Zuul in the next LTS... | 17:58 |
*** apuimedo has quit IRC | 17:58 | |
SpamapS | zigo: I don't. What's the specific issue? | 17:58 |
zigo | SpamapS: Zuul declares it wants statsd < 3 | 17:59 |
*** jerryz has joined #openstack-infra | 17:59 | |
zigo | Though Sid has 3.0, and nodepool wants >= 3 | 17:59 |
*** apuimedo has joined #openstack-infra | 18:00 | |
*** aopincar has joined #openstack-infra | 18:00 | |
pabelanger | ianw upgrade nodepool to statsd>=3.0 so zuul shouldn't be that hard | 18:01 |
*** dtantsur is now known as dtantsur|pto | 18:01 | |
zigo | pabelanger: Yeah, but it's been a pending issue for a looooong time. | 18:01 |
*** alop has joined #openstack-infra | 18:02 | |
*** sabeen1 has quit IRC | 18:02 | |
*** mriedem_lunch is now known as mriedem | 18:03 | |
SpamapS | I'm guessing this is something lost in storyboard ? | 18:03 |
SpamapS | mordred: where's my phabricator? | 18:03 |
*** sambetts is now known as sambetts-afk | 18:04 | |
reed | where where where? | 18:04 |
anteaya | SpamapS: mordred is a bit busy with the gerrit upgrade at the moment | 18:05 |
zigo | PLEASE STOP EVERYTHING NOW !!! | 18:05 |
zigo | :) | 18:05 |
SpamapS | anteaya: So you're saying I can't throw a temper tantrum and make him do it? | 18:05 |
anteaya | ruagair: did give an update on phabricator at yesterday's meeting | 18:06 |
*** e0ne has joined #openstack-infra | 18:06 | |
anteaya | zigo: it is stopped | 18:06 |
anteaya | SpamapS: you can if you want | 18:06 |
*** eil397 has joined #openstack-infra | 18:06 | |
anteaya | but all the other folks waiting patiently for gerrit to upgrade might form an opinion about that choice | 18:06 |
*** derekh has quit IRC | 18:06 | |
Zara | hm, missing stories sounds like a serious issue, I've tried searching and can't find it but other stories related to statsd show up; don't suppose you have a link? | 18:07 |
SotK | SpamapS: there doesn't appear to be a story for the statsd issue in StoryBoard :) | 18:07 |
*** apuimedo has quit IRC | 18:07 | |
*** apuimedo_ has quit IRC | 18:07 | |
*** ashleighfarnham has joined #openstack-infra | 18:07 | |
SpamapS | SotK: good to know. zigo ^^ | 18:07 |
*** apuimedo has joined #openstack-infra | 18:08 | |
* AJaeger is back.. | 18:08 | |
*** ayoung has quit IRC | 18:08 | |
anteaya | AJaeger: welcome back | 18:08 |
anteaya | AJaeger: I'll let you catch up, let me know when you have a sense of things then I would like to grap something to eat | 18:08 |
SpamapS | zigo: where should I watch for os-client-config 1.12 to hit unstable? | 18:10 |
mordred | SpamapS, zigo: fyi, we're about to release a 1.13 and a new shade | 18:11 |
mordred | SpamapS, zigo: 1.13 will be required for new versions of python-novaclient and python-neutronclient | 18:11 |
AJaeger | anteaya: I've catched up, take a break... | 18:12 |
anteaya | AJaeger: thanks | 18:12 |
*** apuimedo_ has joined #openstack-infra | 18:12 | |
anteaya | back in about 15 | 18:12 |
AJaeger | anteaya: take your time... | 18:12 |
*** xyang1 has quit IRC | 18:12 | |
*** sshnaidm has joined #openstack-infra | 18:13 | |
*** dizquierdo has quit IRC | 18:13 | |
SpamapS | mordred: ACK | 18:13 |
*** apuimedo has quit IRC | 18:15 | |
*** jordanP has quit IRC | 18:15 | |
*** apuimedo has joined #openstack-infra | 18:16 | |
reed | ruagair: nice to read that maniphest is making progress, good job | 18:17 |
*** dizquierdo has joined #openstack-infra | 18:17 | |
*** salv-orlando has quit IRC | 18:21 | |
*** apuimedo_ has quit IRC | 18:21 | |
*** dimtruck is now known as zz_dimtruck | 18:22 | |
*** sshnaidm has quit IRC | 18:22 | |
*** ybathia has joined #openstack-infra | 18:22 | |
*** apuimedo has quit IRC | 18:22 | |
*** apuimedo has joined #openstack-infra | 18:23 | |
*** electrofelix has quit IRC | 18:23 | |
*** salv-orlando has joined #openstack-infra | 18:23 | |
*** dizquierdo has quit IRC | 18:23 | |
*** unicell has joined #openstack-infra | 18:23 | |
*** ayoung has joined #openstack-infra | 18:24 | |
*** vilobhmm11 has joined #openstack-infra | 18:25 | |
*** apuimedo_ has joined #openstack-infra | 18:27 | |
*** apuimedo has quit IRC | 18:28 | |
*** pradk has joined #openstack-infra | 18:28 | |
*** daemontool__ has joined #openstack-infra | 18:28 | |
*** apuimedo has joined #openstack-infra | 18:29 | |
*** tmcpeak has joined #openstack-infra | 18:30 | |
*** tmcpeak has left #openstack-infra | 18:30 | |
*** thorst has joined #openstack-infra | 18:31 | |
*** fhubik has quit IRC | 18:32 | |
*** baoli has quit IRC | 18:32 | |
*** ashtokolov has quit IRC | 18:33 | |
*** briancurtin has quit IRC | 18:33 | |
*** ashtokolov has joined #openstack-infra | 18:34 | |
*** briancurtin has joined #openstack-infra | 18:34 | |
*** signed8bit is now known as signed8bit_ZZZzz | 18:34 | |
anteaya | AJaeger: thanks back | 18:34 |
AJaeger | welcome back, anteaya | 18:34 |
*** vgridnev has quit IRC | 18:35 | |
*** xyang1 has joined #openstack-infra | 18:35 | |
anteaya | thanks | 18:35 |
*** sshnaidm has joined #openstack-infra | 18:36 | |
*** dizquierdo has joined #openstack-infra | 18:36 | |
*** signed8bit_ZZZzz is now known as signed8bit | 18:36 | |
*** mudassirlatif_ has joined #openstack-infra | 18:37 | |
*** yamamoto has quit IRC | 18:38 | |
*** bnemec has joined #openstack-infra | 18:38 | |
*** mgrosz has quit IRC | 18:38 | |
*** apuimedo has quit IRC | 18:38 | |
*** mudassirlatif has quit IRC | 18:38 | |
*** mudassirlatif_ is now known as mudassirlatif | 18:38 | |
*** yamamoto has joined #openstack-infra | 18:38 | |
*** thorst has quit IRC | 18:39 | |
*** persia has joined #openstack-infra | 18:39 | |
*** apuimedo_ has quit IRC | 18:39 | |
*** otter768 has joined #openstack-infra | 18:40 | |
*** apuimedo has joined #openstack-infra | 18:40 | |
*** kushal has quit IRC | 18:41 | |
*** bcourt has quit IRC | 18:41 | |
*** mudassirlatif has quit IRC | 18:43 | |
*** dizquierdo has quit IRC | 18:43 | |
*** otter768 has quit IRC | 18:44 | |
*** apuimedo_ has joined #openstack-infra | 18:44 | |
*** zeih has joined #openstack-infra | 18:44 | |
*** thorst has joined #openstack-infra | 18:46 | |
*** mudassirlatif has joined #openstack-infra | 18:47 | |
*** apuimedo has quit IRC | 18:47 | |
*** Daisy has joined #openstack-infra | 18:48 | |
*** sridhar_ram has joined #openstack-infra | 18:48 | |
*** apuimedo has joined #openstack-infra | 18:48 | |
*** yamamoto has quit IRC | 18:48 | |
*** zeih has quit IRC | 18:49 | |
*** david-lyle_ has joined #openstack-infra | 18:49 | |
*** david-lyle has quit IRC | 18:50 | |
dgonzalez | hi sdague, are you here? | 18:50 |
*** bcourt has joined #openstack-infra | 18:51 | |
*** amuller is now known as amuller_afk | 18:51 | |
*** trown|lunch is now known as trown | 18:52 | |
*** Daisy has quit IRC | 18:52 | |
*** pvaneck has joined #openstack-infra | 18:53 | |
*** david-lyle_ is now known as david-lyle | 18:54 | |
nibalizer | pabelanger: can you hop in #puppet-community for a sec? | 18:57 |
*** signed8bit is now known as signed8bit_ZZZzz | 18:57 | |
*** angdraug has joined #openstack-infra | 18:57 | |
*** btully has left #openstack-infra | 18:57 | |
*** signed8bit_ZZZzz is now known as signed8bit | 19:01 | |
*** vilobhmm11 has quit IRC | 19:02 | |
*** vilobhmm11 has joined #openstack-infra | 19:02 | |
*** vilobhmm11 has quit IRC | 19:03 | |
*** vilobhmm11 has joined #openstack-infra | 19:03 | |
*** sputnik13 has joined #openstack-infra | 19:03 | |
*** bnemec has quit IRC | 19:04 | |
mriedem | is openstack-dev also down? | 19:04 |
*** bpokorny_ has joined #openstack-infra | 19:05 | |
clarkb | mriedem: the mailing list? it shouldn't be but may be getting used in another reflection attack which gums the works | 19:05 |
clarkb | I just got an email from it fwiw | 19:05 |
mriedem | hmm, yeah, must be an internal problem | 19:06 |
*** zz_dimtruck is now known as dimtruck | 19:06 | |
*** jcoufal has quit IRC | 19:06 | |
anteaya | mriedem: is the expected email in lists.openstack.org archives? | 19:06 |
mriedem | no | 19:06 |
*** woodster_ has quit IRC | 19:06 | |
anteaya | :( | 19:06 |
mriedem | but i was sending out stuff this morning | 19:06 |
*** nicnicnic has joined #openstack-infra | 19:07 | |
*** nicnicnic has left #openstack-infra | 19:07 | |
*** bpokorny has quit IRC | 19:09 | |
*** aysyd has quit IRC | 19:09 | |
*** daemontool__ has quit IRC | 19:09 | |
*** aysyd has joined #openstack-infra | 19:09 | |
*** daemontool has joined #openstack-infra | 19:10 | |
*** bnemec has joined #openstack-infra | 19:10 | |
*** _nadya_ has joined #openstack-infra | 19:11 | |
*** apuimedo_ has quit IRC | 19:12 | |
*** e0ne_ has joined #openstack-infra | 19:13 | |
*** signed8bit has quit IRC | 19:14 | |
*** e0ne has quit IRC | 19:15 | |
*** david-lyle has quit IRC | 19:17 | |
*** apuimedo_ has joined #openstack-infra | 19:17 | |
*** vilobhmm11 has quit IRC | 19:18 | |
*** vilobhmm11 has joined #openstack-infra | 19:18 | |
*** yamamoto has joined #openstack-infra | 19:18 | |
*** yamamoto has quit IRC | 19:19 | |
*** david-lyle has joined #openstack-infra | 19:20 | |
*** vilobhmm11 has quit IRC | 19:20 | |
sdague | mriedem: I blame ibm's mail gateway | 19:22 |
*** bpokorny has joined #openstack-infra | 19:22 | |
sdague | dgonzalez: I am now | 19:22 |
*** shardy is now known as shardy_afk | 19:22 | |
*** bnemec has quit IRC | 19:22 | |
*** mudassirlatif has quit IRC | 19:23 | |
*** mudassirlatif has joined #openstack-infra | 19:23 | |
*** bpokorny_ has quit IRC | 19:24 | |
*** david-lyle_ has joined #openstack-infra | 19:24 | |
*** bcourt has quit IRC | 19:24 | |
*** david-lyle has quit IRC | 19:24 | |
*** lykinsbd has quit IRC | 19:25 | |
*** vilobhmm11 has joined #openstack-infra | 19:26 | |
*** dims has joined #openstack-infra | 19:27 | |
*** salv-orlando has quit IRC | 19:27 | |
*** shardy_afk has quit IRC | 19:27 | |
*** tonytan4ever has quit IRC | 19:29 | |
*** boris-42_ has joined #openstack-infra | 19:30 | |
*** david-lyle_ has quit IRC | 19:30 | |
mriedem | sdague: i got it fixed i think | 19:31 |
mriedem | yeah | 19:31 |
mriedem | < is awesome | 19:31 |
*** apuimedo_ has quit IRC | 19:31 | |
*** vilobhmm111 has joined #openstack-infra | 19:32 | |
anteaya | mriedem: was it your meeting time email? | 19:32 |
mriedem | yeah | 19:32 |
anteaya | I got a meeting time email from you | 19:32 |
mriedem | for some reason when i move around the site the wireless has to sometimes be hard reset | 19:32 |
*** vilobhmm111 has quit IRC | 19:32 | |
mriedem | even though i never dropped off irc connection | 19:32 |
anteaya | and so did lists.o.o: http://lists.openstack.org/pipermail/openstack-dev/2015-December/082464.html | 19:32 |
*** vilobhmm111 has joined #openstack-infra | 19:32 | |
anteaya | awesome | 19:32 |
mriedem | yes, it is glorious | 19:32 |
anteaya | my irc connection is usually the first thing to drop | 19:33 |
anteaya | glorious | 19:33 |
*** vilobhmm11 has quit IRC | 19:33 | |
anteaya | I was trying to think of the right word | 19:33 |
anteaya | glorious apparently is it | 19:33 |
*** weshay_xchat is now known as weshay | 19:35 | |
*** EricGonczer_ has quit IRC | 19:35 | |
*** bnemec has joined #openstack-infra | 19:35 | |
*** denisra has quit IRC | 19:36 | |
*** bpokorny_ has joined #openstack-infra | 19:36 | |
*** aopincar has quit IRC | 19:36 | |
*** bpokorn__ has joined #openstack-infra | 19:37 | |
*** apuimedo_ has joined #openstack-infra | 19:37 | |
*** apuimedo has quit IRC | 19:37 | |
*** tjones has joined #openstack-infra | 19:38 | |
*** apuimedo has joined #openstack-infra | 19:38 | |
*** admin0 has joined #openstack-infra | 19:39 | |
*** bpokorny has quit IRC | 19:39 | |
*** MarkAtwood has quit IRC | 19:40 | |
*** bpokorny_ has quit IRC | 19:40 | |
*** signed8bit has joined #openstack-infra | 19:41 | |
*** EricGonczer_ has joined #openstack-infra | 19:44 | |
*** sabeen1 has joined #openstack-infra | 19:44 | |
*** apuimedo_ has quit IRC | 19:46 | |
*** sabeen3 has joined #openstack-infra | 19:46 | |
*** signed8bit is now known as signed8bit_ZZZzz | 19:48 | |
*** david-lyle has joined #openstack-infra | 19:48 | |
*** sabeen1 has quit IRC | 19:49 | |
*** daemontool has quit IRC | 19:50 | |
*** bharathm has quit IRC | 19:51 | |
*** apuimedo_ has joined #openstack-infra | 19:52 | |
*** signed8bit_ZZZzz is now known as signed8bit | 19:52 | |
*** apuimedo has quit IRC | 19:54 | |
nibalizer | crinkle: after derping on infra-cloud for a bit i believe I am putting the network back to 'working' | 19:56 |
*** apuimedo has joined #openstack-infra | 19:56 | |
*** apuimedo_ has quit IRC | 19:57 | |
*** piet has quit IRC | 19:57 | |
*** davideagnello has joined #openstack-infra | 19:57 | |
*** _nadya_ has quit IRC | 19:57 | |
anteaya | thanks to all those folks standing by, the gerrit db takes a long time to index | 19:57 |
*** dslev has quit IRC | 19:58 | |
*** rhallisey has quit IRC | 19:58 | |
*** sdake has joined #openstack-infra | 19:59 | |
*** unicell1 has joined #openstack-infra | 19:59 | |
*** unicell has quit IRC | 20:01 | |
*** shardy has joined #openstack-infra | 20:02 | |
*** apuimedo_ has joined #openstack-infra | 20:03 | |
*** mudassirlatif has quit IRC | 20:04 | |
*** apuimedo has quit IRC | 20:06 | |
*** apuimedo has joined #openstack-infra | 20:06 | |
*** dtardivel has quit IRC | 20:07 | |
*** apuimedo_ has quit IRC | 20:07 | |
*** amuller_afk is now known as amuller | 20:09 | |
*** vilobhmm111 has quit IRC | 20:11 | |
*** apuimedo has quit IRC | 20:11 | |
*** vilobhmm11 has joined #openstack-infra | 20:11 | |
mordred | infra-root: got a message from bluebox about replacing our CPUs | 20:11 |
mriedem | is there a reason we haven't dropped the stable/icehouse branch from the requirements repo? https://github.com/openstack/requirements/tree/stable/icehouse | 20:11 |
*** apuimedo has joined #openstack-infra | 20:11 | |
jeblair | mordred: should we zero it out? | 20:11 |
*** vilobhmm11 has left #openstack-infra | 20:11 | |
*** piet has joined #openstack-infra | 20:11 | |
anteaya | mriedem: I can't think of a reason | 20:11 |
mikal | mordred: I got an invite for the O release naming poll, but not N | 20:11 |
mikal | mordred: weird, huh? | 20:12 |
mordred | I told them to pick a time and and let us know when it was | 20:12 |
mordred | mikal: that is weird indeed | 20:12 |
anteaya | mikal: check spam or trash | 20:12 |
jeblair | mordred: cool | 20:12 |
mordred | mikal: would you like one? | 20:12 |
AJaeger | mriedem: that looks wrong, please bring it up with fungi once gerrit is up and he has some time. | 20:12 |
annegentle | mikal: me too, at least, O only went ot my Rackspace address. | 20:12 |
mordred | that's weird | 20:12 |
*** apuimedo_ has joined #openstack-infra | 20:12 | |
annegentle | mikal: mordred: wonder if it's on the rackspace side | 20:12 |
mordred | I used the exact same file of addresses for both | 20:12 |
annegentle | mordred: which went first? | 20:13 |
mordred | N | 20:13 |
mikal | mordred: oh how embarrassment. For the first time ever something was actually lost in spma | 20:13 |
*** sdake_ has joined #openstack-infra | 20:13 | |
mordred | mikal: \o/ | 20:13 |
mikal | mordred: in other news, gmail thinks the n vote email is spam, but not the o vote email | 20:13 |
*** MarkAtwood has joined #openstack-infra | 20:13 | |
mordred | mikal: well done gmail | 20:13 |
annegentle | mordred: I think I need another then for N please (and sorry) | 20:13 |
mordred | annegentle: no worries! | 20:13 |
mikal | mordred: which might end up being a FAQ I suppose | 20:13 |
ianw | zigo / pabelanger : changes for zuul to use statsd 3.0 are in review ... maybe merged, can't remember | 20:14 |
anteaya | mikal: glad you found it | 20:14 |
*** sdake has quit IRC | 20:15 | |
*** bcourt has joined #openstack-infra | 20:15 | |
pabelanger | ianw: Cool, I am working on upgrading the RPM packaging: https://bugzilla.redhat.com/show_bug.cgi?id=1292244 | 20:15 |
openstack | bugzilla.redhat.com bug 1292244 in python-statsd "Review Request: python-statsd - A python client for the statsd daemon" [Medium,New] - Assigned to tdecacqu | 20:15 |
*** tonytan4ever has joined #openstack-infra | 20:17 | |
*** ociuhandu has quit IRC | 20:18 | |
*** dims has quit IRC | 20:18 | |
*** MarkAtwood has quit IRC | 20:18 | |
*** dimtruck is now known as zz_dimtruck | 20:18 | |
*** dims has joined #openstack-infra | 20:19 | |
*** yamamoto has joined #openstack-infra | 20:19 | |
*** lucasagomes is now known as lucas-dinner | 20:19 | |
*** apuimedo has quit IRC | 20:21 | |
*** bpokorn__ has quit IRC | 20:21 | |
*** apuimedo_ has quit IRC | 20:21 | |
zigo | ianw: Not merged, I checked. | 20:22 |
*** bpokorny has joined #openstack-infra | 20:22 | |
*** apuimedo has joined #openstack-infra | 20:22 | |
*** mihgen has joined #openstack-infra | 20:23 | |
fungi | zigo: ianw: it's change 229232 in gerrit (the joys of offline reviewing with gertty!) | 20:25 |
*** yamamoto has quit IRC | 20:25 | |
fungi | currently has a +2 from jhesketh but started merge-conflicting a little over a week ago | 20:26 |
fungi | so in need of a quick rebase | 20:26 |
davideagnello | getting 503 on review.openstack.org maintenance? | 20:26 |
fungi | davideagnello: see /topic | 20:26 |
fungi | yes | 20:26 |
anteaya | davideagnello: yes | 20:26 |
*** apuimedo_ has joined #openstack-infra | 20:26 | |
davideagnello | fungi: ok, thank you | 20:26 |
*** apuimedo has quit IRC | 20:27 | |
*** apuimedo has joined #openstack-infra | 20:28 | |
*** elo has quit IRC | 20:28 | |
*** elo has joined #openstack-infra | 20:28 | |
*** jaosorior has quit IRC | 20:29 | |
*** apuimedo_ has quit IRC | 20:31 | |
*** tsg has quit IRC | 20:33 | |
*** lykinsbd has joined #openstack-infra | 20:34 | |
anteaya | AJaeger: you still around, was going to step afk for a minute or tow | 20:34 |
anteaya | two | 20:34 |
AJaeger | anteaya: still around | 20:34 |
AJaeger | but it's boring here ;) | 20:34 |
anteaya | thanks | 20:34 |
anteaya | true that | 20:34 |
anteaya | what a change, eh? | 20:34 |
AJaeger | which is fine in some ways... | 20:35 |
anteaya | back in a bit | 20:35 |
anteaya | :) | 20:35 |
*** apuimedo_ has joined #openstack-infra | 20:36 | |
*** changbl has joined #openstack-infra | 20:37 | |
*** apuimedo has quit IRC | 20:37 | |
anteaya | back thanks | 20:37 |
*** bgmccollum has joined #openstack-infra | 20:37 | |
*** apuimedo has joined #openstack-infra | 20:38 | |
*** bharathm has joined #openstack-infra | 20:38 | |
*** admin0 has quit IRC | 20:39 | |
*** otter768 has joined #openstack-infra | 20:40 | |
*** tsg has joined #openstack-infra | 20:41 | |
*** baoli has joined #openstack-infra | 20:41 | |
dgonzalez | sdague: in https://review.openstack.org/#/c/200309/ you mentioned that you wanted to discuss the multihost model in devstack-gate in tokyo. Are there any news on this? | 20:41 |
sdague | dgonzalez: gerrit is down | 20:42 |
dgonzalez | oh ok | 20:42 |
sdague | clarkb ran the multihost session in tokyo, honestly multi region didn't come up | 20:42 |
sdague | personally I think we have enough other multihost issues to get sorted first before even considering that on the table | 20:42 |
*** apuimedo has quit IRC | 20:42 | |
*** apuimedo_ has quit IRC | 20:43 | |
*** hashar has joined #openstack-infra | 20:43 | |
dgonzalez | ok, thanks for the status update | 20:43 |
*** apuimedo has joined #openstack-infra | 20:43 | |
anteaya | gerrit is up | 20:43 |
anteaya | thanks for your patience everyone | 20:45 |
*** otter768 has quit IRC | 20:45 | |
anteaya | still evaluating so share your experiences | 20:46 |
* mtreinish misses the old view already | 20:46 | |
anteaya | :( | 20:46 |
anteaya | we should have a grieving period for old view | 20:47 |
anteaya | perhaps a memorial service | 20:47 |
*** tsg has quit IRC | 20:47 | |
amuller | noooooooooooooo | 20:47 |
anteaya | and jeblair will hand out links to gertty | 20:47 |
anteaya | amuller: what is the matter? | 20:47 |
amuller | the new view :( | 20:47 |
anteaya | yes this was known | 20:47 |
anteaya | and communicated in the emails | 20:48 |
anteaya | not a surprise | 20:48 |
jeblair | https://pypi.python.org/pypi/gertty/1.2.1 | 20:48 |
amuller | that's it, I'm gonna become a carpenter | 20:48 |
*** jaosorior has joined #openstack-infra | 20:48 | |
anteaya | right on cue | 20:48 |
anteaya | amuller: I like working with wood | 20:48 |
jroll | LGTM bug is fixed \o/ | 20:48 |
anteaya | never had a bad experience, worked in a sawmill and as a bull dozer operator for a logging operation | 20:49 |
*** apuimedo_ has joined #openstack-infra | 20:49 | |
anteaya | many happy memories | 20:49 |
anteaya | jroll: yay! | 20:49 |
openstackgerrit | gordon chung proposed openstack-infra/project-config: fix stable/liberty telemetry integration job https://review.openstack.org/258642 | 20:49 |
*** jaosorior has quit IRC | 20:49 | |
*** jaosorior has joined #openstack-infra | 20:50 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/irc-meetings: Add the meeting_id and agenda_url for the nova cells meeting https://review.openstack.org/258643 | 20:50 |
openstackgerrit | Matt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting https://review.openstack.org/258646 | 20:50 |
SotK | new gerrit looks nice, well done to those involved in the update :) | 20:50 |
openstackgerrit | Brian Haley proposed openstack-infra/project-config: Make gate-tempest-dsvm-neutron-dvr job voting in the check queue https://review.openstack.org/255325 | 20:51 |
amuller | displaying the patch size is nice | 20:51 |
*** baoli has quit IRC | 20:51 | |
sdague | \o/ thanks for the upgrade | 20:52 |
sdague | question, did zaro's patch for 2.11 to get group queries working land? | 20:52 |
*** baoli has joined #openstack-infra | 20:52 | |
anteaya | I think so? | 20:52 |
* anteaya looks | 20:52 | |
openstackgerrit | Abel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio https://review.openstack.org/258195 | 20:53 |
*** bgmccollum has left #openstack-infra | 20:54 | |
anteaya | sdague: is this the one you mean: https://review.openstack.org/#/c/251019/ | 20:54 |
smcginnis | Nice work infra folks! :) | 20:54 |
anteaya | smcginnis: thanks for your patience | 20:55 |
*** bpokorny_ has joined #openstack-infra | 20:55 | |
anteaya | smcginnis: do report your experience as you try it out | 20:55 |
smcginnis | anteaya: Will do | 20:55 |
anteaya | thanks | 20:55 |
smcginnis | anteaya: So far, I just need to readjust my eyes to the new layout. :D | 20:55 |
anteaya | smcginnis: yes, it is an adjustment | 20:56 |
anteaya | jeblair: is happy to welcome new gertty users | 20:56 |
smcginnis | Hah! | 20:56 |
fungi | amuller: gertty is for carpenters | 20:56 |
anteaya | https://pypi.python.org/pypi/gertty/1.2.1 | 20:56 |
smcginnis | Tried it, didn't have much luck. | 20:56 |
anteaya | smcginnis: how long ago? | 20:56 |
harlowja | oh man now i have to use the new gerrit :-P | 20:56 |
nibalizer | also i hope to start up a polygerrit instance | 20:56 |
sdague | anteaya: yes, that looks right | 20:56 |
zaro | sdague: yes, please test that | 20:57 |
smcginnis | anteaya: A few months back. For some reason it was incredibly slow. | 20:57 |
sdague | zaro: I will right now | 20:57 |
fungi | harlowja: you can pretend it's still down. we haven't announced the maintenance is concluded yet anyway ;) | 20:57 |
smcginnis | Or I'm just way too impatient. | 20:57 |
harlowja | fungi :) | 20:57 |
anteaya | sdague: great | 20:57 |
*** ihrachys has joined #openstack-infra | 20:57 | |
*** tsg has joined #openstack-infra | 20:57 | |
harlowja | fungi will maintainence on old gerrit be done ever? lol or will it be down forever :-P | 20:57 |
sdague | zaro: this looks very promissing | 20:58 |
anteaya | smcginnis: okay well if you do try and experience slowness please run in debug mode so it logs and share the logs wtih jeblair | 20:58 |
*** bhunter71 has joined #openstack-infra | 20:58 | |
*** mihgen has left #openstack-infra | 20:58 | |
anteaya | smcginnis: that is the sort of thing he likes to know | 20:58 |
smcginnis | nibalizer: I haven't seen polygerrit before. What's that do? | 20:58 |
openstackgerrit | Tim Hinrichs proposed openstack-infra/project-config: Make python34 job voting for Congress https://review.openstack.org/255621 | 20:58 |
jeblair | smcginnis: indeed, i find it to be very fast, and that is one of the design goals. | 20:58 |
smcginnis | anteaya: Sure, I've been thinking of checking it out again. I'll give it another shot. | 20:58 |
*** bpokorny has quit IRC | 20:59 | |
sdague | zaro: it looks like it is working correctly | 20:59 |
smcginnis | jeblair: Is there an initial sync up time? | 20:59 |
zaro | sdague: ahh, nice! | 20:59 |
jeblair | smcginnis: yeah, the first time you use it if you subscribe to a lot of projects you may want to get a coffee. :) | 20:59 |
sdague | zaro: thanks much | 20:59 |
zaro | np | 20:59 |
fungi | smcginnis: also, it allowed me to "offline" review changes while we had gerrit down | 20:59 |
jeblair | smcginnis: but then it's deltas from there out so gets better. | 20:59 |
notmorgan | hmm. i think we need some CSS work on the new gerrit | 20:59 |
sdague | zaro: https://review.openstack.org/#/q/project:openstack/nova+status:open+label:Code-Review%253C%253D-1%252Cnova-core | 20:59 |
notmorgan | the CI reports are a bit wonky looking | 20:59 |
smcginnis | jeblair: That's probably my problem. I'll try getting it going and leave it overnight before I complain about any slowness. ;) | 20:59 |
*** mdenny has joined #openstack-infra | 21:00 | |
-openstackstatus- NOTICE: Gerrit has been upgraded to 2.11. Please report any issues in #openstack-infra as soon as possible. | 21:00 | |
anteaya | notmorgan: where are you looking? | 21:00 |
jeblair | smcginnis: cool | 21:00 |
notmorgan | anteaya: https://review.openstack.org/#/c/253793/ in firefox... | 21:00 |
fungi | great timing, statusbot! | 21:00 |
notmorgan | uh | 21:00 |
smcginnis | fungi: That's the part that I thought was very attractive. Plane trips and things could be better that way. | 21:00 |
notmorgan | 42 | 21:00 |
notmorgan | the CI reports are all double lined now let me screen cap it and show | 21:00 |
fungi | smcginnis: though now i find myself missing the things i used to do on plane rides before i had offline code review | 21:01 |
sdague | notmorgan: it's because the job names are so long | 21:01 |
*** eharney_ has joined #openstack-infra | 21:01 | |
notmorgan | sdague: aye, sometrhing we could possbly massage with CSS | 21:01 |
*** bnemec has quit IRC | 21:01 | |
sdague | especially when (non-voting) is added | 21:01 |
anteaya | notmorgan: yeah that looks rather unwieldy | 21:01 |
notmorgan | also headers aren't grey "rechecks X" | 21:01 |
sdague | also, it does occur to me that 'gate-' is now kind of irrelevant | 21:01 |
*** bnemec has joined #openstack-infra | 21:01 | |
jeblair | sdague, notmorgan: i think that may be in a smaller horizontal box than before | 21:01 |
smcginnis | fungi: ;) | 21:01 |
*** zz_dimtruck is now known as dimtruck | 21:02 | |
*** spzala has quit IRC | 21:02 | |
sdague | jeblair: yeh, as that used to be the comment message column | 21:02 |
*** aysyd has quit IRC | 21:02 | |
sdague | and now it's the vote column | 21:02 |
*** eharney has quit IRC | 21:02 | |
*** aeng has joined #openstack-infra | 21:02 | |
*** eharney_ is now known as eharney | 21:02 | |
notmorgan | http://i.imgur.com/RvOERR3.png?2 | 21:02 |
harlowja | woah, if i click on a line to start commenting, then scroll up or down, it loops around, woah | 21:02 |
harlowja | trippy | 21:02 |
nibalizer | i had it up efore i turned it off | 21:03 |
nibalizer | https://storage.googleapis.com/gerrit-talks/summit/2015/PolyGerrit-Preview.pdf | 21:03 |
nibalizer | smcginnis: ^ | 21:03 |
fungi | possibly my favorite 2.11 feature: restructuredtext is no longer syntax highlighted as if it were java source code! | 21:03 |
smcginnis | nibalizer: Thanks! | 21:03 |
anteaya | yeah I'd like to see the verified from Jenkins stand out a little bit more, visually | 21:03 |
mordred | woot! | 21:03 |
EmilienM | nice work infra! thanks for the upgrade | 21:03 |
nibalizer | fungi: inconcievable! | 21:03 |
notmorgan | even the ones w/o "non-voting" are line wrapping | 21:03 |
*** baoli has quit IRC | 21:03 | |
notmorgan | in... odd ways | 21:03 |
*** htruta has joined #openstack-infra | 21:03 | |
* AJaeger waves good bye, will enjoy gerrit 2.11 tomorrow ;) | 21:03 | |
*** AJaeger has quit IRC | 21:04 | |
*** abregman has joined #openstack-infra | 21:04 | |
fungi | AJaeger: thanks for your help! | 21:04 |
sdague | notmorgan: hmmm pep8 lines for me in chrome are unwrapped | 21:04 |
*** baoli has joined #openstack-infra | 21:04 | |
notmorgan | sdague: let me load in chrome | 21:04 |
anteaya | Ajeager: thank you! | 21:04 |
notmorgan | yah in chrome it's better | 21:04 |
sdague | http://dl.dropbox.com/u/6514884/screenshot_284.png | 21:04 |
*** lindsayk_ has joined #openstack-infra | 21:05 | |
jeblair | it looks like hideci isn't hiding the boxes for the comments it's hiding, so you can see like 8 little empty boxes between human comments | 21:05 |
*** notnownikki has quit IRC | 21:05 | |
ruagair | Yes, I did give an update anteaya. | 21:05 |
ruagair | THanks reed :-) | 21:05 |
ruagair | o/ | 21:05 |
sdague | jeblair: yep | 21:05 |
sdague | just noticed that | 21:05 |
ruagair | everyone else. | 21:05 |
Shrews | ooh! i love that i can configure my menu with custom urls | 21:06 |
zaro | fungi: i think the differ supports rst now. | 21:06 |
fungi | zaro: yep, it's pretty slick! | 21:06 |
notmorgan | oh ... well that is annoying | 21:06 |
notmorgan | when you click on a project name now it doesn't auto apply "status: open" | 21:07 |
sdague | jeblair: I think we'll just need to walk the hierarchy one more level | 21:07 |
fungi | s/annoying/job security/ | 21:07 |
sdague | heh | 21:07 |
_david_ | I wonder when first user will notice that old change screen is gone? | 21:07 |
anteaya | already happened | 21:07 |
*** signed8bit is now known as signed8bit_ZZZzz | 21:07 | |
sdague | _david_: that was already 15 minutes ago | 21:08 |
fungi | happened before we even announced gerrit was up and running i think ;) | 21:08 |
jeblair | yeah 20:46 | 21:08 |
notmorgan | _david_: OMG Where is the old change scr... oh :P | 21:08 |
_david_ | sdague, Oh, sad, missed it ... | 21:08 |
_david_ | notmorgan, Oh, one crazy guy dropped it! | 21:08 |
*** daemontool has joined #openstack-infra | 21:08 | |
notmorgan | lol | 21:08 |
stpierre | Shrews: that is magnificent, thank you for pointing it out | 21:08 |
sdague | jeblair: I think after the last upgrade, we had a set of css patches, that included making the line height more compact (to match the old look) | 21:09 |
Shrews | stpierre: np | 21:09 |
sdague | are those still somewhere? | 21:09 |
ruagair | oh, new gerrit day. Thanks everyone! | 21:09 |
*** regXboi has quit IRC | 21:09 | |
ruagair | +1 zaro | 21:09 |
_david_ | notmorgan, https://gerrit-review.googlesource.com/49601 ,-) | 21:10 |
*** signed8bit_ZZZzz is now known as signed8bit | 21:10 | |
zaro | sdague: mgagne has a patch to make gerrit ui more efficient looking | 21:10 |
*** ChanServ changes topic to "Discussion of OpenStack Developer and Community Infrastructure | docs http://docs.openstack.org/infra/ | bugs https://storyboard.openstack.org/ | source https://git.openstack.org/cgit/openstack-infra/ | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-infra/" | 21:11 | |
fungi | that was me | 21:11 |
zaro | https://review.openstack.org/#/c/241278/ | 21:11 |
mgagne | sdague zaro https://review.openstack.org/#/c/241278/ | 21:11 |
*** changbl has quit IRC | 21:11 | |
anteaya | nice work zaro and team | 21:12 |
mgagne | zaro The wrong right align happens because an icon (like the one in my own change) can show if change needs to be rebase | 21:12 |
fungi | yes, huge thanks to everyone who worked on planning and execution, especially zaro! | 21:12 |
jeblair | fungi: thanks for typing! | 21:12 |
anteaya | _david_: thanks for joining us and helping out | 21:13 |
* fungi is sometimes good at typing | 21:13 | |
anteaya | fungi: nice typing | 21:13 |
*** bnemec has quit IRC | 21:13 | |
_david_ | anteaya, zaro and othe infra guys here are the guy to thank, not me. | 21:13 |
jeblair | sdague: https://review.openstack.org/#/q/file:hideci.js | 21:13 |
*** ajmiller has quit IRC | 21:14 | |
zaro | thanks for helping out all, but /me feels like we not out of the woods yet. | 21:14 |
*** ajmiller has joined #openstack-infra | 21:14 | |
*** e0ne_ has quit IRC | 21:15 | |
_david_ | zaro, Exactly the same Gerrit version is works without any issues for SAP, Ericsson and Sony. | 21:15 |
zaro | Abbreviated name user setting is nice. | 21:15 |
fungi | zaro: do you want to draft/send the maintenance completion notice to the -dev ml? | 21:15 |
openstackgerrit | Matt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting https://review.openstack.org/258646 | 21:15 |
*** baoli has quit IRC | 21:15 | |
*** baoli has joined #openstack-infra | 21:16 | |
zaro | fungi: ok. | 21:16 |
fungi | thought you might enjoy the honor anyway | 21:16 |
openstackgerrit | Mathieu Gagné proposed openstack-infra/system-config: Improve new Gerrit change screen https://review.openstack.org/241278 | 21:16 |
fungi | that way you get all the (hopefully!) thanks replies | 21:16 |
_david_ | zaro, I'm relaxed and think we are done here, and can plan next upgrade to 2.12 in January ;-) | 21:16 |
fungi | _david_: i'm hopeful that 2.11->2.12 will be easier | 21:17 |
fungi | this was several versions skipped | 21:17 |
anteaya | gerrit server load looks similar to what is was prior to downtime, hopefully if we have a load related issue it will present itself soon | 21:17 |
_david_ | fungi, Yeah, it is. As zaro pointed out, with online re-indexing you wouldn't have t wait 1.5 hours for offline re-index to complete | 21:18 |
*** alop has left #openstack-infra | 21:18 | |
*** julim has quit IRC | 21:18 | |
_david_ | And generally it's always a good idea to be close to upstream | 21:18 |
fungi | _david_: or an hour 54 minutes for that matter (6817.5s) | 21:20 |
*** esker has quit IRC | 21:20 | |
fungi | plus the 5 minutes puppet wasted trying to run that before giving up | 21:21 |
fungi | so, yes, that will be much nicer! | 21:21 |
*** daemontool_ has joined #openstack-infra | 21:22 | |
_david_ | fungi, May be we shoudn't care next time about downgrade option (After we hopefully, don't need it this time)? | 21:22 |
*** daemontool__ has joined #openstack-infra | 21:22 | |
zaro | upgrade completion email sent. | 21:22 |
fungi | zaro: thanks!!! | 21:23 |
*** daemontool has quit IRC | 21:23 | |
fungi | _david_: yeah, i'm slightly less paranoid about it for next time (assuming this continues to be smooth sailing) | 21:23 |
bknudson | can we set the default diff preferences columns to openstack-standard 72 chars? | 21:23 |
openstackgerrit | Matt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting https://review.openstack.org/258646 | 21:23 |
bknudson | oops, 80 I guess | 21:24 |
fungi | [2015-12-16 21:22:53,845] WARN / : Unexpected error during authentication | 21:24 |
fungi | org.openid4java.message.MessageException: 0x100: Invalid parameter: gerrit.token:#/dashboard/?[...some lengthy encoded query...] | 21:24 |
zaro | _david_: thanks for the help. let me know when libreoffice does their and i will lurk. | 21:25 |
fungi | looked like a custom dashboard query for heat-related projects | 21:25 |
fungi | _david_: yes, your assistance has been invaluable | 21:25 |
_david_ | zaro, fungi jeblair n.p. Guys: very impressive work. And congrats to all involved! | 21:25 |
anteaya | okay when I am highlighting a line to copy it, I get a clippy tooltip telling me to press c to comment | 21:26 |
anteaya | I find that annoying | 21:26 |
fungi | anteaya: "it looks like you're trying to gerrit..." | 21:26 |
zaro | hmm maybe i should have mentioned that some queries need to be modified to work in newer gerrit | 21:26 |
anteaya | exactly | 21:26 |
*** daemontool_ has quit IRC | 21:26 | |
anteaya | clicking the line number still gives me a text box in which to type my inline comment | 21:27 |
fungi | zaro: can't hurt to reply to your announcement with that addition | 21:27 |
*** zeih has joined #openstack-infra | 21:27 | |
*** baoli has quit IRC | 21:27 | |
*** bnemec has joined #openstack-infra | 21:27 | |
anteaya | I am not a fan of the clippy | 21:27 |
*** _david_ has quit IRC | 21:27 | |
zaro | you can highlight parts that you comment on now. | 21:27 |
*** baoli has joined #openstack-infra | 21:27 | |
clarkb | mobile diff reading is a bit more difficult | 21:27 |
clarkb | but mobile was never awesome | 21:27 |
jroll | anteaya: I'll take clippy in exchange for multi-line copying without copying line numbers | 21:27 |
jroll | (which I just found, that is awesome) | 21:28 |
*** njirap has joined #openstack-infra | 21:28 | |
*** rcernin has joined #openstack-infra | 21:28 | |
anteaya | jroll: try me again | 21:28 |
zaro | yeah, love that one now | 21:28 |
* anteaya climbs down from clippy rage | 21:28 | |
fungi | hrm, yes new change screen seems to break my ability to highlight for copy and middle click for paste (typical x11 workflow) | 21:28 |
sdague | the edit the commit message workflow is a little more complex | 21:28 |
zaro | anteaya: highlighting text in diff window does not include line numbers anymore | 21:28 |
sdague | but I guess it's because you can edit everything | 21:29 |
jroll | anteaya: if you copy code from a diff, across multiple lines, previously the paste would have line numbers, now it does not | 21:29 |
anteaya | jroll: okay I see it | 21:29 |
zaro | fungi: i think _david_ would know about abouth | 21:29 |
*** dprince has quit IRC | 21:30 | |
*** flepied has quit IRC | 21:31 | |
*** flepied has joined #openstack-infra | 21:31 | |
fungi | zaro: yeah, it seems to be specific to highlighting content in the diff. if i highlight other content on the page outside the diff region it ends up in my x11 paste buffer just fine | 21:31 |
fungi | so something about how they're grabbing mouse interactions in the diff view region of the page | 21:32 |
*** zeih has quit IRC | 21:32 | |
zaro | maybe try on different browser? | 21:32 |
fungi | which is fine i guess since i already mostly use gertty anyway | 21:32 |
mordred | WHY WOULD THE REPLY BOX OPEN UP A POP UP BOX AT THE TOP OF THE PAGE AND NOT UNDER THE MOST RECENT COMMENT? | 21:32 |
fungi | yeah, i'll try again when i get around to installing a different browser | 21:33 |
clarkb | mordred that was my vomplaint months ago :) | 21:33 |
clarkb | mordred and it covers the votrs | 21:33 |
sdague | mordred: hmmm... I guess I've been used to that forever now | 21:33 |
*** apuimedo_ has quit IRC | 21:33 | |
*** thorst has quit IRC | 21:33 | |
*** thorst has joined #openstack-infra | 21:34 | |
*** apuimedo has quit IRC | 21:34 | |
*** bpokorny_ has quit IRC | 21:35 | |
tonyb | oooh shiny new gerrit :) | 21:35 |
*** apuimedo has joined #openstack-infra | 21:35 | |
*** bpokorny has joined #openstack-infra | 21:35 | |
anteaya | :) | 21:35 |
pleia2 | ooh, I just remembered that 2.11 is the gerrit I have a patch in :) | 21:35 |
cp16net | ..yeah.. gerrit got more color | 21:35 |
anteaya | pleia2: woooo | 21:35 |
anteaya | pleia2: well done | 21:36 |
anteaya | pleia2: what did you patch? | 21:36 |
fungi | 8 colors and 2 intensities is all anybody should ever need ;) | 21:36 |
anteaya | hahaha | 21:36 |
fungi | oh, plus 8 background colors | 21:36 |
pleia2 | anteaya: just a little css patch to fix how it looked on mobile | 21:36 |
anteaya | clarkb: pleia2 was thinking of you | 21:36 |
zaro | mordred: maybe we should add another reply at bottom with javascript override? | 21:36 |
cp16net | oh NICE you can change your menu! | 21:37 |
mordred | zaro: that would be awesome | 21:37 |
fungi | cp16net: yep, that seems to be a popular feature people are already discovering | 21:37 |
mordred | sdague: well, it didn't bother me when the comment thing was another page | 21:37 |
cp16net | <3 it | 21:37 |
mordred | sdague: but now that it's a pop-up overlay box thing, its seems crazy to not have one at the bottom | 21:37 |
*** tonytan4ever has quit IRC | 21:38 | |
*** ihrachys has quit IRC | 21:38 | |
cp16net | is there a release notes page for gerrit? | 21:38 |
openstackgerrit | Merged openstack-infra/project-config: Test that job regexes in zuul/layout match https://review.openstack.org/258147 | 21:38 |
openstackgerrit | Ian Wienand proposed openstack-infra/zuul: Handle a float in assertReportedStat https://review.openstack.org/248975 | 21:38 |
openstackgerrit | Ian Wienand proposed openstack-infra/zuul: Update to statsd 3.0 https://review.openstack.org/229232 | 21:38 |
*** baoli has quit IRC | 21:39 | |
ianw | fungi / pabelanger : ^ hopefully works ... did locally | 21:39 |
*** apuimedo_ has joined #openstack-infra | 21:39 | |
*** baoli has joined #openstack-infra | 21:39 | |
pabelanger | ianw: ooh, nice | 21:39 |
pabelanger | will try and test | 21:39 |
openstackgerrit | Merged openstack-infra/project-config: Run regex match over jobs in memory https://review.openstack.org/258239 | 21:40 |
*** agentle_ has joined #openstack-infra | 21:40 | |
openstackgerrit | Sean Dague proposed openstack-infra/system-config: increase info column width https://review.openstack.org/258672 | 21:41 |
cp16net | ah found it https://gerrit.googlesource.com/gerrit/+/master/ReleaseNotes | 21:41 |
sdague | mordred: ah, I just always hit 'a' and it takes me there | 21:41 |
pleia2 | cp16net: moved up several versions, so you'll likely want to look at the ones for 2.9 through 2.11 | 21:41 |
sdague | notmorgan, and reviewers - https://review.openstack.org/258672 should make the hideci column a bit better | 21:42 |
notmorgan | looking | 21:42 |
notmorgan | ah yeah | 21:42 |
*** tjones has quit IRC | 21:42 | |
*** thorst has quit IRC | 21:42 | |
*** admin0 has joined #openstack-infra | 21:42 | |
*** admin0 has quit IRC | 21:43 | |
*** sabeen3 has quit IRC | 21:43 | |
*** tjones has joined #openstack-infra | 21:44 | |
zaro | cp16net: https://gerrit.googlesource.com/gerrit/+/stable-2.11/ReleaseNotes/ReleaseNotes-2.8.4.txt | 21:44 |
*** annegentle has quit IRC | 21:44 | |
sdague | sadly we seem to have gotten a lot of NOT_REGISTERED when things started up again | 21:44 |
sdague | especially gate-grenade-dsvm-multinode | 21:44 |
sdague | actually it looks like a lot of the multinode jobs | 21:44 |
*** maishsk has joined #openstack-infra | 21:45 | |
*** agentle_ has quit IRC | 21:45 | |
*** e0ne has joined #openstack-infra | 21:45 | |
jeblair | strange; we should have had nodes from all images | 21:45 |
notmorgan | sdague: yeah much better. | 21:46 |
jeblair | i think that only works if you have a super-wide window | 21:47 |
*** tonytan4ever has joined #openstack-infra | 21:47 | |
sdague | jeblair: or if there is no 3rd column on your change | 21:48 |
jeblair | sdague: yeah, i'm still looking at 253793 which has one | 21:49 |
sdague | also, I have a super wide monitor, so I'll fine a way to use that css one way or another :) | 21:49 |
*** baoli has quit IRC | 21:50 | |
*** baoli has joined #openstack-infra | 21:50 | |
*** hashar has quit IRC | 21:51 | |
*** apuimedo_ has quit IRC | 21:51 | |
fungi | i dual-screen with a couple of fairly high-res monitors, but i portrait orient them so the horizontal resolution is only 1440px on each panel | 21:51 |
fungi | but that seems to be (barely) sufficient for the new change screen | 21:51 |
*** daemontool_ has joined #openstack-infra | 21:52 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Enable ansible-functional-trusty templates https://review.openstack.org/258673 | 21:52 |
jeblair | fungi: yeah, when i try to tell people that, and that the new change screen is therefore a regression for me, they tell me i should be using a macbook like everyone else | 21:52 |
jeblair | so i wrote gertty | 21:52 |
fungi | i mean, i basically have 2880x2560 resolution to play with on my primary workstation, but it's split into two workspaces | 21:53 |
anteaya | that'll teach 'em | 21:53 |
fungi | fight back with code! | 21:53 |
anteaya | better code | 21:53 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add the meeting_id and agenda_url for the nova cells meeting https://review.openstack.org/258643 | 21:55 |
sdague | yeh, well once the UI layer is actually split into polymer, doing UX will be a ton easier | 21:55 |
openstackgerrit | Abel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio https://review.openstack.org/258195 | 21:55 |
*** apuimedo_ has joined #openstack-infra | 21:56 | |
*** daemontool__ has quit IRC | 21:56 | |
*** daemontool_ has quit IRC | 21:56 | |
*** rvasilets___ has joined #openstack-infra | 21:56 | |
sdague | because realistically what should happen is at lower screen widths, column 3 pop under col 1 | 21:57 |
rvasilets___ | Hi everyone. How can I set old style gerritdashboard? | 21:57 |
sdague | rvasilets___: you do not | 21:57 |
jeblair | sdague: yeah, this is what gertty does :) | 21:57 |
jeblair | but i agree, that's a pretty well-solved problem in web uis | 21:57 |
sdague | right, and that wouldn't be that hard if these were in divs instead of td | 21:57 |
rvasilets___ | sdague: i can't? | 21:58 |
sdague | the only reason we can't do that with a css selector is because there is still table layout | 21:58 |
*** MarkAtwood has joined #openstack-infra | 21:58 | |
openstackgerrit | Abel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio https://review.openstack.org/258195 | 21:58 |
*** apuimedo has quit IRC | 21:58 | |
anteaya | rvasilets___: correct, it is no longer available | 21:58 |
rvasilets___ | ( | 21:59 |
rvasilets___ | ыфв | 21:59 |
rvasilets___ | sad | 21:59 |
*** apuimedo has joined #openstack-infra | 21:59 | |
anteaya | rvasilets___: http://lists.openstack.org/pipermail/openstack-dev/2015-October/076962.html | 21:59 |
*** harlowja has quit IRC | 21:59 | |
*** hashar has joined #openstack-infra | 21:59 | |
anteaya | rvasilets___: consider gertty: https://pypi.python.org/pypi/gertty/1.2.1 | 22:00 |
openstackgerrit | Ivan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack https://review.openstack.org/243080 | 22:00 |
* anteaya will be collecting her commision from jeblair later | 22:00 | |
*** EricGonc_ has joined #openstack-infra | 22:00 | |
fungi | rvasilets___: the old change screen was only included in gerrit through 2.10. it's unavailable in 2.11 and later | 22:01 |
* jeblair slips anteaya a token token | 22:01 | |
anteaya | ha ha ha | 22:01 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add ansible-role-functional-jobs-(centos|trusty)-nv https://review.openstack.org/258682 | 22:01 |
* anteaya saves her token token | 22:01 | |
anteaya | I'm going to make some dinner | 22:01 |
*** thiagop has quit IRC | 22:02 | |
pleia2 | anteaya: have fun | 22:02 |
rvasilets___ | I can't do normal review) | 22:03 |
rvasilets___ | A lot of thing in unexpected places | 22:03 |
rvasilets___ | *things | 22:03 |
*** EricGonczer_ has quit IRC | 22:04 | |
rvasilets___ | they a of dim color | 22:04 |
*** daemontool has joined #openstack-infra | 22:04 | |
rvasilets___ | *they are | 22:04 |
*** harlowja has joined #openstack-infra | 22:04 | |
rvasilets___ | Also its hard for people with poor eyesight | 22:04 |
rvasilets___ | details is too small | 22:05 |
*** kgiusti has quit IRC | 22:05 | |
*** mgrosz has joined #openstack-infra | 22:05 | |
*** baoli has quit IRC | 22:05 | |
*** baoli has joined #openstack-infra | 22:06 | |
rvasilets___ | Block of jobs is unjustifiably big | 22:06 |
rvasilets___ | It was good when it was in the right | 22:06 |
rvasilets___ | not in the center | 22:06 |
*** mgrosz has quit IRC | 22:07 | |
zaro | we are working to fix that, hopefully soon. | 22:07 |
rvasilets___ | Now I need to make a lot of scrolling to see exact patch | 22:08 |
openstackgerrit | Ivan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack https://review.openstack.org/243080 | 22:08 |
*** baoli has quit IRC | 22:08 | |
openstackgerrit | Merged openstack-infra/project-config: Fixed CloudKitty gerrit rights https://review.openstack.org/258574 | 22:09 |
*** baoli has joined #openstack-infra | 22:09 | |
*** sdake_ has quit IRC | 22:09 | |
rvasilets___ | Also unexpected hidden menus such as patchset at the ещз | 22:10 |
rvasilets___ | *at the top | 22:10 |
zaro | jeblair: _david_ and i think a good spot for ci results is in drop down on top right corner. like the patch sets drop down. | 22:10 |
rvasilets___ | Conflicts With section moved all stiff to the left | 22:10 |
zaro | i think gerrit 2.11 has hooks for adding menus like that. | 22:10 |
jeblair | zaro: i'd recommend getting input from folks like sdague on whether that would be useful or not | 22:11 |
rvasilets___ | A lot of blank space | 22:11 |
sdague | oh, actually, I figured out how to get column 3 to jump :) | 22:11 |
jeblair | zaro: personally, i suspect that may be too inacessible for something that people may want to see at a glance | 22:11 |
*** masber has joined #openstack-infra | 22:12 | |
zaro | don't people only want to see it if something failed? | 22:12 |
rvasilets___ | Its my feedback | 22:12 |
jeblair | rvasilets___: sdague is looking into making the job results better at least | 22:12 |
jeblair | zaro: how do you know if something failed without seeing it? | 22:12 |
zaro | maybe color? | 22:13 |
jeblair | zaro: as a jjb core, i certainly hope you want to see the output of the compare xml job :) | 22:13 |
sdague | zaro: seeing the passes is important, especially given all the ci jobs coming back in | 22:13 |
rvasilets___ | Only one thing I see that was not enough in old version is patch size | 22:13 |
rvasilets___ | thats all | 22:13 |
*** jaosorior has quit IRC | 22:13 | |
rvasilets___ | other very redundant | 22:13 |
openstackgerrit | Merged openstack-infra/project-config: Enable pypi publishing for Bareon project https://review.openstack.org/257932 | 22:13 |
openstackgerrit | Ivan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack https://review.openstack.org/243080 | 22:13 |
rvasilets___ | and uncomfortable for me | 22:13 |
sdague | so, anyway, I need to run to dinner, but it looks like if we change some of the table/tr/td elements to display: block | 22:13 |
zaro | i mean combined color if something needs looking at then red, or yellow? otherwise green? | 22:13 |
*** tjones1 has joined #openstack-infra | 22:13 | |
sdague | when the screen gets small, column 3 jumps under column 1, as one would expect | 22:14 |
sdague | which makes this small screen happy again | 22:14 |
sdague | I'll try to hack up a real patch tomorrow, the selectors might be a little hard to get right, but we can try | 22:14 |
ianw | fungi / clarkb : if you want a break from gerrit and have a few cycles, a log from F23 would be really handy. because i feel like it should be up with network after last night's build, but still coming up NOT_REGISTERED | 22:15 |
sdague | zaro: honestly, with all the other changes, please lets hold till jan to think about changing the ci format at all | 22:15 |
jeblair | rvasilets___: personally, i agree with much of what you have said, however, only a few of us work on gerrit, and those that do comprise a very small part of the gerrit community. i have tried to convey some of what you say to gerrit developers, and some of my feedback was acted upon, and some of it wasn't. | 22:15 |
openstackgerrit | Merged openstack-infra/irc-meetings: Schedule the stable maintainers team meeting https://review.openstack.org/258646 | 22:15 |
*** apoorvad has quit IRC | 22:15 | |
jeblair | rvasilets___: if you feel like providing your feedback directly to them on the gerrit development mailing list (repo-discuss google group), that may be helpful to them. | 22:16 |
jeblair | rvasilets___: particularly as they are working on a new web interface based on polymer (called polygerrit). being able to contribute feedback like that early in the polygerrit development cycle could be very beneficial. | 22:16 |
anteaya | zaro: I make no assumptions about what people do and don't want to see about third party ci information | 22:17 |
*** sdake has joined #openstack-infra | 22:17 | |
fungi | ianw: i'll see what i can find, though catching the console log of one booting may be nontrivial. also thanks for spotting/fixing the bash syntax issue with the conditional changes to my bindep worker script. i forgot that bash still requires an action in a matched conditional state, even if that's just /bin/true | 22:18 |
jeblair | rvasilets___: in the mean time, if you are comfortable with using a terminal, you may want to look into gertty -- it will at least let you use your own terminal fonts and colors. | 22:18 |
anteaya | zaro: also I don't believe we ever get consensous on what folks do or don't want to see, okay well rarely, they don't want to see all the comments | 22:18 |
*** baoli has quit IRC | 22:18 | |
jeblair | sdague: zaro and _david_ are working on a plugin to support test reports as a separate stream/data structure. i assumed that's where his question was coming from. | 22:18 |
rvasilets___ | jeblair: I think they could just give as ability to switch beetwen old style and new. For me it would be enough | 22:19 |
*** baoli has joined #openstack-infra | 22:19 | |
rvasilets___ | *give us | 22:19 |
jeblair | rvasilets___: they did for something like 3 years. | 22:19 |
openstackgerrit | Ian Wienand proposed openstack-infra/zuul: Update to statsd 3.0 https://review.openstack.org/229232 | 22:19 |
jeblair | rvasilets___: there are technical reasons they can't support both indefinitely. | 22:19 |
fungi | rvasilets___: i believe they decided that continuing to carry support for the old change screen and update it for successive major changes to gerrit itself had become too much of a maintenance burden and they wanted to get back to only having to develop one interface | 22:20 |
fungi | or rather, not have to maintain development on _three_ given the work they're beginning on polygerrit | 22:20 |
*** trown is now known as trown|outttypeww | 22:20 | |
*** apoorvad has joined #openstack-infra | 22:21 | |
fungi | so the new change screen is about to become the second old change screen | 22:21 |
fungi | (it's really not very new at this point) | 22:21 |
*** shardy has quit IRC | 22:21 | |
zaro | sdague: yes, jeblair is correct. it will be a gerrit plugin. it's not finished yet, so we won't be able to make that happen anytime soon. just wanted to see if that's a good direction to go. | 22:22 |
*** michaelxin has joined #openstack-infra | 22:23 | |
anteaya | zaro: well unless the whole community knows about the direction and how they can expect it to display information we don't really know | 22:23 |
anteaya | now I can understand if you aren't ready to post to the mailing list | 22:23 |
zaro | rvasilets___: yes, proposing changes that would satisfy both screens was a big burden | 22:23 |
anteaya | but if folks with opinions don't have a chance to share them they may express them in frustration after decisions have been made | 22:24 |
michaelxin | hi, Thanks for your help. I tried to release a project and ran into a problem. The log is at http://logs.openstack.org/33/338b14b030a6557c3010db0d895e09ab78053ee8/release/syntribos-tarball/f1aaf10/console.html. The error is about ERROR: unknown environment 'venv'. Please help. Thanks. | 22:24 |
*** baoli has quit IRC | 22:24 | |
zaro | anteaya: yeah, not read | 22:24 |
zaro | read/ready | 22:24 |
anteaya | okay | 22:25 |
michaelxin | This is the first release. Not sure what caused the problem. | 22:25 |
zaro | we are working on the data atm, UI is a seperate thing. maybe even seperate plugin. | 22:25 |
anteaya | perhaps we might factor in a community comments section in the design phase? | 22:25 |
pabelanger | michaelxin: you're tox.ini file is not setup properly | 22:25 |
*** gordc has quit IRC | 22:25 | |
anteaya | fair enough | 22:25 |
rvasilets___ | zaro: Ok so why you decide to use totally new style?) | 22:25 |
pabelanger | michaelxin: I'd check out openstack-dev/cookiecutter and see what we default for projects | 22:25 |
michaelxin | pabelanger: Thanks. I will try. | 22:25 |
anteaya | rvasilets___: it wasn't zaro's decision | 22:26 |
rvasilets___ | not personaly you of cause) | 22:26 |
anteaya | rvasilets___: he was trying to explain the rationale behind the decision | 22:26 |
rvasilets___ | they* | 22:26 |
rvasilets___ | Sorry | 22:26 |
persia | zaro: will that also be in NoteDB? | 22:26 |
*** elo has quit IRC | 22:26 | |
rvasilets___ | Why they are decided to use new style instead of old? | 22:26 |
anteaya | persia: anything to do with notedb is gerrit 3 | 22:27 |
zaro | persia: what? the ci data? | 22:27 |
persia | zaro: yes | 22:27 |
*** elo has joined #openstack-infra | 22:27 | |
persia | anteaya: kinda :) | 22:27 |
zaro | no, we plan to store data in some db. | 22:27 |
anteaya | persia: do you know more than I? | 22:27 |
persia | zaro: external to the git repo? | 22:28 |
zaro | persia: yes. | 22:28 |
*** sshnaidm has quit IRC | 22:28 | |
anteaya | I don't believe ci data is captured in the git repo, is it? | 22:28 |
anteaya | I thought it was just in the gerrit db | 22:28 |
persia | anteaya: the draft stuff I have seen is somewhat similar to current gerrit stuff, but branded differently. As always, I may be misinformed. | 22:28 |
*** rhallisey has joined #openstack-infra | 22:28 | |
clarkb | the votes are captured but thats always +2 from jenkins | 22:29 |
anteaya | persia: okay fair enough, thanks for sharing | 22:29 |
anteaya | clarkb: okay | 22:29 |
clarkb | since thats necessary to merge | 22:29 |
zaro | rvasilets___: tbh, i have no idea. i think some people just thought old ui was not as useful as new UI. most people i've run across seem to prefer new UI better than old one after the've gotten used to it. | 22:29 |
persia | zaro: Aha. I like the idea of having it in git, but my preference should not block :) | 22:30 |
*** stpierre has quit IRC | 22:30 | |
rvasilets___ | zaro: Ok thx. Sad | 22:30 |
*** rhallisey has quit IRC | 22:30 | |
*** EricGonc_ has quit IRC | 22:30 | |
fungi | yeah, as notedb becomes more ubiquitous in coming gerrit releases, revisiting the ci results plugin to not use a relational database might make sense, but as it stands right now i wouldn't want to see the effort blocked on notedb completion | 22:31 |
*** tjones2 has joined #openstack-infra | 22:31 | |
persia | +1 | 22:31 |
*** mtanino has quit IRC | 22:32 | |
*** eharney has quit IRC | 22:32 | |
*** tjones has quit IRC | 22:32 | |
*** e0ne has quit IRC | 22:33 | |
persia | Rumours I hear imply about six months before a firm NoteDB design, although some people claim that is pessimistic (but not by much). | 22:33 |
*** annegentle has joined #openstack-infra | 22:33 | |
anteaya | I favour the pessimist | 22:34 |
anteaya | I'm rarely disappointed | 22:34 |
anteaya | except over dinner | 22:34 |
anteaya | optimists to dinner | 22:34 |
fungi | i.e. once everything (or almost everything) gerrit tracks for state is in git repos, then i could see it making sense to shift that plugin to store its data similarly | 22:34 |
*** piet has quit IRC | 22:34 | |
openstackgerrit | Merged openstack-infra/project-config: Check for correct DocImpact tag usage https://review.openstack.org/251301 | 22:34 |
michaelxin | pabelanger: Do you happen to know which file that I should update? Thanks. I am new. | 22:35 |
fungi | michaelxin: the tox.ini in your repo needs a testenv:venv section like other repos have | 22:35 |
*** sridhar_ram1 has joined #openstack-infra | 22:36 | |
*** jffische has joined #openstack-infra | 22:37 | |
*** sridhar_ram1 has quit IRC | 22:37 | |
*** sridhar_ram has quit IRC | 22:37 | |
michaelxin | fungi: Thanks. Can I reuse the tox.ini of cookiecutter for now? | 22:38 |
*** apuimedo has quit IRC | 22:39 | |
fungi | michaelxin: probably? hard to say without knowing what you may have already changed in your current tox.ini file | 22:39 |
*** baoli has joined #openstack-infra | 22:39 | |
*** piet has joined #openstack-infra | 22:39 | |
fungi | michaelxin: it's probably worthwhile to read the documentation on tox and understand what the things you have in that file are doing | 22:40 |
michaelxin | fungi: Got it. Thanks. | 22:40 |
*** apuimedo_ has quit IRC | 22:40 | |
*** thorst has joined #openstack-infra | 22:40 | |
*** apuimedo has joined #openstack-infra | 22:40 | |
*** daemontool has quit IRC | 22:40 | |
fungi | in the case of releases, our release process attempts to run `tox -e venv python setup.py sdist` and `tox -e venv python setup.py bdist_wheel` so it's looking for a testenv definition for venv in your tox configuration, and then erroring when it doesn't find it | 22:41 |
*** sdake has quit IRC | 22:41 | |
*** otter768 has joined #openstack-infra | 22:41 | |
*** sdake has joined #openstack-infra | 22:41 | |
fungi | zaro: [2015-12-16 22:37:52,155] WARN com.google.gerrit.server.patch.PatchListLoader : 5000 ms timeout reached for Diff loader in project openstack/openstack-specs on commit f4d29a31524b68d6af3f8000eb7ced97b60266a6 on path specs/log_message_error-codes.rst comparing 0000000000000000000000000000000000000000..9b1818bbb643e6ef1be19b027d55c0fddcfca221 | 22:41 |
*** baoli_ has joined #openstack-infra | 22:43 | |
*** sabeen1 has joined #openstack-infra | 22:43 | |
fungi | we seem to be hitting that not infrequently (and this one was just a 300 line rst file addition, no image files or anything) so we may want to tune the timeout a bit or at least look into why it might be taking 5 seconds sometimes | 22:43 |
pabelanger | michaelxin: might be worth running cookiecutter over your project and see what the diff is. you might want to switch to pbr too | 22:43 |
*** lykinsbd has quit IRC | 22:44 | |
*** sdake has quit IRC | 22:44 | |
*** apuimedo_ has joined #openstack-infra | 22:44 | |
*** abregman has quit IRC | 22:44 | |
openstackgerrit | gordon chung proposed openstack-infra/project-config: fix stable/liberty telemetry integration job https://review.openstack.org/258642 | 22:45 |
fungi | zaro: i count 80 matches for "5000 ms timeout reached for Diff loader" in the current gerrit error log | 22:45 |
*** apuimedo has quit IRC | 22:45 | |
*** baoli has quit IRC | 22:45 | |
*** gildub has joined #openstack-infra | 22:45 | |
*** apuimedo has joined #openstack-infra | 22:45 | |
zaro | fungi: hmm that change does seem pretty small. | 22:46 |
zaro | to be seeing this error | 22:46 |
*** otter768 has quit IRC | 22:46 | |
*** sabeen2 has joined #openstack-infra | 22:46 | |
zaro | maybe it's the load and gerrit is slow to process. | 22:46 |
fungi | yeah, i have a feeling it's not much to do with diff size or repo size (that's an insanely new/small repo) | 22:46 |
*** asselin has joined #openstack-infra | 22:47 | |
jeblair | iowait is small, so i doubt it's related to waiting to read git repos off disk, but i suppose it could be | 22:47 |
*** sabeen1 has quit IRC | 22:47 | |
*** thorst has quit IRC | 22:47 | |
fungi | only takes a very brief spike in iowait to hit this, probably | 22:48 |
*** jbernard has quit IRC | 22:48 | |
*** mudassirlatif has joined #openstack-infra | 22:48 | |
fungi | if we're seeing infrequent 10-second spikes in iowait, it would probably wash out in the stats to the point of being unnoticeable | 22:48 |
*** rockyg has quit IRC | 22:48 | |
*** masber has quit IRC | 22:49 | |
*** asselin__ has quit IRC | 22:49 | |
*** dkranz has quit IRC | 22:50 | |
jeblair | true | 22:50 |
fungi | i suppose we could collect some data with sar or iostat and then try to correlate hits in the logs, but then again that's far from the only potential cause | 22:50 |
jeblair | i wonder also if either general cpu contention, or thread contention could cause it | 22:50 |
jeblair | (the latter possibly being an easy tuning fix) | 22:51 |
openstackgerrit | Merged openstack/python-jenkins: Drop py33 support https://review.openstack.org/257745 | 22:51 |
openstackgerrit | Tim Hinrichs proposed openstack-infra/project-config: Make python34 job voting for Congress https://review.openstack.org/255621 | 22:51 |
*** baoli_ has quit IRC | 22:52 | |
fungi | also i'm overdue to find something to eat and unwind a little, so i'll leave the interesting speculation to people who still have some daylight | 22:52 |
*** flepied has quit IRC | 22:52 | |
*** baoli has joined #openstack-infra | 22:52 | |
fungi | but i'll be around and keep an eye in irc in case we have a serious blow-up | 22:52 |
*** weshay has quit IRC | 22:52 | |
*** tonytan4ever has quit IRC | 22:53 | |
smcginnis | jeblair: Got a sec for a gertty question? | 22:53 |
jeblair | smcginnis: yes! | 22:53 |
smcginnis | jeblair: When I launch it I just get a red Error in the top right. | 22:54 |
fungi | staring at top, it's occasionally reporting iowait as high as 3% on one of 8 cores, but usually doesn't even persist to the next 2-second sample | 22:54 |
smcginnis | jeblair: I turned on verbose and get this: http://paste.openstack.org/show/482128/ | 22:54 |
smcginnis | jeblair: Any idea what I'm doing wrong? | 22:54 |
pleia2 | oh, when do we want to call this a success? :) | 22:55 |
zaro | it looks like all diffs goto cache first, so i'm guessing we need to tune the cache maybe set it to use more memory | 22:55 |
anteaya | fungi: enjoy food and unwinding | 22:55 |
smcginnis | jeblair: Oh wait, 401 | 22:55 |
smcginnis | Unauthorized? | 22:55 |
*** jbernard has joined #openstack-infra | 22:55 | |
*** thorst has joined #openstack-infra | 22:55 | |
jeblair | yeah, wow that's some terrible error feedback. :) | 22:55 |
*** daemontool has joined #openstack-infra | 22:55 | |
jeblair | sorry | 22:55 |
fungi | jeblair: that reminds me, i should go through and +1 your current patch stack with the inline search addition. i've been using it for a while now without incident | 22:55 |
smcginnis | jeblair: Hehe, no worries. :) | 22:55 |
smcginnis | jeblair: That was the clue I needed though. | 22:56 |
jeblair | smcginnis: maybe your password in gertty.yaml needs updating since the last time you ran... | 22:56 |
jeblair | smcginnis: oh cool, figured it out? | 22:56 |
smcginnis | Must have already been in insert mode, had an extra i at the beginning of my http password. | 22:56 |
smcginnis | jeblair: New system. | 22:56 |
*** thorst has quit IRC | 22:56 | |
*** tjones2 has quit IRC | 22:57 | |
jeblair | smcginnis: ah ok | 22:57 |
smcginnis | jeblair: Does it normally take awhile for shift-l to pull up the project list? | 22:57 |
*** piet has quit IRC | 22:58 | |
*** tjones has joined #openstack-infra | 22:58 | |
*** mgrosz has joined #openstack-infra | 22:59 | |
*** mgrosz has quit IRC | 23:00 | |
*** mgrosz has joined #openstack-infra | 23:00 | |
jeblair | smcginnis: takes about 5 seconds on my machine; (it's a huge db query) | 23:00 |
*** tsg has quit IRC | 23:00 | |
smcginnis | jeblair: Quit and restarted, now I got the list. | 23:00 |
jeblair | (but fortunately, not used that often) | 23:00 |
*** harlowja has quit IRC | 23:01 | |
fungi | yeah, we're over 850 repos in our gerrit now | 23:01 |
*** elmiko has joined #openstack-infra | 23:01 | |
zaro | anyways. i need some food as well. will dig into the timeout issue after i get back | 23:01 |
smcginnis | jeblair: So maybe a good enhancement would be to get some kind of status footer on the screen that gives error messages and shows busy spinners. :) | 23:01 |
*** thomasem is now known as thomasem-away | 23:01 | |
smcginnis | jeblair: OK, I'll be patient now. Thanks for your help! | 23:01 |
*** mgrosz has quit IRC | 23:01 | |
fungi | there's a status readout at the top of the screen | 23:01 |
*** dims has quit IRC | 23:01 | |
smcginnis | Oh weird, I clicked on my terminal and the list went away. | 23:01 |
*** apuimedo has quit IRC | 23:02 | |
*** sridhar_ram has joined #openstack-infra | 23:02 | |
elmiko | hi, i'm having an issue with the new gerrit. i can see my ssh keys in the settings, but i am getting prompted for a password when attempting a `git fetch` on a patch. | 23:02 |
smcginnis | A point and click terminal. Huh. :) | 23:02 |
fungi | smcginnis: it's on my to do list to find out if there's a way to make it possible to configure disabling mouse integration, i don't actually want my console apps to know anything about my pointer | 23:02 |
*** apuimedo has joined #openstack-infra | 23:02 | |
*** ayoung has quit IRC | 23:03 | |
smcginnis | fungi: Yeah, it suprised me. Esc back and I'm fine. | 23:03 |
*** annegentle has quit IRC | 23:03 | |
*** apuimedo_ has quit IRC | 23:03 | |
anteaya | is anyone else see anonymous coward as the owner of all the patches found with this query? https://review.openstack.org/#/q/project:openstack-infra/project-config,n,z | 23:03 |
*** baoli has quit IRC | 23:03 | |
fungi | elmiko: is the username you're supplying the same username you see listed in the gerrit preferences? | 23:03 |
elmiko | fungi: yes | 23:04 |
*** tsg has joined #openstack-infra | 23:04 | |
smcginnis | anteaya: No, I see names. | 23:04 |
*** baoli has joined #openstack-infra | 23:04 | |
anteaya | refresh brings me names | 23:04 |
fungi | elmiko: when was the last time it was working for you? | 23:04 |
anteaya | sorry had a trip to the twilight zone there | 23:04 |
*** flepied has joined #openstack-infra | 23:04 | |
anteaya | I'll try to stay long enough to send out post cards next time | 23:04 |
elmiko | fungi: hmm, haven't done a fetch in a few days, but push/reviews have been working as of yesterday | 23:05 |
fungi | anteaya: anomymous coward is what gerrit substitutes when it doesn't find a name, so could have been a lookup problem | 23:05 |
smcginnis | anteaya: ;) | 23:05 |
anteaya | fungi: yes each entry had what appeared to be a gerrit id beside it | 23:05 |
vipul | Hi, a while ago, there was a diskimage-builder devstack plugin which has been removed for a while.. any idea on a replacement plugin / script to build images as part of dsvm-gate? | 23:05 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for random qemu sigterm bug 1526989 https://review.openstack.org/258707 | 23:06 |
openstack | bug 1526989 in OpenStack Compute (nova) "nova boot fails with "libvirtError: internal error: early end of file from monitor: possible problem: qemu: terminating on signal 15 from pid 15765"" [Medium,Confirmed] https://launchpad.net/bugs/1526989 | 23:06 |
anteaya | I am able to download a patch with git review -d <patchnumber> | 23:06 |
*** dingyichen has joined #openstack-infra | 23:06 | |
fungi | elmiko: what's your gerrit username? i'm looking in the logs for failures | 23:06 |
elmiko | fungi: mimccune | 23:07 |
fungi | hrm, no match in the gerrit ssh authentication log. looking at some other possibilities now | 23:07 |
elmiko | weird.. | 23:07 |
*** apuimedo_ has joined #openstack-infra | 23:08 | |
fungi | elmiko: have an ip address you'd be coming from? i can search for that | 23:09 |
elmiko | fungi: sure, let me dig it up | 23:09 |
*** daemontool has quit IRC | 23:09 | |
elmiko | fungi: looks like, 68.58.216.135 | 23:10 |
*** flepied1 has joined #openstack-infra | 23:10 | |
*** ybathia has quit IRC | 23:10 | |
fungi | no hits in the gerrit ssh log for even failed connection attempts from that ip address | 23:10 |
fungi | i'll set up a packet capture real quick | 23:10 |
elmiko | huh, guess it just doesn't like me today | 23:11 |
fungi | elmiko: try again and i'll see what comes into the interface | 23:11 |
elmiko | k | 23:11 |
elmiko | done | 23:11 |
fungi | elmiko: i see a lot of 443/tcp but no hits to the gerrit ssh api | 23:12 |
*** ayoung has joined #openstack-infra | 23:12 | |
fungi | elmiko: what do your git remote lines look like for review.openstack.org? | 23:12 |
*** apuimedo_ has quit IRC | 23:12 | |
elmiko | oh weird, this repo doesn't seem to have them now | 23:13 |
elmiko | maybe that's the issue | 23:13 |
anteaya | what repo? | 23:13 |
elmiko | gerrit ssh://mimccune@review.openstack.org:29418/openstack/sahara-dashboard.git (fetch) | 23:13 |
*** flepied has quit IRC | 23:13 | |
*** tsg has quit IRC | 23:13 | |
elmiko | gerrit ssh://mimccune@review.openstack.org:29418/openstack/sahara-dashboard.git (push) | 23:13 |
fungi | well, if git review -s is prompting for a username then it won't add gerrit remote entries until it confirms it can make them work | 23:14 |
elmiko | anteaya: sahara-dashboard | 23:14 |
elmiko | fungi: git review -s worked without a hitch | 23:14 |
fungi | elmiko: does git remote update work without prompting for account info? | 23:14 |
* fungi is still sniffing for hits to 29418/tcp | 23:15 | |
elmiko | fungi: yes | 23:15 |
fungi | yeah, it connected that time | 23:15 |
elmiko | it just does not like that fetch command | 23:15 |
fungi | so then what command is prompting for auth details? | 23:15 |
*** baoli has quit IRC | 23:15 | |
elmiko | git fetch https://mimccune@review.openstack.org/a/openstack/sahara-dashboard refs/changes/42/258142/2 && git checkout FETCH_HEAD | 23:15 |
*** baoli has joined #openstack-infra | 23:16 | |
fungi | oh! why does it have a username in the url there i wonder | 23:16 |
* elmiko shrugs | 23:16 | |
elmiko | i copied that out of the gerrit page download link | 23:16 |
fungi | looks like it's trying to use the authenticated rest api endpoint (the /a) | 23:16 |
fungi | zaro: ^ | 23:16 |
fungi | yeah got | 23:16 |
fungi | grrr | 23:16 |
elmiko | huh, interesting | 23:16 |
anteaya | works for me: http://paste.openstack.org/show/482134/ | 23:17 |
fungi | git's prompting because it needs to know your rest api password to retrieve that | 23:17 |
*** apuimedo_ has joined #openstack-infra | 23:17 | |
elmiko | ok, haven't run into this one before | 23:17 |
anteaya | used git review -d | 23:17 |
elmiko | i could try that, 1sec | 23:18 |
fungi | i'm having trouble spotting where it displays the git fetch command in the new change screen | 23:18 |
*** pradk has quit IRC | 23:18 | |
*** signed8bit is now known as signed8bit_ZZZzz | 23:18 | |
elmiko | fungi: upper right | 23:18 |
jeblair | elmiko: you can change it to "anonymous http" instead of "http" in the download section | 23:18 |
fungi | oh, there it is | 23:18 |
openstackgerrit | Darragh Bailey proposed openstack/python-jenkins: Migration to using requests https://review.openstack.org/205637 | 23:18 |
elmiko | anteaya: git review -d worked | 23:19 |
anteaya | elmiko: yay | 23:19 |
fungi | or ssh | 23:19 |
anteaya | I am also testing the command you tried | 23:19 |
fungi | but yeah, what jeblair said | 23:19 |
fungi | this looks like it's by design | 23:19 |
elmiko | ok, so for now skip the https fetch stuff? | 23:19 |
fungi | anonymous http won't use the authenticated endpoint | 23:19 |
jeblair | elmiko: 'anonymous http' is also over https and should work for you | 23:19 |
elmiko | got it | 23:20 |
elmiko | jeblair: just saw the dropdown for anonymous http | 23:20 |
anteaya | here is git fetch: http://paste.openstack.org/show/482135/ | 23:20 |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:20 | |
jeblair | (they both say 'http' but both mean 'https' :) | 23:20 |
elmiko | ack | 23:20 |
fungi | you can still do the fetch commands if you prefer them, but using "http" there implies "authenticated http" which means you'll need to supply your rest api password | 23:20 |
*** Daisy has joined #openstack-infra | 23:20 | |
elmiko | huh, wonder why it stopped working for me | 23:21 |
fungi | so looks like it's working as designed, just perhaps somewhat of a surprise | 23:21 |
elmiko | yea guess so | 23:21 |
fungi | elmiko: we just upgraded. i don't recall it having an authenticated http in gerrit 2.8 | 23:21 |
anteaya | the git fetch command I used used ssh | 23:21 |
fungi | it had something like http, https and ssh before | 23:21 |
anteaya | I copied from the gui | 23:21 |
fungi | where ssh was the only authenticated one | 23:21 |
elmiko | anteaya: so, does the "http" entry work for you? (not that it matters, just curious) | 23:22 |
anteaya | elmiko: I don't see an entry using ssh | 23:22 |
*** mriedem has quit IRC | 23:22 | |
anteaya | I'm logged in | 23:22 |
elmiko | fungi: makes sense, and thanks for the explanation =) | 23:22 |
anteaya | I'm looking at https://review.openstack.org/#/c/258142 | 23:22 |
anteaya | I see the download dropdown menu | 23:22 |
nibalizer | fungi: it was unauthenticated before | 23:22 |
nibalizer | i used it often | 23:22 |
anteaya | checkout is the first link and I copy/pasted, it uses ssh | 23:23 |
fungi | elmiko: yeah, the (authenticated) http one also work for me, but only if i enter my http password from https://review.openstack.org/#/settings/http-password when git prompts for it | 23:23 |
anteaya | elmiko: is there a link on the gui now that uses http that you want me to try? | 23:23 |
anteaya | I can't see one | 23:23 |
fungi | anteaya: the "download" drop-down in the top-right of the page | 23:24 |
nibalizer | it seems fine for me | 23:24 |
elmiko | fungi: ok, thanks. tried the ssh and it worked fine. think i'm all set here. thanks all! | 23:24 |
nibalizer | i can click download, then copy the checkout, and paste it | 23:24 |
nibalizer | no auth | 23:24 |
fungi | it's not exposed by default any longer, you have to access the pulldown | 23:24 |
anteaya | yes download dropdown menu, 4 commands all use ssh | 23:24 |
anteaya | I don't see http | 23:24 |
elmiko | anteaya: in the download dropdown, there is a small selector on the bottom that says "ssh, http, anonymous http" | 23:24 |
fungi | anteaya: there's a selector under that to choose your protocol | 23:24 |
*** dims has joined #openstack-infra | 23:24 | |
fungi | pick your poison | 23:24 |
anteaya | ah thank you | 23:25 |
anteaya | the drop down menu within the dropdown menu | 23:25 |
anteaya | not used to that | 23:25 |
elmiko | hehe | 23:25 |
fungi | nibalizer: the "http" one is now authenticated and "anonymous http" is the one that's not authenticated | 23:25 |
anteaya | elmiko: so what am I trying? | 23:25 |
elmiko | dropdown-ception | 23:25 |
elmiko | anteaya: the "http" method | 23:25 |
*** Daisy has quit IRC | 23:25 | |
* anteaya tries the http method | 23:25 | |
fungi | nibalizer: though if you're not getting prompted for a password when using the "http" method (which has urls like https://nibalizer@review.op...) then you may have configured your git to know your rest api password | 23:26 |
clarkb | #openstack is interesting | 23:26 |
clarkb | also no pupil dilation this time \0/ | 23:26 |
pleia2 | clarkb: hooray to being able to see | 23:26 |
elmiko | fungi: how long have you had that domain name? | 23:27 |
anteaya | http://paste.openstack.org/show/482136/ | 23:27 |
anteaya | elmiko: it wanted my http password as fungi and jeblair said, then it was happy | 23:27 |
*** baoli has quit IRC | 23:27 | |
elmiko | anteaya: k, thanks for confirming | 23:27 |
anteaya | elmiko: sure, thanks for helping me learn about the multiple drop down menus | 23:27 |
*** baoli has joined #openstack-infra | 23:28 | |
anteaya | didn't know about that before | 23:28 |
anteaya | clarkb: yay | 23:28 |
fungi | elmiko: what domain name? | 23:28 |
elmiko | fungi: yuggoth.org | 23:29 |
fungi | elmiko: more years than i can recall | 23:29 |
elmiko | or is that not yours | 23:29 |
anteaya | Sam-I-Am: nice trying | 23:29 |
elmiko | fungi: so good, +1 | 23:29 |
anteaya | Sam-I-Am: and way to be clear | 23:29 |
fungi | elmiko: at least 15 years | 23:29 |
fungi | probably a good bit longer | 23:29 |
elmiko | fungi: the gift that keeps on giving ;) | 23:29 |
fungi | indeed | 23:29 |
*** sdake has joined #openstack-infra | 23:30 | |
elmiko | k, time for more reviewing. thanks fungi, anteaya, jeblair ! | 23:30 |
anteaya | elmiko: enjoy reviews | 23:30 |
*** sdake has quit IRC | 23:30 | |
nibalizer | ah yes anonymous http is what works | 23:30 |
*** sdake_ has joined #openstack-infra | 23:30 | |
fungi | clarkb: hah, that's awesome | 23:31 |
pabelanger | ianw: if you have a moment: https://review.openstack.org/#/c/258673/ | 23:31 |
Sam-I-Am | anteaya: what? | 23:32 |
anteaya | dude in #openstack | 23:32 |
*** sdake_ has quit IRC | 23:32 | |
anteaya | going to change the world with a new wiki | 23:32 |
Sam-I-Am | oh, the troll? | 23:32 |
anteaya | yeah | 23:32 |
Sam-I-Am | i usually assume people are non-troll | 23:32 |
Sam-I-Am | that didnt last long | 23:32 |
anteaya | nice anti troll suit you have handy | 23:32 |
anteaya | yeah you are so nice | 23:32 |
clarkb | the domain is real fwiw | 23:32 |
anteaya | honestly I don't know how you can keep it up, but I salute you for it | 23:32 |
anteaya | Sam-I-Am: must be all the cycling | 23:33 |
anteaya | Sam-I-Am: how are you doing so far this week | 23:33 |
anteaya | clarkb: is it infringment, I don't know | 23:33 |
*** signed8bit_ZZZzz is now known as signed8bit | 23:34 | |
docaedo | Anyone here have a minute to help me figure out why I'm still getting InsecurePlatformWarning even though I'm using the most excellent requestsexceptions library from jeblair ? | 23:34 |
*** hashar has quit IRC | 23:34 | |
jeblair | i think we should let jbryce know about http://openstackwiki.com/ anyway | 23:34 |
anteaya | extra points for mentioning a jeblair crafted tool in a query | 23:34 |
*** Daisy has joined #openstack-infra | 23:34 | |
jeblair | anteaya, docaedo: it got my attention | 23:35 |
jeblair | on account of it being in yellow | 23:35 |
anteaya | jeblair: fair point | 23:35 |
Sam-I-Am | anteaya: the openstackwiki.com domain? | 23:35 |
fungi | jeblair: i'm on it now | 23:35 |
anteaya | Sam-I-Am: yeah, it may constitute infringement | 23:35 |
docaedo | whee! so I get this error: http://paste.openstack.org/show/482139/ | 23:35 |
jeblair | docaedo: i will help! | 23:35 |
anteaya | up to the foundation to decide | 23:35 |
nibalizer | haha what | 23:36 |
Sam-I-Am | anteaya: doing pretty well. enjoying a day of whack-a-mole. trying to track down why neutron linuxbridge+l3ha+l2pop doesnt work, and came across another problem... so now i'm down that rabbit hole | 23:36 |
nibalizer | can we get a countdown timer on openstackwiki.com | 23:36 |
Sam-I-Am | anteaya: well, it doesnt even have an A record yet, so i dont think much is there | 23:36 |
anteaya | Sam-I-Am: wooooo | 23:36 |
docaedo | jeblair: thanks .. pasted the error, it comes from this script (which you will recognize 99% of) http://paste.openstack.org/show/482138 | 23:36 |
nibalizer | or maybe a 'give us your email for a beta invite' | 23:36 |
anteaya | Sam-I-Am: that sensation your feeling? that's flying, not falling, definitely not falling | 23:36 |
Sam-I-Am | anteaya: i hear openstackwiki.com is going to be community-driven | 23:36 |
anteaya | Sam-I-Am: don't let anyone convince you different | 23:36 |
anteaya | Sam-I-Am: ha ha ha | 23:36 |
docaedo | jeblair: what I'm trying to accomplish is walk through all the links in app-catalog and mark any dead links - and the https makes for sads | 23:37 |
*** Daisy has quit IRC | 23:37 | |
jeblair | nibalizer: i'm missing an under-construction gif | 23:37 |
Sam-I-Am | jeblair: lol | 23:37 |
Sam-I-Am | i miss those days | 23:37 |
Sam-I-Am | openstackwiki.net is still available. maybe i should pick it up and put an under-construction.gif there | 23:37 |
Sam-I-Am | or just put all my docs work there :) | 23:38 |
anteaya | ha ha ha | 23:38 |
Sam-I-Am | hmm, my troll detector is going off in #openstack again | 23:38 |
anteaya | stay here | 23:39 |
anteaya | we have higher troll protection here | 23:39 |
* Sam-I-Am hides from the trolls | 23:39 | |
anteaya | ha ha ha | 23:39 |
anteaya | tell me more about that fun linuxbridge thing | 23:39 |
*** baoli has quit IRC | 23:39 | |
mtreinish | so I just noticed I'm getting missing unicode symbols on the copy to clipboard icons post gerrit upgrade | 23:40 |
*** baoli has joined #openstack-infra | 23:40 | |
mtreinish | I don't remember that before | 23:40 |
mtreinish | do I need some weird unicode font to have a clipboard icon now? | 23:40 |
fungi | Sam-I-Am: i really want it to say: openstackwiki.com the .com is for "community!" | 23:40 |
jeblair | mtreinish: i am also missing those | 23:40 |
anteaya | yes we noticed it in testing | 23:40 |
Sam-I-Am | fungi: ha | 23:40 |
*** woodster_ has joined #openstack-infra | 23:41 | |
anteaya | we were mostly worried about ensuring the clipboard function works in ff 41, which it does | 23:41 |
fungi | i'm reminded why i don't lurk that channel. it's a wasteland of terrible | 23:41 |
anteaya | my continued kudos to Sam-I-Am for taking on #openstack day after day | 23:41 |
fungi | i concur. a sisyphean effort if i've ever seen one | 23:42 |
*** apuimedo has quit IRC | 23:42 | |
jeblair | docaedo: there are 2 ways you can use requestsexceptions... you can use it to specifically squelch individual warnings, or you can tell it to shut up all the warnings | 23:42 |
fungi | aha, pizza person arrives | 23:42 |
jeblair | docaedo: which do you want to do? | 23:42 |
zaro | fungi: are the diff timeouts still happening? | 23:42 |
docaedo | jeblair: I'm happy to have it shut up all the warnings | 23:43 |
*** apuimedo has joined #openstack-infra | 23:43 | |
*** Qiming has joined #openstack-infra | 23:43 | |
mtreinish | anteaya: heh, I guess I should test if the missing unicode icon does what it says on ff 43 :) (which I got yesteday and broke many things for me, like not being 5k display friendly) | 23:43 |
Sam-I-Am | anteaya: i dont think our irc stats track #openstack? | 23:43 |
elmiko | ok, who mentioned #openstack... | 23:44 |
jeblair | docaedo: omg they added a new warning | 23:44 |
Sam-I-Am | fungi: after being in there for such a long time i can tell when someone geniunely needs help and wants mentoring | 23:44 |
jeblair | or at least new to me | 23:44 |
jeblair | /home/corvus/git/openstack-infra/requestsexceptions/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/lat | 23:44 |
mtreinish | Sam-I-Am: haha, I just read the backlog on #openstack | 23:44 |
jeblair | is that the thing we've been getting from rackspace? | 23:44 |
anteaya | mtreinish: awesome, yay 43 | 23:45 |
Sam-I-Am | fungi: plenty of idlers and revolving-door join/parts (which my client ignores) ... but also a lot of Good Things happen in there | 23:45 |
anteaya | Sam-I-Am: well maybe that is a good thing? I don't know | 23:45 |
pabelanger | nibalizer: do you mind approving? https://review.openstack.org/#/c/258673/ | 23:45 |
mtreinish | anteaya: I had to pull out my magnifying glass after I installed it... | 23:45 |
anteaya | mtreinish: I'm on 42 and will stay here, thanks for the warning about 43 | 23:45 |
anteaya | mtreinish: you did? | 23:46 |
Sam-I-Am | fungi: it pays off when people get something to work and are happy | 23:46 |
*** dimtruck is now known as zz_dimtruck | 23:46 | |
anteaya | mtreinish: you can see ant caligraphy | 23:46 |
mtreinish | yeah it started ignoring my X dpi settings when I upgraded | 23:46 |
Sam-I-Am | elmiko: do not feed the trolls | 23:46 |
anteaya | mtreinish: who are they picturing that can read font smaller than your font settings | 23:46 |
mtreinish | which is an issue on my 27" 5120x2880 display | 23:46 |
elmiko | Sam-I-Am: sorry, i happened to see hadoop... | 23:47 |
anteaya | Sam-I-Am: you do great work | 23:47 |
clarkb | mtreinish you set it in ff instead iirc | 23:47 |
clarkb | because they do their own rendering or something | 23:47 |
mtreinish | clarkb: yeah, that's what the fix was, the issue was figuring out how to set that when it was super tiny :) | 23:48 |
*** changbl has joined #openstack-infra | 23:48 | |
jeblair | docaedo: do this: http://paste.openstack.org/show/482140/ but also i'm adding a thing to requestsexceptions | 23:48 |
clarkb | ha | 23:48 |
fungi | jeblair: 2.9.0 was released yesterday and complains about sni possibly being broken, yes | 23:48 |
openstackgerrit | James E. Blair proposed openstack-infra/requestsexceptions: Add SNIMissingWarning https://review.openstack.org/258718 | 23:48 |
jeblair | docaedo, fungi, mordred: ^ | 23:49 |
zaro | i think we need to tune the gerrit diff cache, https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-gerrit.html#cache | 23:49 |
*** sabeen2 has quit IRC | 23:49 | |
jeblair | docaedo: the patch i sent you will squelch everything but SNIWarning, the patch to requestsexceptions will also squelch that | 23:49 |
dims | clarkb : fungi : running into trouble making releases - http://logs.openstack.org/0b/0b68786e735ebabb2f58fc1d264c42ec6760e2d4/release/oslo.db-pypi-both-upload/6dc025f/console.html#_2015-12-16_23_41_48_239 | 23:49 |
zaro | it says "Administrators should try to target cache.diff.memoryLimit to fit all changes users will view in a 1 or 2 day span" | 23:50 |
docaedo | jeblair: thank you so much! Once this works I can go back to chatting randos up on #openstack ;) | 23:50 |
zaro | anybody have ideas on how to get an estimate of that? | 23:50 |
anteaya | zaro: ha ha ha | 23:50 |
dims | clarkb : fungi : any ideas? django_openstack_auth/2.1.1 and oslo.db/1.7.3 both ended up with that problem | 23:51 |
*** baoli has quit IRC | 23:51 | |
*** yonglihe has quit IRC | 23:51 | |
fungi | dims: someone this morning pointed out that there's a bug in requests 2.9.0 which is breaking twine. i rolled it back to 2.8.1 on the release worker but wonder if it got undone and upgraded back to 2.9.0 again | 23:52 |
*** baoli has joined #openstack-infra | 23:52 | |
dims | fungi : ouch, y possible | 23:52 |
dims | fungi : that must be the urllib3 bug | 23:52 |
openstackgerrit | Merged openstack-infra/requestsexceptions: Deprecated tox -downloadcache option removed https://review.openstack.org/256756 | 23:53 |
jeblair | i really wish we could use packages for this | 23:53 |
fungi | i wonder if twine is in ubuntu trusty | 23:53 |
*** mgrosz has joined #openstack-infra | 23:54 | |
jeblair | fungi: yes | 23:54 |
fungi | 1.3.1 in trusty-backports! | 23:54 |
jeblair | fungi: er, i see it in universe? | 23:55 |
fungi | yep | 23:55 |
*** Daisy has joined #openstack-infra | 23:55 | |
fungi | for trusty-backports | 23:55 |
zaro | i guess the best estimate is 'ha ha ha'. i'm not sure Gerrit will like that as a setting | 23:55 |
*** mgrosz has quit IRC | 23:55 | |
fungi | http://packages.ubuntu.com/twine | 23:55 |
anteaya | zaro: sorry that is the best I can come up with | 23:55 |
*** derekh has joined #openstack-infra | 23:56 | |
anteaya | zaro: I can understand why gerrit might not like that | 23:56 |
anteaya | zaro: what is the default? or is there one? | 23:56 |
*** derekh has quit IRC | 23:56 | |
jeblair | do you think we need the latest wheel as well? | 23:56 |
*** rbrndt has quit IRC | 23:56 | |
anteaya | zaro: I think we just keep increasing the setting until the errors go away | 23:56 |
anteaya | zaro: I can't figure out how to ball park a number | 23:57 |
fungi | jeblair: no idea | 23:57 |
fungi | dims: once i'm done eating i can see about temporarily fixing release.slave.openstack.org again and retry those uploads | 23:57 |
zaro | anteaya: 1024 | 23:57 |
*** thorst has joined #openstack-infra | 23:57 | |
openstackgerrit | Merged openstack-infra/project-config: Enable ansible-functional-trusty templates https://review.openstack.org/258673 | 23:57 |
*** chlong has quit IRC | 23:57 | |
*** signed8bit is now known as signed8bit_ZZZzz | 23:57 | |
openstackgerrit | Ben Kero proposed openstack/diskimage-builder: Replace sfdisk partitioning with parted https://review.openstack.org/258721 | 23:57 |
anteaya | zaro: what do you suggest we try? | 23:57 |
dims | fungi : awesome! yes please | 23:57 |
docaedo | jeblair: one more question for you - not a warning, an error, but seems like the cert is valid (hoping you'll know what the deal is) - I get "requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" | 23:57 |
clarkb | zaro are diffs slow? | 23:58 |
docaedo | jeblair: when hitting https://downloads.bitnami.com/files/download/openstack/bitnami-wordpress-4.2.2-0-ubuntu-14.04.qcow | 23:58 |
anteaya | clarkb: yes that is what he is working on tuning | 23:58 |
*** xyang1 has quit IRC | 23:58 | |
anteaya | clarkb: he wants to increase the memory limit for cache | 23:58 |
clarkb | I know he is talking about tuning ir | 23:58 |
clarkb | I am asking if we have measurable slowness | 23:58 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Switch to using twine from packages https://review.openstack.org/258722 | 23:59 |
anteaya | more than 5 seconds according to fungi's error output | 23:59 |
*** sabeen has joined #openstack-infra | 23:59 | |
anteaya | other than that I don't know | 23:59 |
jeblair | docaedo: i didn't get that error, at least within the first 30 seconds of running; should i let it continue? | 23:59 |
clarkb | because hard to tune without feedback on if its fixed | 23:59 |
jeblair | clarkb, mordred, greghaynes, fungi: https://review.openstack.org/258722 | 23:59 |
*** signed8bit_ZZZzz is now known as signed8bit | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!