Wednesday, 2015-12-16

*** oomichi has quit IRC00:01
*** Swami__ has quit IRC00:02
*** Swami_ has joined #openstack-infra00:03
*** e0ne has quit IRC00:04
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add infracloud playbook  https://review.openstack.org/23453500:05
fungiclarkb: 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 term00:08
clarkbI thought it could00:09
clarkbit can ipsec pppoe ssl etc00:09
fungiopenvpn can?!?00:09
*** oomichi has joined #openstack-infra00:09
fungiit's come a long way since i last ran it if so00:09
*** zz_dimtruck is now known as dimtruck00:10
*** vilobhmm11 has quit IRC00:10
rm_workfungi: question00:10
fungiit was a from-scratch vpn which used openssl to implement its own vpn scheme00:10
*** zackf has quit IRC00:10
rm_workfungi: https://bugs.launchpad.net/neutron/+bug/152467500:10
openstackLaunchpad bug 1524675 in OpenStack Security Advisory "lbaasv2-agent is logging credentials from barbican" [Undecided,Incomplete]00:10
rm_workyou mentioned this is B3 -> OSSN00:10
fungirm_work: class b* usually imply a good ossn candidate00:10
fungias opposed to class a which are ossa territory00:11
rm_workdoes that mean ... it *needs* to be fixed? or, can we say "eeeehhh, we kinda want this to just stay this way"00:11
clarkbfungi its also possible I misread am juggling sick baby today00:11
*** vilobhmm11 has joined #openstack-infra00:11
*** aeng has joined #openstack-infra00:11
zaroclarkb, 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
zarohttps://code.google.com/p/gerrit/issues/detail?id=372400:12
clarkbzaro thats fine we can upgrade when its off00:12
fungirm_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
zarothe 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 currently00:13
clarkbfungi how would you expect $client to interact with said vpn?00:13
fungiclarkb: it mostly depends on the details of the vpn endpoint/concentrator00:13
clarkbfungi is f5 vipeion00:13
clarkbemail suggested browser plugin which wont work00:14
rm_workfungi: 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
clarkbkeystoneauth is not supposed to log that stuff iirc00:15
clarkbso you can likely fix that way00:15
fungiclarkb: yeah, i've not used/run the f5 one but will look to see if there are open clients compatible with it00:15
clarkbnotmorgan: ^00:15
rm_workclarkb: well, it's part of keystoneclient.session if I'm reading the paste correctly00:15
openstackgerritIan Wienand proposed openstack-infra/project-config: Use repo install for glean on F23  https://review.openstack.org/25820200:15
rm_worknot sure what you mean by "fix it that way" with regard to keystoneauth00:16
clarkbyes if you use keystoneauthclient instead its fixed00:16
rm_workah.00:16
*** flepied has joined #openstack-infra00:16
ianwfungi / 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 rebuild00:16
rm_workwell, 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 IRC00:16
rm_workbut discovered it was already being logged00:16
rm_workI suppose logging only the certificate and not the private key might be sufficient00:16
*** amuller_afk is now known as amuller00:17
*** dangers is now known as dangers_away00:17
rm_workI will look at using keystoneauthclient, thanks for the tip clarkb00:17
fungirm_work: or logging a repeatable digest/hash so that you could still track it and expect it to remain consistent between calls?00:17
clarkbthe hash is what keystoneauth should do iirc00:18
rm_workwell, I was specifically making sure it pulled the correct key, since I'm working on the code that retrieves the data from barbican :P00:18
clarkbypu cando that with a hash00:19
rm_workbut yes, ideally we should not log people's private keys -- it's just that it's ... DEBUG mode <_<00:19
*** flepied has quit IRC00:19
*** flepied1 has joined #openstack-infra00:19
clarkbpull manually and hash then compare to logs00:19
rm_workyeah I suppose if I copy their hash function00:19
rm_workmoot point, i'm going to fix it00:19
rm_workand see what the logs look like, and manually log the cert if we even care enough00:20
*** vmbrasseur is now known as vmb00:22
*** vmb is now known as vmbrasseur00:22
fungiclarkb: i replied on the vpn with a "no"00:22
clarkbI see it thanks00:23
rm_workclarkb: what exactly is keystoneauthclient00:23
clarkbrm_work its a refactor of just the auth bits into a separate lib00:23
rm_workwhere does this live?00:24
clarkbso you dont need lxml among other things00:24
rm_workgoogling is bringing up essentially nothing00:24
rm_workand it doesn't appear to be installed or installable with pypi00:24
rm_workor importable directly00:24
fungiclarkb: 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-infra00:25
greghaynesfungi: uhhhh00:25
greghaynesfungi: wow00:25
openstackgerritMerged openstack-infra/subunit2sql: Handle test_runs without metadata in write_subunit  https://review.openstack.org/25546200:25
greghaynesfungi: Maybe it is time to start work on that windows port of nodepool00:25
fungifrom 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
anteayado they say why the want to use a vpn?00:25
clarkbrm_work https://git.openstack.org/cgit/openstack/keystoneauth/00:26
*** tzn has quit IRC00:26
fungianteaya: i'm sure it's for our own safety00:26
rm_workah just keystoneauth00:26
rm_workk00:26
* anteaya feels safer00:26
*** gildub has joined #openstack-infra00:26
* anteaya also wonders what she is being protected from00:26
*** mudassirlatif has quit IRC00:26
clarkbanteaya the internet00:26
anteayaoooohhhh00:26
anteayaha ha ha00:27
fungifirepass seems to have been more recently renamed to "f5 apm (access policy manager)"00:27
*** Swami_ has quit IRC00:27
* anteaya adds that to her prayers, "and please divine light, protect me from the internet"00:27
crinklemordred: is https://review.openstack.org/#/c/198417/ still on your radar? it would be cool for our bifrost server to be able to use that00:27
notmorganclarkb: hmm?00:28
* notmorgan reads scrollback00:28
*** sridhar_ram1 has joined #openstack-infra00:28
clarkbnotmorgan logging of creds by keystoneclient/auth00:29
notmorganoh so, keystoneauth should help with that from within the plugins00:29
notmorganwe have some or worked on some code to specifically address that00:29
notmorgani think00:29
notmorganlet me 2x check, but i think we have a path that says "log unless this is secret" basically00:29
notmorganand it just omits the secret unless in debug00:29
notmorganwe at least discussed that at one point00:30
funginotmorgan: the "unless in debug" is what the bug report was about00:30
funginotmorgan: which as far as i'm concerned is fine for a won't-fix00:30
*** sridhar_ram has quit IRC00:31
notmorganyeah i will "wont fix" anyone who says we need to eliminate that stuff from debug00:31
notmorgancause legitimately, don't run with keystoneauth loggers in debug00:31
notmorganif you don't want that data00:31
fungithe 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 there00:31
*** aeng has quit IRC00:32
notmorganfungi: and i'll reiterate "wont fix" for the keystoneauth loggers.00:32
*** otter768 has joined #openstack-infra00:32
notmorganbecause we need a way to debug this stuff.00:32
fungiyep00:32
notmorganlong term, when we get "trace" level back properly00:32
clarkbwe will never publiah our nodepool logs then00:32
notmorgani could see moving it down to trace00:32
notmorganbut..00:32
clarkbfwiw00:32
fungitake back the trace!00:32
notmorganclarkb: i think you can specifically set keystoneauth logger to not-debug00:32
clarkbbut we need debug00:33
notmorganclarkb: config the auth logger to info+00:33
notmorganthe rest of the app debug00:33
clarkbbecause keystone auth fails00:33
notmorganoh i see you want the debug00:33
clarkbor better logging00:33
fungijust not the token strings00:33
fungiwould be nice if we could tell it not to include them but give us everything else00:33
notmorganfungi: let me look at the logger00:34
fungior to replace them inline with a consistent representative, maybe a one-way hash00:34
notmorganthere was some specific magic around this00:34
notmorganwe did sha hashing for a bit at least00:34
fungiyeah, that seemed sane. did it get undone?00:34
*** vilobhmm11 has quit IRC00:34
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Add bashate to ironic  https://review.openstack.org/25820500:34
*** vilobhmm11 has joined #openstack-infra00:34
clarkbya hashing is what I thought was done00:35
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Add bashate to ironic  https://review.openstack.org/25820500:35
*** vilobhmm11 has joined #openstack-infra00:36
*** david-lyle has joined #openstack-infra00:36
*** vilobhmm11 has quit IRC00:36
fungiclarkb: looks like now the number of nodes you requested has taken the osic by surprise00:36
*** david-lyle_ has quit IRC00:36
clarkbya...00:36
*** vilobhmm11 has joined #openstack-infra00:36
anteayawhat do they say now?00:36
clarkb3000:36
*** otter768 has quit IRC00:36
anteayaha ha ha00:37
fungii assume that was a stab in the dark and nobody had provided us with the same estimate they they had apparently provided osic00:37
anteaya30 by vpn using your browser and a propietary plugin00:37
clarkbfungi yup00:37
fungiclarkb: as long as we can get at least 100 instances out of it, i'm cool with whatever the allocation is00:38
*** thorst has joined #openstack-infra00:38
clarkbI mean the number is flexible but I started with the big one so we can negotiate down instead of up :)00:38
notmorganok so looking for this silly logger00:38
notmorgansec00:38
fungithey 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
fungii mean, we have somewhat of a track record of testing openstack already00:39
anteayaseems to be coming across that way00:39
clarkbI wasnt sure if its 30/0hysical or 30 virtual00:39
fungiso i'm pretty confident we can put them to good use00:39
notmorganclarkb: https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/session.py#L166-L17400:39
notmorganclarkb: should redact the token00:39
notmorganmake a {SHA1} of it00:39
clarkbyup thats what I thpught cool00:40
*** dimtruck is now known as zz_dimtruck00:40
notmorganthe auth plugins however, will not (atm) redact secure data00:40
notmorgane.g. passwords00:40
notmorganso it's something we need to implement00:40
notmorganbut we have a need for that anyway for supporting betamax00:40
clarkbfungi did you wsnt to respond? or should I? I have a baby asleep on my chest so will be semi delayed00:40
jrolllol, 30 nodes00:40
clarkbnotmorgan gotcha00:40
fungiclarkb: take your time. a few hours won't make any difference in the grand scheme of however many weeks the deployment will require00:40
clarkbnotmorgan beyamax the better than vhs but didnt get the prono industries support betamax?00:41
jrollfwiw, the number is 1000, not many thousands00:41
notmorganclarkb: hahaah00:41
notmorgani see what you did there00:41
anteayajroll: I thought it was 200000:41
jrollbut I think osic expects workloads like "try nova with cassandra at scale for a week"00:41
jrollanteaya: 1000 was in the announcements, unless that changed00:41
clarkbjroll I heard 2x1k00:42
clarkbjroll in the announcement00:42
fungithe number seems to float all over the place00:42
jrollI've always heard 2x50000:42
jroll¯\_(ツ)_/¯00:42
anteayathis was july last year yes?00:42
*** thorst has quit IRC00:42
jrollthis year, I believe00:42
anteayacommunity ml if I remember correctly?00:42
clarkbanyways thats still 6%00:42
anteayasorry july this year, yes00:42
notmorganso someone should bug us more to implement the cred redaction code00:42
notmorgancause... we should do it00:42
fungimagic 8-ball says: reply cloudy ask again00:43
clarkbhttp://blog.rackspace.com/rackspace-and-intel-form-the-openstack-innovation-center/00:43
notmorganit wouldn't be hard to hook in a way to do _process_body_data() that asks the plugin to be smart00:43
clarkbtwo 1000 node clouds00:43
jeblairnotmorgan: 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-infra00:44
jeblair(in order to avoid an international incident)00:44
anteayahere too: http://lists.openstack.org/pipermail/community/2015-July/001208.html00:45
jrolloh, huh00:45
fungijeblair: 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
jeblairfungi: right!00:45
jeblairi'm so using that00:45
fungiindeed, we'll get france involved and *nobody* wants that00:45
notmorganjeblair: sure. i think we can work on hacking things up00:46
fungioh, also canadia00:46
anteayaquebec does00:46
notmorganjeblair: seriously it should be doable.00:46
notmorganjeblair: in relatively short order so lets get a deadline and i'll whip something up00:46
openstackgerritJJ Asghar proposed openstack-infra/project-config: Creation of the Coda Repo  https://review.openstack.org/25819400:46
jeblairnotmorgan: 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
fungimordred: i finally have a ballot--thanks!00:47
jeblairnotmorgan: how about january 31?  good day for deadlines00:47
anteayafungi: try using it00:47
fungianteaya: yeah, not holding my breath00:47
jeblairfungi: yeah don't -- it's a long timeout00:47
anteayaI'm going to try in the darkness maybe00:47
notmorganjeblair: i like it00:47
notmorganjeblair: 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
notmorganjeblair: 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
anteayamany people don't understand why canada is the way it is, then they remember we have quebec00:49
*** flepied has joined #openstack-infra00:50
notmorgananteaya: you... have quebec?00:50
notmorgananteaya: sorry i'll stop being sarcastic.00:50
openstackgerritAaron Rosen proposed openstack-infra/project-config: Add cinder services to OVERRIDE_ENABLED_SERVICES to fix rally tests  https://review.openstack.org/25820900:50
notmorgananteaya: :)00:50
*** xarses has quit IRC00:50
clarkbnotmorgan we have Hell and Boring in this state00:50
notmorganclarkb: well yeah00:51
anteayanotmorgan: :)00:51
jrollHell is also in michigan00:51
notmorganclarkb: still no "Truth or Concequences"00:51
anteayaclarkb: you are oregon that is a great place, to me00:51
*** thorst has joined #openstack-infra00:53
* fungi is proud to live in the same state that has a town called "lizard lick"00:53
*** btully has quit IRC00:53
*** flepied1 has quit IRC00:54
* fungi used to even live in the same county00:54
*** thorst_ has joined #openstack-infra00:54
*** davideagnello has quit IRC00:54
anteayanice00:54
anteayajeblair: so in this file: https://review.openstack.org/#/c/255414/3/tests/fixtures/config/multi-tenant/tenant-one.yaml00:54
anteayajeblair: at the bottom there is a list of projects00:55
anteayaand there is another list of projects in the tenent-two.yaml file00:55
*** signed8bit has quit IRC00:55
anteayawhat happens if a project needs to be listed in both tenant yamls?00:55
jeblairfungi: wave to zebulon!00:55
fungijeblair: i do every time i drive by00:56
fungiwhich is not too often these days00:56
mfischhey infraians - the voting for the new release name is not working, im sure you are aware00:56
jeblairanteaya: 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
anteayamfisch: ddos, I'm sure00:56
clarkb(by us?)00:56
mfischim getting a 50000:56
fungimfisch: yeah, encourage mit to get some smart people on that00:56
anteayaclarkb: I'm guessing00:57
mfischcornell00:57
*** thorst has quit IRC00:57
mfischif they can't handle what, 4000 votes? some of which are just waking up?00:57
fungimfisch: which is why i recommended mit instead ;)00:57
anteayajeblair: okay, mind if I just share a thought or two?00:57
*** signed8bit has joined #openstack-infra00:57
jeblairanteaya: with the direction my implementation is heading, i think it will work -- it will be like running 2 zuuls pointing at the same repo00:57
anteayamfisch: I think it is more than 400000:57
jeblairanteaya: which should be fine for check, and terribly, terribly confusing for gate.00:57
mfischI will try again later00:57
jeblairanteaya: please do!00:57
anteayawonderful00:57
fungiteh foundation membership is somewhere in the 20k range, though i'm sure mordred has an exact count at the moment00:58
mfischoh wow thats much > 4k00:58
anteayawell okay not fully understanding the scope of the vision (but that was why I was reviewing the patches)00:58
clarkband I bet he hasa script saying generate 20k unique things for this one poll00:58
*** signed8bit has quit IRC00:58
*** apoorvad has quit IRC00:58
anteayaI'm wondering if there can be a projects.yaml file00:58
jeblairanteaya: well, tenants are intended to be completely separate and not interfere with each other at all00:58
anteayathat has a setting that says which tenent is supposed to pay attention to that projects jobs00:59
anteayajeblair: right00:59
anteayaso every project has a setting stating which tenent, one tenant only00:59
jeblairanteaya: i think we want to organize it the other way around00:59
anteayaI'm just picturing reviewing patches00:59
anteayaand how we have to spend so much time telling people how to add their jobs01:00
openstackgerritKen'ichi Ohmichi proposed openstack-infra/project-config: Make ironic non-voting on tempest changes  https://review.openstack.org/25821001:00
jeblairanteaya: 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-infra01:00
anteayaand if they get them in the wrong tenant file and have to move them later, that is two patches probably01:00
anteayabut how do our users (not your ideal user, which writes great code) but our users figure out which file to edit01:01
*** sridhar_ram1 is now known as sridhar_ram01:01
*** tzn has joined #openstack-infra01:01
anteayaand what is the proces for fixing it if they get themselves in the wrong tenant file (which will happen)01:01
*** flepied has quit IRC01:01
jeblairanteaya: 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-infra01:01
jeblairapplies01:01
anteayatrue01:01
*** ybathia has quit IRC01:01
anteayabut wrong tenant requires one line of code to fix01:02
anteayaI'm fine to go your way, just sharing my thoughts01:02
jeblairanteaya: having tenants be completely separate is kind of a core feature of v301:02
mtreinishmordred: ooh, I'm getting a 500 from civs, the name vote must have DOSed it01:02
*** piet has quit IRC01:02
anteayaoh I think having separate tenents is still what I am saying01:02
jeblairanteaya: sure, but if you configure multiple tenants with the same file, you haven't really separated the concerns01:03
anteayaI'm just saying all the separate tenants read from a common-projects.yaml file01:03
anteayaokay01:03
jeblairanteaya: consider that we may have people who are only interested in reviewing changes to openstack projects01:03
jeblairthey may not want to read stackforge project files01:03
anteayatrue01:03
jeblair(or infra project files)01:03
*** pahuang has quit IRC01:03
anteayaright01:04
anteayaso in this file: https://review.openstack.org/#/c/255414/3/tests/fixtures/config/multi-tenant/main.yaml01:04
anteayaadding a common-project.yaml file under includes would mess up the design?01:04
jeblairanteaya: (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-infra01:04
*** eil397 has quit IRC01:05
jeblairanteaya: you definitely could do it that way01:05
*** pvaneck has quit IRC01:05
anteayaokay thanks for listening to me01:05
jeblairanteaya: 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 it01:05
anteayaI'll get to the other patch you suggest and maybe it will make sense to me then01:06
jeblairanteaya: the more integrated, the more stuff we put in common files, the less integrated we put in tenant-specific (or repo specific) files01:06
anteayaI'm just thinking about the number of times folks get their code syntax wrong or in the wrong place01:06
anteayamy suggestion might not reduce that though01:07
jeblairanteaya: those tests are basically implementing what's described in the spec, so you can probably find some narrative about them there01:07
*** tzn has quit IRC01:07
anteayaokay thanks01:07
*** oomichi_ has joined #openstack-infra01:09
*** xarses has joined #openstack-infra01:09
fungimtreinish: we're renaming the slashdot effect to the openstack effect01:09
*** zz_dimtruck is now known as dimtruck01:10
*** oomichi has quit IRC01:11
*** Swami__ has quit IRC01:12
*** oomichi_ has quit IRC01:12
*** oomichi has joined #openstack-infra01:12
*** armax has quit IRC01:14
notmorganjeblair: i'll bug you later this week on the plugin stuff btw.01:15
notmorganfungi: hahaha01:15
*** salv-orlando has quit IRC01:17
anteayajeblair: I'm uncertain what is meant by "in-repo" https://review.openstack.org/#/c/255601/1 multi-tenant from the parent patch I understand01:19
anteayaI'm foggy on what in-repo means01:20
anteayaone tenant?01:20
*** pahuang has joined #openstack-infra01:20
*** xarses has quit IRC01:21
*** chlong has joined #openstack-infra01:21
*** zeih has joined #openstack-infra01:21
*** yonglihe has quit IRC01:21
anteayait seems to mean one tenant01:22
*** eil397 has joined #openstack-infra01:24
openstackgerritMerged openstack/diskimage-builder: Allow grub2 to build with opensuse  https://review.openstack.org/25191201:25
openstackgerritMerged openstack/diskimage-builder: Fix fedora-minimal on CentOS builds  https://review.openstack.org/25205201:25
mtreinishfungi: haha01:25
*** zeih has quit IRC01:26
openstackgerritMerged openstack/diskimage-builder: Deprecated tox -downloadcache option removed  https://review.openstack.org/25677001:26
*** thorst_ has quit IRC01:27
*** rhallisey_ has joined #openstack-infra01:28
*** thorst has joined #openstack-infra01:28
anteayajeblair: okay the patch you shared with me is almost 2000 lines, it is waiting for tomorrow, thank you01:28
* anteaya heads out for a walk in the darkness01:28
*** markvoelker has quit IRC01:29
*** rhallisey_ has quit IRC01:33
*** angdraug has quit IRC01:33
*** eil397 has quit IRC01:33
*** Qiming has joined #openstack-infra01:36
*** thorst has quit IRC01:36
jeblairanteaya: 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_dimtruck01:39
*** weshay has quit IRC01:40
*** zhenguo has joined #openstack-infra01:47
*** zeih has joined #openstack-infra01:48
*** piet has quit IRC01:49
*** zeih has quit IRC01:53
*** bpokorny_ has joined #openstack-infra01:55
*** piet has joined #openstack-infra01:57
*** bpokorny has quit IRC01:59
*** dims has quit IRC01:59
*** bpokorny_ has quit IRC02:00
*** salv-orlando has joined #openstack-infra02:00
*** weshay has joined #openstack-infra02:00
*** mtanino has quit IRC02:01
openstackgerritKhai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script  https://review.openstack.org/25808802:02
*** sputnik13 has quit IRC02:03
*** salv-orlando has quit IRC02:05
*** xarses has joined #openstack-infra02:05
*** mudassirlatif has joined #openstack-infra02:05
*** zhurong has joined #openstack-infra02:10
*** zz_ja has joined #openstack-infra02:17
*** btully has joined #openstack-infra02:17
*** piet has quit IRC02:17
*** zz_zz_ja has quit IRC02:18
*** bharathm has quit IRC02:19
*** btully has quit IRC02:21
*** Liuqing has joined #openstack-infra02:22
*** yamamoto has joined #openstack-infra02:22
*** yamamoto has quit IRC02:25
*** markvoelker has joined #openstack-infra02:29
*** erikwilson has joined #openstack-infra02:32
*** otter768 has joined #openstack-infra02:33
*** thorst has joined #openstack-infra02:34
*** markvoelker has quit IRC02:34
*** zhurong has quit IRC02:36
*** yamahata has quit IRC02:36
*** erikwilson has quit IRC02:36
*** zhurong has joined #openstack-infra02:36
*** sridhar_ram has quit IRC02:37
*** otter768 has quit IRC02:37
*** ayoung has joined #openstack-infra02:40
*** vilobhmm11 has quit IRC02:40
*** gyee has quit IRC02:41
*** thorst has quit IRC02:42
anteayaoh okay thanks02:44
openstackgerritIan Wienand proposed openstack-infra/project-config: Add a gate-bindep-fallback-ubuntu-trusty job  https://review.openstack.org/25612202:51
openstackgerritIan Wienand proposed openstack-infra/project-config: install-distro-packages.sh : missing content in branch  https://review.openstack.org/25823102:51
*** zz_dimtruck is now known as dimtruck02:51
openstackgerritMerged openstack-infra/elastic-recheck: Add query for error "Cannot allocate memory"  https://review.openstack.org/25437002:51
*** sdake has joined #openstack-infra02:53
*** amuller has quit IRC02:53
openstackgerritIan Wienand proposed openstack-infra/project-config: Add a gate-bindep-fallback-ubuntu-trusty job  https://review.openstack.org/25612202:53
openstackgerritIan Wienand proposed openstack-infra/project-config: install-distro-packages.sh : missing content in branch  https://review.openstack.org/25823102:53
*** jab has joined #openstack-infra02:59
*** zz_ja has quit IRC03:01
*** bdemers has joined #openstack-infra03:02
*** ildikov has quit IRC03:02
*** ildikov has joined #openstack-infra03:02
*** tzn has joined #openstack-infra03:04
*** pahuang has quit IRC03:04
*** tzn has quit IRC03:08
*** mriedem_away has left #openstack-infra03:11
*** yamamoto has joined #openstack-infra03:12
pabelangerSo, 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
clarkbits based on demand03:15
pabelangerI guess since we are only running centos7 on hpcloud and rax03:15
*** mudassirlatif has quit IRC03:16
*** pahuang has joined #openstack-infra03:17
pabelangerwould be neat to render the deficit of nodes into statsd some how03:17
pabelangertried figured it out the other day, but didn't look right03:17
*** yuanying has quit IRC03:22
openstackgerritIan Wienand proposed openstack-infra/project-config: Test that job regexes in zuul/layout match  https://review.openstack.org/25814703:23
openstackgerritIan Wienand proposed openstack-infra/project-config: Run regex match over jobs in memory  https://review.openstack.org/25823903:23
*** unicell has quit IRC03:24
*** rhallisey_ has joined #openstack-infra03:27
*** rhallisey_ has quit IRC03:27
pabelangerclarkb: 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 resources03:31
clarkbon a phone so not cureently03:32
pabelangerack03:32
*** apuimedo has quit IRC03:33
*** apuimedo has joined #openstack-infra03:33
*** apuimedo has quit IRC03:38
*** apuimedo has joined #openstack-infra03:39
*** thorst has joined #openstack-infra03:39
openstackgerritMerged openstack-infra/jenkins-job-builder: publishers: iterate over copy of checkstyle data  https://review.openstack.org/25247803:41
openstackgerritMerged openstack-infra/project-config: Add Kuryr Rally integration  https://review.openstack.org/25568503:42
*** apuimedo has quit IRC03:43
*** dimtruck is now known as zz_dimtruck03:44
*** dims has joined #openstack-infra03:45
openstackgerritMerged openstack-infra/project-config: Add Dragonflow Rally integration job  https://review.openstack.org/25568803:45
*** apuimedo has joined #openstack-infra03:45
*** thorst has quit IRC03:46
*** markvoelker has joined #openstack-infra03:46
*** vilobhmm11 has joined #openstack-infra03:48
*** vilobhmm11 has quit IRC03:49
*** markvoelker has quit IRC03:50
*** apuimedo has quit IRC03:52
*** apuimedo has joined #openstack-infra03:53
*** aeng has quit IRC03:53
*** vilobhmm11 has joined #openstack-infra03:54
*** apoorvad has joined #openstack-infra03:57
*** apuimedo has quit IRC03:58
*** apuimedo has joined #openstack-infra03:59
*** armax has joined #openstack-infra04:00
*** zhurong has quit IRC04:01
openstackgerritMerged openstack-infra/project-config: oslo.msg: allow to run ceilometer integration job  https://review.openstack.org/25779004:04
*** tzn has joined #openstack-infra04:04
*** yuanying has joined #openstack-infra04:07
*** apuimedo has quit IRC04:07
*** armax has quit IRC04:07
openstackgerritMerged openstack-infra/project-config: Move grenade jobs from experimental to check  https://review.openstack.org/25778104:07
openstackgerritMerged openstack-infra/project-config: Validate options in gerrit/projects  https://review.openstack.org/25705104:07
*** rhallisey has quit IRC04:07
*** tzn has quit IRC04:09
*** aeng has joined #openstack-infra04:09
*** apuimedo has joined #openstack-infra04:09
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Skip based off commit message  https://review.openstack.org/25137104:12
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: (WIP) Filter events by commit message  https://review.openstack.org/25137304:12
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Filter jobs off commit message  https://review.openstack.org/25137204:12
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Expose commitMessage as a Change attribute  https://review.openstack.org/22279104:12
*** apuimedo has quit IRC04:14
*** apuimedo has joined #openstack-infra04:14
*** apoorvad has quit IRC04:15
*** amotoki has joined #openstack-infra04:16
*** armax has joined #openstack-infra04:20
*** dims has quit IRC04:20
openstackgerritMerged openstack-infra/project-config: Remove distil jobs  https://review.openstack.org/25755204:21
*** apuimedo has quit IRC04:24
*** apuimedo has joined #openstack-infra04:26
openstackgerritIan Wienand proposed openstack-infra/project-config: Fix project description for ansible-role-diskimage-builder  https://review.openstack.org/25609604:26
*** rossella_s has quit IRC04:30
*** apuimedo has quit IRC04:30
*** rossella_s has joined #openstack-infra04:31
*** apuimedo has joined #openstack-infra04:31
*** erikwilson has joined #openstack-infra04:33
*** otter768 has joined #openstack-infra04:33
*** zhurong has joined #openstack-infra04:34
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add designate  meeting_id and agenda_url  https://review.openstack.org/25825104:35
*** apuimedo has quit IRC04:36
*** apuimedo has joined #openstack-infra04:37
*** rguillebert has quit IRC04:37
*** erikwilson has quit IRC04:37
openstackgerritMerged openstack-infra/project-config: Remove tripleo-f21 nodes from nodepool  https://review.openstack.org/25603204:38
*** otter768 has quit IRC04:38
*** sdake has quit IRC04:40
*** sdake has joined #openstack-infra04:41
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add manila agenda_url  https://review.openstack.org/25825304:41
*** apuimedo has quit IRC04:42
*** apuimedo has joined #openstack-infra04:42
*** thorst has joined #openstack-infra04:43
*** apuimedo has quit IRC04:49
*** apuimedo has joined #openstack-infra04:50
openstackgerritMerged openstack-infra/project-config: Fix project description for ansible-role-diskimage-builder  https://review.openstack.org/25609604:51
*** thorst has quit IRC04:52
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add app-catalog agenda_url  https://review.openstack.org/25825704:52
*** apuimedo has quit IRC04:55
*** unicell has joined #openstack-infra04:55
*** btully has joined #openstack-infra04:55
*** apuimedo has joined #openstack-infra04:56
*** jamespage has quit IRC05:00
*** gnuoy` has quit IRC05:00
*** bharathm has joined #openstack-infra05:00
*** gnuoy has joined #openstack-infra05:00
*** jamespage has joined #openstack-infra05:00
*** eglute_s is now known as eglute05:00
*** aeng has quit IRC05:01
*** bpokorny has joined #openstack-infra05:02
*** apuimedo has quit IRC05:03
*** _denisra has quit IRC05:04
*** apuimedo has joined #openstack-infra05:05
*** unicell1 has joined #openstack-infra05:06
*** binbincong has quit IRC05:06
*** unicell has quit IRC05:07
*** binbincong_ has quit IRC05:07
*** apuimedo has quit IRC05:10
*** apuimedo has joined #openstack-infra05:10
*** piet has joined #openstack-infra05:11
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add barbican meeting_id and agenda_url  https://review.openstack.org/25825805:15
*** vilobhmm11 has quit IRC05:15
*** binbincong has joined #openstack-infra05:20
*** apuimedo has quit IRC05:20
*** apuimedo has joined #openstack-infra05:21
*** ekuris has joined #openstack-infra05:21
*** ekuris has quit IRC05:22
*** zz_dimtruck is now known as dimtruck05:25
*** apuimedo has quit IRC05:25
openstackgerritYan Ning proposed openstack-infra/project-config: Propose use seperate job builder for monasca experimental job  https://review.openstack.org/25754605:26
*** binbincong_ has joined #openstack-infra05:26
*** apuimedo has joined #openstack-infra05:27
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add octavia agenda_url  https://review.openstack.org/25826305:29
*** piet has quit IRC05:30
*** zeih has joined #openstack-infra05:30
*** salv-orlando has joined #openstack-infra05:31
*** apuimedo has quit IRC05:32
*** apuimedo has joined #openstack-infra05:32
*** links has joined #openstack-infra05:34
*** Liuqing_ has joined #openstack-infra05:35
*** zeih has quit IRC05:35
*** zhurong_ has joined #openstack-infra05:35
*** maishsk has quit IRC05:35
*** maishsk has joined #openstack-infra05:36
*** maishsk has quit IRC05:36
openstackgerritMerged openstack-dev/hacking: Deprecated tox -downloadcache option removed  https://review.openstack.org/25666705:38
*** zhurong has quit IRC05:38
*** Liuqing has quit IRC05:38
*** aeng has joined #openstack-infra05:41
*** felix_li has joined #openstack-infra05:41
*** tlian has quit IRC05:42
oomichijhesketh: hello05:44
jheskethoomichi: heya05:44
oomichijhesketh: can you take a look at https://review.openstack.org/#/c/258179/ ?05:44
oomichijhesketh: ironic job continues failure now05:44
oomichijhesketh: on tempest gate05:44
oomichi11th rechecks cannot pass the gate on a single patch :(05:45
*** markvoelker has joined #openstack-infra05:46
oomichijhesketh: thanks! :)05:46
jheskethoomichi: I don't really like disabling jobs just because they are blocking without addressing the root cause05:47
*** apuimedo has quit IRC05:47
jheskethoomichi: 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 me05:47
oomichijhesketh: yeah, right. in this case, the job still is enabled on ironic gate. and they contine investigating root problem on their own gate05:47
*** apuimedo has joined #openstack-infra05:47
jheskethgood stuff :-)05:48
jheskeththe risk is tempest diverges and makes it more difficult for ironic to turn that job back on05:48
*** salv-orlando has quit IRC05:48
oomichijhesketh: the other option is that we can migrate ironic tests from tempest into ironic repo.05:49
oomichijhesketh: the other guy is working for that on ironic side now.05:49
*** yolanda has quit IRC05:49
oomichijhesketh: with tempest external plugin interface05:49
*** yolanda has joined #openstack-infra05:49
jheskethyep, if it can be done as a plugin, that's probably preferable :-)05:50
*** salv-orlando has joined #openstack-infra05:50
*** thorst has joined #openstack-infra05:51
*** harlowja_at_home has joined #openstack-infra05:51
oomichijhesketh: 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
oomichijhesketh: that is a big merit for them :)05:51
jheskethindeed :-)05:51
*** markvoelker has quit IRC05:51
openstackgerritMerged openstack-infra/project-config: Make ironic non-voting on tempest too  https://review.openstack.org/25817905:53
*** salv-orl_ has joined #openstack-infra05:54
*** apuimedo has quit IRC05:54
*** vilobhmm11 has joined #openstack-infra05:55
*** thorst has quit IRC05:56
*** salv-orlando has quit IRC05:56
*** bpokorny has quit IRC05:56
*** apuimedo has joined #openstack-infra05:57
*** salv-orlando has joined #openstack-infra05:57
*** salv-orl_ has quit IRC05:58
openstackgerritHidekazu Nakamura proposed openstack-infra/irc-meetings: Add trove meeting_id and agenda_url  https://review.openstack.org/25826705:59
*** apuimedo has quit IRC06:01
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/25826906:02
*** apuimedo has joined #openstack-infra06:02
*** oomichi has quit IRC06:04
*** tzn has joined #openstack-infra06:06
*** apuimedo has quit IRC06:07
*** salv-orlando has quit IRC06:07
*** apuimedo has joined #openstack-infra06:07
*** salv-orlando has joined #openstack-infra06:08
*** jerryz has quit IRC06:10
*** tzn has quit IRC06:10
*** mudassirlatif has joined #openstack-infra06:11
*** dimtruck is now known as zz_dimtruck06:11
*** apuimedo has quit IRC06:12
*** apuimedo has joined #openstack-infra06:13
*** gildub has quit IRC06:13
*** aeng has quit IRC06:13
*** salv-orl_ has joined #openstack-infra06:14
*** salv-orlando has quit IRC06:14
*** hdd has quit IRC06:19
*** apuimedo has quit IRC06:20
*** apuimedo has joined #openstack-infra06:21
*** [1]Thelo has joined #openstack-infra06:22
*** kaisers has quit IRC06:23
*** Thelo has quit IRC06:24
*** [1]Thelo is now known as Thelo06:24
*** zhurong has joined #openstack-infra06:27
*** abregman has joined #openstack-infra06:29
*** apuimedo has quit IRC06:30
*** placko has joined #openstack-infra06:30
*** apuimedo has joined #openstack-infra06:31
*** zhurong_ has quit IRC06:31
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/25828106:33
*** erikwilson has joined #openstack-infra06:33
*** otter768 has joined #openstack-infra06:34
*** apuimedo has quit IRC06:35
*** isaacb has joined #openstack-infra06:36
*** apuimedo has joined #openstack-infra06:36
*** erikwilson has quit IRC06:38
openstackgerritKhai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script  https://review.openstack.org/25808806:38
*** otter768 has quit IRC06:39
*** salv-orlando has joined #openstack-infra06:41
*** apuimedo has quit IRC06:41
*** apuimedo has joined #openstack-infra06:41
*** signed8bit has joined #openstack-infra06:42
*** changbl has joined #openstack-infra06:42
*** bexelbie has joined #openstack-infra06:42
*** salv-orl_ has quit IRC06:43
*** markvoelker has joined #openstack-infra06:47
*** harlowja_at_home has quit IRC06:49
openstackgerritMerged openstack-infra/irc-meetings: Add designate  meeting_id and agenda_url  https://review.openstack.org/25825106:51
openstackgerritMerged openstack-infra/irc-meetings: Add manila agenda_url  https://review.openstack.org/25825306:51
openstackgerritMerged openstack-infra/irc-meetings: Add app-catalog agenda_url  https://review.openstack.org/25825706:51
openstackgerritMerged openstack-infra/irc-meetings: Add barbican meeting_id and agenda_url  https://review.openstack.org/25825806:51
*** markvoelker has quit IRC06:52
openstackgerritMerged openstack-infra/irc-meetings: Add octavia agenda_url  https://review.openstack.org/25826306:52
openstackgerritMerged openstack-infra/irc-meetings: Add trove meeting_id and agenda_url  https://review.openstack.org/25826706:52
*** thorst has joined #openstack-infra06:54
*** apuimedo has quit IRC06:55
*** apuimedo has joined #openstack-infra06:57
*** armax has quit IRC06:57
*** AJaeger has joined #openstack-infra06:58
openstackgerritHidekazu Nakamura proposed openstack-infra/infra-manual: Update Accessing Gerrit over HTTPS section  https://review.openstack.org/25828606:59
*** rcernin has joined #openstack-infra07:01
*** thorst has quit IRC07:01
*** apuimedo has quit IRC07:02
*** apuimedo has joined #openstack-infra07:02
*** salv-orlando has quit IRC07:04
therveclarkb, fungi: not around by any chance?07:04
thervehttps://review.openstack.org/#/c/257537/ seems to break grenade jobs07:04
clarkbtherve it ran multiple times with success07:07
clarkbhow is it breaking grenade?07:07
therveclarkb, http://logs.openstack.org/81/254081/2/check/gate-grenade-dsvm-heat/5daf862/console.html07:07
thervePossibly only the heat ones I guess07:07
*** kaisers has joined #openstack-infra07:08
*** kaisers has quit IRC07:09
*** apuimedo has quit IRC07:09
thervehttp://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%2207:09
*** apuimedo has joined #openstack-infra07:10
*** jffische has quit IRC07:12
*** kaisers has joined #openstack-infra07:12
*** rcernin_ has joined #openstack-infra07:12
*** aopincar has joined #openstack-infra07:12
openstackgerritMerged openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/25826907:13
*** rcernin has quit IRC07:13
clarkbmy change touched code that runs on line 594, this fails at 54607:13
clarkbwhy do we think that change is related?07:14
*** apuimedo has quit IRC07:14
*** apuimedo has joined #openstack-infra07:15
therveWell, see the logstash link above07:15
therveThat looks very close at lease07:15
therveleast07:15
clarkbtherve no https://review.openstack.org/#/c/234508/ is likely the actual trigger07:15
clarkbneed to add grenade to the projects list in that job07:15
clarkbI cant do that now because I should be asleep but can write/review in the morning07:16
therveHum okay...07:16
AJaegerclarkb: sleep well, I'll review or cook a patch07:17
*** isaacb has quit IRC07:17
AJaegertherve: do you want to write a patch?07:17
clarkbdo we have a grenade job not in the devstack-gate.yaml file ? I thibk it must've just been missed07:17
AJaegerclarkb: in heat.yaml ;(07:18
AJaegerand sahara has one as well07:18
clarkbin that case just add grenade to PROJECTS list as in the dep of that change and all shpuld be well07:19
therveAJaeger, Some help would be welcome :)07:19
*** apuimedo has quit IRC07:19
*** signed8bit has quit IRC07:19
therveAh but I think I see the issue07:20
*** rcernin_ has quit IRC07:21
therveAJaeger, http://paste.openstack.org/show/482039/ I guess?07:22
*** apuimedo has joined #openstack-infra07:22
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Fix grenade heat and sahara jobs  https://review.openstack.org/25829107:22
*** rcernin has joined #openstack-infra07:22
therveCool :)07:22
AJaegertherve: yes, that's the first part of the change. Sorry, I was too impatient.07:22
therveNo, thank you for fixing that07:23
therveHope someone will be around to approve it07:23
AJaegertherve: Once it passed Jenkins, I'll ping some folks...07:23
*** boris-42_ has quit IRC07:23
therveAwesome thanks07:23
clarkbI went ahwad and approved07:24
AJaegerfirst need to fix a documentation change - it failed since new files had spaces at the end of the filename ;(07:24
AJaegerthanks, clarkb !07:24
*** bexelbie has quit IRC07:27
*** maishsk has joined #openstack-infra07:27
*** apuimedo has quit IRC07:29
*** sgordon has quit IRC07:30
*** apuimedo has joined #openstack-infra07:31
*** elo has joined #openstack-infra07:32
*** sgordon has joined #openstack-infra07:33
*** thorst has joined #openstack-infra07:33
*** elo has quit IRC07:33
*** apuimedo has quit IRC07:35
*** apuimedo has joined #openstack-infra07:36
*** salv-orlando has joined #openstack-infra07:36
*** binbincong has quit IRC07:36
*** elo has joined #openstack-infra07:40
*** sgordon` has joined #openstack-infra07:41
*** thorst has quit IRC07:41
*** btully has quit IRC07:41
*** kushal has joined #openstack-infra07:43
*** sgordon has quit IRC07:44
*** apuimedo has quit IRC07:45
*** ParsectiX has joined #openstack-infra07:45
*** ParsectiX has quit IRC07:46
*** ParsectiX has joined #openstack-infra07:46
*** apuimedo has joined #openstack-infra07:46
*** salv-orl_ has joined #openstack-infra07:47
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Start validating JJB job-templates  https://review.openstack.org/24603407:47
*** salv-orlando has quit IRC07:47
*** sdake has quit IRC07:47
openstackgerritMerged openstack-infra/project-config: Fix grenade heat and sahara jobs  https://review.openstack.org/25829107:47
*** sgordon` has quit IRC07:48
AJaegertherve: change merged, wait an hour to have the change propagated and then recheck your change.07:49
*** sdake has joined #openstack-infra07:49
therveAJaeger, OK, will keep track07:49
openstackgerritGal Sagie proposed openstack-infra/project-config: Fix Kuryr fullstack tempest job  https://review.openstack.org/25830307:53
*** mgrosz has joined #openstack-infra07:53
mgroszGood morning07:53
*** sgordon has joined #openstack-infra07:53
*** salv-orlando has joined #openstack-infra07:54
openstackgerritDavid Pursehouse proposed openstack-infra/project-config: Lodgeit: Enable python27 check and gate jobs  https://review.openstack.org/25830407:54
*** salv-orl_ has quit IRC07:55
*** isaacb has joined #openstack-infra07:56
*** apuimedo has quit IRC07:56
*** salv-orl_ has joined #openstack-infra07:57
*** apuimedo has joined #openstack-infra07:57
*** salv-orlando has quit IRC07:57
*** ParsectiX has quit IRC07:58
*** Guest88440 has quit IRC07:58
*** maishsk has quit IRC08:00
openstackgerritMerged openstack-infra/project-config: Propose use seperate job builder for monasca experimental job  https://review.openstack.org/25754608:00
*** yamamoto has quit IRC08:00
*** yamamoto has joined #openstack-infra08:03
*** maishsk has joined #openstack-infra08:04
openstackgerritMerged openstack-infra/project-config: Use Manila specific job templates for building images  https://review.openstack.org/23306508:04
*** zhurong has quit IRC08:05
*** mgrosz has quit IRC08:05
*** salv-orl_ has quit IRC08:05
openstackgerritMerged openstack-infra/project-config: Use repo install for glean on F23  https://review.openstack.org/25820208:05
*** yamamoto has quit IRC08:06
*** apuimedo has quit IRC08:06
*** zhurong has joined #openstack-infra08:06
*** apuimedo has joined #openstack-infra08:07
*** tzn has joined #openstack-infra08:07
*** salv-orl_ has joined #openstack-infra08:08
*** yuanying has quit IRC08:09
ekarlsowas 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
ekarlsoseen a ton of the lex fail things08:11
*** tzn has quit IRC08:12
*** vilobhmm11 has quit IRC08:14
*** salv-orl_ has quit IRC08:14
*** mgrosz has joined #openstack-infra08:14
*** scheuran has joined #openstack-infra08:14
AJaegerekarlso: "ValueError: No closing quotation"08:15
AJaegerBut where does that come from? ;(08:15
*** matrohon has joined #openstack-infra08:15
*** btully has joined #openstack-infra08:15
AJaegerekarlso: let's check your most recent change in projectr-config carefully...08:17
*** chlong has quit IRC08:17
openstackgerritsonu proposed openstack-infra/bindep: Remove py26 support from bindep  https://review.openstack.org/25832208:18
*** e0ne has joined #openstack-infra08:18
*** apuimedo has quit IRC08:18
*** yamamoto has joined #openstack-infra08:18
*** yamamoto has quit IRC08:18
AJaegerekarlso: 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 IRC08:19
*** apuimedo has joined #openstack-infra08:20
openstackgerritsonu proposed openstack-infra/bindep: Removes MANIFEST.in as it is not needed explicitely by PBR  https://review.openstack.org/25834008:21
AJaegerekarlso: check also http://logs.openstack.org/06/257906/5/check/gate-project-config-compare-xml/6acaecb/console.html08:21
AJaegerekarlso: I'm not seeing anything obvious08:22
*** e0ne has quit IRC08:23
*** e0ne has joined #openstack-infra08:24
*** apuimedo has quit IRC08:25
*** shardy has joined #openstack-infra08:25
*** apuimedo has joined #openstack-infra08:26
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Test that job regexes in zuul/layout match  https://review.openstack.org/25814708:27
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Run regex match over jobs in memory  https://review.openstack.org/25823908:27
*** salv-orlando has joined #openstack-infra08:27
*** tzn has joined #openstack-infra08:28
*** bknudson has quit IRC08:31
*** tzn has quit IRC08:33
*** erikwilson has joined #openstack-infra08:34
*** dingyichen has quit IRC08:35
*** otter768 has joined #openstack-infra08:35
*** jtomasek has joined #openstack-infra08:36
openstackgerritGal Sagie proposed openstack-infra/project-config: No need to run tempest in Rally jobs  https://review.openstack.org/25834708:36
*** apuimedo has quit IRC08:37
*** salv-orlando has quit IRC08:38
*** thorst has joined #openstack-infra08:38
*** masber has joined #openstack-infra08:39
*** erikwilson has quit IRC08:39
*** sdake has quit IRC08:39
*** apuimedo has joined #openstack-infra08:40
*** otter768 has quit IRC08:40
*** piet has joined #openstack-infra08:41
*** zeih has joined #openstack-infra08:43
*** jordanP has joined #openstack-infra08:44
*** markus_z has joined #openstack-infra08:45
*** amotoki has quit IRC08:45
*** salv-orlando has joined #openstack-infra08:45
*** jlanoux has joined #openstack-infra08:46
*** thorst has quit IRC08:46
*** salv-orlando has quit IRC08:46
*** ihrachys has joined #openstack-infra08:47
*** apuimedo has quit IRC08:47
*** salv-orlando has joined #openstack-infra08:47
*** ifarkas has joined #openstack-infra08:47
*** markvoelker has joined #openstack-infra08:48
*** maishsk has quit IRC08:48
*** apuimedo has joined #openstack-infra08:49
*** rcernin has quit IRC08:50
*** egonzalez has joined #openstack-infra08:52
openstackgerritGal Sagie proposed openstack-infra/project-config: Fix rally jobs for networking-ovn, kuryr and dragonflow  https://review.openstack.org/25834708:52
*** itsuugo has joined #openstack-infra08:52
*** jcoufal has joined #openstack-infra08:52
evgenylGood 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 IRC08:53
*** apuimedo has quit IRC08:54
*** piet has quit IRC08:54
*** apuimedo has joined #openstack-infra08:55
*** dims has joined #openstack-infra08:55
*** salv-orlando has quit IRC08:57
AJaegerevgenyl: 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-infra08:58
*** fhubik has joined #openstack-infra08:59
*** salv-orlando has joined #openstack-infra08:59
*** ociuhandu has joined #openstack-infra08:59
*** gildub has joined #openstack-infra08:59
*** bexelbie has joined #openstack-infra08:59
evgenylAJaeger: oh, thanks for the information, will wait for the next merge window then.08:59
openstackgerritMerged openstack-infra/project-config: Fix Kuryr fullstack tempest job  https://review.openstack.org/25830309:03
*** maishsk has quit IRC09:03
openstackgerritDavid Pursehouse proposed openstack-infra/lodgeit: Fix alert message shown when cookie is removed  https://review.openstack.org/25835909:04
*** e0ne has quit IRC09:04
AJaegerevgenyl: still, it needs two +2 reviews ...09:05
*** mgrosz has quit IRC09:05
*** weshay has quit IRC09:06
openstackgerritMerged openstack-infra/project-config: Start validating JJB job-templates  https://review.openstack.org/24603409:07
openstackgerritMerged openstack-infra/project-config: Lodgeit: Enable python27 check and gate jobs  https://review.openstack.org/25830409:07
openstackgerritMerged openstack-infra/project-config: install-distro-packages.sh : missing content in branch  https://review.openstack.org/25823109:07
openstackgerritMerged openstack-infra/project-config: Add docs-on-rtfd hook for bareon project  https://review.openstack.org/25791009:07
*** mgrosz has joined #openstack-infra09:07
*** salv-orlando has quit IRC09:08
*** masber has quit IRC09:08
*** rcernin has joined #openstack-infra09:08
*** maishsk has joined #openstack-infra09:08
*** yamahata has joined #openstack-infra09:08
*** Hal has joined #openstack-infra09:11
*** Hal is now known as Guest5748509:11
*** bexelbie has quit IRC09:11
*** bexelbie has joined #openstack-infra09:12
*** dims has quit IRC09:13
*** jistr has joined #openstack-infra09:13
*** fhubik is now known as fhubik_brb09:14
*** fhubik_brb is now known as fhubik09:14
*** sfinucan has joined #openstack-infra09:15
*** piet has joined #openstack-infra09:18
*** zhurong has quit IRC09:18
openstackgerritMerged openstack-infra/project-config: Rename and templatize ansible functional jobs  https://review.openstack.org/25753009:18
*** zhurong has joined #openstack-infra09:20
*** aarefiev has quit IRC09:20
*** apuimedo has quit IRC09:20
*** mgrosz has quit IRC09:21
*** mgrosz has joined #openstack-infra09:22
*** apuimedo has joined #openstack-infra09:22
*** aarefiev has joined #openstack-infra09:23
*** salv-orlando has joined #openstack-infra09:26
openstackgerritVitaly Gridnev proposed openstack-infra/project-config: [sahara] job for sahara-dashboard integration tests  https://review.openstack.org/25523209:27
*** tzn has joined #openstack-infra09:29
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Skip jobs appropriately for releasenotes  https://review.openstack.org/25783009:30
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Skip jobs appropriately for releasenotes  https://review.openstack.org/25783009:30
*** apuimedo has quit IRC09:31
*** apuimedo has joined #openstack-infra09:32
*** hashar has joined #openstack-infra09:32
*** mgrosz has quit IRC09:34
*** piet has quit IRC09:34
*** tzn has quit IRC09:34
*** zhurong has quit IRC09:35
*** zhurong has joined #openstack-infra09:36
*** hichihara has quit IRC09:36
*** apuimedo has quit IRC09:37
*** skolekonov has joined #openstack-infra09:37
*** tzn has joined #openstack-infra09:37
*** apuimedo has joined #openstack-infra09:37
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Test that job regexes in zuul/layout match  https://review.openstack.org/25814709:38
AJaegerianw: fixed the typo, I rather have this.. - thanks for the reviews ^09:39
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Run regex match over jobs in memory  https://review.openstack.org/25823909:39
openstackgerritMerged openstack-infra/system-config: Discontinue Release status page  https://review.openstack.org/25481709:40
*** sfinucan_ has joined #openstack-infra09:41
*** _nadya_ has joined #openstack-infra09:42
*** cdent has joined #openstack-infra09:42
*** tzn has quit IRC09:42
*** apuimedo_ has joined #openstack-infra09:43
*** thorst has joined #openstack-infra09:43
*** sfinucan has quit IRC09:44
*** bharathm has quit IRC09:45
mescanefhello openstack-infra:-) maybe any one around able to add ppl to gerrit acls groups?09:46
*** yamamoto has joined #openstack-infra09:47
*** rguillebert has joined #openstack-infra09:47
*** thorst has quit IRC09:50
*** apuimedo_ has quit IRC09:51
openstackgerritJedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar  https://review.openstack.org/25837809:51
yolandahi mescanef, i can help09:51
mescanefyolanda: 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-infra09:54
*** salv-orlando has quit IRC09:54
yolandasure09:54
*** admin0 has joined #openstack-infra09:54
yolandadone09:55
mescanefyolanda: thanks:-)09:55
*** apuimedo_ has joined #openstack-infra09:56
*** rkukura_ has joined #openstack-infra09:57
*** rkukura has quit IRC09:57
*** rkukura_ is now known as rkukura09:57
*** e0ne has joined #openstack-infra09:57
*** mgrosz has joined #openstack-infra09:59
*** apuimedo has quit IRC09:59
*** dizquierdo has joined #openstack-infra09:59
*** zhenguo has quit IRC10:00
*** apuimedo has joined #openstack-infra10:00
*** Liuqing_ has quit IRC10:01
*** apuimedo_ has quit IRC10:01
openstackgerritJedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar. Solar is not yet ready to fulfill these requirements.  https://review.openstack.org/25837810:01
*** Liuqing has joined #openstack-infra10:02
*** Liuqing has quit IRC10:02
*** btully has joined #openstack-infra10:03
*** ociuhandu has quit IRC10:04
*** ociuhandu has joined #openstack-infra10:04
*** Qiming has quit IRC10:05
*** zhurong has quit IRC10:06
*** apuimedo_ has joined #openstack-infra10:07
*** btully has quit IRC10:07
*** fhubik is now known as fhubik_brb10:08
*** fhubik_brb is now known as fhubik10:08
*** zhurong has joined #openstack-infra10:09
*** apuimedo has quit IRC10:09
*** apuimedo has joined #openstack-infra10:10
*** apuimedo_ has quit IRC10:12
*** zhurong has quit IRC10:13
*** apuimedo_ has joined #openstack-infra10:17
openstackgerritJedrzej Nowak proposed openstack-infra/project-config: Remove check-requirements for Solar.  https://review.openstack.org/25837810:18
*** AJaeger has quit IRC10:23
*** apuimedo_ has quit IRC10:24
*** apuimedo has quit IRC10:24
*** AJaeger has joined #openstack-infra10:24
*** AJaeger has quit IRC10:25
*** AJaeger has joined #openstack-infra10:25
*** apuimedo has joined #openstack-infra10:25
*** mgrosz has quit IRC10:27
*** dizquierdo has quit IRC10:27
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin  https://review.openstack.org/25840210:29
*** apuimedo_ has joined #openstack-infra10:29
*** AJaeger has quit IRC10:30
*** AJaeger has joined #openstack-infra10:30
*** AJaeger has quit IRC10:31
*** Kennan has quit IRC10:33
*** AJaeger has joined #openstack-infra10:33
openstackgerrityolanda.robla proposed openstack-infra/glean: Open /etc/hosts file in append mode, not write  https://review.openstack.org/25840510:34
*** apuimedo_ has quit IRC10:34
*** erikwilson has joined #openstack-infra10:35
*** apuimedo has quit IRC10:35
*** otter768 has joined #openstack-infra10:36
*** felix_li has quit IRC10:36
*** apuimedo has joined #openstack-infra10:37
*** Kennan has joined #openstack-infra10:37
*** apuimedo_ has joined #openstack-infra10:39
*** erikwilson has quit IRC10:40
*** Liuqing has joined #openstack-infra10:40
openstackgerrityolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes  https://review.openstack.org/25204110:40
*** mgrosz has joined #openstack-infra10:41
*** salv-orlando has joined #openstack-infra10:41
*** otter768 has quit IRC10:41
*** apuimedo has quit IRC10:41
*** gfidente has left #openstack-infra10:42
*** mgrosz has quit IRC10:42
*** yamahata has quit IRC10:43
*** apuimedo has joined #openstack-infra10:43
*** thorst has joined #openstack-infra10:48
*** apuimedo_ has quit IRC10:48
*** markvoelker has joined #openstack-infra10:49
*** mgrosz has joined #openstack-infra10:49
*** admin0 has quit IRC10:50
*** sambetts-afk is now known as sambetts10:50
*** sshnaidm has joined #openstack-infra10:52
*** fhubik is now known as fhubik_brb10:52
*** markvoelker has quit IRC10:53
*** rfolco has joined #openstack-infra10:53
*** apuimedo_ has joined #openstack-infra10:54
*** gildub has quit IRC10:55
*** thorst has quit IRC10:56
ekarlsoAJaeger: 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 seems10:57
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add plugin_email_enabled preference by default  https://review.openstack.org/24166510:58
ekarlsoAJaeger: 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.html10:58
*** flepied has quit IRC10:59
dtantsurhi folks, could you please look at https://review.openstack.org/#/c/258402/ asap?10:59
dtantsurironic's switch to devstack plugins seems to break ironic-inspector gate10:59
*** admin0 has joined #openstack-infra10:59
*** sputnik1_ has joined #openstack-infra11:01
*** coolsvap is now known as coolsvap|away11:01
*** claudiub has joined #openstack-infra11:06
*** fhubik_brb is now known as fhubik11:07
*** aysyd has joined #openstack-infra11:08
*** electrofelix has joined #openstack-infra11:08
*** apuimedo_ has quit IRC11:10
*** admin0 has quit IRC11:12
*** vgridnev has joined #openstack-infra11:13
*** _nadya_ has quit IRC11:14
*** sputnik1_ has quit IRC11:14
*** Qiming has joined #openstack-infra11:15
*** aysyd has quit IRC11:15
*** aysyd has joined #openstack-infra11:15
*** apuimedo_ has joined #openstack-infra11:15
*** bogdando has quit IRC11:16
*** lucas-dinner is now known as lucasagomes11:19
*** apuimedo_ has quit IRC11:20
*** yamamoto has quit IRC11:23
*** mgrosz has quit IRC11:24
gsagieanyone might know why this is failing? http://logs.openstack.org/79/258379/1/check/gate-kuryr-dsvm-fullstack-nv/8ac6341/console.html11:24
*** apuimedo_ has joined #openstack-infra11:26
Zaradoes 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 IRC11:29
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin  https://review.openstack.org/25840211:29
*** gongysh_ has joined #openstack-infra11:29
*** cdent has joined #openstack-infra11:29
*** apuimedo_ has quit IRC11:30
AJaegerekarlso: sorry, can't help today with this11:31
*** gongysh_ has quit IRC11:32
AJaegerdtantsur: commented on it...11:35
*** apuimedo_ has joined #openstack-infra11:35
*** elo has quit IRC11:36
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: add query for nova-net dnsmasq race  https://review.openstack.org/25843511:36
*** gongysh_ has joined #openstack-infra11:37
dtantsurAJaeger, thanks. ironic-inspector does not have stable/kilo at all11:38
AJaegerdtantsur: argh, checked ironic - ok, will review again..11:39
*** apuimedo_ has quit IRC11:40
*** bogdando has joined #openstack-infra11:40
*** claudiub has quit IRC11:43
*** erlon has joined #openstack-infra11:43
*** apuimedo_ has joined #openstack-infra11:46
*** salv-orlando has quit IRC11:47
*** salv-orlando has joined #openstack-infra11:47
*** cdent has quit IRC11:48
openstackgerritMerged openstack-infra/elastic-recheck: add query for nova-net dnsmasq race  https://review.openstack.org/25843511:49
*** flepied has joined #openstack-infra11:50
*** apuimedo_ has quit IRC11:50
*** goodygum has joined #openstack-infra11:51
*** thorst has joined #openstack-infra11:53
openstackgerritPaul Michali proposed openstack-infra/project-config: Make VPN constraints jobs voting  https://review.openstack.org/25599211:55
*** apuimedo_ has joined #openstack-infra11:55
openstackgerritPaul Michali proposed openstack-infra/project-config: Make LBaaS constraints jobs voting  https://review.openstack.org/25639111:56
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks  https://review.openstack.org/16311711:56
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent  https://review.openstack.org/23894811:56
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter  https://review.openstack.org/24325011:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Encapsulate determining the event purpose  https://review.openstack.org/24748711:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug.  https://review.openstack.org/19245711:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) support github pull reqeust labels  https://review.openstack.org/24742111:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events.  https://review.openstack.org/19120711:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event  https://review.openstack.org/23920311:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for dependent pipelines with github  https://review.openstack.org/24750011:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub  https://review.openstack.org/23913811:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow using webapp from connections  https://review.openstack.org/21564211:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow list values in template parameters.  https://review.openstack.org/19120811:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter.  https://review.openstack.org/19131211:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status  https://review.openstack.org/23930311:57
openstackgerritJan Hruban proposed openstack-infra/zuul: (WIP) Allow github trigger to match on branches/refs  https://review.openstack.org/25844811:57
openstackgerritPaul Michali proposed openstack-infra/project-config: Make FWaaS constraints jobs voting  https://review.openstack.org/25670211:57
*** thorst has quit IRC12:00
*** yamamoto has joined #openstack-infra12:00
*** fhubik is now known as fhubik_brb12:01
*** Guest57485 has quit IRC12:01
*** yamamoto_ has joined #openstack-infra12:02
*** salv-orlando has quit IRC12:03
*** doug-fish has joined #openstack-infra12:03
*** vgridnev has quit IRC12:04
*** apuimedo_ has quit IRC12:05
*** yamamoto has quit IRC12:05
*** salv-orlando has joined #openstack-infra12:09
*** vgridnev has joined #openstack-infra12:11
*** apuimedo_ has joined #openstack-infra12:11
*** salv-orlando has quit IRC12:11
*** admin0 has joined #openstack-infra12:13
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs  https://review.openstack.org/25845812:16
*** apuimedo_ has quit IRC12:16
*** apuimedo_ has joined #openstack-infra12:20
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs  https://review.openstack.org/25845812:23
vponomaryovclarkb: fyi ^ is is acceptable way of pulling client or should be something else?12:24
vponomaryovs/is is/is it/12:24
*** baoli has joined #openstack-infra12:24
*** pkoniszewski has joined #openstack-infra12:26
AJaegervponomaryov: did you see my questions on change 1? I'm not sure whether those 3 jobs also need this change...12:27
vponomaryovAJaeger: verifying it...12:27
*** apuimedo_ has quit IRC12:27
*** baoli has quit IRC12:27
AJaegerthanks, vponomaryov.12:28
vponomaryovAJaeger: yes, they do require too12:28
vponomaryovAJaeger: thanks12:28
*** gordc has joined #openstack-infra12:28
AJaeger;)12:28
*** _nadya_ has joined #openstack-infra12:29
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs  https://review.openstack.org/25845812:30
*** rossella_s has quit IRC12:30
*** thorst has joined #openstack-infra12:30
*** rossella_s has joined #openstack-infra12:31
*** apuimedo_ has joined #openstack-infra12:32
*** markvoelker has joined #openstack-infra12:35
*** rhallisey has joined #openstack-infra12:35
*** yamamoto_ has quit IRC12:36
*** erikwilson has joined #openstack-infra12:36
dtantsuryolanda, hi! could you please take one more look at https://review.openstack.org/#/c/258402/ ?12:36
yolandasure12:37
*** apuimedo_ has quit IRC12:37
*** otter768 has joined #openstack-infra12:37
yolanda+a12:38
AJaegeryolanda: https://review.openstack.org/258147 would be nice as well, please12:38
*** markvoelker has quit IRC12:39
yolandaAJaeger, i have the concern if that will leave the file open12:41
*** erikwilson has quit IRC12:41
*** baoli has joined #openstack-infra12:41
*** apuimedo_ has joined #openstack-infra12:42
*** otter768 has quit IRC12:42
*** baoli_ has joined #openstack-infra12:43
*** apuimedo_ has quit IRC12:46
*** apuimedo has quit IRC12:46
*** baoli_ has quit IRC12:46
*** baoli_ has joined #openstack-infra12:47
*** apuimedo has joined #openstack-infra12:47
*** baoli has quit IRC12:47
*** placko has quit IRC12:47
*** dprince has joined #openstack-infra12:48
*** gongysh_ has quit IRC12:51
*** apuimedo_ has joined #openstack-infra12:51
openstackgerritMerged openstack-infra/project-config: Switch ironic-inspector jobs to ironic devstack plugin  https://review.openstack.org/25840212:51
*** baoli_ has quit IRC12:51
mugsieis there a openstack code search site hosted by infra? I seem to rememeber seeing one12:51
*** jcoufal has quit IRC12:52
mugsieah. should have guessed it was http://codesearch.openstack.org/12:52
*** yamamoto has joined #openstack-infra12:53
*** yamamoto has quit IRC12:54
*** Daisy has joined #openstack-infra12:55
*** jcoufal has joined #openstack-infra12:55
*** admin0 has left #openstack-infra12:56
*** links has quit IRC12:57
openstackgerritEvgeniy L proposed openstack-infra/project-config: Enable pypi publishing for Bareon project  https://review.openstack.org/25793212:57
*** rcernin has quit IRC12:58
*** claudiub has joined #openstack-infra13:02
*** apuimedo_ has quit IRC13:02
*** amuller has joined #openstack-infra13:02
*** flepied has quit IRC13:03
*** mase_x200 has joined #openstack-infra13:06
*** Hal has joined #openstack-infra13:06
*** Daisy has quit IRC13:06
*** Hal is now known as Guest685913:06
*** Daisy has joined #openstack-infra13:06
*** flepied has joined #openstack-infra13:06
*** apuimedo_ has joined #openstack-infra13:07
*** markvoelker has joined #openstack-infra13:09
*** shardy has quit IRC13:10
*** dizquierdo has joined #openstack-infra13:10
*** chlong has joined #openstack-infra13:11
*** weshay_xchat has joined #openstack-infra13:11
*** Daisy has quit IRC13:11
*** apuimedo has quit IRC13:11
*** apuimedo has joined #openstack-infra13:12
*** Daisy has joined #openstack-infra13:12
*** shardy has joined #openstack-infra13:12
*** apuimedo_ has quit IRC13:12
*** rcernin has joined #openstack-infra13:13
*** zhenguo has joined #openstack-infra13:16
*** apuimedo has quit IRC13:16
*** apuimedo has joined #openstack-infra13:17
*** apuimedo_ has joined #openstack-infra13:17
*** BobBall_AWOL is now known as BobBall13:19
*** Daisy has quit IRC13:20
*** apuimedo has quit IRC13:21
BobBallI'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 binaries13:22
*** trown|outttypeww is now known as trown|brb13:25
*** trown|brb is now known as trown13:25
BobBallnot binaries - I mean client libraries.13:25
*** woodster_ has joined #openstack-infra13:25
BobBallBut I don't understand how or where it might be being deleted?13:25
BobBallOf course, nodepool does not log that it is deleting the key13:26
*** notnownikki has joined #openstack-infra13:27
*** apuimedo has joined #openstack-infra13:27
*** apuimedo_ has quit IRC13:29
AJaegeryolanda: the followup patch reads the file into memory, so this is fixed already13:29
*** apuimedo_ has joined #openstack-infra13:30
*** nmagnezi has joined #openstack-infra13:31
*** apuimedo has quit IRC13:31
*** matrohon has quit IRC13:36
*** apuimedo has joined #openstack-infra13:37
*** dslev_ has quit IRC13:38
*** Daisy has joined #openstack-infra13:40
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition  https://review.openstack.org/25849713:40
dtantsurI should not have done anything to project-config one day before long awaited PTO >_<13:41
*** kgiusti has joined #openstack-infra13:41
*** apuimedo has quit IRC13:41
openstackgerritsebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation  https://review.openstack.org/19845813:42
*** apuimedo_ has quit IRC13:42
AJaegerdtantsur: we shouldn't have approved it either ;(13:42
AJaegerdtantsur: fast-approved it...13:42
dtantsurAJaeger, thanks! not sure what happened to me today...13:43
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: Widen query  https://review.openstack.org/25849813:43
AJaegerdtantsur: time for vacation, I guess;)13:43
dtantsurtomorrow! :)13:43
*** apuimedo has joined #openstack-infra13:44
*** piet has joined #openstack-infra13:44
*** Daisy has quit IRC13:44
*** admin0 has joined #openstack-infra13:46
AJaegerdtantsur: enjoy a well deserved vacation!13:46
dtantsurthanks13:46
*** apuimedo_ has joined #openstack-infra13:46
*** jlanoux has quit IRC13:47
*** eharney has joined #openstack-infra13:47
openstackgerritAndrey Pavlov proposed openstack-infra/project-config: Fix for sahara grenade job  https://review.openstack.org/25850413:49
*** dslev has joined #openstack-infra13:49
*** jlanoux has joined #openstack-infra13:50
*** apuimedo has quit IRC13:50
*** apuimedo_ has quit IRC13:51
*** apuimedo has joined #openstack-infra13:52
*** fhubik_brb is now known as fhubik13:52
*** tlian has joined #openstack-infra13:52
*** rfolco_ has joined #openstack-infra13:53
*** rfolco has quit IRC13:54
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: moved to new bug  https://review.openstack.org/25851313:54
*** yamamoto has joined #openstack-infra13:55
*** piet has quit IRC13:55
*** nmagnezi has quit IRC13:55
*** piet has joined #openstack-infra13:56
*** apuimedo_ has joined #openstack-infra13:56
*** fhubik is now known as fhubik_brb13:57
*** fhubik_brb is now known as fhubik13:57
*** FallenPegasus has joined #openstack-infra13:57
*** rfolco_ has quit IRC13:57
*** rfolco_ has joined #openstack-infra13:58
*** pkarikh has joined #openstack-infra13:58
*** dkranz has joined #openstack-infra14:00
*** dtardivel has joined #openstack-infra14:01
*** amotoki has joined #openstack-infra14:02
*** yamamoto has quit IRC14:02
yolandamordred, 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 bug14:02
*** amotoki has quit IRC14:02
openstackgerritsebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation  https://review.openstack.org/19845814:03
*** smarcet has joined #openstack-infra14:03
openstackgerritMerged openstack-infra/elastic-recheck: Widen query  https://review.openstack.org/25849814:03
*** amotoki has joined #openstack-infra14:04
*** amotoki has quit IRC14:04
*** cbader has quit IRC14:04
*** amotoki has joined #openstack-infra14:04
*** rcernin has quit IRC14:06
openstackgerritNikolas Hermanns proposed openstack-infra/project-config: WIP: Add tempest-dsvm-networking-bgpvpn jobs  https://review.openstack.org/25852214:06
openstackgerritMerged openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition  https://review.openstack.org/25849714:07
*** xarses_ has joined #openstack-infra14:08
*** nmagnezi has joined #openstack-infra14:08
*** xarses has quit IRC14:09
*** fhubik is now known as fhubik_brb14:09
*** ekarlso has quit IRC14:10
pkarikhhi 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 IRC14:10
*** fhubik_brb is now known as fhubik14:12
AJaegerpkarikh: which change?14:12
AJaegerpkarikh: nothing has changed, so Depends-On should work fine with the usual limitations14:12
AJaegerhttp://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies14:13
pkarikhAJaeger: 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 IRC14:14
openstackgerritMerged openstack-infra/storyboard: Single event email worker.  https://review.openstack.org/24034614:14
pkarikhand that class was introduced in commit from depends-on14:14
pkarikhSo maybe I'm doing something wrong.14:15
AJaegerpkarikh: but that change installs keystone from pypi, so it would not have helped...14:15
AJaegerI meant: That job14:15
*** lykinsbd has joined #openstack-infra14:16
AJaegersee http://logs.openstack.org/88/252488/17/check/gate-horizon-python27/1e09432/console.html#_2015-12-16_12_55_49_11814:16
pkarikhAJaeger: oh14:16
*** mriedem has joined #openstack-infra14:16
*** apuimedo_ has quit IRC14:17
AJaegerSo, 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
tsufievAJaeger, btw, is there any description of how many dependencies can Depends-On pull?14:17
openstackgerritMerged openstack-infra/elastic-recheck: moved to new bug  https://review.openstack.org/25851314:17
AJaegerLet me rephrase: Most of the jobs install the clients from pypi14:17
*** moravec has joined #openstack-infra14:17
pkarikhAJaeger: ok, got it.  Thank you14:18
AJaegertsufiev: I'm not a ware of an upper limit, I've seen regularly two but don't remember more14:18
tsufievAJaeger, I meant when it's applicable and when it's not14:18
tsufieve.g., it seems that for python-*client it's not14:19
openstackgerritMerged openstack-infra/glean: Enable network.service with systemd  https://review.openstack.org/25723014:19
*** daemontool has joined #openstack-infra14:19
openstackgerritMerged openstack-infra/glean: Always log debug output to syslog  https://review.openstack.org/25761714:19
AJaegertsufiev: 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
openstackgerritMerged openstack-infra/glean: Update documentation  https://review.openstack.org/25763914:20
tsufievAJaeger, 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-infra14:22
*** Liuqing has quit IRC14:24
openstackgerritMerged openstack-infra/devstack-gate: Bump ironic timeout way up  https://review.openstack.org/25763714:25
*** mase_x200 has quit IRC14:26
*** admin0 has quit IRC14:27
*** xyang1 has joined #openstack-infra14:27
*** amotoki has quit IRC14:28
*** signed8bit has joined #openstack-infra14:29
*** yamamoto has joined #openstack-infra14:29
*** erikwilson has joined #openstack-infra14:29
*** yamamoto has quit IRC14:29
*** erikwilson has quit IRC14:29
sdagueis there anyone around that can do a promote?14:29
sdaguealembic was released with something breaking lots of unit tests14:30
sdaguehttps://review.openstack.org/#/c/253859/3 fixes it on the nova side14:30
sdaguethe gate is going to spin and grind until it's in14:30
*** yamamoto has joined #openstack-infra14:30
AJaegersdague: yolanda is the only one that spoke up so far ;)14:30
*** Liuqing has joined #openstack-infra14:31
sdagueyolanda: ? ^^^14:31
AJaegersdague: let's ask infra-root14:31
yolandahi sdague14:31
yolandalet me check ... /me has never done a promote upstream14:31
yolandasomeday needs to be the first time14:32
yolandasdague, is that on gate pipeline?14:33
sdagueyolanda: it is, it just entered14:34
openstackgerritJohn Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE changes needed for delorean promotion  https://review.openstack.org/25814014:34
*** jcoufal has quit IRC14:34
AJaegeryolanda: let the first tempest job merge and promote once it'S in14:34
yolandai launched a promote command, but is not responding14:35
*** apuimedo_ has quit IRC14:36
*** apuimedo has quit IRC14:36
*** Liuqing has quit IRC14:36
AJaegeryolanda: it's now at the top...14:36
yolandacool14:36
yolandait took its time14:36
*** Liuqing has joined #openstack-infra14:37
AJaeger;)14:37
*** apuimedo has joined #openstack-infra14:37
*** regXboi has joined #openstack-infra14:38
*** otter768 has joined #openstack-infra14:38
*** sdake has joined #openstack-infra14:39
*** apuimedo_ has joined #openstack-infra14:42
*** otter768 has quit IRC14:43
openstackgerritChangBo Guo(gcb) proposed openstack/requirements: Block alembic 0.8.4  https://review.openstack.org/25854214:43
*** zeih_ has joined #openstack-infra14:45
*** Swami_ has joined #openstack-infra14:45
*** zeih has quit IRC14:45
*** AJaeger has quit IRC14:45
*** admin0 has joined #openstack-infra14:46
*** hichihara has joined #openstack-infra14:47
*** annegentle has joined #openstack-infra14:47
*** jcoufal has joined #openstack-infra14:48
*** lucasagomes is now known as lucas-hungry14:49
*** annegentle has quit IRC14:51
sheeprineHi, 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-infra14:52
*** signed8bit is now known as signed8bit_ZZZzz14:53
openstackgerritDmitry Tantsur proposed openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition [2]  https://review.openstack.org/25855114:53
openstackgerritJoshua Hesketh proposed openstack-infra/project-config: Check for correct DocImpact tag usage  https://review.openstack.org/25130114:53
*** apuimedo_ has quit IRC14:53
dtantsurjroll, could you check that this time ^^ is correct?14:53
dtantsurinfra folks will soon ban me from submitting patches :D14:54
*** cbader has joined #openstack-infra14:54
*** fhubik is now known as fhubik_brb14:54
*** daemontool_ has joined #openstack-infra14:54
*** mtanino has joined #openstack-infra14:55
*** dtantsur is now known as dtantsur|brb14:55
*** daemontool has quit IRC14:56
*** HeOS has quit IRC14:56
jheskethclarkb: 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 signed8bit14:58
*** daemontool_ has quit IRC14:59
*** sdake has quit IRC14:59
*** apuimedo_ has joined #openstack-infra14:59
fungisdague: do you happen to know whether other projects need patches similar to nova's 253859?14:59
*** nmagnezi has quit IRC15:00
*** pedroalvarez has quit IRC15:00
*** pedroalvarez has joined #openstack-infra15:01
smarcetfungi: clarkb : morning guys, hopping that are u doing ok :)15:01
smarcetfungi:clarkb: i would like to approve and merge https://review.openstack.org/#/c/198458/15:01
smarcetany concern?15:01
*** ddieterly has joined #openstack-infra15:01
smarcetjust to move it to dev15:01
*** derekh has joined #openstack-infra15:01
*** xarses_ has quit IRC15:02
*** EricGonczer_ has joined #openstack-infra15:03
fungismarcet: seems fine--go for it15:04
openstackgerritYan Ning proposed openstack-infra/project-config: This patch is to fix export projects error for monasca  https://review.openstack.org/25855815:04
smarcetfungi: ok thx :)15:04
fungii 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 necessary15:05
*** unicell has joined #openstack-infra15:05
smarcetfungi: roger that15:05
*** apuimedo_ has quit IRC15:06
*** unicell1 has quit IRC15:06
*** rfolco_ has quit IRC15:07
*** baoli has joined #openstack-infra15:10
*** zz_dimtruck is now known as dimtruck15:10
openstackgerritKhai Do proposed openstack-infra/system-config: Improve gerrit 2.8 cleanup script  https://review.openstack.org/25808815:11
*** apuimedo_ has joined #openstack-infra15:11
*** jaosorior has joined #openstack-infra15:11
*** dizquierdo has quit IRC15:12
*** ayoung has quit IRC15:12
*** apuimedo has quit IRC15:12
*** nmagnezi has joined #openstack-infra15:12
*** apuimedo has joined #openstack-infra15:13
*** btully has joined #openstack-infra15:13
*** rbrndt has joined #openstack-infra15:15
*** sabeen1 has joined #openstack-infra15:15
openstackgerritKhai Do proposed openstack-infra/system-config: Add automated database config retrieval  https://review.openstack.org/25808815:16
*** spzala has joined #openstack-infra15:16
*** Qiming has quit IRC15:16
*** rfolco_ has joined #openstack-infra15:17
*** annegentle has joined #openstack-infra15:17
*** xarses_ has joined #openstack-infra15:19
openstackgerritDerek Higgins proposed openstack-infra/system-config: Remove tripleo-f21 logging handlers  https://review.openstack.org/24368615:19
onovyhi, 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 IRC15:20
*** apuimedo_ has quit IRC15:20
*** apuimedo has joined #openstack-infra15:21
*** yamahata has joined #openstack-infra15:22
*** aopincar has quit IRC15:23
sdaguefungi: I don't as of yet, I assume the answer is yes15:23
*** mgrosz has joined #openstack-infra15:25
fungisdague: 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-infra15:26
fungior did someone else take care of it already?15:26
*** apuimedo has quit IRC15:26
anteayasheeprine: the cloudkitty acl needs to be edited for branch creation http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/cloudkitty.config15:26
sdaguefungi: yolanda did it15:26
*** tsg has joined #openstack-infra15:26
fungithanks yolanda!15:26
yolandamy first promote in upstream :)15:26
sheeprineanteaya: Thanks, I'll send a code review then.15:27
anteayasheeprine: welcome, that is your way forward15:27
*** apuimedo has joined #openstack-infra15:27
dgonzalezhi 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-infra15:30
*** egonzalez has quit IRC15:30
openstackgerritMerged openstack-infra/storyboard-webclient: Place most recent items at the top of lists  https://review.openstack.org/25140915:30
*** sabeen1 has quit IRC15:30
fungionovy: it's possible something is wrong with pypi. i'm retrying that upload now and still getting "bad status line" errors returned by twine15:31
*** edmondsw has joined #openstack-infra15:31
fungidstufft: is there an upload problem with pypi at the moment?15:31
fungiConnectionError: ('Connection aborted.', BadStatusLine("''",))15:32
onovyfungi, so not my fault? :) it's my first release :)15:32
*** tzn has joined #openstack-infra15:32
openstackgerritStéphane Albert proposed openstack-infra/project-config: Fixed CloudKitty gerrit rights  https://review.openstack.org/25857415:32
sheeprineanteaya: Here you go https://review.openstack.org/#/c/258574/ :)15:33
*** apuimedo_ has quit IRC15:33
fungidstufft: onovy: basically i tell twine to upload it, get a 60 second pause, and then that error15:33
*** sshnaidm has quit IRC15:33
fungiattempting to upload http://tarballs.openstack.org/swauth/swauth-1.1.0-py2-none-any.whl15:33
AJaegerfungi, 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
anteayasheeprine: well it is for you, not for me15:34
anteayasheeprine: I don't need to create branches on cloudkitty15:34
anteayaZara: to the best of my knowledge openstack does not host an image service15:34
*** ifarkas has quit IRC15:34
anteayaZara: so if you want to utilize storyboard's ability to do so as far as I know there is nothing legacy standing in your way15:35
anteayaBobBall: 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 deleted15:35
anteayaBobBall: what nodepool version are you using?15:36
BobBallanteaya: Sorry - I've found the issue :(15:36
anteayaBobBall: oh good, mind sharing in case I hear someone else hitting the same problem?15:36
*** dizquierdo has joined #openstack-infra15:36
BobBallanteaya: I had multiple nodepools running (one production, one dev) and they had the same provider names15:36
anteayaah15:36
*** julim has quit IRC15:36
anteayayeah, I don't think they like that15:36
BobBallanteaya: 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 instance15:36
*** bcourt has quit IRC15:37
anteayawhich is good I think, yes?15:37
Zaraanteaya: 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
anteayaas far as nodepool cleanup goes15:37
fungidstufft: 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 object15:37
BobBallPerhaps :)15:37
*** bcourt has joined #openstack-infra15:37
anteayaZara: not to the best of my knowledge15:37
fungii'll see if downgrading requests helps with this issue15:37
BobBallI'm not going to ask for the behaviour to be changed - it's just an understanding issue on my part15:37
*** jlanoux has quit IRC15:37
anteayaZara: images in .png and .jpeg files you mean, yes?15:37
anteayaBobBall: fair enough, thanks for sharing15:38
AJaegeranteaya: 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
Zaraanteaya: yes, for use as assets for UX and that kind of thing15:38
* anteaya notes multiple nodepools don't tend to play nice on the same network space15:38
*** edmondsw has quit IRC15:38
*** apuimedo_ has joined #openstack-infra15:38
fungiBobBall: 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 tenant15:38
fungiBobBall: probably a fairly trivial patch15:39
anteayaAJaeger: well have a history of standing by your word, so you saying you will do something is good enough for me15:39
fungiBobBall: it's just that nobody who's needed it has written it yet15:39
BobBallawesome fungi.  That would have solved it for me.  I namespaced it myself by renaming the providers to include the keyname15:39
markus_zJust 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
jrollBobBall: funny enough, someone was just asking in #rackspace about the same bug15:40
BobBallI think that's safer in general though15:40
*** daemontool has joined #openstack-infra15:40
BobBalljroll: That was one of my team members :)15:40
jrollOH15:40
onovyfungi, ok, thanks a lot15:40
jrollhah15:40
BobBalljroll: 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-infra15:40
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Display the most recent commit SHA on the about page  https://review.openstack.org/25858315:40
jrollaha :)15:40
openstackgerritStéphane Albert proposed openstack-infra/project-config: Fixed CloudKitty gerrit rights  https://review.openstack.org/25857415:41
Zaraanteaya: 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
Zaraerm, ignore the 'but' :)15:41
anteayaAJaeger: 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,z15:41
*** zeih_ has quit IRC15:41
*** vgridnev has quit IRC15:42
AJaegeranteaya: good, so not affected at all by the lint check.15:43
anteayaAJaeger: actually do you mind if we wait for a day?15:43
anteayaAJaeger: I really would like to just focus on any immediate fires and gerrit upgrade today15:43
fungionovy: that fixed it. your tarball and wheel are uploaded now15:43
anteayadon't want to create a fire for myself15:43
BobBallfungi: 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
AJaegeranteaya: no, I don't mind - just found a review today where it would have helped ;)15:44
*** Daisy has joined #openstack-infra15:44
fungidstufft: 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-infra15:44
AJaegeranteaya: understood, let's not open new fires...15:44
*** pigmej has joined #openstack-infra15:44
anteayamarkus_z: thanks, does logstash.o.o eventually render for you?15:45
fungiBobBall: i'm in no hurry for it, personally, but if you have a use for it then i'm happy to review15:45
*** piet has quit IRC15:45
*** apuimedo_ has quit IRC15:45
*** piet has joined #openstack-infra15:45
anteayaAJaeger: yup, makes sense, and thanks for understanding15:46
pigmejhello, it would be super cool if someone could review https://review.openstack.org/#/c/258378/ od15:46
pigmejit's blocker for us for now.15:46
anteayaZara: I don't know where images used in our wiki are hosted15:46
openstackgerritMerged openstack-infra/project-config: Fix a typo in ironic-inspector jobs definition [2]  https://review.openstack.org/25855115:46
fungidstufft: so anyway, it seems to be related to changes in sni implementation in requests 2.9.015:47
AJaegeranteaya: I was even wondering earlier whether we could stop any approvals in Zuul  to drain the queue ;)15:47
Zaraanteaya: Okay, do you know who would know? thanks for your help, either way. :)15:47
AJaegeranteaya, Zara : You can upload images to the wiki, mediawiki stores some internally somehow15:47
anteayaAJaeger: I'm not going to be approving anything until after gerrit upgrade is finished15:48
AJaegeranteaya: yeah - better from now on only real fires...15:48
BobBallfungi: Well, while I'm complaining about it... I'll get it fixed ;)15:48
anteayaAJaeger: 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 effect15:48
fungidstufft: 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 uploads15:48
markus_zanteaya: yes, it renders, that's what I see http://www.tiikoni.com/tis/view/?id=4aff03915:48
anteayaAJaeger: they will get the message when gerrit is offline15:48
openstackgerritMerged openstack-infra/project-config: This patch is to fix export projects error for monasca  https://review.openstack.org/25855815:48
*** sdake has joined #openstack-infra15:49
*** signed8bit is now known as signed8bit_ZZZzz15:49
anteayamarkus_z: thank you for the image15:49
anteayamarkus_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 track15:49
*** zhenguo has quit IRC15:49
anteayamarkus_z: we will probably get to it tomorrow15:49
*** signed8bit_ZZZzz is now known as signed8bit15:49
*** nmagnezi has quit IRC15:49
anteayamarkus_z: is logstash unreachable for you, or does a refresh get you there?15:49
markus_zanteaya: ok, no worries, just wanted to give you the info.15:50
*** Liuqing has quit IRC15:50
AJaegeranteaya: 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
anteayamarkus_z: I appreciate that, thank you for mentioning it and the lovely image of the error message15:50
markus_zanteaya: It's only happening in ~70% of connection attempts15:50
onovyfungi, perfect15:50
markus_zright now I could refresh and interact with logstash15:51
onovythanks again15:51
anteayaAJaeger: I don't know if we can disable the +A permissions gerrit wide15:51
*** lucas-hungry is now known as lucasagomes15:51
anteayamarkus_z: okay thanks15:51
*** apuimedo_ has joined #openstack-infra15:51
anteayamarkus_z: we will get to it as soon as we are able, feel free to check back tomorrow15:51
anteayaZara: sorry I don't know15:52
anteayaZara: Ryan_Lane set up our wiki service and is no longer with openstack development which makes us sad since Ryan is awesome15:52
anteayaZara: he would know but he only pops into channel once or twice a release these days15:52
jeblairZara: fwiw, we definitely envisioned storyboard hosting images as first-class components of stories15:54
jeblairoh, the N poll is working15:54
AJaegerjeblair: and the O poll as well...15:55
*** sabeen1 has joined #openstack-infra15:55
*** egonzalez has joined #openstack-infra15:55
BobBallfungi: 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 IRC15: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 hour15:56
jeblairBobBall: 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 IRC15:57
jeblairso you'd have to plumb an extra field through.15:57
anteayaanyone feel like updating the channel topic in -incident?15:57
jeblairanteaya: will do15:58
anteayajeblair: thanks15:58
openstackgerritRussell Bryant proposed openstack-infra/project-config: networking-ovn: Make tempest job voting again.  https://review.openstack.org/25859515:58
BobBallsounds 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-infra15:58
jeblairBobBall: 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 jobs15:59
*** maishsk has quit IRC15:59
jeblair(or even the success of jeepyb's tests means it's okay for nova)15:59
BobBallAh yes - I was thinking of my substantially simpler problem :)16:00
jeblairso the situation where the simple logic of "at least one job worked" is a fairly constrained one16:00
*** sabeen3 has joined #openstack-infra16:00
jeblair(^ missing word "works")16:00
openstackgerritRussell Bryant proposed openstack-infra/project-config: networking-ovn: Make tempest job voting again.  https://review.openstack.org/25859516:00
*** sdake has quit IRC16:00
* jeblair eats breakfast16:00
BobBallYeah - it'd need to be "At least one job of every type seen over the last 24 hours worked"16:00
jeblairBobBall: might be simpler to expand the retention period or count for images?16:01
jeblairi think having either of those configurable would be just dandy16:01
*** sabeen1 has quit IRC16:02
*** apuimedo_ has joined #openstack-infra16:02
BobBallPerhaps.  But then it's still manual to go back and find the image that used to work16:02
BobBallIf we had the intelligent one, we could even delete images after 24 hours that have only had failures ;)16:02
*** isaacb has quit IRC16:02
*** Daisy has quit IRC16:02
*** Daisy has joined #openstack-infra16:03
*** zeih has quit IRC16:03
BobBallSo 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 good16:03
* BobBall will think16:03
BobBalland then propose something :)16:03
*** harlowja_at_home has joined #openstack-infra16:04
*** hichihara has quit IRC16:04
*** doffm has left #openstack-infra16:05
*** xarses_ is now known as xarses16:05
anteayaBobBall: sounds like a plan16:06
*** ZZelle has quit IRC16:06
*** bexelbie has quit IRC16:06
*** kmartin_ is now known as kmartin16:06
BobBallWhile 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
fungiBobBall: 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 nil16:08
BobBallgood point :/16:08
*** armax has joined #openstack-infra16:09
fungiBobBall: 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 uploads16:10
fungigranted, that's ancient history in the openstack community timeframe16:10
fungiseveral years ago16:10
*** dkranz has quit IRC16:10
*** sdake has joined #openstack-infra16:11
fungiBobBall: we've been getting updated images for the past week, so i don't think the subunit2sql release is causing us any issues16:11
BobBall*grumble* shame... thanks though16:11
fungiBobBall: have an error string, traceback, something?16:12
vponomaryovlooking for help of core team in merging blocker-fix for manila project - https://review.openstack.org/#/c/258458/ Now all devstack jobs are broken16:12
dstufftfungi: sigmavirus24_awa is probably best positioned to sort it out, but oepn an issue on twine16:12
BobBallYup - 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_awadstufft: Oh I already know about this16:12
fungidstufft: yep, working on opening a twine issue now, just wanted to give you a heads up16:12
sigmavirus24_awafungi: it's an issue in requests-toolbelt16:13
*** sdake has quit IRC16:13
sigmavirus24_awaI already sort of have a fix I haven't had a chance to test16:13
clarkbvponomaryov: you install manilaclient from source?16:13
sigmavirus24_awaThere was an issue filed against request sthough16:13
sigmavirus24_awa*requests16:13
fungisigmavirus24_awa: oh, great thanks!16:13
clarkbvponomaryov: most clients install from pypi during devstack runs16:13
vponomaryovclarkb: yes, we use latest client16:13
dstufftsigmavirus24_awa is awesome16:13
clarkbvponomaryov: ok16:13
fungisigmavirus24_awa: i'll just make sure we keep 2.9.0 skipped for our release worker until you have a new release16:13
sigmavirus24_awafungi: yeah, the bug is kind of in requests and kind of requests-toolbelt but can be fixed entirely in the toolbelt16:14
*** devananda has quit IRC16:14
fungisigmavirus24_awa: ahh, so downgrading to something earlier than requests-toolbelt 0.4.0 would also have solved it?16:14
clarkbvponomaryov: that makes manilaclient unique fwiw but I have approved the change16:15
sigmavirus24_awafungi: no16:15
openstackgerrityolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes  https://review.openstack.org/25204116:15
sigmavirus24_awafungi it's a bug fix in requests that introduced the bug in requests-toolbelt16:15
vponomaryovclarkb: thanks!16:15
sigmavirus24_awathe bug is that I updated a function I knew I was using without testing the toolbelt against it16:15
fungisigmavirus24_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 fhubik16:17
*** ekarlso has joined #openstack-infra16:17
*** dkranz has joined #openstack-infra16:17
*** sdake has joined #openstack-infra16:18
openstackgerrityolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes  https://review.openstack.org/25204116:18
*** apuimedo_ has quit IRC16:18
jeblairinfra-root and anyone else (cc zaro) -- we're beginning discussion of the gerrit upgrade in #openstack-infra-incident16:19
*** markus_z has quit IRC16:19
*** thorst has quit IRC16:20
anteayalurkers are welcome to follow along at http://eavesdrop.openstack.org/irclogs/%23openstack-infra-incident/%23openstack-infra-incident.2015-12-16.log16: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.html16:20
*** thorst has joined #openstack-infra16:20
*** daemontool__ has joined #openstack-infra16:21
jeblairfor 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 IRC16:21
*** devananda has joined #openstack-infra16:22
* anteaya makes tea16:22
fungihrm, if we #status alert in 35 minutes, that's going to end up shadowed until we #status ok, but i guess it can't hurt16:22
jeblairfungi: i was going to reset it then16:22
openstackgerritMerged openstack/diskimage-builder: Split vm and bootloader elements  https://review.openstack.org/25812616:22
*** fhubik is now known as fhubik_brb16:22
fungigot it16:23
*** [1]Thelo has joined #openstack-infra16:23
*** dtantsur|brb is now known as dtantsur16:23
*** apuimedo_ has joined #openstack-infra16:23
*** mkoderer has quit IRC16:24
*** mkoderer has joined #openstack-infra16:25
*** Thelo has quit IRC16:25
*** [1]Thelo is now known as Thelo16:25
*** yaume_ has joined #openstack-infra16:25
*** thiagop has joined #openstack-infra16:26
*** fhubik_brb is now known as fhubik16:26
*** yonglihe has joined #openstack-infra16:26
*** julim has joined #openstack-infra16:26
*** rossella_s has quit IRC16:28
*** ihrachys has quit IRC16:28
*** thorst has quit IRC16:29
*** rossella_s has joined #openstack-infra16:30
*** rossella_s has quit IRC16:30
Zarajeblair: 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 storyboard16:30
Zaraanteaya: thank you, I'll keep an eye out!16:30
jeblairZara: your message got cut off at "it would make storyboard"16:31
openstackgerritMerged openstack-infra/project-config: Fix inclusion of manilaclient into devstack jobs  https://review.openstack.org/25845816:31
*** bpokorny has joined #openstack-infra16:31
Zarajeblair:  it would make storyboard instances too resource-hungry, and we'd be better off keeping things modular.16:31
Zarajeblair: sorry, that was the end of it! That happens to me all the time... :S16:32
Zarayou'd think I'd learn. :)16:32
jeblairZara: 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 offline16:32
jeblairZara: 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 phabricator16:33
jeblairZara: 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-infra16:35
*** vgridnev has joined #openstack-infra16:35
*** maishsk has joined #openstack-infra16: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 ? Thanks16:37
*** isaacb has joined #openstack-infra16:37
Zarajeblair: 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 edit16:38
Zaraoh I bet that got cut off again16:38
*** scheuran has quit IRC16:38
mgagnefor an existing image edit [...]16:39
*** otter768 has joined #openstack-infra16:39
AJaegergsagie_, yaume_ : we're preparing the gerrit upgrade now, I doubt that anybody can help at the moment.16:39
SotKZara: "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
Zarathanks Sotk16:40
Zaraerm, SotK. yay, correct capitalisation16:40
yaume_AJaeger: Ok thanks, i'll retry in some days ! Good luck for the upgrade16:40
fungiwell, 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 updates16:41
*** docaedo has quit IRC16:41
*** sabeen3 has quit IRC16:41
*** sabeen1 has joined #openstack-infra16:41
fungifor peer review of interface wireframes/mock-ups, and also screen captures as designs get closer to completion16:42
gsagie_AJaeger: ok thanks16:42
*** otter768 has quit IRC16:43
*** maishsk has quit IRC16:43
*** docaedo has joined #openstack-infra16:43
*** admin0 has quit IRC16:43
*** mudassirlatif has quit IRC16:45
*** Daisy has quit IRC16:47
Zarafungi: 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
zaromorning16:48
*** esker has joined #openstack-infra16:48
*** apuimedo_ has quit IRC16:49
*** admin0 has joined #openstack-infra16:50
fungiZara: 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 IRC16:51
*** lxsli is now known as lxsli_festive16:51
fungipresumably coupled with a very basic browser-side javascript drawing tool to input the region boundaries and comment callouts16:51
mordredyah - that's what I'm presuming is happenin gin phab16:52
mordredI have not looked a ton at the guts16:52
mordredbut it seems that drawing lines over an image canvas and storing those lines as coordinates is also similar to how google maps overlays work16:53
Zarafungi: 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
SotKAm I right in thinking that system-config obtains its storyboard config template and the various manifests from puppet-storyboard?16:53
*** admin0 has quit IRC16:53
anteayaZara: have you played with inkscape at all?16:53
*** apuimedo_ has joined #openstack-infra16:53
* anteaya loves inkscape16:53
anteayait is in python so you might be able to use some parts of it16:54
anteayaI haven't looked at how it is built though16:54
*** HeOS has joined #openstack-infra16:54
Zaraanteaya: 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
Zarathe UX is angularjs though, so there might not be much we can use :(16:55
anteayaZara: sometime after gerrit upgrade I will share some tutorials with you16:55
*** signed8bit has quit IRC16:55
Zaraanteaya: Heh, thanks! :)16:55
anteayawelcome I love it16:55
anteayaand yes it may not match, I mostly just really really like it16:56
*** daemontool__ has quit IRC16:56
fungiyeah, 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 out16:56
anteayaI didn't know about sodipodi or krita, thanks fungi16:57
*** docaedo17 has joined #openstack-infra16:57
*** docaedo17 is now known as docaedo16:58
openstackgerritMerged openstack-infra/system-config: Fix toggle ci button for CS2 on Gerrit 2.11  https://review.openstack.org/23507916:58
anteayagetting ready for gerrit to go down16:58
Zarayeah, me neither, thanks fungi :)16:59
openstackgerritMerged openstack-infra/system-config: Update plugin version for Gerrit 2.11 on review.o.o  https://review.openstack.org/24545716:59
*** persia has quit IRC17:00
openstackgerritMerged openstack-infra/system-config: Upgrade review.o.o to Gerrit 2.11  https://review.openstack.org/24130917:00
*** apuimedo_ has quit IRC17:00
fungii used to think i wanted to be a professional graphic artist, though ultimately i lack the temperament for it17:00
anteayareally?17:01
anteayawhat quality do you lack?17:01
*** sigmavirus24_awa is now known as sigmavirus2417:01
* anteaya sees no gaps in fungi's temperment17:01
*** signed8bit has joined #openstack-infra17:02
*** harlowja_at_home has quit IRC17:02
*** signed8bit is now known as signed8bit_ZZZzz17:02
*** signed8bit_ZZZzz is now known as signed8bit17:02
*** _david_ has joined #openstack-infra17:02
fungithe part where you deal with working at an ad agency or marketing firm17:02
anteayaoh that part17:02
anteayayeah I can see that not working at all17:02
olaphmmm.  marketing firms17:03
fungii can handle the art parts of it, not so much the usual work environments that make it a paying endeavor17:03
anteayaI can totally see you working on films17:03
*** rockyg has joined #openstack-infra17:03
*** daemontool__ has joined #openstack-infra17:03
*** hashar has quit IRC17:03
fungii'd probably hate the film industry as well. maybe i could tolerate small indie studios17:03
anteayayou could deal with film in parts and pieces I bet17:03
jeblairanteaya: like an editor?17:04
jeblairboom tish17: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.html17:04
anteayafilm is all about finding the 6 to 8 people you like to work with and doing all your work with them17: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
anteayajeblair: waa waa waa17:04
*** unicell has quit IRC17:04
Zarafungi: 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
anteayaha ha ha17:04
ZaraI just wanted to learn to draw cool things...17:05
anteayabet they drummed that out of you pretty fast17:05
*** apuimedo_ has joined #openstack-infra17:06
*** esp has left #openstack-infra17:07
* SotK was always put off by a general lack of ability to draw17:08
*** gsagie_ has quit IRC17:08
Zaraanteaya: 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 IRC17:08
Zarayou hold them from the end, it's magic17:08
anteayaSotK: never let that stop you, art is about creation, we can all do that17:08
*** tzn has quit IRC17:08
anteayanice17:08
anteayayes experimenting with your tools is a valuable use of time17:09
*** e0ne has quit IRC17:09
*** apuimedo_ has quit IRC17:10
*** FallenPegasus is now known as MarkAtwood17:10
*** elo has joined #openstack-infra17:10
ZaraSotK: sorry you asked about system-config/puppet and I think it got lost in the art discussion...17:11
Zara16:53 < SotK> Am I right in thinking that system-config obtains its17:11
Zara              storyboard config template and the various manifests from17:11
Zara              puppet-storyboard?17:12
*** daemontool__ has quit IRC17:12
anteayaSotK: that is usually the way it works17:12
SotKZara: no worries :)17:13
anteayaeach service has a co-responding puppet module which sets config so that it can be deployed in an automated fashion17:13
*** ayoung has joined #openstack-infra17:13
*** sfinucan_ has quit IRC17:13
SotKanteaya: great, I think I get what I need to change then17:13
anteayawonderful17:13
anteayaafter gerrit comes back up do submit a patch17:14
SotKthanks for the help :)17:14
anteayawelcome17:14
electrofelixzxiiro: 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
anteayathanks Zara for ensuring the question didn't get lost17:14
AJaegerdinner time, will be back later...17:15
anteayaAJaeger: thanks17:15
anteayaenjoy dinner17:15
Zarathanks anteaya, I like off-topic discussions but then I worry I'm derailing things and panic :)17:15
anteayaZara: you are doing fine17:15
anteayamostly it is about timing17:16
*** apuimedo_ has joined #openstack-infra17:16
*** isaacb has quit IRC17:16
anteayaand right now the gerrit upgrade discussion is taking place in the -incident channel17:16
anteayaso no worries17:16
*** _nadya_ has quit IRC17:18
zxiiroelectrofelix: that's great!17:18
*** fhubik is now known as fhubik_brb17:20
yonglihehttps://review.openstack.org down?17:20
pabelangeryes17:20
olaphfor upgrade17:21
*** yamahata has quit IRC17:21
yonglihegot.17:21
*** salv-orlando has joined #openstack-infra17:21
anteayayonglihe: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html17:21
pabelangerIs there an etherpad to follow along with the gerrit update?17:21
anteayapabelanger: https://etherpad.openstack.org/p/gerrit-2.11-upgrade17:21
pabelangerdanke17:22
anteayawelcome17:22
*** abregman has quit IRC17:22
yongliheseems wont' affect thirtd-party ci's setting17:23
*** apoorvad has joined #openstack-infra17:24
anteayayonglihe: we don't expect it to17:24
anteayayonglihe: if you have issues with the ssh commands do share them17:24
*** daemontool__ has joined #openstack-infra17:25
anteayayonglihe: asselin_ tested new gerrit with a third party system and didn't report any issues I saw17:25
*** apuimedo_ has quit IRC17:25
yonglihewe can not ssh to jenkins now17:25
anteayano not until gerrit is back up17:25
anteayatry again after 21:00 utc17:25
anteayait is a waste of your time to keep trying now since gerrit is down17:26
*** gyee has joined #openstack-infra17:26
*** fhubik_brb is now known as fhubik17:26
*** thorst has joined #openstack-infra17:26
yonglihesure, i got it17:26
anteayayonglihe: wonderful17:27
*** apuimedo has quit IRC17:27
*** redixin has joined #openstack-infra17:28
*** bharathm has joined #openstack-infra17:28
*** signed8bit is now known as signed8bit_ZZZzz17:28
*** apuimedo has joined #openstack-infra17:28
*** ihrachys has joined #openstack-infra17:28
*** mudassirlatif has joined #openstack-infra17:29
*** sdake has quit IRC17:29
*** signed8bit_ZZZzz is now known as signed8bit17:29
*** mudassirlatif has quit IRC17:30
*** trown is now known as trown|lunch17:31
*** mudassirlatif has joined #openstack-infra17:31
*** apuimedo_ has joined #openstack-infra17:31
*** bnemec has quit IRC17:32
*** Swami_ has quit IRC17:32
*** bnemec has joined #openstack-infra17:33
*** thorst has quit IRC17:33
*** salv-orlando has quit IRC17:34
*** salv-orlando has joined #openstack-infra17:34
*** egonzalez has quit IRC17:35
*** hdd has joined #openstack-infra17:36
*** stpierre has joined #openstack-infra17:36
*** jswarren has quit IRC17:36
*** apuimedo_ has quit IRC17:38
*** odlD2 has joined #openstack-infra17:41
*** bnemec has quit IRC17:42
*** jistr has quit IRC17:42
*** jtomasek has quit IRC17:43
*** daemontool__ has quit IRC17:43
*** apuimedo_ has joined #openstack-infra17:43
*** daemontool__ has joined #openstack-infra17:44
*** Swami_ has joined #openstack-infra17:44
zigoSpamapS: Hey, could you please upgrade python-shade in Sid, so that I can upload nodepool?17:45
zigoI need version 0.12.0...17:45
zigoAlso, what's up with zuul support for statsd 3.0?17:46
zigoThat's the only blocker I can see is remaining for the upload of zuul in Sid.17:46
SpamapSzigo: actually no I can't right now because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=80668317:47
openstackDebian 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
zigoSpamapS: It's uploaded to experimental, as I wrote.17:47
zigoSpamapS: So you could upload shade there too.17:47
SpamapSzigo: would that help though?17:48
zigoSpamapS: Oh, I didn't realize that I could upload os-client-config with liberty.17:48
zigoDoing so right away.17:48
*** yamahata has joined #openstack-infra17:48
SpamapSsweet17:48
*** mriedem is now known as mriedem_lunch17:49
*** apuimedo_ has quit IRC17:50
zigoSpamapS: Done.17:50
SpamapSzigo: 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
zigoSpamapS: How about statsd + zuul ?17:50
zigoSpamapS: Maybe you missed the fact that Piotr removed me from the team? :)17:51
SpamapSzigo: I did miss that. How rude. :-P17:51
*** daemontool__ has quit IRC17:51
*** ihrachys has quit IRC17:52
zigoSpamapS: He did so after I uploaded networkx 0.10, which Sandro Tosi claims to own.17:52
zigoSpamapS: They pretend I'm not a team player and I should have ask him.17:52
zigoThough I don't see the point to have the package in the team then...17:53
SpamapSYeah thats weird17:53
zigoSpamapS: Anyway, I don't really want to talk about it ...17:53
zigo:)17:53
zigoSpamapS: Do you use git-dpm ?17:53
SpamapSzigo: 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. :p17:53
*** Zara_ has quit IRC17:54
SpamapSzigo: 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
zigoSpamapS: Any help is helpful on packaging OpenStack. I'm up to 302 packages JUST for openstack itself.17:54
*** jswarren has joined #openstack-infra17:54
*** Zara_ has joined #openstack-infra17:55
SpamapSBut again, I package like, 15 things. So I may just be more willing to do tedious manual steps. ;)17:55
*** apuimedo_ has joined #openstack-infra17:56
zigoSpamapS: 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
zigoI don't force any tooling to anyone, though I use plain git (without -dpm) and git tag based workflow.17:56
*** yaume_ has quit IRC17:57
SpamapSzigo: ok, if I find myself adding some more openstack stuff to my list I'll do it that way.17:57
SpamapSmight make sense to move shade over there17:57
zigoSpamapS: And again, about statsd 3.0 and zuul, do you have any idea what needs to be done? :)17:58
zigoIt'd be nice to have Zuul in the next LTS...17:58
*** apuimedo has quit IRC17:58
SpamapSzigo: I don't. What's the specific issue?17:58
zigoSpamapS: Zuul declares it wants statsd < 317:59
*** jerryz has joined #openstack-infra17:59
zigoThough Sid has 3.0, and nodepool wants >= 317:59
*** apuimedo has joined #openstack-infra18:00
*** aopincar has joined #openstack-infra18:00
pabelangerianw upgrade nodepool to statsd>=3.0 so zuul shouldn't be that hard18:01
*** dtantsur is now known as dtantsur|pto18:01
zigopabelanger: Yeah, but it's been a pending issue for a looooong time.18:01
*** alop has joined #openstack-infra18:02
*** sabeen1 has quit IRC18:02
*** mriedem_lunch is now known as mriedem18:03
SpamapSI'm guessing this is something lost in storyboard ?18:03
SpamapSmordred: where's my phabricator?18:03
*** sambetts is now known as sambetts-afk18:04
reedwhere where where?18:04
anteayaSpamapS: mordred is a bit busy with the gerrit upgrade at the moment18:05
zigoPLEASE STOP EVERYTHING NOW !!!18:05
zigo:)18:05
SpamapSanteaya: So you're saying I can't throw a temper tantrum and make him do it?18:05
anteayaruagair: did give an update on phabricator at yesterday's meeting18:06
*** e0ne has joined #openstack-infra18:06
anteayazigo: it is stopped18:06
anteayaSpamapS: you can if you want18:06
*** eil397 has joined #openstack-infra18:06
anteayabut all the other folks waiting patiently for gerrit to upgrade might form an opinion about that choice18:06
*** derekh has quit IRC18:06
Zarahm, 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
SotKSpamapS: there doesn't appear to be a story for the statsd issue in StoryBoard :)18:07
*** apuimedo has quit IRC18:07
*** apuimedo_ has quit IRC18:07
*** ashleighfarnham has joined #openstack-infra18:07
SpamapSSotK: good to know. zigo ^^18:07
*** apuimedo has joined #openstack-infra18:08
* AJaeger is back..18:08
*** ayoung has quit IRC18:08
anteayaAJaeger: welcome back18:08
anteayaAJaeger: I'll let you catch up, let me know when you have a sense of things then I would like to grap something to eat18:08
SpamapSzigo: where should I watch for os-client-config 1.12 to hit unstable?18:10
mordredSpamapS, zigo: fyi, we're about to release a 1.13 and a new shade18:11
mordredSpamapS, zigo: 1.13 will be required for new versions of python-novaclient and python-neutronclient18:11
AJaegeranteaya: I've catched up, take a break...18:12
anteayaAJaeger: thanks18:12
*** apuimedo_ has joined #openstack-infra18:12
anteayaback in about 1518:12
AJaegeranteaya: take your time...18:12
*** xyang1 has quit IRC18:12
*** sshnaidm has joined #openstack-infra18:13
*** dizquierdo has quit IRC18:13
SpamapSmordred: ACK18:13
*** apuimedo has quit IRC18:15
*** jordanP has quit IRC18:15
*** apuimedo has joined #openstack-infra18:16
reedruagair: nice to read that maniphest is making progress, good job18:17
*** dizquierdo has joined #openstack-infra18:17
*** salv-orlando has quit IRC18:21
*** apuimedo_ has quit IRC18:21
*** dimtruck is now known as zz_dimtruck18:22
*** sshnaidm has quit IRC18:22
*** ybathia has joined #openstack-infra18:22
*** apuimedo has quit IRC18:22
*** apuimedo has joined #openstack-infra18:23
*** electrofelix has quit IRC18:23
*** salv-orlando has joined #openstack-infra18:23
*** dizquierdo has quit IRC18:23
*** unicell has joined #openstack-infra18:23
*** ayoung has joined #openstack-infra18:24
*** vilobhmm11 has joined #openstack-infra18:25
*** apuimedo_ has joined #openstack-infra18:27
*** apuimedo has quit IRC18:28
*** pradk has joined #openstack-infra18:28
*** daemontool__ has joined #openstack-infra18:28
*** apuimedo has joined #openstack-infra18:29
*** tmcpeak has joined #openstack-infra18:30
*** tmcpeak has left #openstack-infra18:30
*** thorst has joined #openstack-infra18:31
*** fhubik has quit IRC18:32
*** baoli has quit IRC18:32
*** ashtokolov has quit IRC18:33
*** briancurtin has quit IRC18:33
*** ashtokolov has joined #openstack-infra18:34
*** briancurtin has joined #openstack-infra18:34
*** signed8bit is now known as signed8bit_ZZZzz18:34
anteayaAJaeger: thanks back18:34
AJaegerwelcome back, anteaya18:34
*** vgridnev has quit IRC18:35
*** xyang1 has joined #openstack-infra18:35
anteayathanks18:35
*** sshnaidm has joined #openstack-infra18:36
*** dizquierdo has joined #openstack-infra18:36
*** signed8bit_ZZZzz is now known as signed8bit18:36
*** mudassirlatif_ has joined #openstack-infra18:37
*** yamamoto has quit IRC18:38
*** bnemec has joined #openstack-infra18:38
*** mgrosz has quit IRC18:38
*** apuimedo has quit IRC18:38
*** mudassirlatif has quit IRC18:38
*** mudassirlatif_ is now known as mudassirlatif18:38
*** yamamoto has joined #openstack-infra18:38
*** thorst has quit IRC18:39
*** persia has joined #openstack-infra18:39
*** apuimedo_ has quit IRC18:39
*** otter768 has joined #openstack-infra18:40
*** apuimedo has joined #openstack-infra18:40
*** kushal has quit IRC18:41
*** bcourt has quit IRC18:41
*** mudassirlatif has quit IRC18:43
*** dizquierdo has quit IRC18:43
*** otter768 has quit IRC18:44
*** apuimedo_ has joined #openstack-infra18:44
*** zeih has joined #openstack-infra18:44
*** thorst has joined #openstack-infra18:46
*** mudassirlatif has joined #openstack-infra18:47
*** apuimedo has quit IRC18:47
*** Daisy has joined #openstack-infra18:48
*** sridhar_ram has joined #openstack-infra18:48
*** apuimedo has joined #openstack-infra18:48
*** yamamoto has quit IRC18:48
*** zeih has quit IRC18:49
*** david-lyle_ has joined #openstack-infra18:49
*** david-lyle has quit IRC18:50
dgonzalezhi sdague, are you here?18:50
*** bcourt has joined #openstack-infra18:51
*** amuller is now known as amuller_afk18:51
*** trown|lunch is now known as trown18:52
*** Daisy has quit IRC18:52
*** pvaneck has joined #openstack-infra18:53
*** david-lyle_ is now known as david-lyle18:54
nibalizerpabelanger: can you hop in #puppet-community for a sec?18:57
*** signed8bit is now known as signed8bit_ZZZzz18:57
*** angdraug has joined #openstack-infra18:57
*** btully has left #openstack-infra18:57
*** signed8bit_ZZZzz is now known as signed8bit19:01
*** vilobhmm11 has quit IRC19:02
*** vilobhmm11 has joined #openstack-infra19:02
*** vilobhmm11 has quit IRC19:03
*** vilobhmm11 has joined #openstack-infra19:03
*** sputnik13 has joined #openstack-infra19:03
*** bnemec has quit IRC19:04
mriedemis openstack-dev also down?19:04
*** bpokorny_ has joined #openstack-infra19:05
clarkbmriedem: the mailing list? it shouldn't be but may be getting used in another reflection attack which gums the works19:05
clarkbI just got an email from it fwiw19:05
mriedemhmm, yeah, must be an internal problem19:06
*** zz_dimtruck is now known as dimtruck19:06
*** jcoufal has quit IRC19:06
anteayamriedem: is the expected email in lists.openstack.org archives?19:06
mriedemno19:06
*** woodster_ has quit IRC19:06
anteaya:(19:06
mriedembut i was sending out stuff this morning19:06
*** nicnicnic has joined #openstack-infra19:07
*** nicnicnic has left #openstack-infra19:07
*** bpokorny has quit IRC19:09
*** aysyd has quit IRC19:09
*** daemontool__ has quit IRC19:09
*** aysyd has joined #openstack-infra19:09
*** daemontool has joined #openstack-infra19:10
*** bnemec has joined #openstack-infra19:10
*** _nadya_ has joined #openstack-infra19:11
*** apuimedo_ has quit IRC19:12
*** e0ne_ has joined #openstack-infra19:13
*** signed8bit has quit IRC19:14
*** e0ne has quit IRC19:15
*** david-lyle has quit IRC19:17
*** apuimedo_ has joined #openstack-infra19:17
*** vilobhmm11 has quit IRC19:18
*** vilobhmm11 has joined #openstack-infra19:18
*** yamamoto has joined #openstack-infra19:18
*** yamamoto has quit IRC19:19
*** david-lyle has joined #openstack-infra19:20
*** vilobhmm11 has quit IRC19:20
sdaguemriedem: I blame ibm's mail gateway19:22
*** bpokorny has joined #openstack-infra19:22
sdaguedgonzalez: I am now19:22
*** shardy is now known as shardy_afk19:22
*** bnemec has quit IRC19:22
*** mudassirlatif has quit IRC19:23
*** mudassirlatif has joined #openstack-infra19:23
*** bpokorny_ has quit IRC19:24
*** david-lyle_ has joined #openstack-infra19:24
*** bcourt has quit IRC19:24
*** david-lyle has quit IRC19:24
*** lykinsbd has quit IRC19:25
*** vilobhmm11 has joined #openstack-infra19:26
*** dims has joined #openstack-infra19:27
*** salv-orlando has quit IRC19:27
*** shardy_afk has quit IRC19:27
*** tonytan4ever has quit IRC19:29
*** boris-42_ has joined #openstack-infra19:30
*** david-lyle_ has quit IRC19:30
mriedemsdague: i got it fixed i think19:31
mriedemyeah19:31
mriedem< is awesome19:31
*** apuimedo_ has quit IRC19:31
*** vilobhmm111 has joined #openstack-infra19:32
anteayamriedem: was it your meeting time email?19:32
mriedemyeah19:32
anteayaI got a meeting time email from you19:32
mriedemfor some reason when i move around the site the wireless has to sometimes be hard reset19:32
*** vilobhmm111 has quit IRC19:32
mriedemeven though i never dropped off irc connection19:32
anteayaand so did lists.o.o: http://lists.openstack.org/pipermail/openstack-dev/2015-December/082464.html19:32
*** vilobhmm111 has joined #openstack-infra19:32
anteayaawesome19:32
mriedemyes, it is glorious19:32
anteayamy irc connection is usually the first thing to drop19:33
anteayaglorious19:33
*** vilobhmm11 has quit IRC19:33
anteayaI was trying to think of the right word19:33
anteayaglorious apparently is it19:33
*** weshay_xchat is now known as weshay19:35
*** EricGonczer_ has quit IRC19:35
*** bnemec has joined #openstack-infra19:35
*** denisra has quit IRC19:36
*** bpokorny_ has joined #openstack-infra19:36
*** aopincar has quit IRC19:36
*** bpokorn__ has joined #openstack-infra19:37
*** apuimedo_ has joined #openstack-infra19:37
*** apuimedo has quit IRC19:37
*** tjones has joined #openstack-infra19:38
*** apuimedo has joined #openstack-infra19:38
*** admin0 has joined #openstack-infra19:39
*** bpokorny has quit IRC19:39
*** MarkAtwood has quit IRC19:40
*** bpokorny_ has quit IRC19:40
*** signed8bit has joined #openstack-infra19:41
*** EricGonczer_ has joined #openstack-infra19:44
*** sabeen1 has joined #openstack-infra19:44
*** apuimedo_ has quit IRC19:46
*** sabeen3 has joined #openstack-infra19:46
*** signed8bit is now known as signed8bit_ZZZzz19:48
*** david-lyle has joined #openstack-infra19:48
*** sabeen1 has quit IRC19:49
*** daemontool has quit IRC19:50
*** bharathm has quit IRC19:51
*** apuimedo_ has joined #openstack-infra19:52
*** signed8bit_ZZZzz is now known as signed8bit19:52
*** apuimedo has quit IRC19:54
nibalizercrinkle: after derping on infra-cloud for a bit i believe I am putting the network back to 'working'19:56
*** apuimedo has joined #openstack-infra19:56
*** apuimedo_ has quit IRC19:57
*** piet has quit IRC19:57
*** davideagnello has joined #openstack-infra19:57
*** _nadya_ has quit IRC19:57
anteayathanks to all those folks standing by, the gerrit db takes a long time to index19:57
*** dslev has quit IRC19:58
*** rhallisey has quit IRC19:58
*** sdake has joined #openstack-infra19:59
*** unicell1 has joined #openstack-infra19:59
*** unicell has quit IRC20:01
*** shardy has joined #openstack-infra20:02
*** apuimedo_ has joined #openstack-infra20:03
*** mudassirlatif has quit IRC20:04
*** apuimedo has quit IRC20:06
*** apuimedo has joined #openstack-infra20:06
*** dtardivel has quit IRC20:07
*** apuimedo_ has quit IRC20:07
*** amuller_afk is now known as amuller20:09
*** vilobhmm111 has quit IRC20:11
*** apuimedo has quit IRC20:11
*** vilobhmm11 has joined #openstack-infra20:11
mordredinfra-root: got a message from bluebox about replacing our CPUs20:11
mriedemis there a reason we haven't dropped the stable/icehouse branch from the requirements repo? https://github.com/openstack/requirements/tree/stable/icehouse20:11
*** apuimedo has joined #openstack-infra20:11
jeblairmordred: should we zero it out?20:11
*** vilobhmm11 has left #openstack-infra20:11
*** piet has joined #openstack-infra20:11
anteayamriedem: I can't think of a reason20:11
mikalmordred: I got an invite for the O release naming poll, but not N20:11
mikalmordred: weird, huh?20:12
mordredI told them to pick a time and and let us know when it was20:12
mordredmikal: that is weird indeed20:12
anteayamikal: check spam or trash20:12
jeblairmordred: cool20:12
mordredmikal: would you like one?20:12
AJaegermriedem: that looks wrong, please bring it up with fungi once gerrit is up and he has some time.20:12
annegentlemikal: me too, at least, O only went ot my Rackspace address.20:12
mordredthat's weird20:12
*** apuimedo_ has joined #openstack-infra20:12
annegentlemikal: mordred: wonder if it's on the rackspace side20:12
mordredI used the exact same file of addresses for both20:12
annegentlemordred: which went first?20:13
mordredN20:13
mikalmordred: oh how embarrassment. For the first time ever something was actually lost in spma20:13
*** sdake_ has joined #openstack-infra20:13
mordredmikal: \o/20:13
mikalmordred: in other news, gmail thinks the n vote email is spam, but not the o vote email20:13
*** MarkAtwood has joined #openstack-infra20:13
mordredmikal: well done gmail20:13
annegentlemordred: I think I need another then for N please (and sorry)20:13
mordredannegentle: no worries!20:13
mikalmordred: which might end up being a FAQ I suppose20:13
ianwzigo / pabelanger : changes for zuul to use statsd 3.0 are in review ... maybe merged, can't remember20:14
anteayamikal: glad you found it20:14
*** sdake has quit IRC20:15
*** bcourt has joined #openstack-infra20:15
pabelangerianw: Cool, I am working on upgrading the RPM packaging: https://bugzilla.redhat.com/show_bug.cgi?id=129224420:15
openstackbugzilla.redhat.com bug 1292244 in python-statsd "Review Request: python-statsd - A python client for the statsd daemon" [Medium,New] - Assigned to tdecacqu20:15
*** tonytan4ever has joined #openstack-infra20:17
*** ociuhandu has quit IRC20:18
*** dims has quit IRC20:18
*** MarkAtwood has quit IRC20:18
*** dimtruck is now known as zz_dimtruck20:18
*** dims has joined #openstack-infra20:19
*** yamamoto has joined #openstack-infra20:19
*** lucasagomes is now known as lucas-dinner20:19
*** apuimedo has quit IRC20:21
*** bpokorn__ has quit IRC20:21
*** apuimedo_ has quit IRC20:21
zigoianw: Not merged, I checked.20:22
*** bpokorny has joined #openstack-infra20:22
*** apuimedo has joined #openstack-infra20:22
*** mihgen has joined #openstack-infra20:23
fungizigo: ianw: it's change 229232 in gerrit (the joys of offline reviewing with gertty!)20:25
*** yamamoto has quit IRC20:25
fungicurrently has a +2 from jhesketh but started merge-conflicting a little over a week ago20:26
fungiso in need of a quick rebase20:26
davideagnellogetting 503 on review.openstack.org  maintenance?20:26
fungidavideagnello: see /topic20:26
fungiyes20:26
anteayadavideagnello: yes20:26
*** apuimedo_ has joined #openstack-infra20:26
davideagnellofungi: ok, thank you20:26
*** apuimedo has quit IRC20:27
*** apuimedo has joined #openstack-infra20:28
*** elo has quit IRC20:28
*** elo has joined #openstack-infra20:28
*** jaosorior has quit IRC20:29
*** apuimedo_ has quit IRC20:31
*** tsg has quit IRC20:33
*** lykinsbd has joined #openstack-infra20:34
anteayaAJaeger: you still around, was going to step afk for a minute or tow20:34
anteayatwo20:34
AJaegeranteaya: still around20:34
AJaegerbut it's boring here ;)20:34
anteayathanks20:34
anteayatrue that20:34
anteayawhat a change, eh?20:34
AJaegerwhich is fine in some ways...20:35
anteayaback in a bit20:35
anteaya:)20:35
*** apuimedo_ has joined #openstack-infra20:36
*** changbl has joined #openstack-infra20:37
*** apuimedo has quit IRC20:37
anteayaback thanks20:37
*** bgmccollum has joined #openstack-infra20:37
*** apuimedo has joined #openstack-infra20:38
*** bharathm has joined #openstack-infra20:38
*** admin0 has quit IRC20:39
*** otter768 has joined #openstack-infra20:40
*** tsg has joined #openstack-infra20:41
*** baoli has joined #openstack-infra20:41
dgonzalezsdague: 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
sdaguedgonzalez: gerrit is down20:42
dgonzalezoh ok20:42
sdagueclarkb ran the multihost session in tokyo, honestly multi region didn't come up20:42
sdaguepersonally I think we have enough other multihost issues to get sorted first before even considering that on the table20:42
*** apuimedo has quit IRC20:42
*** apuimedo_ has quit IRC20:43
*** hashar has joined #openstack-infra20:43
dgonzalezok, thanks for the status update20:43
*** apuimedo has joined #openstack-infra20:43
anteayagerrit is up20:43
anteayathanks for your patience everyone20:45
*** otter768 has quit IRC20:45
anteayastill evaluating so share your experiences20:46
* mtreinish misses the old view already20:46
anteaya:(20:46
anteayawe should have a grieving period for old view20:47
anteayaperhaps a memorial service20:47
*** tsg has quit IRC20:47
amullernoooooooooooooo20:47
anteayaand jeblair will hand out links to gertty20:47
anteayaamuller: what is the matter?20:47
amullerthe new view :(20:47
anteayayes this was known20:47
anteayaand communicated in the emails20:48
anteayanot a surprise20:48
jeblairhttps://pypi.python.org/pypi/gertty/1.2.120:48
amullerthat's it, I'm gonna become a carpenter20:48
*** jaosorior has joined #openstack-infra20:48
anteayaright on cue20:48
anteayaamuller: I like working with wood20:48
jrollLGTM bug is fixed \o/20:48
anteayanever had a bad experience, worked in a sawmill and as a bull dozer operator for a logging operation20:49
*** apuimedo_ has joined #openstack-infra20:49
anteayamany happy memories20:49
anteayajroll: yay!20:49
openstackgerritgordon chung proposed openstack-infra/project-config: fix stable/liberty telemetry integration job  https://review.openstack.org/25864220:49
*** jaosorior has quit IRC20:49
*** jaosorior has joined #openstack-infra20:50
openstackgerritMatt Riedemann proposed openstack-infra/irc-meetings: Add the meeting_id and agenda_url for the nova cells meeting  https://review.openstack.org/25864320:50
openstackgerritMatt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting  https://review.openstack.org/25864620:50
SotKnew gerrit looks nice, well done to those involved in the update :)20:50
openstackgerritBrian Haley proposed openstack-infra/project-config: Make gate-tempest-dsvm-neutron-dvr job voting in the check queue  https://review.openstack.org/25532520:51
amullerdisplaying the patch size is nice20:51
*** baoli has quit IRC20:51
sdague\o/ thanks for the upgrade20:52
sdaguequestion, did zaro's patch for 2.11 to get group queries working land?20:52
*** baoli has joined #openstack-infra20:52
anteayaI think so?20:52
* anteaya looks20:52
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio  https://review.openstack.org/25819520:53
*** bgmccollum has left #openstack-infra20:54
anteayasdague: is this the one you mean: https://review.openstack.org/#/c/251019/20:54
smcginnisNice work infra folks! :)20:54
anteayasmcginnis: thanks for your patience20:55
*** bpokorny_ has joined #openstack-infra20:55
anteayasmcginnis: do report your experience as you try it out20:55
smcginnisanteaya: Will do20:55
anteayathanks20:55
smcginnisanteaya: So far, I just need to readjust my eyes to the new layout. :D20:55
anteayasmcginnis: yes, it is an adjustment20:56
anteayajeblair: is happy to welcome new gertty users20:56
smcginnisHah!20:56
fungiamuller: gertty is for carpenters20:56
anteayahttps://pypi.python.org/pypi/gertty/1.2.120:56
smcginnisTried it, didn't have much luck.20:56
anteayasmcginnis: how long ago?20:56
harlowjaoh man now i have to use the new gerrit :-P20:56
nibalizeralso i hope to start up a polygerrit instance20:56
sdagueanteaya: yes, that looks right20:56
zarosdague: yes, please test that20:57
smcginnisanteaya: A few months back. For some reason it was incredibly slow.20:57
sdaguezaro: I will right now20:57
fungiharlowja: you can pretend it's still down. we haven't announced the maintenance is concluded yet anyway ;)20:57
smcginnisOr I'm just way too impatient.20:57
harlowjafungi :)20:57
anteayasdague: great20:57
*** ihrachys has joined #openstack-infra20:57
*** tsg has joined #openstack-infra20:57
harlowjafungi will maintainence on old gerrit be done ever? lol or will it be down forever :-P20:57
sdaguezaro: this looks very promissing20:58
anteayasmcginnis: okay well if you do try and experience slowness please run in debug mode so it logs and share the logs wtih jeblair20:58
*** bhunter71 has joined #openstack-infra20:58
*** mihgen has left #openstack-infra20:58
anteayasmcginnis: that is the sort of thing he likes to know20:58
smcginnisnibalizer: I haven't seen polygerrit before. What's that do?20:58
openstackgerritTim Hinrichs proposed openstack-infra/project-config: Make python34 job voting for Congress  https://review.openstack.org/25562120:58
jeblairsmcginnis: indeed, i find it to be very fast, and that is one of the design goals.20:58
smcginnisanteaya: Sure, I've been thinking of checking it out again. I'll give it another shot.20:58
*** bpokorny has quit IRC20:59
sdaguezaro: it looks like it is working correctly20:59
smcginnisjeblair: Is there an initial sync up time?20:59
zarosdague: ahh, nice!20:59
jeblairsmcginnis: yeah, the first time you use it if you subscribe to a lot of projects you may want to get a coffee.  :)20:59
sdaguezaro: thanks much20:59
zaronp20:59
fungismcginnis: also, it allowed me to "offline" review changes while we had gerrit down20:59
jeblairsmcginnis: but then it's deltas from there out so gets better.20:59
notmorganhmm. i think we need some CSS work on the new gerrit20:59
sdaguezaro: https://review.openstack.org/#/q/project:openstack/nova+status:open+label:Code-Review%253C%253D-1%252Cnova-core20:59
notmorganthe CI reports are a bit wonky looking20:59
smcginnisjeblair: 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-infra21:00
-openstackstatus- NOTICE: Gerrit has been upgraded to 2.11. Please report any issues in #openstack-infra as soon as possible.21:00
anteayanotmorgan: where are you looking?21:00
jeblairsmcginnis: cool21:00
notmorgananteaya: https://review.openstack.org/#/c/253793/ in firefox...21:00
fungigreat timing, statusbot!21:00
notmorganuh21:00
smcginnisfungi: That's the part that I thought was very attractive. Plane trips and things could be better that way.21:00
notmorgan4221:00
notmorganthe CI reports are all double lined now let me screen cap it and show21:00
fungismcginnis: though now i find myself missing the things i used to do on plane rides before i had offline code review21:01
sdaguenotmorgan: it's because the job names are so long21:01
*** eharney_ has joined #openstack-infra21:01
notmorgansdague: aye, sometrhing we could possbly massage with CSS21:01
*** bnemec has quit IRC21:01
sdagueespecially when (non-voting) is added21:01
anteayanotmorgan: yeah that looks rather unwieldy21:01
notmorganalso headers aren't grey "rechecks X"21:01
sdaguealso, it does occur to me that 'gate-' is now kind of irrelevant21:01
*** bnemec has joined #openstack-infra21:01
jeblairsdague, notmorgan: i think that may be in a smaller horizontal box than before21:01
smcginnisfungi: ;)21:01
*** zz_dimtruck is now known as dimtruck21:02
*** spzala has quit IRC21:02
sdaguejeblair: yeh, as that used to be the comment message column21:02
*** aysyd has quit IRC21:02
sdagueand now it's the vote column21:02
*** eharney has quit IRC21:02
*** aeng has joined #openstack-infra21:02
*** eharney_ is now known as eharney21:02
notmorganhttp://i.imgur.com/RvOERR3.png?221:02
harlowjawoah, if i click on a line to start commenting, then scroll up or down, it loops around, woah21:02
harlowjatrippy21:02
nibalizeri had it up efore i turned it off21:03
nibalizerhttps://storage.googleapis.com/gerrit-talks/summit/2015/PolyGerrit-Preview.pdf21:03
nibalizersmcginnis: ^21:03
fungipossibly my favorite 2.11 feature: restructuredtext is no longer syntax highlighted as if it were java source code!21:03
smcginnisnibalizer: Thanks!21:03
anteayayeah I'd like to see the verified from Jenkins stand out a little bit more, visually21:03
mordredwoot!21:03
EmilienMnice work infra! thanks for the upgrade21:03
nibalizerfungi: inconcievable!21:03
notmorganeven the ones w/o "non-voting" are line wrapping21:03
*** baoli has quit IRC21:03
notmorganin... odd ways21:03
*** htruta has joined #openstack-infra21:03
* AJaeger waves good bye, will enjoy gerrit 2.11 tomorrow ;)21:03
*** AJaeger has quit IRC21:04
*** abregman has joined #openstack-infra21:04
fungiAJaeger: thanks for your help!21:04
sdaguenotmorgan: hmmm pep8 lines for me in chrome are unwrapped21:04
*** baoli has joined #openstack-infra21:04
notmorgansdague: let me load in chrome21:04
anteayaAjeager: thank you!21:04
notmorganyah in chrome it's better21:04
sdaguehttp://dl.dropbox.com/u/6514884/screenshot_284.png21:04
*** lindsayk_ has joined #openstack-infra21:05
jeblairit 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 comments21:05
*** notnownikki has quit IRC21:05
ruagairYes, I did give an update anteaya.21:05
ruagairTHanks reed :-)21:05
ruagairo/21:05
sdaguejeblair: yep21:05
sdaguejust noticed that21:05
ruagair everyone else.21:05
Shrewsooh! i love that i can configure my menu with custom urls21:06
zarofungi: i think the differ supports rst now.21:06
fungizaro: yep, it's pretty slick!21:06
notmorganoh ... well that is annoying21:06
notmorganwhen you click on a project name now it doesn't auto apply "status: open"21:07
sdaguejeblair: I think we'll just need to walk the hierarchy one more level21:07
fungis/annoying/job security/21:07
sdagueheh21:07
_david_I wonder when first user will notice that old change screen is gone?21:07
anteayaalready happened21:07
*** signed8bit is now known as signed8bit_ZZZzz21:07
sdague_david_: that was already 15 minutes ago21:08
fungihappened before we even announced gerrit was up and running i think ;)21:08
jeblairyeah 20:4621:08
notmorgan_david_: OMG Where is the old change scr... oh :P21:08
_david_sdague, Oh, sad, missed it ...21:08
_david_notmorgan, Oh, one crazy guy dropped it!21:08
*** daemontool has joined #openstack-infra21:08
notmorganlol21:08
stpierreShrews: that is magnificent, thank you for pointing it out21:08
sdaguejeblair: 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
Shrewsstpierre: np21:09
sdagueare those still somewhere?21:09
ruagairoh, new gerrit day. Thanks everyone!21:09
*** regXboi has quit IRC21:09
ruagair+1 zaro21:09
_david_notmorgan, https://gerrit-review.googlesource.com/49601 ,-)21:10
*** signed8bit_ZZZzz is now known as signed8bit21:10
zarosdague: mgagne has a patch to make gerrit ui more efficient looking21: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
fungithat was me21:11
zarohttps://review.openstack.org/#/c/241278/21:11
mgagnesdague zaro https://review.openstack.org/#/c/241278/21:11
*** changbl has quit IRC21:11
anteayanice work zaro and team21:12
mgagnezaro The wrong right align happens because an icon (like the one in my own change) can show if change needs to be rebase21:12
fungiyes, huge thanks to everyone who worked on planning and execution, especially zaro!21:12
jeblairfungi: thanks for typing!21:12
anteaya_david_: thanks for joining us and helping out21:13
* fungi is sometimes good at typing21:13
anteayafungi: nice typing21:13
*** bnemec has quit IRC21:13
_david_anteaya, zaro and othe infra guys here are the guy to thank, not me.21:13
jeblairsdague: https://review.openstack.org/#/q/file:hideci.js21:13
*** ajmiller has quit IRC21:14
zarothanks for helping out all, but /me feels like we not out of the woods yet.21:14
*** ajmiller has joined #openstack-infra21:14
*** e0ne_ has quit IRC21:15
_david_zaro, Exactly the same Gerrit version is works without any issues for SAP, Ericsson and Sony.21:15
zaroAbbreviated name user setting is nice.21:15
fungizaro: do you want to draft/send the maintenance completion notice to the -dev ml?21:15
openstackgerritMatt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting  https://review.openstack.org/25864621:15
*** baoli has quit IRC21:15
*** baoli has joined #openstack-infra21:16
zarofungi: ok.21:16
fungithought you might enjoy the honor anyway21:16
openstackgerritMathieu Gagné proposed openstack-infra/system-config: Improve new Gerrit change screen  https://review.openstack.org/24127821:16
fungithat way you get all the (hopefully!) thanks replies21: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 easier21:17
fungithis was several versions skipped21:17
anteayagerrit server load looks similar to what is was prior to downtime, hopefully if we have a load related issue it will present itself soon21: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 complete21:18
*** alop has left #openstack-infra21:18
*** julim has quit IRC21:18
_david_And generally it's always a good idea to be close to upstream21:18
fungi_david_: or an hour 54 minutes for that matter (6817.5s)21:20
*** esker has quit IRC21:20
fungiplus the 5 minutes puppet wasted trying to run that before giving up21:21
fungiso, yes, that will be much nicer!21:21
*** daemontool_ has joined #openstack-infra21: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-infra21:22
zaroupgrade completion email sent.21:22
fungizaro: thanks!!!21:23
*** daemontool has quit IRC21:23
fungi_david_: yeah, i'm slightly less paranoid about it for next time (assuming this continues to be smooth sailing)21:23
bknudsoncan we set the default diff preferences columns to openstack-standard 72 chars?21:23
openstackgerritMatt Riedemann proposed openstack-infra/irc-meetings: Schedule the stable maintainers team meeting  https://review.openstack.org/25864621:23
bknudsonoops, 80 I guess21:24
fungi[2015-12-16 21:22:53,845] WARN  / : Unexpected error during authentication21:24
fungiorg.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
fungilooked like a custom dashboard query for heat-related projects21:25
fungi_david_: yes, your assistance has been invaluable21:25
_david_zaro, fungi jeblair n.p. Guys: very impressive work. And congrats to all involved!21:25
anteayaokay when I am highlighting a line to copy it, I get a clippy tooltip telling me to press c to comment21:26
anteayaI find that annoying21:26
fungianteaya: "it looks like you're trying to gerrit..."21:26
zarohmm maybe i should have mentioned that some queries need to be modified to work in newer gerrit21:26
anteayaexactly21:26
*** daemontool_ has quit IRC21:26
anteayaclicking the line number still gives me a text box in which to type my inline comment21:27
fungizaro: can't hurt to reply to your announcement with that addition21:27
*** zeih has joined #openstack-infra21:27
*** baoli has quit IRC21:27
*** bnemec has joined #openstack-infra21:27
anteayaI am not a fan of the clippy21:27
*** _david_ has quit IRC21:27
zaroyou can highlight parts that you comment on now.21:27
*** baoli has joined #openstack-infra21:27
clarkbmobile diff reading is a bit more difficult21:27
clarkbbut mobile was never awesome21:27
jrollanteaya: I'll take clippy in exchange for multi-line copying without copying line numbers21:27
jroll(which I just found, that is awesome)21:28
*** njirap has joined #openstack-infra21:28
*** rcernin has joined #openstack-infra21:28
anteayajroll: try me again21:28
zaroyeah, love that one now21:28
* anteaya climbs down from clippy rage21:28
fungihrm, yes new change screen seems to break my ability to highlight for copy and middle click for paste (typical x11 workflow)21:28
sdaguethe edit the commit message workflow is a little more complex21:28
zaroanteaya: highlighting text in diff window does not include line numbers anymore21:28
sdaguebut I guess it's because you can edit everything21:29
jrollanteaya: if you copy code from a diff, across multiple lines, previously the paste would have line numbers, now it does not21:29
anteayajroll: okay I see it21:29
zarofungi: i think _david_ would know about abouth21:29
*** dprince has quit IRC21:30
*** flepied has quit IRC21:31
*** flepied has joined #openstack-infra21:31
fungizaro: 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 fine21:31
fungiso something about how they're grabbing mouse interactions in the diff view region of the page21:32
*** zeih has quit IRC21:32
zaromaybe try on different browser?21:32
fungiwhich is fine i guess since i already mostly use gertty anyway21:32
mordredWHY 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
fungiyeah, i'll try again when i get around to installing a different browser21:33
clarkbmordred that was my vomplaint months ago :)21:33
clarkbmordred and it covers the votrs21:33
sdaguemordred: hmmm... I guess I've been used to that forever now21:33
*** apuimedo_ has quit IRC21:33
*** thorst has quit IRC21:33
*** thorst has joined #openstack-infra21:34
*** apuimedo has quit IRC21:34
*** bpokorny_ has quit IRC21:35
tonyboooh shiny new gerrit :)21:35
*** apuimedo has joined #openstack-infra21:35
*** bpokorny has joined #openstack-infra21:35
anteaya:)21:35
pleia2ooh, I just remembered that 2.11 is the gerrit I have a patch in :)21:35
cp16net..yeah.. gerrit got more color21:35
anteayapleia2: woooo21:35
anteayapleia2: well done21:36
anteayapleia2: what did you patch?21:36
fungi8 colors and 2 intensities is all anybody should ever need ;)21:36
anteayahahaha21:36
fungioh, plus 8 background colors21:36
pleia2anteaya: just a little css patch to fix how it looked on mobile21:36
anteayaclarkb: pleia2 was thinking of you21:36
zaromordred: maybe we should add another reply at bottom with javascript override?21:36
cp16netoh NICE you can change your menu!21:37
mordredzaro: that would be awesome21:37
fungicp16net: yep, that seems to be a popular feature people are already discovering21:37
mordredsdague: well, it didn't bother me when the comment thing was another page21:37
cp16net<3 it21:37
mordredsdague: but now that it's a pop-up overlay box thing, its seems crazy to not have one at the bottom21:37
*** tonytan4ever has quit IRC21:38
*** ihrachys has quit IRC21:38
cp16netis there a release notes page for gerrit?21:38
openstackgerritMerged openstack-infra/project-config: Test that job regexes in zuul/layout match  https://review.openstack.org/25814721:38
openstackgerritIan Wienand proposed openstack-infra/zuul: Handle a float in assertReportedStat  https://review.openstack.org/24897521:38
openstackgerritIan Wienand proposed openstack-infra/zuul: Update to statsd 3.0  https://review.openstack.org/22923221:38
*** baoli has quit IRC21:39
ianwfungi / pabelanger : ^ hopefully works ... did locally21:39
*** apuimedo_ has joined #openstack-infra21:39
*** baoli has joined #openstack-infra21:39
pabelangerianw: ooh, nice21:39
pabelangerwill try and test21:39
openstackgerritMerged openstack-infra/project-config: Run regex match over jobs in memory  https://review.openstack.org/25823921:40
*** agentle_ has joined #openstack-infra21:40
openstackgerritSean Dague proposed openstack-infra/system-config: increase info column width  https://review.openstack.org/25867221:41
cp16netah found it https://gerrit.googlesource.com/gerrit/+/master/ReleaseNotes21:41
sdaguemordred: ah, I just always hit 'a' and it takes me there21:41
pleia2cp16net: moved up several versions, so you'll likely want to look at the ones for 2.9 through 2.1121:41
sdaguenotmorgan, and reviewers - https://review.openstack.org/258672 should make the hideci column a bit better21:42
notmorganlooking21:42
notmorganah yeah21:42
*** tjones has quit IRC21:42
*** thorst has quit IRC21:42
*** admin0 has joined #openstack-infra21:42
*** admin0 has quit IRC21:43
*** sabeen3 has quit IRC21:43
*** tjones has joined #openstack-infra21:44
zarocp16net: https://gerrit.googlesource.com/gerrit/+/stable-2.11/ReleaseNotes/ReleaseNotes-2.8.4.txt21:44
*** annegentle has quit IRC21:44
sdaguesadly we seem to have gotten a lot of NOT_REGISTERED when things started up again21:44
sdagueespecially gate-grenade-dsvm-multinode21:44
sdagueactually it looks like a lot of the multinode jobs21:44
*** maishsk has joined #openstack-infra21:45
*** agentle_ has quit IRC21:45
*** e0ne has joined #openstack-infra21:45
jeblairstrange; we should have had nodes from all images21:45
notmorgansdague: yeah much better.21:46
jeblairi think that only works if you have a super-wide window21:47
*** tonytan4ever has joined #openstack-infra21:47
sdaguejeblair: or if there is no 3rd column on your change21:48
jeblairsdague: yeah, i'm still looking at 253793 which has one21:49
sdaguealso, 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 IRC21:50
*** baoli has joined #openstack-infra21:50
*** hashar has quit IRC21:51
*** apuimedo_ has quit IRC21:51
fungii dual-screen with a couple of fairly high-res monitors, but i portrait orient them so the horizontal resolution is only 1440px on each panel21:51
fungibut that seems to be (barely) sufficient for the new change screen21:51
*** daemontool_ has joined #openstack-infra21:52
openstackgerritPaul Belanger proposed openstack-infra/project-config: Enable ansible-functional-trusty templates  https://review.openstack.org/25867321:52
jeblairfungi: 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 else21:52
jeblairso i wrote gertty21:52
fungii mean, i basically have 2880x2560 resolution to play with on my primary workstation, but it's split into two workspaces21:53
anteayathat'll teach 'em21:53
fungifight back with code!21:53
anteayabetter code21:53
openstackgerritMerged openstack-infra/irc-meetings: Add the meeting_id and agenda_url for the nova cells meeting  https://review.openstack.org/25864321:55
sdagueyeh, well once the UI layer is actually split into polymer, doing UX will be a ton easier21:55
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio  https://review.openstack.org/25819521:55
*** apuimedo_ has joined #openstack-infra21:56
*** daemontool__ has quit IRC21:56
*** daemontool_ has quit IRC21:56
*** rvasilets___ has joined #openstack-infra21:56
sdaguebecause realistically what should happen is at lower screen widths, column 3 pop under col 121:57
rvasilets___Hi everyone. How can I set old style gerritdashboard?21:57
sdaguervasilets___: you do not21:57
jeblairsdague: yeah, this is what gertty does :)21:57
jeblairbut i agree, that's a pretty well-solved problem in web uis21:57
sdagueright, and that wouldn't be that hard if these were in divs instead of td21:57
rvasilets___sdague: i can't?21:58
sdaguethe only reason we can't do that with a css selector is because there is still table layout21:58
*** MarkAtwood has joined #openstack-infra21:58
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Document byte-to-inode ratio  https://review.openstack.org/25819521:58
*** apuimedo has quit IRC21:58
anteayarvasilets___: correct, it is no longer available21:58
rvasilets___(21:59
rvasilets___ыфв21:59
rvasilets___sad21:59
*** apuimedo has joined #openstack-infra21:59
anteayarvasilets___: http://lists.openstack.org/pipermail/openstack-dev/2015-October/076962.html21:59
*** harlowja has quit IRC21:59
*** hashar has joined #openstack-infra21:59
anteayarvasilets___: consider gertty: https://pypi.python.org/pypi/gertty/1.2.122:00
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack  https://review.openstack.org/24308022:00
* anteaya will be collecting her commision from jeblair later22:00
*** EricGonc_ has joined #openstack-infra22:00
fungirvasilets___: the old change screen was only included in gerrit through 2.10. it's unavailable in 2.11 and later22:01
* jeblair slips anteaya a token token22:01
anteayaha ha ha22:01
openstackgerritPaul Belanger proposed openstack-infra/project-config: Add ansible-role-functional-jobs-(centos|trusty)-nv  https://review.openstack.org/25868222:01
* anteaya saves her token token22:01
anteayaI'm going to make some dinner22:01
*** thiagop has quit IRC22:02
pleia2anteaya: have fun22:02
rvasilets___I can't do normal review)22:03
rvasilets___A lot of thing in unexpected places22:03
rvasilets___*things22:03
*** EricGonczer_ has quit IRC22:04
rvasilets___they a of dim color22:04
*** daemontool has joined #openstack-infra22:04
rvasilets___*they are22:04
*** harlowja has joined #openstack-infra22:04
rvasilets___Also its hard for people with poor eyesight22:04
rvasilets___details is too small22:05
*** kgiusti has quit IRC22:05
*** mgrosz has joined #openstack-infra22:05
*** baoli has quit IRC22:05
*** baoli has joined #openstack-infra22:06
rvasilets___Block of jobs is unjustifiably big22:06
rvasilets___It was good when it was in the right22:06
rvasilets___not in the center22:06
*** mgrosz has quit IRC22:07
zarowe are working to fix that, hopefully soon.22:07
rvasilets___Now I need to make a lot of scrolling to see exact patch22:08
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack  https://review.openstack.org/24308022:08
*** baoli has quit IRC22:08
openstackgerritMerged openstack-infra/project-config: Fixed CloudKitty gerrit rights  https://review.openstack.org/25857422:09
*** baoli has joined #openstack-infra22:09
*** sdake_ has quit IRC22:09
rvasilets___Also unexpected hidden menus such as patchset at the ещз22:10
rvasilets___*at the top22:10
zarojeblair: _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 left22:10
zaroi think gerrit 2.11 has hooks for adding menus like that.22:10
jeblairzaro: i'd recommend getting input from folks like sdague on whether that would be useful or not22:11
rvasilets___A lot of blank space22:11
sdagueoh, actually, I figured out how to get column 3 to jump  :)22:11
jeblairzaro: personally, i suspect that may be too inacessible for something that people may want to see at a glance22:11
*** masber has joined #openstack-infra22:12
zarodon't people only want to see it if something failed?22:12
rvasilets___Its my feedback22:12
jeblairrvasilets___: sdague is looking into making the job results better at least22:12
jeblairzaro: how do you know if something failed without seeing it?22:12
zaromaybe color?22:13
jeblairzaro: as a jjb core, i certainly hope you want to see the output of the compare xml job :)22:13
sdaguezaro: seeing the passes is important, especially given all the ci jobs coming back in22:13
rvasilets___Only one thing I see that was not enough in old version is patch size22:13
rvasilets___thats all22:13
*** jaosorior has quit IRC22:13
rvasilets___other very redundant22:13
openstackgerritMerged openstack-infra/project-config: Enable pypi publishing for Bareon project  https://review.openstack.org/25793222:13
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add python-brick-cinderclient-ext to OpenStack  https://review.openstack.org/24308022:13
rvasilets___and uncomfortable for me22:13
sdagueso, anyway, I need to run to dinner, but it looks like if we change some of the table/tr/td elements to display: block22:13
zaroi mean combined color if something needs looking at then red, or yellow? otherwise green?22:13
*** tjones1 has joined #openstack-infra22:13
sdaguewhen the screen gets small, column 3 jumps under column 1, as one would expect22:14
sdaguewhich makes this small screen happy again22:14
sdagueI'll try to hack up a real patch tomorrow, the selectors might be a little hard to get right, but we can try22:14
ianwfungi / 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_REGISTERED22:15
sdaguezaro: honestly, with all the other changes, please lets hold till jan to think about changing the ci format at all22:15
jeblairrvasilets___: 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
openstackgerritMerged openstack-infra/irc-meetings: Schedule the stable maintainers team meeting  https://review.openstack.org/25864622:15
*** apoorvad has quit IRC22:15
jeblairrvasilets___: 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
jeblairrvasilets___: 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
anteayazaro: I make no assumptions about what people do and don't want to see about third party ci information22:17
*** sdake has joined #openstack-infra22:17
fungiianw: 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/true22:18
jeblairrvasilets___: 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
anteayazaro: 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 comments22:18
*** baoli has quit IRC22:18
jeblairsdague: 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 enough22:19
*** baoli has joined #openstack-infra22:19
rvasilets___*give us22:19
jeblairrvasilets___: they did for something like 3 years.22:19
openstackgerritIan Wienand proposed openstack-infra/zuul: Update to statsd 3.0  https://review.openstack.org/22923222:19
jeblairrvasilets___: there are technical reasons they can't support both indefinitely.22:19
fungirvasilets___: 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 interface22:20
fungior rather, not have to maintain development on _three_ given the work they're beginning on polygerrit22:20
*** trown is now known as trown|outttypeww22:20
*** apoorvad has joined #openstack-infra22:21
fungiso the new change screen is about to become the second old change screen22:21
fungi(it's really not very new at this point)22:21
*** shardy has quit IRC22:21
zarosdague: 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-infra22:23
anteayazaro: well unless the whole community knows about the direction and how they can expect it to display information we don't really know22:23
anteayanow I can understand if you aren't ready to post to the mailing list22:23
zarorvasilets___: yes, proposing changes that would satisfy both screens was a big burden22:23
anteayabut if folks with opinions don't have a chance to share them they may express them in frustration after decisions have been made22:24
michaelxinhi, 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 IRC22:24
zaroanteaya: yeah, not read22:24
zaroread/ready22:24
anteayaokay22:25
michaelxinThis is the first release. Not sure what caused the problem.22:25
zarowe are working on the data atm, UI is a seperate thing. maybe even seperate plugin.22:25
anteayaperhaps we might factor in a community comments section in the design phase?22:25
pabelangermichaelxin: you're tox.ini file is not setup properly22:25
*** gordc has quit IRC22:25
anteayafair enough22:25
rvasilets___zaro: Ok so why you decide to use totally new style?)22:25
pabelangermichaelxin: I'd check out openstack-dev/cookiecutter and see what we default for projects22:25
michaelxinpabelanger: Thanks. I will try.22:25
anteayarvasilets___: it wasn't zaro's decision22:26
rvasilets___not personaly you of cause)22:26
anteayarvasilets___: he was trying to explain the rationale behind the decision22:26
rvasilets___they*22:26
rvasilets___Sorry22:26
persiazaro: will that also be in NoteDB?22:26
*** elo has quit IRC22:26
rvasilets___Why they are decided to use new style instead of old?22:26
anteayapersia: anything to do with notedb is gerrit 322:27
zaropersia: what? the ci data?22:27
persiazaro: yes22:27
*** elo has joined #openstack-infra22:27
persiaanteaya: kinda :)22:27
zarono, we plan to store data in some db.22:27
anteayapersia: do you know more than I?22:27
persiazaro: external to the git repo?22:28
zaropersia: yes.22:28
*** sshnaidm has quit IRC22:28
anteayaI don't believe ci data is captured in the git repo, is it?22:28
anteayaI thought it was just in the gerrit db22:28
persiaanteaya: 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-infra22:28
clarkbthe votes are captured but thats always +2 from jenkins22:29
anteayapersia: okay fair enough, thanks for sharing22:29
anteayaclarkb: okay22:29
clarkbsince thats necessary to merge22:29
zarorvasilets___: 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
persiazaro: Aha.  I like the idea of having it in git, but my preference should not block :)22:30
*** stpierre has quit IRC22:30
rvasilets___zaro: Ok thx. Sad22:30
*** rhallisey has quit IRC22:30
*** EricGonc_ has quit IRC22:30
fungiyeah, 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 completion22:31
*** tjones2 has joined #openstack-infra22:31
persia+122:31
*** mtanino has quit IRC22:32
*** eharney has quit IRC22:32
*** tjones has quit IRC22:32
*** e0ne has quit IRC22:33
persiaRumours 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-infra22:33
anteayaI favour the pessimist22:34
anteayaI'm rarely disappointed22:34
anteayaexcept over dinner22:34
anteayaoptimists to dinner22:34
fungii.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 similarly22:34
*** piet has quit IRC22:34
openstackgerritMerged openstack-infra/project-config: Check for correct DocImpact tag usage  https://review.openstack.org/25130122:34
michaelxinpabelanger: Do you happen to know which file that I should update? Thanks. I am new.22:35
fungimichaelxin: the tox.ini in your repo needs a testenv:venv section like other repos have22:35
*** sridhar_ram1 has joined #openstack-infra22:36
*** jffische has joined #openstack-infra22:37
*** sridhar_ram1 has quit IRC22:37
*** sridhar_ram has quit IRC22:37
michaelxinfungi: Thanks. Can I reuse the tox.ini of cookiecutter for now?22:38
*** apuimedo has quit IRC22:39
fungimichaelxin: probably? hard to say without knowing what you may have already changed in your current tox.ini file22:39
*** baoli has joined #openstack-infra22:39
*** piet has joined #openstack-infra22:39
fungimichaelxin: it's probably worthwhile to read the documentation on tox and understand what the things you have in that file are doing22:40
michaelxinfungi: Got it. Thanks.22:40
*** apuimedo_ has quit IRC22:40
*** thorst has joined #openstack-infra22:40
*** apuimedo has joined #openstack-infra22:40
*** daemontool has quit IRC22:40
fungiin 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 it22:41
*** sdake has quit IRC22:41
*** otter768 has joined #openstack-infra22:41
*** sdake has joined #openstack-infra22:41
fungizaro: [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..9b1818bbb643e6ef1be19b027d55c0fddcfca22122:41
*** baoli_ has joined #openstack-infra22:43
*** sabeen1 has joined #openstack-infra22:43
fungiwe 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 sometimes22:43
pabelangermichaelxin: might be worth running cookiecutter over your project and see what the diff is.  you might want to switch to pbr too22:43
*** lykinsbd has quit IRC22:44
*** sdake has quit IRC22:44
*** apuimedo_ has joined #openstack-infra22:44
*** abregman has quit IRC22:44
openstackgerritgordon chung proposed openstack-infra/project-config: fix stable/liberty telemetry integration job  https://review.openstack.org/25864222:45
fungizaro: i count 80 matches for "5000 ms timeout reached for Diff loader" in the current gerrit error log22:45
*** apuimedo has quit IRC22:45
*** baoli has quit IRC22:45
*** gildub has joined #openstack-infra22:45
*** apuimedo has joined #openstack-infra22:45
zarofungi: hmm that change does seem pretty small.22:46
zaroto be seeing this error22:46
*** otter768 has quit IRC22:46
*** sabeen2 has joined #openstack-infra22:46
zaromaybe it's the load and gerrit is slow to process.22:46
fungiyeah, 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-infra22:47
jeblairiowait is small, so i doubt it's related to waiting to read git repos off disk, but i suppose it could be22:47
*** sabeen1 has quit IRC22:47
*** thorst has quit IRC22:47
fungionly takes a very brief spike in iowait to hit this, probably22:48
*** jbernard has quit IRC22:48
*** mudassirlatif has joined #openstack-infra22:48
fungiif we're seeing infrequent 10-second spikes in iowait, it would probably wash out in the stats to the point of being unnoticeable22:48
*** rockyg has quit IRC22:48
*** masber has quit IRC22:49
*** asselin__ has quit IRC22:49
*** dkranz has quit IRC22:50
jeblairtrue22:50
fungii 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 cause22:50
jeblairi wonder also if either general cpu contention, or thread contention could cause it22:50
jeblair(the latter possibly being an easy tuning fix)22:51
openstackgerritMerged openstack/python-jenkins: Drop py33 support  https://review.openstack.org/25774522:51
openstackgerritTim Hinrichs proposed openstack-infra/project-config: Make python34 job voting for Congress  https://review.openstack.org/25562122:51
*** baoli_ has quit IRC22:52
fungialso 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 daylight22:52
*** flepied has quit IRC22:52
*** baoli has joined #openstack-infra22:52
fungibut i'll be around and keep an eye in irc in case we have a serious blow-up22:52
*** weshay has quit IRC22:52
*** tonytan4ever has quit IRC22:53
smcginnisjeblair: Got a sec for a gertty question?22:53
jeblairsmcginnis: yes!22:53
smcginnisjeblair: When I launch it I just get a red Error in the top right.22:54
fungistaring 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 sample22:54
smcginnisjeblair: I turned on verbose and get this: http://paste.openstack.org/show/482128/22:54
smcginnisjeblair: Any idea what I'm doing wrong?22:54
pleia2oh, when do we want to call this a success? :)22:55
zaroit looks like all diffs goto cache first, so i'm guessing we need to tune the cache  maybe set it to use more memory22:55
anteayafungi: enjoy food and unwinding22:55
smcginnisjeblair: Oh wait, 40122:55
smcginnisUnauthorized?22:55
*** jbernard has joined #openstack-infra22:55
*** thorst has joined #openstack-infra22:55
jeblairyeah, wow that's some terrible error feedback.  :)22:55
*** daemontool has joined #openstack-infra22:55
jeblairsorry22:55
fungijeblair: 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 incident22:55
smcginnisjeblair: Hehe, no worries. :)22:55
smcginnisjeblair: That was the clue I needed though.22:56
jeblairsmcginnis: maybe your password in gertty.yaml needs updating since the last time you ran...22:56
jeblairsmcginnis: oh cool, figured it out?22:56
smcginnisMust have already been in insert mode, had an extra i at the beginning of my http password.22:56
smcginnisjeblair: New system.22:56
*** thorst has quit IRC22:56
*** tjones2 has quit IRC22:57
jeblairsmcginnis: ah ok22:57
smcginnisjeblair: Does it normally take awhile for shift-l to pull up the project list?22:57
*** piet has quit IRC22:58
*** tjones has joined #openstack-infra22:58
*** mgrosz has joined #openstack-infra22:59
*** mgrosz has quit IRC23:00
*** mgrosz has joined #openstack-infra23:00
jeblairsmcginnis: takes about 5 seconds on my machine;  (it's a huge db query)23:00
*** tsg has quit IRC23:00
smcginnisjeblair: Quit and restarted, now I got the list.23:00
jeblair(but fortunately, not used that often)23:00
*** harlowja has quit IRC23:01
fungiyeah, we're over 850 repos in our gerrit now23:01
*** elmiko has joined #openstack-infra23:01
zaroanyways. i need some food as well. will dig into the timeout issue after i get back23:01
smcginnisjeblair: 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-away23:01
smcginnisjeblair: OK, I'll be patient now. Thanks for your help!23:01
*** mgrosz has quit IRC23:01
fungithere's a status readout at the top of the screen23:01
*** dims has quit IRC23:01
smcginnisOh weird, I clicked on my terminal and the list went away.23:01
*** apuimedo has quit IRC23:02
*** sridhar_ram has joined #openstack-infra23:02
elmikohi, 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
smcginnisA point and click terminal. Huh. :)23:02
fungismcginnis: 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 pointer23:02
*** apuimedo has joined #openstack-infra23:02
*** ayoung has quit IRC23:03
smcginnisfungi: Yeah, it suprised me. Esc back and I'm fine.23:03
*** annegentle has quit IRC23:03
*** apuimedo_ has quit IRC23:03
anteayais 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,z23:03
*** baoli has quit IRC23:03
fungielmiko: is the username you're supplying the same username you see listed in the gerrit preferences?23:03
elmikofungi: yes23:04
*** tsg has joined #openstack-infra23:04
smcginnisanteaya: No, I see names.23:04
*** baoli has joined #openstack-infra23:04
anteayarefresh brings me names23:04
fungielmiko: when was the last time it was working for you?23:04
anteayasorry had a trip to the twilight zone there23:04
*** flepied has joined #openstack-infra23:04
anteayaI'll try to stay long enough to send out post cards next time23:04
elmikofungi: hmm, haven't done a fetch in a few days, but push/reviews have been working as of yesterday23:05
fungianteaya: anomymous coward is what gerrit substitutes when it doesn't find a name, so could have been a lookup problem23:05
smcginnisanteaya: ;)23:05
anteayafungi: yes each entry had what appeared to be a gerrit id beside it23:05
vipulHi, 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
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for random qemu sigterm bug 1526989  https://review.openstack.org/25870723:06
openstackbug 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/152698923:06
anteayaI am able to download a patch with git review -d <patchnumber>23:06
*** dingyichen has joined #openstack-infra23:06
fungielmiko: what's your gerrit username? i'm looking in the logs for failures23:06
elmikofungi: mimccune23:07
fungihrm, no match in the gerrit ssh authentication log. looking at some other possibilities now23:07
elmikoweird..23:07
*** apuimedo_ has joined #openstack-infra23:08
fungielmiko: have an ip address you'd be coming from? i can search for that23:09
elmikofungi: sure, let me dig it up23:09
*** daemontool has quit IRC23:09
elmikofungi: looks like, 68.58.216.13523:10
*** flepied1 has joined #openstack-infra23:10
*** ybathia has quit IRC23:10
fungino hits in the gerrit ssh log for even failed connection attempts from that ip address23:10
fungii'll set up a packet capture real quick23:10
elmikohuh, guess it just doesn't like me today23:11
fungielmiko: try again and i'll see what comes into the interface23:11
elmikok23:11
elmikodone23:11
fungielmiko: i see a lot of 443/tcp but no hits to the gerrit ssh api23:12
*** ayoung has joined #openstack-infra23:12
fungielmiko: what do your git remote lines look like for review.openstack.org?23:12
*** apuimedo_ has quit IRC23:12
elmikooh weird, this repo doesn't seem to have them now23:13
elmikomaybe that's the issue23:13
anteayawhat repo?23:13
elmikogerrit  ssh://mimccune@review.openstack.org:29418/openstack/sahara-dashboard.git (fetch)23:13
*** flepied has quit IRC23:13
*** tsg has quit IRC23:13
elmikogerrit  ssh://mimccune@review.openstack.org:29418/openstack/sahara-dashboard.git (push)23:13
fungiwell, if git review -s is prompting for a username then it won't add gerrit remote entries until it confirms it can make them work23:14
elmikoanteaya: sahara-dashboard23:14
elmikofungi: git review -s worked without a hitch23:14
fungielmiko: does git remote update work without prompting for account info?23:14
* fungi is still sniffing for hits to 29418/tcp23:15
elmikofungi: yes23:15
fungiyeah, it connected that time23:15
elmikoit just does not like that fetch command23:15
fungiso then what command is prompting for auth details?23:15
*** baoli has quit IRC23:15
elmikogit fetch https://mimccune@review.openstack.org/a/openstack/sahara-dashboard refs/changes/42/258142/2 && git checkout FETCH_HEAD23:15
*** baoli has joined #openstack-infra23:16
fungioh! why does it have a username in the url there i wonder23:16
* elmiko shrugs23:16
elmikoi copied that out of the gerrit page download link23:16
fungilooks like it's trying to use the authenticated rest api endpoint (the /a)23:16
fungizaro: ^23:16
fungiyeah got23:16
fungigrrr23:16
elmikohuh, interesting23:16
anteayaworks for me: http://paste.openstack.org/show/482134/23:17
fungigit's prompting because it needs to know your rest api password to retrieve that23:17
*** apuimedo_ has joined #openstack-infra23:17
elmikook, haven't run into this one before23:17
anteayaused git review -d23:17
elmikoi could try that, 1sec23:18
fungii'm having trouble spotting where it displays the git fetch command in the new change screen23:18
*** pradk has quit IRC23:18
*** signed8bit is now known as signed8bit_ZZZzz23:18
elmikofungi: upper right23:18
jeblairelmiko: you can change it to "anonymous http" instead of "http" in the download section23:18
fungioh, there it is23:18
openstackgerritDarragh Bailey proposed openstack/python-jenkins: Migration to using requests  https://review.openstack.org/20563723:18
elmikoanteaya: git review -d worked23:19
anteayaelmiko: yay23:19
fungior ssh23:19
anteayaI am also testing the command you tried23:19
fungibut yeah, what jeblair said23:19
fungithis looks like it's by design23:19
elmikook, so for now skip the https fetch stuff?23:19
fungianonymous http won't use the authenticated endpoint23:19
jeblairelmiko: 'anonymous http' is also over https and should work for you23:19
elmikogot it23:20
elmikojeblair: just saw the dropdown for anonymous http23:20
anteayahere is git fetch: http://paste.openstack.org/show/482135/23:20
*** sigmavirus24 is now known as sigmavirus24_awa23:20
jeblair(they both say 'http' but both mean 'https' :)23:20
elmikoack23:20
fungiyou 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 password23:20
*** Daisy has joined #openstack-infra23:20
elmikohuh, wonder why it stopped working for me23:21
fungiso looks like it's working as designed, just perhaps somewhat of a surprise23:21
elmikoyea guess so23:21
fungielmiko: we just upgraded. i don't recall it having an authenticated http in gerrit 2.823:21
anteayathe git fetch command I used used ssh23:21
fungiit had something like http, https and ssh before23:21
anteayaI copied from the gui23:21
fungiwhere ssh was the only authenticated one23:21
elmikoanteaya: so, does the "http" entry work for you? (not that it matters, just curious)23:22
anteayaelmiko: I don't see an entry using ssh23:22
*** mriedem has quit IRC23:22
anteayaI'm logged in23:22
elmikofungi: makes sense, and thanks for the explanation =)23:22
anteayaI'm looking at https://review.openstack.org/#/c/25814223:22
anteayaI see the download dropdown menu23:22
nibalizerfungi: it was unauthenticated before23:22
nibalizeri used it often23:22
anteayacheckout is the first link and I copy/pasted, it uses ssh23:23
fungielmiko: 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 it23:23
anteayaelmiko: is there a link on the gui now that uses http that you want me to try?23:23
anteayaI can't see one23:23
fungianteaya: the "download" drop-down in the top-right of the page23:24
nibalizerit seems fine for me23:24
elmikofungi: ok, thanks. tried the ssh and it worked fine. think i'm all set here. thanks all!23:24
nibalizeri can click download, then copy the checkout, and paste it23:24
nibalizerno auth23:24
fungiit's not exposed by default any longer, you have to access the pulldown23:24
anteayayes download dropdown menu, 4 commands all use ssh23:24
anteayaI don't see http23:24
elmikoanteaya: in the download dropdown, there is a small selector on the bottom that says "ssh, http, anonymous http"23:24
fungianteaya: there's a selector under that to choose your protocol23:24
*** dims has joined #openstack-infra23:24
fungipick your poison23:24
anteayaah thank you23:25
anteayathe drop down menu within the dropdown menu23:25
anteayanot used to that23:25
elmikohehe23:25
funginibalizer: the "http" one is now authenticated and "anonymous http" is the one that's not authenticated23:25
anteayaelmiko: so what am I trying?23:25
elmikodropdown-ception23:25
elmikoanteaya: the "http" method23:25
*** Daisy has quit IRC23:25
* anteaya tries the http method23:25
funginibalizer: 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 password23:26
clarkb#openstack is interesting23:26
clarkbalso no pupil dilation this time \0/23:26
pleia2clarkb: hooray to being able to see23:26
elmikofungi: how long have you had that domain name?23:27
anteayahttp://paste.openstack.org/show/482136/23:27
anteayaelmiko: it wanted my http password as fungi and jeblair said, then it was happy23:27
*** baoli has quit IRC23:27
elmikoanteaya: k, thanks for confirming23:27
anteayaelmiko: sure, thanks for helping me learn about the multiple drop down menus23:27
*** baoli has joined #openstack-infra23:28
anteayadidn't know about that before23:28
anteayaclarkb: yay23:28
fungielmiko: what domain name?23:28
elmikofungi: yuggoth.org23:29
fungielmiko: more years than i can recall23:29
elmikoor is that not yours23:29
anteayaSam-I-Am: nice trying23:29
elmikofungi: so good, +123:29
anteayaSam-I-Am: and way to be clear23:29
fungielmiko: at least 15 years23:29
fungiprobably a good bit longer23:29
elmikofungi: the gift that keeps on giving ;)23:29
fungiindeed23:29
*** sdake has joined #openstack-infra23:30
elmikok, time for more reviewing. thanks fungi, anteaya, jeblair !23:30
anteayaelmiko: enjoy reviews23:30
*** sdake has quit IRC23:30
nibalizerah yes anonymous http is what works23:30
*** sdake_ has joined #openstack-infra23:30
fungiclarkb: hah, that's awesome23:31
pabelangerianw: if you have a moment: https://review.openstack.org/#/c/258673/23:31
Sam-I-Amanteaya: what?23:32
anteayadude in #openstack23:32
*** sdake_ has quit IRC23:32
anteayagoing to change the world with a new wiki23:32
Sam-I-Amoh, the troll?23:32
anteayayeah23:32
Sam-I-Ami usually assume people are non-troll23:32
Sam-I-Amthat didnt last long23:32
anteayanice anti troll suit you have handy23:32
anteayayeah you are so nice23:32
clarkbthe domain is real fwiw23:32
anteayahonestly I don't know how you can keep it up, but I salute you for it23:32
anteayaSam-I-Am: must be all the cycling23:33
anteayaSam-I-Am: how are you doing so far this week23:33
anteayaclarkb: is it infringment, I don't know23:33
*** signed8bit_ZZZzz is now known as signed8bit23:34
docaedoAnyone 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 IRC23:34
jeblairi think we should let jbryce know about http://openstackwiki.com/ anyway23:34
anteayaextra points for mentioning a jeblair crafted tool in a query23:34
*** Daisy has joined #openstack-infra23:34
jeblairanteaya, docaedo: it got my attention23:35
jeblairon account of it being in yellow23:35
anteayajeblair: fair point23:35
Sam-I-Amanteaya: the openstackwiki.com domain?23:35
fungijeblair: i'm on it now23:35
anteayaSam-I-Am: yeah, it may constitute infringement23:35
docaedowhee! so I get this error: http://paste.openstack.org/show/482139/23:35
jeblairdocaedo: i will help!23:35
anteayaup to the foundation to decide23:35
nibalizerhaha what23:36
Sam-I-Amanteaya: 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 hole23:36
nibalizercan we get a countdown timer on openstackwiki.com23:36
Sam-I-Amanteaya: well, it doesnt even have an A record yet, so i dont think much is there23:36
anteayaSam-I-Am: wooooo23:36
docaedojeblair: thanks .. pasted the error, it comes from this script (which you will recognize 99% of) http://paste.openstack.org/show/48213823:36
nibalizeror maybe a 'give us your email for a beta invite'23:36
anteayaSam-I-Am: that sensation your feeling? that's flying, not falling, definitely not falling23:36
Sam-I-Amanteaya: i hear openstackwiki.com is going to be community-driven23:36
anteayaSam-I-Am: don't let anyone convince you different23:36
anteayaSam-I-Am: ha ha ha23:36
docaedojeblair: 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 sads23:37
*** Daisy has quit IRC23:37
jeblairnibalizer: i'm missing an under-construction gif23:37
Sam-I-Amjeblair: lol23:37
Sam-I-Ami miss those days23:37
Sam-I-Amopenstackwiki.net is still available. maybe i should pick it up and put an under-construction.gif there23:37
Sam-I-Amor just put all my docs work there :)23:38
anteayaha ha ha23:38
Sam-I-Amhmm, my troll detector is going off in #openstack again23:38
anteayastay here23:39
anteayawe have higher troll protection here23:39
* Sam-I-Am hides from the trolls23:39
anteayaha ha ha23:39
anteayatell me more about that fun linuxbridge thing23:39
*** baoli has quit IRC23:39
mtreinishso I just noticed I'm getting missing unicode symbols on the copy to clipboard icons post gerrit upgrade23:40
*** baoli has joined #openstack-infra23:40
mtreinishI don't remember that before23:40
mtreinishdo I need some weird unicode font to have a clipboard icon now?23:40
fungiSam-I-Am: i really want it to say: openstackwiki.com the .com is for "community!"23:40
jeblairmtreinish: i am also missing those23:40
anteayayes we noticed it in testing23:40
Sam-I-Amfungi: ha23:40
*** woodster_ has joined #openstack-infra23:41
anteayawe were mostly worried about ensuring the clipboard function works in ff 41, which it does23:41
fungii'm reminded why i don't lurk that channel. it's a wasteland of terrible23:41
anteayamy continued kudos to Sam-I-Am for taking on #openstack day after day23:41
fungii concur. a sisyphean effort if i've ever seen one23:42
*** apuimedo has quit IRC23:42
jeblairdocaedo: 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 warnings23:42
fungiaha, pizza person arrives23:42
jeblairdocaedo: which do you want to do?23:42
zarofungi: are the diff timeouts still happening?23:42
docaedojeblair: I'm happy to have it shut up all the warnings23:43
*** apuimedo has joined #openstack-infra23:43
*** Qiming has joined #openstack-infra23:43
mtreinishanteaya: 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-Amanteaya: i dont think our irc stats track #openstack?23:43
elmikook, who mentioned #openstack...23:44
jeblairdocaedo: omg they added a new warning23:44
Sam-I-Amfungi: after being in there for such a long time i can tell when someone geniunely needs help and wants mentoring23:44
jeblairor at least new to me23: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/lat23:44
mtreinishSam-I-Am: haha, I just read the backlog on #openstack23:44
jeblairis that the thing we've been getting from rackspace?23:44
anteayamtreinish: awesome, yay 4323:45
Sam-I-Amfungi: plenty of idlers and revolving-door join/parts (which my client ignores) ... but also a lot of Good Things happen in there23:45
anteayaSam-I-Am: well maybe that is a good thing? I don't know23:45
pabelangernibalizer: do you mind approving? https://review.openstack.org/#/c/258673/23:45
mtreinishanteaya: I had to pull out my magnifying glass after I installed it...23:45
anteayamtreinish: I'm on 42 and will stay here, thanks for the warning about 4323:45
anteayamtreinish: you did?23:46
Sam-I-Amfungi: it pays off when people get something to work and are happy23:46
*** dimtruck is now known as zz_dimtruck23:46
anteayamtreinish: you can see ant caligraphy23:46
mtreinishyeah it started ignoring my X dpi settings when I upgraded23:46
Sam-I-Amelmiko: do not feed the trolls23:46
anteayamtreinish: who are they picturing that can read font smaller than your font settings23:46
mtreinishwhich is an issue on my 27" 5120x2880 display23:46
elmikoSam-I-Am: sorry, i happened to see hadoop...23:47
anteayaSam-I-Am: you do great work23:47
clarkbmtreinish you set it in ff instead iirc23:47
clarkbbecause they do their own rendering or something23:47
mtreinishclarkb: 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-infra23:48
jeblairdocaedo: do this: http://paste.openstack.org/show/482140/  but also i'm adding a thing to requestsexceptions23:48
clarkbha23:48
fungijeblair: 2.9.0 was released yesterday and complains about sni possibly being broken, yes23:48
openstackgerritJames E. Blair proposed openstack-infra/requestsexceptions: Add SNIMissingWarning  https://review.openstack.org/25871823:48
jeblairdocaedo, fungi, mordred: ^23:49
zaroi think we need to tune the gerrit diff cache, https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-gerrit.html#cache23:49
*** sabeen2 has quit IRC23:49
jeblairdocaedo: the patch i sent you will squelch everything but SNIWarning, the patch to requestsexceptions will also squelch that23:49
dimsclarkb : 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_23923:49
zaroit 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
docaedojeblair: thank you so much! Once this works I can go back to chatting randos up on #openstack ;)23:50
zaroanybody have ideas on how to get an estimate of that?23:50
anteayazaro: ha ha ha23:50
dimsclarkb : fungi : any ideas? django_openstack_auth/2.1.1 and oslo.db/1.7.3 both ended up with that problem23:51
*** baoli has quit IRC23:51
*** yonglihe has quit IRC23:51
fungidims: 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 again23:52
*** baoli has joined #openstack-infra23:52
dimsfungi : ouch, y possible23:52
dimsfungi : that must be the urllib3 bug23:52
openstackgerritMerged openstack-infra/requestsexceptions: Deprecated tox -downloadcache option removed  https://review.openstack.org/25675623:53
jeblairi really wish we could use packages for this23:53
fungii wonder if twine is in ubuntu trusty23:53
*** mgrosz has joined #openstack-infra23:54
jeblairfungi: yes23:54
fungi1.3.1 in trusty-backports!23:54
jeblairfungi: er, i see it in universe?23:55
fungiyep23:55
*** Daisy has joined #openstack-infra23:55
fungifor trusty-backports23:55
zaroi guess the best estimate is 'ha ha ha'.  i'm not sure Gerrit will like that as a setting23:55
*** mgrosz has quit IRC23:55
fungihttp://packages.ubuntu.com/twine23:55
anteayazaro: sorry that is the best I can come up with23:55
*** derekh has joined #openstack-infra23:56
anteayazaro: I can understand why gerrit might not like that23:56
anteayazaro: what is the default? or is there one?23:56
*** derekh has quit IRC23:56
jeblairdo you think we need the latest wheel as well?23:56
*** rbrndt has quit IRC23:56
anteayazaro: I think we just keep increasing the setting until the errors go away23:56
anteayazaro: I can't figure out how to ball park a number23:57
fungijeblair: no idea23:57
fungidims: once i'm done eating i can see about temporarily fixing release.slave.openstack.org again and retry those uploads23:57
zaroanteaya: 102423:57
*** thorst has joined #openstack-infra23:57
openstackgerritMerged openstack-infra/project-config: Enable ansible-functional-trusty templates  https://review.openstack.org/25867323:57
*** chlong has quit IRC23:57
*** signed8bit is now known as signed8bit_ZZZzz23:57
openstackgerritBen Kero proposed openstack/diskimage-builder: Replace sfdisk partitioning with parted  https://review.openstack.org/25872123:57
anteayazaro: what do you suggest we try?23:57
dimsfungi : awesome! yes please23:57
docaedojeblair: 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
clarkbzaro are diffs slow?23:58
docaedojeblair: when hitting https://downloads.bitnami.com/files/download/openstack/bitnami-wordpress-4.2.2-0-ubuntu-14.04.qcow23:58
anteayaclarkb: yes that is what he is working on tuning23:58
*** xyang1 has quit IRC23:58
anteayaclarkb: he wants to increase the memory limit for cache23:58
clarkbI know he is talking about tuning ir23:58
clarkbI am asking if we have measurable slowness23:58
openstackgerritJames E. Blair proposed openstack-infra/system-config: Switch to using twine from packages  https://review.openstack.org/25872223:59
anteayamore than 5 seconds according to fungi's error output23:59
*** sabeen has joined #openstack-infra23:59
anteayaother than that I don't know23:59
jeblairdocaedo: i didn't get that error, at least within the first 30 seconds of running; should i let it continue?23:59
clarkbbecause hard to tune without feedback on if its fixed23:59
jeblairclarkb, mordred, greghaynes, fungi: https://review.openstack.org/25872223:59
*** signed8bit_ZZZzz is now known as signed8bit23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!