Thursday, 2015-09-24

*** sridhar_ram has joined #openstack-infra00:00
*** Sukhdev has joined #openstack-infra00:00
anteayataron: so right now I am thinking put the variables back and see if the test results are different00:00
* taron hasn't seen it yet, was running around unlocking the bios on a bunch of workstations00:01
taronI'll plug it back in now and see00:02
anteayaah okay look first00:02
anteayasure00:02
anteayataron: tell me what you see00:02
*** bltavares has quit IRC00:02
*** earlephilhower has quit IRC00:02
*** gildub has quit IRC00:03
*** gildub has joined #openstack-infra00:03
pabelangerianw: try dnf from updates-testing now.00:05
*** zns has quit IRC00:07
*** sirushti has quit IRC00:07
taronanteaya: the explosion appears to be unrelated, $project_config_repo is now undefined00:08
*** hdd has joined #openstack-infra00:10
anteayahmmmm00:10
taronI don't fully understand pleia2's comment about it being unnecessary, so I think I'll put it back in for the sake of testing the removed variables for the moment and ask about it later00:10
taronunless someone puppet-savvier than I has comments/an explanation00:10
anteayasure00:10
ianwpabelanger: ok, will do ... do you know where it downloads too?00:10
anteayataron: you have to learn, this is a good way00:11
*** aysyd has quit IRC00:11
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Create a single-node 3rd party ci system  https://review.openstack.org/20033000:11
anteayataron: you can add a comment to the patch telling reviewers what you are doing00:11
anteayataron: it helps save them time00:11
*** angdraug has quit IRC00:11
taronanteaya: is that something I add through the web interface or can that be tacked on to a commit message?00:12
* taron needs to grab their charger first in any case00:12
*** wenlock has quit IRC00:12
anteayajust add a comment to the patch through the web interface00:12
anteayaI see the error you found: http://logs.openstack.org/49/216549/3/check/gate-infra-puppet-apply-bare-trusty/587ee9e/console.html#_2015-09-23_23_42_07_53000:12
taronI totally didn't even see that those were links on the side. that's incredibly useful00:17
anteayataron: it is :)00:18
*** rossella_s has quit IRC00:19
taronespecially in a distributed team where you can't just point at the lines00:19
*** rossella_s has joined #openstack-infra00:19
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Create a single-node 3rd party ci system  https://review.openstack.org/20033000:19
openstackgerritMerged openstack-infra/tripleo-ci: Exit 1 if wrong number of nodes are deployed  https://review.openstack.org/22697000:19
openstackgerritEmma Barber proposed openstack-infra/system-config: Add codesearch.o.o node and module  https://review.openstack.org/21654900:20
anteayataron: yup, you got it :)00:20
*** Sukhdev has quit IRC00:21
pabelangerianw: no dice :(00:22
*** thorst has joined #openstack-infra00:23
ianwpabelanger: doesn't work?00:24
*** abitha has quit IRC00:25
openstackgerritMerged openstack/requirements: Bump django_openstack_auth to 2.0.0  https://review.openstack.org/22525500:25
taronnibalizer: since you seem to be around: so setting a variable to empty string is considered bad practice, but not setting something or setting it to undef in puppet 4 is fine?00:25
*** thorst has quit IRC00:26
*** gyee has quit IRC00:27
pabelangerianw: looks to be a packaging issue00:28
pabelangerianw: new builds in pipeline00:28
taron...oh right, it's after 500:29
* taron shrugs and continues hacking00:29
clarkbtaron: ya though in puppet3 undef won't override a default00:30
taronclarkb: well it's set in site.pp, I just need something to feed the class proper as a default, so that's fine00:31
clarkbtaron: if it doesn't make sense to have a default I would make it unset and force users to apss something (instead of undef)00:31
*** Sukhdev has joined #openstack-infra00:32
*** toabctl has quit IRC00:32
pabelangerHmm00:32
taronwill do so. since it's in openstack_project I'm not sure whether it makes sense to have a default or not00:32
pabelangeris there a problem with the coverage gate? HTML is not rendered correctly for me: http://logs.openstack.org/86/226986/2/check/grafyaml-coverage/3b3da49/cover/00:33
*** trown is now known as trown|outttypeww00:33
*** frickler has quit IRC00:33
*** _fortis has quit IRC00:33
taronfails since it can't find hound now, so there's that. seems to be perfectly happy thus far with extra variables stripped out00:33
anteayapabelanger: has it ever rendered properly?00:33
anteayapabelanger: jjb has the same issue00:33
*** achanda has joined #openstack-infra00:33
*** antonym has quit IRC00:34
anteayapabelanger: but the zuul coverage job renders as I expect00:34
pabelangeranteaya: At one point it did. Not sure how long ago00:34
pabelangeranteaya: okay, checking out zuul00:34
anteayapabelanger: okay that is good to know00:34
*** frickler has joined #openstack-infra00:34
anteayapabelanger: I tried to find out why the jjb job didn't render, never found the answer, the jobs in the tox.ini file differ00:34
anteayazuul uses testr and jjb uses test00:35
*** toabctl has joined #openstack-infra00:35
anteayathat may or may not be important00:35
ianwpabelanger: clarkb was talking about that yesterday.  i think os-loganalyze needs to strip out whitespace to realise it's HTML00:35
*** d0ugal has quit IRC00:35
fungithere is a fix proposed for that now00:36
*** _fortis has joined #openstack-infra00:36
fungiat least i think i saw clarkb and jhesketh talking about it earlier00:36
clarkbya jhesketh pushed a patch, the only problem with it is it would be lossy for leading whitespace in logs00:37
clarkbnot sure if that matters00:37
anteayataron: yay new errors00:37
clarkboh nd I meant to leave a comment that we should have a test for it, but forgot to00:37
* clarkb goes over to the change to leave that comment00:37
anteayaclarkb: link?00:37
*** achanda has quit IRC00:38
clarkbanteaya: https://review.openstack.org/#/c/226858/00:38
pabelangerianw: Ah, good to know.00:38
pabelangerThanks all00:38
*** pvaneck has quit IRC00:39
clarkbit started happening after the coverage update00:39
anteayaclarkb: thanks00:39
clarkbit may be worth a bug against coverage since its just wasting a few bytes in every file it writes00:39
anteayacoverage adds whitespace?00:40
anteayayeah, not very helpful00:40
*** d0ugal has joined #openstack-infra00:40
*** d0ugal is now known as Guest6585300:40
*** tsekiyam_ has joined #openstack-infra00:41
clarkbanteaya: it prepends all its html reports with blank lines00:41
clarkbits a small bug but not sure why they would do that intentionally00:42
*** kfox1111 is now known as kfox1111_away00:42
anteayaha ha ha00:43
anteayayeah I too find that confusing00:43
anteayaif it is considered a feature00:43
*** tsekiyama has quit IRC00:44
*** Sukhdev has quit IRC00:44
*** Sukhdev has joined #openstack-infra00:44
*** Sukhdev has quit IRC00:44
*** tsekiyam_ has quit IRC00:45
*** mtanino has quit IRC00:46
*** edmondsw has quit IRC00:46
clarkbhttps://bitbucket.org/ned/coveragepy/src/ddb041e5d41850e20ac8fb13f296c9942b2ad7f9/coverage/htmlfiles/index.html?at=default&fileviewer=file-view-default so its stripping the comments00:47
clarkband not chomping00:47
*** MarkAtwood has quit IRC00:48
*** boris-42 has quit IRC00:49
sridhar_ramjeblair: ianw: do you've a quick moment to review https://review.openstack.org/226994 ?00:49
ianwsridhar_ram: ok ... for future reference i'd suggest there is pretty much never a change that requires 0 description00:51
clarkbbut reading their code I don't see where its not chomping, it should be skipping over comments entirely00:51
*** jkt has quit IRC00:53
clarkbhttps://bitbucket.org/ned/coveragepy/src/ddb041e5d41850e20ac8fb13f296c9942b2ad7f9/coverage/templite.py?at=default&fileviewer=file-view-default#templite.py-124 I think my brain melted a little00:54
*** annegentle has joined #openstack-infra00:54
clarkbthe template engine writes code to the template in order to render it00:54
*** tiswanso has joined #openstack-infra00:54
*** tiswanso has quit IRC00:54
sridhar_ramianw: sure,  note well taken ... will throw in a desc from now on. Thanks Ian!00:54
*** tiswanso has joined #openstack-infra00:54
*** jkt has joined #openstack-infra00:55
anteayaclarkb: hrm00:55
*** tiswanso_ has joined #openstack-infra00:56
*** tiswanso has quit IRC00:58
*** annegentle has quit IRC00:59
*** antonym has joined #openstack-infra01:01
*** asettle has quit IRC01:03
*** sdake has joined #openstack-infra01:03
openstackgerritMerged openstack-infra/project-config: Add dependent repos to tacker gate job  https://review.openstack.org/22699401:05
*** fitoduarte has joined #openstack-infra01:06
*** alexsyip has quit IRC01:07
*** MarkAtwood has joined #openstack-infra01:09
*** hdd has quit IRC01:11
openstackgerritHidekazu Nakamura proposed openstack-infra/infra-manual: Fix pip link  https://review.openstack.org/21956701:11
*** bharathm has joined #openstack-infra01:19
*** bharathm has quit IRC01:24
*** otter768 has joined #openstack-infra01:30
*** otter768 has quit IRC01:34
*** dolpher has joined #openstack-infra01:35
*** baoli has joined #openstack-infra01:35
*** esker has joined #openstack-infra01:36
*** MarkAtwood has quit IRC01:37
*** zz_dimtruck is now known as dimtruck01:37
*** baoli has quit IRC01:40
*** ajmiller has joined #openstack-infra01:40
*** dolpher has quit IRC01:41
*** zhenguo has joined #openstack-infra01:43
*** dolpher has joined #openstack-infra01:43
*** dolpher1 has joined #openstack-infra01:45
*** dolpher1 has left #openstack-infra01:45
*** otter768 has joined #openstack-infra01:47
*** jyuso1 has joined #openstack-infra01:47
*** dolpher has quit IRC01:48
*** flepied has quit IRC01:48
*** kiran-r has joined #openstack-infra01:49
*** kiran-r has quit IRC01:50
*** kiran-r has joined #openstack-infra01:51
*** julim has joined #openstack-infra01:51
*** lawrancejing has joined #openstack-infra01:51
*** kiranr has joined #openstack-infra01:52
*** w_ is now known as olaph01:53
*** mrunge has quit IRC01:54
*** sridhar_ram has quit IRC01:55
*** mrunge has joined #openstack-infra01:56
*** bpokorny has quit IRC01:57
*** kiran-r has quit IRC01:59
*** flepied has joined #openstack-infra02:01
*** achanda has joined #openstack-infra02:01
*** DericHorn-HP has joined #openstack-infra02:03
*** sdake has quit IRC02:06
*** jyuso1 has quit IRC02:09
*** kengo_sakai has joined #openstack-infra02:11
*** hdd has joined #openstack-infra02:14
*** DericHorn-HP has quit IRC02:16
*** yamahata has quit IRC02:17
*** baoli has joined #openstack-infra02:17
*** flepied has quit IRC02:18
*** DericHorn-HP has joined #openstack-infra02:18
*** mwagner_lap has joined #openstack-infra02:18
EmilienMhttps://jenkins02.openstack.org/job/gate-openstack-chef-repo-chef-rake-integration/55/console is hanging for more than 9 hours02:20
EmilienMI wonder if we should kill it02:20
*** ajmiller has quit IRC02:21
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/release-tools: Sync with global requirements  https://review.openstack.org/22708602:23
*** unicell has quit IRC02:23
*** esker has quit IRC02:27
*** esker has joined #openstack-infra02:28
*** ajmiller has joined #openstack-infra02:29
*** asettle has joined #openstack-infra02:31
*** flepied has joined #openstack-infra02:31
*** jyuso1 has joined #openstack-infra02:31
*** ivar-laz_ has joined #openstack-infra02:32
*** DericHorn-HP has quit IRC02:33
*** r-daneel has quit IRC02:33
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Order get_tests_run_dicts_from_run_id response by date  https://review.openstack.org/21346402:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db api method to get time series of runs by key value metadata  https://review.openstack.org/22386002:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add migration to fix wrong column name in test_metadata  https://review.openstack.org/22636302:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db api methods to get keys from metadata tables  https://review.openstack.org/22616202:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Test get_runs_by_status_grouped_by_run_metadata API function  https://review.openstack.org/22526002:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db api method to get test_run dicts for runs by key value  https://review.openstack.org/22687002:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Use ostestr for running unit tests  https://review.openstack.org/21356502:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add more db api tests  https://review.openstack.org/21356602:34
*** ivar-lazzaro has quit IRC02:35
*** ddieterly has joined #openstack-infra02:37
*** ivar-laz_ has quit IRC02:37
*** ddieterl_ has joined #openstack-infra02:37
*** DericHorn-HP has joined #openstack-infra02:38
*** woodster_ has quit IRC02:39
*** Ala has quit IRC02:41
*** ddieterly has quit IRC02:42
*** annegentle has joined #openstack-infra02:43
*** kengo_sa_ has joined #openstack-infra02:44
*** kengo_sakai has quit IRC02:44
*** ericksonsantos has quit IRC02:47
*** gabriel-bezerra has quit IRC02:47
*** yamamoto has joined #openstack-infra02:47
*** annegentle has quit IRC02:48
*** DericHorn-HP has quit IRC02:52
*** ericksonsantos has joined #openstack-infra02:53
*** gabriel-bezerra has joined #openstack-infra02:53
*** sergmelikyan has joined #openstack-infra02:57
*** salv-orl_ has joined #openstack-infra02:59
*** DericHorn-HP has joined #openstack-infra03:00
*** yamahata has joined #openstack-infra03:01
*** salv-orlando has quit IRC03:02
*** flepied has quit IRC03:03
*** wenlock has joined #openstack-infra03:03
*** sergmelikyan has quit IRC03:05
*** cburroughs has joined #openstack-infra03:09
*** ddieterl_ has quit IRC03:10
*** DericHorn-HP has quit IRC03:10
*** isviridov_away is now known as isviridov03:14
*** otter768 has quit IRC03:14
*** isviridov is now known as isviridov_away03:16
*** flepied has joined #openstack-infra03:16
*** spzala has quit IRC03:19
*** dimtruck is now known as zz_dimtruck03:21
*** oomichi has joined #openstack-infra03:26
*** DericHorn-HP has joined #openstack-infra03:26
*** tiswanso_ has quit IRC03:27
*** sirushti has joined #openstack-infra03:27
*** kiran-r has joined #openstack-infra03:31
*** sirushti has quit IRC03:35
*** sirushti has joined #openstack-infra03:35
*** kiran-r has quit IRC03:39
*** julim has quit IRC03:41
*** fawadkhaliq has joined #openstack-infra03:41
*** baoli has quit IRC03:47
*** harlowja_at_home has joined #openstack-infra03:48
*** flepied has quit IRC03:48
*** flepied has joined #openstack-infra03:50
*** dingyichen has quit IRC03:50
*** dingyichen has joined #openstack-infra03:52
*** achanda has quit IRC03:55
*** lawrancejing has quit IRC03:58
*** lawrancejing has joined #openstack-infra04:00
*** kiranr has quit IRC04:02
openstackgerritCraig Vyvial proposed openstack-infra/project-config: Fix troveclient gate  https://review.openstack.org/22710204:05
*** Piet has quit IRC04:06
mtreinishjeblair: did you figure out the thing you were looking at?04:06
*** tlian has quit IRC04:13
* cp16net hopes that patch fixes the troveclient gate 04:16
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Improve performance of get_runs_by_status_grouped_by_run_metadata  https://review.openstack.org/22433104:17
cp16netSergeyLukjanov: could you look at that fix for troveclient gate? our error looked similar to the saharaclient issue. thx04:18
*** asettle has quit IRC04:24
*** annegentle has joined #openstack-infra04:32
*** flepied has quit IRC04:34
*** annegentle has quit IRC04:36
*** yfried has joined #openstack-infra04:40
*** flepied has joined #openstack-infra04:48
*** fifieldt has joined #openstack-infra04:52
*** sdake has joined #openstack-infra04:54
*** achanda has joined #openstack-infra04:55
*** flepied has quit IRC05:04
*** flepied has joined #openstack-infra05:05
*** ifarkas has quit IRC05:07
*** kiran-r has joined #openstack-infra05:08
openstackgerritSteve Kowalik proposed openstack-infra/system-config: Install three pip packages on the proposal slave  https://review.openstack.org/22502105:08
*** hdd has quit IRC05:09
openstackgerritSteve Kowalik proposed openstack-infra/system-config: Remove transifex from the proposal slave  https://review.openstack.org/22555405:09
*** hdd has joined #openstack-infra05:10
*** kiran-r has quit IRC05:10
*** fawadkhaliq has quit IRC05:10
*** harlowja_at_home has quit IRC05:11
*** yfried has quit IRC05:12
*** otter768 has joined #openstack-infra05:15
openstackgerritSteve Kowalik proposed openstack-infra/system-config: Install polib on the proposal slave  https://review.openstack.org/22711505:17
fricklerEmilienM: yes, this looks broken. I'm also wondering why the jobs doesn't seem to have a proper timeout05:18
*** otter768 has quit IRC05:20
*** ashleighfarnham has quit IRC05:20
*** cburroughs has quit IRC05:21
*** puranamr has joined #openstack-infra05:22
*** puranamr has quit IRC05:26
*** puranamr has joined #openstack-infra05:27
*** nadya has joined #openstack-infra05:29
openstackgerritCraig Vyvial proposed openstack-infra/project-config: Fix troveclient gate  https://review.openstack.org/22710205:37
*** sdake has quit IRC05:40
clarkbfrickler emilienm zuul is interpreting the jenkins fail.there as being related to jenkins so retries the job05:40
clarkbreality is that the change likely breaks networking for jenkins whoch leads to that05:41
clarkbyou can fix this by fixing the change or a jenkins admin can kill the job to kick it out with a clean fail ( I will do this now)05:41
*** asettle has joined #openstack-infra05:42
*** Sree has joined #openstack-infra05:45
*** puranamr has quit IRC05:52
cp16netianw: yt?05:54
ianwcp16net: yes05:54
cp16netso i'm not sure why i would have to update the zuul/layout.yaml05:55
ianwoh, i see, you're using the same name05:56
cp16netyeah05:56
cp16net:)05:57
*** hdd has quit IRC05:57
*** Sree has quit IRC05:58
*** Sree has joined #openstack-infra05:58
*** nadya has quit IRC06:02
*** DericHorn-HP has quit IRC06:02
*** esker has quit IRC06:04
cp16netthx!06:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Use --nodeps when installing fedora-release  https://review.openstack.org/22712306:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move yum-based install into function  https://review.openstack.org/22712406:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add basic Fedora 22 support to yum-minimal  https://review.openstack.org/22712506:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Update default fedora-minimal to f22  https://review.openstack.org/22712606:04
*** esker has joined #openstack-infra06:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Cleanup the fedora-minimal yum/dnf path  https://review.openstack.org/22712706:04
cp16netianw: i guess i need 2 +2s?06:04
fricklerclarkb: it doesn't look like the failure is related to the change it is checking, I'll check with jklare once he is online, he did some changes to the job definition yesterday06:05
ianwmordred / clarkb / pabelanger : ^ that should get fedora-minimal going for f22 nodes ... tbh i'm not sure it ends up that much more minimal than just using the cloud image06:05
cp16neti ask because our troveclient gate is broken atm06:05
ianwi haven't compared why, but it's bigger06:05
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/22681606:06
ianwcp16net: yeah, AJaeger is usually around soonish06:06
cp16netok thx06:08
openstackgerritSteve Kowalik proposed openstack-infra/project-config: Add a new script that queries for a Zanata version  https://review.openstack.org/22713006:09
*** flepied has quit IRC06:09
openstackgerritIan Wienand proposed openstack/diskimage-builder: Remove extra install of release pkgs in fedora-minimal  https://review.openstack.org/22713106:11
*** vlaza has joined #openstack-infra06:11
*** aeng has quit IRC06:15
openstackgerritMerged openstack-infra/project-config: Fix troveclient gate  https://review.openstack.org/22710206:15
cp16netawesome thanks yall! :)06:15
*** AJaeger has joined #openstack-infra06:16
AJaegerclarkb: The create-zanata step already fails with a non-existent version, see https://jenkins.openstack.org/job/horizon-upstream-translation-update/783/console06:16
*** abregman has joined #openstack-infra06:17
StevenKAh ha, of course it does.06:17
*** BharatK has joined #openstack-infra06:18
StevenKAJaeger: I just pushed up https://review.openstack.org/227130 , let me fiddle with it to replace the test-version06:18
AJaegerHi StevenK!06:19
AJaegerthanks for that...06:19
StevenKAJaeger: Hai!06:19
*** annegentle has joined #openstack-infra06:20
*** ParsectiX has joined #openstack-infra06:22
StevenKAJaeger: I think I've sorted out the branch locally, let me test it before pushing it up06:23
*** Sree_ has joined #openstack-infra06:23
morganAJaeger: hey. Do you know if something like https://review.openstack.org/#/c/226825/ will be autoproposed to the liberty branch?06:23
*** Sree_ is now known as Guest7836306:23
morganOr do we need some kind of crazy backport hand rolled thing?06:24
AJaegermorgan: no, it won't be proposed to the branch.06:24
AJaegermorgan: yeah ;(06:24
morganOh boo06:24
morganWell crap on a stick.06:24
StevenKI thought it was the plan? Once we get pushes working we can do pulls as well?06:24
AJaegerStevenK: but we're not there yet - and the translation team is not clear for which branches we want to do it...06:25
morganOk I'll get it proposed to liberty. But I am worried we wont see much translation for L because keystone is already merging code for mitaka06:25
*** annegentle has quit IRC06:25
AJaegerit would indeed be very convenient for now...06:25
morganSince... We're all branched and stuff06:26
AJaegermorgan: please discuss with translation team on openstack-i18n list.06:26
morganI'll make the new PTL do so ;)06:26
StevenKYou'll voluntell him?06:26
morganBut I'll start that convo tomorrow since PTL election is a few days from being finished06:26
AJaegermorgan: we now have the possibilities to do so with the switch to Zanata, we're now looking what we can do with all the new possibilities ;)06:26
*** nadya has joined #openstack-infra06:26
morganAJaeger: ack06:27
*** Sree has quit IRC06:27
AJaegermorgan: but I suggest to approve 226825 now ;)06:27
*** markvoelker has quit IRC06:27
morganI think it was waiting on a recheck. If it finished I'll approve06:27
morganOr looks like it isnt failing06:28
AJaegermorgan: recheck passed - and now the new import is there ;)06:28
morganAh doh06:29
morganLet me +a that06:29
AJaeger;)06:29
morganOk. So once it lands i'll backport and start the convo on i18n06:30
StevenKAJaeger: http://paste.openstack.org/show/473830/06:30
morganI mean, ideally we should do something like branch at milestone3 and then translation is all done to the new release branch06:31
morganImo06:31
morganRather than trying to wedge it in at the last moment. It does mean master would almost never be translated. But *meh*? Unless we drastically change release models again06:31
StevenKWell, you want translations to trickle in during the cycle, rather than a massive crunch at StringFreeze06:32
AJaegerStevenK: indeed. But you also want to give them a chance to catch up06:33
openstackgerritSteve Kowalik proposed openstack-infra/project-config: Add a new script that queries for a Zanata version  https://review.openstack.org/22713006:33
StevenKAJaeger: I win. ^06:33
*** boris-42 has joined #openstack-infra06:34
AJaegerStevenK: looking at your paste: Shouldn't that have been exit 1?06:34
StevenKAJaeger: No? If the script exits 1, the job fails06:34
StevenKAJaeger: The command itself is guarded in an if, so you don't see its exit status06:35
*** nadya has quit IRC06:35
AJaegerAh, now I understand what your paste shows. Yes, this looks fine06:36
*** yfried has joined #openstack-infra06:37
morganAJaeger: shell exit succeed is 0 ... Contrary to all the other stuff we do in software. *rolls eyes at this one* but i guess this is hard â„¢ to fix06:37
AJaegerclarkb: please review StevenK's patch 22713006:37
StevenKAJaeger: I can paste a run against master as well if you wish06:38
AJaegermorgan: I know about the exit 0/1. I was confused since I though it was the invocation of his new script and not of the upstream script - I misread the first line.06:38
AJaegerStevenK: If you tested it, it's enough.06:38
morganAJaeger: i was commenting more on the roll eyes part of it not your lack of knowing ;)06:38
AJaeger;)06:39
morganI dont claim to know the history here. But it is still quite silly.06:39
AJaegerit is indeed06:39
* morgan 06:39
* morgan looks for a local greybeard to explain the origin of shell exit codes and then realizes... This is also silly06:40
*** yfried_ has joined #openstack-infra06:41
StevenKmorgan: I'm soooooooooooooooooo tempted to link a Grandpa Simpson ramble gif now06:41
*** yfried has quit IRC06:42
*** yfried_ is now known as yfried|afk06:43
*** yfried|afk is now known as yfried_06:43
*** Daisy has joined #openstack-infra06:43
StevenKAJaeger: And I would have objected last night if my tired brain had actually remembered that you can't generate a zanata.xml if the version on the server doesn't exist. :-(06:43
ttxjeblair: usually when there is no consensus (i.e. there is -2 votes) I give it one more week to try to resolve them before we apply pure voting rules06:44
*** wenlock has quit IRC06:44
*** deepakcs has joined #openstack-infra06:46
*** ildikov has quit IRC06:46
AJaegerttx, morgan and myself had just some discussion about backporting translations. What are your plans for this release?06:46
AJaegerStevenK: No harm done - we all learned a bit ;)06:46
*** flaper87 has quit IRC06:47
*** flaper87 has joined #openstack-infra06:47
openstackgerrityolanda.robla proposed openstack-infra/puppet-jenkins: Properly setup of jenkins keys  https://review.openstack.org/21519706:48
ttxAJaeger: I'm not sure what we can do with Zanata, tbh. Ideally we would port relevant translations to stable/liberty and to a RC2 with those in a week06:48
ttxwhich would likely need one run of your magic again06:48
AJaegerThe magic needs to adjust since it uses transifex but we can run it ;)06:48
ttxok, I know clarkb was looking into this too, better sync with him06:49
AJaegerttx, for some repos, we have started creating liberty branches, so we don't need the magic there.06:49
AJaegerttx, let me discuss with clarkb tonight how to do it best. When would you want the translations?06:50
AJaegermorgan: wait a bit with the backport, let ttx, clark, and me figure out whether we can do it for you.06:50
ttxAJaeger: next week ideally06:50
morganAJaeger: was going to at least sleep on it. But it can just wait for the next PTL ;)06:51
morganIf that helps (meaning next week)06:51
AJaegerttx: I know what clarkb is doing - but that was more long time than RC material AFAIU, I'll talk with him.06:51
AJaegerttx, when next week? Can you give me a rough date so that we can target that?06:52
AJaegermorgan: understood06:52
ttxAJaeger: I'm basing that on the StringFreeze rules as updated by johnthetubaguy recently. Calls for a translations update 10 days after RC106:53
ttxso next week or the week after, depending on when RC1 was cut06:53
openstackgerritJane.zhang proposed openstack/diskimage-builder: Adds debian support to iso element  https://review.openstack.org/21197606:53
*** peristeri has joined #openstack-infra06:53
AJaegerttx, thanks, that helps.06:54
*** flepied has joined #openstack-infra06:55
AJaegerStevenK: did you follow my discussion with ttx? We could create these branches for liberty *now* and sync from them to the branches. That would be really neat and convenient...06:55
*** salv-orl_ has quit IRC06:55
*** flepied1 has joined #openstack-infra06:55
*** salv-orlando has joined #openstack-infra06:56
StevenKAJaeger: Yup, but I thought it was only for nova, horizon and friends?06:56
AJaegerStevenK: Those are the priority projects but with the IBM translations - and translators translating what they like - we have others that could benefit as well.06:59
*** madong_ has quit IRC06:59
*** larainema has joined #openstack-infra06:59
StevenKAJaeger: True.06:59
*** flepied has quit IRC06:59
*** HeOS has quit IRC07:01
*** larainema has quit IRC07:01
*** larainema has joined #openstack-infra07:01
lifelessfungi: https://review.openstack.org/#/c/226157/07:02
*** scheuran has joined #openstack-infra07:02
*** Guest78363 has quit IRC07:04
*** Sree has joined #openstack-infra07:05
*** asettle has quit IRC07:07
*** sc68cal has quit IRC07:08
*** sc68cal has joined #openstack-infra07:10
*** Sree has quit IRC07:10
DaisyHi, AJaeger07:12
*** camunoz is now known as camunoz_gone07:16
*** otter768 has joined #openstack-infra07:16
*** hashar has joined #openstack-infra07:19
*** mpaolino has joined #openstack-infra07:19
*** stevemar has quit IRC07:20
*** otter768 has quit IRC07:21
*** ashleighfarnham has joined #openstack-infra07:21
*** stevemar has joined #openstack-infra07:21
Daisy I set master in Zanata to "Read Only". But just getting input from Zanata team, Setting a version as "Read Only" will not accept any updates, including the source files update. So the jobs to upload pot files to master version will fail.07:21
*** ParsectiX has quit IRC07:24
*** stevemar has quit IRC07:24
*** ashleighfarnham has quit IRC07:26
*** arxcruz has joined #openstack-infra07:26
*** markvoelker has joined #openstack-infra07:28
*** achanda has quit IRC07:28
*** ParsectiX has joined #openstack-infra07:31
openstackgerritQiming Teng proposed openstack/requirements: Add python-senlinclient to global requirements  https://review.openstack.org/22715807:31
*** k4n0 has joined #openstack-infra07:32
*** markvoelker has quit IRC07:33
*** kiranr has joined #openstack-infra07:34
AJaegerDaisy: Those failures are not nice, let's see how to do it best. But for now I understand...07:35
AJaegerDaisy: perhaps StevenK, clarkb, pleia2, and myself find a nice solution...07:35
Daisyok. Thank you, AJaeger . Writing an email to you.07:36
AJaegerStevenK: Is there a way to check for read-only and fail gracefully?07:36
StevenKPerhaps07:36
StevenKAJaeger: I have scribbled myself a note to check that tomorrow.07:37
AJaegerStevenK: thanks!07:38
*** bexelbie has joined #openstack-infra07:39
AJaegerDaisy: how do we copy translated strings back from stable-liberty to master for those projects?07:40
DaisyAccording to Carlos suggestion, we could "merge versions".07:41
*** jlanoux has joined #openstack-infra07:41
AJaegerDaisy: great07:42
DaisyI think manually trigger the "copy trans" is another opition. But Carlos suggest to "merge versions". He think it's better.07:42
Daisyoption.07:42
DaisyJust sent email to "OpenStack Infra" <openstack-infra@lists.openstack.org>07:42
AJaegerDaisy: you're wrong regarding transifex: Marking a resource as read-only gives the same upload failure as in Zanata07:44
Daisyreally ?07:45
DaisyI didn't notice it.07:45
DaisyI remember we could set "not accept translations"07:45
DaisySo those failure happened before.07:45
AJaegerDaisy: It did - I saw it when you made horizon read-only during the Zanata conversion07:45
DaisyIt's not a new situation ?07:45
AJaegermight have been different a year ago and transifex changed - but today that'S the same behaviour07:45
*** ifarkas has joined #openstack-infra07:46
*** dingyichen has quit IRC07:46
Daisyok.07:47
Daisythat make me feel better.07:47
AJaegerDaisy, with the translations from IBM in, it might make sense to do the stable-liberty branch for all server projects. That way we can import easily into the next RC.07:47
*** kiran-r has joined #openstack-infra07:47
DaisyWill it cause any issues ?07:47
AJaegerDaisy: I doubt.07:48
DaisyI have asked Doug to keep close eyes on the unit test failures.07:48
AJaegerDaisy: I'll discuss with clarkb and pleia2 later and will write up a plan. Thanks for your infra-mail, I can built on top of that...07:48
DaisyAJaeger: do you have any concerns to those IBM translations into next RC ?07:49
*** dingyichen has joined #openstack-infra07:49
AJaegerDaisy: Not for German. We wouldn't have translated those files at all ;)07:51
AJaegerFor the future it's important to sync on glossary etc. between translation teams working on OpenStack.07:51
DaisyYes, I agree.07:51
dmelladoAJaeger: lol, warum? xD07:52
AJaegerIt's not a nice practice to dumb something in07:52
AJaegerdmellado: The focus of translations was on horizon - and the team reached yesterday 100 %!07:52
dmelladoAJaeger: good job guys ;)07:52
*** jamielennox is now known as jamielennox|away07:53
*** sridhar_ram has joined #openstack-infra07:53
DaisyAJaeger: I just realize there is no stable versions for other project, except Nova and Horizon. Will IBM translations be imported to next RC ?07:54
*** jordanP has joined #openstack-infra07:56
AJaegerDaisy: stable versions are getting created one by one.07:58
AJaegerMost of IBM translations have been imported already.07:58
Daisyoh, ok.07:58
AJaegerkeystone should have a stable version but missed the import07:58
*** sridhar_ram has quit IRC07:58
AJaegerDaisy: Clarkb, pleia2, StevenK, and myself work on a plan tonight for all of this and propose it.07:59
Daisyok.07:59
DaisyI will be online tonight. If you need me, ping me.07:59
*** HeOS has joined #openstack-infra08:02
AJaegerwill do, thanks08:03
*** markus_z has joined #openstack-infra08:04
*** dingyichen has quit IRC08:04
*** Guest65853 is now known as d0ugal08:08
*** d0ugal has quit IRC08:08
*** d0ugal has joined #openstack-infra08:08
*** annegentle has joined #openstack-infra08:09
*** annegentle has quit IRC08:14
*** StevenK has quit IRC08:14
*** rm_work has quit IRC08:14
*** freyes has quit IRC08:14
*** zeus has quit IRC08:14
*** mjb has quit IRC08:14
*** zeus has joined #openstack-infra08:15
*** zeus is now known as Guest687908:15
*** rm_work has joined #openstack-infra08:16
*** mjb has joined #openstack-infra08:17
*** freyes has joined #openstack-infra08:17
*** rossella_s has quit IRC08:19
*** rossella_s has joined #openstack-infra08:19
*** sflanigan has quit IRC08:20
*** StevenK has joined #openstack-infra08:21
*** dtantsur|afk is now known as dtantsur08:30
*** madong_ has joined #openstack-infra08:31
*** larainema has quit IRC08:31
*** shardy has joined #openstack-infra08:34
openstackgerritQiming Teng proposed openstack/requirements: Add python-senlinclient to global requirements  https://review.openstack.org/22715808:37
* SpamapS finally remembers to book flight to Tokyo and is stunned to see the fare $200 lower than a week ago. :-P08:44
*** lifeless has quit IRC08:49
*** yamamoto has quit IRC08:51
*** derekh has joined #openstack-infra08:51
*** notnownikki has joined #openstack-infra08:52
*** ihrachys has joined #openstack-infra08:53
*** AJaeger has quit IRC08:54
*** ildikov has joined #openstack-infra08:57
*** dizquierdo has joined #openstack-infra09:01
*** lifeless has joined #openstack-infra09:03
*** BharatK has quit IRC09:06
*** nadya has joined #openstack-infra09:06
*** esker has quit IRC09:06
*** esker has joined #openstack-infra09:07
*** pelix has joined #openstack-infra09:11
*** nadya has quit IRC09:14
*** otter768 has joined #openstack-infra09:17
*** dizquierdo has quit IRC09:18
*** BharatK has joined #openstack-infra09:20
*** otter768 has quit IRC09:22
*** madong_ has quit IRC09:22
*** ashleighfarnham has joined #openstack-infra09:23
*** mpaolino has quit IRC09:24
*** mpaolino has joined #openstack-infra09:25
*** Daisy has quit IRC09:25
*** ashleighfarnham has quit IRC09:28
*** rlandy has joined #openstack-infra09:29
*** markvoelker has joined #openstack-infra09:29
*** markvoelker has quit IRC09:34
*** lawrancejing has quit IRC09:36
*** kiran-r has quit IRC09:37
*** mpaolino has quit IRC09:38
*** esker has quit IRC09:44
*** BharatK has quit IRC09:49
*** jyuso1 has quit IRC09:50
*** mpaolino has joined #openstack-infra09:50
*** dtantsur is now known as dtantsur|brb09:50
*** dizquierdo has joined #openstack-infra09:53
*** yfried_ is now known as yfried|afk09:54
vponomaryovDoes anybody know, is there pipeline in CI different than "check" but that runs for each change? Would like to be able to recheck only this pipeline with slow || unstable || non-toving jobs09:54
openstackgerritPranav Salunke proposed openstack-infra/project-config: Create new project training-labs  https://review.openstack.org/21834509:56
*** yfried|afk is now known as yfried_09:56
*** annegentle has joined #openstack-infra09:58
*** kiranr has quit IRC10:02
*** annegentle has quit IRC10:03
*** BharatK has joined #openstack-infra10:06
rcarrillocruzvponomaryov: are you familiar with the experimental queue?10:07
vponomaryovrcarrillocruz: it requires poking10:08
rcarrillocruzif your project has that pipeline, you can trigger tests by putting 'check experimental' in the change10:08
*** claudiub has joined #openstack-infra10:08
vponomaryovrcarrillocruz: I am looking for alternative of a "check" that runs for ech change automatically10:08
*** nadya has joined #openstack-infra10:09
yfried_Hi, I'm looking for help with gerrit registration. is this the right place?10:09
openstackgerritMerged openstack/diskimage-builder: Install ironic-agent dependencies via package-installs  https://review.openstack.org/22132810:10
*** scheuran has quit IRC10:13
openstackgerritMerged openstack/diskimage-builder: ironic-agent: remove python object files  https://review.openstack.org/22124310:13
*** mattt has joined #openstack-infra10:22
*** kiran-r has joined #openstack-infra10:22
johnthetubaguyis it just me, or has gerrit got very slow again? maybe the memory leak?10:23
*** e0ne has joined #openstack-infra10:23
matttjohnthetubaguy: slow for me too10:23
*** e0ne has quit IRC10:24
*** Ala has joined #openstack-infra10:24
yolandasame here10:24
*** pc_m has joined #openstack-infra10:26
*** lawrancejing has joined #openstack-infra10:28
*** sergmelikyan has joined #openstack-infra10:33
openstackgerritDerek Higgins proposed openstack-infra/system-config: Remove unused node templates from tripleo cloud  https://review.openstack.org/18767610:34
*** yfried_ is now known as yfried|afk10:36
*** lawrancejing has quit IRC10:38
*** salv-orlando has quit IRC10:40
*** salv-orlando has joined #openstack-infra10:40
*** amotoki has joined #openstack-infra10:41
*** zhenguo has quit IRC10:42
*** lawrancejing has joined #openstack-infra10:42
*** dizquierdo has quit IRC10:46
*** mpaolino has quit IRC10:51
*** yfried|afk is now known as yfried_10:52
*** stevemar has joined #openstack-infra10:52
*** dtantsur|brb is now known as dtantsur10:53
*** stevemar has quit IRC10:55
flip214Hi. I think I'm in the openstack.org user database with two names, but one email address - and that makes problems, because my own commits belong to "the other" user. Can somebody take a look and remove the "wrong" user, please?10:56
flip214"philipp.marek at linbit.com" with "Philipp Marek" is the correct one, and "Ph. Marek" should be removed.10:57
*** julim has joined #openstack-infra10:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: Remove extra install of release pkgs in fedora-minimal  https://review.openstack.org/22713111:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Use --nodeps when installing fedora-release  https://review.openstack.org/22712311:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add basic Fedora 22 support to yum-minimal  https://review.openstack.org/22712511:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move yum-based install into function  https://review.openstack.org/22712411:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Cleanup the fedora-minimal yum/dnf path  https://review.openstack.org/22712711:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Update default fedora-minimal to f22  https://review.openstack.org/22712611:00
openstackgerritIan Wienand proposed openstack/diskimage-builder: Output failing lines when dib-lint finds wrong indents  https://review.openstack.org/22722311:00
openstackgerritMerged openstack/diskimage-builder: Remove dnf workaround in ironic-agent  https://review.openstack.org/22054611:01
openstackgerritMerged openstack/diskimage-builder: Remove dnf workaround in ironic-agent  https://review.openstack.org/22054611:01
*** ParsectiX has quit IRC11:02
*** gildub has quit IRC11:03
openstackgerritIan Wienand proposed openstack/diskimage-builder: Remove extra install of release pkgs in fedora-minimal  https://review.openstack.org/22713111:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Output failing lines when dib-lint finds wrong indents  https://review.openstack.org/22722311:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Use --nodeps when installing fedora-release  https://review.openstack.org/22712311:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add basic Fedora 22 support to yum-minimal  https://review.openstack.org/22712511:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move yum-based install into function  https://review.openstack.org/22712411:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Cleanup the fedora-minimal yum/dnf path  https://review.openstack.org/22712711:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Update default fedora-minimal to f22  https://review.openstack.org/22712611:04
openstackgerritDenis Egorenko proposed openstack-infra/project-config: Added new Openstack repository for Fuel Cinder Block Device plugin integration  https://review.openstack.org/22723011:10
*** arxcruz has quit IRC11:11
*** yamamoto has joined #openstack-infra11:11
openstackgerritPaul Michali proposed openstack-infra/project-config: Neutronclient: Move functional tests to check queue  https://review.openstack.org/22723211:11
*** doug-fish has joined #openstack-infra11:12
*** hashar has quit IRC11:15
*** otter768 has joined #openstack-infra11:18
openstackgerritMerged openstack-infra/tripleo-ci: Remove test of project against buildable list  https://review.openstack.org/22608211:19
*** gildub has joined #openstack-infra11:20
*** ParsectiX has joined #openstack-infra11:23
*** otter768 has quit IRC11:23
openstackgerritVictor Laza proposed openstack/requirements: Adds virtualenv in global-requirements.txt  https://review.openstack.org/22723811:24
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Add os-net-config to list of delorean.current  https://review.openstack.org/22606111:24
*** ashleighfarnham has joined #openstack-infra11:24
odyssey4mejhesketh ping11:27
openstackgerritVictor Laza proposed openstack/requirements: Adds virtualenv in global-requirements.txt  https://review.openstack.org/22723911:29
*** ashleighfarnham has quit IRC11:29
*** achanda has joined #openstack-infra11:29
*** markvoelker has joined #openstack-infra11:30
*** arxcruz has joined #openstack-infra11:30
*** ociuhandu has quit IRC11:30
*** w_ has joined #openstack-infra11:32
*** yfried_ is now known as yfried|afk11:33
*** markvoelker has quit IRC11:34
*** olaph has quit IRC11:35
*** gordc has joined #openstack-infra11:37
*** olaph has joined #openstack-infra11:37
*** w_ has quit IRC11:38
*** weshay_xchat has joined #openstack-infra11:41
*** alexpilotti has joined #openstack-infra11:41
*** achanda has quit IRC11:41
*** yfried|afk is now known as yfried_11:42
*** ldnunes has joined #openstack-infra11:42
*** bswartz has quit IRC11:43
*** jtomasek has quit IRC11:46
*** thorst has joined #openstack-infra11:46
*** annegentle has joined #openstack-infra11:47
*** jtomasek has joined #openstack-infra11:47
*** annegentle has quit IRC11:52
BharatKIs it possible to recheck specific gate jobs, instead of all jenkins jobs.11:53
BharatK?11:53
BharatKianw, ^^11:54
*** Sree has joined #openstack-infra11:54
*** baoli has joined #openstack-infra11:56
*** arxcruz has quit IRC12:01
*** sergmelikyan has quit IRC12:01
*** arxcruz has joined #openstack-infra12:02
*** rfolco has joined #openstack-infra12:02
*** doug-fish has quit IRC12:02
*** aysyd has joined #openstack-infra12:02
*** doug-fish has joined #openstack-infra12:03
*** ildikov has quit IRC12:05
*** dprince has joined #openstack-infra12:09
*** amuller has joined #openstack-infra12:13
*** bswartz has joined #openstack-infra12:13
dtantsurhey folks! I think many people noticed serious gerrit slow down. Is anyone tracking it?12:15
*** dizquierdo has joined #openstack-infra12:16
*** hdd has joined #openstack-infra12:18
*** rossella_s has quit IRC12:19
*** rossella_s has joined #openstack-infra12:19
*** dims__ has quit IRC12:19
*** dims_ has joined #openstack-infra12:20
leseb_hi all, could someone please merge this? https://review.openstack.org/#/c/188768/ it already got a +2 two weeks ago :)12:21
leseb_thanks in advance12:21
leseb_fungi: ^ :)12:22
*** annegentle has joined #openstack-infra12:22
*** trown|outttypeww is now known as trown12:23
*** yamamoto has quit IRC12:24
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Add os-net-config to delorean.current list  https://review.openstack.org/22606112:24
bswartzhas anyone noticed that gerrit is 5x as slow as normal this morning?12:28
yolandai'm finding that slow12:28
matttvery slow12:29
*** Daisy_ has joined #openstack-infra12:29
openstackgerritRikard Anglerud proposed openstack-infra/jenkins-job-builder: Add credentialsId support to the StashNotifier  https://review.openstack.org/22725712:30
*** markvoelker has joined #openstack-infra12:31
fricklerleseb_: shouldn't all new things go directly to openstack now instead of stackforge?12:31
leseb_frickler: hum probably...12:32
*** edmondsw has joined #openstack-infra12:32
leseb_frickler: but the commit was before the announcement I guess :p12:32
*** ociuhandu has joined #openstack-infra12:33
*** annegentle has quit IRC12:34
*** ParsectiX has quit IRC12:35
matttleseb_: there goes your +2 :P12:35
*** bltavares has joined #openstack-infra12:35
fricklerregarding gerrit, the cpu-usage on review seems unusually high since about 24h now: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=25&rra_id=all12:36
*** jamielennox|away is now known as jamielennox12:37
*** burgerk has joined #openstack-infra12:37
*** esker has joined #openstack-infra12:38
*** esker has quit IRC12:38
Shrewsmordred: can we abandon this shade change again?  https://review.openstack.org/22536612:39
*** esker has joined #openstack-infra12:39
openstackgerritQiming Teng proposed openstack/requirements: Add python-senlinclient to global requirements  https://review.openstack.org/22715812:40
*** spzala has joined #openstack-infra12:43
*** kiran-r has quit IRC12:43
*** Daisy_ has quit IRC12:46
*** Daisy has joined #openstack-infra12:46
*** mnaser has quit IRC12:47
*** ldnunes has quit IRC12:48
*** ldnunes has joined #openstack-infra12:49
*** glauco___ has joined #openstack-infra12:50
*** Daisy has quit IRC12:50
*** deepakcs has quit IRC12:51
lxslifrickler: main jump was at 10:10, smaller jumps around 6:10 and 8:1012:52
*** stevemar has joined #openstack-infra12:53
*** glauco has quit IRC12:53
*** wenlock has joined #openstack-infra12:54
*** mnaser has joined #openstack-infra12:54
*** BharatK has quit IRC12:54
clarkbStevenK why cant you generate a zanata.xml? it worked fine when I manually did things12:55
*** ParsectiX has joined #openstack-infra12:55
rcarrillocruz so yeah12:55
rcarrillocruzgerrit is slow for me too12:56
bswartzpainfully slow12:56
*** jolsen has joined #openstack-infra12:56
bswartzanyone know why?12:56
clarkbits the memory leak12:56
*** jolsen has quit IRC12:56
clarkbspends all its time GCing12:56
clarkbwill need a restart12:56
*** jolsen has joined #openstack-infra12:56
bknudsonJava can't leak memory!12:56
bknudsonlol12:57
lxsli*good Java :p12:57
clarkbjust like java doesnt have pointers12:57
*** stevemar has quit IRC12:57
lxslinothing is idiot proog12:57
bknudsonmaybe they need a delete operator, too.12:57
lxsliclarkb: can you restart it then?12:58
bswartzgerrit I java? I thought just jenkins was java12:58
bswartzs/I/is/12:58
*** ParsectiX has quit IRC12:58
clarkblxsli not from my phone while feeding babies12:58
bknudsonhttps://gerrit.googlesource.com/gerrit/+/master/gerrit-main/src/main/java/Main.java12:58
bswartzincrease the heap size!12:59
bswartzmemory is cheap lol12:59
*** ildikov has joined #openstack-infra12:59
lxsliyolanda: any ideas who to contact?12:59
*** wenlock has quit IRC12:59
*** wenlock has joined #openstack-infra12:59
lxsliAmericans should be awake, soon at least13:00
yolandafungi and clarkb are here13:00
yolandathey can help with slowness13:00
*** tongli has joined #openstack-infra13:00
lxslifungi: can you restart it please? clarkb says he's feeding babies13:00
*** ParsectiX has joined #openstack-infra13:01
lxsliwhat about jeblair or lifeless ?13:02
bswartz>1 baby?13:02
*** bdemers has quit IRC13:02
*** bcourt has quit IRC13:02
lxsliclearly the man has mad feeding skillz13:03
*** bdemers has joined #openstack-infra13:04
*** doug-fish has quit IRC13:06
*** Sree has quit IRC13:07
*** larsks has quit IRC13:07
*** ddieterly has joined #openstack-infra13:07
*** kgiusti has joined #openstack-infra13:07
*** bdemers has quit IRC13:08
*** anglerud has joined #openstack-infra13:09
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Translate ZUUL_CHANGES into DIB_REPOREF  https://review.openstack.org/22727613:10
clarkbbswartz yes I have 2 three month olds13:10
*** k4n0 has quit IRC13:10
bswartzclarkb: congrats! I have a 3 month old too, but just one baby13:11
*** wenlock_ has joined #openstack-infra13:11
clarkbthanks and you too. Ya they dont warn you they can come in a multi pack until its too late13:13
openstackgerritMerged openstack/diskimage-builder: ironic-agent element to output a .kernel file  https://review.openstack.org/21043613:14
openstackgerritShivanand Tendulker proposed openstack/diskimage-builder: Install 'gdisk' when building ramdisk with ironic-agent  https://review.openstack.org/21509513:14
StevenKclarkb: create-zanata-xml.py will download /rest/projects/<project>/iterations/i/<version>/config from the server as the basis of it's XML file -- which fails with 404 when the version does not exist.13:15
*** gildub has quit IRC13:16
StevenKclarkb: I may have the URL slightly wrong, but eh13:16
clarkbStevenK why not just generate it ourselves13:16
clarkbseems odd that writing client config hits server first13:16
clarkbanyways will review that script as soon as I have real computer13:17
StevenKclarkb: It contains things that the server knows about the project, like it's type, and before we upgraded, all of the locales.13:17
*** pradk has quit IRC13:17
*** kobis has joined #openstack-infra13:18
*** mriedem_away is now known as mriedem13:18
johnthetubaguyhi, just wanted to quickly check about gerrit, is the memory leak causing issues again?13:18
*** bcourt has joined #openstack-infra13:18
clarkbyes13:19
*** otter768 has joined #openstack-infra13:19
johnthetubaguycool, just wanted to make sure you folks had heard13:19
*** tiswanso has joined #openstack-infra13:19
lxsliclarkb: I suppose someone has already suggested a periodic restart job?13:20
*** alivigni has joined #openstack-infra13:20
clarkbyes jeblair mentioned a cron yesterday13:20
clarkbcurrently working on one for jenkins due to a thread leak there13:21
lxsliawesome13:21
*** otter768 has quit IRC13:23
*** yamamoto has joined #openstack-infra13:24
*** MarkAtwood has joined #openstack-infra13:25
*** ashleighfarnham has joined #openstack-infra13:25
*** xyang1 has joined #openstack-infra13:29
*** ddieterly has quit IRC13:29
*** yamamoto has quit IRC13:30
*** mriedem is now known as mriedem_away13:30
*** mriedem_away is now known as mriedem_meeting13:30
*** ashleighfarnham has quit IRC13:30
mordredShrews: done13:33
*** kengo_sa_ has quit IRC13:33
* dtroyer wakes up13:33
dtroyeris it just me or is gerrit unhappy?13:33
mesteryIt's not only unhappy, it's outright pissed dtroyer :)13:34
bswartzdtroyer: very unhappy13:34
* dtroyer goes to rread scrollback13:34
dtroyerah, ok, thanks ;)13:34
mordredclarkb: anything I can help with?13:35
*** tlian has joined #openstack-infra13:36
clarkbmordred we need to restart gerrit13:37
*** bauzas has joined #openstack-infra13:37
*** pradk has joined #openstack-infra13:37
mordredclarkb: on it13:37
clarkband I am on phone without keys13:37
clarkbthanks13:37
mordredrestarting13:37
*** kobis has quit IRC13:37
* mestery hugs mordred 13:38
mesterythanks man!13:38
*** burgerk has quit IRC13:38
mesteryyou too clarkb ! :)13:38
matttsuch fast!13:39
* mordred is popular!13:39
* mestery ^5s mordred 13:39
mesterymordred: Thanks for putting gerrit out of it's misery :)13:39
*** cburroughs has joined #openstack-infra13:40
jrollmordred: <313:40
mordredmestery: if only I could do more13:40
*** bdemers_ has joined #openstack-infra13:41
*** esker has quit IRC13:41
openstackgerritRikard Anglerud proposed openstack-infra/jenkins-job-builder: Add credentialsId support to the StashNotifier  https://review.openstack.org/22725713:43
mesterymordred: Well, are you buying the first round in Tokyo? ;)13:45
mordredmestery: I buy all the rounds :)13:45
mesterylol13:45
* mordred is sure the new overlords are thrilled about that13:46
*** olaph has quit IRC13:46
fungisorry, back now. trying to figure out what people are asking to have restarted13:47
*** olaph has joined #openstack-infra13:47
mesterymordred: bwahahahahah :)13:47
mesteryfungi: mordred restarted gerrit, all is good in the world now :)13:47
*** w_ has joined #openstack-infra13:48
openstackgerritMerged openstack-infra/devstack-gate: Generic RPM installation detection  https://review.openstack.org/22498913:49
fungimestery: ahh, yes i see that. thanks13:49
*** dzamboni has joined #openstack-infra13:50
*** MarkAtwood has quit IRC13:50
*** regXboi has joined #openstack-infra13:50
fungiyep, load average was pretty terrible http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=26&rra_id=all13:51
pabelangerianw: nice work13:51
*** olaph has quit IRC13:52
*** zz_dimtruck is now known as dimtruck13:52
*** w_ is now known as olaph13:52
*** ajmiller has quit IRC13:52
*** garyk has joined #openstack-infra13:52
garykfungi: any idea how i could have been dropped from https://review.openstack.org/#/admin/groups/530,members13:53
*** jswarren_ is now known as jswarren13:54
clarkbfungi if you look at melody the garbage collecting graph is telling13:54
fungigaryk: someone else in stable-maint-core would have to have removed your account from it13:54
clarkb~14% of cpu time doing just that13:54
garykfungi: any idea how to find out who and why?13:55
*** ajmiller has joined #openstack-infra13:55
fungigaryk: have a rough idea of the timeframe in which it would have happened?13:55
*** ddieterly has joined #openstack-infra13:55
fungii think gerrit may have group membership change audit info in its database13:55
fungii'll see if i can figure out13:55
*** hrou has joined #openstack-infra13:56
garykfungi: i was able to approve stable patches yesterday. Not today :(13:56
*** MarkAtwood has joined #openstack-infra13:56
fungigaryk: well, most projects have project-specific stable maintenance groups. are you sure it's for the same repo today as yesterday?13:56
*** eharney has joined #openstack-infra13:56
*** doug-fish has joined #openstack-infra13:57
clarkbthere are also acl changes for stable liberty13:57
garykfungi: i am not really sure. i know i was able to approbale stable patches in neutron and nova. today i am unable to approbe in the stable/liberty neutron branch13:57
fungioh, great point. you're not looking at a stable/liberty change, right?13:57
garykfungi: yes, correct13:57
*** achanda has joined #openstack-infra13:57
fungigaryk: right, stable-maint teams aren't supposed to have control of stable/liberty until after liberty releases. that was an error which ttx corrected yesterday13:58
garykah, ok, thanks for the clarification13:58
hrouttx:  Hey there, I was wondering if we could add a 'tag' to the opnestack-dev mailing list filtering options, namely "storlets", which is a stackforge (now openstack) project:  https://github.com/openstack/storlets13:58
*** julim has quit IRC13:58
fungigaryk: until the liberty release, the liberty branch is the domain of the milestone/release groups13:58
*** bexelbie_ has joined #openstack-infra13:59
*** achanda has quit IRC13:59
garykok, thanks. make sense13:59
*** bexelbie has quit IRC13:59
*** bexelbie_ is now known as bexelbie13:59
fungigaryk: and i've confirmed, you're still a member of the neutron-stable-maint and nova-stable-maint groups in gerrit13:59
*** vkmc has joined #openstack-infra13:59
fungiwhich is how you're generally able to approve stable branch changes for those projects14:00
garykfungi: ok, thanks14:00
vkmchi all, could someone point me on the right direction on how to enable logging in an OpenStack channel?14:00
*** baoli has quit IRC14:00
*** geoffarnold has joined #openstack-infra14:01
*** baoli has joined #openstack-infra14:01
*** cloudtrainme has joined #openstack-infra14:01
*** hdd has quit IRC14:02
*** spzala has quit IRC14:02
*** bexelbie has quit IRC14:03
*** geoffarn_ has joined #openstack-infra14:03
*** bexelbie has joined #openstack-infra14:03
*** geoffarnold has quit IRC14:06
pabelangervkmc: http://docs.openstack.org/infra/system-config/irc.html#logging14:07
*** mriedem_meeting is now known as mriedem14:07
vkmcpabelanger, thanks14:07
*** fhubik_brb has joined #openstack-infra14:07
vkmcpabelanger, I saw that docs, but it doesn't say anything on how to add the bot to the channel14:08
*** dramalho has joined #openstack-infra14:09
pabelangervkmc: it is pretty vague, but you need to edit system-config to add the logic.  It will be in eavesdrop.pp, linked from the docs.14:10
*** olaph has quit IRC14:10
vkmcpabelanger, ok, will look into that14:10
*** dkranz has joined #openstack-infra14:11
*** dims__ has joined #openstack-infra14:11
*** vmb_off is now known as vmbrasseur14:11
*** olaph has joined #openstack-infra14:11
*** j_king has quit IRC14:12
pabelangervkmc: might be worth documenting yourself add a channel then uploading a patch for the docs.14:12
*** ParsectiX has quit IRC14:12
*** BharatK has joined #openstack-infra14:13
mordredpabelanger: I hear this question alot - it might be a really good opportunity to have a "how-to"14:14
mordred"I want to add a bot to a channel that does all the normal things"14:14
*** dims_ has quit IRC14:14
hrouvkmc, if you take a look at this change 196993 that should give you an example.14:15
fungiwe could stand to break out the non-administrative bits of that file into something for the infra manual, and then probably reference that from the irc-related parts of the project team guide14:15
vkmcpabelanger, ok, will do!14:15
pabelangermordred: agreed14:15
vkmchrou, thanks!14:15
hrouvkmc, patch 19699314:15
*** bcourt has quit IRC14:17
*** jaypipes has joined #openstack-infra14:19
*** tonytan4ever has joined #openstack-infra14:19
*** hashar has joined #openstack-infra14:22
*** bdemers_ has quit IRC14:22
openstackgerritPaul Belanger proposed openstack-infra/grafyaml: Add test coverate for grafana.py  https://review.openstack.org/22698614:24
*** marzif has joined #openstack-infra14:26
*** jamielennox is now known as jamielennox|away14:26
*** bexelbie has quit IRC14:27
*** bexelbie has joined #openstack-infra14:27
pabelangerJust reading up on pypy on the ML. Sounds like projects are removing it?14:28
pabelangertest jobs, I should say14:28
*** dramalho has quit IRC14:29
*** thingee has joined #openstack-infra14:30
*** bltavares has quit IRC14:33
*** bcourt has joined #openstack-infra14:33
*** haypo has joined #openstack-infra14:34
haypohi. i would like to make gate-barbican-python34 voting, but i would like to check first it if failed recently. the check job was added a few days ago14:34
*** marzif_ has joined #openstack-infra14:34
haypohow can i check if a check job is stable, especially when run on merged changes14:34
*** cburroughs has quit IRC14:34
*** marzif has quit IRC14:37
jordanPhaypo, look at the graphite graph14:37
jordanPsomewhere14:37
jordanP:)14:37
clarkbhaypo you can check graphite.openstack.org for raw pass vs fail14:37
jordanPlemme try to find it for you14:37
jordanPright...14:37
*** julim has joined #openstack-infra14:38
haypoi clicked on [+] job and now my browser is stuck :-D14:39
*** vahidh has quit IRC14:39
haypostats_counts.zuul.pipeline.check.job.gate-barbican-python34.SUCCESS14:40
*** zns has joined #openstack-infra14:40
haypoclarkb, jordanP: there is no FAILURE data point. does it mean that the check job never failed?14:40
*** salv-orlando has quit IRC14:41
*** vlaza has left #openstack-infra14:41
*** salv-orlando has joined #openstack-infra14:41
*** fawadkhaliq has joined #openstack-infra14:42
jordanPhaypo, I wouldn't assume that14:42
*** dramalho has joined #openstack-infra14:43
*** Hal has joined #openstack-infra14:43
*** bltavares has joined #openstack-infra14:43
fungihaypo: looks like that jobs not being run in the gate pipeline, and only in the check pipeline for the past few days?14:44
*** mtanino has joined #openstack-infra14:45
haypofungi: there is no gate job yet, it's only a check job14:45
*** sridhar_ram has joined #openstack-infra14:45
jordanPhaypo, look at stats not stats_count14:45
jeblairclarkb: https://review.openstack.org/22734414:45
haypoFYI the change to make the job voting and add it to gate job: https://review.openstack.org/#/c/226202/14:45
jordanPhaypo, hum no, disregard my last message14:46
haypojordanP: it's the same in stats, no .FAILURE data point, only .SUCCESS14:47
fungiso there may simply be insufficient sample information to make that determination, especially since the change rate on barbican is relatively low (~10 changes merged and roughly the same number of open changes updated in that time)14:47
*** mrmartin has joined #openstack-infra14:47
*** ashleighfarnham has joined #openstack-infra14:47
haypowell, the job was executed 2 hours ago and it succeeded, so it's fine ;)14:48
haypodon't worry14:48
haypothe python34 job only runs a few unit test, it's not the full test suite14:48
fungiyeah, looking at the logs, 39 tests14:49
haypofungi, jordanP: thanks for your confirmation14:49
fungihaypo: you could upload an obviously broken test change just to confirm it really does fail correctly, if you're worried14:50
*** spzala has joined #openstack-infra14:50
*** arxcruz has quit IRC14:51
haypofungi: oh no, i'm not worried. no need to upload a faulty change to break gates. i write such changes naturally :-)14:51
*** kiran-r has joined #openstack-infra14:51
*** arxcruz has joined #openstack-infra14:53
*** yamahata has quit IRC14:53
*** Swami has joined #openstack-infra14:54
*** stevemar has joined #openstack-infra14:54
anteayawell you aren't breaking the gate if it isn't running in the gate14:55
*** ashleighfarnham has quit IRC14:55
openstackgerritVictor Stinner proposed openstack-infra/project-config: Make gate-barbican-python34 voting, add gate job  https://review.openstack.org/22620214:56
*** tsekiyama has joined #openstack-infra14:56
*** dramalho has quit IRC14:56
*** cburroughs has joined #openstack-infra14:57
*** tjones has joined #openstack-infra14:58
*** hdd has joined #openstack-infra15:00
haypoanteaya: sorry, sometime i say "gate" for "check" jobs15:01
anteayawell that can be confusing in here15:01
*** annegentle has joined #openstack-infra15:01
*** bltavares has quit IRC15:02
haypoanteaya: the job is called "gate-..." -:p15:02
haypo:-p15:02
anteayaand breaking your check jobs affects noone other than your project15:02
anteayayes it is15:02
*** sridhar_ram has quit IRC15:02
anteayajobs were all renamed to have gate at the front15:03
*** marzif_ has quit IRC15:03
*** lawrancejing has quit IRC15:03
anteayasince jobs were called check when they were created and then were added to the gate later and weren't renamed15:03
anteayaso all jobs are entilted gate rather than having some check- and some gate-15:04
openstackgerritMerged openstack-infra/shade: Allow creating externally accessible networks  https://review.openstack.org/22686515:04
anteayabut the pipeline they run in is what determines what queue they are in15:04
anteayaand check pipeline jobs run individually, unless they have patches they depend-on15:05
*** fifieldt has quit IRC15:05
anteayabut independently of other patches in the check queue15:05
*** AJaeger has joined #openstack-infra15:05
openstackgerritKevin L. Mitchell proposed stackforge/python-jenkins: Allow setting the next build number  https://review.openstack.org/22427515:06
*** marzif_ has joined #openstack-infra15:07
*** geoffarn_ is now known as geoffarnoldX15:07
*** annegentle has quit IRC15:09
*** annegentle has joined #openstack-infra15:09
*** ZZelle has quit IRC15:09
*** ZZelle has joined #openstack-infra15:10
openstackgerritMerged openstack-infra/shade: Allow more complex router creation  https://review.openstack.org/22695115:11
openstackgerritMerged openstack-infra/shade: Allow more complex router updates  https://review.openstack.org/22702715:11
openstackgerritMerged openstack-infra/shade: Use the get_auth function from occ  https://review.openstack.org/22112615:12
*** arxcruz has quit IRC15:13
*** [HeOS] has joined #openstack-infra15:13
*** HeOS has quit IRC15:13
openstackgerritHamdi Roumani proposed openstack-infra/system-config: Enable logging for the #swift3 channel  https://review.openstack.org/22736515:14
*** kobis has joined #openstack-infra15:15
openstackgerritMerged openstack-infra/shade: Get defaults for image type from occ  https://review.openstack.org/22550715:15
openstackgerritMerged openstack-infra/shade: Handle glance v1 and v2 difference with is_public  https://review.openstack.org/22649215:15
*** jordan_ has joined #openstack-infra15:16
*** jordanP has quit IRC15:16
fungiclarkb: it looks like around the time gerrit started getting really slow, the active thread count was riding at 21... i wonder if we have a thread contention issue with some arbitrary limit there?15:17
*** HeOS has joined #openstack-infra15:17
*** [HeOS] has quit IRC15:17
*** marzif_ has quit IRC15:18
*** otter768 has joined #openstack-infra15:20
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Add more info to some exceptions  https://review.openstack.org/22537415:20
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Trap exceptions in helper modules  https://review.openstack.org/22471315:20
*** armax has joined #openstack-infra15:21
*** flepied has joined #openstack-infra15:22
*** ihrachys has quit IRC15:22
*** ihrachys has joined #openstack-infra15:23
*** flepied1 has quit IRC15:23
jeblairfungi, clarkb: good question, and maybe it's a component of the problem or otherwise related, though if it were the primary component, i would expect an immediate recurrance, whereas it takes 2 weeks to get back to that state (which suggests something leaky involved)15:23
jeblairfungi, clarkb: though we could have leaky threads too15:23
*** alexpilotti has quit IRC15:23
*** otter768 has quit IRC15:24
fungiwell, it seems to crop up during jvm garbage collection15:24
clarkbI think that is a symptom15:25
fungione theory is that memory utilization within the jvm slowly fills, then at a certain point java's gc kicks in to try to clean it up, but ends up starving for other resources while doing so15:26
clarkbthreads run slower you pile them up15:26
*** tonytan4ever has quit IRC15:26
*** kfox1111_away is now known as kfox111115:26
fungibut i don't (yet) know how continuous/intermittent/triggerd the gc is15:26
clarkbfungi melody shows you15:26
*** bpokorny has joined #openstack-infra15:26
clarkbits basically non issue then memory use hits threshold where GC spikes15:26
clarkbhttps://review.openstack.org/monitoring?part=graph&graph=gc&period=semaine15:28
*** BharatK has quit IRC15:28
jeblairclarkb, fungi: http://lists.openstack.org/pipermail/openstack-dev/2015-September/075355.html15:28
jeblairmore volkswagening15:28
*** salv-orlando has quit IRC15:28
clarkblooks like that happens when we go over an average of 7GB heap usage15:29
clarkbaccording to the memory graph15:29
*** angdraug has joined #openstack-infra15:29
clarkband strongly correlates to the cpu spike15:30
*** dtantsur is now known as dtantsur|afk15:31
clarkbbut active threads is a slower ramp up https://review.openstack.org/monitoring?part=graph&graph=activeThreads15:31
*** peristeri has quit IRC15:31
clarkbI think it is reacting to but not causing the slowness15:31
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add python-magnumclient to magnum func test  https://review.openstack.org/22737715:32
anteayajeblair: nice zinger15:33
jeblairanteaya: it's what makes it all worth doing15:33
clarkbit is possible that we just need more memory15:33
*** zz_gondoi is now known as gondoi15:33
anteayaha ha ha15:33
clarkbit may be less leak and more cost of doing business but I doubt it because its fine for so long prior15:34
*** ihrachys has quit IRC15:34
*** esker has joined #openstack-infra15:34
*** abalutoiu has joined #openstack-infra15:35
*** abalutoiu has quit IRC15:36
jeblairclarkb: we can probably spare some ram.  we're using the cache, but iowait is small so it's probably more than we need right now.15:36
*** abalutoiu has joined #openstack-infra15:36
anteayajeblair: 227377 +215:36
*** armax has quit IRC15:36
*** earlephilhower has joined #openstack-infra15:36
*** geoffarnoldX is now known as geoffarn_15:37
*** sridhar_ram has joined #openstack-infra15:37
openstackgerritZara proposed openstack-infra/storyboard-webclient: Subscriptions WIP  https://review.openstack.org/22356215:37
jeblairclarkb: i think we set it to 16G to keep it from getting out of control without us noticing.  i think we actually can upgrade to a larger server if needed, too. so we have a way out of we hit our head.15:37
*** hemnafk is now known as hemna15:37
clarkbhttps://review.openstack.org/monitoring?part=graph&graph=threadCount is fairly flat too so I thinknactive thread ramp up is cpu contention15:38
*** fhubik_brb is now known as fhubik15:38
clarkbjeblair its 8GB cureently15:38
jeblairclarkb: neat.  what's using the other 8g? :)15:38
jeblairmostly java :)15:39
clarkbthats a good question15:39
jeblairi guess there's non-heap overhead?15:39
clarkbbut heap where gc thrashes is 8GB15:39
clarkbso ya must be non heap15:39
clarkbwe could try setting -Xmx to 12g instead of 8?15:39
jeblairvss is 13.6G right now15:40
*** esker has quit IRC15:40
jeblair(though rss is only 6)15:40
jeblairclarkb: wfm15:40
*** Hal has quit IRC15:40
*** krtaylor has quit IRC15:41
*** esker has joined #openstack-infra15:41
jeblairomg15:42
jeblairhttp://logs.openstack.org/01/227001/1/check/gate-tempest-dsvm-networking-midonet/aa785f6/logs/devstacklog.txt.gz#_2015-09-23_21_21_28_79815:42
fungii wonder if letting it accumulate too much cruft between gc runs is making things worse, and would improve matters to gc more often before the memory is so bloated with unused structures15:42
jeblairclarkb: found something worse than the 'sed'15:42
clarkbfungi that gets into dark gc magic territory15:43
*** trown is now known as trown|lunch15:43
*** Swami_ has joined #openstack-infra15:43
*** puranamr has joined #openstack-infra15:43
*** ifarkas has quit IRC15:43
clarkbfungi we can use the shiny new gcer which is supposed to be faster at the expense of some fragmentation iirc15:43
Shrewsmordred: i'd like to abandon https://review.openstack.org/192475 now, based on the changes we just merged. wdyt?15:43
fungii'll get the crosses and holy water15:43
clarkbconsidered it for es but fragmentation would be costly there as we really do need allthe mwmories15:43
mordredShrews: yes15:44
mordredShrews: done15:44
clarkbjeblair is it show and tell time yet?15:44
openstackgerritDouglas Mendizábal proposed openstack-infra/project-config: Add PyPI and doc publish jobs to Castellan  https://review.openstack.org/22615015:44
jeblairclarkb: yeah this link: http://logs.openstack.org/01/227001/1/check/gate-tempest-dsvm-networking-midonet/aa785f6/logs/devstacklog.txt.gz#_2015-09-23_21_21_28_79815:44
jeblairclarkb:15:44
jeblair2015-09-23 21:21:28.798 | ++ git_clone http://github.com/midonet/midonet.git /opt/stack/new/midonet master15:44
*** Swami_ has quit IRC15:44
clarkbnice15:45
jeblairthat's some folgers crystals testing there15:45
*** Swami_ has joined #openstack-infra15:45
anteayahogepodge: needs to see some of this15:45
*** Swami has quit IRC15:45
fungii see, so now that i've found the gc graph, it does indeed appear that there was basically no time spent on it until it skyrocketed a little over 24 hours ago15:46
jeblairif only there were some mechanism that could detect when the repo wasn't properly cloned15:46
anteayaopen source they can find it too, to disable15:46
anteayawhich is kind of not the point of open source, by my definition15:47
*** skolekonov is now known as _skolekonov15:47
*** ParsectiX has joined #openstack-infra15:47
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Dependencies from undefined projects  https://review.openstack.org/20709415:47
*** dramalho has joined #openstack-infra15:48
*** larainema has joined #openstack-infra15:48
*** puranamr has quit IRC15:48
*** dramalho has quit IRC15:49
fungii'm missing what's interesting there. they're integration testing their networking-midonet driver against the midonet source from git (which i guess is officially on github). admittedly that's going to be failure-prone for them when github derps15:50
*** nijaba_ is now known as nijaba15:50
*** ihrachys has joined #openstack-infra15:50
*** burgerk has joined #openstack-infra15:51
jeblairfungi: oh, that's whats going on?15:51
*** bltavares has joined #openstack-infra15:51
jeblairfungi: i assumed it was their old repo...lemme check15:52
fungiyeah, midonet is not an openstack project. networking-midonet (an openstack project) is the neutron driver for controlling midonet15:52
*** dramalho has joined #openstack-infra15:52
*** glauco___ has quit IRC15:52
*** glauco has joined #openstack-infra15:52
pleia2good morning15:52
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Switch to using autogenerated ChangeLog in docs  https://review.openstack.org/22739115:52
*** zns has quit IRC15:53
jeblairfungi: if that's the case, that's not quite as crazy, but it's still not permitted.15:53
jeblairdependencies need to be released, installable projects15:53
*** esker has quit IRC15:53
*** krtaylor has joined #openstack-infra15:54
*** Hal has joined #openstack-infra15:54
openstackgerritMatthew Treinish proposed openstack/os-testr: Switch to using autogenerated ChangeLog in docs  https://review.openstack.org/22739215:55
*** bexelbie has quit IRC15:55
jeblairfungi: ah yeah, their old github project was git://github.com/midonet/python-neutron-plugin-midonet.git15:55
fungijeblair: yep, concur15:55
jeblairmidonet has no releases on pypi15:56
jeblairso i think they have a lot of work to do before they can have a working job15:57
fungiwow, gotta love the chutspa for their recommended installation method https://www.midonet.org/#quickstart15:57
jeblairi'm going to remove the job from zuul.15:57
anteayamorning pleia215:57
clarkbits not python iirc15:58
clarkbits javaish15:58
pleia2AJaeger: catching up on translations stuff from yesterday, ping me when you're about?15:58
*** yfried_ has quit IRC15:58
*** kiran-r has quit IRC15:58
fungiwow, their installer script clones and patches neutron15:59
clarkbpleia2 the big thing is need to fix the valid version checker which stevenk has proposed fix for15:59
fungino, wait, it's patching horizon15:59
*** dangers_away is now known as dangers15:59
clarkbpleia2 I was overruled that failing jobs due to missing version was ok15:59
fungicomment claims it's a workaround for bug 139405115:59
openstackbug 1394051 in OpenStack Dashboard (Horizon) "Can't display port list on a shared network in "Manage Floating IP Associations" page" [Medium,Fix released] https://launchpad.net/bugs/1394051 - Assigned to Kevin Benton (kevinbenton)15:59
*** fhubik is now known as fhubik_brb15:59
*** thiagop has joined #openstack-infra16:00
clarkbpleia2 but its "working"16:00
pleia2clarkb: missing version in zanata?16:00
clarkbya16:00
pleia2thanks, I'll have a look16:01
fungiaha, their installer is using home-grown midonet-midonet_openstack and midonet-neutron puppet modules16:01
clarkbso stable/liberty patch merges we try to update stable-liberty in zanata. the desired behavior is to exit 0 if stable-liberty does not exist16:01
clarkbmy original plan was to just fail because it doesnt hurt anything but statistics16:01
pleia2clarkb: ah right, instead of failing16:01
* pleia2 nods16:01
funginot going to look any deeper into the sausage factory now. i've completely lost my appetite16:01
*** fawadkhaliq has quit IRC16:01
Clintnow i'm hungry16:01
openstackgerritMerged openstack-infra/system-config: Decouple server from graphite manifest  https://review.openstack.org/21668616:02
*** fhubik_brb is now known as fhubik16:02
pleia2clarkb: I guess this way it makes it easier to pick out real failures, and as AJaeger is the one who looks at these (failures in jenkins) the most, I'm inclined to go with his preference16:02
*** fawadkhaliq has joined #openstack-infra16:02
clarkbyup me too16:02
clarkbso I did attempt a fix for that that doesnt work due to how we write zanata.xml16:02
*** marzif has joined #openstack-infra16:03
clarkbbut stvenks should work I just havent had time to review it yet16:03
pleia2clarkb: thanks, looking now16:03
*** puranamr has joined #openstack-infra16:04
*** Hal has quit IRC16:04
*** weshay_xchat is now known as weshay16:04
*** fawadkhaliq has quit IRC16:05
*** dkranz has quit IRC16:06
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Translate ZUUL_CHANGES into DIB_REPOREF  https://review.openstack.org/22727616:06
*** jlanoux has quit IRC16:06
anteayaI'm running away for errands, back later16:06
*** Hal has joined #openstack-infra16:08
*** flepied has quit IRC16:08
*** puranamr has quit IRC16:08
*** zns has joined #openstack-infra16:08
openstackgerritMerged openstack-infra/tripleo-ci: Translate ZUUL_CHANGES into DIB_REPOREF  https://review.openstack.org/22727616:09
clarkbjeblair ^ that is suspiciously looking like volkswagening too16:09
*** derekh has quit IRC16:09
clarkbit uses the change not zuul refs16:09
openstackgerritJames E. Blair proposed openstack-infra/project-config: Remove networking-midonet tempest-dsvm jobs  https://review.openstack.org/22740116:09
*** fitoduarte has quit IRC16:10
jeblairclarkb, fungi: ^16:10
glaucoMay I get this patch workflow'ed? https://review.openstack.org/#/c/226545/16:10
yolandavolkswagening? that's a new term? :)16:10
sdagueclarkb / fungi / jeblair - https://review.openstack.org/#/c/222573/ could I get some ack on that? It's making some of the nova only jobs voting16:10
clarkbyolanda yes for code that intentionally cheats the tests >_>16:11
yolanda:)16:11
*** Hal has quit IRC16:12
*** hashar has quit IRC16:13
*** dramalho has quit IRC16:14
*** dramalho has joined #openstack-infra16:14
redrobothello infra friends!16:15
redrobotI don't understand why my patch is failing the layout gate: https://review.openstack.org/#/c/226150/216:15
jeblairsdague: why not run those in gate?16:15
*** katyafervent is now known as katyafervent_awa16:16
sdaguebecause they only impact nova16:16
jeblairthat's not really what the gate is for16:16
*** katyafervent_awa is now known as katyafervent16:16
jeblairsdague: the gate is to avoid landing changes to nova that break nova; in other words, the thing you described in your commit message?16:17
*** esker has joined #openstack-infra16:17
openstackgerritMerged openstack-infra/project-config: make nova v2.0 compat jobs voting  https://review.openstack.org/22257316:17
sdaguesure, but I believe that risk is much less than false negatives blocking valid changes16:17
jeblairsdague: it's cool that they only impact nova -- they won't impact other projects in the gate, so no big deal16:17
*** dkranz has joined #openstack-infra16:17
sdaguethey will impact other changes by adding delays16:17
*** geoffarn_ has quit IRC16:18
openstackgerritMonty Taylor proposed openstack-infra/shade: Trap exceptions in helper functions  https://review.openstack.org/22471316:18
crinkleEmilienM: are you aware of https://review.openstack.org/#/c/226545/ ?16:19
jeblairsdague: if they are that unreliable, then isn't it going to be just as annoying having them voting in nova's check pipeline?16:20
crinkleEmilienM: nm it's an infra project not puppet-openstack project16:20
fungii need to pop out to lunch, bbiab16:21
*** markvoelker_ has joined #openstack-infra16:21
*** yamahata has joined #openstack-infra16:22
*** ldnunes_ has joined #openstack-infra16:24
*** jab has joined #openstack-infra16:24
*** ociuhandu has quit IRC16:24
*** zz_ja has quit IRC16:24
*** afazekas has quit IRC16:24
*** markvoelker has quit IRC16:24
*** oomichi has quit IRC16:24
*** gabriel-bezerra has quit IRC16:24
*** wolsen has quit IRC16:24
*** oomichi_ has joined #openstack-infra16:24
*** cloudtrainme has quit IRC16:24
*** ldnunes has quit IRC16:24
*** Shrews has quit IRC16:24
*** purp has quit IRC16:24
*** vmbrasseur has quit IRC16:24
*** adreznec has quit IRC16:24
*** alaski has quit IRC16:24
*** cloudtra_ has joined #openstack-infra16:24
*** afranc202 has quit IRC16:24
*** vmbrasseur has joined #openstack-infra16:24
*** SergeyLukjanov has quit IRC16:24
*** purp has joined #openstack-infra16:24
*** iraw- has joined #openstack-infra16:24
*** afazekas has joined #openstack-infra16:24
*** alaski_ has joined #openstack-infra16:24
*** alexsyip has joined #openstack-infra16:24
*** SergeyLukjanov has joined #openstack-infra16:24
*** wolsen has joined #openstack-infra16:24
*** unicell has joined #openstack-infra16:24
*** gabriel-bezerra has joined #openstack-infra16:25
*** Swami_ has quit IRC16:25
*** adreznec has joined #openstack-infra16:25
*** Shrews has joined #openstack-infra16:26
*** ashleighfarnham has joined #openstack-infra16:26
EmilienMcrinkle: thx for highlight anyway16:26
zaromorning16:26
openstackgerritMonty Taylor proposed openstack-infra/shade: Abstract out the name of the name key  https://review.openstack.org/22293016:28
openstackgerritMonty Taylor proposed openstack-infra/shade: Add heatclient support  https://review.openstack.org/22285616:28
openstackgerritMonty Taylor proposed openstack-infra/shade: Add heat support  https://review.openstack.org/15190016:28
*** docaedo has quit IRC16:28
*** puranamr has joined #openstack-infra16:29
*** ociuhandu has joined #openstack-infra16:31
*** sabeen1 has joined #openstack-infra16:32
*** abalutoiu has quit IRC16:32
*** docaedo has joined #openstack-infra16:33
AJaegerpleia2, clarkb : I'm here now - reading backscroll...16:34
pleia2o/ AJaeger16:34
openstackgerritMerged openstack-infra/project-config: Add a new script that queries for a Zanata version  https://review.openstack.org/22713016:34
openstackgerritMarkus Zoeller (markus_z) proposed openstack-infra/infra-manual: developer's guide: Add bug handling description  https://review.openstack.org/19223216:35
*** unicell has quit IRC16:35
annegentleflaper87: oh wow, just realized I missed copy/paste of two sections from the last TC highlights blog post. Revising this week's now to ensure those get in: https://etherpad.openstack.org/p/next-tc-blog-post16:35
*** olaph has quit IRC16:35
*** jordan_ has quit IRC16:37
*** MarkAtwood has quit IRC16:38
AJaegerpleia2, thanks for your reviews and approvals of StevenK's patches!16:38
*** Zhongjun has joined #openstack-infra16:38
AJaegerpleia2, clarkb: Do you have a few minutes to discuss liberty RCs and translations?16:38
pleia2yep16:39
*** dangers is now known as dangers_away16:39
*** olaph has joined #openstack-infra16:39
AJaegerpleia2, clarkb: I wrote up a few thoughts on https://etherpad.openstack.org/p/translation-liberty already. But let me explain here first...16:40
AJaegerttx and morgan asked this morning (European time ;) how to handle RCs.16:40
*** BharatK has joined #openstack-infra16:40
AJaegerWith Kilo, I manually pushed the translations into the kilo branch for RC2.16:40
jeblairclarkb: i'm logged into the console as root of an ovh vm i'm running a test on; so hopefully when it dies, i can poke around16:41
openstackgerritMerged openstack-infra/project-config: Revert "Run propose-translation-update-zanata jobs"  https://review.openstack.org/22616416:41
AJaegerWith Zanata, we have enabled horizon and nova now, so that translators can still translate liberty while M is already opened and master gets updated.16:41
*** armax has joined #openstack-infra16:41
AJaegerSo, for those it works fine, and nothing really needs to be done.16:41
AJaegerBut what about the other projects like neutron,ceilometer etc.?16:41
AJaegerEither we handle them the same way as horizon and nova - or we do it manually like I did for kilo.16:42
*** fhubik has quit IRC16:42
openstackgerritZara proposed openstack-infra/storyboard-webclient: Move project group admin and streamline list page  https://review.openstack.org/20610816:42
AJaegerDaisy didn't put focus on these but with the large IBM input, we have good content for most of them - and some projects only merged those after liberty branch was cut16:42
pleia2AJaeger: is there any downside to handling them like horizon and nova?16:42
*** serg_melikyan has joined #openstack-infra16:43
* pleia2 nods16:43
AJaegerAFAIK for horizon and nova, we needed to setup the version, fill content there - and Daisy also set master to read-only (which I wouldn't do for these)16:43
AJaegerSo, some manual steps are needed there - plus setup in Zuul/Jenkins like clarkb already did.16:44
openstackgerritMerged openstack-infra/system-config: Install three pip packages on the proposal slave  https://review.openstack.org/22502116:44
AJaegerAnd then the question is whether we leave those branches open for all projects or only for a few.16:44
*** Ala has quit IRC16:44
pleia2yeah16:44
AJaegerI'm inclined to go for all projects and handle them all the same. Just that this was not the original plan ;)16:45
AJaegerSo, either we try small or large ;)16:45
pleia2any thoughts as to what would confuse translators the least?16:45
pleia2handling them all the same would confuse me less :)16:45
AJaegerpleia2: exactly16:45
*** trown|lunch is now known as trown16:45
pleia2it still means some manual work, but I think it's worth it for long term maintenance16:46
AJaegerpleia2: my feeling as well.16:46
AJaegerclarkb: what do you think?16:46
*** cburroughs has quit IRC16:46
clarkbAJaeger: I think we handle them the same way horizon and nova16:46
AJaegerpleia2, clarkb : I need to step out some minutes (10+ ?).16:46
openstackgerritMerged openstack-infra/system-config: Remove transifex from the proposal slave  https://review.openstack.org/22555416:46
pleia2good bye transifex!16:47
AJaegerclarkb, pleia2: Let me draft a proposal in https://etherpad.openstack.org/p/translation-liberty afterwards and then continue here.16:47
pleia2AJaeger: ok, thanks16:47
AJaegerYeah!16:47
clarkband maybe we add a script to the release managers toolkit that pushes the new stable version to zanata when they make the branches in git16:47
*** BharatK has quit IRC16:47
*** serg_melikyan has quit IRC16:47
clarkbso that Daisy doesn't even have to deal with it, but that might be a next release sort of thing16:47
*** Swami has joined #openstack-infra16:48
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Fix proxy and redirect configuration file names.  https://review.openstack.org/22533116:49
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add note of support on Python mods for CentOS 7.  https://review.openstack.org/22409816:49
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add acceptance tests for puppet-httpd  https://review.openstack.org/22272116:49
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Use httpd::mod when adding Apache modules.  https://review.openstack.org/22357816:49
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Fix httpd::python.  https://review.openstack.org/22647416:49
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Changed to match 'python_package' to 'mod_python package'  https://review.openstack.org/22742216:49
*** bharathm has joined #openstack-infra16:50
*** esker has quit IRC16:50
jeblairrabbitmq uses a lot of cpu at idle16:52
clarkbjeblair: are you back to debugging on OVH then?16:52
jeblairclarkb: yeah16:52
asselinmordred, clarkb will a new version of shade be released to pypi with https://review.openstack.org/#/c/226492/ ?16:53
*** anglerud has quit IRC16:54
pleia2crinkle: I have a women in cloud thing in the valley to go to this afternoon (not sure yet when I'm leaving), have some time soon to chat puppet acceptance tests? otherwise I can do tomorrow16:54
mordredasselin: yes. there's a few more patches I'd like to land, and I'm waiting to release until I can pay attentoin to the nodepool upgrade16:54
asselinmordred, ok thanks16:54
*** dramalho has quit IRC16:55
*** jordanP has joined #openstack-infra16:56
jeblairclarkb, mordred: while i'm waiting for numpy to compile -- what ever happened to the wheel idea?16:57
zaropleia2: were we supposed to get a ballot to vote for ptls?  couldn't find one in my email.16:57
*** dramalho has joined #openstack-infra16:57
pleia2crinkle: actually, if docs exist maybe reading those on the train is a valuable use of my time16:57
*** pradk has quit IRC16:57
pleia2zaro: yes, but not all teams have elections16:57
clarkblooks like StevenK's script is working well https://jenkins.openstack.org/job/openstack-manuals-upstream-translation-update/20/consoleFull just need to find a change against a non master branch to see if it handles fails properly16:57
clarkbjeblair: greghaynes had a set of changes up to bring back the wheel mirrors16:58
clarkbjeblair: I just don't think they ever got much momentum16:58
pleia2zaro: I'm not running things this time around though, tonyb would be the one to chat with if you confirm the project is one that's having an election and you still don't have a ballot16:58
clarkbzaro: you have to have changes merged to projects with elections, infra for example is not having an election (fungi will be liberty ptl as he ran unopposed)17:00
*** achanda has joined #openstack-infra17:00
zaroahh, i see. totally forgot. thanks17:01
*** ddeva has joined #openstack-infra17:01
*** hdd has quit IRC17:01
ddevao/17:01
*** puranamr has quit IRC17:01
mordredShrews: woah: http://logs.openstack.org/13/224713/4/check/gate-shade-dsvm-functional-nova/5f55336/console.html17:02
mordredShrews: that is a very surprising error to me based on that patch17:03
*** markus_z has quit IRC17:03
*** mriedem has quit IRC17:03
*** marzif has quit IRC17:05
*** marzif has joined #openstack-infra17:05
openstackgerritMerged openstack-infra/shade: Add more info to some exceptions  https://review.openstack.org/22537417:06
*** bhunter71 has joined #openstack-infra17:06
*** kushal has joined #openstack-infra17:07
crinklepleia2: for docs there is https://github.com/puppetlabs/beaker/wiki with https://github.com/puppetlabs/beaker/wiki/How-to-Write-a-Beaker-Test-for-a-Module being the most significant17:08
crinklepleia2: i'm happy to chat whenever17:08
pleia2crinkle: thanks! I'll start with docs on the train today and maybe touch base tomorrow :)17:09
*** katyafervent is now known as katyafervent_awa17:10
*** ddeva has quit IRC17:10
crinklepleia2: kk17:10
*** unicell has joined #openstack-infra17:10
*** sergmelikyan has joined #openstack-infra17:11
*** mriedem has joined #openstack-infra17:13
zaropelix: i think your JJB +2s are masking my -1s :)17:13
*** sridhar_ram1 has joined #openstack-infra17:14
*** sridhar_ram has quit IRC17:16
pleia2crinkle: to save me some reading, are we using beaker or beaker-rspec? (especially wrt the acceptance tests I'm trying to review)17:17
crinklepleia2: beaker-rspec17:17
pleia2ok, that's what I thought, thanks :)17:17
*** zns has quit IRC17:17
crinklebeaker-rspec is usually used for modules and beaker is used for testing puppet itself, though beaker can be used for modules too17:17
openstackgerritMerged openstack-infra/subunit2sql: Order get_tests_run_dicts_from_run_id response by date  https://review.openstack.org/21346417:18
openstackgerritMerged openstack-infra/subunit2sql: Use ostestr for running unit tests  https://review.openstack.org/21356517:19
pelixzaro: nuts, I thought I usually remembered to remove them17:19
openstackgerritMerged openstack-infra/subunit2sql: Add more db api tests  https://review.openstack.org/21356617:19
pelixspecifically because of that17:19
openstackgerritMerged openstack-infra/subunit2sql: Test get_runs_by_status_grouped_by_run_metadata API function  https://review.openstack.org/22526017:20
*** otter768 has joined #openstack-infra17:21
*** puranamr has joined #openstack-infra17:22
Shrewsmordred: srsly17:24
mordredShrews: I rechecked just ot make sure17:24
*** zns has joined #openstack-infra17:25
AJaegerclarkb, pleia2: Please see my list of repos and comments at https://etherpad.openstack.org/p/translation-liberty17:25
*** bpokorny_ has joined #openstack-infra17:25
*** bpokorny has quit IRC17:25
*** otter768 has quit IRC17:25
*** puranamr has quit IRC17:26
*** kushal has quit IRC17:27
*** MarkAtwood has joined #openstack-infra17:28
*** ihrachys has quit IRC17:28
*** salv-orlando has joined #openstack-infra17:29
*** vmbrasseur is now known as vmbrasseur_erran17:29
*** vmbrasseur_erran is now known as vmbrasseur_biab17:29
AJaegerclarkb, pleia2: It's an etherpad, please change it as you see fit - and tell me where you disagree17:30
*** ajmiller has quit IRC17:32
*** tongli has quit IRC17:34
*** tongli has joined #openstack-infra17:35
*** zns has quit IRC17:35
pleia2AJaeger: thanks, looking17:35
openstackgerritColleen Murphy proposed openstack-infra/project-config: Add puppet-infracloud module to openstack-infra  https://review.openstack.org/22743417:35
clarkbAJaeger it lgtm17:35
*** dizquierdo has quit IRC17:36
*** achanda has quit IRC17:36
AJaegerthen let me send it to openstack-i18n mailing list - and if this works out, we document this.17:37
pleia2lgtm17:37
AJaegerShould this be documented in system-config or on the wiki?17:37
pleia2I rarely say this, but the wiki may be better for now17:37
pleia2maybe add a link to the docs in system-config to explain the situation17:38
pleia2which reminds me, I still need some cores to look at the initial doc commit (spec chage depends on this too, since docs are part of the spec) https://review.openstack.org/#/c/222314/17:39
*** tongli has quit IRC17:39
*** eharney has quit IRC17:39
*** yfried_ has joined #openstack-infra17:39
openstackgerritPaul Belanger proposed openstack-infra/grafyaml: [WIP] Add the ability to parse multiple files  https://review.openstack.org/22743817:40
*** geoffarnold has joined #openstack-infra17:41
openstackgerritMerged openstack-infra/grafyaml: The apikey is now optional  https://review.openstack.org/22479617:42
jeblairso uncool horizon thing: you're sitting at the console minding your own business, then you click somewhere else and your session has timed out17:42
*** tonytan4ever has joined #openstack-infra17:42
*** puranamr has joined #openstack-infra17:43
*** ociuhandu has quit IRC17:43
*** zns has joined #openstack-infra17:43
*** pvaneck has joined #openstack-infra17:43
*** eharney has joined #openstack-infra17:43
pleia2AJaeger: the other thing we had to chat about was the junky imported metadata cleanup17:44
*** HeOS has quit IRC17:45
*** hdd has joined #openstack-infra17:46
*** tongli has joined #openstack-infra17:46
*** puranamr has quit IRC17:47
*** austin811 has joined #openstack-infra17:47
*** tongli has quit IRC17:49
glaucoHello! I need some help on getting this patch workflow'ed: https://review.openstack.org/#/c/226545/17:49
openstackgerritPaul Carver proposed openstack-infra/project-config: Add Python3 jobs for networking-sfc repo  https://review.openstack.org/22744517:49
*** ivar-lazzaro has joined #openstack-infra17:51
*** achanda has joined #openstack-infra17:51
*** puranamr has joined #openstack-infra17:51
*** ivar-lazzaro has quit IRC17:52
yolandahi, while using some gerrit filters, i'm getting this error now line 1:8 no viable alternative at character '%'17:52
yolandaanyone seeing that?17:53
openstackgerritLekha Jeevan proposed openstack/requirements: Add mimic to global requirements to use in tests  https://review.openstack.org/22026817:53
yolandai'm using a filter like project:^openstack-infra/puppet-.*17:53
*** ivar-lazzaro has joined #openstack-infra17:53
AJaegerpleia2: I suggest you chat with fungi and clarkb about that, I'm fine with whatever works ;)17:53
yolandaclarkb, mordred, i'm seeing since gerrit restart, did some config change land that caused that?17:54
AJaegerI'll certainly chime in if I'm around but I don't need to be in that discussion17:54
clarkbyolanda we didnt change any config17:54
yolandai cannot search with project regexes now17:54
clarkbI think you may want to quote the search string?17:54
yolandamm, i've been doing that for ages17:54
yolandaand now i'm having that error17:54
*** puranamr has quit IRC17:55
pleia2AJaeger: sending an email momentarily17:55
openstackgerritLekha Jeevan proposed openstack/requirements: Add mimic to global requirements to use in tests  https://review.openstack.org/22026817:55
*** puranamr has joined #openstack-infra17:55
*** bpokorny_ has quit IRC17:55
*** bpokorny has joined #openstack-infra17:55
pleia2alright, I need to pack up to catch my train17:56
zaroyolanda: long shot, but try reindex17:57
*** annegentle has quit IRC17:57
clarkbpleia2 I would just rm the strings in git and push to the projects17:57
clarkbif we need to use proposal bot creds thats doable17:57
clarkbso maybe we need a for loop sed find incantation to run then go from there17:58
zaroyolanda: ohh wait is this on review.o.o?17:58
clarkbzaro yes we restarted it this morning, do we need a reindex even if we didnt move any projects?17:59
yolandayes, i tried with another browser and i didn't see that error17:59
clarkb(that is annoying if so)17:59
*** SumitNaiksatam has joined #openstack-infra17:59
yolandai'll restart ff and try17:59
zaroi'm not having that problem.18:00
fungiclarkb: we shouldn't need to reindex unless we modify change entries in the database out from behind it18:00
zaroworks for me on chrome so far.18:00
yolandafails consistently on FF for me18:00
yolandaworks on Chrome18:00
zaroyolanda: try to kill the cache.18:01
zaro*browser cache18:01
*** mrmartin has quit IRC18:01
AJaegerclarkb: correct, that's all we need. But we need to download *all* files first, since not all files are in git.18:01
AJaegerpleia2: Safe travels!18:01
*** puranamr has quit IRC18:01
zaroso it works for me on FF as well18:01
docaedoCould take a look at https://review.openstack.org/#/c/226984/ and help me understand the lint failure? I know those strings are empty, but that part is the same as what's up for gerrit SSL stuff so I'm not sure how to fix it18:02
yolandafails on ff18:02
yolandai cleared cache18:02
docaedo(meant to say "could someone from infra take a look please" :) )18:02
AJaegerclarkb: StevenK wrote a script to do this. It's not a simple sed since the strings often covers two lines18:02
yolandait may be some settings combination18:02
clarkbAJaeger I see18:02
*** dkranz has quit IRC18:03
zaroyolanda: you mean browser settings?18:03
yolandayes18:03
yolandai can make exactly same search on chrome without problems18:03
zarodid you get a recent browser update?18:03
yolandano18:04
*** nadya has quit IRC18:04
yolandai can debug it or send some screenshot if needed18:04
*** rkukura has quit IRC18:04
*** bcourt has quit IRC18:04
*** tiswanso has quit IRC18:05
*** rkukura has joined #openstack-infra18:05
*** tiswanso has joined #openstack-infra18:05
*** ociuhandu has joined #openstack-infra18:06
yolandazaro, i'm seeing some javascript errors as well18:06
yolandamm, actually, it does the search. I see that error on screen, i click on continue and i can see the results18:06
lifelesslxsli: hi ? whats up18:07
*** Sukhdev has joined #openstack-infra18:07
*** Piet has joined #openstack-infra18:07
yolandazaro, so it may be some problem with the content it's trying to show18:07
zaroyolanda: what is your query exactl?  i just tried that project:^openstack-infra/puppet-.* on my ubuntu FF and still works18:08
zaroFF is ver 39.018:09
yolandazaro, fails for every query really, this one as well, or project:^openstack-infra/zuul.*, anything with a regex18:09
yolandai can see a 400 error18:10
*** bpokorny has quit IRC18:10
*** dramalho has quit IRC18:10
yolandazaro, ff sends a query like https://review.openstack.org/changes/?q=project:%255Eopenstack-infra/zuul.*&n=25&O=118:10
*** bpokorny has joined #openstack-infra18:10
yolandaand that shows the 400 error with line 1:8 no viable alternative at character '%'18:11
mmedvedehi, can anyone approve https://review.openstack.org/#/c/226866/? : add gerritbot for #openstack-third-party-ci18:11
clarkbtry quotes?18:11
*** dramalho has joined #openstack-infra18:12
yolandaclarkb, if i double quote the regex, i have not errors, but gerrit translates to project:"%5Eopenstack-infra/zuul.*" for example, and no results. I've always done without quotes18:13
fungijeblair: mordred: want something new to get angry about? see bug 149933418:14
openstackbug 1499334 in Cinder "Regression: Proprietary code needed to use NetApp with Cinder and Manila" [Critical,In progress] https://launchpad.net/bugs/1499334 - Assigned to John Griffith (john-griffith)18:14
*** pelix has quit IRC18:14
jgriffithfungi: :)18:14
jgriffithfungi: I already poked him on it for some advice18:14
jeblairfungi: jgriffith and i just had a chat in -dev about that18:14
fungii should pay closer attention to -dev18:15
fungimoving there ;/18:15
yolandazaro, for some reason my ff is encoding that request differently. On chrome i get https://review.openstack.org/changes/?q=project:%5Eopenstack-infra/puppet-.*&n=25&O=118:15
jgriffithfungi: the bigger problem is trying to unravel the annoying conflicts in the revert is REALLY ruining my day18:15
yolandaand that is fine18:15
*** tonytan4ever has quit IRC18:15
yolandapasting same url on ff works, so it's a problem with that encode18:15
*** salv-orlando has quit IRC18:15
*** flepied has joined #openstack-infra18:16
fungijgriffith: i can totally understand that. it's not even like it's work you can feel good about doing18:16
yolandazaro, i have firefox 41.0, installed from package, 41.0+build3-0ubuntu0.14.04.1 018:17
*** bcourt has joined #openstack-infra18:18
*** dkranz has joined #openstack-infra18:18
*** vmbrasseur_biab is now known as vmbrasseur18:18
openstackgerritChristopher Aedo proposed openstack-infra/puppet-apps_site: Add SSL support for apps.openstack.org  https://review.openstack.org/22698418:18
crinkledocaedo: use undef instead of empty string18:19
openstackgerritMerged openstack-infra/shade: Trap exceptions in helper functions  https://review.openstack.org/22471318:19
*** tonytan4ever has joined #openstack-infra18:20
*** mpopow has joined #openstack-infra18:20
*** dramalho has quit IRC18:21
*** ZZelle_ has joined #openstack-infra18:21
mordredfungi: ooh. nice18:23
*** trown has quit IRC18:23
zaroyolanda: i definately think it's some setting with your firefox.  do you have another machine you can try FF on?18:23
*** eharney_ has joined #openstack-infra18:24
*** nelsnelson has quit IRC18:25
zaroyolanda: hold on i just update firefox to ver 41.0 and can reproduce what you see.18:25
*** eharney has quit IRC18:26
*** thinrichs has joined #openstack-infra18:27
*** dramalho has joined #openstack-infra18:27
openstackgerritAndreas Jaeger proposed openstack-infra/release-tools: Rework translation-cleanup  https://review.openstack.org/22745418:27
clarkbpleia2: DOA and Nova have liberty branches now, but horizon doesn't so I will keep my change to sync liberty to those three in WIP for a bit longer18:28
bltavarescrinkle: I was catching up on the comments so you probably received many emails today hehe would you mind commenting on this question? https://review.openstack.org/#/c/221941/18:28
bltavarescrinkle: we would like to sync up on the best way to test it and apply to all those other change sets18:29
*** kobis has left #openstack-infra18:29
*** MarkAtwood has quit IRC18:29
*** achanda has quit IRC18:29
openstackgerritAndreas Jaeger proposed openstack-infra/release-tools: Rework translation-cleanup  https://review.openstack.org/22745418:30
docaedocrinkle: ok thanks!18:30
*** nelsnelson has joined #openstack-infra18:30
*** ldnunes_ has quit IRC18:31
*** ldnunes has joined #openstack-infra18:31
*** wenlock_ has quit IRC18:31
*** achanda has joined #openstack-infra18:31
*** hashar has joined #openstack-infra18:31
*** nelsnelson has quit IRC18:32
*** nelsnelson has joined #openstack-infra18:32
*** ihrachys has joined #openstack-infra18:33
yolandazaro, i just saw on an old IE now18:34
*** ParsectiX has quit IRC18:36
*** trown has joined #openstack-infra18:36
*** ybathia has joined #openstack-infra18:37
*** ParsectiX has joined #openstack-infra18:37
*** r-daneel has joined #openstack-infra18:37
*** Sukhdev has quit IRC18:37
openstackgerritChristopher Aedo proposed openstack-infra/puppet-apps_site: Add SSL support for apps.openstack.org  https://review.openstack.org/22698418:39
*** Sukhdev has joined #openstack-infra18:39
*** eharney_ is now known as eharney18:40
*** Sukhdev has quit IRC18:41
*** jordanP has quit IRC18:41
*** MarkAtwood has joined #openstack-infra18:41
*** erikwilson has joined #openstack-infra18:42
*** jolsen has quit IRC18:43
clarkbpleia2: first draft of zanata doc lgtm18:44
zaroyolanda: https://code.google.com/p/gerrit/issues/detail?id=3016  appears to be similar but not the same18:44
bltavarescrinkle: thank you for the feedback. We are going to change how the tests are split (:18:45
*** Sukhdev has joined #openstack-infra18:45
yolandazaro, so you can reproduce the same? i thought it maybe was for the spanish locale18:45
*** dramalho has quit IRC18:45
zaroyes, i can repro with ver 41.018:46
zaroit doesn't repro on ver 39.018:47
*** sergmelikyan has quit IRC18:47
* clarkb is going to put https://review.openstack.org/#/c/226591/2 in front of people as part of the lets test nodepool better18:47
clarkbmordred: ^ you may have interest in that as one of your changes tripped over not having that test18:47
clarkbmordred: I am going to look at your shade in nodepool changes no18:47
openstackgerritTim Hinrichs proposed openstack-infra/project-config: Disable devstack tests for kilo for Congress  https://review.openstack.org/22746718:47
mordredclarkb: excited18:48
*** jmolsen has joined #openstack-infra18:48
mordredclarkb: I'm currently starting to debug it - it's missing patches to the fakes18:48
*** HeOS has joined #openstack-infra18:48
thinrichsIf anybody has 1 minute, could you tell me if a patch is doing what I expect?18:48
thinrichshttps://review.openstack.org/22746718:48
thinrichsI'm trying to stop devstack/tempest from gating commits to stable/kilo, since the tempest tests don't work in that branch in the gate18:49
AJaegerthinrichs: LGTM, +218:49
clarkbthinrichs: yes that does what you want18:49
clarkbthinrichs: do ou not have a juno branch?18:50
thinrichsclarkb: no juno branch18:50
clarkbmordred: also the dsvm test is failing so there is likely things other than fakes needing updating18:51
yolandazaro, so yes, a saw a pair of similar errors reported on gerrit, but not exactly the same. The solution to add quotes doesn't work for this particular case18:51
thinrichsAjaeger: thanks!18:51
clarkbmordred: I will look at that and let you worry about fakes first18:51
*** esker has joined #openstack-infra18:51
PietThe Intel Open Source UX team is conducting a series of one hour interviews w app developers, IT admins and IT architects to form a series of customer journey documents.  If you're interested, please reach-out to me in IRC or pieter.c.kruithof-jr@hp.com18:52
*** esker has quit IRC18:52
clarkbhrm apparently 5 minutes of extra time to copy data off the slaves is not long enough :/18:52
AJaegerPiet, isn't that the same message you send yesterday already?18:52
PietOf course, the results will be shared with the community18:52
PietNewp - different one.18:52
*** esker has joined #openstack-infra18:52
*** hemna is now known as hemnalunch18:53
fungiuxpsaaas (ux public service announcements as a service)18:53
clarkboh!18:54
PietWe have a few research projects happening on behalf of the community.  In some ways, this is good because UX is gaining traction in the community and we're providing another way for the community to provide feedback to the PTLs.18:54
clarkbits a d-g bug I Think18:54
*** dramalho has joined #openstack-infra18:55
clarkbya we don't timeout the hooks18:55
clarkbonly our default gate_hook has a timeout, I will work at flipping the onion layers there18:55
*** abitha has joined #openstack-infra18:56
*** Zhongjun has quit IRC18:57
*** ihrachys has quit IRC18:57
openstackgerritlifeless proposed openstack-dev/cookiecutter: Update pbr constraint for new projects.  https://review.openstack.org/22747418:58
*** sridhar_ram1 has quit IRC18:58
zaroyolanda: bug that bug will repro on all browsers, not just FF18:59
*** yfried_ is now known as yfried|afk19:00
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Timeout pre_test, gate, and post_test hooks  https://review.openstack.org/22747619:00
morganAJaeger: +2 on the cleanup, can't single-core +2/+A it since it's not from proposal bot (just our, keystone's, policy)19:01
zaroyolanda: i think it's differnt enough to warrent a new bug.  i'll create one.19:01
pleia2clarkb: thanks19:01
clarkber mordred this channel is the channel to talk about nodepool not -qa19:01
*** ihrachys has joined #openstack-infra19:01
AJaegermorgan: understood - thanks.19:02
morganAJaeger: but dstanek is on it!19:02
clarkbsdague: you may be interested in 22747619:02
*** sabeen1 has quit IRC19:02
yolandazaro, i was able to reproduce same bug with our downstream gerrit, and we haven't updated anything. So seems it raised with FF version update19:02
AJaegermorgan: you might be interested as well in http://lists.openstack.org/pipermail/openstack-i18n/2015-September/001454.html19:02
morganAJaeger: yah saw your email, haven't read the followups yet19:03
morganoh just a % deletion clarification19:03
*** thinrichs has quit IRC19:03
morganAJaeger yeah looks good19:03
glaucoStill waiting on openstack-infra to get this workflow'ed19:04
glaucohttps://review.openstack.org/#/c/226545/19:04
*** ihrachys has quit IRC19:04
*** dramalho has quit IRC19:05
clarkbglauco: I would suggest talking to the cores that have already +2'd the change19:05
clarkbalso I think theoretically the ptl is supposed to ack the new project (I don't expect any issues with that)19:05
*** ihrachys has joined #openstack-infra19:05
clarkbglauco: have you submitted the governance change for bookkeeping?19:05
*** grantbow has quit IRC19:06
glaucoclarkb: yes! https://review.openstack.org/#/c/227419/119:06
*** dramalho has joined #openstack-infra19:06
clarkbthen ya I think you just want jeblair/fungi to ack it and one of the cores that has already reviewed can approve19:06
*** yfried|afk is now known as yfried_19:06
clarkbglauco: is there any existing code that you need to import into Gerrit?19:07
*** doug-fish has quit IRC19:07
*** grantbow has joined #openstack-infra19:07
glaucoclarkb: there is a first commit with a draft for this puppet module. Haven't committed it, since there is not repo for it19:08
*** mquin has quit IRC19:08
*** mquin_ has joined #openstack-infra19:08
clarkboh grr my devstack-gate change won't work because timeout doesn't work on bash functions19:08
mordredclarkb: +219:08
fungiglauco: why is puppet-openstack-health an infra project?19:08
mordredclarkb: gah19:09
glaucofungi: well, that was a recommendation we got from openstack-qa19:09
glaucofungi: we were not sure if it should be under openstack or openstack-infra.19:09
mordredI believe openstack19:09
clarkbmordred: ya :/ not sure how best to fix that19:09
*** dprince has quit IRC19:10
mordredit's not a project to run the developer infrastructure of openstack19:10
mtreinishfungi: it's the module to deploy the rest api and js from the openstack-health repo19:10
clarkbfungi: the argument was we are going to host it19:10
fungiglauco: skimming http://git.openstack.org/cgit/openstack/openstack-health/tree/README.rst it doesn't look like something we would deploy in our community infrastructure, it looks more like something of general interest to openstack cloud operators or users19:10
mtreinishthat seems like an infra thing19:10
mordredoh - really?19:10
mordredok19:10
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Fix proxy and redirect configuration file names.  https://review.openstack.org/22533119:10
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add note of support on Python mods for CentOS 7.  https://review.openstack.org/22409819:10
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add acceptance tests for puppet-httpd  https://review.openstack.org/22272119:10
clarkbfungi: AIUI they want us to host an isntance against our subunit2sql db and other inputs19:10
mordredwait: "webclient for visualizing test results of OpenStack CI jobs." - is this the third-party dashboard?19:10
fungimtreinish: glauco: oh! now i see i missed where it says "ci jobs"19:10
mtreinishfungi: this is the dashboard we've been talking about for a year, I was expecting us to deploy it on the community infrastructure19:10
mordredgotcha19:11
mordredthen yes - that seems like infra19:11
clarkbits the thing that will let us make postgres periodic and so on19:11
fungiglauco: yep, lgtm then, sorry for the unnecessary reasked questions19:11
mtreinishfungi: heh, yeah the readme probably needs a bunch of work19:11
glaucofungi: no problem at all19:11
mtreinishhasn't been high on the prio list19:11
fungii had completely forgotten that's what it was being called19:11
*** maiteb has joined #openstack-infra19:12
mtreinishfwiw, I wasn't a fan of the name, but I couldn't come up with a better suggestion19:12
clarkbmordred: I wonder if I can do something lime timeout (function)19:12
fungii need to submit a gertty patch to make it possible to keyword search in the diff interface19:12
clarkbmordred: fork all the things!19:12
clarkbI will test locally this time before pushing19:12
mordredclarkb: MOAR FORK19:12
pleia2ooh, nice to see the dashboard taking shape19:13
openstackgerritKomei Shimamura proposed openstack-infra/project-config: [WIP]Add the integration test configuration for Kafka driver of oslo_messaging  https://review.openstack.org/22748919:13
*** mquin_ is now known as mquin19:13
*** krtaylor has quit IRC19:15
anteayamordred: you asked is this the third party dashboard, the answer is no, this is not the third party dashboard19:15
*** maishsk has joined #openstack-infra19:15
*** hdd has quit IRC19:19
*** maishsk has quit IRC19:19
jeblairclarkb, mordred: fist benchmarkable test from ovh: this job https://jenkins01.openstack.org/job/gate-tempest-dsvm-neutron-full/12728/ took 92 minutes on hpcloud and took 87 minutes on ovh.19:20
*** bltavares has quit IRC19:20
*** maishsk has joined #openstack-infra19:21
openstackgerritMerged openstack-infra/project-config: Disable devstack tests for kilo for Congress  https://review.openstack.org/22746719:21
*** bltavares has joined #openstack-infra19:21
*** ccarrara_ has quit IRC19:21
jeblairclarkb, mordred: it seems like we might be in the ballpark :)19:21
*** glauco has quit IRC19:21
*** glauco___ has joined #openstack-infra19:21
anteayayay19:21
anteayaI love the ballpark19:21
*** otter768 has joined #openstack-infra19:22
asselinpuppet folks: when you update a value in heira, how does it get applied when puppet runs again? or is it not working for me b/c I'm doing masterles puppet?19:22
*** grantbow has quit IRC19:22
*** ParsectiX has quit IRC19:22
rcarrillocruzit's immediate, the master creates the catalog and sends the new value to agent19:22
rcarrillocruzat least, in my experience, changing a value, doing puppet agent --test19:23
mordredjeblair: woot!19:23
rcarrillocruzready to go19:23
asselinrcarrillocruz, hmm...so I guess for  masterless puppet I need a different way19:23
*** bdemers has joined #openstack-infra19:23
*** abregman has quit IRC19:24
*** Sukhdev has quit IRC19:24
*** grantbow has joined #openstack-infra19:24
*** grantbow has quit IRC19:24
*** grantbow has joined #openstack-infra19:24
rcarrillocruzare we masterless puppet yet? or you switched to it on openstackci ?19:24
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Timeout pre_test, gate, and post_test hooks  https://review.openstack.org/22747619:24
rcarrillocruzasselin: ^19:24
clarkbmordred: ^ I hate that and it probably needs someone with better bash to look at it19:24
clarkb(better bash than me)19:24
clarkbjeblair: thats good news19:24
asselinrcarrillocruz, I'm just trying it in my env19:24
*** dramalho has quit IRC19:24
*** glauco___ has quit IRC19:25
*** dramalho has joined #openstack-infra19:26
*** otter768 has quit IRC19:26
docaedoKrinkle: thanks for the undef tip :) https://review.openstack.org/#/c/226984/ passes now19:26
*** glauco has joined #openstack-infra19:27
*** ParsectiX has joined #openstack-infra19:27
*** krtaylor has joined #openstack-infra19:27
*** dramalho has quit IRC19:28
clarkbjeblair: and that time was with qemu not kvm, I bet it gets faster if we can use kvm instead19:28
*** dramalho has joined #openstack-infra19:29
jeblairclarkb: yeah, though we should consider whether we want to (inter-cloud differences and all)19:29
clarkbagreed19:29
*** zeih has joined #openstack-infra19:29
*** pc_m is now known as pc_m_AWAY19:30
*** nadya has joined #openstack-infra19:30
mordredasselin: nibalizer and I have a plan for heira with masterless puppet19:30
*** haypo has left #openstack-infra19:30
*** johnsom has joined #openstack-infra19:30
mordredasselin: tl;dr - you need the hiera values for a node to be in the heiradata dir on the node in question19:30
mordredthen puppet apply will find the19:30
mordredthem19:30
zaroyolanda: looks like that issue is fixed on Gerrit 2.11: https://gerrit-review.googlesource.com/#/q/message:%255Efix19:31
mordredasselin: for us, we're going to split them into files like ${::fqdn}.yaml - and then have ansible copy just a host's hiera things over19:31
*** hodos has joined #openstack-infra19:31
zaroyolanda: interestingly passing '%255E' on both chrome & FF but newer Gerrit is ok with it.19:32
*** ihrachys has quit IRC19:32
*** larainema has quit IRC19:32
*** larainema has joined #openstack-infra19:32
rcarrillocruzmordred: i addressed your concerns on https://review.openstack.org/#/c/211016/19:33
*** dramalho has quit IRC19:33
*** bnemec has quit IRC19:34
openstackgerritAndreas Jaeger proposed openstack-infra/release-tools: Rework translation-cleanup  https://review.openstack.org/22745419:34
yolandazaro, oh, 2.11, that's too far away... are there plans to move?19:34
*** MarkAtwood has quit IRC19:35
rcarrillocruzalso19:35
rcarrillocruzare we good to merge https://review.openstack.org/#/c/141016/19:36
zarowell since this only affects older gerrit and only on FF then probably a patch is not likely to happen for older versions of Gerrit.19:36
rcarrillocruzclarkb, jeblair ^19:36
*** woodster_ has joined #openstack-infra19:36
mordredrcarrillocruz, crinkle: does "creates =>" imply "onlyif => '! test -f '" ?19:36
*** dramalho has joined #openstack-infra19:36
zaroour next move might be to 2.10 or 2.11, not sure yet. we are still blocked on a diff timeout bug in latest gerrit19:37
rcarrillocruzthat's my understanding19:37
anteayazaro: did you get a reply from yesterday at all?19:37
* anteaya is hopeful19:37
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Fix proxy and redirect configuration file names.  https://review.openstack.org/22533119:38
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add note of support on Python mods for CentOS 7.  https://review.openstack.org/22409819:38
openstackgerritBruno Tavares proposed openstack-infra/puppet-httpd: Add acceptance tests for puppet-httpd  https://review.openstack.org/22272119:38
zaroanteaya: yes, but have not had time to look into yet.19:38
zaroyolanda: here's the issue, https://git.eclipse.org/r/#/c/56015/19:38
anteayazaro: yay for a reply19:38
AJaegerclarkb: what do you think of splitting up your patch so that we can merge the first half already and see that everything works?19:39
AJaegerclarkb: I mean the translation branch patch19:39
clarkbAJaeger: ya I was going to remove Horizon and put it in a follow up today19:39
clarkbAJaeger: I can do that really quickly19:40
*** grantbow has quit IRC19:42
*** glauco has quit IRC19:42
pleia2I think one of the openstack.org css files broke the prettiness of specs.openstack.org and our http://docs.openstack.org/infra/19:43
pleia2http://www.openstack.org/themes/openstack/css/main.css is what has the subsectionNav stuff that would tell our bullet point how to look19:43
anteayapleia2: I wondered what had happened there19:43
AJaegerpleia2: let me check...19:43
pleia2but I don't see the "subsectionNav last-right"19:43
*** grantbow has joined #openstack-infra19:43
pleia2maybe it was removed?19:43
openstackgerritClark Boylan proposed openstack-infra/project-config: Translate stable/liberty on DOA and Nova  https://review.openstack.org/22595419:43
openstackgerritClark Boylan proposed openstack-infra/project-config: Push translations to Horizon stable/liberty  https://review.openstack.org/22750719:43
clarkbAJaeger: pleia2 ^19:43
AJaegerpleia2, anteaya: My fault ;( I removed http://docs.openstack.org/common/css/main-landing.css.19:44
anteayapleia2: too bad there isn't a git repo we can check19:44
pleia2AJaeger: aha!19:44
anteayaAJaeger: ah okay19:44
anteayacan you but it back?19:44
AJaegerThat file was completely unused in openstack-manuals and I cleaned up.19:44
pleia2AJaeger: can we put it back? :)19:44
AJaegeranteaya: sure, give me a few minutes...19:44
pleia2thank you19:44
anteayaAJaeger: thanks19:44
anteayapleia2: thanks for mentioning it19:44
pleia2I noticed it the other day, train ride with spotty internet gave me a chance to dig ;)19:45
pleia2train ride also reminds me that I currently live in a desert19:45
*** matrohon has joined #openstack-infra19:46
anteayayay trains19:46
anteayahelpful for holding a thought19:46
crinklemordred: yes re creates/onlyif19:46
mordredcrinkle: thanks!19:47
anteayaAJaeger: I couldn't live with you, but if you were my neighbour I would be a frequent visitor of your daily yardsale19:47
rcarrillocruzhmm, you folks getting rpc failed errors when fetching from review.openstack.org ?19:47
mordredcrinkle: we should get stankevich/python to install pip properly :)19:47
crinklemordred: heh19:48
fungircarrillocruz: no, but i fetch from review.openstack.org very rarely. what are you fetching and from what sort of url?19:48
nibalizercan it do get-pip?19:48
nibalizeri agree with the direction19:48
rcarrillocruzhmm, i get that error fetching https19:48
AJaegeranteaya, pleia2 https://review.openstack.org/22751119:48
rcarrillocruzssh works ok19:48
AJaegeranteaya: I broke it so I know how to fix it ;)19:48
anteayaAJaeger: ha ha ha19:49
fungircarrillocruz: i assume you're talking about git fetch, right?19:49
anteayaAJaeger: I would never allow you into my house, just so we're clear19:49
rcarrillocruzfungi: i was running 'git fetch https://review.openstack.org/openstack-infra/infra-ansible refs/changes/45/217945/3 && git checkout FETCH_HEAD'19:49
fungircarrillocruz: ahh, you can actually replace "review" with "git" when doing that. i wonder if we can/should tweak the fetch urls in the webui to do that19:51
fungizaro: ^?19:51
fungihave an opinion on that?19:51
rcarrillocruzyeah, it's just i'm lazy and when i want to test out patchsets i just copy-paste what gerrit UI gives me19:51
rcarrillocruzfwiw, i've never had this problem before19:51
pleia2it would be nice if you could, I've seen a few instances where instructions tell people to find the clone url in gerrit19:51
rcarrillocruzand was getting the past hour either an rpc failed or network unreachable19:52
rcarrillocruzkind of odd19:52
pleia2but I don't know how tied that url is to all-the-things19:52
AJaegeranteaya, pleia2 : please reload and check whether the pageswork again, I manually uploaded while waiting for the review ;)19:52
fungircarrillocruz: it's working for me19:52
clarkbrcarrillocruz: are you ehind a proxy? can you test not from behind a prox?19:52
pleia2AJaeger: looks good, thank you19:52
*** zeih has quit IRC19:52
AJaegerpleia2: that allowed me to verify it's the only file I needed to add ;)19:52
rcarrillocruzno, at home, maybe some ISP thing. anyway, as gerrit was sad these days i thought it may be something up with upstream service, if you tell me is all good i'll look on my side19:53
anteayaAJaeger: refreshed, it looks so pretty19:53
fungircarrillocruz: i wouldn't rule out gerrit being sad, but i don't experience the same issue you're reporting at the moment19:53
rcarrillocruzyeah19:53
*** matrohon has quit IRC19:53
rcarrillocruzmurphy's law19:53
rcarrillocruz:(19:53
rcarrillocruzso19:53
rcarrillocruztimrc:19:53
rcarrillocruzyou around19:53
rcarrillocruz?19:53
anteayaAJaeger: specs.openstack.org looks good too19:54
*** ihrachys has joined #openstack-infra19:54
AJaegerso, now anybody to approve clarkb's translation patch for liberty: https://review.openstack.org/#/c/225954/, please?19:54
openstackgerritMerged openstack-infra/project-config: Add python-magnumclient to magnum func test  https://review.openstack.org/22737719:54
rcarrillocruzi'm looking at https://review.openstack.org/#/c/217945/3 . Thing is if you create a venv or ansible/contrib in the current folder, you get a dirty git repo19:54
rcarrillocruzi think a good compromise would be creating .infra-ansible and put stuff in there19:55
pleia2AJaeger: was just looking at it, done19:55
rcarrillocruzerm19:55
rcarrillocruz~/.infra-ansible19:55
*** matrohon has joined #openstack-infra19:55
*** tiswanso has left #openstack-infra19:55
clarkbrcarrillocruz: whats wrong with a dirty repo? if its really bothersome git ignore it19:55
rcarrillocruzyeah, you can do that too19:55
rcarrillocruzit's a matter of preference really19:56
clarkbrcarrillocruz: also I highly recommend a tool like tox for that19:56
rcarrillocruzwhatever is, either outside of git repo19:56
*** aeng has joined #openstack-infra19:56
clarkbit handles all of that stuff for you19:56
rcarrillocruzor git ignore it19:56
rcarrillocruzit's just i don't like 'untracked files' messages19:56
zaroyolanda: anyways, here it is to capture the problem.  add more info if you like: https://code.google.com/p/gerrit/issues/detail?id=358219:56
AJaegerthanks, pleia219:57
rcarrillocruzso clarkb now that i have your attention, care checking the nodepool api spec? :P19:57
*** ihrachys has quit IRC19:57
*** glauco has joined #openstack-infra19:57
clarkbrcarrillocruz: I am helping jeblair debug OVH right now19:57
rcarrillocruzoh19:57
rcarrillocruzovh?19:57
*** doug-fish has joined #openstack-infra19:58
rcarrillocruzit's cool we are adding moar cloud providers19:58
rcarrillocruzi hope it's not cos you're not happy with HP Cloud, lulz19:58
openstackgerritMerged openstack-infra/puppet-pip: Fix the puppet-pip module to install pip  https://review.openstack.org/21101619:58
*** dramalho has quit IRC19:59
*** sheeprine has quit IRC20:00
fungireed: you might be interested in providing some history in https://ask.openstack.org/question/82175 as to how we ended up with ask.openstack.org20:00
*** hdd has joined #openstack-infra20:00
*** yfried_ is now known as yfried|afk20:00
fungi(or you might not! but it seems like something i should point out to you, at least)20:01
*** weshay has quit IRC20:01
*** sheeprine has joined #openstack-infra20:02
*** glauco has quit IRC20:04
*** glauco_ has joined #openstack-infra20:06
greghaynesclarkb: they are still up (wheel mirror changes) - I gave up revasing them after a few months of waiting for a +2... but easy for someone to go and do that20:06
*** weshay_xchat has joined #openstack-infra20:06
*** hemnalunch is now known as hemna20:06
asselinmordred, nibalizer  so I have the hiera files there already. If I manually update them and run suppo puppet apply, it won't detect the changes, so won't update anything....20:07
asselins/suppo/sudo/20:07
*** weshay_xchat is now known as weshay20:08
*** sergmelikyan has joined #openstack-infra20:08
openstackgerritMerged openstack-infra/project-config: Translate stable/liberty on DOA and Nova  https://review.openstack.org/22595420:08
mordredasselin: that seems like a bug - I would expect that to work20:08
rcarrillocruzerm20:08
*** glauco__ has joined #openstack-infra20:08
rcarrillocruzyeah20:08
mordredasselin: are you sure that your hiera config is pointing to the files?20:08
*** mpopow has quit IRC20:08
rcarrillocruzif you do something like:20:08
*** mpopow has joined #openstack-infra20:09
rcarrillocruzhiera -c /etc/puppet/hiera.yaml lol_key environment=production20:09
rcarrillocruzdo you get anything back20:09
rcarrillocruz?20:09
rcarrillocruzthat providing you don't have your own envs and just ysing the default production environment20:09
*** glauco_ has quit IRC20:11
nibalizerasselin: what do you mean?20:12
nibalizerdoes hiera.yaml point to the correct location for your hiera files?20:12
openstackgerritAustin Clark proposed openstack-infra/subunit2sql: Add db migration to align column size to 255  https://review.openstack.org/20325120:13
* asselin is double-checking20:13
openstackgerritBruno Tavares proposed openstack-infra/puppet-jenkins: Add acceptance tests for puppet-jenkins.  https://review.openstack.org/22022820:13
rcarrillocruzthe command i pasted you above assures you can lookup keys from your hiera files20:14
asselinnibalizer, mordred rcarrillocruz here's what I'm doing from the begining: http://paste.openstack.org/show/473946/20:15
*** yfried|afk is now known as yfried_20:16
asselinactually I made another change and it works as expected.....20:17
*** rossella_s has quit IRC20:19
*** spzala has quit IRC20:19
AJaegeranteaya: do you know how many 3rd party CI systems we have roughly?20:19
anteayaAJaeger: not a clue20:19
*** bswartz has quit IRC20:19
*** rossella_s has joined #openstack-infra20:19
anteayalost count around 220+ about 6 months ago20:19
anteayasorry around 200+20:19
*** alaski_ is now known as alaski20:19
nibalizerasselin: so those are the instructions that do work or don't work?20:19
*** salv-orlando has joined #openstack-infra20:19
nibalizeryou can debug hiera without puppet20:19
nibalizerby using hiera -d "foo"20:20
nibalizerthat will look up the 'foo' key in hiera20:20
asselinAJaeger, here's a list of e-mail: https://review.openstack.org/#/admin/groups/270,members20:20
asselinnibalizer, sorry for the noise...its working now...not sure what I did differently20:20
nibalizerhah20:21
nibalizerok20:21
*** nadya has quit IRC20:21
*** Piet has quit IRC20:22
anteayaAJaeger: we don't have any way of tracking them anymore20:22
anteayaanyone can listen to the stream without reporting on patches20:22
*** salv-orlando has quit IRC20:22
anteayathey make their own accounts20:22
anteayathis list is opt-in: https://review.openstack.org/#/admin/groups/270,members20:23
AJaegerthanks, anteaya. This helps, I just want an order of magnitude. The list has 155 members20:23
anteayayup20:23
timrcrcarrillocruz, Hi.  Had to go grab my daughter from school.  What's up?20:23
anteayano idea how many of them don't opt into that list20:24
anteayaso we can safely say at least 155 ci systems20:24
*** bnemec has joined #openstack-infra20:24
*** wyatt22 has joined #openstack-infra20:27
AJaegeryep20:27
*** trown is now known as trown|outttypeww20:28
*** baoli has quit IRC20:28
*** notnownikki has quit IRC20:28
timrcpabelanger, Glad to hear of your progress with grafyaml, that's graftastic! *duck*20:29
*** sridhar_ram has joined #openstack-infra20:29
nibalizertimrc: booo20:29
rcarrillocruz:-)20:29
*** achanda has quit IRC20:30
*** rlandy has quit IRC20:30
timrcLooking forward to contributing my own dashboards.20:30
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Setup multinode interfaces on singlenode n-net  https://review.openstack.org/22754220:31
* AJaeger waves good-bye20:33
*** AJaeger has quit IRC20:33
*** nate1 has joined #openstack-infra20:33
*** gyee has joined #openstack-infra20:34
timrcpabelanger, Do we need grafjson to convert json dashboards into valid grafyaml?  I know that we obviously convert the yaml into json to load into grafana, but I find it useful to build dashboards using the UI and it'd be nice to export to JSON and convert to yaml.20:34
*** ok_delta has joined #openstack-infra20:34
pabelangertimrc: Yucca yucca yucca20:34
*** ok___delta has joined #openstack-infra20:34
pabelangertimrc: Intersting, I think we could go the other way. Would have to test it out20:35
*** salv-orlando has joined #openstack-infra20:35
*** salv-orlando has quit IRC20:35
pabelangerbut, python voluptuous should make it easier to do20:36
*** salv-orlando has joined #openstack-infra20:36
openstackgerritBruno Tavares proposed openstack-infra/puppet-zuul: Add acceptance tests for puppet-zuul  https://review.openstack.org/21773220:36
*** MarkAtwood has joined #openstack-infra20:38
*** maiteb has quit IRC20:40
*** wyatt22 has quit IRC20:43
*** nate1 has quit IRC20:43
openstackgerritBruno Tavares proposed openstack-infra/puppet-lodgeit: Add acceptance tests for puppet-lodgeit.  https://review.openstack.org/22527920:47
clarkbmriedem: are live block migration test fails something you are intestered in https://jenkins05.openstack.org/job/gate-tempest-dsvm-multinode-full/1142/consoleFull20:47
*** Piet has joined #openstack-infra20:47
mriedemoy20:48
mriedemprobably20:48
mriedemgonna need the n-cpu logs though probably20:49
mriedemclarkb: ah http://logs.openstack.org/76/227476/2/check/gate-tempest-dsvm-multinode-full/5072388//logs/screen-n-cpu.txt.gz?level=TRACE20:51
mriedem"Live Migration failure: Error while building firewall: Some rules could not be created for interface vnet1: Failure to execute command '$EBT -t nat -A libvirt-P-vnet1  -p 0x0800 -j P-vnet1-ipv4' : 'Illegal target name 'P-vnet1-ipv4'.'."20:51
mriedemwhat did you do?!20:51
*** jgriffith has quit IRC20:51
*** rfolco has quit IRC20:52
tonybzaro: If you're still worried send me and tristanC and email and we'll get to the bottom of it.  time's running out for the PTL elections.20:53
clarkbmriedem I didnt do anything that should affect that20:54
clarkbmriedem that change just wraps the devstack hooks in timeouts20:54
mriedemchecking logstash20:54
*** jgriffith has joined #openstack-infra20:55
*** ParsectiX has quit IRC20:55
mriedemclarkb: logstash only shows that failure on your change20:55
*** ParsectiX has joined #openstack-infra20:56
clarkbcool20:56
clarkbbut nova should be completely detached from any timeouts20:56
openstackgerritAustin Clark proposed openstack-infra/subunit2sql: Add db migration to align column size to 255  https://review.openstack.org/20325120:57
*** rfolco has joined #openstack-infra20:57
*** thinrichs has joined #openstack-infra20:58
docaedoIf anyone familiar with puppet could take a quick look at https://review.openstack.org/#/c/226984/ and +1 (or give feedback), I think it's good to go but want other eyes before I ask fungi to take care of the cert creation - thanks!20:59
*** SumitNaiksatam has quit IRC20:59
*** alivigni has quit IRC20:59
*** SumitNaiksatam has joined #openstack-infra20:59
*** jgriffith has quit IRC21:00
clarkbmriedem I can recheck to see if it is consistent21:00
openstackgerritSridhar Ramaswamy proposed openstack-infra/project-config: Fix tacker gate job to enable neutron  https://review.openstack.org/22755321:00
*** mtanino has quit IRC21:01
*** hemna is now known as hemnafk21:01
fungitonyb: i think zaro was satisfied with the answer that the repos he's contributed to for the past year didn't have any contested nominees21:01
*** edmondsw has quit IRC21:02
*** rfolco has quit IRC21:03
openstackgerritPaul Belanger proposed openstack-infra/grafyaml: Add a slug to better track dashboards  https://review.openstack.org/22604721:04
*** achanda has joined #openstack-infra21:05
openstackgerritPaul Belanger proposed openstack-infra/grafyaml: Add a slug to better track dashboards  https://review.openstack.org/22604721:05
*** abregman has joined #openstack-infra21:05
*** dramalho has joined #openstack-infra21:06
tonybfungi: that's how I read the scroolback too but figured it's better to be safe ...21:06
*** yamahata has quit IRC21:06
pabelangertimrc: ^ give that a review, we'll have to add more coverage for slug generation, but for not I am happy with that to start.21:06
timrcpabelanger, Sure thing.21:06
pabelangerwill have to rebase the other patches atop of that21:06
*** thorst has quit IRC21:07
pabelangerlikely later tonight21:07
*** dramalho has quit IRC21:07
pabelangercalling it for now, family time21:07
*** spzala has joined #openstack-infra21:07
*** hrou has quit IRC21:07
*** aysyd has quit IRC21:07
*** thinrichs has left #openstack-infra21:08
*** erikwilson has quit IRC21:08
*** bcourt has quit IRC21:08
*** erikwilson has joined #openstack-infra21:09
*** achanda has quit IRC21:09
*** mtanino has joined #openstack-infra21:11
*** matrohon has quit IRC21:12
*** erikwilson has quit IRC21:13
*** hdd has quit IRC21:15
*** weshay has quit IRC21:16
*** hashar has quit IRC21:16
*** shardy has quit IRC21:16
openstackgerritAustin Clark proposed openstack-infra/subunit2sql: Add db migration to align column size to 255  https://review.openstack.org/20325121:16
*** ldnunes has quit IRC21:17
*** ParsectiX has quit IRC21:17
*** ParsectiX has joined #openstack-infra21:18
*** jgriffith has joined #openstack-infra21:21
*** derekh has joined #openstack-infra21:21
*** burgerk has quit IRC21:21
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Setup multinode interfaces on singlenode n-net  https://review.openstack.org/22754221:22
*** otter768 has joined #openstack-infra21:22
*** ParsectiX has quit IRC21:22
*** ok_delta has quit IRC21:23
*** ok___delta has quit IRC21:23
*** yfried_ is now known as yfried|afk21:26
*** eharney has quit IRC21:26
*** erikwilson has joined #openstack-infra21:27
*** pc_m_AWAY is now known as pc_m21:27
*** erikwilson has quit IRC21:27
*** otter768 has quit IRC21:27
*** dims__ has quit IRC21:29
*** ayoung has quit IRC21:30
*** cbader has quit IRC21:30
*** gondoi is now known as zz_gondoi21:31
fungineed to run out to dinner, back for more excitement in a while21:32
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove puppet-glance cherry-pick  https://review.openstack.org/22210721:33
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Fix cherry-pick syntax  https://review.openstack.org/22534221:33
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Better repo manipulation tools  https://review.openstack.org/22756321:33
*** ivar-laz_ has joined #openstack-infra21:36
*** doug-fis_ has joined #openstack-infra21:37
*** changbl has quit IRC21:37
*** armax_ has joined #openstack-infra21:37
*** changbl has joined #openstack-infra21:39
*** Sukhdev has joined #openstack-infra21:39
*** ivar-lazzaro has quit IRC21:40
*** armax has quit IRC21:40
*** armax_ is now known as armax21:40
*** doug-fish has quit IRC21:40
*** marzif has quit IRC21:40
*** iraw- has quit IRC21:41
*** iraw- has joined #openstack-infra21:42
*** derekh has quit IRC21:43
*** abregman is now known as abregman|afk21:43
*** ccarrara has joined #openstack-infra21:43
zarotimrc: you might want to bug clarkb if you want to get that gearman-plugin change approved :)21:44
*** MarkAtwood has quit IRC21:46
*** yfried|afk is now known as yfried_21:46
*** sergmelikyan has quit IRC21:47
*** kgiusti has left #openstack-infra21:48
openstackgerritJoshua Harlow proposed openstack-dev/pbr: Escape some of the changelog RST messages (WIP)  https://review.openstack.org/22756621:50
openstackgerritJoshua Harlow proposed openstack-dev/pbr: Escape some of the changelog RST messages (WIP)  https://review.openstack.org/22756621:50
*** pc_m has quit IRC21:50
*** SumitNaiksatam has quit IRC21:51
*** jlvillal has quit IRC21:51
*** dims_ has joined #openstack-infra21:52
*** regXboi has quit IRC21:52
*** mriedem has quit IRC21:53
*** tonytan4ever has quit IRC21:54
openstackgerritBruno Tavares proposed openstack-infra/puppet-gerrit: Setup preconditions for acceptance tests.  https://review.openstack.org/21940021:55
openstackgerritBruno Tavares proposed openstack-infra/puppet-gerrit: Move test assertions closer to apply.  https://review.openstack.org/22757121:55
*** e0ne has joined #openstack-infra21:56
*** yfried_ is now known as yfried|afk21:56
*** jlvillal has joined #openstack-infra21:57
*** abregman|afk has quit IRC21:59
*** doug-fis_ has quit IRC22:00
*** changbl has quit IRC22:00
openstackgerritMerged openstack-dev/cookiecutter: Update pbr constraint for new projects.  https://review.openstack.org/22747422:01
*** dzamboni has quit IRC22:02
*** changbl has joined #openstack-infra22:04
*** achanda has joined #openstack-infra22:06
openstackgerritAustin Clark proposed openstack-infra/subunit2sql: Add db migration to align column size to 255  https://review.openstack.org/20325122:06
openstackgerritBruno Tavares proposed openstack-infra/puppet-diskimage_builder: Add acceptance tests for puppet-diskimage_builder.  https://review.openstack.org/22026222:09
*** dkranz has quit IRC22:10
*** doug-fish has joined #openstack-infra22:10
*** ivar-lazzaro has joined #openstack-infra22:11
*** ayoung has joined #openstack-infra22:11
timrczaro, Cool.. I mentioned it to jeblair but I'll also ping clarkb :)22:12
*** wenlock has quit IRC22:12
*** ivar-laz_ has quit IRC22:13
openstackgerritVictoria Martinez de la Cruz proposed openstack-infra/system-config: Add #openstack-opw to the list of eavesdrop channels  https://review.openstack.org/22757322:16
*** megm has quit IRC22:16
*** e0ne has quit IRC22:17
*** ccarrara has quit IRC22:19
*** fitoduarte has joined #openstack-infra22:19
*** megm has joined #openstack-infra22:19
*** leseb_ has quit IRC22:19
*** hrou has joined #openstack-infra22:19
openstackgerritBruno Tavares proposed openstack-infra/puppet-graphite: Add acceptance tests for puppet-graphite.  https://review.openstack.org/22425222:20
*** Guest88 has joined #openstack-infra22:21
*** dahoo has joined #openstack-infra22:21
*** dahoo is now known as jerryz22:21
*** hemnafk is now known as hemna22:22
*** gordc has quit IRC22:22
*** bcourt has joined #openstack-infra22:22
EmilienMclarkb: have you already seen http://logs.openstack.org/30/226830/22/check/gate-puppet-nova-puppet-unit-3.3-dsvm-centos7/8ea570e/console.html#_2015-09-24_21_40_47_206 ?22:22
EmilienMthe command looks find though http://logs.openstack.org/30/226830/22/check/gate-puppet-nova-puppet-unit-3.3-dsvm-centos7/8ea570e/console.html#_2015-09-24_21_40_46_85822:23
openstackgerritVictoria Martinez de la Cruz proposed openstack-infra/system-config: Add further instructions on how to enable logging in a channel  https://review.openstack.org/22757722:24
*** mpopow has quit IRC22:24
*** ivar-lazzaro has quit IRC22:24
*** Guest88 has left #openstack-infra22:25
*** ivar-lazzaro has joined #openstack-infra22:25
clarkbEmilienM: I think you have funn quoting, look at what it is sending through to git clone22:26
*** Guest88 has joined #openstack-infra22:27
*** leseb_ has joined #openstack-infra22:27
clarkbEmilienM: make sure that the way you are passing argv into zuul-cloner is correct22:27
EmilienMclarkb: https://review.openstack.org/#/c/226830/22:27
EmilienMhttps://review.openstack.org/#/c/226830/22/Rakefile,cm22:27
clarkbEmilienM: I do not know how sh() works22:27
*** ivar-lazzaro has quit IRC22:27
EmilienMoh22:27
EmilienMI might have an idea22:27
EmilienMI need to '' each argument22:27
EmilienMand not '--something bla'22:27
*** jhesketh has quit IRC22:28
*** ivar-lazzaro has joined #openstack-infra22:28
SpamapSmordred: I may take over on shade's heat support22:29
*** jhesketh has joined #openstack-infra22:29
SpamapSmordred: it's just weird, but it's weird for good reasons.22:30
clarkbSpamapS: so that you can ansible -> shade -> heat because layered cakes are awesome22:30
*** stevemar has quit IRC22:30
SpamapSHow else are you going to drive Puppet?22:30
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db migration to align column size to 255  https://review.openstack.org/20325122:30
openstackgerritBruno Tavares proposed openstack-infra/puppet-logstash: Add acceptance tests for puppet-logstash.  https://review.openstack.org/22485822:30
jheskethMorning22:31
jeblairclarkb: i think the standard is 7 layers, no?22:31
clarkbjeblair: depends on whether or not you deal with the 8th layer22:32
anteayamorning jhesketh22:32
* jhesketh just got off a 17hr flight and still has more travel to do22:33
jeblairclarkb: too messy22:33
jheskethI feel like this nodepool stuff I wrote is utter junk and I should just start again next week when I'm not so sleepy22:33
SpamapSthe 8th layer is actually just an abstraction and gets no name22:33
openstackgerritJoshua Harlow proposed openstack-infra/project-config: Use 'python-jobs' in oslo.rootwrap and ensure docs are built/checked  https://review.openstack.org/22757822:34
clarkbjhesketh planes can fly that long?22:34
jeblairjhesketh: you should -1 it with that22:34
jeblairclarkb: australian arlines regularly perform mid-air refueling22:34
jheskethclarkb: it's the world's longest non-stop leg. Dallas to Sydney (technically 16hrs, 50min, but I'm sure I was on the plane much longer)22:35
jheskethjeblair: heh :-)22:35
jeblairjhesketh: i'm pretty sure that's not the only superlative for that flight -- also "worlds worst" and "most avoided" and maybe "most regretted" :)22:36
jheskethhah, it's the first time I've done it, and it actually wasn't terrible surprisingly enough. Mostly because I normally only get to sleep towards the end of a flight and then get woken by the breakfast service. The extra time let me actually get some sleep22:37
clarkbthat is amazing22:37
jheskethnot sure if I'd choose to do it if I had a choice... then again the alternatives usually involve LAX22:38
jeblairjhesketh: are you familiar with "stockholm syndrome"? :)22:38
anteayajhesketh: I hope you are doing well22:38
jheskethisn't that how I got into infra?22:38
jheskethanteaya: I'm coffee'd up, so I think so :-)22:38
jeblairtouche22:38
*** ivar-lazzaro has quit IRC22:38
anteayayay coffee22:39
*** ivar-lazzaro has joined #openstack-infra22:39
*** sghanekar has joined #openstack-infra22:41
jeblairtimrc: lgtm22:41
SpamapSI've done 15 hours, JFK to Johannesburg.22:41
*** asettle has joined #openstack-infra22:41
*** ivar-laz_ has joined #openstack-infra22:42
openstackgerritBruno Tavares proposed openstack-infra/puppet-elasticsearch: Add acceptance tests for puppet-elasticsearch.  https://review.openstack.org/22430122:42
openstackgerritBruno Tavares proposed openstack-infra/puppet-ansible: Move test assertions closer to apply.  https://review.openstack.org/22757922:42
taron14 hours midway to narita, never again22:43
SpamapShttps://en.wikipedia.org/wiki/Non-stop_flight ... that's the 18th longest flight22:43
anteayataron: I'm doing that flight22:43
SpamapS(NYC<->Johannesburg)22:43
anteayaafter toronto to chicago22:43
*** ivar-lazzaro has quit IRC22:43
taronanteaya: oof, have fun with that22:44
anteayait will be fine22:45
timrcjeblair, This one will probably require some of jeblair-scrutiny as well - https://review.openstack.org/#/c/202867/ - It's the zuul change that makes use of the info.  Once we can use this info in zuul, I plan to instrument other metrics as well.22:45
mtreinishsdague and I both did 16hrs from jfk -> hkg22:45
anteayaI've done dallas to sydney as well22:45
sghanekarhello I am trying to setup nodepool for running the Openstack Jenkins CI. Is there a step-by-step documentation for doing this?22:45
timrcjeblair, Oh, and thanks!  Your +2 is very much appreciated on the gearman-plugin.22:45
taronthey're definitely easier when you can get to sleep, but I don't seem to have acquired that ability yet despite flying back and forth across the US all the time22:45
SpamapSInteresting, there were longer flights, but I guess they made no sense.22:46
Clinti can't sleep even with drugs22:46
*** ivar-laz_ has quit IRC22:46
anteayaI don't tend to be able to sleep on planes22:46
asselinsghanekar, I have a sample here: https://github.com/rasselin/os-ext-testing-data22:46
mtreinishSpamapS: I always wanted to try: https://en.wikipedia.org/wiki/Singapore_Airlines_Flight_21 but I lost my chance22:46
taronthe thing that got me, can't remember if midway->narita or kansai->sfo, was that not only could I not sleep but they didn't feed us because they were trying to simulate night to make the jet lag easier. so I just landed and was hungry and still thoroughly jetlagged22:48
Clintmissing out on EWR seems like a feature22:48
asselinsghanekar, not sure if that's what you're looking for though22:48
mtreinishClint: heh, well there is that aspect22:48
* taron has carried food on planes religiously since then22:48
*** austin811 has left #openstack-infra22:48
anteayataron: ah didn't know they don't feed you22:49
anteayaI rely on that22:49
anteayaI will take food thanks22:49
taronanteaya: yeah, it may have been the other direction but good to have it on hand anyway22:49
sghanekarthanks asselin, I will check this. I had found this one of yours https://github.com/rasselin/os-ext-testing22:49
jheskethso if it's a competition, Hobart -> Edinburgh (economy). Route was HBA->SYD (1:50), SYD->LHR (24:00, 1 stop in Hong Kong), LHR->EDI (1:30)22:49
jheskeththen return22:49
asselinI took a directly flight from ewr to hong kong once in a windowless window seat sitting next to a chain-smoker who had to survive such a long flight22:49
Clintsounds like you should have taken cathay instead22:50
*** camunoz_gone is now known as camunoz22:50
anteayaasselin: blah22:51
asselinmtreinish, "The airline has installed special lockers on the aircraft to store the corpses of any passengers that die en route, since the flight's routing over the Pacific Ocean and North Pole means that there are few if any possible unscheduled stops."22:52
openstackgerritColleen Murphy proposed openstack-infra/system-config: Make apply test more configurable  https://review.openstack.org/22660522:52
mtreinishasselin: heh, yeah I caught that too22:52
anteayaasselin: nice22:53
anteayamissed that22:53
jheskethasselin: ouch22:53
*** zns has quit IRC22:54
*** jgriffith has quit IRC22:55
*** jgriffith has joined #openstack-infra22:55
*** bswartz has joined #openstack-infra22:55
*** hdd has joined #openstack-infra22:57
*** Guest88 has quit IRC22:57
*** jgriffith has quit IRC22:57
*** yamamoto has joined #openstack-infra22:57
*** armax has quit IRC22:59
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Better repo manipulation tools  https://review.openstack.org/22756322:59
*** jgriffith has joined #openstack-infra23:00
*** zns has joined #openstack-infra23:00
openstackgerritBruno Tavares proposed openstack-infra/puppet-ansible: Move test assertions closer to apply.  https://review.openstack.org/22757923:01
openstackgerritMerged openstack-infra/subunit2sql: Add db api method to get time series of runs by key value metadata  https://review.openstack.org/22386023:03
openstackgerritMerged openstack-infra/subunit2sql: Add migration to fix wrong column name in test_metadata  https://review.openstack.org/22636323:03
*** markvoelker_ has quit IRC23:04
*** dims_ has quit IRC23:05
anteayajhesketh: yeah hobart to edinburgh sounds rough23:06
openstackgerritMerged openstack-infra/subunit2sql: Add db api methods to get keys from metadata tables  https://review.openstack.org/22616223:07
*** ayoung has quit IRC23:07
*** ivar-lazzaro has joined #openstack-infra23:08
*** Sukhdev has quit IRC23:09
*** ivar-lazzaro has quit IRC23:10
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Better repo manipulation tools  https://review.openstack.org/22756323:11
*** yamamoto has quit IRC23:11
*** ivar-lazzaro has joined #openstack-infra23:11
*** jpeeler has quit IRC23:16
*** cloudtra_ has quit IRC23:18
asselingreghaynes, still running into this....http://paste.openstack.org/show/473963/23:21
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: WIP: Add documentation for common-ci setup  https://review.openstack.org/22758423:22
*** bkrdkl has joined #openstack-infra23:22
*** otter768 has joined #openstack-infra23:23
*** dimtruck is now known as zz_dimtruck23:25
*** dingyichen has joined #openstack-infra23:26
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db api method to get test_run dicts for runs by key value  https://review.openstack.org/22687023:26
*** ashleighfarnham has quit IRC23:28
*** otter768 has quit IRC23:28
*** ddieterly has quit IRC23:30
*** stevemar has joined #openstack-infra23:31
openstackgerritJoshua Harlow proposed openstack-infra/project-config: Add pycadf to #openstack-oslo channel  https://review.openstack.org/22758623:32
*** ildikov has quit IRC23:32
*** stevemar has quit IRC23:33
*** bkrdkl has left #openstack-infra23:34
thiagopSergeyLukjanov: Thanks for approving the python-oneviewclient patch. Would you please add me to the release group when the patch lands?23:35
openstackgerritMerged openstack-infra/project-config: Add release group for python-oneviewclient  https://review.openstack.org/22591723:36
*** fitoduarte has quit IRC23:38
openstackgerritMerged openstack-infra/project-config: Add python3 jobs to ceilometer-powervm  https://review.openstack.org/22597723:38
openstackgerritMerged openstack-infra/project-config: Make gate-barbican-python34 voting, add gate job  https://review.openstack.org/22620223:38
openstackgerritMerged openstack-infra/project-config: Neutronclient: Move functional tests to check queue  https://review.openstack.org/22723223:39
openstackgerritMerged openstack-infra/project-config: Add Python3 jobs for networking-sfc repo  https://review.openstack.org/22744523:40
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Setup multinode interfaces on singlenode n-net  https://review.openstack.org/22754223:40
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db api method to get test_run dicts for runs by key value  https://review.openstack.org/22687023:42
*** lawrancejing has joined #openstack-infra23:43
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Setup multinode interfaces on singlenode n-net  https://review.openstack.org/22754223:43
greghaynesasselin: on PTO this week, but that just looks like your sources.list is bong23:44
asselingreghaynes, thanks...not sure where the failure's coming from. This is a new VM.23:44
greghaynesasselin: export break=after-error and inspect it23:45
asselinok23:45
*** davideagnello has quit IRC23:46
sridhar_raminfra-team: can someone look into this gate job fix for tacker ? https://review.openstack.org/227553 .. it feels I'm almost there w/ the first functional gate job for this project.23:46
openstackgerritBruno Tavares proposed openstack-infra/puppet-cgit: Move test assertions closer to apply.  https://review.openstack.org/22759623:46
*** sflanigan has joined #openstack-infra23:49
*** sflanigan has joined #openstack-infra23:49
*** ildikov has joined #openstack-infra23:49
*** ZZelle_ has quit IRC23:49
openstackgerritMerged openstack-infra/subunit2sql: Add db api method to get test_run dicts for runs by key value  https://review.openstack.org/22687023:49
*** bltavares has quit IRC23:51
*** hrubi has quit IRC23:55
*** nzeer has quit IRC23:55
*** sarob has quit IRC23:55
*** hrubi has joined #openstack-infra23:55
openstackgerritPaul Belanger proposed openstack-infra/grafyaml: Add a slug to better track dashboards  https://review.openstack.org/22604723:55
*** xgerman has quit IRC23:55
*** ayoung has joined #openstack-infra23:55
*** jamielennox|away is now known as jamielennox23:56
*** mjb has quit IRC23:56
*** ryanpetrello has quit IRC23:56
*** trey has quit IRC23:56
*** jaypipes has quit IRC23:56
*** harlowja has quit IRC23:56
openstackgerritKen'ichi Ohmichi proposed openstack/requirements: Bump minimum tempest-lib version  https://review.openstack.org/22759923:56
*** abitha has quit IRC23:56
*** vmbrasseur has quit IRC23:56
*** rm_work has quit IRC23:56
*** jvrbanac has quit IRC23:56
*** r-daneel has quit IRC23:57
*** amuller has quit IRC23:57
*** freyes has quit IRC23:57
*** darrenc has quit IRC23:57
*** gus has quit IRC23:57
*** legoktm has quit IRC23:57
*** davidlenwell has quit IRC23:57
*** sdague has quit IRC23:57
*** fdegir has quit IRC23:57
*** edwarnicke has quit IRC23:57
*** zxiiro has quit IRC23:57
*** dguitarbite has quit IRC23:57
*** harlowja has joined #openstack-infra23:57
*** darrenc_ has joined #openstack-infra23:57
*** geoffarnold has quit IRC23:57
*** xyang1 has quit IRC23:57
*** amuller has joined #openstack-infra23:57
*** legoktm has joined #openstack-infra23:58
*** darrenc_ is now known as darrenc23:58
*** jvrbanac has joined #openstack-infra23:58
*** davidlenwell has joined #openstack-infra23:58
*** legoktm is now known as Guest1889523:58
*** dguitarbite has joined #openstack-infra23:58
*** ryanpetrello has joined #openstack-infra23:58
*** thingee has quit IRC23:59
*** gus has joined #openstack-infra23:59
*** r-daneel has joined #openstack-infra23:59
*** zxiiro has joined #openstack-infra23:59
*** vmbrasseur has joined #openstack-infra23:59
*** trey has joined #openstack-infra23:59
*** freyes has joined #openstack-infra23:59
*** fdegir has joined #openstack-infra23:59
*** rm_work has joined #openstack-infra23:59
*** nzeer has joined #openstack-infra23:59
*** sdague has joined #openstack-infra23:59

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