Wednesday, 2014-10-01

sdagueclarkb: no, patch #2 in my series00:00
*** boden has quit IRC00:00
*** boden has joined #openstack-infra00:00
sdagueso the discussion with jhesketh this morning lead to the realization that we know how individual changeset status should come back00:00
sdaguebut the filter bit is confusing00:00
sdaguebecause, do you want the entire gate structure that doesn't include any changes you asked for?00:01
*** boden has quit IRC00:01
sdagueand I think that's hard to figure out without a use case00:01
sdagueso it's patch set #200:01
sdaguesorry, patch #200:01
clarkbsdague: so you undid the jeblair suggestion?00:01
*** JayJ has quit IRC00:01
sdagueno, I put it in a 2nd patch00:01
*** ivar-lazzaro has quit IRC00:01
clarkbbut its not there in the current patch.00:02
sdaguehttps://review.openstack.org/#/c/125002/00:02
clarkboh I see you mean second change00:02
*** boden has joined #openstack-infra00:02
*** otherwiseguy has quit IRC00:02
*** JayJ has joined #openstack-infra00:02
*** achanda has quit IRC00:02
*** ivar-laz_ has quit IRC00:02
*** boden has quit IRC00:02
* clarkb groks00:03
*** boden has joined #openstack-infra00:03
*** atiwari has quit IRC00:03
openstackgerritSean Dague proposed a change to openstack-infra/config: refactor of hideci for readability and modularity  https://review.openstack.org/12463200:03
sdaguejhesketh: there we go00:03
*** boden has quit IRC00:03
*** boden has joined #openstack-infra00:04
*** gokrokve has quit IRC00:04
jheskethsdague: did you see my reply to ps3?00:04
*** boden has quit IRC00:04
*** gokrokve has joined #openstack-infra00:04
sdaguewhich ps3?00:04
sdagueurl me :)00:04
*** boden has joined #openstack-infra00:05
clarkbsdague: jhesketh: and the reason for using a parameter vs path for project name is?00:05
*** boden has quit IRC00:05
clarkbsdague: jhesketh: seems like the way you get a project and change should be the same?00:05
*** boden has joined #openstack-infra00:05
clarkb/status/project/openstack/nova vs /status?project=openstack/nova00:05
jheskethsdague: comment on patchset3 on 12463200:05
clarkband /status/change/1234,1 vs /status?change=1234,100:06
*** boden has quit IRC00:06
*** wenlock has quit IRC00:06
*** boden has joined #openstack-infra00:06
anteayaclarkb: did you want me to review those things tonight, or can it wait until tomorrow00:07
anteayaclarkb: was about to have dinner and move into relax mode00:07
*** boden has quit IRC00:07
clarkbanteaya: tomorrow is fine. this won't affect my ability to dib with nodepool00:07
anteayaclarkb: k, thanks00:07
*** boden has joined #openstack-infra00:07
clarkbanteaya: have a god one00:07
clarkb*good00:07
anteayathanks, hoping god is around as well :D00:07
anteayayou too00:08
*** baoli has joined #openstack-infra00:08
*** boden has quit IRC00:08
*** boden has joined #openstack-infra00:08
*** boden has quit IRC00:09
*** gokrokve has quit IRC00:09
*** ChuckC has quit IRC00:09
*** boden has joined #openstack-infra00:09
*** boden has quit IRC00:10
*** boden_ has joined #openstack-infra00:10
*** boden has joined #openstack-infra00:11
*** boden_ has quit IRC00:11
openstackgerritSean Dague proposed a change to openstack-infra/config: refactor of hideci for readability and modularity  https://review.openstack.org/12463200:12
*** boden has quit IRC00:12
sdaguejhesketh: good catch00:12
*** boden_ has joined #openstack-infra00:12
*** sarob is now known as sarob_away00:12
*** dimtruck is now known as zz_dimtruck00:12
*** boden_ has quit IRC00:12
*** stevemar has joined #openstack-infra00:12
sdagueclarkb: yeh, I'll admit I'm more of a path info person for stuff like this, as it's more REST like00:12
sdaguehere is a thing, it's at this url00:12
*** boden has joined #openstack-infra00:13
clarkbsdague: ya I think I am fine either way as long as it is consistent00:13
clarkband the mixing there seems inconsistent to me00:13
sdaguebut I honestly think filters are different00:13
sdaguebecause a filter isn't a thing00:13
*** boden has quit IRC00:13
clarkbthey are both filters though00:13
clarkbone on the project axis and the other on the change axis00:13
*** boden has joined #openstack-infra00:13
sdagueso I actually don't think of change on as a thing00:14
*** dims has joined #openstack-infra00:14
sdaguesorry, as a filter00:14
sdaguefor the same reason we do /v2/servers/uuid00:14
*** boden has quit IRC00:14
sdagueyou could do /v2/servers?id=uuid00:14
sdaguebut we don00:14
sdague't00:14
*** boden has joined #openstack-infra00:14
clarkbso a change is a thing but a project isn't?00:15
*** boden has quit IRC00:15
*** sarob_away is now known as sarob00:15
sdagueyeh, a project is a container00:15
clarkbI don't spend my time designing REST apis so I am happy to defer to those that do :) just trying to wrap my head around the reasons here00:15
*** boden has joined #openstack-infra00:15
sdaguehonestly, there is a bunch of art in here, and no hard fast rules00:15
sdaguebut my preference is pathinfo00:15
*** boden has quit IRC00:16
*** rfolco has quit IRC00:16
*** boden has joined #openstack-infra00:16
*** rfolco has joined #openstack-infra00:16
sdagueand, honestly, my preference is that the filters stuff actually waits to land until there is a consumer user case00:16
*** _buzz has joined #openstack-infra00:17
*** boden has quit IRC00:17
sdaguebecause I think it's actually kind of premature to do the filters, which is why I split it off, because it's not clear who would consume it, and what they'd want the datastructure to be00:17
clarkbsdague: as a consumer of api's I don't like it when silly abstractons get in the way of reusabiulity and consistency00:17
clarkbsdague: the github api makes me rage because of this00:17
*** boden has joined #openstack-infra00:17
*** boden_ has joined #openstack-infra00:18
*** boden has quit IRC00:18
clarkba pull request is an issue with special filters and so on. if we either made them the same or modeled them the same I could use the same code t oget at both00:18
clarkbinstead you have to specail case stuff and cry00:18
sdagueok. so I'm not sure where that leaves us00:19
*** boden_ has quit IRC00:19
*** boden has joined #openstack-infra00:19
clarkbsdague: personally I want to see change and project implemented the same way00:19
clarkbfor the reason above00:19
sdaguebecause all I care about in the near term is ps100:19
*** dims has quit IRC00:19
*** boden has quit IRC00:19
sdagueand I feel like we are arguing about ps2, which I actually think should be WIP until there is a user00:19
*** boden has joined #openstack-infra00:20
clarkbwe are arguing change 2 :P00:20
sdaguesorry, that's what I meant00:20
*** boden has quit IRC00:20
clarkbsdague: except they are realated because jeblair indicated he wanted the code behavior in change 2 in change 100:20
sdagueyeh00:20
*** boden has joined #openstack-infra00:20
sdagueand ... honestly ... I don't know why00:20
clarkbsdague: I read that as jeblair prefers /status?change=1234,100:21
clarkband wants /status?project=foo too00:21
jheskethsdague: did you find my comment on patchset 3 of the js refactor?00:21
*** boden has quit IRC00:21
sdaguejhesketh: apparently not...00:21
sdaguesorry too many execution threads00:21
clarkbyou need more processors00:21
jheskethclarkb: the project is a filter applied to the status page, which is why I have an issue with not returning the json in the same datastructure00:21
*** boden has joined #openstack-infra00:21
clarkbjhesketh: gotcha, whereas /status/project/openstack/foo wouldn't be the same sort of thing and could come back in a different format00:22
*** boden has quit IRC00:22
*** boden has joined #openstack-infra00:22
sdagueso as far as I could tell, jeblairs big concern is jhesketh had been hacking on this for 6 months and had other code00:22
clarkbok I may be grasping how and why you might chose one over the other here00:22
jheskethclarkb: correct00:22
sdaguebut we're actually hacking on the same problem00:23
*** boden has quit IRC00:23
sdaguewhich is displaying zuul status in gerrit changes00:23
sdaguewhich only needs ps100:23
sdaguechange 1200:23
sdaguechange 100:23
*** boden has joined #openstack-infra00:23
*** boden has quit IRC00:24
*** boden has joined #openstack-infra00:24
clarkbya. I prefer how change 1 is implemented to the query filter suggestion now00:24
*** boden has quit IRC00:24
clarkbbecause it flattens the json so not really a filter00:25
sdagueok00:25
*** boden has joined #openstack-infra00:25
sdagueso that would be a good semantic distinction00:25
sdaguekeeping the structure... is going to be interesting00:25
sdaguebut, that can be left as an exercise for jhesketh :)00:26
*** boden has quit IRC00:26
*** boden has joined #openstack-infra00:26
jheskethsdague: well I feel like my original change already did that.. but it's also not something we need so maybe we just ignore it until we have a usecase and can better determine what to do00:26
*** boden has quit IRC00:26
sdaguejhesketh: yeh, I'd agree00:26
*** boden has joined #openstack-infra00:27
sdagueI feel like the filters are also mostly going to return 30 - 50% of the json00:27
sdagueso it might be not worth server side filter if we're returning all the dependent queues anyway00:27
*** boden has quit IRC00:27
clarkbya I dont think we need the structure if you just want change X00:27
mtreinishsdague: everything was +2 from me, but getting dtroyer to take a look would probably be the best00:28
*** boden has joined #openstack-infra00:28
clarkbwhich fits the current proposed code00:28
sdagueyeh00:28
*** boden has quit IRC00:28
*** boden has joined #openstack-infra00:28
sdaguejhesketh: so you need to explain what you mean in you ps3 general comment00:29
*** boden has quit IRC00:29
sdague"I also have a concern about putting all the results in one table... To me it makes sense to use the "Toggle CI" button if I want to see any CI history. Either way I would like to see any kind of result collapse feature (either in this patchset or below it) before merging this as I feel it'll create too much clutter."00:29
fungiwell, a change can be represented in multiple pipelines at any point in time, so at least some structure to the query response is warranted00:29
*** boden has joined #openstack-infra00:29
sdaguefungi: pipeline is an attr of the change00:29
sdagueso you get an array of changes00:29
sdagueand you can figure out which pipeline by looking at each change00:30
*** boden has quit IRC00:30
openstackgerritK Jonathan Harker proposed a change to openstack-infra/nodepool: Reset the client object before creating the image  https://review.openstack.org/7494300:30
*** boden has joined #openstack-infra00:30
jheskethsdague: right, so there are two things... I was actually refering to my comment on line 58 https://review.openstack.org/#/c/124632/3/modules/openstack_project/files/gerrit/hideci.js00:31
*** boden has quit IRC00:31
*** boden_ has joined #openstack-infra00:31
jheskethsdague: but yes, my other concern is I think your new change puts /all/ the results from all the rechecks into the table?00:31
*** yamahata has joined #openstack-infra00:31
*** boden_ has quit IRC00:32
*** boden has joined #openstack-infra00:32
sdaguejhesketh: for the current patch set, correct00:32
fungijhesketh: the commit message explains why00:32
*** armax has quit IRC00:32
sdaguejhesketh: so the result not using object notation is mostly because I didn't touch the internals of that function00:32
*** boden has quit IRC00:32
*** boden has joined #openstack-infra00:33
sdaguejhesketh: so I imagine a follow on that will let you collapse the tables by headers or the like00:33
*** boden has quit IRC00:33
fungijhesketh: part of the problem there is that we currently have no way to distinguish async results from multiple pipelines00:33
sdaguebut I was actually trying to make this as small as I could00:34
*** boden has joined #openstack-infra00:34
sdagueyeh, tempest is a good instance of this00:34
fungias they look otherwise the same as rechecks00:34
sdagueyou get these crazy results tables that look like failures00:34
*** boden has quit IRC00:34
sdaguebut they are actually experimental runs coming in and merging with check stuff00:34
*** MarkAtwood has joined #openstack-infra00:34
*** boden has joined #openstack-infra00:35
jheskethsdague, fungi: right, but why not just use the latest results? I don't follow why we need all the previous rechecked results there?00:35
*** boden has quit IRC00:35
sdagueactually, it would be super nice if zuul included pipeline name in the results in the future00:35
sdaguejhesketh: what if the latest results are from check experimental00:35
*** boden has joined #openstack-infra00:35
fungijhesketh: define latest00:35
jheskethoh right, I see00:36
jheskethsdague, fungi: what if we tracked it based off the job name, then only displayed the latests of that job?00:36
*** boden has quit IRC00:36
*** otherwiseguy has joined #openstack-infra00:36
*** mwagner_lap has quit IRC00:36
sdaguejhesketh: that was what the old code did00:36
clarkbsdague: thats not a bad idea and probably simple to implement /me takes a look00:36
sdaguebut that prevents you from knowing things like00:36
*** boden has joined #openstack-infra00:36
sdague"when did this show up"00:36
sdagueis the recheck comment at the bottom of the page actually for this test result, or is this test result the response from it00:37
*** JayJ has quit IRC00:37
*** boden has quit IRC00:37
jheskethsdague: couldn't we also include the datetime of the latest result?00:37
*** boden has joined #openstack-infra00:37
sdaguejhesketh: so that would be the date from check experimental00:37
sdaguein a merged table00:37
sdaguewith non experimental results00:37
*** dalgaaf__ has quit IRC00:38
*** boden has quit IRC00:38
*** boden has joined #openstack-infra00:38
*** mwagner_lap has joined #openstack-infra00:38
clarkblooks like it is configurable today via the failure and success messages. I wonder if we should do this via config rather than code so that we are backward compat for everyone00:39
*** boden has quit IRC00:39
*** rmcall has quit IRC00:39
*** boden has joined #openstack-infra00:39
jheskethsdague: if we pull a list of all the jobs and the timestamp on the comment on which they arrived on, couldn't we use that to determine which is the latest for each job and therefore place that specific result in the table with it's latest timestamp?00:39
jheskethsdague: sorry, I don't follow why it'd take the date from the experimental checks00:40
*** boden has quit IRC00:40
*** boden has joined #openstack-infra00:40
sdaguejhesketh: so, I think the merged table is the wrong user interface00:40
sdaguebecause it makes a patch that had to recheck 10 times00:40
*** boden has quit IRC00:40
sdaguelook like it passed on it's first go00:40
*** salv-orlando has quit IRC00:41
sdagueand the fact that you had to recheck 10 times is actually incredibly important information00:41
*** hdd has quit IRC00:41
*** boden has joined #openstack-infra00:41
*** sarob is now known as sarob_away00:41
sdaguebecause that means something's wrong00:41
jheskethsdague: okay, that's a different reason to what we were discussing, but one I can agree with more00:41
fungiwith the pipeline called out, we could then perhaps color highlight (border, background, whatever) check and gate results differently too for better visibility00:41
sdaguefungi: ++00:41
*** boden has quit IRC00:41
sdaguejhesketh: it's a related reason00:41
*** boden has joined #openstack-infra00:42
fungiseparate from third party an experimental00:42
sdaguethe reason I went down this path is basically I found that in over 50% of patches I was reviewing I had to retoggle the ci to understand the current patch state00:42
*** boden has quit IRC00:42
*** boden has joined #openstack-infra00:43
jheskethsdague: okay, that makes sense to me then00:43
*** ChuckC has joined #openstack-infra00:43
jheskethsdague: I'm happy to see how this goes and worry about neatening it up later if it's an issue00:43
*** signed8bit is now known as signed8bit_ZZZzz00:43
sdagueok, my wife finally got home. So I'm off for dinner. talk to you all in the moring00:43
sdaguejhesketh: yeh, definitely I see this as an evolution00:43
*** vdo has quit IRC00:43
*** boden has quit IRC00:43
sdagueand we'll tweak the UI after00:43
jheskethcool, seeya :-)00:43
*** MaxV has joined #openstack-infra00:43
*** signed8bit_ZZZzz has quit IRC00:43
sdagueas soon as we get that zuul change, I'll hack in current zuul status :)00:43
*** boden has joined #openstack-infra00:43
*** JayJ has joined #openstack-infra00:44
*** boden has quit IRC00:44
*** boden has joined #openstack-infra00:44
openstackgerritClark Boylan proposed a change to openstack-infra/project-config: Name pipelines in zuul gerrit comments  https://review.openstack.org/12524400:44
clarkbsdague: ^ something like that00:44
*** boden has quit IRC00:45
*** vdo has joined #openstack-infra00:45
*** boden has joined #openstack-infra00:45
*** boden has quit IRC00:46
jheskethclarkb: I like that, although it's going to potentailly break some tools that are scraping for results (such as mine)00:46
jheskethbut that's okay00:46
clarkbjhesketh: ya that breakage is why I don't want it in zuul directly, but as config I think its ok (and people will have to update regexes)00:46
*** boden has joined #openstack-infra00:46
jheskethclarkb: oh yeah, I wouldn't do it in zuul for a number of reasons... Plus it's trivial as config00:47
*** boden has quit IRC00:47
*** boden has joined #openstack-infra00:47
*** boden has quit IRC00:48
*** MaxV has quit IRC00:48
clarkbit should also help when people don/t understand why a voting test didn't result in a -100:48
*** boden has joined #openstack-infra00:48
clarkbexperimental jobs that are voting but don't -1 confuse people. tis should at least make it more clear that those jobs were not part of check or gate00:48
*** boden has quit IRC00:48
*** boden has joined #openstack-infra00:49
*** gyee has quit IRC00:49
*** boden has quit IRC00:49
*** boden has joined #openstack-infra00:50
*** boden has quit IRC00:50
jhesketh+100:50
*** boden has joined #openstack-infra00:50
*** chuckC_ has joined #openstack-infra00:51
*** boden has quit IRC00:51
*** boden has joined #openstack-infra00:51
*** boden has quit IRC00:52
*** boden has joined #openstack-infra00:52
stevemarshameless request for review - https://review.openstack.org/#/c/125202/ :)00:53
*** boden has quit IRC00:53
clarkbstevemar: post test hook should have a running devstack00:53
*** boden has joined #openstack-infra00:53
*** boden has quit IRC00:54
*** boden has joined #openstack-infra00:54
clarkband the gate hook does a lot of stuff like running devstack00:54
clarkbstevemar: so I am not sure that commit does what you expect it to do00:55
*** boden has quit IRC00:55
*** boden has joined #openstack-infra00:55
*** boden has quit IRC00:55
*** boden has joined #openstack-infra00:56
clarkbstevemar: is there a specific failure yo ucan point to that shows devstack not running in the post gate timeframe?00:56
fungiright, overriding gate hook is for when you want to do other things with devstack components installed and configured but not necessarily running00:56
*** boden has quit IRC00:56
clarkbfungi: they won't even be installed or configured00:57
clarkbfungi: the default gate_hook does all of that00:57
*** boden has joined #openstack-infra00:57
*** otherwiseguy has quit IRC00:57
clarkboh that job has unstack flag set to true00:57
clarkbstevemar: I think the chagne you want is to remove that flag00:57
*** boden has quit IRC00:57
fungiahh, yep00:57
*** stevemar has quit IRC00:57
*** boden has joined #openstack-infra00:58
fungithat would explain why it was torn down00:58
*** boden has quit IRC00:58
*** boden has joined #openstack-infra00:59
*** boden has quit IRC00:59
*** boden has joined #openstack-infra00:59
clarkbI left a comment on the review as stevemar appears to have left us01:00
*** boden has quit IRC01:00
*** boden has joined #openstack-infra01:00
*** boden has quit IRC01:01
*** boden has joined #openstack-infra01:01
*** boden has quit IRC01:02
*** boden has joined #openstack-infra01:02
*** boden has quit IRC01:03
*** boden has joined #openstack-infra01:03
*** gokrokve has joined #openstack-infra01:03
*** boden has quit IRC01:03
*** boden has joined #openstack-infra01:04
*** r-daneel has quit IRC01:04
openstackgerritK Jonathan Harker proposed a change to openstack-infra/nodepool: Reset the client object before creating the image  https://review.openstack.org/7494301:04
*** boden has quit IRC01:04
*** boden has joined #openstack-infra01:05
*** boden has quit IRC01:05
*** boden has joined #openstack-infra01:06
*** boden has quit IRC01:06
*** baoli has quit IRC01:06
*** boden has joined #openstack-infra01:06
*** boden has quit IRC01:07
*** boden has joined #openstack-infra01:07
*** boden has quit IRC01:08
*** boden has joined #openstack-infra01:08
*** timrc is now known as timrc-afk01:08
*** boden has quit IRC01:09
openstackgerritMatthew Treinish proposed a change to openstack-infra/subunit2sql: Preseed data for migration tests until migration 163fd5aa1380  https://review.openstack.org/12493901:09
openstackgerritMatthew Treinish proposed a change to openstack-infra/subunit2sql: Add migration tests with data  https://review.openstack.org/12493801:09
openstackgerritMatthew Treinish proposed a change to openstack-infra/subunit2sql: Add order column to run table  https://review.openstack.org/11786101:09
*** boden has joined #openstack-infra01:09
openstackgerritMatthew Treinish proposed a change to openstack-infra/subunit2sql: Add session objects for get_all* db api calls  https://review.openstack.org/11841901:09
*** boden has quit IRC01:09
*** boden has joined #openstack-infra01:10
*** boden has quit IRC01:10
*** boden has joined #openstack-infra01:11
*** boden has quit IRC01:11
*** boden has joined #openstack-infra01:12
*** boden_ has joined #openstack-infra01:13
*** boden has quit IRC01:13
dstufftboden :|01:13
*** boden_ has quit IRC01:13
*** unicell has joined #openstack-infra01:13
openstackgerritK Jonathan Harker proposed a change to openstack-infra/nodepool: Reset the client object before creating the image  https://review.openstack.org/7494301:13
*** boden has joined #openstack-infra01:13
*** ayoung has joined #openstack-infra01:14
*** boden has quit IRC01:14
*** boden has joined #openstack-infra01:14
*** boden has quit IRC01:15
*** boden has joined #openstack-infra01:15
openstackgerritAndrew Ruthven proposed a change to stackforge/gertty: dburi needs to have sqlite:/// in front.  https://review.openstack.org/12524601:16
*** boden has quit IRC01:16
*** boden has joined #openstack-infra01:16
*** dkehnm has joined #openstack-infra01:16
*** boden has quit IRC01:17
*** baoli has joined #openstack-infra01:17
*** boden has joined #openstack-infra01:17
*** boden has quit IRC01:18
*** boden has joined #openstack-infra01:18
*** camunoz_ has joined #openstack-infra01:19
*** boden has quit IRC01:19
*** boden_ has joined #openstack-infra01:19
*** zaphod42 has quit IRC01:19
*** boden_ has quit IRC01:19
*** boden has joined #openstack-infra01:20
*** bhuvan has quit IRC01:20
*** boden has quit IRC01:20
*** otherwiseguy has joined #openstack-infra01:20
*** boden has joined #openstack-infra01:21
*** boden has quit IRC01:21
*** boden has joined #openstack-infra01:21
*** boden has quit IRC01:22
*** HenryG_ has joined #openstack-infra01:22
*** boden has joined #openstack-infra01:22
*** Sukhdev has joined #openstack-infra01:22
*** boden has quit IRC01:23
*** boden has joined #openstack-infra01:23
*** boden has quit IRC01:24
*** boden has joined #openstack-infra01:24
*** stevemar has joined #openstack-infra01:24
*** HenryG has quit IRC01:24
*** boden has quit IRC01:25
*** boden has joined #openstack-infra01:25
*** boden has quit IRC01:25
*** boden has joined #openstack-infra01:26
*** boden has quit IRC01:26
*** boden has joined #openstack-infra01:27
*** boden has quit IRC01:27
*** boden has joined #openstack-infra01:28
*** boden has quit IRC01:28
*** boden has joined #openstack-infra01:29
*** boden has quit IRC01:29
*** boden has joined #openstack-infra01:29
*** boden has quit IRC01:30
*** boden has joined #openstack-infra01:30
*** boden has quit IRC01:31
*** boden has joined #openstack-infra01:31
*** boden has quit IRC01:32
*** boden has joined #openstack-infra01:32
*** boden has quit IRC01:32
*** zz_dimtruck is now known as dimtruck01:33
*** boden has joined #openstack-infra01:33
*** boden has quit IRC01:33
*** boden has joined #openstack-infra01:34
*** boden has quit IRC01:34
*** boden has joined #openstack-infra01:35
*** boden has quit IRC01:35
*** MarkAtwood has quit IRC01:35
*** boden has joined #openstack-infra01:36
*** melwitt has quit IRC01:36
*** dims has joined #openstack-infra01:36
*** boden has quit IRC01:36
*** boden has joined #openstack-infra01:36
*** boden has quit IRC01:37
*** boden_ has joined #openstack-infra01:37
*** patrickeast has quit IRC01:38
*** boden_ has quit IRC01:38
*** boden has joined #openstack-infra01:38
*** boden has quit IRC01:39
*** boden has joined #openstack-infra01:39
stevemarclarkb, so if DEVSTACK_GATE_UNSTACK is set to 0, then what's the point of post_gate_hook vs gate_hook (and such)01:39
*** boden has quit IRC01:40
*** changbl has joined #openstack-infra01:40
*** boden has joined #openstack-infra01:40
*** boden has quit IRC01:40
*** boden has joined #openstack-infra01:41
*** boden has quit IRC01:41
*** praneshp has quit IRC01:42
*** boden has joined #openstack-infra01:42
*** boden has quit IRC01:42
*** boden has joined #openstack-infra01:43
*** boden has quit IRC01:43
*** boden has joined #openstack-infra01:44
sdagueI see that centos 6 is ruining the infra world?01:44
*** MaxV has joined #openstack-infra01:44
*** boden has quit IRC01:44
*** boden has joined #openstack-infra01:44
*** boden has quit IRC01:45
*** boden has joined #openstack-infra01:45
*** boden has quit IRC01:46
*** _nadya_ has joined #openstack-infra01:46
*** boden has joined #openstack-infra01:46
*** boden has quit IRC01:47
*** _buzz has quit IRC01:47
*** baoli has quit IRC01:47
*** boden has joined #openstack-infra01:47
*** boden has quit IRC01:48
*** boden has joined #openstack-infra01:48
*** boden has quit IRC01:49
*** boden has joined #openstack-infra01:49
*** MaxV has quit IRC01:49
*** boden has quit IRC01:49
*** boden has joined #openstack-infra01:50
*** boden has quit IRC01:50
*** boden has joined #openstack-infra01:51
*** boden has quit IRC01:51
openstackgerritSteve Martinelli proposed a change to openstack-infra/project-config: Change OSC functional tests to not unstack  https://review.openstack.org/12520201:51
*** boden has joined #openstack-infra01:52
stevemarthanks clarkb01:52
*** boden has quit IRC01:52
*** signed8bit has joined #openstack-infra01:52
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: import logging.config  https://review.openstack.org/12525001:52
*** boden has joined #openstack-infra01:53
*** signed8bit is now known as signed8bit_ZZZzz01:53
*** boden has quit IRC01:53
*** signed8bit_ZZZzz is now known as signed8bit01:53
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: import logging.config  https://review.openstack.org/12525001:53
*** boden has joined #openstack-infra01:53
*** boden has quit IRC01:54
*** signed8bit has quit IRC01:54
*** boden has joined #openstack-infra01:54
*** boden has quit IRC01:55
*** gokrokve has quit IRC01:55
*** boden has joined #openstack-infra01:55
*** boden has quit IRC01:56
*** boden has joined #openstack-infra01:56
*** boden has quit IRC01:57
*** nosnos has joined #openstack-infra01:57
*** boden has joined #openstack-infra01:57
*** boden has quit IRC01:57
openstackgerritAaron Rosen proposed a change to openstack-infra/project-config: Add publish-to-pypi job for python-congressclient  https://review.openstack.org/12518901:58
*** boden has joined #openstack-infra01:58
*** MarkAtwood has joined #openstack-infra01:59
*** boden has quit IRC01:59
*** boden_ has joined #openstack-infra01:59
*** boden_ has quit IRC01:59
*** boden has joined #openstack-infra01:59
clarkbsdague hrm?01:59
clarkbstevemar post gate lets you do things after the default gate02:00
clarkbor an arbitrary gate02:00
*** boden has quit IRC02:00
*** boden has joined #openstack-infra02:00
*** boden has quit IRC02:01
sdagueclarkb: my hideci.js change failed on centos6 puppet02:01
*** boden has joined #openstack-infra02:01
*** boden has quit IRC02:02
*** amcrn has quit IRC02:02
*** boden has joined #openstack-infra02:02
*** boden has quit IRC02:03
*** boden has joined #openstack-infra02:03
*** boden has quit IRC02:03
*** wenlock has joined #openstack-infra02:04
*** boden has joined #openstack-infra02:04
*** esker has joined #openstack-infra02:04
sdagueit caused me to come back to a computer02:04
sdaguejust to check02:04
*** boden has quit IRC02:04
sdagueunrelated, something went terribad - http://status.openstack.org/zuul/ and glance-manage no longer is a thing02:04
*** boden has joined #openstack-infra02:05
stevemarclarkb, what about gate_hook then?02:05
clarkbstevemar gate hook is for when you want to do something other than devstack02:05
*** boden has quit IRC02:05
*** boden has joined #openstack-infra02:06
stevemarclarkb, gotcha!02:06
*** boden has quit IRC02:06
stevemarmy infra knowledge just leveled up02:06
*** boden has joined #openstack-infra02:07
*** boden_ has joined #openstack-infra02:08
*** boden has quit IRC02:08
*** boden_ has quit IRC02:08
*** boden has joined #openstack-infra02:08
*** esker has quit IRC02:09
*** boden has quit IRC02:09
*** boden has joined #openstack-infra02:09
*** boden has quit IRC02:10
*** boden has joined #openstack-infra02:10
*** boden has quit IRC02:11
sdagueoh https://pypi.python.org/pypi/retrying/1.3.0 is totally broken02:11
*** david-lyle has joined #openstack-infra02:11
*** chuckC_ has quit IRC02:11
*** boden has joined #openstack-infra02:11
*** MarkAtwood has quit IRC02:11
*** boden has quit IRC02:11
*** boden has joined #openstack-infra02:12
*** boden has quit IRC02:12
*** yamamoto_ has joined #openstack-infra02:12
*** boden has joined #openstack-infra02:13
*** boden has quit IRC02:13
*** ramashri has quit IRC02:13
*** boden has joined #openstack-infra02:14
*** MarkAtwood has joined #openstack-infra02:14
*** boden has quit IRC02:14
openstackgerritSean Dague proposed a change to openstack/requirements: block retrying 1.3.0  https://review.openstack.org/12525202:14
*** boden has joined #openstack-infra02:14
*** boden has quit IRC02:15
*** boden has joined #openstack-infra02:15
*** boden has quit IRC02:16
*** linuxmohan has joined #openstack-infra02:16
*** boden has joined #openstack-infra02:16
stevemarthats some good problem determination sdague02:16
clarkbok /me finally set up desktop at new place02:16
clarkbprotip put usb wireless dongle in the usb3 port02:17
*** boden has quit IRC02:17
clarkbwhatever I have in the front panel must be doing usb102:17
*** boden has joined #openstack-infra02:17
* clarkb looks at centos6 now02:17
clarkbalso I can model M again this is great, but I had to recompile xmonad without having xmonad working initially02:18
*** boden has quit IRC02:18
clarkbbecause no super key02:18
*** boden has joined #openstack-infra02:18
*** JayJ has quit IRC02:18
*** boden has quit IRC02:18
sdaguedstufft: is pip not returning the error to the user here - http://logs.openstack.org/71/125171/2/gate/gate-tempest-dsvm-full/d261398/logs/devstacklog.txt.gz#_2014-10-01_01_44_53_47402:19
sdagueI'd have expected errexit to kick us out02:19
*** boden has joined #openstack-infra02:19
clarkbsdague: I think the centos6 thing is related to jheskeths change02:19
sdagueclarkb: ok02:19
clarkbjhesketh: ^ http://logs.openstack.org/32/124632/8/check/gate-infra-puppet-apply-centos6/6ff4187/console.html02:19
sdagueclarkb: so I'm leaving computers for the evenign02:19
clarkbsdague: the uploader isn't working on those nodes02:19
*** boden has quit IRC02:19
sdaguehowever, everything is boned until that requirements change lands02:19
clarkbsdague: kk you should do that its late on your side of the planet02:20
clarkbsdague: I will review it asap02:20
sdaguebecause people don't know how to release software apparently02:20
clarkbsdague: it is hard to do right02:20
*** boden has joined #openstack-infra02:21
dstufftsdague: looks like it did?02:21
*** boden_ has joined #openstack-infra02:21
dstufftit says it failed02:21
*** boden_ has quit IRC02:21
*** boden has quit IRC02:21
sdaguedstufft: it should have stopped devstack02:21
sdagueis it using a subshell or something02:21
*** boden has joined #openstack-infra02:22
sdaguewe're running under errexit02:22
sdagueso we should have stopped dead right there02:22
sdagueif pip actually exited02:22
*** boden has quit IRC02:22
dstufftit should have, hrm02:22
*** boden has joined #openstack-infra02:22
jheskethhmm, odd02:23
clarkbsdague: I am +2 on that change. Let me see if I can round up another. Alex_Gaynor ^02:23
*** boden has quit IRC02:23
*** boden has joined #openstack-infra02:23
dstufftsdague: every path that would print a debug log sets a non zero exit code it loks like02:23
dstufftso idk02:23
dstufftI gotta go though :[02:23
clarkbjhesketh: does magic depend on system libs? like libmagic? that is an amazing lib name btw02:24
*** boden has quit IRC02:24
clarkbjhesketh: I am going to guess that that may be the cause02:24
sdaguedstufft: ok, if you can look02:24
sdaguewe clearly didn't stop02:24
*** camunoz_ has quit IRC02:24
jheskethclarkb: there are two libmagic implementations in python02:24
jheskethpip install magic is different from apt-get install python-magic02:24
*** boden has joined #openstack-infra02:24
clarkbwhich do we want?02:25
*** boden has quit IRC02:25
clarkbpython-magic?02:25
*** HenryG_ has quit IRC02:25
*** boden has joined #openstack-infra02:25
mordredwhat? really?02:25
*** boden has quit IRC02:26
* clarkb is going to hop on a centos6 box and poke around02:26
*** boden has joined #openstack-infra02:26
clarkbexcept maybe not tonight02:26
jheskethclarkb: I made the script support both (or so I thought)02:26
*** boden has quit IRC02:26
*** boden has joined #openstack-infra02:27
jheskethso thick-slave should install python-magic from apt.. I'm not sure what that is on centos02:27
*** AndroUser2 has joined #openstack-infra02:27
clarkbmordred: want to approve https://review.openstack.org/#/c/125252/02:27
*** boden has quit IRC02:27
clarkbjhesketh: oh that may explain it02:27
mordredwhat is magic for?02:27
clarkbmordred: file MIME types02:27
clarkbmordred: so that swift uploads have the correct MIME info02:28
*** boden has joined #openstack-infra02:28
openstackgerritAaron Rosen proposed a change to openstack-infra/project-config: Update pushSignedTag to just congress-release  https://review.openstack.org/12525302:28
mordredso why would we install it from apt on slaves?02:28
*** boden has quit IRC02:28
clarkbmordred: probably because the swift upload script runs in a system context02:28
jheskethmordred: because it's a slave script and that's just where I put it at the time (since there is no requirements.xt)02:29
jhesketh*txt02:29
*** boden has joined #openstack-infra02:29
mordredclarkb: OH - swift upload script02:29
mordredgotcha02:29
*** boden has quit IRC02:29
clarkbjhesketh: if you work up an install for magic on centos6 puppet change I can approve that02:29
*** boden has joined #openstack-infra02:29
jheskethclarkb: yeah, I'm trying to figure out how to do that..02:30
*** boden has quit IRC02:30
jheskethclarkb: apparently there is a python-magic package on centos... I might need to boot a machine and play02:30
*** boden has joined #openstack-infra02:30
*** boden has quit IRC02:31
*** boden has joined #openstack-infra02:31
*** boden has quit IRC02:32
*** boden has joined #openstack-infra02:32
*** AndroUser2 has quit IRC02:32
*** boden has quit IRC02:33
*** boden has joined #openstack-infra02:33
*** boden has quit IRC02:34
*** AndroUser2 has joined #openstack-infra02:34
*** boden has joined #openstack-infra02:34
*** boden has quit IRC02:34
*** boden has joined #openstack-infra02:35
*** boden has quit IRC02:35
*** boden has joined #openstack-infra02:36
*** r1chardj0n3s is now known as r1chardj0n3s_afk02:36
*** boden has quit IRC02:36
*** boden has joined #openstack-infra02:37
*** praneshp has joined #openstack-infra02:37
*** boden has quit IRC02:37
clarkbhttps://jenkins01.openstack.org/job/check-requirements-integration-dsvm/380/console well crap02:37
*** boden has joined #openstack-infra02:37
clarkbwe need to reorder ceilometer dependencies to get this change to merge too...02:38
*** boden has quit IRC02:38
clarkbmordred: fungi: we may want to consider ninja merging the retrying thing02:38
*** boden has joined #openstack-infra02:38
clarkbprobably need to debug this a bit more first, but it looks like tooz depends on retrying and tooz must come first because tooz doens't get the exclusion and breaks the requirements check job02:38
clarkbor maybe we can get retrying to fix their code /me tries to do that02:39
mordredoh god02:39
mordredwho runs retrying?02:39
clarkbno idea02:39
*** boden has quit IRC02:39
*** AndroUser2 has quit IRC02:39
clarkbhttps://github.com/rholder/retrying02:39
*** boden has joined #openstack-infra02:39
*** Sukhdev has quit IRC02:39
mordredclarkb: you want me to make a patch?02:39
clarkbhrm they have a requirements.txt02:39
*** tsg has joined #openstack-infra02:40
*** boden has quit IRC02:40
*** jamielennox has quit IRC02:40
clarkbmordred: if you can figuer out how to fix retring that would be great. I am guessing requirements.txt is missing from manifest.in or equivalent02:40
clarkbI am being called to dinner02:40
clarkbya https://github.com/rholder/retrying/blob/v1.3.0/MANIFEST.in is missing requirements.txt02:40
*** boden has joined #openstack-infra02:40
clarkbso I think you need to patch that then beg for a new version02:40
*** boden has quit IRC02:41
clarkbmordred: note this is one reason why tox installs and sdist by default02:41
*** HenryG has joined #openstack-infra02:41
clarkbits too bad that doing so for nova takes forever and a day02:41
*** boden has joined #openstack-infra02:41
*** praneshp_ has joined #openstack-infra02:41
*** praneshp has quit IRC02:41
*** praneshp_ is now known as praneshp02:41
*** boden has quit IRC02:41
*** harlowja is now known as harlowja_away02:42
*** boden has joined #openstack-infra02:42
*** otherwiseguy has quit IRC02:42
*** boden has quit IRC02:42
clarkbhrm if tooz isnt on g-r we can patch it first02:43
*** boden has joined #openstack-infra02:43
clarkbharlowja ^02:43
*** boden has quit IRC02:43
*** boden has joined #openstack-infra02:44
*** boden has quit IRC02:44
*** boden has joined #openstack-infra02:45
*** MaxV has joined #openstack-infra02:45
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Fix zuul_swift_upload to use old MAGIC_MIME const  https://review.openstack.org/12525502:45
jheskethclarkb: ^ that should be a fix02:45
*** boden has quit IRC02:45
jheskeththere are so many magic versions :-(02:45
*** boden has joined #openstack-infra02:45
mordredclarkb: ok. I submitted a PR02:45
mordredhttps://github.com/rholder/retrying/pull/1902:46
*** boden has quit IRC02:46
*** boden has joined #openstack-infra02:46
*** _nadya_ has quit IRC02:46
*** david-lyle has quit IRC02:47
*** boden has quit IRC02:47
*** boden has joined #openstack-infra02:47
clarkbor we can nuke retrying on the mirror long enough to get exclusion merged02:47
clarkbI like the idea of fixing tooz if possible though02:48
mordredclarkb: it's already not on the mirror ...02:48
*** boden has quit IRC02:48
*** dimtruck is now known as zz_dimtruck02:48
clarkbit isnt?02:48
mordredclarkb: I tried installing retrying into a virtualenv and got 1.2.302:48
mordredwhich worked02:48
mordredso - there may be TWO problems02:48
*** boden has joined #openstack-infra02:48
*** jamielennox has joined #openstack-infra02:48
clarkbhuh must be only in some regions then02:48
mordredbut I have verified that retrying from pypi ...02:48
mordredoh02:48
mordredduch02:48
mordreddon't listen to me02:48
mordredI was set up to point to old dead mirror02:48
mordredwe should nuke that btw02:48
*** boden has quit IRC02:49
*** boden has joined #openstack-infra02:49
mordredok. I've sent the author an email followup02:49
*** MaxV has quit IRC02:49
*** boden has quit IRC02:49
clarkbour tarball and wheel jobs should pip install those artifacts as a sanity check02:50
*** boden has joined #openstack-infra02:50
clarkbso we avoid these issues with our code02:50
mordredclarkb: you want me to send in a tooz patch?02:50
*** boden has quit IRC02:50
clarkbonly if tooz isnt in g-r02:50
*** boden has joined #openstack-infra02:51
mordredit's not02:51
clarkbthen ++02:51
mordredharlowja_away: ping02:51
*** boden has quit IRC02:51
*** boden has joined #openstack-infra02:52
*** boden has quit IRC02:52
mordredbtw - I've started using split push-url origin stuff on everything I do02:52
mordredharlowja_away: https://review.openstack.org/12525602:52
*** boden has joined #openstack-infra02:52
*** boden has quit IRC02:53
clarkbmordred: via that git review thing you wrote?02:53
mordredwell, I do it by hand for github repos too02:53
mordredbut yeah02:53
*** boden has joined #openstack-infra02:53
* mordred loves it02:53
*** boden has quit IRC02:54
*** boden has joined #openstack-infra02:54
*** boden has quit IRC02:55
*** AndroUser2 has joined #openstack-infra02:55
jesusaurussplit push-url?02:55
mordredyeah02:55
*** boden has joined #openstack-infra02:55
clarkbbasically git knows how to push and pull via different urls. by default they are the same02:55
*** boden has quit IRC02:55
clarkbI assume in the github use case you pull from where ou forked and push to your fork02:56
jesusaurusoh, separate push and fetch urls?02:56
mordredhttp://paste.openstack.org/show/117344/02:56
clarkbin the gerrit use case its handy to avoid auth when doing read only ops like git review -d02:56
*** boden has joined #openstack-infra02:56
mordredclarkb: yup.02:56
*** boden has quit IRC02:56
mordredclarkb: I've been toying with thoughts on how to make it possible to use git-review on github repos so that I don't have to go submit a stupid PR on the website ...02:57
*** boden has joined #openstack-infra02:57
jesusaurusclarkb: ah that makes sense02:57
clarkbmordred: haha02:57
mordredbut I keep giving up based on meh02:57
mordredI'll do it in a fit of rage one day02:57
clarkbmordred: there is a way to do it via special refs now iirc02:57
mordredyup02:57
jesusaurusmordred: why not just use ingy's git-hub command?02:57
*** boden has quit IRC02:57
mordredjesusaurus: because I already have git review02:57
*** boden has joined #openstack-infra02:58
* jesusaurus doesnt mind different commands for different workflows02:58
mordredI also want a gertty backend for github02:58
clarkbI just swear and curse at github whenever I try to use it02:58
mordredit's so awfully painful02:58
clarkbis that not sufficient?02:58
clarkb:P02:58
*** boden has quit IRC02:58
*** shashankhegde has quit IRC02:59
* mordred wants SOMETHING to help him track outstanding PRs and also submitted ones that people have sent him02:59
*** boden has joined #openstack-infra02:59
mordredbut across all the things02:59
clarkbI just want side by side diffs02:59
mordredI was pointed at https://waffle.io/02:59
clarkbof arbitrary points in the stack02:59
*** boden has quit IRC02:59
*** mmaglana has quit IRC02:59
mordredwell, I want patch series too - but I don't want to be greedy02:59
*** boden has joined #openstack-infra03:00
mordredjust knowing the current state of my personal PRs would be enough03:00
mordredwaffle.io, btw, does not help03:00
*** AndroUser2 has quit IRC03:00
*** boden has quit IRC03:00
mordredit helps give a dashboard of a single repo03:00
*** boden has joined #openstack-infra03:00
*** mmaglana has joined #openstack-infra03:01
*** boden has quit IRC03:01
*** boden has joined #openstack-infra03:01
*** boden has quit IRC03:02
mordredOOH03:02
mordredlove of god03:02
mordredhttps://github.com/dashboard/pulls03:02
*** boden has joined #openstack-infra03:02
*** boden has quit IRC03:03
clarkboh good they solved that problem03:03
*** hdd has joined #openstack-infra03:03
*** boden has joined #openstack-infra03:03
*** _buzz_ has joined #openstack-infra03:04
*** boden has quit IRC03:04
clarkbmordred: what do ou think. wait on retrying, wait on tooz, manually updte mirrors then merge reqs change, or ninja reqs change?03:04
*** boden has joined #openstack-infra03:04
clarkbmy fear is that if we let this be broken into tomorrow then sdague will have a bad day and so will release candidating03:04
*** boden has quit IRC03:04
*** otherwiseguy has joined #openstack-infra03:05
jesusaurusoh wow, i still have a pr open on kibana-ruby03:05
*** boden has joined #openstack-infra03:05
jesusaurusthats pretty ancient03:05
*** boden has quit IRC03:05
mordredI think we should ninja merge the reqs change03:05
mordredsince that will unblock devstack03:05
*** boden has joined #openstack-infra03:06
*** boden has quit IRC03:06
clarkbmordred: wfm03:06
clarkbmordred: do you want to do it or should I?03:06
SergeyLukjanovclarkb mordred, what is the issue to ninja fix in two words?03:07
*** boden has joined #openstack-infra03:07
*** boden has quit IRC03:07
clarkbSergeyLukjanov: retrying 1.3.0 is a broken release. Tooz depends on it, ceilometer depends on it so the requirements change cannot merge because we don't update tooz's requirements when installing ceilometer03:07
mordredSergeyLukjanov: broken retrying lib on pypi03:07
mordredsorry03:07
mordredfive words03:07
clarkbSergeyLukjanov: ninja merging bypasses the ceilomter/tooz crazyness03:07
*** boden has joined #openstack-infra03:07
*** otter768 has quit IRC03:08
clarkbSergeyLukjanov: alternatives to ninja merge are we can remove retrying 1.3.0 from all of our mirrors and have reqs change merge normally, we can update tooz, or we update retrying03:08
*** boden has quit IRC03:08
*** boden has joined #openstack-infra03:08
*** Ryan_Lane has quit IRC03:09
SergeyLukjanovheh03:09
SergeyLukjanovI understand, thank you03:09
*** boden has quit IRC03:09
*** pcrews has quit IRC03:09
*** boden has joined #openstack-infra03:09
SergeyLukjanovit sounds like it easy to update tooz - it's our own lib03:09
clarkbSergeyLukjanov: there is an update to tooz pushed. but that core team seems afk right now03:10
*** boden has quit IRC03:10
SergeyLukjanovclarkb, they are all not the US tz I think03:10
*** boden has joined #openstack-infra03:10
clarkbSergeyLukjanov: ya I think many of them are UTCish03:10
*** boden has quit IRC03:11
redrobotohai infra folks!03:11
clarkbredrobot: hello03:11
*** boden has joined #openstack-infra03:11
SergeyLukjanovredrobot, hi03:11
redrobothi all!  It seems there's a problem with devstack at the moment03:11
*** boden has quit IRC03:12
redrobotseen a couple of crs failing03:12
redrobot2014-10-01 02:28:20.840 | /opt/stack/new/devstack/lib/glance: line 279: /usr/local/bin/glance-manage: No such file or directory03:12
*** boden has joined #openstack-infra03:12
clarkbredrobot: yes, the actual problem is that retrying 1.3.0 is broken which makes glance installs fail and pip isn't exiting failure for some reason03:12
clarkbor it is and devstack isn't catching it at that point so things break further along when glance-manage is run03:12
*** boden has quit IRC03:12
redrobotI see...03:13
*** jamielennox has quit IRC03:13
*** boden has joined #openstack-infra03:13
SergeyLukjanovso, if we'd like to fix tooz - we should wait for ~ 5 hours03:13
clarkbSergeyLukjanov: ya03:13
clarkbthen someone will need to recheck the requirements change03:13
*** boden has quit IRC03:13
*** boden has joined #openstack-infra03:14
jheskethclarkb: so with centos check playing up should we push this fix through: https://review.openstack.org/#/c/125255/03:14
SergeyLukjanovclarkb, heh, I'm in incorrect timezone now03:14
*** boden has quit IRC03:14
*** boden has joined #openstack-infra03:15
clarkbjhesketh: ya that has a similar problem to this retrying thing.03:15
clarkbSergeyLukjanov: mordred ^ is another wedged situation03:15
*** boden has quit IRC03:15
*** boden has joined #openstack-infra03:15
*** boden has quit IRC03:16
*** jamielenz has joined #openstack-infra03:16
*** boden has joined #openstack-infra03:16
clarkbjhesketh: maybe we should revert the change to layout.yaml, merge 125255, then unrevert layout.yaml change03:17
*** boden has quit IRC03:17
*** jamielenz is now known as jamielennox03:17
jheskethclarkb: works for me, gimme a sec03:17
*** boden has joined #openstack-infra03:17
clarkb Iguess we need to wait for image builds to happen too03:17
clarkbbut this way we don't end up in a ninja merge situation03:17
*** boden has quit IRC03:18
*** boden has joined #openstack-infra03:18
*** boden has quit IRC03:19
*** homeless has quit IRC03:19
*** boden has joined #openstack-infra03:19
mordredclarkb: you know ... WE could release a new tooz ;)03:19
*** boden has quit IRC03:19
mordredclarkb: I'm kidding03:19
mordredSergeyLukjanov: it's freaking me out with you in the US03:20
clarkboh shoot03:20
clarkbwe would have to release a new tooz03:20
clarkbin addition to the reqs change in tooz03:20
*** boden has joined #openstack-infra03:20
mordredSergeyLukjanov: also, how long are you around this time? I failed at drinking with you last time03:20
clarkbI need to hack on local networking things03:20
*** boden has quit IRC03:20
clarkbwill try to be back in a bit to help with whatever things we decide on03:20
*** boden has joined #openstack-infra03:21
*** nosnos has quit IRC03:21
mordredclarkb: we could ninja merge retrying reqs change03:21
*** boden has quit IRC03:21
mordredclarkb: and then propose a patch (And land it) to ceilometer putting retrying in before tooz03:21
*** nosnos has joined #openstack-infra03:22
mordredthose are both changes taht we can probably effect directly without stepping on too many toes03:22
*** boden has joined #openstack-infra03:22
*** mriedem has quit IRC03:22
SergeyLukjanovmordred, I'll be here till the Oct 1003:22
*** boden has quit IRC03:22
mordredSergeyLukjanov: ossum03:22
SergeyLukjanovmordred, so, we could re-try03:22
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Fix zuul_swift_upload to use old MAGIC_MIME const  https://review.openstack.org/12525503:22
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Revert "Enable the swift logs env vars for all jobs"  https://review.openstack.org/12526103:22
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Revert "Revert "Enable the swift logs env vars for all jobs""  https://review.openstack.org/12526203:22
jheskethclarkb: ^03:22
*** boden has joined #openstack-infra03:22
*** boden has quit IRC03:23
*** boden has joined #openstack-infra03:23
*** boden has quit IRC03:24
*** boden has joined #openstack-infra03:24
*** boden has quit IRC03:25
*** boden has joined #openstack-infra03:25
*** boden has quit IRC03:26
*** rushiagr_away is now known as rushiagr03:26
*** nosnos has quit IRC03:26
*** boden has joined #openstack-infra03:26
*** boden has quit IRC03:27
*** boden has joined #openstack-infra03:27
*** boden has quit IRC03:27
*** camunoz_ has joined #openstack-infra03:28
*** boden has joined #openstack-infra03:28
clarkboh wait the revert isnt self testing so something needs ninjaing03:28
*** boden has quit IRC03:28
*** zns has joined #openstack-infra03:28
clarkbthough I am more comfortable ninjaing reverts than other code03:29
*** boden has joined #openstack-infra03:29
jheskethclarkb: agreed, although it makes it hard to test the second fix since it's still not self-ninjaring03:29
*** boden has quit IRC03:29
dimscyeoh: one quirk in https://review.openstack.org/#/c/125259/1/nova/tests/api/openstack/compute/plugins/v3/test_server_actions.py,unified is that both exception.AutoDiskConfigDisabledByImage and exception.Invalid throws HTTPBadRequest, the problem is that the message in the http bad request should be correct03:29
dimsright?03:29
*** boden has joined #openstack-infra03:30
*** boden has quit IRC03:30
*** boden has joined #openstack-infra03:30
dimscyeoh: that's why i had to check for message(s) in https://review.openstack.org/#/c/124386/2/nova/tests/api/openstack/compute/test_server_actions.py,unified03:31
*** zns has quit IRC03:31
*** boden has quit IRC03:31
*** boden_ has joined #openstack-infra03:31
dimsduh. wrong chnnael03:32
*** adalbas has quit IRC03:32
*** boden_ has quit IRC03:32
*** zns has joined #openstack-infra03:32
*** boden has joined #openstack-infra03:32
*** dims has quit IRC03:33
*** boden has quit IRC03:33
*** boden has joined #openstack-infra03:33
*** boden has quit IRC03:34
*** boden has joined #openstack-infra03:34
*** boden has quit IRC03:34
*** boden has joined #openstack-infra03:35
*** boden has quit IRC03:35
*** boden has joined #openstack-infra03:36
*** boden has quit IRC03:36
*** boden has joined #openstack-infra03:37
*** boden has quit IRC03:37
*** boden has joined #openstack-infra03:37
*** nelsnelson has quit IRC03:38
*** boden has quit IRC03:38
*** boden has joined #openstack-infra03:38
*** boden has quit IRC03:39
*** boden has joined #openstack-infra03:39
*** boden has quit IRC03:40
*** boden has joined #openstack-infra03:40
*** boden has quit IRC03:41
*** sarob_away is now known as sarob03:41
*** boden has joined #openstack-infra03:41
*** boden has quit IRC03:42
*** boden has joined #openstack-infra03:42
*** boden has quit IRC03:43
*** boden has joined #openstack-infra03:43
*** boden has quit IRC03:43
*** boden has joined #openstack-infra03:44
*** boden has quit IRC03:44
*** andreaf has quit IRC03:44
*** boden has joined #openstack-infra03:45
*** andreaf has joined #openstack-infra03:45
*** boden has quit IRC03:45
*** boden has joined #openstack-infra03:45
*** MaxV has joined #openstack-infra03:45
*** boden has quit IRC03:46
*** boden has joined #openstack-infra03:46
*** boden has quit IRC03:47
*** boden has joined #openstack-infra03:47
*** boden has quit IRC03:48
*** boden has joined #openstack-infra03:48
*** boden has quit IRC03:49
*** boden has joined #openstack-infra03:49
*** amcrn has joined #openstack-infra03:49
*** boden has quit IRC03:49
*** boden has joined #openstack-infra03:50
*** MaxV has quit IRC03:50
*** boden has quit IRC03:50
*** sarob is now known as sarob_away03:50
*** boden has joined #openstack-infra03:51
*** boden has quit IRC03:51
*** boden has joined #openstack-infra03:52
*** boden has quit IRC03:52
*** boden has joined #openstack-infra03:53
*** mwagner_lap has quit IRC03:53
*** boden has quit IRC03:53
*** mwagner_lap has joined #openstack-infra03:53
*** boden has joined #openstack-infra03:53
*** boden has quit IRC03:54
*** boden has joined #openstack-infra03:54
*** boden has quit IRC03:55
*** boden has joined #openstack-infra03:55
*** sdake_ has joined #openstack-infra03:55
*** boden has quit IRC03:56
*** boden has joined #openstack-infra03:56
*** boden has quit IRC03:57
*** rmcall has joined #openstack-infra03:57
*** boden has joined #openstack-infra03:57
*** boden has quit IRC03:57
*** boden has joined #openstack-infra03:58
*** boden has quit IRC03:58
*** boden has joined #openstack-infra03:59
*** boden has quit IRC03:59
*** boden has joined #openstack-infra04:00
*** boden has quit IRC04:00
*** unicell has quit IRC04:00
*** boden has joined #openstack-infra04:01
*** boden has quit IRC04:01
*** boden has joined #openstack-infra04:01
*** boden has quit IRC04:02
*** boden has joined #openstack-infra04:02
*** boden has quit IRC04:03
*** boden has joined #openstack-infra04:03
*** boden has quit IRC04:04
*** r1chardj0n3s_afk is now known as r1chardj0n3s04:04
*** boden has joined #openstack-infra04:04
*** boden has quit IRC04:05
*** boden has joined #openstack-infra04:05
*** boden has quit IRC04:05
*** boden has joined #openstack-infra04:06
*** linuxmohan has quit IRC04:06
*** boden has quit IRC04:06
*** boden has joined #openstack-infra04:07
*** boden has quit IRC04:07
*** hdd has quit IRC04:08
*** boden has joined #openstack-infra04:08
*** boden has quit IRC04:08
*** boden has joined #openstack-infra04:08
*** boden has quit IRC04:09
*** boden has joined #openstack-infra04:09
*** garyh has quit IRC04:09
*** boden has quit IRC04:10
*** boden has joined #openstack-infra04:10
*** rmcall has quit IRC04:11
*** boden has quit IRC04:11
*** boden has joined #openstack-infra04:11
*** boden has quit IRC04:11
*** tsg has quit IRC04:12
*** boden has joined #openstack-infra04:12
*** boden has quit IRC04:12
*** boden has joined #openstack-infra04:13
*** boden has quit IRC04:13
*** sdake_ has quit IRC04:14
*** boden has joined #openstack-infra04:14
*** boden has quit IRC04:14
*** _buzz_ has quit IRC04:14
*** boden has joined #openstack-infra04:15
*** boden has quit IRC04:15
*** boden has joined #openstack-infra04:15
*** boden has quit IRC04:16
*** boden has joined #openstack-infra04:16
*** boden has quit IRC04:17
*** boden has joined #openstack-infra04:17
*** rmcall has joined #openstack-infra04:18
*** boden has quit IRC04:18
*** boden has joined #openstack-infra04:18
*** boden has quit IRC04:19
*** boden has joined #openstack-infra04:19
*** boden has quit IRC04:19
*** boden has joined #openstack-infra04:20
*** boden has quit IRC04:20
*** nosnos has joined #openstack-infra04:20
*** boden has joined #openstack-infra04:21
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers  https://review.openstack.org/10800304:21
*** boden has quit IRC04:21
*** boden has joined #openstack-infra04:22
*** boden has quit IRC04:22
*** KanagarajM has joined #openstack-infra04:22
*** boden has joined #openstack-infra04:23
*** boden has quit IRC04:23
*** boden has joined #openstack-infra04:24
*** boden has quit IRC04:24
*** boden has joined #openstack-infra04:24
*** Sukhdev_ has joined #openstack-infra04:25
*** boden has quit IRC04:25
*** nkinder has joined #openstack-infra04:25
*** boden has joined #openstack-infra04:25
*** armax has joined #openstack-infra04:26
*** boden has quit IRC04:26
*** boden has joined #openstack-infra04:26
*** boden has quit IRC04:27
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers  https://review.openstack.org/10800304:27
*** boden has joined #openstack-infra04:27
*** SumitNaiksatam has quit IRC04:27
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: WIP: Add mysql-proxy to subunit2sql server  https://review.openstack.org/12231104:27
*** boden has quit IRC04:28
*** boden has joined #openstack-infra04:28
*** SumitNaiksatam has joined #openstack-infra04:28
*** terryw has joined #openstack-infra04:28
*** boden has quit IRC04:28
*** otherwiseguy has quit IRC04:29
*** Ryan_Lane has joined #openstack-infra04:29
*** boden has joined #openstack-infra04:29
*** boden has quit IRC04:29
*** boden has joined #openstack-infra04:30
*** boden has quit IRC04:30
*** boden has joined #openstack-infra04:31
*** _buzz has joined #openstack-infra04:31
*** boden has quit IRC04:31
*** boden has joined #openstack-infra04:31
*** boden has quit IRC04:32
*** boden has joined #openstack-infra04:32
*** boden has quit IRC04:33
*** boden has joined #openstack-infra04:33
*** boden has quit IRC04:34
*** boden has joined #openstack-infra04:34
*** boden has quit IRC04:34
*** bhuvan has joined #openstack-infra04:35
*** boden has joined #openstack-infra04:35
*** alexandra has joined #openstack-infra04:35
*** boden has quit IRC04:35
*** alexandra has quit IRC04:36
*** boden has joined #openstack-infra04:36
*** boden has quit IRC04:36
*** boden has joined #openstack-infra04:37
stevemarlooks like the patch to fix retrying failed04:37
clarkbstevemar: ya, because tooz is a ceilometer dep and tooz depends on retrying04:37
*** boden has quit IRC04:37
*** harlowja_at_home has joined #openstack-infra04:37
*** boden has joined #openstack-infra04:38
stevemarhttp://logs.openstack.org/52/125252/1/check/check-requirements-integration-dsvm/3deef62/console.html04:38
stevemaryep, looks like tooz04:38
*** unicell has joined #openstack-infra04:38
*** boden has quit IRC04:38
*** gokrokve has joined #openstack-infra04:38
*** boden has joined #openstack-infra04:39
*** boden has quit IRC04:39
*** armax has quit IRC04:39
*** boden has joined #openstack-infra04:39
*** boden has quit IRC04:40
*** armax has joined #openstack-infra04:40
*** boden has joined #openstack-infra04:40
*** boden has quit IRC04:41
*** boden has joined #openstack-infra04:41
*** boden has quit IRC04:42
*** boden has joined #openstack-infra04:42
*** boden has quit IRC04:42
*** mrmartin has joined #openstack-infra04:43
*** boden has joined #openstack-infra04:43
stevemarclarkb, hmm, but tooz has an open requirement for retrying https://github.com/stackforge/tooz/blob/master/requirements.txt04:43
*** boden has quit IRC04:44
stevemardoesn't requirements do some funkiness to make sure all the requirements are kosher?04:44
*** boden has joined #openstack-infra04:44
clarkbstevemar: only to projects it manages04:44
clarkbtooz is a transitive dep there and is installed via pip untouched04:44
*** armax has quit IRC04:44
*** boden has quit IRC04:44
stevemarblah04:44
stevemarso fix tooz first? then recheck the requirements patch i guess>04:45
nkinderstevemar: yeah, retrying is hosed.  I was just starting to look into that, but it sounds like you've gone further down the rabbit hole.04:45
*** boden has joined #openstack-infra04:45
stevemarnkinder, the rabbit hole is full of twists,04:45
clarkbstevemar: ya that is one option, we have pushed a change to them04:45
clarkbstevemar: will require tooz core to merge then release that code04:45
*** boden has quit IRC04:45
clarkbwe were also playing with the idea of ninja merging the reqs change. we have also pushed a fix to retrying but upstream needs to merge and release that too04:45
*** boden has joined #openstack-infra04:46
*** boden has quit IRC04:46
*** MaxV has joined #openstack-infra04:46
*** boden has joined #openstack-infra04:46
*** boden has quit IRC04:47
*** terryw has quit IRC04:47
*** boden has joined #openstack-infra04:47
*** MaxV has quit IRC04:47
stevemarclarkb, if retrying has a new version won't we hit the same problem? or will both install say 1.3.1 ?04:48
*** marun has joined #openstack-infra04:48
stevemarwe would still have to blacklist 1.3.004:48
*** boden has quit IRC04:48
*** MaxV has joined #openstack-infra04:48
*** boden has joined #openstack-infra04:48
*** boden has quit IRC04:49
*** ildikov has quit IRC04:49
*** boden has joined #openstack-infra04:49
clarkbwe would still need to blacklist 1.3.0 for completeness but they will use 1.3.1 as soon as it is available04:49
*** boden has quit IRC04:50
*** boden has joined #openstack-infra04:50
*** boden has quit IRC04:51
*** boden has joined #openstack-infra04:51
*** boden has quit IRC04:51
*** boden has joined #openstack-infra04:52
*** boden has quit IRC04:52
*** rushiagr is now known as rushiagr_away04:52
*** boden has joined #openstack-infra04:53
*** boden has quit IRC04:53
*** MaxV has quit IRC04:53
*** boden has joined #openstack-infra04:54
*** harlowja_at_home has quit IRC04:54
*** alexandra has joined #openstack-infra04:54
*** boden has quit IRC04:54
*** boden has joined #openstack-infra04:54
*** marun has quit IRC04:55
*** boden has quit IRC04:55
*** boden has joined #openstack-infra04:55
*** boden has quit IRC04:56
*** boden has joined #openstack-infra04:56
*** sarob_away has quit IRC04:57
*** flaviof_zzz has quit IRC04:57
*** boden has quit IRC04:57
*** boden has joined #openstack-infra04:57
*** boden has quit IRC04:58
stevemarclarkb, well at least it's coming in a not so hectic time... would have been much worse 1 to 2 weeks ago04:58
*** boden has joined #openstack-infra04:58
*** boden has quit IRC04:58
clarkbya04:59
*** boden has joined #openstack-infra04:59
*** boden has quit IRC04:59
*** boden has joined #openstack-infra05:00
*** boden has quit IRC05:00
nkinderclarkb: have you reached out to any of the tooz cores?05:00
*** boden has joined #openstack-infra05:01
clarkbnkinder: we tried harlowja_away and the others are UTCish I think05:01
clarkbso won't be awake for a few more hours05:01
nkinderharlowja was around on IRC, but dropped05:01
*** boden has quit IRC05:01
*** unicell has quit IRC05:01
*** boden has joined #openstack-infra05:02
mordredclarkb: https://review.openstack.org/125265 fwiw05:02
nkinderbummer, guess we'll just have to wait05:02
*** boden has quit IRC05:02
mordredif we have any ceilometer cores around who could land that05:02
clarkbmordred: that can't land05:02
*** boden has joined #openstack-infra05:02
clarkbmordred: because it doesn't match retrying in g-r05:02
mordredyah. wed have to ninja g-r05:03
*** boden has quit IRC05:03
mordredbut if we _did_ ninja g-r - that patch should unstick the other half05:03
mordredclarkb: also, it's not raining in seattle05:03
*** boden has joined #openstack-infra05:03
clarkbmordred: wow gg05:04
*** boden has quit IRC05:04
clarkbmordred: would you prefer it rain in seattle?05:04
*** boden has joined #openstack-infra05:04
mordredclarkb: nope. I love non-rainy seattle05:04
mordredalthough I did bring my rain coat05:04
clarkbnon rainy seattle would be more fun if the mariners made the playoffs05:05
*** boden has quit IRC05:05
clarkbbut I should be happy that they had a shot05:05
*** boden has joined #openstack-infra05:05
*** boden has quit IRC05:05
mordredI thought they were supposed to have been good this year - at least that was the thought in the pre-season05:06
*** boden has joined #openstack-infra05:06
clarkbthey started poorly05:06
*** Sukhdev_ has quit IRC05:06
clarkbbut then pitching started hitting its stride and things started looking up05:06
clarkbfelix was really good this year05:06
*** boden has quit IRC05:06
*** boden has joined #openstack-infra05:07
mordredmy friend Spike is a huge mariners fan and also has been doing sports writing for the stranger05:07
mordredhe just writes depressing things about how it sucks to be a mariners fan05:07
*** boden has quit IRC05:07
mordredwhich is excellent, because he's also funny, so it's like funny things about how depressed he is about being a mariners fan, etc05:08
*** boden has joined #openstack-infra05:08
*** boden has quit IRC05:08
*** boden has joined #openstack-infra05:09
*** boden has quit IRC05:09
*** boden has joined #openstack-infra05:09
*** boden has quit IRC05:10
*** boden has joined #openstack-infra05:10
*** boden has quit IRC05:11
*** boden has joined #openstack-infra05:11
*** Longgeek has joined #openstack-infra05:11
*** boden has quit IRC05:12
*** boden has joined #openstack-infra05:12
*** _buzz has quit IRC05:12
*** boden_ has joined #openstack-infra05:13
*** boden has quit IRC05:13
*** harlowja_at_home has joined #openstack-infra05:13
*** boden_ has quit IRC05:14
*** boden has joined #openstack-infra05:14
*** boden has quit IRC05:14
harlowja_at_homedid u guys figure out the tooz stuff, let me know if i can help, or i can get jd__ to help to05:14
*** boden has joined #openstack-infra05:15
clarkbharlowja_at_home: its figured out, but not fixed05:15
harlowja_at_homehmmm, ok, what we need to get fixed?05:15
*** boden has quit IRC05:15
dstufftclarkb: is this pip doesn't handle multiple requirements thing?05:15
clarkbharlowja_at_home: we can either ninja merge requirements change, fix upstream retrying or merge tooz fix then release that new version of tooz05:16
*** boden has joined #openstack-infra05:16
clarkbdstufft: no, ceilometer depends on tooz, tooz depends on retrying. retrying is broken05:16
harlowja_at_homedidn't retrying just fix itself?05:16
clarkbharlowja_at_home: did they?05:16
harlowja_at_homehttps://github.com/rholder/retrying/pull/19 ?05:16
clarkboh mabe they did05:16
clarkbin that case nevermind05:16
*** boden has quit IRC05:16
clarkbsomeone should confirm its fixed05:16
harlowja_at_homewhich i think got released @ https://pypi.python.org/pypi/retrying05:16
harlowja_at_home1.3.105:16
*** boden has joined #openstack-infra05:17
*** ociuhandu_ has joined #openstack-infra05:17
*** boden has quit IRC05:17
clarkbyup looks like it works. I am suprised an upstream merged modred's PR so quickly05:17
*** ociuhandu has quit IRC05:17
*** ociuhandu_ is now known as ociuhandu05:17
*** boden has joined #openstack-infra05:17
*** boden has quit IRC05:18
harlowja_at_homelike magic!05:18
harlowja_at_homeha05:18
*** boden has joined #openstack-infra05:18
* dstufft looks at retrying, mumbles about things that read requirements.txt as an input to setup.py05:18
*** boden has quit IRC05:19
clarkbalso pypi should have a little pop up that says "confirm you have tested this sdist installs"05:19
*** boden has joined #openstack-infra05:19
clarkbdstufft: I still don't understand why that is a problem but ok05:19
harlowja_at_homeya, i'm surprised that didn't get caught by https://travis-ci.org/rholder/retrying05:19
clarkbthe issue in this case was clearly no testing was done05:19
*** boden has quit IRC05:20
harlowja_at_homemaybe travis doesn't work like that, not sure05:20
dstuffttravis doesn't "install" a package unless your tests do that05:20
clarkbharlowja_at_home: it probably tests out of the source dir not an sdist05:20
*** boden has joined #openstack-infra05:20
clarkbright05:20
harlowja_at_homegotcha05:20
*** alexandra has quit IRC05:20
*** boden has quit IRC05:21
dstuffte.g. if you use tox, tox generates a tarball installs it, and theortically runs the tests against the installed thing (in reality there are like half a dozen ways it'll run against the source dir instead of the installed thing)05:21
clarkbdstufft: in this case that is fine because its the act of installing that mattered05:21
*** boden has joined #openstack-infra05:21
clarkbnot where the tests run out of05:21
dstufftyea05:21
harlowja_at_homedstufft, along the multiple requirements thing, i (and others) have built https://github.com/stackforge/anvil/tree/master/tools#multipip which could be useful05:22
*** boden has quit IRC05:22
harlowja_at_home*could be useful for others05:22
*** boden has joined #openstack-infra05:22
harlowja_at_homeit tries to do its best to find a version range that will work (given a bunch that aren't compatible)05:22
*** shashankhegde has joined #openstack-infra05:22
harlowja_at_homeusing https://github.com/stackforge/anvil/blob/master/tools/multipip#L121 ( a little algorithm i wrote)05:22
*** armax has joined #openstack-infra05:22
*** boden has quit IRC05:22
dstufftrealstically pip should just combine version specs05:23
*** boden has joined #openstack-infra05:23
*** boden has quit IRC05:23
dstufftso if one thing depends on "six" and another thing depends on "six>1.0" and another thing depends on "six >=2.3" you get a combined "six>1.0,>=2.3"05:23
harlowja_at_homedstufft, yup, relastically it should, i think the guys that started that multipip thing tried to get pip to do it, not sure how that worked out05:24
*** boden has joined #openstack-infra05:24
*** r1chardj0n3s is now known as r1chardj0n3s_afk05:24
dstufftclarkb: I only mention "theortically it tests against the installed thing" because it can matter a lot if your build process does anything interesting05:24
*** boden has quit IRC05:24
dstufftbut retrying's doesn't05:24
harlowja_at_homedstufft, or someone gets https://github.com/enthought/depsolver upstream, which would be even better ;)05:24
*** boden has joined #openstack-infra05:25
dstufftI have depsolver on my todo list05:25
dstufft(it's a fairly long TODO list)05:25
*** boden has quit IRC05:25
harlowja_at_home:)05:25
*** boden has joined #openstack-infra05:25
dstufftsooner or later pip will get a real dep solver05:26
*** boden has quit IRC05:26
dstufftit may be depsolver05:26
dstufftor I may end up writing our own05:26
dstufftdepends on how much I hate depsolver05:26
*** boden has joined #openstack-infra05:26
harlowja_at_homewell the license is part of the issue, it looks like the depsolver license is one the guy made himself05:26
harlowja_at_homebut maybe its a fine license, not sure05:27
*** boden has quit IRC05:27
dstufftoh I thought it was just 3 clause BSD?05:27
dstufftI didn't look real close05:27
clarkbdstufft: it is05:27
*** boden has joined #openstack-infra05:27
*** sarob_away has joined #openstack-infra05:27
* harlowja_at_home should not be a lawyer05:27
harlowja_at_homelol05:27
*** liam__ has joined #openstack-infra05:27
*** boden has quit IRC05:28
dstufftif it's some self invented license I probably won't put it in pip even if it reads OK to me05:28
*** boden has joined #openstack-infra05:28
dstuffthm, almost lost my internet05:28
*** boden has quit IRC05:28
*** boden has joined #openstack-infra05:29
*** boden has quit IRC05:29
*** boden has joined #openstack-infra05:30
*** flaviof_zzz has joined #openstack-infra05:30
*** boden has quit IRC05:30
*** boden has joined #openstack-infra05:31
*** boden has quit IRC05:31
*** mmedvede has quit IRC05:31
*** boden has joined #openstack-infra05:32
*** boden has quit IRC05:32
*** boden has joined #openstack-infra05:32
dstufftpip is so poorly factored :(05:33
*** boden has quit IRC05:33
dstufftmajor things like a real dep solver require some big refactoring to make it feasible05:33
*** boden has joined #openstack-infra05:33
*** boden has quit IRC05:34
dstufftwe're slowly chipping away at deprecating/removing stuff that makes it harder to have clean factoring though!05:34
harlowja_at_homewoot, slowly but surely05:34
mordredclarkb: woot!05:34
mordredclarkb: I'm now a contributor to more things!05:35
harlowja_at_homei've started to realize that most software is poor factored, and refactoring is just how it goes :-P05:35
*** boden has joined #openstack-infra05:35
*** rushiagr_away is now known as rushiagr05:35
*** boden has quit IRC05:36
mordredharlowja_at_home: I gave up on factored software and just churn out crap and then dangle it somewhere that clarkb feels compelled to fix it05:36
harlowja_at_home:)05:36
mordredharlowja_at_home: but don't tell him - I don't want him to catch on to the ruse05:36
*** boden has joined #openstack-infra05:36
harlowja_at_home^ how all the proffessionals roll05:36
harlowja_at_homelol05:36
dstufftcan I convince clarkb to fix pip05:36
*** boden has quit IRC05:36
*** boden has joined #openstack-infra05:37
mordreddstufft: sure. you just have to be willing to accept whatever architectural changes he decides are important to make05:37
harlowja_at_homewhile your add it can u add that depsolver to yum to05:37
harlowja_at_homethx much05:37
harlowja_at_home*at it05:37
*** boden has quit IRC05:37
*** boden has joined #openstack-infra05:38
*** boden has quit IRC05:38
*** boden has joined #openstack-infra05:39
*** boden has quit IRC05:39
*** boden has joined #openstack-infra05:40
*** rlandy has joined #openstack-infra05:40
*** boden has quit IRC05:40
*** boden has joined #openstack-infra05:40
*** boden has quit IRC05:41
*** boden has joined #openstack-infra05:41
*** liam__ has quit IRC05:41
*** boden has quit IRC05:42
*** boden has joined #openstack-infra05:42
*** boden has quit IRC05:43
*** armax has quit IRC05:43
*** boden has joined #openstack-infra05:43
*** boden has quit IRC05:43
*** boden has joined #openstack-infra05:44
*** boden has quit IRC05:44
*** reed has quit IRC05:45
*** boden has joined #openstack-infra05:45
*** boden has quit IRC05:45
*** boden has joined #openstack-infra05:46
*** boden has quit IRC05:46
*** boden has joined #openstack-infra05:46
*** k4n0 has joined #openstack-infra05:47
*** ildikov has joined #openstack-infra05:47
*** boden has quit IRC05:47
*** boden has joined #openstack-infra05:47
*** boden has quit IRC05:48
*** boden has joined #openstack-infra05:48
*** MaxV has joined #openstack-infra05:49
*** harlowja_at_home has quit IRC05:49
*** boden has quit IRC05:49
*** shashankhegde has quit IRC05:49
*** boden has joined #openstack-infra05:49
*** boden has quit IRC05:50
*** boden has joined #openstack-infra05:50
*** rushiagr is now known as rushiagr_away05:50
*** rushiagr_away is now known as rushiagr05:51
*** boden has quit IRC05:51
*** boden has joined #openstack-infra05:51
*** boden_ has joined #openstack-infra05:52
*** boden has quit IRC05:52
*** boden_ has quit IRC05:52
*** boden has joined #openstack-infra05:53
*** boden has quit IRC05:53
*** MaxV has quit IRC05:53
*** boden has joined #openstack-infra05:54
*** boden has quit IRC05:54
*** boden has joined #openstack-infra05:54
*** gokrokve_ has joined #openstack-infra05:55
*** boden has quit IRC05:55
*** rlandy has quit IRC05:55
*** boden has joined #openstack-infra05:56
*** boden has quit IRC05:56
*** boden has joined #openstack-infra05:56
*** andreaf has quit IRC05:57
*** boden has quit IRC05:57
*** andreaf has joined #openstack-infra05:57
*** boden has joined #openstack-infra05:57
*** boden has quit IRC05:58
*** boden has joined #openstack-infra05:58
*** gokrokve has quit IRC05:58
*** boden has quit IRC05:58
*** boden has joined #openstack-infra05:59
*** gokrokve_ has quit IRC05:59
*** boden has quit IRC05:59
*** boden has joined #openstack-infra06:00
*** boden has quit IRC06:00
*** boden has joined #openstack-infra06:01
*** boden has quit IRC06:01
*** boden has joined #openstack-infra06:02
*** boden has quit IRC06:02
*** boden has joined #openstack-infra06:02
*** boden has quit IRC06:03
*** boden has joined #openstack-infra06:03
*** bhuvan has quit IRC06:04
*** boden has quit IRC06:04
*** boden has joined #openstack-infra06:04
*** boden has quit IRC06:05
*** boden has joined #openstack-infra06:05
*** boden has quit IRC06:05
*** boden has joined #openstack-infra06:06
*** boden has quit IRC06:06
*** vigneshvar has joined #openstack-infra06:07
*** boden has joined #openstack-infra06:07
*** boden has quit IRC06:07
*** [HeOS] has quit IRC06:08
*** boden has joined #openstack-infra06:08
*** IvanBerezovskiy has joined #openstack-infra06:08
*** boden has quit IRC06:08
*** boden has joined #openstack-infra06:09
*** boden has quit IRC06:09
*** boden has joined #openstack-infra06:10
*** boden has quit IRC06:10
*** SumitNaiksatam has quit IRC06:10
*** boden has joined #openstack-infra06:10
*** boden has quit IRC06:11
*** SumitNaiksatam has joined #openstack-infra06:11
*** boden has joined #openstack-infra06:11
*** wenlock has quit IRC06:11
*** boden has quit IRC06:12
*** boden has joined #openstack-infra06:12
*** kashyap has joined #openstack-infra06:12
*** boden has quit IRC06:13
*** kashyap has quit IRC06:13
*** boden has joined #openstack-infra06:13
*** r1chardj0n3s_afk is now known as r1chardj0n3s06:13
*** skolekonov has joined #openstack-infra06:13
*** boden has quit IRC06:14
*** rlandy has joined #openstack-infra06:14
*** boden has joined #openstack-infra06:14
*** boden has quit IRC06:14
*** boden has joined #openstack-infra06:15
stevemaroh look at that, retrying 1.3.1 :O06:15
*** boden has quit IRC06:15
stevemari'm late to the party :(06:16
*** boden has joined #openstack-infra06:16
*** skeppstedt has joined #openstack-infra06:16
*** boden has quit IRC06:16
*** boden has joined #openstack-infra06:17
*** boden_ has joined #openstack-infra06:18
*** boden has quit IRC06:18
openstackgerritJeffrey Zhang proposed a change to openstack-infra/project-config: Add nova-salt-formula project  https://review.openstack.org/12424806:18
*** boden_ has quit IRC06:18
*** boden has joined #openstack-infra06:18
*** boden has quit IRC06:19
*** boden has joined #openstack-infra06:19
*** boden has quit IRC06:20
*** boden has joined #openstack-infra06:20
*** boden has quit IRC06:21
*** boden has joined #openstack-infra06:21
*** boden has quit IRC06:21
*** boden has joined #openstack-infra06:22
*** boden has quit IRC06:22
*** boden has joined #openstack-infra06:23
*** shashankhegde has joined #openstack-infra06:23
*** boden has quit IRC06:23
*** boden has joined #openstack-infra06:24
*** boden has quit IRC06:24
*** boden has joined #openstack-infra06:25
*** gokrokve has joined #openstack-infra06:25
*** MaxV has joined #openstack-infra06:25
*** boden has quit IRC06:25
*** boden has joined #openstack-infra06:25
*** MaxV has quit IRC06:25
*** Daisy has joined #openstack-infra06:26
*** boden has quit IRC06:26
*** MaxV has joined #openstack-infra06:26
*** boden has joined #openstack-infra06:26
*** gokrokve has quit IRC06:26
*** boden has quit IRC06:27
*** gokrokve has joined #openstack-infra06:27
*** boden has joined #openstack-infra06:27
*** boden has quit IRC06:28
*** shashankhegde has quit IRC06:28
*** boden has joined #openstack-infra06:28
*** arosen-home1 has quit IRC06:28
*** boden has quit IRC06:28
openstackgerritJeffrey Zhang proposed a change to openstack-infra/project-config: Add cinder-salt-formula project  https://review.openstack.org/12424906:29
*** boden has joined #openstack-infra06:29
*** boden has quit IRC06:30
*** boden has joined #openstack-infra06:30
openstackgerritJeffrey Zhang proposed a change to openstack-infra/project-config: Add nova-salt-formula project  https://review.openstack.org/12424806:30
*** boden has quit IRC06:30
*** zul has quit IRC06:31
*** boden has joined #openstack-infra06:31
*** boden has quit IRC06:31
*** boden has joined #openstack-infra06:32
*** gokrokve has quit IRC06:32
*** boden has quit IRC06:32
*** boden has joined #openstack-infra06:32
*** dims has joined #openstack-infra06:33
*** boden has quit IRC06:33
*** boden has joined #openstack-infra06:33
*** boden has quit IRC06:34
*** flaper87|afk is now known as flaper8706:34
*** boden has joined #openstack-infra06:34
*** boden has quit IRC06:35
*** boden has joined #openstack-infra06:35
*** boden has quit IRC06:36
*** boden has joined #openstack-infra06:36
*** boden has quit IRC06:37
AJaegermorning flaper87, could you review https://review.openstack.org/#/c/116314/ again, please?06:37
*** boden has joined #openstack-infra06:37
openstackgerritJeffrey Zhang proposed a change to openstack-infra/project-config: Add neutron-salt-formula project  https://review.openstack.org/12425106:37
*** boden has quit IRC06:37
*** dims has quit IRC06:38
*** boden has joined #openstack-infra06:38
*** jeffrey4l has joined #openstack-infra06:38
*** boden has quit IRC06:38
*** boden has joined #openstack-infra06:39
*** boden has quit IRC06:39
jeffrey4lhi guys. I meet a except raised with AttributeError: 'module' object has no attribute 'MIME' in gate-infra-puppet-apply-centos6. Is it expected? which issue is related to this?06:39
*** boden has joined #openstack-infra06:40
*** boden has quit IRC06:40
*** boden has joined #openstack-infra06:40
*** boden has quit IRC06:41
*** boden has joined #openstack-infra06:41
AJaegerjeffrey4l, known problem - nothing you can do for now. Should be fixed in 12 hours and then just recheck your submissions.06:42
*** boden has quit IRC06:42
jeffrey4lAJaeger, Got it. Thanks a lot.06:42
*** boden has joined #openstack-infra06:42
*** boden has quit IRC06:43
*** boden has joined #openstack-infra06:43
*** boden has quit IRC06:44
*** boden has joined #openstack-infra06:44
*** mflobo__ has quit IRC06:44
*** mflobo has joined #openstack-infra06:44
*** boden has quit IRC06:45
*** boden has joined #openstack-infra06:45
*** boden has quit IRC06:45
*** boden has joined #openstack-infra06:46
*** boden has quit IRC06:46
*** rdopieralski has joined #openstack-infra06:46
*** boden has joined #openstack-infra06:47
*** boden has quit IRC06:47
*** imcsk8 has quit IRC06:47
openstackgerritJeffrey Zhang proposed a change to openstack-infra/project-config: Rename the glance-formula project name  https://review.openstack.org/12425206:47
*** boden has joined #openstack-infra06:48
*** boden has quit IRC06:48
*** pkoniszewski has joined #openstack-infra06:48
*** boden has joined #openstack-infra06:48
*** boden has quit IRC06:49
*** boden has joined #openstack-infra06:49
*** boden has quit IRC06:50
*** boden has joined #openstack-infra06:50
*** imcsk8 has joined #openstack-infra06:51
*** boden has quit IRC06:51
*** boden has joined #openstack-infra06:51
*** Daisy has quit IRC06:51
*** miqui has quit IRC06:52
*** boden has quit IRC06:52
*** salv-orlando has joined #openstack-infra06:52
*** boden has joined #openstack-infra06:52
*** zul has joined #openstack-infra06:52
*** boden has quit IRC06:52
*** boden has joined #openstack-infra06:53
*** imcsk8 has quit IRC06:53
*** imcsk8 has joined #openstack-infra06:53
*** boden has quit IRC06:53
*** boden has joined #openstack-infra06:54
*** boden has quit IRC06:54
*** boden has joined #openstack-infra06:55
*** boden has quit IRC06:55
*** boden has joined #openstack-infra06:55
*** boden has quit IRC06:56
*** boden has joined #openstack-infra06:56
*** boden has quit IRC06:57
*** boden has joined #openstack-infra06:57
*** boden has quit IRC06:58
*** boden has joined #openstack-infra06:58
*** boden has quit IRC06:59
*** boden has joined #openstack-infra06:59
*** boden has quit IRC06:59
*** boden has joined #openstack-infra07:00
*** boden has quit IRC07:00
*** boden has joined #openstack-infra07:01
*** MaxV has quit IRC07:01
*** boden has quit IRC07:01
*** boden has joined #openstack-infra07:02
*** boden has quit IRC07:02
*** boden has joined #openstack-infra07:03
*** MaxV has joined #openstack-infra07:03
*** rmcall has quit IRC07:03
*** boden has quit IRC07:03
*** boden has joined #openstack-infra07:03
*** amotoki has joined #openstack-infra07:04
*** boden has quit IRC07:04
*** boden has joined #openstack-infra07:04
*** boden has quit IRC07:05
*** MaxV has quit IRC07:05
*** rmcall has joined #openstack-infra07:05
*** boden has joined #openstack-infra07:05
*** boden has quit IRC07:06
*** boden has joined #openstack-infra07:06
*** boden has quit IRC07:07
*** boden_ has joined #openstack-infra07:07
*** boden_ has quit IRC07:07
*** boden has joined #openstack-infra07:08
*** boden_ has joined #openstack-infra07:09
*** boden has quit IRC07:09
*** boden_ has quit IRC07:09
*** boden has joined #openstack-infra07:10
openstackgerritA change was merged to openstack/requirements: block retrying 1.3.0  https://review.openstack.org/12525207:10
*** boden has quit IRC07:10
*** boden has joined #openstack-infra07:10
*** amcrn has quit IRC07:11
*** boden has quit IRC07:11
*** boden has joined #openstack-infra07:11
*** boden has quit IRC07:12
*** boden has joined #openstack-infra07:12
*** boden has quit IRC07:13
*** boden has joined #openstack-infra07:13
*** boden has quit IRC07:14
*** boden has joined #openstack-infra07:14
*** mmaglana has quit IRC07:14
*** boden has quit IRC07:15
*** boden has joined #openstack-infra07:15
*** boden has quit IRC07:15
*** boden has joined #openstack-infra07:16
*** ashaeron has joined #openstack-infra07:16
*** boden has quit IRC07:16
*** mpaolino has joined #openstack-infra07:16
*** boden has joined #openstack-infra07:17
*** andreaf has quit IRC07:18
*** boden has quit IRC07:18
*** stevemar has quit IRC07:18
*** boden_ has joined #openstack-infra07:18
*** oomichi has joined #openstack-infra07:18
*** MarkAtwood has quit IRC07:18
*** boden_ has quit IRC07:18
*** boden has joined #openstack-infra07:18
*** boden has quit IRC07:19
*** boden has joined #openstack-infra07:19
*** boden has quit IRC07:20
*** jcoufal has joined #openstack-infra07:20
*** boden has joined #openstack-infra07:20
*** boden has quit IRC07:21
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Install gdbm in ubuntu base image  https://review.openstack.org/12527607:21
*** boden has joined #openstack-infra07:21
*** boden has quit IRC07:22
*** boden has joined #openstack-infra07:22
*** boden has quit IRC07:23
*** doude has joined #openstack-infra07:23
*** boden has joined #openstack-infra07:24
*** boden_ has joined #openstack-infra07:25
*** boden has quit IRC07:25
*** boden_ has quit IRC07:25
*** KanagarajM has quit IRC07:25
*** boden has joined #openstack-infra07:26
*** boden has quit IRC07:26
*** KanagarajM has joined #openstack-infra07:26
*** boden has joined #openstack-infra07:26
*** arxcruz has joined #openstack-infra07:26
*** boden has quit IRC07:27
*** boden has joined #openstack-infra07:27
*** gokrokve has joined #openstack-infra07:28
*** boden has quit IRC07:28
*** _nadya_ has joined #openstack-infra07:28
*** boden has joined #openstack-infra07:28
*** Guest68510 has joined #openstack-infra07:28
*** boden has quit IRC07:29
*** boden has joined #openstack-infra07:29
*** rmcall has quit IRC07:29
*** boden has quit IRC07:30
*** boden has joined #openstack-infra07:30
*** boden has quit IRC07:30
*** jgallard has joined #openstack-infra07:31
*** boden has joined #openstack-infra07:31
*** boden has quit IRC07:31
*** boden has joined #openstack-infra07:32
*** gokrokve has quit IRC07:32
*** boden has quit IRC07:32
*** boden has joined #openstack-infra07:33
*** e0ne has joined #openstack-infra07:33
*** boden has quit IRC07:33
*** Daisy has joined #openstack-infra07:34
*** boden has joined #openstack-infra07:34
*** boden has quit IRC07:34
*** boden has joined #openstack-infra07:34
*** mpaolino has quit IRC07:35
*** boden has quit IRC07:35
*** boden has joined #openstack-infra07:35
*** boden has quit IRC07:36
*** boden has joined #openstack-infra07:36
*** boden has quit IRC07:37
*** boden has joined #openstack-infra07:37
*** boden_ has joined #openstack-infra07:38
*** boden has quit IRC07:38
*** boden_ has quit IRC07:38
*** boden has joined #openstack-infra07:39
*** MaxV has joined #openstack-infra07:40
*** boden has quit IRC07:40
*** boden has joined #openstack-infra07:40
*** boden has quit IRC07:40
*** boden has joined #openstack-infra07:41
*** boden has quit IRC07:41
*** boden has joined #openstack-infra07:41
openstackgerritMatthew Gilliard proposed a change to openstack-infra/config: Prevents double-execution of ci_page_loaded  https://review.openstack.org/12527907:41
*** boden has quit IRC07:42
*** boden has joined #openstack-infra07:42
*** ZZelle has quit IRC07:43
*** boden has quit IRC07:43
*** ZZelle has joined #openstack-infra07:43
*** boden has joined #openstack-infra07:43
*** boden has quit IRC07:44
*** zns_ has joined #openstack-infra07:44
*** boden has joined #openstack-infra07:44
*** boden has quit IRC07:45
*** boden has joined #openstack-infra07:45
*** e0ne has quit IRC07:45
*** boden has quit IRC07:45
*** boden has joined #openstack-infra07:46
*** boden has quit IRC07:46
*** e0ne has joined #openstack-infra07:46
*** boden has joined #openstack-infra07:47
*** boden has quit IRC07:47
*** zns has quit IRC07:47
*** boden has joined #openstack-infra07:48
*** [HeOS] has joined #openstack-infra07:48
*** boden has quit IRC07:48
*** coolsvap|afk is now known as coolsvap07:48
*** boden has joined #openstack-infra07:48
*** boden has quit IRC07:49
*** boden has joined #openstack-infra07:49
*** boden has quit IRC07:50
*** boden has joined #openstack-infra07:50
*** boden has quit IRC07:51
*** boden has joined #openstack-infra07:51
*** andreykurilin_ has joined #openstack-infra07:51
*** boden has quit IRC07:52
*** boden has joined #openstack-infra07:52
*** boden has quit IRC07:52
*** boden has joined #openstack-infra07:53
*** Ryan_Lane has quit IRC07:53
*** boden has quit IRC07:53
*** boden has joined #openstack-infra07:54
*** boden has quit IRC07:54
*** boden has joined #openstack-infra07:55
*** boden has quit IRC07:55
*** boden has joined #openstack-infra07:56
*** salv-orlando_ has joined #openstack-infra07:56
*** boden has quit IRC07:56
*** boden has joined #openstack-infra07:56
*** boden has quit IRC07:57
*** boden has joined #openstack-infra07:57
*** e0ne has quit IRC07:57
*** ociuhandu has quit IRC07:58
*** salv-orlando has quit IRC07:58
*** salv-orlando_ is now known as salv-orlando07:58
*** jswarren has quit IRC07:58
*** e0ne has joined #openstack-infra08:00
*** jistr has joined #openstack-infra08:02
*** e0ne has quit IRC08:03
openstackgerritRicardo Carrillo Cruz proposed a change to openstack-infra/config: Add settings.xml parameter to Jenkins slave class  https://review.openstack.org/12156008:06
*** ihrachyshka has joined #openstack-infra08:07
*** zz_johnthetubagu is now known as johnthetubaguy08:16
*** _nadya_ has quit IRC08:21
*** dizquierdo has joined #openstack-infra08:22
*** ayoung has quit IRC08:23
*** coolsvap is now known as coolsvap|afk08:24
*** zns_ has quit IRC08:24
*** zehicle_at_dell has quit IRC08:26
*** derekh has joined #openstack-infra08:26
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Allow use another usename than current user  https://review.openstack.org/12528508:28
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Add information about boot2docker in README  https://review.openstack.org/12528608:28
*** gokrokve has joined #openstack-infra08:28
*** jlibosva has joined #openstack-infra08:30
*** yamamoto_ has quit IRC08:31
*** gokrokve has quit IRC08:33
*** mika has quit IRC08:33
*** mika has joined #openstack-infra08:38
rcarrillocruzmorning08:39
rcarrillocruzanyone getting this failure in gate-infra-puppet-apply-centos6 ?08:39
*** mpaolino has joined #openstack-infra08:39
rcarrillocruzhttp://logs.openstack.org/60/121560/8/check/gate-infra-puppet-apply-centos6/c08ad42/console.html08:39
*** [HeOS] is now known as HeOS08:39
rcarrillocruzdoesn't seem to be related to my change at all08:39
openstackgerritA change was merged to stackforge/dox: Better support for multiple commands  https://review.openstack.org/12056208:44
*** dizquierdo has quit IRC08:50
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Allow use another usename than current user  https://review.openstack.org/12528508:50
*** che-arne has joined #openstack-infra08:53
jeffrey4lrcarrillocruz, I get the same error and i am told by " known problem - nothing you can do for now. Should be fixed in 12 hours and then just recheck your submissions."08:54
*** Daviey has quit IRC08:54
*** mflobo has left #openstack-infra08:54
AJaegerrcarrillocruz, everybody getting it, the swift upload is broken ;(08:55
*** amuller has joined #openstack-infra08:55
*** cdent has joined #openstack-infra08:56
*** jgallard has quit IRC08:57
*** jgallard has joined #openstack-infra08:57
*** unicell has joined #openstack-infra09:00
*** andreykurilin_ has quit IRC09:00
*** e0ne has joined #openstack-infra09:01
*** Daviey has joined #openstack-infra09:07
*** praneshp has quit IRC09:14
openstackgerritA change was merged to openstack-infra/release-tools: Fix rcdelivery.sh using wrong final version  https://review.openstack.org/12496309:14
*** jp_at_hp has joined #openstack-infra09:15
*** loki184 has joined #openstack-infra09:16
*** afazekas has joined #openstack-infra09:17
*** psedlak has quit IRC09:18
*** ociuhandu has joined #openstack-infra09:19
*** oomichi has quit IRC09:20
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Set commands on dox.yml of dox to a list  https://review.openstack.org/12529309:22
*** andreaf_ is now known as andreaf09:23
*** Daisy has quit IRC09:23
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Set commands on dox.yml of dox to a list  https://review.openstack.org/12529309:24
*** koolhead17 has joined #openstack-infra09:25
*** koolhead17 has joined #openstack-infra09:25
*** gokrokve has joined #openstack-infra09:26
*** psedlak has joined #openstack-infra09:27
*** ociuhandu has quit IRC09:30
*** ociuhandu has joined #openstack-infra09:30
*** gokrokve has quit IRC09:31
*** rushiagr is now known as rushiagr_away09:31
*** pkoniszewski has quit IRC09:31
*** pkoniszewski has joined #openstack-infra09:32
openstackgerritJoshua Hesketh proposed a change to openstack-infra/jenkins-job-builder: Start libification of jjb  https://review.openstack.org/10772409:32
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Report failed post jobs to openstack-qa  https://review.openstack.org/12529809:35
*** mwagner_lap has quit IRC09:36
*** wendar has quit IRC09:38
*** wendar has joined #openstack-infra09:38
rcarrillocruzjeffrey4l , AJaeger : thx :/09:39
*** mpaolino has quit IRC09:47
AJaegerjhesketh, flaper87, I just fixed one post job that always fails: https://review.openstack.org/125301 (see 125298)09:49
*** valhallasw`cloud has joined #openstack-infra09:57
*** mrmartin has quit IRC09:59
*** Longgeek has quit IRC10:01
*** skeppstedt has quit IRC10:02
*** e0ne has quit IRC10:03
openstackgerritSean Dague proposed a change to openstack-infra/zuul: add support for filtering changes in zuul webapp  https://review.openstack.org/12500210:03
*** Longgeek has joined #openstack-infra10:03
openstackgerritSean Dague proposed a change to openstack-infra/zuul: add support for getting status of individual changes  https://review.openstack.org/12439010:03
*** Longgeek has quit IRC10:04
*** Longgeek has joined #openstack-infra10:04
*** valhallasw`cloud has left #openstack-infra10:05
*** Guest68510 has quit IRC10:06
*** lttrl has joined #openstack-infra10:06
*** jgallard has quit IRC10:07
*** Svedrin has quit IRC10:08
*** Svedrin has joined #openstack-infra10:08
*** e0ne has joined #openstack-infra10:09
*** che-arne|2 has joined #openstack-infra10:10
*** berendt has joined #openstack-infra10:11
*** che-arne has quit IRC10:12
*** eglynn-officeafk is now known as eglynn-office10:12
*** mrmartin has joined #openstack-infra10:12
*** Longgeek_ has joined #openstack-infra10:13
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Add information about boot2docker in README  https://review.openstack.org/12528610:13
*** pcm_ has joined #openstack-infra10:14
*** timrc-afk has quit IRC10:15
*** pcm_ has quit IRC10:15
*** Svedrin has quit IRC10:16
*** pcm_ has joined #openstack-infra10:16
*** Longgeek_ has quit IRC10:16
*** Longgeek has quit IRC10:16
*** Longgeek has joined #openstack-infra10:16
*** abramley has quit IRC10:16
*** schang has quit IRC10:16
*** spiffxp has quit IRC10:16
*** spiffxp has joined #openstack-infra10:17
*** schang has joined #openstack-infra10:18
*** timrc-afk has joined #openstack-infra10:18
*** timrc-afk is now known as timrc10:18
*** abramley has joined #openstack-infra10:19
sdaguejhesketh: I fixed the whitespace issue with the zuul patches10:19
*** Svedrin has joined #openstack-infra10:19
*** mwagner_lap has joined #openstack-infra10:20
*** jedimike has joined #openstack-infra10:21
*** koolhead17 has quit IRC10:22
*** Longgeek_ has joined #openstack-infra10:22
jheskethsdague: cool10:22
*** mrmartin has quit IRC10:23
*** Longgeek_ has quit IRC10:23
*** Daisy has joined #openstack-infra10:23
*** Longgeek_ has joined #openstack-infra10:24
*** Longgeek has quit IRC10:26
*** gokrokve has joined #openstack-infra10:26
*** Daisy_ has joined #openstack-infra10:27
*** Longgeek_ has quit IRC10:28
*** Longgeek has joined #openstack-infra10:28
*** Daisy has quit IRC10:29
*** Daisy_ is now known as Daisy10:30
*** Longgeek has quit IRC10:30
*** gokrokve has quit IRC10:30
*** Longgeek has joined #openstack-infra10:31
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: Revert "Revert "Enable the swift logs env vars for all jobs""  https://review.openstack.org/12526210:32
openstackgerritJoshua Hesketh proposed a change to openstack-infra/project-config: experimental-swift-logs-{name}-pep8 on centos  https://review.openstack.org/12531310:32
*** Longgeek_ has joined #openstack-infra10:33
*** yamahata has quit IRC10:34
*** Longgeek has quit IRC10:36
*** Daisy has quit IRC10:36
*** Daisy has joined #openstack-infra10:37
*** unicell has quit IRC10:38
*** habib__ has joined #openstack-infra10:38
*** mrmartin has joined #openstack-infra10:39
*** KanagarajM has quit IRC10:40
*** mrmartin has quit IRC10:43
*** unicell has joined #openstack-infra10:46
*** koolhead17 has joined #openstack-infra10:49
*** koolhead17 has joined #openstack-infra10:49
openstackgerritNikita Konovalov proposed a change to openstack-infra/storyboard: Added tags controllers  https://review.openstack.org/11421710:49
*** Longgeek_ has quit IRC10:56
*** _nadya_ has joined #openstack-infra10:58
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: fix stray bracket in the html, was missed first time around  https://review.openstack.org/12531411:01
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Set commands on dox.yml of dox to a list  https://review.openstack.org/12529311:02
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Allow use another usename than current user  https://review.openstack.org/12528511:02
*** loki184 has quit IRC11:02
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Remove django_openstack_auth-coverage job  https://review.openstack.org/12531711:03
sdaguejhesketh: to get back to the UX issue from yesterday - look at this patch - https://review.openstack.org/#/c/125078/ and tell me which test result is keeping it from landing :)11:05
*** e0ne has quit IRC11:05
openstackgerritA change was merged to openstack-infra/elastic-recheck: fix stray bracket in the html, was missed first time around  https://review.openstack.org/12531411:07
*** e0ne has joined #openstack-infra11:08
jheskethsdague: yeah, that's not great11:10
*** baoli has joined #openstack-infra11:12
*** dims has joined #openstack-infra11:12
*** rcarrillocruz has left #openstack-infra11:13
*** zns has joined #openstack-infra11:18
*** adalbas has joined #openstack-infra11:18
*** Longgeek has joined #openstack-infra11:20
*** Longgeek has quit IRC11:21
*** Longgeek has joined #openstack-infra11:22
*** adalbas has quit IRC11:24
*** gokrokve has joined #openstack-infra11:26
*** Longgeek has quit IRC11:28
*** Longgeek has joined #openstack-infra11:28
*** GheRivero has quit IRC11:30
*** GheRivero has joined #openstack-infra11:30
*** GheRivero has quit IRC11:30
*** GheRivero has joined #openstack-infra11:31
*** gokrokve has quit IRC11:31
*** jeffrey4l has quit IRC11:33
*** e0ne has quit IRC11:33
*** unicell has quit IRC11:34
*** unicell has joined #openstack-infra11:34
*** baoli has quit IRC11:35
*** Daisy has quit IRC11:38
*** vigneshvar has quit IRC11:39
*** dmsimard_away is now known as dmsimard11:40
*** _nadya_ has quit IRC11:44
AJaegersdague, that is indeed confusing and needs expert knowledge ;(11:47
*** ayoung has joined #openstack-infra11:47
*** zns has quit IRC11:49
*** jeffrey4l has joined #openstack-infra11:50
*** mpaolino has joined #openstack-infra11:51
*** tsg has joined #openstack-infra11:53
*** hashar has joined #openstack-infra11:53
*** Guest68510 has joined #openstack-infra11:55
openstackgerritA change was merged to openstack-infra/elastic-recheck: import logging.config  https://review.openstack.org/12525011:55
*** dprince has joined #openstack-infra11:55
*** Longgeek has quit IRC11:55
*** tnurlygayanov has quit IRC11:57
*** Svedrin has quit IRC11:59
*** baoli has joined #openstack-infra12:01
ZZelleSergeyLukjanov, hi12:04
anteayaboden I hope you got your client fixed12:04
bodenanteaya -- sorry I'm not following?12:04
AJaegergood morning, anteaya12:05
anteayamorning AJaeger12:05
anteayaboden: your client connected and disconnected all night12:06
anteayaand stopped shortly after 7:00utc today12:06
bodenanteaya -- ah, must be a feature of this client when my mac is trying to sleep12:06
anteayaso I hope that whatever comcast magic was causing it to do that is addressed12:06
anteayafeature, there's a word12:06
AJaegeranteaya, fungi, we need   https://review.openstack.org/#/c/125261 approved to unbreak the gate for project-config - might be ninja-approval. Clarkb was discussing this during his night....12:07
*** hashar has quit IRC12:07
*** sdake_ has joined #openstack-infra12:07
*** sdake_ has quit IRC12:07
*** sdake_ has joined #openstack-infra12:07
*** isviridov is now known as isviridov_na12:07
anteayaboden: started 2014-09-30T21:10:53 yesterday: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2014-09-30.log12:08
*** tsg has quit IRC12:08
anteayaAJaeger: looking, what is the tl;dr of the backscroll?12:08
AJaegerthe swift upload does not work on our centos nodes12:09
bodenanteaya -- interesting. I'll see if I can mitigate that noise12:09
AJaegerSo, we need to revert the patch (125261) to pass the gates and then do it properly...12:09
AJaegerjhesketh has been working on fixing this...12:09
AJaegercurrently any change using gate-infra-puppet-apply-centos6 fails ;(12:10
anteayaboden: thanks12:10
anteayaAJaeger: okay I am +212:11
AJaegeranteaya, but I didn't read all the discussion12:11
jheskethAJaeger: yeah so the fix is here: https://review.openstack.org/#/c/125261/12:11
anteayaI won't try to +A since it will fail because jenkins is -112:11
jheskethbut because the test is broken we need to push it through12:11
AJaegerjhesketh, still awake?12:11
jheskethAJaeger: yep :-)12:11
AJaegeranteaya, please ping fungi once he's awake, I'm going offline now for an hour or two...12:12
anteayajhesketh: care to expand on why this breaks on centos for the lazy and bleary eyed?12:12
jheskethclarkb was looking at it.. he was tracking a different problem in parallel though so I'm not sure where that is up to12:12
anteayaAJaeger: enjoy your off time12:12
AJaegerthanks12:12
jheskethanteaya: an older version of python-magic12:12
anteayajhesketh: awesome12:12
jheskethbroke the swift upload script12:12
jheskethon centos12:12
anteayawell we seem to agree on what will unbreak us so you can keep working12:13
jheskethso turn off swift uploads while we fix that12:13
anteayamakes sense to me12:13
jheskeththe problem is somebody with root needs to push through the fix12:13
anteayaright12:13
sdaguefungi: I merged the fix for the ER bot12:13
anteayaSergeyLukjanov is in CA12:13
sdagueso if you want to try to start it up, we should be good12:13
anteayaso fungi is our best hope12:13
*** baoli has quit IRC12:14
*** jgallard has joined #openstack-infra12:18
*** baoli has joined #openstack-infra12:19
*** JayJ has joined #openstack-infra12:20
*** cnesa15 has joined #openstack-infra12:20
*** dims has quit IRC12:21
*** dims has joined #openstack-infra12:21
*** hashar has joined #openstack-infra12:22
*** hashar has quit IRC12:22
anteayajhesketh: I +2'd the series12:23
*** hashar has joined #openstack-infra12:23
*** aysyanne has joined #openstack-infra12:25
anteayaI'm away this morning in about an hour and a half I leave12:25
*** gokrokve has joined #openstack-infra12:26
*** mpaolino has quit IRC12:27
jheskethanteaya: okay, hopefully somebody will be around when fungi or somebody else wakes up :-)12:29
*** sdake_ has quit IRC12:29
anteayahopefully, though fungi is very good at backscroll12:30
*** koolhead_ has joined #openstack-infra12:31
*** gokrokve has quit IRC12:31
openstackgerrityolanda.robla proposed a change to openstack-infra/storyboard: Disable login for users  https://review.openstack.org/11217412:31
*** koolhead17 has quit IRC12:33
*** zns has joined #openstack-infra12:33
*** _nadya_ has joined #openstack-infra12:34
*** adalbas has joined #openstack-infra12:35
*** skeppstedt has joined #openstack-infra12:36
*** julim has joined #openstack-infra12:36
*** masayukig has quit IRC12:37
*** masayukig has joined #openstack-infra12:38
*** yamahata has joined #openstack-infra12:38
*** Longgeek has joined #openstack-infra12:42
*** Longgeek has quit IRC12:42
*** Longgeek has joined #openstack-infra12:43
dmsimardYou guys have any clue how to get a post from planet.openstack.org remove ?12:44
dmsimardremoved*12:44
dmsimardIt looks like it picked up one of my drafts on top of a real post, resulting in the post being listed twice with slight differences12:45
*** zns has quit IRC12:45
*** kgiusti has joined #openstack-infra12:46
*** mpaolino has joined #openstack-infra12:46
anteayadmsimard: I do not, perhaps reed or fungi have better insight12:46
*** Longgeek_ has joined #openstack-infra12:46
openstackgerritAidan McGinley proposed a change to openstack-infra/jenkins-job-builder: Adds support for the Config File Provider Plugin  https://review.openstack.org/11902112:46
*** Longgeek_ has quit IRC12:47
*** mjturek has joined #openstack-infra12:47
*** Longgeek_ has joined #openstack-infra12:48
openstackgerritChmouel Boudjnah proposed a change to stackforge/dox: Add information about boot2docker in README  https://review.openstack.org/12528612:48
*** andreykurilin_ has joined #openstack-infra12:49
*** tsg has joined #openstack-infra12:49
*** mmedvede has joined #openstack-infra12:49
*** Longgeek has quit IRC12:49
openstackgerritA change was merged to stackforge/dox: Set commands on dox.yml of dox to a list  https://review.openstack.org/12529312:52
*** skolekonov has quit IRC12:53
openstackgerritAnita Kuno proposed a change to openstack-infra/config: Removes 4 scripts from tools/  https://review.openstack.org/12534312:54
*** eharney has joined #openstack-infra12:56
*** andreykurilin_ has quit IRC12:57
openstackgerritA change was merged to openstack-infra/releasestatus: Fix number of required arguments  https://review.openstack.org/12467612:59
*** amotoki has quit IRC13:00
*** e0ne has joined #openstack-infra13:02
*** dustins has joined #openstack-infra13:02
*** skeppste_ has joined #openstack-infra13:03
*** skeppstedt has quit IRC13:03
*** dkranz has quit IRC13:04
*** ildikov has quit IRC13:04
openstackgerritA change was merged to openstack-infra/releasestatus: Breadcrumb lists should be unordered  https://review.openstack.org/12467713:04
*** ildikov has joined #openstack-infra13:05
anteayaAJaeger: when you are around again, if we could spend a minute on https://review.openstack.org/#/c/124818/1 I'd be grateful13:05
*** ildikov is now known as ildikov_afk13:05
anteayaAJaeger: I'm just unfamiliar with the tox whitelist syntax so I'm not 100% sure what is going on13:05
*** miqui has joined #openstack-infra13:06
*** mbacchi has joined #openstack-infra13:08
openstackgerritA change was merged to stackforge/dox: Allow use another usename than current user  https://review.openstack.org/12528513:10
*** Svedrin has joined #openstack-infra13:10
openstackgerritA change was merged to stackforge/dox: Add information about boot2docker in README  https://review.openstack.org/12528613:10
*** zns has joined #openstack-infra13:14
*** mriedem has joined #openstack-infra13:16
jheskethright, I'm off for the night13:16
jheskethseeya13:16
*** baoli has quit IRC13:19
*** mfer has joined #openstack-infra13:19
*** yfried|afk has quit IRC13:19
*** yfried|afk has joined #openstack-infra13:20
anteayanight jhesketh13:20
openstackgerritChmouel Boudjnah proposed a change to openstack-infra/project-config: Fix dox irc chan notification and add py33 job  https://review.openstack.org/12535013:21
*** dkranz has joined #openstack-infra13:23
*** aysyanne has quit IRC13:25
fungijhesketh: sdague: anteaya: what are we hoping i'm around to take care of?13:26
*** gokrokve has joined #openstack-infra13:26
fungiahh, i see13:27
*** aysyanne has joined #openstack-infra13:28
openstackgerritA change was merged to openstack-infra/project-config: Revert "Enable the swift logs env vars for all jobs"  https://review.openstack.org/12526113:28
*** nosnos has quit IRC13:28
anteayaI just approved a repo creation patch and am watching it13:28
fungizuul should get that ^ in just a moment13:28
fungianteaya: i don't think it will work yet13:28
*** nosnos has joined #openstack-infra13:29
anteayafungi: oh okay13:29
anteayaand thanks for fixing swfit logs13:29
dmsimardfungi: anteaya said you might be able to help me get a post removed on planet.openstack.org. It picked up a draft on my blog on top of the real post so it's showing twice with slight differences.13:29
fungianteaya: puppet has to run on the puppetmaster, push that config change to zuul and then it does a graceful reload to reread the configuration file13:29
anteayathe centos job is queued13:29
anteayaah it will fail then, a race to the puppet13:30
anteayaI should have waited13:30
anteayasilly me13:30
fungianteaya: yeah, so it's already in the gearman queue with those problem parameters13:30
anteayaawesome13:30
anteayaI'll let it fall out and try again13:30
fungidmsimard: it's been ages since i've performed surgery on the planet feed, but i'll see if i can refresh my memory on how to do that correctly13:30
*** afazekas has quit IRC13:30
*** gokrokve has quit IRC13:31
dmsimardfungi: That'd be great :) There's one with the title "S3QL, a filesystem over HTTP with Swift" and then "S3QL, a filesystem over HTTP with Openstack Swift". The first one needs to be removed.13:31
dmsimardHad to change the title, you know, so it doesn't get confused with Apple's Swift :(13:32
*** _buzz_ has joined #openstack-infra13:32
*** xyang0 has joined #openstack-infra13:33
sdaguedmsimard: so... it's probably worth figuring out how this happened as well13:33
*** nosnos has quit IRC13:33
*** afazekas has joined #openstack-infra13:33
sdaguebecause that should only happen if your rss a) published a draft thing and b) doesn't do guuid correctly13:33
dmsimardsdague: Probably my fault if I had to guess - only one post (the "real" one) is showing on the RSS feed though13:33
fungidmsimard: there's dmsimard.com,2014-09-29,2014,09,29,s3ql-a-filesystem-over-http-with-openstack-swift and dmsimard.com,2014-09-29,2014,09,29,s3ql-a-filesystem-over-http-with-swift13:33
fungidmsimard: which of those should be removed?13:34
dmsimardfungi: dmsimard.com,2014-09-29,2014,09,29,s3ql-a-filesystem-over-http-with-swift13:34
fungik13:34
sdaguedmsimard: yeh, I think your blogging software is broken13:35
sdaguethe guid needs to remain stable13:35
dmsimardsdague: First time I see that happening - might have to do with the fact that the name of the post changed ?13:36
sdaguedmsimard: yep13:36
sdagueand your blog software doesn't do the correct thing and keep the old guid13:36
sdaguebecause that's actually supposed to identify it idempotently going forward13:36
*** signed8bit has joined #openstack-infra13:38
fungimmm... seems it's mailman day once again13:39
anteayafungi: the puppetmaster host identified here isn't available, I'm guessing that is the one you deleted yesterday, what is the url for the new host? http://ci.openstack.org/puppet.html13:39
anteayafungi: yay, mailman day13:39
* anteaya gets her sneakers and cardigan13:40
*** dane_leblanc has joined #openstack-infra13:40
dmsimardsdague: I'll see if there is a bug opened in pelican about that :)13:40
fungianteaya: i haven't deleted or shut down any server, but puppetmaster.openstack.org is the current master. it doesn't really have a "url" as far as i know13:41
*** esker has joined #openstack-infra13:41
anteayafungi: well it isn't up for me13:41
dmsimardsdague: Ah, in fact it might be more related to the rss generation part.. I'll look into it.13:41
fungidmsimard: your extra post is removed now13:41
anteayahttp://puppetmaster.openstack.org/ doesn't resolve to anything for me13:42
dmsimardfungi: Thanks, appreciate it13:42
*** jaypipes has joined #openstack-infra13:42
fungianteaya: it should resolve just fine. i can ssh into it with no trouble13:42
anteayafungi: can you get a browser to do something useful if you click on that link?13:43
fungianteaya: and anyway, http://status.openstack.org/zuul/ says "Last reconfigured: Wed Oct 01 2014 13:35:43 GMT+0000 (UTC)" so it's been updated for about 8 minutes now13:43
fungianteaya: click on what link?13:43
anteayahttp://puppetmaster.openstack.org/13:43
*** aysyanne has quit IRC13:44
fungianteaya: why would that do anything? we don't even have http allowed from anywhere in the iptables rule on that host13:45
*** armax has joined #openstack-infra13:45
*** dangers_away is now known as dangers13:45
fungianteaya: where were you finding a hyperlink to that url?13:45
anteayaI didn't13:46
anteayain the docs it said puppetmaster.openstack.org13:46
anteayaand I copy/pasted13:46
fungiyes, that's its hostname13:46
anteayaand https doesn't do anything either13:46
fungiit doesn't run a reachable webserver13:46
anteayaoh13:46
anteayawell hard for me to view updates in a browser13:47
*** jgrimm is now known as zz_jgrimm13:47
*** jeffrey4l has left #openstack-infra13:47
anteayawhich I thought I could do a week or so ago13:47
fungiwell, technically it does run an http(s)-based api socket front-ended by apache on high-numbered ports used by puppet agents13:47
fungiare you thinking of http://puppetboard.openstack.org/ maybe?13:47
anteayayes13:47
fungi(a.k.a. puppetdb.o.o too, same machine_13:48
*** gokrokve_ has joined #openstack-infra13:48
*** zns has quit IRC13:48
*** rfolco has quit IRC13:49
*** zns has joined #openstack-infra13:49
anteayaany reason why puppetboard.openstack.org is not listed in the puppet documentaion on ci.openstack.org?13:50
*** rfolco has joined #openstack-infra13:50
anteayaat this point I'm too frightened to offer a patch but I will ask the question13:51
*** wenlock has joined #openstack-infra13:52
fungifrightened of what? but sure, it's worth linking somewhere... the only doc in openstack-infra/config mentioning puppetdb or puppetboard is http://ci.openstack.org/running-your-own.html13:53
*** HeOS_ has quit IRC13:53
fungiprobably wouldn't hurt to have a section in ci.o.o for it13:54
anteayapuppetboard would need its own section? I had been thinking of offering it to the puppet.rst13:54
*** AJaeger_ has joined #openstack-infra13:54
anteayafrightened about feeling that I should know stuff I don't know13:55
anteayalike that I should know that puppetmaster.openstack.org doesn't have a webserver13:55
anteayaI didn't know that, but now I do13:55
AJaeger_anteaya: I'm around - shall I explain the whitelist?13:56
*** HeOS_ has joined #openstack-infra13:56
*** hdd has joined #openstack-infra13:57
fungianteaya: probably would be a good idea to rope nibalizer into documenting the puppetboard+puppetdb configuration and management. it's definitely a distinct system with its own set of challenges13:58
AJaeger_anteaya: see http://tox.readthedocs.org/en/latest/example/basic.html - search for whitelist13:58
fungior at least getting his help to fill in the blanks13:58
AJaeger_anteaya: if you call a command outside of the virtualenvironment, tox will complain. The whitelist shuts off the warning13:59
*** rfolco has quit IRC13:59
*** pelix has joined #openstack-infra14:00
*** krtaylor has quit IRC14:01
*** ildikov has joined #openstack-infra14:01
anteayaAJaeger_: ah, okay thanks14:02
*** ildikov_afk has quit IRC14:02
*** gokrokve_ has quit IRC14:02
*** dustins has quit IRC14:02
*** gokrokve has joined #openstack-infra14:03
*** nelsnelson has joined #openstack-infra14:03
anteayaAJaeger_: so you can still use the commands outside the venv you just don't have to hear the whining about it14:03
BobBallAny chance someone can re-add "Citrix XenServer CI" to the voting list?14:03
anteayafungi: okay yes, if it needs more than a link then nibalizer is probably the right person14:03
*** sarob_away is now known as sarob14:03
*** dustins has joined #openstack-infra14:03
anteayaBobBall: hi, yes, I didn't get around to that yesterday, thanks for the reminder14:03
BobBallgreat, thanks anteaya :)14:04
*** hashar has quit IRC14:04
*** shashankhegde has joined #openstack-infra14:04
fungialso, today's xen advisory seems to explain the reason for the emergency rackspace reboots (amazon ec2's forced reboots too?)... http://xenbits.xen.org/xsa/advisory-108.html14:04
BobBallyes fungi - that's right14:04
fungihypervisor breakout. not good. not good at all14:05
*** hashar has joined #openstack-infra14:05
BobBall"only" reading information14:05
anteayaBobBall: you should be good now14:05
BobBallcan't run commands outside of your VM or in the hypervisor14:05
fungikinda suspected that might be the case when they announced last week they would be releasing another advisory today14:05
fungisince the advisories early last week didn't look completely terrible14:05
BobBallOf course, if the information that you randomly get to read happens to be the hypervisors private key... ... ... ;)14:05
*** gokrokve_ has joined #openstack-infra14:06
*** aysyd has joined #openstack-infra14:06
fungialso, read access credentials for other tenants sharing the local hypervisor, then log into them and increase your chances of finding the hypervisor's private key ;)14:06
*** homeless has joined #openstack-infra14:06
anteayaAJaeger_: can you re-approve this? I don't know how to do it myself and have to run away to an appointment14:07
BobBallTrue - although the pages you get to read don't change until you reboot14:07
AJaeger_anteaya: just use "recheck"14:07
AJaeger_anteaya: I'll take care of it14:07
fungioh, so mostly random change14:07
fungier, random chance14:07
*** dprince has quit IRC14:07
BobBallso it's hard to actively exploit but if you do get lucky you get the keys to the kingdom14:07
anteayaAJaeger_: thanks14:07
*** rfolco has joined #openstack-infra14:08
*** gokrokve has quit IRC14:08
BobBallAlthough, if you have management on a seperate network - which is the norm + recommended, you couldn't get into the hypervisor through that route either (not sure if there would be a way to actually get into hypervisor / dom0 without management interface access)14:08
*** rfolco has quit IRC14:10
*** stevemar has joined #openstack-infra14:10
*** rfolco has joined #openstack-infra14:10
*** che-arne|2 has quit IRC14:10
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Remove django_openstack_auth-coverage job  https://review.openstack.org/12531714:11
fungiyeah, though we've had plenty of design flaws and lack of clear guidance to deployers which have left hypervisor management addresses connected to the bridges of tenants (or ssh listening on the tenant bridges, et cetera)14:11
*** pkoniszewski has quit IRC14:12
*** jlibosva has quit IRC14:13
BobBallUsers, eh?... Never do what's good for them :P14:13
openstackgerritA change was merged to openstack-infra/project-config: Add Kolla Project  https://review.openstack.org/12445314:14
*** timrc is now known as timrc-afk14:16
*** aysyd has quit IRC14:16
*** openstackgerrit has quit IRC14:18
*** openstackgerrit has joined #openstack-infra14:18
*** bknudson has joined #openstack-infra14:19
AJaeger_fungi, sdague looking a bit into jhesketh's patch https://review.openstack.org/125298 (notifications to -qa about failed post jobs), I wonder about the coverage jobs.14:19
*** Sincler has joined #openstack-infra14:20
AJaeger_Do we really need them? Seeing a few projects that have a completely broken setup, I wonder whether it's usefull or not.14:20
AJaeger_one fix is https://review.openstack.org/125317 - or should we remove -cover completely from the template?14:21
fungiAJaeger_: some projects do actually look at them, from what i hear. also when we've tried to remove them for neglect in the past, people have complained that they were going to fix them14:21
AJaeger_fungi, so what should we do with projects that are not setup at all for coverage?14:22
AJaeger_With glance_store, it was a missing-requirement, so I proposed a patch (already merged) to fix text-requirements14:23
AJaeger_with django-openstack_auth, there's no tox cover environment, so I propose to remove it.14:23
AJaeger_Is that the best way forward?14:23
AJaeger_Or file bugs for each project?14:23
fungiAJaeger_: yeah, i don't think getting rid of coverage jobs for all projects is warranted, but certainly not repeatedly running coverage jobs which can't complete and generate a report is a waste of resources14:24
fungier, s/not//14:24
*** wenlock has quit IRC14:24
*** ildikov has quit IRC14:25
AJaeger_fungi: is there an easy way to get a list of currently failing post jobs - or only of failing coverage jobs?14:25
*** krtaylor has joined #openstack-infra14:25
*** garyh has joined #openstack-infra14:26
fungiAJaeger_: you might be able to mine it out of graphite.openstack.org14:26
* AJaeger_ is a graphite newby, let's see...14:26
*** mpaolino has quit IRC14:26
*** che-arne has joined #openstack-infra14:26
*** zz_dimtruck is now known as dimtruck14:27
*** zns has quit IRC14:28
*** aysyd has joined #openstack-infra14:28
*** annegentle has joined #openstack-infra14:30
*** dkranz has quit IRC14:30
*** david-lyle_ has joined #openstack-infra14:30
*** timrc-afk is now known as timrc14:30
fungiAJaeger_: http://graphite.openstack.org/render/?target=stats.zuul.pipeline.post.job.glance-coverage.None&target=stats.zuul.pipeline.post.job.glance-coverage.SUCCESS&target=stats.zuul.pipeline.post.job.glance-coverage.FAILURE&from=20140801&until=2014100114:32
fungiAJaeger_: that's an example with successful and failing runs within the past two months14:32
*** miqui has quit IRC14:33
funginova is a bit more exciting14:33
*** miqui has joined #openstack-infra14:33
fungiaha, cinder is a good example of one with no successes14:34
AJaeger_fungi: that helps with a single project - is there a way to find all projects with failures in the last 24 hours?14:35
AJaeger_cinder has some success - but very little...14:35
AJaeger_ok, I guess I just check jenkins* for failed jobs...14:36
clarkbit is sad we cant call swift just swift because of an apple programming language that barely exists14:36
fungiAJaeger_: well, finding projects which have failures doesn't help much... you need to find projects with no successes over some reasonable span of time (long enough to be statistically significant)14:36
*** zns has joined #openstack-infra14:36
fungiAJaeger_: and we can pull raw stats out of graphite. i was just starting with graphs for demonstrative purposes14:37
*** dprince has joined #openstack-infra14:37
*** skeppste_ has quit IRC14:37
AJaeger_fungi: I was more thinking: if the last few runs failed, I look at the log file of the most recent run and see whether the job is setup correctly14:37
AJaeger_Just a way to find completely broken setups...14:37
*** dhellmann has joined #openstack-infra14:38
*** skeppstedt has joined #openstack-infra14:38
*** dhellmann has quit IRC14:38
AJaeger_fungi: I think you're a step ahead of me looking at jobs that often fail14:38
*** dkranz has joined #openstack-infra14:38
openstackgerritA change was merged to openstack-infra/project-config: Fix dox irc chan notification and add py33 job  https://review.openstack.org/12535014:39
*** david-lyle_ is now known as david-lyle14:40
*** YorikSar has quit IRC14:40
AJaeger_fungi: projects like barbican that have [tox:coverage] instead of [tox:cover] - https://review.openstack.org/12536214:41
*** dhellmann has joined #openstack-infra14:41
*** skeppstedt has quit IRC14:41
*** zz_jgrimm is now known as jgrimm14:41
*** skeppstedt has joined #openstack-infra14:41
sdaguefungi: hey, so things like grenade still running on icehouse patches is out there14:42
sdaguefungi: is there a project config patch cleaning the rest of this up already, or should I write it14:43
*** dkranz has quit IRC14:43
*** _nadya_ has quit IRC14:43
fungisdague: oh! looks like https://review.openstack.org/124923 did not get approved yet14:44
fungii thought it had been on monday14:44
fungisdague: approve away (that whole chain, i believe)14:44
fungii'm surprised it hasn't wound up in a merge conflict yet14:45
*** otherwiseguy has joined #openstack-infra14:46
rfolcohi clarkb - still trying to resolve nodepool issues here. could you please tell if these versions of gearman and zmq are ok ?14:47
rfolcogearman-job-server               0.27-5ubuntu314:47
*** markmcclain has joined #openstack-infra14:47
*** markmcclain has quit IRC14:47
rfolcoclarkb, and libzmq1                          2.1.11-1ubuntu114:47
*** pcrews has joined #openstack-infra14:47
*** openstackgerrit has quit IRC14:47
*** markmcclain has joined #openstack-infra14:48
clarkbrfolco dont use system installed libzmq. pyzmq installs its own if it needs to and jeromq in jenkins is all native jave14:48
*** openstackgerrit has joined #openstack-infra14:48
AJaeger_sdague, fungi I'll approve them14:49
clarkbalso the gearman server shouldnt matter for this but we use gear not upstream gearman14:49
clarkbfungi did/are image updates happening today?14:49
sdaguefungi: so will that actually merge?14:49
*** datsun180b has joined #openstack-infra14:49
* clarkb should get his keys14:49
sdaguedid the centos6 thing happen14:49
rfolcothanks++ clarkb14:50
clarkbsdague it did14:50
*** wenlock has joined #openstack-infra14:50
fungisdague: it should merge14:50
*** alexpilotti has joined #openstack-infra14:50
fungiclarkb: i haven't looked yet14:50
*** _buzz_ has quit IRC14:51
*** rdopieralski has quit IRC14:52
*** denis_makogon has quit IRC14:52
*** spiffxp has quit IRC14:53
*** ihrachyshka has quit IRC14:53
* clarkb gets keys14:54
*** spiffxp has joined #openstack-infra14:54
*** tonytan4ever has joined #openstack-infra14:55
sdaguefungi: ok, 1 more14:55
openstackgerritSean Dague proposed a change to openstack-infra/project-config: remove all grenade-icehouse jobs  https://review.openstack.org/12537114:56
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Remove coverage job from doc8  https://review.openstack.org/12537214:56
openstackgerritA change was merged to openstack-infra/project-config: Stop running jobs for stable/havana  https://review.openstack.org/12492314:56
fungisdague: oh, right, i didn't think to look for icehouse-specific grenade jobs14:56
*** dhellman_ has joined #openstack-infra14:57
openstackgerritA change was merged to openstack-infra/project-config: Delete stable/havana job configs  https://review.openstack.org/12492414:57
*** dhellmann_ has quit IRC14:57
*** thedodd has joined #openstack-infra14:57
* fungi had just blindly gone through and switched the havana branch blacklist to icehouse for all grenade jobs instead14:58
clarkbfungi: image builds are running for snapshot images (some have completed)14:58
sdaguefungi: it strikes me that it would have been easier to flip the havana -> juno to get that part right later14:58
openstackgerritA change was merged to openstack-infra/project-config: Drop stable/havana changes from official channels  https://review.openstack.org/12492614:58
sdague(havana|icehouse) => (icehouse|juno)14:58
*** yamahata has quit IRC14:59
fungisdague: oh, perhaps. i expect we need to do that in the devstack-gate scripts anyway to preserve the logic they currently have15:00
AJaeger_team, looking at https://review.openstack.org/125372 - should I introduce a python-wo-coverage-job template?15:00
clarkbfungi and devstack-trusty-dib failed because kolla was unavailable15:00
fungiclarkb: yeah, i think the change to create it just merged a couple minutes ago15:00
clarkbso I am going to manually rerun that build to make sure there aren't other problems with it15:00
*** shashankhegde has quit IRC15:00
fungiyou might want to double-check that the project creation for it completed first15:01
*** dhellmann_ has joined #openstack-infra15:01
sdaguealso ...       - check-tempest-dsvm-ironic-pxe_ssh-nv15:01
sdague      - check-tempest-dsvm-ironic-pxe_ssh-postgres-nv15:01
sdague      - check-tempest-dsvm-f2015:01
sdagueare all running on icehouse15:01
sdagueand I don't think they should be15:01
fungisdague: as an effect of the cleanup changes?15:02
*** chuckC_ has joined #openstack-infra15:02
sdagueno, I think they have been for a while15:02
sdagueand people trying to merge icehouse code never noticed15:02
*** openstackgerrit has quit IRC15:02
*** hashar has quit IRC15:03
*** openstackgerrit has joined #openstack-infra15:03
*** hashar has joined #openstack-infra15:04
*** isviridov_na is now known as isviridov_meetin15:04
sdagueso if jobs are added as -nv ... it seems like we should limit them to master15:04
*** denis_makogon has joined #openstack-infra15:05
sdagueif they want a more complicated thing, they can set the voting correctly via regex15:05
*** dhellmann_ has quit IRC15:05
clarkbya non voting jobs on stable branches seems a little silly15:05
*** dhellmann_ has joined #openstack-infra15:06
clarkbwe can just have a global ^.*-nv$ regex match that makes them apply only to master15:06
fungiAJaeger_: so if you want to find coverage jobs with no successes for the past month, you can plug them into this url in place of nova-coverage... http://graphite.openstack.org/render/?target=summarize(stats_counts.zuul.pipeline.post.job.nova-coverage.SUCCESS,"1month")&from=-1month&rawData=true15:07
sdagueclarkb: yeh, let me propose that15:08
sdagueclarkb: what's the order of things like that?15:08
sdagueshould I put it first or last?15:08
*** Sukhdev has joined #openstack-infra15:08
fungiAJaeger_: you can grep for results ending in "|None,None"15:08
clarkbsdague: usually we want it first15:09
clarkbsdague: also probably should allow it on feature branches too15:09
clarkbso (master|feature/.*)15:09
*** jogo has quit IRC15:09
*** mwagner_lap has quit IRC15:09
AJaeger_thanks, fungi!15:09
openstackgerritSean Dague proposed a change to openstack-infra/project-config: remove all grenade-icehouse jobs  https://review.openstack.org/12537115:10
fungiAJaeger_: it was a good learning exercise for me--i don't do nearly enough with graphite (yet)15:10
openstackgerritSean Dague proposed a change to openstack-infra/project-config: f20 is non voting, should only run on master  https://review.openstack.org/12537915:10
openstackgerritSean Dague proposed a change to openstack-infra/project-config: make grenade-forward on devstack only experimental  https://review.openstack.org/12538015:10
clarkbfungi: AJaeger_: the graphite api docs are actually pretty good. I find going their then constructing urls is easiest for me. Clicking around in that ui thing is clunky15:10
fungiAJaeger_: as for the template, it might make sense to just drop coverage from the current template and selectively add it to the projects which seem to be using it (as evidenced from whether or not it succeeds)15:10
fungiclarkb: yep, i ended up reading up on summarize and rawData15:11
AJaeger_fungi, clarkb: thanks15:11
AJaeger_fungi: let me look at that change...15:11
fungiclarkb: the graph view is useful for browsing around to figure out what stats we're actively collecting, but yeah that's about it15:12
EmilienMfungi: clarkb: could you have a look at https://review.openstack.org/#/c/124560/ please? Already +2 by AJaeger - it's about tripleo-puppet-elements into OpenStack15:12
*** andreaf_ has joined #openstack-infra15:13
AJaeger_ok, the graphs brought me on the wrong track ;( Thanks, fungi, clarkb15:13
clarkbhrm I don't think rax is going to like our qcow2 built images15:13
*** andreaf has quit IRC15:13
clarkbfungi: ya15:13
*** andreaf_ is now known as andreaf15:13
*** andreaf_ has joined #openstack-infra15:13
fungiclarkb: do we need to convert their format before upload?15:14
clarkbfungi: docs indicate they want vhd15:14
*** juzuluag has joined #openstack-infra15:14
clarkbhttps://developer.rackspace.com/blog/bootstrap-your-qcow-images-for-the-rackspace-public-cloud/15:14
* clarkb mumbles something about how glance should deal with this for me15:15
openstackgerritSean Dague proposed a change to openstack-infra/project-config: blanket turn off -nv jobs on non master  https://review.openstack.org/12538315:15
*** weshay_afk is now known as weshay15:15
clarkbif glance is the abstraction layer between my image file and booting it on a hypervisor why doesn't it convert images to the appropriate format for $cloud?15:15
fungiclarkb: you ought to stop mumbling and shout about how glance should deal with it for you ;)15:15
fungi$operator15:16
sdagueclarkb: you should have run for glance ptl15:17
clarkb:P15:17
sdagueI'm only half kidding15:17
fungimaybe you'd be able to convince them to triage their bugs15:17
sdaguefungi: https://review.openstack.org/#/c/125379/1/zuul/layout.yaml - for the feature branches15:17
fungisdague: oh, good point. if we want it running on feature branches, so be it15:18
sdagueI assume !stable is actually what we want per clarkb 8 minutes ago15:18
*** adalbas has quit IRC15:18
sdaguemaybe after dropping all these jobs I'll have a chance of fixing devstack icehouse15:18
fungisdague: "proposed" branches too now that i think about it15:19
fungisdague: so lgtm15:19
clarkbya that works15:19
clarkbdo you need a .* at the end though?15:20
sdagueshouldn't15:20
sdagueit's a regex15:20
fungii don't believe so15:20
sdague.* is only needed if you end with $15:20
*** dhellman_ has quit IRC15:20
*** rlandy has quit IRC15:20
fungithat's just a negative lookahead saying don't match if it starts with "stable" but the trailing .* after the grouping is implied15:20
fungithe ^ is there specifically so it _won't_ assume a leading .* in fact15:21
*** rmcall has joined #openstack-infra15:21
fungithough some applications also use ^ to mean "the following string is a regex" (which really, really gets on my nerves)15:22
clarkboh right and re.match only starts from the beginning but doesn't require a full match15:22
fungire.match() has an implied leading ^ while re.search() does not15:22
clarkbyup15:22
dstufftre.search supremacy15:23
sdagueyeh, re.match(STRING) == re.search("^%s" % STRING)15:23
dstufft(The existence of re.match annoys me :|)15:23
sdaguedstufft: me too15:23
sdaguedear python people, learn actual regex, don't make another method15:23
fungiit should get deprecated15:23
dstufftfungi: tag, your it on writing the PEP15:24
dstufftyou're15:24
dstufftw/e15:24
fungidstufft: yeah, i was just thinking i ought to cut my teeth on one, and that would be an easy starter15:24
*** bhuvan has joined #openstack-infra15:24
clarkbdevstack-trusty-dib built fine. I think we are fine to start with adding devstack-precise-dib and moving hpcloud devstack-trusty to dib15:24
fungipep-nnnn "re.match should diaf for 3.6 kthxbye"15:24
clarkbbut we should sort out rax image format before merging the rax change...15:24
fungiclarkb: yeah, should dib grow an option to do image conversions upon request?15:25
clarkbEmilienM: you still around? why are you adding pthon jobs to that project then not using them?15:25
fungithough i suppose we just want to convert on upload to glance, not in dib15:25
clarkbfungi: it currently supports a -t flag with qcow2 and tar options15:26
clarkband ya15:26
clarkbotherwise we end up with two different base images...15:26
EmilienMclarkb: it mays be an error, checking15:26
*** dhellmann_ has quit IRC15:26
clarkbEmilienM: is it for the tarball job? maybe we can add the tarball job explicitly instead?15:26
*** dhellman_ has joined #openstack-infra15:27
sdagueclarkb: does gerrty show the patch streams effectively? I feel like I got a lot of reviews in the middle of a stream without people going up / down in them15:27
EmilienMclarkb: it makes sense. Let me update it.15:27
fungiclarkb: i've been thinking for a while that the tarball job shouldn't be in puppet-jobs, but then there's a voice in the back of my head that says "oh, but this job relies on setup.py to exist so you should at least test that"15:27
*** dhellman_ has quit IRC15:28
*** dhellmann_ has joined #openstack-infra15:28
clarkbsdague: it does so similarly to gerrit with a depends on and dependents section but it always shows it iirc15:28
sdaguehttps://review.openstack.org/#/c/125371/ - is the one I really want soon, as that will bonkers devstack15:28
sdagueclarkb: ok15:28
fungisdague: it shows them as effectively as teh gerrit webui does, which is not very in my opinion15:28
clarkbsdague: so unlike gerrit it isn't collapsed in some cases15:28
fungiyeah, i guess barely better than the webui in that case15:29
clarkbfungi: slightly more so because it doesn't have the silly behavior of not showing one side by default15:29
fungiright15:29
clarkbsdague: I think in this case you linked straight to the file15:29
fungiidea i'll never have time to implement... gertty needs threading15:29
clarkbsdague: so looking at the change overview was less important15:29
clarkb(I used the gerrit webui fwiw too)15:30
sdagueclarkb: ok... not sure what that means :)15:30
clarkbsdague: you linked me into a file diff15:30
fungii have a strong suspicion that the mua-like threading idea has already occurred to jeblair15:30
clarkbsdague: so when I reviewed I started reviewing backwards15:30
sdagueok15:30
fungiEmilienM: since tpe already has a tests / __init__.py15:31
fungiEmilienM: you may want to consider adding at least the python-jobs template in layout.yaml15:31
fungiEmilienM: they'll run and presumably succeed, even if they're not actually testing anything yet15:32
EmilienMfungi: ok.. I was not sure, but it's clear now15:32
sdaguein case anyone is curious the state of icehouse passing tests....15:32
fungii and others am not keen on adding official openstack projects with no actual gating jobs15:32
sdagueexibit a: https://review.openstack.org/#/c/125075/ - notice the rechecks15:33
*** patrickeast has joined #openstack-infra15:33
*** dhellmann has quit IRC15:34
*** dhellmann_ is now known as dhellmann15:34
EmilienMfungi: FYI, openstack/tripleo-image-elements haven't it. Did I miss something?15:34
openstackgerritEmilien Macchi proposed a change to openstack-infra/project-config: Introduce tripleo-puppet-elements into OpenStack  https://review.openstack.org/12456015:35
EmilienMclarkb: fungi ^15:36
clarkbfungi: dib should grow a multiple outputs feature15:36
* clarkb hops over to #tripleo to be told he is crazy15:36
zaromorning15:37
openstackgerritA change was merged to openstack-infra/project-config: remove all grenade-icehouse jobs  https://review.openstack.org/12537115:37
clarkbzaro: morning15:37
zaroclarkb: don't need to be in tripleo for that15:37
clarkbzaro: :P15:38
*** annegentle has quit IRC15:38
fungiheh15:38
fungiproof you actually are crazy: you work on openstack15:38
*** annegentle has joined #openstack-infra15:38
zaropelix: sorry, i don't think the jjb python 3 support is going to make it the release.15:39
fungiit is a pinnacle of sisyphean tragedy15:39
clarkbI feel like this is the week everyone decided to go on vacation15:40
zaropelix: that is unless you can convince clarkb to review15:40
*** dimtruck is now known as zz_dimtruck15:40
clarkbzaro: pelix: I was going to review it yesterday, but then the commit message didn't tell me what was fixed since the revert and I gave up trying to remember15:40
fungiclarkb: i remember when most weeks used to be like this. we've gotten waaaay busy in the past two years15:40
clarkbI did recheck it though to get some valid xml comparison data though15:41
clarkblet me look at that15:41
clarkbzaro: pelix ok http://logs.openstack.org/03/118703/4/check/jenkins-job-builder-compare-xml/2dfead4/console.html looks good15:41
*** zaphod42 has joined #openstack-infra15:42
pelixclarkb: previously it broke on checking the old yaml config and wasn't spotted15:42
*** mikedillion has joined #openstack-infra15:42
openstackgerritA change was merged to openstack-infra/project-config: f20 is non voting, should only run on master  https://review.openstack.org/12537915:42
pelixdo you want me to add to the commit message15:43
clarkbpelix: I think I was looking for more specifics than that. eg "foo.blah is invalid in python3 need to use foo.bar instead)15:43
*** ashaeron has quit IRC15:43
clarkbdiffing across commits like that is hard particularly via gerrit15:43
openstackgerritA change was merged to openstack-infra/project-config: make grenade-forward on devstack only experimental  https://review.openstack.org/12538015:45
*** _buzz has joined #openstack-infra15:45
*** andreykurilin_ has joined #openstack-infra15:46
*** otherwiseguy has quit IRC15:46
clarkbin other news ddwrt doesn't do dhcpv6. now I am seriously contemplating rebuilding another bsd router box15:46
*** HeOS has quit IRC15:46
sdagueclarkb: why are you using dhcpv6 instead of ipv6 autoconf?15:47
clarkbsdague: comcast uses dhcpv6-pd15:47
fungisdague: dns servers for one15:47
sdaguehmmm interesting15:47
openstackgerritEmilien Macchi proposed a change to openstack-infra/project-config: Introduce tripleo-puppet-elements into OpenStack  https://review.openstack.org/12456015:48
fungiipv6 autoconf plus router advertisements get you an address, network and gateway but no dns resolution15:48
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Rework coverage jobs  https://review.openstack.org/12539515:48
AJaeger_fungi, thanks for your graphite tricks, I wrote this patch ^15:49
fungithough i run a local recursive resolver under ddwrt instead so don't need to care about that15:49
*** jamielennox has quit IRC15:49
*** todd_dsm has joined #openstack-infra15:49
fungi(local recursive resolver without forwarding to another resolver at my isp that is)15:49
*** jpeeler has quit IRC15:50
fungiclarkb: so do they not do router advertisements? or do they do something which breaks slaac?15:50
*** jpeeler has joined #openstack-infra15:50
*** jpeeler has joined #openstack-infra15:50
Kiallclarkb: http://www.ubnt.com/edgemax/edgerouter-lite/ <-- Cheap, based on Vyatta, and does everything...15:50
clarkbfungi: I haven't dug that far. I have just been told comcast expects dhcpv615:51
*** _nadya_ has joined #openstack-infra15:51
Kiall(Ubnt are putting out some really good networking products (along with some WTFs) at tiny prices..)15:51
*** otherwiseguy has joined #openstack-infra15:51
fungiclarkb: mmm... you might give it a shot first and just see15:51
clarkbnot sure if they actively undermine other options15:51
clarkbits comcast though so they probably do15:51
*** MaxV has quit IRC15:51
fungiclarkb: assuming you're running a ddwrt build with v6 enabled anyway15:51
clarkbfungi: it is enabled, but thats the other problems it seems to support running radvd for lan side ports but only does tunneling on the wan port15:52
fungii'm currently running DD-WRT v24-sp2 (06/23/14) mega (SVN revision 24461) on several cisco e4200 boxes here15:52
clarkbalso I have to restart my modem every time I reboot my router which severly inhibits progress on this stuff15:53
fungioh, ew15:53
clarkbI was far too spoiled with my previous ISP15:53
clarkbthough they didn't do ipv6 over dsl15:54
fungiand yeah, i was running current versions of openbsd on sun netra t1-105 (ultrasparc2) rackmount servers at the old place, but they were old, crufty and power-hungry so i switched to something lightweight for now15:54
*** Guest68510 has quit IRC15:54
fungibut i do miss having a proper operating system with very flexible networking15:55
clarkb"Comcast doesn't appear to be using router advertisements for IPv6, so we'll need to use DHCP over IPv6"15:55
fungiddwrt is like a jumble of hacked-up binary blobs pieced together from random consumer devices from what i can tell, loosely glued together with very old linux kernel and busybox/dropbear/dnsmasq15:56
clarkbfungi: ya I ditched my freebsd pf box for the same reason. It was a dual proc p3 with 128mb of ram15:56
funginot especially impressed so far15:56
clarkbfungi: you can get linux 3.x kernels with ddwrt now but they are "beta"15:57
fungii may go back to running *bsd on some lightweight dc-powered sbc soon15:57
clarkbI would give openwrt a go but the don't support my hardware. apparently ddwrit (il)legally ships proprietary drivers15:57
mtreinishclarkb: just bug sc68cal, he'll fix everything for you on the comcast end...15:57
clarkbto make broadcom stuff work15:57
fungiclarkb: yep, the image i'm using is a 3.x kernel even though it says "v24" in the version string15:57
pelixclarkb: hmm, the problem wasn't that the changes were invalid python 3, but that needing to access first elements of dicts/lists in python 3 for JJB required avoiding use of popitem and use of list(data)[0] was undesirable due to duplicating a lot of unnecessary data15:57
clarkbsc68cal: can you add an option to not pay the $10 installation kit fee if you alread have a modem and coax + cat5 cable?15:58
fungiclarkb: uname -a says 3.10.4415:58
*** hdd has quit IRC15:58
pelixclarkb: But we didn't spot that popitem caused a problem until checking how the JJB configs for openstack-infra were processed15:58
clarkbsc68cal: I think if that got fixed everything else I could live with. Because now I have a package I don't need that will just go in the trash :/15:58
*** atiwari has joined #openstack-infra15:58
*** amotoki has joined #openstack-infra15:59
pelixclarkb: even if it's not merged prior to this release, how would you like to have that noted in the commit message?15:59
clarkbpelix: what I would like is something that says "this is what I fixed in this relative to the last revert"15:59
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Sort openstack-infra entries in layout.yaml as well  https://review.openstack.org/12539615:59
clarkbpelix: something along the lines of "this new commit does not use popitem for reason X and uses $otherthing instead which maintains backward compat for reason Y"16:00
*** arxcruz has quit IRC16:00
clarkbpelix: without something like that it is really hard to look at history and determine what was "fixed"16:00
*** ramashri has joined #openstack-infra16:00
*** jamielennox has joined #openstack-infra16:00
dougwighi infra.  3rd party ci question.  does this failure look familiar to anyone?  looks like ipv6 comparisons are failing like mad.  messed up requirements on my devstack-gate boxes?  http://ci.a10cloud.com/logs/a10-neutron-tempest/125348/1/3474/console_log.txt.gz16:01
pelixclarkb: ok, will do. Guess I generally try to avoid adding stuff to the commit messages that require knowledge of history in gerrit that won't appear, but I think it should be possible to ensure this explains the fix while retaining enough info to be understand outside of gerrit.16:01
*** mmaglana has joined #openstack-infra16:01
*** chuckC_ has quit IRC16:03
clarkbdougwig: not familiar to me, but I do note that ipv4 comparisons fail too16:04
*** afazekas has quit IRC16:04
*** kgiusti has quit IRC16:04
*** ildikov has joined #openstack-infra16:05
*** k4n0 has quit IRC16:05
*** annegentle has quit IRC16:05
*** dane_leblanc has quit IRC16:05
dougwigright you are.  huh.  from the timing, it looks like right after the slaves nightly reboots.  thanks, i'll dig in.16:06
*** dane_leblanc has joined #openstack-infra16:06
fungizaro: 125395 isn't actually adding jobs to those projects, it's just moving them out of the template and making them explicit (since they're only working for specific projects at the moment)16:06
*** jamielennox has quit IRC16:08
openstackgerritA change was merged to openstack-infra/project-config: Introduce tripleo-puppet-elements into OpenStack  https://review.openstack.org/12456016:09
*** zz_dimtruck is now known as dimtruck16:09
*** drwahl has quit IRC16:09
*** drwahl has joined #openstack-infra16:12
*** mestery has joined #openstack-infra16:12
*** drwahl has left #openstack-infra16:12
*** patrickeast_ has joined #openstack-infra16:13
*** JayJ_ has joined #openstack-infra16:14
*** skeppstedt has quit IRC16:14
*** ramashri_ has joined #openstack-infra16:14
*** jcooley_ has joined #openstack-infra16:14
*** dprince_ has joined #openstack-infra16:15
*** dmsimard_ has joined #openstack-infra16:15
*** MindfulMonk_ has joined #openstack-infra16:16
*** jamielennox has joined #openstack-infra16:16
*** pfalleno1 has joined #openstack-infra16:17
*** primemin1sterp has joined #openstack-infra16:17
*** colettecello has joined #openstack-infra16:17
*** thingee_ has joined #openstack-infra16:17
*** annegentle_ has quit IRC16:17
*** jcooley has quit IRC16:17
*** patrickeast has quit IRC16:17
*** dprince has quit IRC16:17
*** med_ has quit IRC16:17
*** dmsimard has quit IRC16:17
*** gaelL has quit IRC16:17
*** ramashri has quit IRC16:17
*** maurosr has quit IRC16:17
*** mordred has quit IRC16:17
*** gothicmindfood has quit IRC16:17
*** ianw_pto has quit IRC16:17
*** thingee has quit IRC16:17
*** primeministerp has quit IRC16:17
*** pfallenop has quit IRC16:17
*** JayJ has quit IRC16:17
*** zul has quit IRC16:17
*** MindfulMonk has quit IRC16:17
*** jgrimm has quit IRC16:17
*** harlowja_away has quit IRC16:17
*** dstufft has quit IRC16:17
*** bcrochet has quit IRC16:17
*** pbelanyi has quit IRC16:17
*** e0ne has quit IRC16:17
*** ayoung has quit IRC16:17
*** tcammann has quit IRC16:17
*** alaski has quit IRC16:17
*** dmsimard_ is now known as dmsimard16:17
*** patrickeast_ is now known as patrickeast16:17
*** annegentle has joined #openstack-infra16:17
*** bogdando has quit IRC16:17
*** jcooley_ is now known as jcooley16:17
*** openstackgerrit has quit IRC16:18
*** pbelanyi has joined #openstack-infra16:18
zarofungi: true, but projects still should not have duplicate jobs.16:18
*** tcammann has joined #openstack-infra16:18
*** annegentle is now known as Guest8478116:18
*** med_ has joined #openstack-infra16:18
*** jgrimm has joined #openstack-infra16:18
*** med_ has quit IRC16:18
*** med_ has joined #openstack-infra16:18
*** dstufft has joined #openstack-infra16:18
*** mordred has joined #openstack-infra16:18
*** e0ne has joined #openstack-infra16:18
*** ayoung has joined #openstack-infra16:18
*** maurosr has joined #openstack-infra16:18
*** openstackgerrit has joined #openstack-infra16:18
*** zul has joined #openstack-infra16:18
*** bcrochet has joined #openstack-infra16:18
*** jgallard has quit IRC16:19
*** gaelL has joined #openstack-infra16:19
*** ianw_pto has joined #openstack-infra16:19
EmilienMAJaeger: fungi thanks for quick reviews & merge16:19
*** alaski has joined #openstack-infra16:20
*** amuller has quit IRC16:20
fungizaro: well, granted, but that change was intended to only remove broken jobs. what you consider redundant in your project (running on check and then again post-merge) others may find desirable16:20
zarofungi, AJaeger_ : ohh i guess it may make sense to have duplicate jobs in seperate queues, but not sure why any project would need that job  in both check & post16:20
*** zz_gondoi is now known as gondoi16:22
*** Sincler has quit IRC16:23
*** hdd has joined #openstack-infra16:23
*** gondoi is now known as zz_gondoi16:24
*** _buzz_ has joined #openstack-infra16:25
*** gyee has joined #openstack-infra16:25
pleia2good morning16:25
*** jogo has joined #openstack-infra16:25
clarkbmorning16:26
*** marun has joined #openstack-infra16:27
morgan_remote_Morning! :)16:27
*** vdo has quit IRC16:27
*** _buzz has quit IRC16:27
*** grantbow has quit IRC16:28
*** gokrokve_ has quit IRC16:31
*** bhuvan has quit IRC16:31
*** MaxV has joined #openstack-infra16:31
*** bogdando has joined #openstack-infra16:32
*** thingee_ is now known as thingee16:33
*** colettecello is now known as gothicmindfood16:33
sdagueclarkb / fungi ... interesting job definition time...16:33
*** adalbas has joined #openstack-infra16:34
*** marun has quit IRC16:34
clarkbsdague: btw not sure if you saw that tooz complicated the retrying version exclusion last night and we ended getting fixed by upstream16:34
sdaguetooz complicated at thing?16:35
sdagueI did not see that16:35
clarkbsdague: ceilometer depended on tooz, tooz depending on retrying. THus the pair of them broke the requirements check job16:35
larsksHello infra people.  The "Kolla" project just got merged...the git repo is available at https://review.openstack.org/stackforge/kolla, but *not* at ssh://<user>@review.openstack.org:29418/openstack/kolla.git...so 'git review' doesn't know where to send things.  Is that normal latency?16:35
*** hashar has quit IRC16:35
*** flaper87 is now known as flaper87|afk16:36
larsksOr am I pointing at the wrong place?16:36
larsksAh, wrong place.16:36
larsksNeeeeeeever mind.16:36
sdagueok16:37
sdaguehow did ceilometer depend on tooz if it's not in gr?16:37
*** mestery has quit IRC16:37
clarkbtooz is in g-r16:37
clarkbbut not as a project gated on g-r16:37
clarkbso its like any random upstream that way16:37
*** nikhil_k is now known as nikhil_k|afk16:38
*** _nadya_ has quit IRC16:39
sdakehow does one go about adding someone to kolla-core?16:39
sdaketahnks btw folks for the reviews - much appreciated ;)16:39
fungisdake: one of the gerrit admins (effectively infra core team) needs to know who to add16:39
sdakefungi can any member add other members?16:40
*** todd_dsm has quit IRC16:40
fungisdake: the groups are self-managed, so yes. we add an initial member of your choice and then that member adds others, who can in turn add others16:40
*** grantbow has joined #openstack-infra16:40
sdakecool can you add me fungi, and I'll add folks16:40
fungisdake: also groups can be set to include other groups, if you've got an existing group which should be a subset of the new group16:41
fungisdake: i've added you as the initial member of both the kolla-core and kolla-release groups16:42
sdakethanks :)16:42
*** amotoki has quit IRC16:42
fungiyw16:42
*** david-lyle has quit IRC16:43
*** Sincler has joined #openstack-infra16:44
*** grantbow has quit IRC16:44
sdagueclarkb: ok, because ceilometer installed before glance it was an issue?16:44
clarkbsdague: ya16:44
sdagueI just sent ranty rant to the list about icehouse16:45
sdagueok... back to the actual thing for the day16:45
sdagueclarkb / fungi : so this ... https://review.openstack.org/#/c/125346/16:45
sdaguemeans that we're going to need a slew of new d-g definitions16:46
sdaguefor the libraries16:46
sdaguehow should we best do that?16:46
*** hdd has quit IRC16:46
clarkbwait what16:46
clarkbI thought I followed that thread...16:46
clarkbclearly I missed something16:47
*** Longgeek_ has quit IRC16:47
sdaguehttp://lists.openstack.org/pipermail/openstack-dev/2014-September/047280.html16:47
sdagueok, so if we install libraries from pip by default16:47
sdagueeach library needs a job where it says "install me from source instead!"16:48
fungisdague: you should totally post to this thread... http://lists.openstack.org/pipermail/openstack-operators/2014-September/005229.html16:49
*** derekh has quit IRC16:49
sdaguefungi: I am so not getting into an ops fight :)16:49
clarkbso must've left off on fungi's repsonse that basically said this doesn't do what we think it does16:49
*** david-lyle has joined #openstack-infra16:49
fungiindeed. kinda threw myself on that grenade16:49
sdagueclarkb: .... ?16:50
clarkbI thought it was crazy pants for that reason16:50
clarkbsdague: pip dep resolver16:50
clarkbyou won't get what you want anyways16:50
sdagueclarkb: we'll get close16:50
clarkbat least with explicit source installs you fight that off16:50
clarkbits not perfect but its known16:50
sdagueclarkb: so the libraries from git install early16:51
clarkbright16:51
clarkbso that we get those versions first16:51
sdaguewhich means that if it's important the servers will replace them with compatible versions16:51
sdaguethey'll uninstall bad versions16:52
*** SumitNaiksatam has quit IRC16:52
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Rework coverage jobs  https://review.openstack.org/12539516:52
sdagueI do realize this isn't perfect16:52
clarkbsdague: I think the proposed state is less perfect than current state16:52
clarkbbecause you lose a significant amount of control over what is actually tested16:52
sdagueso the proposed state means that it's not possible to install nova from source16:53
*** andreykurilin_ has quit IRC16:53
sdaguesorrry, the current state16:53
sdagueis it's not possible to install nova from source16:53
*** skeppstedt has joined #openstack-infra16:53
* jaypipes renames fungi "Keebler"16:53
sdagueand use pip installed libs16:53
sdaguebecause people integrate features16:53
sdaguethat are git only in libs16:53
*** bhuvan has joined #openstack-infra16:53
bookwarAJaeger: are you there? I want to understand how DocImpact could work for stackforge project.16:54
clarkbI understand the problem we are trying to solve16:54
*** jcoufal has quit IRC16:54
fungijaypipes: we keebler elves need to stick together!16:54
clarkbI just think this solution brings more harder to debug problems for the reason that fungi pointed out16:54
*** hdd has joined #openstack-infra16:54
jaypipesfungi: :)16:54
dansmithdo we control the list of chanops for channels like #openstack-nova?16:55
AJaeger_bookwar: yes, I'm here16:55
sdagueclarkb: if our libraries are so terrible that they are making things crazy like that, we should remove them16:55
clarkbdansmith: for most openstack* channels yes16:55
fungibookwar: there's a gerrit/projects.yaml parameter to tell it where docs bugs should be updated on lp16:55
bookwarWe have 'groups: fuel' for all fuel-* repositories here https://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/projects.yaml. Does it mean script will create bugs in fuel launchpad project?16:55
dansmithclarkb: can you make me an op for #openstack-nova?16:55
clarkbdansmith: is openstackinfra a founder/op of -nova?16:55
dansmithclarkb: I dunno16:55
*** tsg has quit IRC16:55
AJaeger_bookwar: yes, that's what it should do16:55
*** MaxV has quit IRC16:55
clarkbfungi: how did we decide to do that? think jebalir didn't want that in the config files but just to +o people via chanserv?16:56
fungidansmith: yes, the infra core team and a handful of other delegates can add chanops per-channel for any official channels16:56
fungiclarkb: set it through chanserv access16:56
AJaeger_bookwar: so, just give it a try - create a patch with docimpact, merge it and check that you have a bug filed automatically ;916:56
fungiclarkb: manually16:56
clarkbdansmith: ok I am going to go fight chanserv for you16:57
fungiclarkb: don't forget your trusty battle axe16:57
dansmithclarkb: heh, thanks :D16:57
bookwarAJaeger: bugs are created on merge only?16:57
AJaeger_bookwar: yes, docimpact creates on merge only.16:57
bookwarAJaeger: ok, thanks, I'll test it then16:57
AJaeger_we don't want to check patches that never merge...16:57
dansmithclarkb: looks like openstackinfra owns that, so should be doable16:57
fungibookwar: you actually need "docimpact-group: fuel" in http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/projects.yaml16:58
fungibookwar: it's separate from groups, i believe?16:58
sdagueclarkb: so I understand the dep solver issues, I think the current git library path of normal path being pull 50 git trees is the wrong thing to optimize on. And if we are ever going to decouple so you don't need every openstack tree, oslo is the right starting place.16:58
fungiAJaeger_: do you know^?16:58
AJaeger_fungi: ahh, thanks for the correction16:59
fungii'd haev to read back through the hook script which does that16:59
AJaeger_looking at the usage - yes, it's docimpact-group16:59
*** gyee has quit IRC16:59
* AJaeger_ now doesn't know what groups does...17:00
clarkbfungi: was there a prefered amount of access for local chan ops?17:00
*** thedodd has quit IRC17:00
*** IAX has joined #openstack-infra17:00
clarkb+Aortv ?17:00
bookwarfungi: thanks for the update. i'll prepare the patch then17:00
*** AJaeger__ has joined #openstack-infra17:01
sdagueclarkb: so I need to understand where we are headed here, because the thread had agreement on this direction, people are signed up for this, and I'm starting to implement17:01
jogodid rax have some sort of issues recently?17:01
jogomy IRC box broke17:01
clarkbsdague: I think we will move forward on your proposal because I missed the thread17:01
clarkbjogo: they rebooted all nodes recently :)17:02
sdagueclarkb: ok17:02
*** mwagner_lap has joined #openstack-infra17:02
sdagueso then back to original question: smart thoughts on how to add these jobs somewhat generically?17:02
AJaeger__fungi, sdague, clarkb: both anteaya and myself +2ed the bashate cleanup https://review.openstack.org/#/c/124862/ - with this patch I'd prefer a third pair of eyes to look over it.17:03
AJaeger__could any of you approve it, please? I'd prefer to have jobs that don't fail all the time...17:03
jogoclarkb: I hit a reboot over the weekend17:04
jogothis is anothe rone17:04
*** AJaeger_ has quit IRC17:04
sdagueAJaeger: approved17:04
clarkbsdague: so you are wanting a second set of all the devstack jobs that install via pip instead of source (or vice versa depending on defaults in d-g/devstack)17:04
openstackgerritSteven Dake proposed a change to openstack-infra/project-config: Kolla has no python code atm so remove pep8 check  https://review.openstack.org/12542617:05
*** sarob is now known as sarob_away17:05
*** reed has joined #openstack-infra17:05
sdagueclarkb: check-tempest-dsvm-full would use pypi versions17:05
sdagueoslo.config would have a check-tempest-dsvm-full-oslo.config (or something)17:05
sdaguewhich would be check-tempest-dsvm-full with LIBS_FROM_GIT="oslo.config" in localrc17:06
clarkboh and you want one job per project17:06
sdagueyep17:06
clarkbI don't think there is a smart way to do that with jjb17:06
sdaguebut olso.config would drop it's other dsvm jobs17:06
clarkbinstead it might be better to have one set of jobs as we do today and let the job internals flip flags based on ZUUL_PROJECT17:06
sdagueso it stops being integrated gate, and instead is a library with forward testing17:06
pleia2AJaeger__: ouch :)17:07
dkehnsdague: clarkb fungi  I'd like to use the devstack-vm-gate as a setup for devstack setup on a VM and was wondering if its doc anywhere, the devstack-vm-gate-dev.sh make the assumption that your running on remote VM17:07
sdagueok, well, I'd actually like to get it out of integrated gate17:07
AJaeger__sdague: thanks17:07
jogoclarkb: oh I just got an email from RAX saying something went wrong17:07
clarkbsdague: ok then maybe a -src set of jobs thant switch on project based on ZUUL_PROJECT17:07
clarkbsdague: that way we only need a small matrix with one new axis17:07
sdagueclarkb: ok17:07
*** sarob_away is now known as sarob17:07
sdaguecan we keep the -src jobs from cogating across projects?17:08
*** BobBall is now known as BobBall_AWOL17:08
*** grantbow has joined #openstack-infra17:08
clarkboh no not really17:08
*** tonytan4ever has quit IRC17:08
openstackgerritA change was merged to openstack-infra/storyboard: Added Content-Type header to CORS  https://review.openstack.org/12522717:08
*** Sukhdev has quit IRC17:08
*** dane_leblanc has quit IRC17:08
clarkbsdague: this may expose a deficiency in zuul and jjb :)17:08
*** tsg has joined #openstack-infra17:08
sdague:)17:09
clarkblet me think on this a bit more17:09
fungiclarkb: +Aortv yeah17:09
sdagueso... I guess we could put it in check only17:09
*** rushiagr_away is now known as rushiagr17:10
sdaguewhich would be a sneaky way to do it, and I actually suggested in the thread17:10
sdaguebut for other reasons17:10
*** radez_g0n3 is now known as radez17:10
clarkbdansmith: you are OPed have fun17:10
clarkbsdague: ya and since you need a +1 to gate that would mostly work17:10
sdagueyep17:11
*** weshay is now known as weshay_lunch17:11
*** nkinder has left #openstack-infra17:11
dansmithclarkb: awesome, thanks17:11
*** sarob is now known as sarob_away17:11
sdagueclarkb: I do also realize this might raise new issues of pip being the suck17:11
*** Ryan_Lane has joined #openstack-infra17:11
sdaguebut... we have to start disagregating somewhere17:11
*** annegentle has joined #openstack-infra17:11
sdagueand maybe it will drive us down the venv path separately17:12
fungisdague: an alternative would be to have a job template which embeds the project name (zuul templates can handle genericizing job name by project name too)17:12
openstackgerritA change was merged to openstack-infra/project-config: Clean up bashate failures  https://review.openstack.org/12486217:12
sdaguefungi: do you have an example?17:13
*** jistr has quit IRC17:13
fungisdague: gate-{name}-python27?17:13
sdaguefungi: so where do we have access to that in devstack-gate?17:14
clarkbfungi: ya, I am not a huge fan of that for devstack jobs because its not a one dimensional expansion17:14
clarkbbut if that is how it needs to be done I suppose thats what we do17:14
fungihrm, right we'd presumably have a dedicated template for that17:14
sdagueclarkb: well this base job would be 1 dimentional right?17:14
*** dane_leblanc has joined #openstack-infra17:14
*** mbacchi has quit IRC17:15
fungiso basically a gate-{name}-dsvm-tempest-src template or something17:15
*** gyee has joined #openstack-infra17:15
clarkbsdague: don't you need more than one job? grenade, at least one tempest job, + whatever other things are deemed necessar17:15
*** harlowja has joined #openstack-infra17:15
*** mbacchi has joined #openstack-infra17:15
clarkb(functional tests and so on)17:15
clarkbthis 'y' key on my model M hates me17:15
fungiclarkb: upside--a key puller and some alcohol will fix you right up17:15
sdagueclarkb: so my theory is that we're only going to have the tempest full job17:16
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Removed server:prod  https://review.openstack.org/12542717:16
sdaguethat's the forward sniff test17:16
*** reed has quit IRC17:16
clarkbfungi: not the dishwasher?17:16
fungisdague: clarkb: right, probably just a "sanity check that this change works with released dependencies" job17:16
*** kgiusti has joined #openstack-infra17:16
sdaguefungi: right17:16
fungiclarkb: heh, that could work too ;)17:16
*** tsg has quit IRC17:16
mtreinishfungi: key puller? Just rip it out17:16
fungimtreinish: careful with the stems!17:17
fungiyou want that keyboard to last another two decades, right?17:17
fungier, another three decades? now i feel old :/17:17
*** baoli has joined #openstack-infra17:17
*** isviridov_meetin is now known as isviridov_away17:17
*** jp_at_hp has quit IRC17:17
*** praneshp has joined #openstack-infra17:18
sdakefungi ++ thanks for getting me set17:18
fungiyw17:18
mtreinishfungi: heh, my model m is older than me...17:19
*** bdpayne has joined #openstack-infra17:19
*** SumitNaiksatam has joined #openstack-infra17:19
nibalizerfungi: anteaya i'd be happy to document puppetboard and puppetdb17:20
*** AJaeger__ is now known as AJaeger_17:20
*** johnthetubaguy is now known as zz_johnthetubagu17:21
*** mbacchi has quit IRC17:21
*** mbacchi has joined #openstack-infra17:21
anteayanibalizer: thanks, I appreciate that17:21
*** zz_gondoi is now known as gondoi17:22
*** gokrokve has joined #openstack-infra17:23
*** weshay_lunch is now known as weshay17:26
anteayajd__: so there are some concerns on this patch about using openstack or os on a stackforge project and I must say I share the opinions expressed in the comments thus far: https://review.openstack.org/#/c/125082/17:26
anteayajd__: are you willing to have a chat about it?17:26
jd__anteaya: sure17:27
openstackgerritSean Dague proposed a change to openstack-infra/project-config: add {pipeline}-tempest-dsvm-src-{project} job template  https://review.openstack.org/12543317:27
clarkbmtreinish: I have a relatively new one its only about 20 years old17:27
sdagueclarkb / fungi like that? ^^^17:27
anteayajd__: have you read the latest comments that express the naming concerns?17:28
clarkbsdake: fungi: if its just the one tet than something like that should be just fine17:28
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Sort openstack-infra/-dev entries in layout.yaml  https://review.openstack.org/12539617:28
jd__anteaya: yes17:28
anteayajd__: any thoughts?17:28
fungiclarkb: missing context unless s/sdake/sdague/ there17:28
jd__anteaya: I understand the concern but I am not sure how to renom a bunch of script used to monitor OpenStack honestly17:28
clarkbfungi: you infer correctly17:28
openstackgerritAleksandra Fedorova proposed a change to openstack-infra/project-config: Add docimpact group for all fuel-* projects  https://review.openstack.org/12543417:29
jd__s/renom/rename/17:29
sdagueclarkb: so I think the base case will be the 1 library case17:29
anteayajd__: how is renaming scripts difficult?17:29
AJaeger_jd__: so, you're not objecting to the rename but need some great name for the repository?17:29
sdagueif anyone wants to do something more complicated, they will need to create specific jobs for that other scenario17:29
AJaeger_anteaya: Do you have an idea how to call it instead of openstack-monitoring?17:29
fungisdague: you know where that's going to break? (in a good way in my opinion) when someone decides they want to coordinate a new feature between two projects without releasing support in one before merging support in the other ;)17:30
anteayastackforge/monitoring17:30
sdaguefungi: yep17:30
anteayaany objection to that?17:30
jd__AJaeger_: likely17:30
sdagueand... that's a feature of this, not a bug17:30
jd__anteaya: it's too generic17:30
fungisdague: continuous deployment folk will be throwing you a party17:30
*** HeOS has joined #openstack-infra17:30
sdaguethey'll probably never know that we fixed that for them17:31
anteayajd__: do you like any words from the thesaurus? http://www.thesaurus.com/browse/monitoring?s=t17:31
sdaguealso... devs should throw a party, because the gate queue will drop in 1/217:31
openstackgerritLars Kellogg-Stedman proposed a change to openstack-infra/project-config: remove python-jobs from kolla project  https://review.openstack.org/12543617:32
jd__anteaya: AJaeger: to me it sounds a bit like if you were asking me to rename the "check_openstack_swift_is_alive" script to something else because it has openstack in it actually17:32
anteayajd__: distinguish17:32
clarkbsdague: clearly next time you are in a bar with openstack devs/ops/cders/whoever they should buy you all the beer you can drink17:32
sdaguehehe17:33
jd__EmilienM: if you're around you might want to join17:33
sdagueand I'll be sleep deprived from baby, so I'll be a cheap date17:33
anteayajd__: no, the openstack-montitoring project17:33
EmilienMjd__: hey17:33
fungisdague: "When you do things right, people won't be sure you've done anything at all." [futurama]17:33
jd__fungi: <317:33
sdague:)17:33
anteayaswift is an openstack program and project so openstack_swift is fine17:33
AJaeger_jd__: There're legal problems with that - we cannot even say "OpenStack Telemetry" or "OpenStack Ceilometer"17:34
AJaeger_This usage of names needs to be approved by the board17:34
jd__so if the repository is named "a-bunch-of-script-to-monitor-openstack" is it ok?17:34
anteayajd__: not the repo17:34
anteayawe are talking repo names, you are talking script names17:35
jd__it's not a project called "openstack-monitoring", it's a repository17:35
anteayawhat is your definition of a project then?17:35
anteayasince my definition of a project is that is has a repository17:35
anteayaand a repository is a project17:35
AJaeger_jd__: I'm not a lawyer but I wouldn't object the repo name a-bunch-of-script-to-monitor-openstack due to trademark issues.17:35
AJaeger_It's just ugly in other ways ;917:36
*** doude has quit IRC17:36
jd__hehe17:36
EmilienMAJaeger: which name would you suggest here?17:36
fungianteaya: AJaeger_: jd__: we've got plenty of examples of git repositories which include the word "openstack" in their names without belonging to official programs. so far we've assumed there's no need to forbid them17:36
jd__thank you fungi17:37
EmilienMwe have a project in stackforge "ospurge". there is "os" inside. Why not osmonitoring?17:37
AJaeger_fungi: did we ever get any legal guidance here?17:37
AJaeger_Argh, the bashate checks are broken ;817:39
AJaeger_see http://logs.openstack.org/26/125426/1/check/gate-project-config-bashate/cd0fc42/console.html17:39
fungianteaya: AJaeger_: jd__: apparently the most you can hope for from lawyers is to either be told you shouldn't do it or that they don't know. lawyers basically never say "yes" to any question like that. after waiting for ages for the question to be answered we eventually just resolved to ignore the issue17:39
*** tonytan4ever has joined #openstack-infra17:39
jd__+1 fungi17:40
AJaeger_fungi: then I'll follow that advice ;)17:40
clarkbfungi: https://review.openstack.org/#/c/125220/1 reviewing the two changes there that are not WIP would be good17:40
clarkbkeep us moving on the dib front17:40
fungik17:40
sdaguecan anyone help me figure out which I'm failing on the layout side here - https://review.openstack.org/#/c/125433/ ?17:41
clarkbI WIPed the change related to rax because vhd needs sorting. I am going to try hacking that into dib17:41
fungisdague: yeah i was just looking at that17:41
fungisdague: looks like a parameter substitution problem17:41
clarkbsdague: jenkins_jobs.errors.JenkinsJobsException: project parameter missing to format {pipeline}-tempest-dsvm-src-{project}-{branch-designator}17:41
openstackgerritAleksandra Fedorova proposed a change to openstack-infra/project-config: Add docimpact group for fuel-* projects  https://review.openstack.org/12543417:42
*** _nadya_ has joined #openstack-infra17:42
clarkbyou want {name} instead of {project} iirc17:42
sdagueclarkb: ah... right17:42
anteayaAJaeger_: I agree with your inclinations17:42
fungisdague: also was going to leave another comment17:42
anteayaand pleia2's17:43
sdaguefungi: I will await your comment17:43
fungisdague: commented17:43
anteayaand thank you pleia2 for taking care of that post to the ml which should have been addressed on the wikipage, kindly redirected17:44
openstackgerritSean Dague proposed a change to openstack-infra/project-config: add {pipeline}-tempest-dsvm-src-{name} job template  https://review.openstack.org/12543317:44
sdaguefungi: thanks17:45
fungisdague: oh, just spotted somethign else too17:45
fungisorry!17:45
pleia2anteaya: sure thing :)17:45
sdaguefungi: oh, no prob, what is it?17:45
fungisdague: i think you probably want DEVSTACK_PROJECT_FROM_GIT=$ZUUL_PROJECT instead17:45
*** mmaglana has quit IRC17:45
clarkbfungi: sdague: {name} won't have the openstack/ prefix17:46
clarkbZUUL_PROJECT should iirc17:46
fungioh17:46
anteayapleia2: :D17:46
clarkbso depends on how devstack implements that var maybe?17:46
*** mmaglana has joined #openstack-infra17:46
fungieh, yeah good point17:46
sdagueyeh, I want it without openstack/17:46
fungilgtm then17:47
fungido we flatten the project org namespaces in devstack i guess?17:47
clarkbsdague: fungi: also note that DEVSTACK_PROJECT_FROM_GIT won't make it into the devstack env with the way d-g is written iirc17:48
clarkbsdague: fungi: so we need a d-g change to write that to localrc17:48
fungiyep, i assumed that was coming next17:49
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Fix local bashate runs  https://review.openstack.org/12544117:50
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Updated library versions  https://review.openstack.org/12544217:50
*** mmaglana has quit IRC17:50
openstackgerritLars Kellogg-Stedman proposed a change to openstack-infra/project-config: remove python-jobs from kolla project  https://review.openstack.org/12543617:51
sdagueclarkb: yep, coming up17:51
*** cnesa15 has quit IRC17:51
*** [HeOS] has joined #openstack-infra17:52
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Sort openstack-infra/-dev entries in layout.yaml  https://review.openstack.org/12539617:52
openstackgerritSean Dague proposed a change to openstack-infra/devstack-gate: add support for setting devstack LIBS_FROM_GIT  https://review.openstack.org/12544317:52
*** thedodd has joined #openstack-infra17:52
*** HeOS has quit IRC17:54
annegentleanyone who can help me with onboarding troubleshooting? (Oh when are you going to get sick of me asking?) :)17:55
clarkbannegentle: sure17:55
anteayaannegentle: what is the error?17:55
anteayaannegentle: never get sick of you asking, thanks for taking the time to do the onboarding17:56
annegentleFor some reason git review -s is looking for a private key in /Box/Keys/id_rsa.openstack. The error is "no such identity"17:56
annegentlemy original thought was that he set up a home computer and that his home computer public key was in review.openstack.org17:56
*** [HeOS] is now known as HeOS17:56
*** radez is now known as radez_g0n317:56
annegentlebut in fact~17:56
annegentleohhhh!17:56
annegentlewait, Rackspace networking config was on his computer that put that in!17:56
annegentleSigh.17:56
anteayayou fixed it yourself, well done17:56
anteayayou just needed to talk yourself through it17:57
annegentleSometimes just asking helps me figure it out, oh for sure.17:57
anteayayep17:57
anteayame too17:57
anteayahappy to listen to you solve it17:57
*** rmcall has quit IRC18:00
AJaeger_jd__: fungi, anteaya : thanks for your +2s on https://review.openstack.org/125395 - do you want to +A as well or is anybody else going to do it, please?18:01
AJaeger_annegentle: I know that feeling, glad that you solved it!18:02
anteayaI can +A18:02
AJaeger_thanks, anteaya18:02
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers  https://review.openstack.org/10800318:02
AJaeger_stevemar: thansk for your nit!18:03
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Sort openstack-infra/-dev entries in layout.yaml  https://review.openstack.org/12539618:03
stevemarAJaeger, np :)18:03
annegentlewell crum, we got the public key working and successfully did git review -s, but now he can't do git remote update, he gets Fetching origin, Fetching gerrit18:03
annegentlethen18:03
fungiclarkb: are you ready for 125223 to be approved? do you need to do any last-minute prep to be able to keep an eye on jobs?18:03
annegentleKilled by signal 1.18:03
*** rmcall has joined #openstack-infra18:03
annegentlesounds ominous18:04
*** bcourt has quit IRC18:04
AJaeger_stevemar: bashate should work again in jenkins, it shouldn't fail anymore...18:04
clarkbsdague: did you want to review dims' cookie to save toggleci state change?18:04
clarkbsdague: and maybe suggest which way we should rebase your change and that change?18:04
fungiannegentle: what does 'git remote -v|grep fetch' say?18:04
fungiannegentle: chances are one of the fetch remotes is wrong18:05
openstackgerritSean Dague proposed a change to openstack-infra/project-config: try out new src libs job on pbr  https://review.openstack.org/12544718:05
sdagueclarkb: sure... url ?18:05
* dims peeks in18:05
stevemarAJaeger, even this ones: http://logs.openstack.org/12/124812/5/check/gate-project-config-bashate/fbfb3d0/console.html ?18:05
*** ChuckC has quit IRC18:05
clarkbfungi: so I have realized that that change may end up pausing hpcloud devstack-trusty slave builds18:05
dimshttps://review.openstack.org/#/c/123464/ sdague18:05
clarkbfungi: its not entirely clear to me if nodepool will continue to use the old image or just jump to the new one and wait for it to be ready18:05
clarkbfungi: but I should probably approve it when I can babysit18:06
annegentleclarkb: for sure he has a gerrit (fetch) and an origin (fetch)18:06
clarkbfungi: want to give me ~20 minutes before approving?18:06
annegentleone is ssh: one is https:18:06
fungiclarkb: ahh, maybe... should we change the node labels instead?18:06
fungiclarkb: sure, or i'll just +2 and let you approve when ready18:06
clarkbannegentle: can you paste what those values are18:06
clarkbfungi: that sounds good18:06
annegentleI have to wonder if it's our network being persnickety. I've had to downgrade to git review 1.23 previously (this summer) to get it to work on our internal network.18:06
annegentleheh I'm on one computer, he's on another :) clarkb18:07
AJaeger_annegentle: ask him to put it to paste.openstack.org and post the URL here ;918:07
*** otherwiseguy has quit IRC18:07
fungiannegentle: interesting... i wonder what behavior change caused 1.24 to not work there18:07
*** erikmwilson has joined #openstack-infra18:07
annegentleI'' have him join ^^18:07
annegentlewelcome ERik18:07
clarkbannegentle: the http stuff shoulnd't be relased yet so I don't think git review created those remotes18:07
openstackgerritA change was merged to openstack-infra/project-config: Update pushSignedTag to just congress-release  https://review.openstack.org/12525318:07
fungiclarkb: well the http one may be the origin remote18:07
openstackgerritAdam Gandelman proposed a change to openstack-infra/project-config: Remove other ironic jobs from stable/icehouse checks  https://review.openstack.org/12544818:07
annegentleclarkb: ahhhh. totally possible. I've been trying different things for a while. :)18:08
clarkbI would git remote remove gerrit then git review -s again18:08
anteayaannegentle: so the fuel stackforge project wants to use the docimpact tag: https://review.openstack.org/#/c/125434/218:08
*** torandu has quit IRC18:09
fungianteaya: yep, bookwar was asking about it in here just an hour or so ago i think18:09
sdaguedims: I didn't think toggle worked that way18:09
anteayaannegentle: methinks since this logs bugs against openstack-manuals that you would not want this18:09
anteayafungi: ah sorry I missed that scrollback18:09
erikmwilsonhttp://paste.openstack.org/show/117542/18:09
anteayahas this already been discussed and I am late to the party?18:09
annegentleanteaya: yeah they've talked to me about it18:09
annegentleanteaya: and stackforge projects shouldn't be adding to openstack-manuals, right.18:09
anteayaannegentle: can you share your perspective on the patch please?18:09
annegentleanteaya: so I thought they had wired theirs up another way?18:10
*** torandu has joined #openstack-infra18:10
clarkberikmwilson: those look ok at first glance. can you try `ssh -p29418 erikwilson@review.openstack.org gerrit ls-projects` that should dump a listing of all the projects in our gerrit18:10
openstackgerritA change was merged to openstack-infra/config: Add devstack-precise-dib image to nodepool  https://review.openstack.org/12522018:10
anteayaannegentle: had they?18:10
clarkband if not we can start to isolate where things are failing18:10
annegentleer? Not sure anteaya let me look18:10
*** amcrn has joined #openstack-infra18:10
anteayabookwar: what does fuels' use of the docimpact tage do?18:10
*** amcrn has quit IRC18:10
anteayas/tage/tag18:10
dimssdague: is there a way for me to test it?18:11
fungianteaya: it will open doc bugs in launchpad within their project, if they did it correctly18:11
sdaguedims: oh... this isn't tested? :)18:11
openstackgerritA change was merged to openstack-infra/project-config: Rework coverage jobs  https://review.openstack.org/12539518:11
erikmwilsonHuge list ended by Killed by signal 118:11
anteayaah within *their* project, not openstack-manuals18:11
openstackgerritA change was merged to openstack-infra/project-config: add {pipeline}-tempest-dsvm-src-{name} job template  https://review.openstack.org/12543318:11
AJaeger_erikmwilson: that looks fine to me18:11
clarkberikmwilson: oh interesting so you got the killed by signal 1 running that ssh command?18:11
erikmwilsonYes18:12
annegentleso it must be our network...18:12
bookwaranteaya: yes, developer will add this tag to his commit message to automatically create docs-related bug in Fuel project in Launchpad18:12
fungianteaya: yeah, docimpact-group: fuel means it should open bugs for them in https://launchpad.net/fuel/18:12
annegentleanteaya: AJaeger_ ah just found the week-old thread18:12
larsksHow do jobs in zuul/layout.yaml relate to jobs listed in jenkins/jobs/projects.yaml?18:12
clarkberikmwilson: are you going through a prox for ssh?18:12
annegentleclarkb: ok, he's going ot go home to try it18:12
sdaguedims, yeh, so in https://review.openstack.org/#/c/124632/ - comment 3, I give instructions for testing stuff like this18:12
AJaeger_larsks: jenkins/jobs/projects.yaml defines the job18:12
fungiannegentle: erikmwilson: sounds like a perfect excuse to become a telecommuter ;)18:12
AJaeger_larsks: and zuul wires it up so that it actually gets executed18:13
anteayabookwar: ah thanks, can we get that in the commit message please?18:13
clarkberikmwilson: annegentle a quick google says you may need to redirect stderr to dev null to get rid of the message but I don't think that affects the return code18:13
AJaeger_larsks: so you need to first define what to do (Jenkins) and then when to run the job (zuul)18:13
clarkberikmwilson: can you run the ssh command then echo $? to see if it exits 0 or not 018:13
annegentleclarkb: wow, ok.18:13
sdaguedims: if possible I'd like to put yours on top of 124632 as I think it cleans things up a bunch18:13
larsksAJaeger_: Thanks. Is there a document somewhere on how this works?18:14
clarkbif it returns 0 then git review is probably just failing to parse the output properly and the redirect s fine18:14
clarkbif it exists > 0 then we will have to do more debugging :)18:14
annegentleliterally type ssh | echo $? clarkb18:14
AJaeger_larks, see  http://ci.openstack.org/stackforge.html and the other pages on ci.openstack.org18:14
*** rmcall has quit IRC18:14
annegentle(I don't know if you need pipe)18:14
clarkbannegentle: no `ssh all thatstuff from before && echo $?`18:14
clarkbrun it as two separate commands without the |18:14
dimssdague: ack will do18:14
annegentleah ok18:15
fungiclarkb: that will either return "0" or nothing at all ;)18:15
annegentleha18:15
sdaguedims: basically, dumping into js console18:15
fungiclarkb: at least with your && example18:15
*** radez_g0n3 is now known as radez18:15
annegentleinteresting18:15
erikmwilsonclarkb: Returned 018:15
clarkbfungi: oh derp18:15
dimssdague: neat trick will try18:16
fungibut yeah, sounds like it's a benign error18:16
clarkberikmwilson: in that case I think yoiu just need to redirect stderr to dev null in any proxy setup that you may have18:16
*** serverascode_ has quit IRC18:16
*** morgan_remote_ has quit IRC18:16
*** zhiyan has quit IRC18:16
clarkbor its benign and git review is dying on somethign else18:16
fungior perhaps just ignore that message18:16
sdaguedims: so it might be odd with function defs that aren't vars18:16
*** gokrokve_ has joined #openstack-infra18:16
sdaguebut, it works on the patch I had18:16
annegentleok thanks clarkb and fungi18:16
AJaeger_larsks: did you submit https://review.openstack.org/#/c/125436/2 ?18:16
dimssdague: k18:16
fungiclarkb: in this case git review isn't dying, sounds like, but rather git remote update was throwing that message18:16
erikmwilsonclarkb: Thanks!18:16
*** morgan_remote_ has joined #openstack-infra18:17
larsksAJaeger_: I did! That is what I am trying to figure out right now.18:17
larsksIt looks like we need changes to zuul/layout.yaml.18:17
*** erikmwilson has left #openstack-infra18:17
openstackgerritLars Kellogg-Stedman proposed a change to openstack-infra/project-config: remove python-jobs from kolla project  https://review.openstack.org/12543618:17
*** zhiyan has joined #openstack-infra18:17
AJaeger_larsks:  https://review.openstack.org/125426 removes the pep8 check that causes the failure of your job18:17
larsksAJaeger_: possibly those ^^^18:17
*** reed has joined #openstack-infra18:18
AJaeger_so, let's merge 125426 in and your patch is fine...18:18
larsksAJaeger_: the change I just submitted has both changes.18:18
AJaeger_larsks: yeah, now it conflicts with 125426 ;)18:18
*** serverascode_ has joined #openstack-infra18:18
sdaguefungi / clarkb : odd that - https://review.openstack.org/#/c/125059/ didn't move into gate18:19
*** annegent_ has joined #openstack-infra18:19
*** bcourt has joined #openstack-infra18:19
larsksAJaeger_: let me go revert that last change...18:19
AJaeger_larsks: that one was just removed, so wait 5 mins until it's merged and remove the layout.yaml change again...18:19
*** rushiagr is now known as rushiagr_away18:19
AJaeger_larsks: exactly18:19
*** gokrokve has quit IRC18:19
openstackgerritSergey Lukjanov proposed a change to openstack-infra/project-config: Use correct groups for murano acls  https://review.openstack.org/12545118:19
clarkbsdague: its a bug in rechecks and probably a reason to add reverify back18:19
sdagueoh18:19
AJaeger_larsks: you could base it on top of the other if you want - or just recheck once it merged18:20
clarkbsdague: if a thing is V-1,CR+2,W+1 and you recheck zuul will run check tests and give you V+1,CR+2,W+118:20
clarkbsdague: but for some reason isn't reenqueueing to the gate18:20
sdagueok18:20
sdagueso... I have to reverify those?18:20
clarkbwell reverify is dead18:20
clarkbso I think if you recheck again or if you +W it will got to gate18:20
sdagueoh, right18:20
clarkbI noticed this what yesterday? haven't had much time to debug beyond "this is weird"18:21
AJaeger_I'm out now - bye18:21
*** e0ne has quit IRC18:21
*** annegentle has quit IRC18:21
*** gokrokve_ has quit IRC18:21
sdagueclarkb: no worries :)18:21
sdagueI just wanted to make sure I'm not completely insane18:22
clarkbnope not insane18:22
anteayaAJaeger_: thanks, see you18:22
fungiclarkb: i thought he was asking why it wasn't requeued into the gate when its parent change entered the gate pipeline18:22
sdaguefungi: I was18:22
*** amcrn has joined #openstack-infra18:22
clarkbfungi: oh18:22
*** AJaeger_ has quit IRC18:22
sdaguebut it had previously failed18:22
fungii'm comparing approval/comment/result timestamps now to see if it was eligible18:22
sdagueand had been rechecked18:22
clarkbright I saw the recheck after dtroyer +W'd18:22
sdagueand that seems to be the issue18:22
clarkbwhich is what I Think is causing the trouble18:23
*** shashankhegde has joined #openstack-infra18:23
sdagueafter a recheck it's stalled18:23
sdagueif it couldn't move directly into the gate18:23
*** oanufriev has quit IRC18:23
openstackgerritLars Kellogg-Stedman proposed a change to openstack-infra/project-config: remove python-jobs from kolla project  https://review.openstack.org/12543618:24
* clarkb goes to do all those things he neglected to do this morning before lunch happens. back shortly18:24
*** dustins has quit IRC18:24
sdagueheh18:24
fungiright, so the parent was rechecked, passed check, entered the gate, at that point in time the child change had an existing approval and +1 on it so it should have gotten enqueued18:24
sdagueyeh... I need food as well18:25
*** ChuckC has joined #openstack-infra18:25
*** pelix has quit IRC18:25
fungii'll check zuul's log18:25
*** ChuckC has quit IRC18:25
*** ChuckC has joined #openstack-infra18:25
*** dustins has joined #openstack-infra18:26
*** habib__ has quit IRC18:26
*** chuckC_ has joined #openstack-infra18:27
*** todd_dsm has joined #openstack-infra18:27
openstackgerritA change was merged to openstack-infra/project-config: Kolla has no python code atm so remove pep8 check  https://review.openstack.org/12542618:28
*** rmcall has joined #openstack-infra18:28
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers  https://review.openstack.org/10800318:28
*** baoli has quit IRC18:28
mtreinishclarkb: ^^^ I think that's close, I just need to figure out how to test it18:28
*** baoli has joined #openstack-infra18:29
*** gondoi is now known as zz_gondoi18:30
*** emccormick has joined #openstack-infra18:32
fungiclarkb: sdague: so the zuul debug log mentions at 2014-10-01 17:36:23,134 that 125059,2 is ready to merge and that the parent change 125075,3 it needs is already in the gate, but then never goes ahead and enqueues it18:32
*** Sukhdev has joined #openstack-infra18:33
*** mrmartin has joined #openstack-infra18:33
*** zz_gondoi is now known as gondoi18:35
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Updated build tool versions  https://review.openstack.org/12545518:37
openstackgerritA change was merged to openstack-infra/project-config: Whitelist commands in tox.ini  https://review.openstack.org/12481818:38
*** Ng has quit IRC18:40
*** Ng has joined #openstack-infra18:40
*** rmcall has quit IRC18:40
*** gokrokve has joined #openstack-infra18:41
clarkbmtreinish: when I test that stuff I just run the daemons all locally and have a dummy client that feeds in a specific job I want to test18:42
clarkbfungi: huh18:44
bookwaranteaya, fungi: I've added a section here https://wiki.openstack.org/wiki/Documentation/DocImpact#Using_the_DocImpact_Flag_in_a_Commit_Message,  please check if I understand everything correctly18:44
clarkbfungi: is it failing another test?18:44
clarkbs/test/criteria/18:44
fungiclarkb: not that i could find in the debug log anyway18:44
*** pfalleno1 has quit IRC18:45
*** pfallenop has joined #openstack-infra18:45
clarkbon the dib front I am uploading current builds of devstack-trusty-dib now, will rerun tests on current build and if that works merge the change to switch to that for hpcloud18:45
openstackgerritSean Dague proposed a change to openstack-infra/project-config: try out new src libs job on pbr  https://review.openstack.org/12544718:46
*** markmcclain has quit IRC18:47
anteayabookwar: that explains it well enough for me, thanks for writing that up18:48
*** groknix has joined #openstack-infra18:48
*** jog0 has joined #openstack-infra18:49
stevemaranteaya, can you +A https://review.openstack.org/#/c/125202/ (sitting at 2x +2) - or waiting for another reviewer? :)18:50
*** jogo has quit IRC18:50
*** jog0 is now known as jogo18:50
anteayastevemar: +A18:51
anteayaI'm just trying to find my balance with it18:52
anteayaAJaeger: I merged the tox whitelist patch but still have http://paste.openstack.org/show/117557/ when running tox18:54
*** thedodd has quit IRC18:54
anteayaAJaeger: can you confirm?18:54
*** dkranz has joined #openstack-infra18:55
stevemaranteaya, AJaeger is done for the day i think. try nuking your tox env, rm -rf .tox18:55
anteayastevemar: yeah, this was from a clean clone of project-config18:55
* stevemar shrugs18:55
anteayastevemar: I did rm -rf and get the same result18:56
anteayawarnings on rm and mkdir18:57
anteayayeah, I don't know either18:57
stevemari'll try it out18:57
anteayathanks18:58
stevemarseems OK to me, it's doing a whole bunch of stuff and things18:58
*** marun has joined #openstack-infra18:58
stevemari really should have piped the output18:58
anteayano red errors running tox?18:58
stevemarnope18:58
anteayaperhaps it is just me then18:58
*** rcarrillocruz has joined #openstack-infra18:59
*** annegent_ has quit IRC18:59
anteayathe freezing is almost out of my lip, I'm going to make some lunch18:59
openstackgerritA change was merged to openstack-infra/project-config: Add docimpact group for fuel-* projects  https://review.openstack.org/12543418:59
stevemaranteaya, http://paste.openstack.org/show/117559/18:59
*** annegentle has joined #openstack-infra18:59
openstackgerritA change was merged to openstack-infra/project-config: Change OSC functional tests to not unstack  https://review.openstack.org/12520219:00
*** hdd has quit IRC19:00
*** unicell has quit IRC19:01
*** datsun180b has quit IRC19:01
*** groknix has quit IRC19:01
*** baoli has quit IRC19:02
*** HeOS has quit IRC19:02
anteayastevemar: thanks19:06
anteayajust me then, hmmmm19:06
*** radez is now known as radez_g0n319:07
openstackgerritAnne Gentle proposed a change to openstack-infra/project-config: Removes docimpactgroup: openstack-manuals for Oslo repos  https://review.openstack.org/12546519:07
*** ociuhandu has quit IRC19:08
*** HeOS has joined #openstack-infra19:08
fungianteaya: "WARNING:test command found but not installed in testenv" is benign. tox is silly and thinks it should only be running commands which are within the virtualenv but rm and mkdir are system shell commands instead19:09
*** rmcall has joined #openstack-infra19:11
*** tsg has joined #openstack-infra19:11
*** emccormick has left #openstack-infra19:11
*** shashankhegde has quit IRC19:12
*** shashankhegde has joined #openstack-infra19:13
*** hdd has joined #openstack-infra19:13
mtreinishclarkb: oh, that's a good idea. I was spinning the daemons up locally, to make sure it would just run, but I didn't try setting up a dummy client to send it a job19:15
clarkbmtreinish: ya its only about 10 lines to do simple tings like that. I can probably dig one up if you think it will help19:15
clarkbmtreinish: but basicall import gear gear.client() gear.job() pass job to client19:15
mtreinishclarkb: sounds simple enough, I'll give it a shot19:16
anteayafungi: yes and AJaeger had put up a patch to whitelist those commands for tox which I had merged: https://review.openstack.org/#/c/124818/19:17
openstackgerritSean Dague proposed a change to openstack-infra/project-config: try out new src libs job on pbr  https://review.openstack.org/12544719:17
sdagueso that still seems to fail locally for me, and I'm not sure why19:17
anteayaand I had thought I had tested that patch yesterday, but perhaps I didn't19:17
anteayabut the errors are gone now, so perhaps I am in my own twilight zone19:18
anteayaand should eat my lunch19:18
anteayastevemar: can you test with this patch? https://review.openstack.org/#/c/125441/ use tox, do the errors return when you do?19:20
*** alexpilotti has quit IRC19:21
openstackgerritElizabeth K. Joseph proposed a change to openstack-infra/devstack-gate: Update README for post config split  https://review.openstack.org/12547019:24
fungisdague: did we already merge the necessary support in devstack and devstack-gate?19:24
*** otherwiseguy has joined #openstack-infra19:24
fungisdague: also it may just be afternoonitis setting in but i left a couple nontechnical questions on that change19:24
*** jedimike has quit IRC19:25
*** skeppstedt has quit IRC19:25
*** cnesa has joined #openstack-infra19:26
*** skeppstedt has joined #openstack-infra19:26
anteayafungi: is that the point of groups in gerrit/projects.yaml? as a pointer to the bugs for the project?19:26
*** _nadya_ has quit IRC19:26
fungianteaya: yes, currently19:26
anteayayay, thanks19:26
anteayaTIL19:26
fungianteaya: "groups" is a list that recently replaced the old "group" parameter which even longer ago was called "launchpad" until we renamed it19:27
anteayaah ha19:27
anteayahistory is important19:27
anteayaannegentle: I think your patch is getting beaten up because it is demonstrating some other issues19:28
annegentleanteaya: thanks I'm on a call but I'll look19:28
anteayaannegentle: like you have flushed out the groups thing19:28
anteayaannegentle: np19:28
fungifor storyboard-only projects we'll be able to put a project in multiple groups, so its relevance extends beyond just lp project mapping19:28
annegentlefungi: oh ok19:28
*** IAX has quit IRC19:28
anteayayes, the storyboard element was what I was expecting, I had missed the significance for launchpad bit19:29
sdaguefungi: we did not19:29
stevemaranteaya, trying now19:29
*** skeppstedt has quit IRC19:30
*** koolhead_ has quit IRC19:30
stevemaranteaya, that one doesn't work19:31
stevemaranteaya, it needs to be rebased first i think19:31
stevemaranteaya, yeah do a `git rebase master` after pulling down that patch, and everything is awesome :O19:32
sdaguefungi: ... so https://review.openstack.org/#/c/125443/ is probably the next thing that should go in?19:33
sdaguethat's the d-g change19:33
anteayastevemar: thanks19:33
anteayastevemar: yep that works, danke19:34
stevemaranteaya, Bitte19:35
anteaya:D19:36
*** sarob_away is now known as sarob19:36
fungisdague: next after 125447 you mean?19:36
*** radez_g0n3 is now known as radez19:36
*** rlandy has joined #openstack-infra19:37
clarkbfor dib multi image output https://review.openstack.org/12547519:37
fungisdague: oh, nevermind, that one makes it gating19:37
fungijust non-voting19:37
sdaguefungi: yeh, honestly, the pbr thing can go whenever19:37
fungiright19:37
sdaguethe d-g change is needed before the devstack change though19:38
*** hashar has joined #openstack-infra19:38
*** dizquierdo has joined #openstack-infra19:38
arosenclarkb:  so if i install the latest nodepool will it reduce my build times because it's caching more data with diskbuilder?19:38
*** dimtruck is now known as zz_dimtruck19:38
sdagueso realistically, given where we stand in the day, where I'd like us to end up is with the d-g change landed19:38
sdaguebecause flipping in the devstack change and the project changes probably needs a day on it's own, and I'll work through those tomorrow19:39
clarkbarosen: only if you do that and set up to use dib. we are currently running into issues19:39
clarkbarosen: like image format for clouds19:39
arosenclarkb: ah okay. I think i'll wait for a little while though19:39
sdaguefungi: so er is reporting on changes, but not in channel19:41
fungisdague: sounds fine to me. once clarkb weighs in (i assume he's waiting for the experimental results which are due in about another 10 minutes)19:41
arosenOn a good note though. I got the VMWare Congress CIworking with all your tools running tempest (with additional tempest tests in the congress tree) and voting :).19:41
sdaguefungi: cool19:41
arosenhuge thanks to all of you guys for helping me out along the way :)19:41
clarkbsdague: fungi I ran experimental over a couple jobs to make sure that new nodes built off of new images were used19:41
clarkbarosen: nice19:42
sdagueclarkb: coolio19:42
fungisdague: i see that the openstackrecheck bot never joined #openstack-qa though the traceback i pasted for you yesterday appears to be fixed now19:42
clarkbarosen: does your cloud accept qcow2 images? if so then dib is a thing you can do19:42
sdaguefungi: yeh, I merged the fix for that this morning19:42
arosenclarkb:  yup it does.19:42
sdaguelet me look at a thing19:42
clarkbarosen: you should be fine then. right now nodepool + dib only dumps qcow2 images19:42
fungisdague: now we may be back to the channel list parsing problem i saw a month ago which is what i suspect caused it to leave the channel to begin with... i'll dig deeper19:42
clarkbarosen: and it should work for your devstack-trusty and devstack-precise slave types19:43
clarkbarosen: trouble I have is rax wants vhd19:43
clarkbso trying to get dib to do conversion from raw to both qcow2 and vhd19:43
arosenclarkb:  cool, i'll give it a shot in a little bit. Out of curiosity do you know how much faster it is to run?19:44
sdaguefungi: does recheckwatchbot.yaml look like it should be from puppet?19:44
clarkbarosen: it takes 15 minutes to build an image with warm cache on our nodepool19:44
arosenRight now i'm about at 40 min for a test run but a lot of the time is apt-getting; wget'ing the ubuntu/fedora images for heat19:44
clarkbarosen: then a couple minutes to upload19:44
aroseni'm talking about for the devstack-gate.sh to run.19:44
clarkbarosen: that should be the same19:44
clarkbthe other image builds cache all the things too19:45
clarkbincluding apt pacakges and ubuntu images19:45
fungisdague: last modified july 29?19:45
*** tonytan4ever has quit IRC19:45
clarkbarosen: so the big win here is on the image build side not job side19:45
sdaguefungi: that doesn't seem right19:45
arosenclarkb:  hrm my nodepool builds don't seem to be doing that. It does a wget to  http://tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ubuntu_mysql.qcow2 which takes a long time.19:45
sdaguehmmm.. no maybe that's fine19:46
clarkbarosen: you are using our nodepool scripts right? they should do that for you19:46
sdagueit has a nested channels: config, right?19:46
clarkbarosen: are you running devstack? the caching is heavily devstack specific19:46
fungisdague: yep... which seems to be confusing it: http://paste.openstack.org/show/117569/19:47
fungisdague: it seems to think the channels and messages top-level associative arrays are the names of channels19:47
sdagueyeh... I found it now, thanks19:48
sdaguefix shortly19:48
*** zz_dimtruck is now known as dimtruck19:49
*** rkukura has quit IRC19:51
fungiaha, should have been self.channels = self.data.keys() but self. was missing?19:51
fungiprobably a little questionable to be sort-of shadowing those with one another anyway. easier to make errors like that19:52
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: correctly unnest channel config  https://review.openstack.org/12547819:54
sdaguefungi: yep19:54
*** ramashri_ has quit IRC19:55
fungiclarkb: is check-grenade-dsvm-neutron-sideways expected to pass yet?19:56
clarkbfungi: nope, I don't think the neutron devs are even looking at it19:56
fungiahh, okay19:56
clarkbthat said, I think they 100% should be making it work because the nova network to neutron upgrade path is like the #1 talked about thing at ops groups19:56
clarkbso I made the test too19:57
fungiright19:57
*** e0ne has joined #openstack-infra19:57
clarkbI will go poke them19:57
*** tonytan4ever has joined #openstack-infra19:57
fungiperhaps the existence of that job merits a reminder on the dev ml, with both [neutron] and [nova] tags19:57
clarkbya will draft that up now19:57
arosenclarkb:  sorry someone dropped by. I'm running via devstack. This is my jenkins job setup: http://paste.openstack.org/show/117573/19:58
clarkband then lunch19:58
*** sarob is now known as sarob_away19:58
clarkbarosen: and you are running devstack-gate too so the caching should work19:59
openstackgerritA change was merged to openstack-infra/project-config: remove python-jobs from kolla project  https://review.openstack.org/12543619:59
*** tsg has quit IRC19:59
clarkbarosen: its possible though that the caches are old? how often are you updating your images? once a day?19:59
*** sarob_away is now known as sarob20:00
* fungi is going to disappear to find food, back soon20:00
arosenclarkb:  i haven't updated in a while because of that gluster bug in our cloud. Though these urls haven't changed since i build these images last week... I'll spend some cycles digging into it.20:01
*** dizquierdo is now known as dizquierdo_afw20:01
*** dizquierdo_afw is now known as dizquierdo_afk20:01
*** cnesa has quit IRC20:05
openstackgerritAndreas Jaeger proposed a change to openstack-infra/project-config: Cleanups for layout.yaml  https://review.openstack.org/12548920:07
*** boden has quit IRC20:07
*** datsun180b has joined #openstack-infra20:08
*** boden has joined #openstack-infra20:08
sc68calclarkb: saw your question20:08
*** boden has quit IRC20:09
*** boden_ has joined #openstack-infra20:09
sc68calI'll send you a card so you can get it straightened out20:09
clarkbsc68cal: you sir are awesome20:09
*** boden_ has quit IRC20:09
clarkbsc68cal: but I will live20:09
*** erikmwilson has joined #openstack-infra20:09
*** boden has joined #openstack-infra20:10
*** e0ne has quit IRC20:10
*** boden has quit IRC20:10
*** boden has joined #openstack-infra20:11
anteayalooks like we are in for another round of boden quitting and joining20:11
clarkbanteaya: smartfilters!20:11
*** boden has quit IRC20:11
*** ivar-lazzaro has joined #openstack-infra20:11
*** boden has joined #openstack-infra20:11
sc68calThe card is for a no-wait hotline - so if anyone else has trouble with the big CMCSA hit me up ;)20:12
*** boden has quit IRC20:12
*** ivar-lazzaro has quit IRC20:12
*** boden has joined #openstack-infra20:12
*** boden has quit IRC20:13
anteayaclarkb: doesn't help the rest of the channel20:13
clarkbsc68cal: oh ya I eventually figured out I just have to sign up with the kit then call customer service20:13
*** ivar-lazzaro has joined #openstack-infra20:13
clarkbI guess I got a coax and cat5 cable otu of it20:13
sc68calhaha - ok well this will get you to to the front of the queue20:14
anteayalooks like boden might have dragged ivar-lazzaro to the same party20:14
*** boden has joined #openstack-infra20:14
*** signed8bit has quit IRC20:14
sc68calclarkb: just sent to your gmail20:14
*** boden has quit IRC20:14
openstackgerritA change was merged to openstack-infra/elastic-recheck: correctly unnest channel config  https://review.openstack.org/12547820:15
*** boden has joined #openstack-infra20:15
*** boden has quit IRC20:15
clarkbsc68cal: ty20:16
*** erikmwilson has quit IRC20:16
*** boden has joined #openstack-infra20:16
*** boden has quit IRC20:16
*** melwitt has joined #openstack-infra20:17
anteayaI'm heading out for a walk20:17
pleia2anteaya: enjoy20:18
*** boden has joined #openstack-infra20:18
*** baoli_ has joined #openstack-infra20:18
*** e0ne has joined #openstack-infra20:18
*** boden has quit IRC20:18
clarkbfungi: message sent20:18
*** baoli_ has quit IRC20:19
*** LinuxJedi has quit IRC20:19
*** boden has joined #openstack-infra20:19
*** boden has quit IRC20:19
*** JayJ_ has quit IRC20:19
*** baoli_ has joined #openstack-infra20:19
*** boden has joined #openstack-infra20:19
*** JayJ_ has joined #openstack-infra20:20
*** e0ne has quit IRC20:20
*** boden has quit IRC20:20
*** boden has joined #openstack-infra20:20
*** signed8bit has joined #openstack-infra20:21
*** e0ne has joined #openstack-infra20:21
*** boden has quit IRC20:21
*** boden has joined #openstack-infra20:21
Shrewsclarkb: qq... should a version bump of 'hacking' in global-requirements propogate to other projects?20:21
*** boden has quit IRC20:22
clarkbShrews: yes20:22
Shrewsclarkb: that's what i thought, but https://review.openstack.org/125423 confused me20:22
*** boden has joined #openstack-infra20:22
openstackgerritDolph Mathews proposed a change to openstack-infra/elastic-recheck: ade query for nova quota reservation deadlock  https://review.openstack.org/11456620:22
*** boden has quit IRC20:22
Shrewsnot sure what the disconnect is there20:23
clarkbShrews: the job has broken at times and you may have missed an update20:23
Shrewsclarkb: ah, i see20:23
clarkbShrews: we have't treated that as super critical because the next requirements update should update you20:23
clarkbwhich may mean things are really broken :/20:23
*** boden has joined #openstack-infra20:23
clarkblet me double check ironic is in the g-r projects list20:23
*** boden has quit IRC20:23
sdagueit is20:23
clarkbI did fix a broken thing semi recently20:24
clarkbmaybe that uncovered more broken /me looks in logs20:24
sdagueit was one of the reasons that the havana req testing couldn't be made voting20:24
*** boden has joined #openstack-infra20:24
*** boden has quit IRC20:24
dkehnclarkb: before the let say the devstack-vm-gate-dev.sh runs who sets up the $WORKSPACE with all the projects?20:25
*** Ryan_Lane has quit IRC20:25
clarkbhttp://logs.openstack.org/92/925d89053950a8ac049eeebde430126fb4514b94/post/propose-requirements-updates/1409a32/console.html is the most recent run20:25
*** boden has joined #openstack-infra20:25
sdagueclarkb: what's the kickban process?20:25
sdagueboden is looping poorly20:25
*** boden has quit IRC20:25
Shrewshmm, i'm sure we've seen req updates since hacking was updated, but no update for hacking itself20:25
clarkbsdague: so I really dislike kicking people for that...20:25
openstackgerritMarton Kiss proposed a change to openstack-infra/project-config: Add manifest build to groups portal release job  https://review.openstack.org/12549420:25
clarkbsdague: every single client I have ever used has ways to deal with it nicely20:25
*** rmcall has quit IRC20:25
clarkbdkehn: devstack-vm-gate-wrap.sh does it20:26
*** boden has joined #openstack-infra20:26
*** annegentle has quit IRC20:26
*** boden has quit IRC20:26
*** berendt has quit IRC20:26
*** boden has joined #openstack-infra20:27
*** boden has quit IRC20:27
*** ramashri has joined #openstack-infra20:27
*** annegentle has joined #openstack-infra20:27
dkehnclarkb: ok, sorry see that now20:27
*** boden has joined #openstack-infra20:27
*** boden has quit IRC20:28
*** boden has joined #openstack-infra20:28
*** boden has quit IRC20:29
*** boden has joined #openstack-infra20:29
clarkbShrews: maybe it is a bug in update.py? http://logs.openstack.org/92/925d89053950a8ac049eeebde430126fb4514b94/post/propose-requirements-updates/1409a32/console.html#_2014-10-01_07_11_53_98220:29
dkehnclarkb: generally what WORKSPACE set to /opt/stack20:29
*** e0ne has quit IRC20:30
clarkbShrews: that indicates to me that update.py did not update hacking20:30
*** boden has quit IRC20:30
clarkbdkehn: no workspace is usually /home/jenkins/workspace iirc20:30
dkehnclarkb: ok20:30
clarkbdkehn: then we jump out of that to the /opt/stack repos20:30
*** boden has joined #openstack-infra20:30
*** _buzz_ has quit IRC20:30
*** boden has quit IRC20:31
*** boden has joined #openstack-infra20:31
clarkbShrews: oh I see, hacking is special cases20:31
sdaguefungi: the bot lives!20:31
clarkbShrews: because usualyl when you update it things wedge20:31
*** terryw has joined #openstack-infra20:31
*** boden has quit IRC20:31
dkehnclarkb: is there still a stack user in the process or was that done away with?20:31
clarkbdkehn: devstack still uses it es20:32
Shrewsclarkb: ah, so it should be manually updated then20:32
*** boden has joined #openstack-infra20:32
clarkbShrews: yup20:32
*** mpaolino has joined #openstack-infra20:32
*** LinuxJedi has joined #openstack-infra20:32
*** boden has quit IRC20:32
Shrewsoh look, it's a LinuxJedi20:32
dkehnclarkb: ok, so the addition of jenkins user to get the process running20:32
*** Sukhdev has quit IRC20:33
clarkbdkehn: yes, beause that is what jenkins wants by default20:33
*** boden has joined #openstack-infra20:33
*** boden has quit IRC20:33
*** otherwiseguy has quit IRC20:33
LinuxJediShrews: it is indeed, rebooted from a system update, I have been lurking for a while :)20:34
*** boden has joined #openstack-infra20:34
*** Ryan_Lane has joined #openstack-infra20:34
dkehnclarkb: since I'm just using it to build up the env and run test, is there a better starting point than devstack-vm-gate-dev.sh like the wrapper?20:34
*** boden has quit IRC20:34
*** boden has joined #openstack-infra20:35
clarkbdkehn: you are wanting to run it in an automated fashion? if so I would just grab our jenkins job builder job defs and start from there20:35
*** mpaolino has quit IRC20:35
*** boden has quit IRC20:35
clarkbjgriffith: sdague: what was the verdict on that kernel thing?20:35
*** boden has joined #openstack-infra20:35
*** boden has quit IRC20:36
*** boden has joined #openstack-infra20:36
dkehnclarkb: this will be more or less a single VM to setup devstack and run the tests, yes it can be done by hand, but in the past I kind of amde my own devstack-vm-gate.sh to build it up, not sure if you remember, but we did this way back for the reddwarf setup, and I've been using it in the past20:36
*** rainya has joined #openstack-infra20:37
*** boden has quit IRC20:37
clarkbin that case I would probably just grab a localrc from the gate job(s) you are interested in and run devstack with that20:37
*** boden has joined #openstack-infra20:37
*** boden has quit IRC20:38
clarkbthen run tempet against it. devstack gate does a ton of work to set up devstack but if you are in a single vm state I don't think you need that20:38
sdagueclarkb: so we're still on 3520:38
sdaguehttp://logs.openstack.org/19/124019/4/check/check-tempest-dsvm-full/bc47f1a/logs/devstack-gate-setup-host.txt.gz20:38
sdaguejgriffith felt that -36 kernel update might actually have something related for this20:38
dkehnclarkb: so saying that it may be worth while taking what I had and retro-fitting to so newer tricks in the wrap and calling it good20:39
dkehnclarkb: so to speak20:39
*** boden has joined #openstack-infra20:39
rainyaclarkb, mordred: i'm getting pinged from people taht care about these things about the identity pings from openstackjenkins to the Rackspace public cloud; who's the right person here to talk to about that fun little tidbit and a plan to get token caching setup?20:39
*** boden has quit IRC20:39
clarkbsdague: ok, looks like we still have a few older trusty images, I am going to switch to dib built images in hpcloud after lunch and that should clear it up http://logs.openstack.org/43/125443/1/experimental/experimental-tempest-dsvm-full-dibtest/4c7f9bb/logs/devstack-gate-setup-host.txt.gz20:40
*** boden has joined #openstack-infra20:40
clarkbrainya: python-novaclient core?20:40
*** boden has quit IRC20:40
clarkbrainya: we are reconsuming upstream client libs20:40
mtreinishclarkb: I got things working up until subunit-1to2 blows up reading the subunit file it pulls from the log server.20:40
clarkboh I remember we disable it because its completely broken20:40
mtreinishclarkb: Wasn't there a patch from lifeless recently that messed with the headers around them? did that ever land?20:40
clarkbso ya I think python*client cores probably need a way to sort that out20:41
*** boden has joined #openstack-infra20:41
* krotscheck is mildly suprised at how easy stevedore is. Props to dhellmann.20:41
clarkbmtreinish: I am not sure20:41
*** boden has quit IRC20:41
mtreinishclarkb: hmm, I'll go hunting20:41
clarkbdkehn: maybe? I just don't think there is much need for heavy automation for a single test VM. devstack is laready that automation and if you have a localrc that does what ou need it to you should be set20:41
*** boden has joined #openstack-infra20:42
*** annegent_ has joined #openstack-infra20:42
*** boden has quit IRC20:42
dkehnclarkb: ok, thanks20:42
*** boden has joined #openstack-infra20:42
*** annegentle has quit IRC20:43
clarkbrainya: I am double checking on the --os-cache option but iirc it required a desktop environment20:43
*** boden has quit IRC20:43
*** MaxV has joined #openstack-infra20:43
clarkbsdague: ^ do you remember that?20:43
*** boden has joined #openstack-infra20:43
sdagueyeh, keymanager at some point had a hard requirement on dbus20:44
mtreinishclarkb: ahh, died in the gate: https://review.openstack.org/#/c/118069/20:44
sdaguebut they may have fixed it20:44
*** boden has quit IRC20:44
*** boden has joined #openstack-infra20:44
rainyaclarkb, thank you for checking; if can avoid having to talk to more people today that would be awesome; it's a "please solve this obsucure random issue" sort of day in my world; how about yours?20:44
*** boden has quit IRC20:45
clarkbmine is actually pretty quiet. everyone is apparently on vacation20:45
clarkbrainya: but ya there have been long standing issues with the caching in the clients so very few people actually use any caching aiui20:45
*** MaxV has quit IRC20:45
lifelessmtreinish: clarkb: I filed a bug aboutthe mangling of subunit streams, if thats wat you're asking about20:45
*** boden has joined #openstack-infra20:45
*** boden has quit IRC20:46
sdaguefungi: / clarkb - https://review.openstack.org/#/c/125447/ - I'm still not sure I understand why it's failing20:46
clarkboh that thing, ya I thought we fixed it20:46
clarkblifeless: mtreinish ^20:46
*** annegent_ has quit IRC20:46
*** annegentle has joined #openstack-infra20:46
*** boden has joined #openstack-infra20:46
*** dims_ has joined #openstack-infra20:46
*** boden has quit IRC20:46
clarkbsdague: in the JJB projects.yaml you need to add this new job to pbr project20:47
clarkbsdague: that expands the template for that project passing in {name} and so on20:47
*** boden has joined #openstack-infra20:47
mtreinishlifeless: yeah, https://review.openstack.org/#/c/118069/ should fix it right?20:47
*** boden has quit IRC20:47
*** dims_ has quit IRC20:48
*** boden has joined #openstack-infra20:48
adam_gwhere do the scripts live that the OpenStack Infra bot uses to interact with LP bugs?20:48
clarkbrainya: also looks like by default os_cache is False in the novaclient if you consume it via python20:48
*** boden has quit IRC20:48
*** dims_ has joined #openstack-infra20:48
*** boden has joined #openstack-infra20:49
clarkbadam_g: in the jeepyb project20:49
*** dims_ has quit IRC20:49
clarkbadam_g: openstack-infra/jeepyb20:49
*** boden has quit IRC20:49
*** bhuvan has quit IRC20:49
adam_gclarkb, thanks20:49
*** dims_ has joined #openstack-infra20:49
*** boden has joined #openstack-infra20:50
rainyaclarkb, let me check i understand the flow: OpenStack-Infra spins up VMs in the cloud using python-novaclient; the client's default setting to not use cache (plus the fact that caching probably doesn't work well) leads to the sub-optimal [thousands of hits an hour i believe is the report] for upstream's CI schtuff that Rackspace is seeing20:50
*** boden has quit IRC20:50
clarkbrainya: yup20:50
*** dims has quit IRC20:50
*** boden has joined #openstack-infra20:51
clarkbto fix it we will need to check again if caching works without a desktop or tty then update https://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/provider_manager.py#n308 to enable caching20:51
*** mikedillion has quit IRC20:51
*** boden has quit IRC20:51
rainyaI am a legend.20:51
rainyathanks clarkb20:51
*** boden has joined #openstack-infra20:51
*** boden has quit IRC20:52
clarkbrainya: no problem, I probably don't have time to do any of the above today but am happy to guide others if they want to give it a go20:52
clarkbsetting up a nodepool is not too hard if you have a cloud account20:52
*** scottda has left #openstack-infra20:52
*** boden has joined #openstack-infra20:52
openstackgerritK Jonathan Harker proposed a change to openstack-infra/nodepool: Reset the client object before creating the image  https://review.openstack.org/7494320:52
*** boden has quit IRC20:53
lifelessmtreinish: I think so20:53
lifelessmtreinish: you need to drive it, I don't have time20:53
rainyaclarkb, i would dearly love to set it up and give it a try but alas, i am relegated to the life of a manager between 9am and 5pm mon-fri; it is very boring20:53
openstackgerritDolph Mathews proposed a change to openstack-infra/elastic-recheck: add query for nova quota reservation deadlock  https://review.openstack.org/11456620:53
mtreinishlifeless: sure, I'll take it over20:53
*** boden has joined #openstack-infra20:53
*** ZZelle_ has joined #openstack-infra20:53
jrollrainya: you'd think this would be a drop in the bucket for the identity servers :(20:53
*** boden has quit IRC20:53
rainyajroll, i don't think it's causing problems, just raising alarm bells20:54
rainyabecuase it is SO much more than other accounts are doing20:54
jrollyeah20:54
rainyato which i say "welcome to the cloud"20:54
*** boden has joined #openstack-infra20:54
jroll+120:54
rainyathis is going to be the norm and not the exception soon enough20:54
*** dims_ has quit IRC20:54
jroll"wait, people are dynamically scaling up and down?? what is this madness"20:54
*** boden has quit IRC20:54
lifelessrainya: mmmm management. Thats all cocktails and golf right?20:54
rainyalifeless, let me rephrase: MIDDLE management ;P20:55
*** boden has joined #openstack-infra20:55
*** boden has quit IRC20:55
lifelessrainya: oh right, beers and videos20:55
*** todd_dsm has quit IRC20:55
*** boden has joined #openstack-infra20:56
*** sarob is now known as sarob_away20:56
pleia2can an op politely /remove boden? they've had a lousy connection for about a day now20:56
openstackgerritSean Dague proposed a change to openstack-infra/project-config: try out new src libs job on pbr  https://review.openstack.org/12544720:56
*** cdent has quit IRC20:56
*** boden has quit IRC20:56
sdaguewe kick banned him in #nova20:56
*** boden has joined #openstack-infra20:57
*** boden has quit IRC20:57
*** mrmartin has quit IRC20:57
rfolcoquick question: should I be able to see in crontab -l (as nodepool user) the cleanup job cleanup: '*/1 * * * *' ? http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/templates/nodepool/nodepool.yaml.erb#n620:57
*** boden has joined #openstack-infra20:57
*** boden has quit IRC20:58
*** boden has joined #openstack-infra20:58
*** MaxV has joined #openstack-infra20:58
*** torandu has quit IRC20:59
*** boden has quit IRC20:59
*** boden has joined #openstack-infra20:59
*** boden has quit IRC21:00
*** torandu has joined #openstack-infra21:00
*** _buzz has joined #openstack-infra21:00
*** marun has quit IRC21:00
clarkbpleia2 sdague kickbanning seems like the wrong response no? you can filter/ignore it21:00
clarkband that allows people to fix connections and apologize21:00
*** boden has joined #openstack-infra21:00
clarkbmaybe weechat has me too spoiled21:00
*** sarob_away is now known as sarob21:00
*** boden has quit IRC21:01
pleia2the freenode /quote remove is analogous to a part command on the client, they come back when they want21:01
pleia2we have a lot of folks here who don't filter their clients, particularly newcomers, we should think of them too :)21:01
*** boden has joined #openstack-infra21:01
pleia2(I don't because I op in lots of channels and need to be aware of things)21:01
*** boden has quit IRC21:01
*** andreykurilin_ has joined #openstack-infra21:02
*** boden has joined #openstack-infra21:03
*** boden has quit IRC21:03
clarkbpleia2 that is what makes weechat amazing. I dont lose the data its just not shown by default21:04
*** boden has joined #openstack-infra21:04
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add Elasticsearch blog post link to web dashboard  https://review.openstack.org/12460521:04
*** boden has quit IRC21:04
pleia2yeah, there's an option for irssi to still log it, but I need to be aware when problems are happening, not check logs21:04
clarkbI can sort it out after eating which I am actually managing to do now >_>21:04
pleia2eating \o/21:05
pleia2enjoy21:05
*** boden has joined #openstack-infra21:05
*** boden has quit IRC21:05
*** boden has joined #openstack-infra21:06
*** boden has quit IRC21:06
*** morgan_remote_ has quit IRC21:06
*** boden has joined #openstack-infra21:06
*** boden has quit IRC21:07
openstackgerritMatt Riedemann proposed a change to openstack-infra/elastic-recheck: add query for nova quota reservation deadlock  https://review.openstack.org/11456621:07
*** boden has joined #openstack-infra21:07
*** kgiusti has left #openstack-infra21:08
*** boden has quit IRC21:08
*** boden has joined #openstack-infra21:08
*** aysyd has quit IRC21:08
*** morgan_remote_ has joined #openstack-infra21:09
*** boden has quit IRC21:09
*** boden has joined #openstack-infra21:09
*** annegentle has quit IRC21:09
*** boden has quit IRC21:09
sdagueclarkb: so the issue is... he already had 1 day of this21:09
*** radez is now known as radez_g0n321:10
*** boden has joined #openstack-infra21:10
*** boden has quit IRC21:10
*** dustins has quit IRC21:11
*** boden has joined #openstack-infra21:11
*** boden has quit IRC21:11
*** bhuvan has joined #openstack-infra21:11
*** boden has joined #openstack-infra21:12
*** boden has quit IRC21:12
*** boden has joined #openstack-infra21:13
*** boden has quit IRC21:13
*** boden has joined #openstack-infra21:14
*** boden has quit IRC21:14
*** boden has joined #openstack-infra21:14
*** boden has quit IRC21:15
*** boden has joined #openstack-infra21:15
*** pcm_ has quit IRC21:16
*** boden has quit IRC21:16
*** boden has joined #openstack-infra21:16
*** boden has quit IRC21:17
*** boden has joined #openstack-infra21:17
*** boden has quit IRC21:17
*** boden has joined #openstack-infra21:18
*** ChanServ sets mode: +o clarkb21:18
*** boden has quit IRC21:18
openstackgerritA change was merged to openstack-infra/elastic-recheck: add query for nova quota reservation deadlock  https://review.openstack.org/11456621:19
sdagueclarkb: so I definitely don't understand this part of templating - https://review.openstack.org/#/c/125447/ :{21:19
sdagueif you have time to just set me straight, that would be cool21:19
*** boden has joined #openstack-infra21:19
*** boden has left #openstack-infra21:19
clarkbsdague: right but kicking is something you do to malicious people. This is just :/21:19
clarkbbut pleia2++ I didin't know about freenodes magical remove21:19
clarkbso thats done21:19
pleia2thank you :)21:19
sdaguewhat is the magical remove?21:19
dansmithclarkb: do tell21:19
clarkbsdague: /quote remove #somechannel nick21:20
pleia2/remove #channel user :remove reason21:20
clarkbit sends a part to their client21:20
*** signed8bit has quit IRC21:20
*** boden has joined #openstack-infra21:20
dansmithno worky21:20
clarkblol persistent21:20
pleia2doh, client probably timed out before it sent21:20
pleia2it usually works!21:20
*** boden has left #openstack-infra21:20
*** signed8bit has joined #openstack-infra21:20
dansmithclarkb: I don't think a client-side /ignore always works for join/part messages does it?21:21
*** boden has joined #openstack-infra21:21
clarkbpleia2: the beauty of weechat smart filters is I hit meta + = and I see everything21:21
*** boden has left #openstack-infra21:21
clarkbdansmith: it always does21:21
*** pcm_ has joined #openstack-infra21:21
*** mmedvede has quit IRC21:21
pleia2I also sometimes use irssi's /knockout (kick with 5 minute ban, that really gets the client to get the message)21:21
clarkbdansmith: that is the beauty of client isde21:21
*** boden has joined #openstack-infra21:22
*** boden has left #openstack-infra21:22
clarkbok thats my last attempt. willing to try other things21:22
clarkbbut kickban is :(21:22
dansmiththe problem with ignore is, I don't know when to remove it21:22
*** mfer has quit IRC21:22
dansmithbecause I won't see him pop up, apologize, and be normal21:22
dansmithsdague: poke me the next time you see a join/part from hium21:22
clarkbdansmith: you can ignore specific types of messages21:22
*** boden_ has joined #openstack-infra21:22
* dansmith tests21:22
*** boden_ has quit IRC21:23
dansmithnow he's boden_21:23
*** boden has joined #openstack-infra21:23
*** boden has quit IRC21:24
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard: Stevedore worker plugins  https://review.openstack.org/12550421:24
clarkbdoes quieting drop joins/parts?21:24
clarkbpleia2: ^21:24
*** boden has joined #openstack-infra21:24
dansmithclarkb: so I have every ignore flag enabled on *!~boden@* and I still see join/parts from him21:24
* krtaylor thinks hydra21:24
*** boden has quit IRC21:24
pleia2clarkb: no :\21:25
clarkbdansmith: wow what client do you use?21:25
dansmithclarkb: a very popular one :)21:25
* dansmith tries one more thing21:25
*** boden has joined #openstack-infra21:25
*** boden has quit IRC21:25
pleia2I'd kick, ban for a few minutes, remove ban, unless his client is *really* aggressive (or manually scripted to /join places) it should see it was banned during one connect respect that21:26
*** boden has joined #openstack-infra21:26
clarkbpleia2: kk21:26
dansmithpleia2: he's been banned from nova for an hour21:26
sdaguepleia2: yeh, I think his client is dumb21:26
dansmithI can unban and see21:26
clarkbdansmith: oh please do21:26
dansmithbut I don't think it'll work21:26
*** boden has quit IRC21:26
*** boden has joined #openstack-infra21:27
*** gondoi is now known as zz_gondoi21:27
dansmithokay, I think I got my client to ignore him21:27
dansmithbut I expect that means that not all clients have the ability to ignore those21:27
*** boden has quit IRC21:27
sdaguedansmith: what did you do?21:28
*** boden has joined #openstack-infra21:28
*** zns has quit IRC21:28
dansmithsdague: I did a "hide from user list"21:28
*** dkranz has quit IRC21:28
*** boden has quit IRC21:28
*** rlandy has quit IRC21:28
dansmithhe's not showing up in nova anymore though, AFAICT21:28
dansmithsince I unbanned21:28
*** homeless has quit IRC21:28
clarkbdansmith: :P21:28
clarkbbut you are ignoring now21:29
clarkbor is that without ignore?21:29
*** boden has joined #openstack-infra21:29
*** homeless has joined #openstack-infra21:29
dansmiththat's without ignore21:29
clarkbanyways I will temp ban21:29
*** miqui has quit IRC21:29
sdaguethe last attempt back into -qa was 4 minutes ago21:29
sdagueso something else might have changed21:29
*** clarkb sets mode: +b boden!*@*21:29
*** boden has quit IRC21:29
dansmithI see him popping up here but not in -nova21:29
*** zz_gondoi is now known as gondoi21:29
dansmithpleia2: how do I show the bans for a channel so I can make sure he's unbanned?21:29
pleia2dansmith: /ban21:30
*** andreykurilin_ has quit IRC21:30
dansmithpleia2: and no response means no bans?21:30
sdagueclarkb: unrelated to irc, I need to head out for the day21:30
pleia2yep21:30
pleia2dansmith: try it here, there are bans :)21:30
dansmithclarkb: okay, seems to have worked21:30
clarkbdansmith: danke21:30
sdaguethe pbr template thing... I still have wrong21:30
clarkbsdague: ok21:30
dansmithpleia2: I see no response in here either21:30
clarkbI wish gerrit had a comment on arbitrary file in repo ability21:31
dansmithpleia2: maybe I have to be an op?21:31
pleia2dansmith: ah, your client is weird21:31
pleia2:D21:31
clarkbthen I could show you what I mean in a straightforward wa21:31
pleia2don't need to be an op21:31
sdagueif you can spoon feed me what I'm doing wrong in review comments, I'll fix21:31
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for 1375488  https://review.openstack.org/12491321:31
clarkbsdague: ok21:31
pleia2/mode +b or /mode #openstack-infra +b21:31
sdagueclarkb: or just overwrite my change :)21:31
pleia2should work in other clients21:31
*** dkliban is now known as dkliban_afk21:32
*** boden_ has joined #openstack-infra21:32
clarkbfungi: I just approved the hpcloud use trusty dib image change21:32
clarkbwill give boden a few more minutes before unbanning21:32
*** boden_ has quit IRC21:33
*** zns has joined #openstack-infra21:33
dansmithclarkb: I hadn't properly unbanned him21:33
dansmithclarkb: so, hang ona sec21:33
clarkbdansmith: ok21:33
clarkbpleia2: by the way your ubuntu docs are like number one google hit for /quote remove. freenode should thank you21:34
pleia2clarkb: haha21:34
dansmithclarkb: no dice, he came back21:35
pleia2dodgy client21:35
clarkbdansmith: ok. maybe we just leave boden banned until tomorrow then21:35
*** cnesa has joined #openstack-infra21:35
clarkbsdague: jgriffith: so in theory the kernel thing will be fixed real soon now21:36
*** resker has joined #openstack-infra21:36
*** boden_ has joined #openstack-infra21:37
fungiclarkb: thanks for the heads up. i'm hopefully mostly around for the rest of the evening in case something goes terribly lip-bitingly wrong21:37
*** boden_ has quit IRC21:37
fungibut first, teh bottomless pit of scrollbackz21:37
clarkbfungi: ok, I figured worst case I would revert and get back to regular images quickly21:37
*** esker has quit IRC21:37
clarkband we are not terribly busy21:37
*** mfer has joined #openstack-infra21:38
*** boden_ has joined #openstack-infra21:38
*** boden_ has quit IRC21:39
*** zns has quit IRC21:39
*** rmcall has joined #openstack-infra21:39
*** boden_ has joined #openstack-infra21:40
openstackgerritClark Boylan proposed a change to openstack-infra/project-config: try out new src libs job on pbr  https://review.openstack.org/12544721:40
clarkbsdague: ^ there you go21:40
*** boden_ has quit IRC21:41
fungisdague: we are programmed just to do everything you want us to--we are the robots! (apologies to kraftwerk)21:41
fungiLinuxJedi: we've sorely missed your assistance here, btw21:41
*** andreaf has quit IRC21:41
clarkbfungi: we should throw him in a basement somewhere with a terminal21:41
pleia2hehe21:42
clarkband feed him pizza and beer21:42
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard: Stevedore worker plugins  https://review.openstack.org/12550421:42
*** andreaf has joined #openstack-infra21:42
*** zns has joined #openstack-infra21:42
*** juzuluag has quit IRC21:43
*** boden_ has joined #openstack-infra21:43
openstackgerritA change was merged to openstack-infra/config: Switch hpcloud devstack-trusty to dib image  https://review.openstack.org/12522321:43
*** zns has quit IRC21:43
*** stevemar has quit IRC21:43
*** boden_ has quit IRC21:43
dansmithclarkb: gotta use his username in the ban :)21:43
dansmithelse we'll have boden______ in here before too long :P21:44
*** stevemar has joined #openstack-infra21:44
dansmith*!~boden@* is what I did21:44
*** HeOS has quit IRC21:44
clarkbgah21:46
fungiclarkb: also, completely nothing to do with openstacks and i know you've almost certainly already seen, but http://kotaku.com/guy-3d-prints-actual-working-flight-computer-for-kerbal-163624417421:46
clarkbfungi: https://www.youtube.com/watch?v=KxHRA3k5-_U ?21:46
clarkbfungi: I havne't seen that21:46
*** dizquierdo_afk is now known as dizquierdo21:46
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Add subunit2sql gearman workers  https://review.openstack.org/10800321:46
mtreinishclarkb: ^^^ I can safetly say the worker daemon works in that21:47
*** clarkb sets mode: -b boden!*@*21:47
*** clarkb sets mode: +b *!~boden@*21:47
*** cnesa has quit IRC21:47
mtreinishI can't say the same for the puppet, or that the client modifications work21:47
clarkbmtreinish: cool21:47
clarkbI will try taking a look as soon as the hpcloud image swap thing above happens21:47
mtreinishcool, thanks21:48
*** mriedem has quit IRC21:48
clarkbfungi: if you haven't plaed kerbal yet you must21:48
clarkbI haven't played in a while and there are all sorts of new goodies21:49
clarkblike a campaign mode21:49
clarkbmordred how did you dib in docker?21:49
clarkbmordred: because it fails on mount when I try it (which is what I expected)21:50
*** bcourt has quit IRC21:50
*** hashar has quit IRC21:51
mordredclarkb: I do not remember ...21:53
clarkbdevstack-trusty image is now building21:53
fungialso, the context is long since past, but alt+= in weechat to toggle the smartfilter ist teh awesome21:53
clarkbwe seem to have kept our old images too so this is working well21:53
*** dimtruck is now known as zz_dimtruck21:53
*** mordred has quit IRC21:54
*** mordred has joined #openstack-infra21:54
*** xyang0 has quit IRC21:56
*** tsg has joined #openstack-infra21:56
fungiwhen boden popped back in last night my time (spotted in scrollback once i woke up) he said he though it was an interaction between his irc client and his macbook being suspended... i wonder if os x wakes up every couple of minutes in suspend?21:56
*** gondoi is now known as zz_gondoi21:56
fungipleia2: in the past i've been using /msg chanserv akick blah blah blah but mebbe that's overkill21:57
dansmithfungi: no, we think it's preventing sleep21:58
*** thedodd has joined #openstack-infra21:58
openstackgerritJoe Gordon proposed a change to openstack-infra/project-config: Add a new openstack-specs repo under the control of the TC  https://review.openstack.org/12550821:58
*** tonytan4ever has quit IRC21:58
*** sarob is now known as sarob_away22:00
fungiclarkb: i've somehow not found time for a single video game or computer game for over three months. too many busy. maybe after i disappear tonight22:00
*** mmedvede has joined #openstack-infra22:01
pleia2fungi: yeah, I'm a big fan of /remove since it's a bit more peaceful22:01
fungiagreed. new one on me. will be sure to use in the future22:02
*** dims has joined #openstack-infra22:02
*** mbacchi has quit IRC22:04
*** bcourt has joined #openstack-infra22:04
*** IAX has joined #openstack-infra22:07
clarkbdib based trusty images should be here real soon now22:08
clarkbmordred: did you catch the rax needs vhd images discussion from earlier today?22:08
clarkbI should eop22:08
*** ChanServ sets mode: -o clarkb22:08
mordredclarkb: no22:09
mordredclarkb: what's the tl;dr?22:09
*** mikedillion has joined #openstack-infra22:10
clarkbmordred: tl;dr is xen wants vhd not qcow2, so I have thrown https://review.openstack.org/#/c/125475/ in classic mordred fashion with comments to finish writing the patch, but it when complete will output >1 image from the raw source22:10
*** _buzz has quit IRC22:10
clarkbthen nodepool can have its pick22:10
clarkbthat said its ugly to do in dib bceause of a couple assumptions dib seems to have been making so we might need to have nodepool convert qcow2 back to raw :( :( :( then convert to vhd22:11
*** atiwari has quit IRC22:12
clarkbmordred: I suggsted quietly that maybe glance should figure this out for me22:12
clarkbsince in theory it can know which image format its local hypervisors demand22:12
* mordred cries22:13
mordredthat's absolutely insane22:13
mordredjaypipes: ^^ I know you haven't been glance ptl in a long time - but WTF man?22:13
clarkbmordred: or we can have two image builds for the two halfs as an alternative. but then we won't be using the same exact image everywhere (technically not doing that with different formats either I guess but potential for bigger diff if we run the builds twice)22:14
mordredclarkb: I'd rather convert if we can do it consistently22:14
clarkbya me too22:14
mordredclarkb: dib creates a raw than converts to qcow2 right?22:14
clarkbmordred: yup22:14
clarkbmordred: but its pretty adamant about deleting the raw22:15
mordredclarkb: why not just extend dib to allow outputting both from teh raw22:15
mordredSpamapS: ^^ ?22:15
clarkbmordred: ya thats what that change attempts to do22:15
clarkbmordred: I just haven't had time to start testing it and address my comments on it22:15
mordredclarkb: ah22:15
clarkbmordred: so you do disk-image-create -t qcow2,vhd and that will spit out a yourimagehere.qcow2 and a yourimagehere.vhd22:15
*** bknudson has quit IRC22:15
mordredI am in support fo that22:17
jesusaurusclarkb: whats the argument against doing the conversion in glance if needed?22:17
openstackgerritJoe Gordon proposed a change to openstack-infra/project-config: Add a new openstack-specs repo under the control of the TC  https://review.openstack.org/12550822:17
clarkbjesusaurus: I don't think there is one, but its harder to change that then this22:17
jesusaurusgotcha22:17
clarkbjesusaurus: honestly I think it absolutely should because it is part of the cloud abstraction22:17
jesusaurusagreed22:17
clarkbif I give you an image I don't want to be told you can't boot it because kvm or xen22:18
mordredclarkb: ++22:18
*** datsun180b has quit IRC22:18
*** annegentle has joined #openstack-infra22:18
*** signed8bit has quit IRC22:19
clarkbok so I have a devstack-trusty image now22:20
clarkbdoens't look like it is being uploaded for some reason. /me looks22:20
*** mfer has quit IRC22:20
fungiclarkb: jesusaurus: a glance fix would be for clouds running ~kilo. a dib fix would be for current dib interacting with <kilo clouds22:22
fungiso arguably good to "fix" both places22:22
clarkbyup22:22
clarkbfungi: any chance you can help dig around in logs looking for why these images didn't upload? also I think we need more logging around the uploads...22:24
clarkbfungi: 2014-10-01 22:10:58 is about when the image build finished22:24
fungii'll get my poop shovel22:25
fungiheh. nodepoop22:25
*** weshay has quit IRC22:25
clarkb2014-10-01 22:10:58,810 INFO nodepool.DiskImageBuilderThread: Image devstack-trusty is built22:26
*** amcrn_ has joined #openstack-infra22:26
*** resker has quit IRC22:26
clarkbI wonder if it didn't immediately upload that because there are existing images with that name?22:26
fungioh...22:26
*** _nadya_ has joined #openstack-infra22:27
fungiunanticipated collision maybe... yeah the ones which uploaded successfully had different names from existing snapshot image labels22:27
clarkbfungi: right because jeblair wanted to test in isolation which was good, but now overlaying over existing labels may be fun22:28
mordredfungi: please god write a tool called nodepool22:28
fungimordred: done22:28
jheskethMorning22:28
fungiwell, not by me, but it exists22:28
clarkbfungi: greping for 'Updating image' only shows the devstack-precise-dib images being updated22:29
clarkbso I think this is a reasonable theory22:29
fungimordred: unless you meant nodepooP in which case it's stilla drawing board and two bottles of tequilla away22:29
mordredfungi: I did22:29
clarkbgoing to try and confirm that it will ignore unless running the cron to update at ~1400 UTC22:29
*** amcrn has quit IRC22:30
fungiclarkb: one option is to delete all existing devstack-trusty images in one region and see what happens22:30
fungis/region/neutronnet/22:30
*** _nadya_ has quit IRC22:31
*** annegentle has quit IRC22:32
* fungi is listening to kraftwork covers performed on vintage 8-bit video game systems22:32
clarkbfungi: yup ok this seems to be the case /me links to code22:32
*** melwitt has quit IRC22:33
clarkbhttps://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/nodepool.py#n171922:33
clarkbit basically says, if I built this image with dib because it was missing, but we have it with a snapshot then don't bother uploading just yet22:34
*** melwitt has joined #openstack-infra22:34
clarkbit should update the image on the next cron run22:34
clarkbfungi: I think I will go ahead and do a manual upload of the dib image with nodepool image-upload in hpcloud-b122:34
clarkbfungi: and if that looks happy do the other 4?22:34
fungiclarkb: yeah, i think so22:34
fungior we rethink that for loop22:35
fungimaybe both22:35
*** andreaf has quit IRC22:35
fungii mean, this seems like a reasonable switch22:35
fungireasonable enough we tried it expecting to see it work22:36
*** andreaf has joined #openstack-infra22:36
*** sarob_away is now known as sarob22:36
*** hdd has quit IRC22:36
*** baoli_ has quit IRC22:40
*** dizquierdo has quit IRC22:41
*** jgrimm is now known as zz_jgrimm22:42
anteayathe turkeys seem to have set up camp, they are on my lawn every day and they seem to like the maples between my deck and the lake for roosting22:44
*** Guest84781 is now known as annegentle22:44
anteayamorning jhesketh22:44
pleia2that sounds horrible!22:44
pleia2I'm not a bird fan, turkeys kind of freak me out :)22:45
*** JayJ_ has quit IRC22:49
fungipleia2: it could be a sequel to hitchcock's "the birds"22:51
SpamapSmordred: ACK.. patch reviewed22:51
pleia2I managed to watch about 3 minutes of that movie once22:51
*** dmsimard is now known as dmsimard_away22:51
pleia2still have nightmares22:51
*** dane_leblanc has quit IRC22:51
*** che-arne has quit IRC22:51
fungipleia2: yeah, it was a bit of a travesty. "read window" was better22:52
fungier, "rear window"22:52
pleia2yes, not so many birds22:52
anteayapleia2: ah yes, s/birds/elves22:53
*** bhuvan has quit IRC22:53
anteayaI have lovely elves in my trees22:53
anteayathey make me happy22:53
fungikeebler elves22:53
pleia2ooh, cookies22:53
anteayayes them22:53
anteayaelves and cookies and happy22:53
anteayaI like them, the elves they make me happy22:53
openstackgerritAaron Rosen proposed a change to openstack-infra/nodepool: libffi-dev is required to install nodepool  https://review.openstack.org/12551522:53
anteayaand thanks to the whole group for a boden free evening22:53
anteayamore effort required than I had thought but thank you22:54
*** baoli has joined #openstack-infra22:55
zaromgagne: would you be interested in reviewing a some python-jenkins changes?22:57
mgagnezaro: sure22:57
anteayaI have forgotten but I do believe this account is disabled: 10119 varmourci vArmour CI openstack-ci-test@varmour.com22:57
anteayaif it is disabled, can someone reenable it for me please?22:57
anteayaI don't think I have the ability to see via ssh or gui which accounts are disabled, just what group they are in if they exist in either third party ci or voting third party ci22:58
zaromgagne: https://review.openstack.org/#/c/123932 & https://review.openstack.org/#/c/12488522:58
zaromgagne: thanks!22:58
mgagnezaro: does it bother you that a function might return a list of dict OR a dict depending on how it was invoked? =)23:01
openstackgerritAaron Rosen proposed a change to openstack-infra/nodepool: Add missing requirement oslo.i18n  https://review.openstack.org/12551723:01
*** baoli has quit IRC23:02
*** pcm_ has quit IRC23:03
fungianteaya: i've reactivated 1011923:03
zaromgagne: is that not common in the python world?23:03
mgagnezaro: explicit is better than implicit =)23:04
*** wenlock has quit IRC23:04
zaromgagne: always a dict?23:04
zaromgagne: you think always a dict is better?23:04
mgagnezaro: will respond inline23:05
anteayafungi: thank you23:05
zaromgagne: cool.23:05
anteayaI'll make sure they are non-voting for now23:05
*** MaxV has quit IRC23:06
anteayathey already were non-voting23:06
*** mikedillion has quit IRC23:09
*** melwitt has quit IRC23:09
*** melwitt has joined #openstack-infra23:10
*** melwitt has quit IRC23:10
*** melwitt has joined #openstack-infra23:10
*** Sincler has quit IRC23:11
*** nelsnelson has quit IRC23:11
*** bhuvan has joined #openstack-infra23:12
LinuxJedifungi: you make it sound like I actually did work when I was under mordred's reign ;)23:15
fungiLinuxJedi: i actually saw it with my own eyes... don't try to deny it23:15
LinuxJedilol!  I'm still doing stuff that could help you guys right now, just less directly23:16
*** ivar-laz_ has joined #openstack-infra23:16
* fungi believes you23:16
*** bknudson has joined #openstack-infra23:17
LinuxJediall I still need an hour or two of a Debian guru's time in the next month.  It is hard to find people that know dpkg-buildpackage23:17
LinuxJedis/all/although23:17
*** ivar-laz_ has quit IRC23:17
*** ivar-laz_ has joined #openstack-infra23:17
fungip'shaw... though you likely want a higher-level wrapper like debuild23:17
fungibut we have more than a few people here who do or have done debian packaging23:18
*** ivar-lazzaro has quit IRC23:19
LinuxJediprobably.  Yet I don't have the necessary foo to things work.  I tried and I think I was close, but I got errors that not even the god of Google could help me with23:19
LinuxJediwell, if anyone could help me with this I would be very grateful (and you will get credits in the project docs): https://github.com/libattachsql/libattachsql/issues/1223:19
fungiLinuxJedi: you have a lot of the right files in there at least. if i don't get time to debug it, someone else here might23:21
*** doug-fish has left #openstack-infra23:22
LinuxJedino rush, I'm aiming for a GA next month and I want to be able to package for as much as possible at that point.  I just got completely stumped.23:22
*** yamahata has joined #openstack-infra23:24
*** armax has quit IRC23:26
openstackgerritA change was merged to stackforge/python-jenkins: add get_version method  https://review.openstack.org/12488523:26
*** armax has joined #openstack-infra23:28
*** mestery has joined #openstack-infra23:28
*** ZZelle_ has quit IRC23:29
*** JayJ_ has joined #openstack-infra23:29
anteayaSergeyLukjanov: do you really need both release and proposed in this acl file? https://review.openstack.org/#/c/125451/1/gerrit/acls/stackforge/murano.config23:29
anteayathis may be one of the largest acl files I've seen so far23:29
LinuxJedianyway, my work for the day is tested and merged, time for zzz23:29
*** adalbas has quit IRC23:30
*** thedodd has quit IRC23:32
*** yamahata has quit IRC23:32
*** yamahata has joined #openstack-infra23:33
*** dprince_ has quit IRC23:39
arosenclarkb:  testing out the newest nodepool now :)23:39
*** dangers is now known as dangers_away23:44
*** melwitt has quit IRC23:46
*** david-lyle has quit IRC23:49
*** asalkeld has joined #openstack-infra23:52
asalkeldhi, quick question: we have the "open kilo development" commit in Heat now, https://github.com/openstack/heat/commit/eac6cfa8575f75f9f0ee6718d299dac05c99783323:54
asalkelddo we need to wait for a branch/tag before approving patches?23:55
*** mikedillion has joined #openstack-infra23:55
*** patrickeast has quit IRC23:57
*** gokrokve has quit IRC23:58
*** bknudson has quit IRC23:58
*** terryw has quit IRC23:58
*** bknudson has joined #openstack-infra23:59
* asalkeld is hunting for info on the wiki23:59

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