Friday, 2015-09-04

pleia2StevenK and clarkb - yep, wfm00:00
*** dingyichen has joined #openstack-infra00:00
*** ajmiller has quit IRC00:02
oomichianteaya, clarkb, fungi: hi, can you take a look at https://review.openstack.org/#/c/220005 ?00:02
StevenKpleia2: You're home by then?00:02
*** bharathm has quit IRC00:02
*** tlian2 has quit IRC00:02
oomichiit is tempest config change, it got the PTL's +1 already :)00:03
*** markvoelker has quit IRC00:06
openstackgerritMichael Xin proposed openstack-infra/project-config: Add a new project syntribos  https://review.openstack.org/22035100:08
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Generate extra state information from the running overcloud  https://review.openstack.org/22016500:08
*** hyakuhei_ has joined #openstack-infra00:08
*** hichihara has joined #openstack-infra00:09
*** hyakuhei has quit IRC00:10
*** hyakuhei_ is now known as hyakuhei00:10
*** sigmavirus24 is now known as sigmavirus24_awa00:10
*** cburroughs has quit IRC00:12
*** sharikapongubala has quit IRC00:13
boris-42fungi: clarkb btw we have some issues with Rally & Devstack-Gate integration00:15
boris-42fungi: clarkb e.g. for some reason seems like rally is installed 2 times00:15
*** geoffarnold is now known as geoffarnoldX00:15
boris-42fungi: clarkb one is master rally another one is rally + patch00:15
*** yuanying-alt has joined #openstack-infra00:17
boris-42fungi: clarkb could somebody please help =(00:17
*** bknudson has quit IRC00:18
timrcjeblair, Thinking out loud here.  We've run into situations where the demand for a node type out paces our ability to increase capacity.  This often produces a giant change queue in our gate.  It would be cool if the scheduler could be configured to favor a job in the change queue whereby the difference between the oldest job and newest job is X hours with the goal of trying to resolve the giant change queue ASAP to free up those resources more q00:18
timrcuickly for other things.00:18
clarkbboris-42 can you provide concrete details with job logs?00:19
boris-42clarkb: sure00:19
boris-42clarkb: so here is the patch https://review.openstack.org/#/c/184629/ that switch rally to new devstack plugin model00:19
boris-42clarkb: cosnole.log are here http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/console.html00:20
boris-42clarkb: and they show that they used old rally.yaml* instead of new (that is propesed in this patch)00:20
boris-42clarkb: and here is devstacklog http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/logs/devstacklog.txt.gz00:21
*** yuanying-alt has quit IRC00:21
fungioomichi: mtreinish: looking at 220005 i notice that the skip-if avoids running devstack/tempest jobs on changes to tempest/tests/* which confuses me (are the contents of that not run in tempest-based jobs?)00:22
fungiare those simply unit tests for tempests, but not tests that make up tempest?00:23
oomichifungi: hi, tempest/tests/* is unit tests of tempest itself.00:23
clarkbboris-42: the first place to check when you don't think the proper code is being used is the workspace setup log http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-09-03_22_03_56_872 that looks correct to me00:23
oomichifungi: and we need to avoid running dsvm jobs except py27/34 tests00:24
boris-42clarkb: what about this http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/logs/devstacklog.txt.gz#_2015-09-03_22_06_57_43900:24
fungioomichi: okay, thanks. thought that might be it, just making sure. i know neutron had a wedge recently where they were skipping their functional tests on changes to their tests subdir, and so they merged a broken test00:24
oomichifungi: thanks for reviewing anyway :)00:25
clarkbboris-42: but at http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/logs/devstacklog.txt.gz#_2015-09-03_22_06_57_432 you git clone rally which is wrong you should never clone int devstack00:25
*** darrenc is now known as darrenc_afk00:25
clarkbboris-42: ERROR_ON_CLONE should be set so not sure how that works at all00:25
clarkbboris-42: so I think whatever rally is doing in that job is wrong00:26
clarkbboris-42: you will need to find out why you are cloning rally from the mirrors instead of using the workspace and should remove that and enable ERROR_ON_CLONE00:26
boris-42clarkb: SO we are trying to fix that in patch that I send you00:26
clarkbboris-42: needs more fixing then?00:26
boris-42clarkb: so we cloned rally in only one place00:27
boris-42clarkb: that is removed now00:27
*** thorst has quit IRC00:27
boris-42clarkb: it is here https://review.openstack.org/#/c/184629/14/devstack/lib/rally00:27
clarkbboris-42: well its clearly happening according ot the log00:27
boris-42clarkb: yep I agree that it happens..00:27
openstackgerritDiana Whitten proposed openstack/requirements: Upgrade to Bootswatch 3.3.5.3  https://review.openstack.org/22036300:28
boris-42clarkb: so I am not sure where it can happen except our devstack plugin (that is in rally code) and job description in project infra00:28
clarkbboris-42: well we need to read the log to find out, it happens during the devstack run so I don't think its the project-config jjb stuff00:28
boris-42clarkb: so the bad thing started happening after this patch https://github.com/openstack-infra/devstack-gate/commit/24b14a03f3fc42fcdb37ca8960bdb68a315d14f500:28
clarkbboris-42: its your devstack config00:29
boris-42clarkb: okay let me reread everything one more time00:29
clarkbboris-42: all that does is setup rally be dfault in d- g(I want to revert that for other reasons, want to make that list minimal and match default devstack)00:29
clarkbso it does a git clone by name rally00:30
clarkbthat is doing the clone need to find out where that happens00:30
mtreinishfungi: yeah what oomichi said the unit tests go in tempest/tests00:30
clarkbboris-42: where are you enabling the plugin?00:30
openstackgerritColleen Murphy proposed openstack-infra/system-config: (WIP) Add compute class for Infra Cloud  https://review.openstack.org/21398000:30
openstackgerritColleen Murphy proposed openstack-infra/system-config: (WIP) Add controller class for Infra Cloud  https://review.openstack.org/20969800:30
*** amitgandhinz has joined #openstack-infra00:32
boris-42clarkb: just a sec00:32
*** amitgandhinz has quit IRC00:32
boris-42clarkb: here https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/rally.yaml#L7900:33
clarkbok that looks right00:33
boris-42clarkb: may it occur because we are enabling rally 2 times00:33
boris-42clarkb: in that list in devstack-gate and in this job?00:33
*** amitgandhinz has joined #openstack-infra00:33
clarkbmaybe?00:34
clarkbyou can try pushing a revert of the devstack-gate change and depend on that to see00:34
clarkblet me read hte workspace log more00:34
boris-42clarkb: sure I will prepare revert00:35
clarkbboris-42: yup thats it I think http://logs.openstack.org/29/184629/14/check/gate-rally-dsvm-rally/5d7f5b9/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-09-03_22_06_53_07500:35
boris-42clarkb: so we need just to revert devstack-gate patch?00:36
clarkbyes thats how I would fix it00:36
clarkbsince my goal for d-g after relase is to cut the PROJECTS list back to only what is default in devstack00:36
clarkbthen force all jobs to update PROJECTS with the correct list00:37
clarkbso rally will get a head start00:37
boris-42clarkb: sounds good to me00:37
clarkbwe spend a lot of time and network bandwitch cloning and setting up projects we don't need in all these job runs00:38
clarkbso trying to clean that up00:38
boris-42clarkb: yep we deffintely don't need rally in all the jobs*00:38
clarkband rally doesn't need ironic/trove/etc/etc00:38
boris-42clarkb: in some jobs need=)00:39
clarkbbut not all or at the same time00:39
clarkbanyways should be a win win for everyone but I don't want to do it until release because it can be disruptive if we get it wron00:39
clarkbas we see here :)00:39
openstackgerritBoris Pavlovic proposed openstack-infra/devstack-gate: Revert "Add Rally to projects list"  https://review.openstack.org/22036600:41
boris-42clarkb: ^00:41
*** tiswanso has joined #openstack-infra00:41
clarkb+200:41
*** skylerberg has quit IRC00:41
boris-42clarkb: thanks00:41
*** sergmelikyan has joined #openstack-infra00:42
*** vmbrasseur is now known as vmbrasseur_GONE00:42
*** amotoki has joined #openstack-infra00:43
*** darrenc_afk is now known as darrenc00:44
*** sergmelikyan has quit IRC00:47
pvaneckHi puppet/infra team. Would appreciate some review/input on https://review.openstack.org/#/c/214950/ and its trivial dependency patch.00:48
pvaneckTrying to get the ball rolling again on hosting a refstack server on infra00:49
*** geoffarnoldX is now known as geoffarnold00:50
*** lyrrad has quit IRC00:51
fungipvaneck: thanks for cleaning that up. i'll give the system-config change another shot tomorrow and see if i can stand up the server successfully this time00:54
*** bswartz has joined #openstack-infra00:54
*** BharatK has joined #openstack-infra00:55
*** jbasalone has quit IRC00:56
*** deklan has joined #openstack-infra00:58
pvaneckfungi: Thanks for the approval. Mind also approving its dependency: https://review.openstack.org/#/c/216471/00:58
*** sthillma has quit IRC00:58
fungioh, yep sorry--missed it00:59
*** geoffarnold is now known as geoffarnoldX00:59
*** tiswanso has quit IRC01:00
fungiindeed, looks like you found more than a few places storyboard was missed and left behind01:00
*** tiswanso has joined #openstack-infra01:01
pvaneckSo with that, the system-config patch should pass the gate checks.01:01
*** madong__ has quit IRC01:01
pvaneckthere are two more outstanding puppet-refstack patches. one to allow https and overriding https parameters01:01
*** larainema has joined #openstack-infra01:02
fungiyep, thanks again. you could have added a depends-on in the system-config change commit message to confirm it's passing, but we can just recheck once those merge now01:02
pvaneckand another to update the refstack.conf template01:02
*** mtanino has quit IRC01:02
pvanecksure, thanks fungi!01:02
*** armax has quit IRC01:04
fungipvaneck: on 219460, most of our modules have a fallback to a system-provided snakeoil cert for east of testing. any reason not to do the same in puppet-refstack?01:05
*** armax has joined #openstack-infra01:05
fungier, for ease of testing01:05
fungimy typing is suffering as the evening progresses01:05
*** rossella_s has quit IRC01:05
*** rossella_s has joined #openstack-infra01:06
*** bauzas has quit IRC01:06
*** markvoelker has joined #openstack-infra01:07
*** unicell has joined #openstack-infra01:07
*** tbarron_afk is now known as tbarron01:08
*** markvoelker_ has joined #openstack-infra01:08
pvaneckfungi: nope, can do it. Just have to figure out what is needed01:09
*** unicell1 has joined #openstack-infra01:09
pvaneckany sample modules you can provide with the snakeoil usage?01:09
fungipvaneck: see puppet-gerrit's init.pp and vhost template01:10
fungithough there are more which use similar patterns (puppet-askbot, puppet-jenkins, et cetera)01:11
*** derekh has quit IRC01:11
*** unicell has quit IRC01:11
*** markvoelker has quit IRC01:12
fungianyway, i'm retiring for the night. later all01:12
mordredfungi: always like michael jordan01:12
pvaneckah okay, i will submit a patch changing it to snakeoil. thanks fungi01:13
openstackgerritMerged openstack-infra/puppet-refstack: Perform some module cleanup  https://review.openstack.org/21647101:14
*** hyakuhei has quit IRC01:14
*** husanu has quit IRC01:14
openstackgerritMerged openstack-infra/puppet-refstack: Remove virtualenv and install RefStack on system  https://review.openstack.org/21495001:16
*** husanu has joined #openstack-infra01:16
*** markvoelker_ has quit IRC01:16
openstackgerritAdam Harwell proposed openstack-infra/project-config: Fully migrate Barbican gate to the new jobs  https://review.openstack.org/22037001:17
*** yuanying-alt has joined #openstack-infra01:17
*** unicell has joined #openstack-infra01:18
*** SumitNaiksatam has quit IRC01:19
rm_workThere is some concern about the -new naming on https://review.openstack.org/#/c/217330/ -- this really is supposed to be ultra-temporary, i am not trying to set a precedent for long-running jobs... does that make sense? is this going to be ok or do I really have to figure out a proper name for a one-two day living job?01:20
*** unicell1 has quit IRC01:20
*** pvaneck has quit IRC01:22
*** yuanying-alt has quit IRC01:22
*** Sukhdev_ has quit IRC01:22
*** yamamoto has joined #openstack-infra01:23
*** hdd has joined #openstack-infra01:25
*** husanu has quit IRC01:25
*** baoli has joined #openstack-infra01:26
*** husanu has joined #openstack-infra01:27
*** glauco has joined #openstack-infra01:27
*** jerryz has quit IRC01:27
*** armax has quit IRC01:27
openstackgerritIan Wienand proposed openstack-infra/project-config: Use pip install of dib for testing  https://review.openstack.org/21994901:30
*** glauco has quit IRC01:31
*** sdake has joined #openstack-infra01:33
*** yamamoto has quit IRC01:34
*** tlian has joined #openstack-infra01:35
*** yamahata has quit IRC01:37
*** deklan has quit IRC01:38
*** gildub has quit IRC01:38
*** deklan has joined #openstack-infra01:39
ianwrm_work: i wouldn't quibble over it, but you don't have to convince me :)01:39
*** tlian has quit IRC01:40
*** unicell1 has joined #openstack-infra01:42
*** unicell has quit IRC01:43
*** sergmelikyan has joined #openstack-infra01:43
greghaynesmordred: with glean 1.4.2 (latest release) I am still hitting the ".ssh exists" error when we try to os.mkdir it01:46
mordredgreghaynes: I do not find that pleasing01:46
greghaynesmordred: I wonder if its not actually a race with glean itself, but maybe racing with the rootfs getting mounted?01:47
greghaynesalthough then glean wouldnt work at all01:47
* greghaynes is just confused01:47
rm_workianw: heh true :P surprised it is taking so long for what seems to be like such a simple review01:47
*** xyang1 has quit IRC01:47
mordredgreghaynes: *perplexed*01:47
rm_workianw: we could have been DONE with the migration and on the new jobs only by now if i could get another review, but everyone seems surprised i am trying to get things moving (i suppose I *am* a bit impatient, but i didn't think "doing a migration over one week" was that much of a rush)01:48
*** sergmelikyan has quit IRC01:48
rm_workbbl dinner time :)01:50
ianwrm_work: open source has a lot of advantages.   getting things done quickly probably isn't one of them :)01:52
rm_workhehe01:55
rm_workjust have to be loud and annoying enough, possibly...01:55
* rm_work shuffles off for a bit01:55
clarkbthe problem is its was milestone week01:56
boris-42clarkb: uh something bad is happening http://logs.openstack.org/29/184629/15/check/gate-rally-dsvm-rally-cinder/0f753c8/logs/devstacklog.txt.gz#_2015-09-04_01_32_03_152 now01:56
clarkbeveryone has a large list of make milestone happen tasks01:56
clarkbif you wanted to do this a few weeks ago it probably wouldve been quicker01:57
greghaynesmordred: oh, I see the bug01:58
greghaynesmordred: hah01:58
mordredgreghaynes: am I going to thin kit's funny?01:59
*** sharikapongubala has joined #openstack-infra02:00
greghayneswell, it is a bug with exception handling, I dont get why the locking isnt preventing this though02:00
openstackgerritgreghaynes proposed openstack-infra/glean: Fix FileExists exception handling for .ssh  https://review.openstack.org/22037902:01
*** dims has quit IRC02:01
*** annegentle has quit IRC02:01
*** sharikapongubala has quit IRC02:01
*** tlian has joined #openstack-infra02:01
*** bauzas has joined #openstack-infra02:02
*** sharikapongubala has joined #openstack-infra02:02
mordredgreghaynes: stoopid question - why not just "if not os.path.isdir(): os.mkdir()" ?02:02
*** wenlock has joined #openstack-infra02:02
clarkbrm_work one option is to use a job template to dedup config but this works02:02
greghaynesmordred: that could work, is racey though02:03
mordredgreghaynes: oh - right02:03
*** gildub has joined #openstack-infra02:05
clarkbrm_work whar is the difference between the old and new jobs?02:06
clarkbI might be blind but they look identical02:06
clarkbis it pre test hook vs gate hook?02:06
*** armax has joined #openstack-infra02:11
openstackgerritMerged openstack-infra/glean: Fix FileExists exception handling for .ssh  https://review.openstack.org/22037902:12
*** yamahata has joined #openstack-infra02:14
*** bauzas has quit IRC02:19
*** dims has joined #openstack-infra02:20
*** sigmavirus24_awa is now known as sigmavirus2402:21
*** geoffarnoldX is now known as geoffarnold02:21
*** annegentle has joined #openstack-infra02:23
*** sdake_ has joined #openstack-infra02:23
*** amitgandhinz has quit IRC02:25
*** amitgandhinz has joined #openstack-infra02:25
*** bauzas has joined #openstack-infra02:26
*** shashank_hegde has joined #openstack-infra02:26
*** sdake__ has joined #openstack-infra02:27
*** sdake has quit IRC02:27
*** sdake_ has quit IRC02:30
*** sridhar_ram has quit IRC02:30
*** zz_dimtruck is now known as dimtruck02:33
*** sdake__ is now known as sdake02:33
*** amitgandhinz has quit IRC02:34
*** markvoelker has joined #openstack-infra02:35
openstackgerritMerged openstack-infra/project-config: Update Barbican Gate to use new Devstack config  https://review.openstack.org/21733002:37
*** yamamoto has joined #openstack-infra02:38
*** darrenc is now known as darrenc_afk02:40
*** kambiz has quit IRC02:42
*** kambiz has joined #openstack-infra02:45
*** puranamr has joined #openstack-infra02:45
*** bswartz has quit IRC02:49
*** markvoelker has quit IRC02:49
*** dims has quit IRC02:49
*** bswartz has joined #openstack-infra02:50
*** markvoelker has joined #openstack-infra02:50
*** puranamr has quit IRC02:51
*** armax has quit IRC02:51
*** tlian has quit IRC02:52
*** darrenc_afk is now known as darrenc02:58
*** BharatK has quit IRC03:00
*** markvoelker has quit IRC03:06
*** yuanying-alt has joined #openstack-infra03:06
*** spzala has quit IRC03:08
*** yuanying-alt has quit IRC03:11
*** openstackgerrit_ has joined #openstack-infra03:11
*** dims has joined #openstack-infra03:15
*** sigmavirus24 is now known as sigmavirus24_awa03:15
*** yamahata has quit IRC03:16
*** Sree has joined #openstack-infra03:16
*** yamahata has joined #openstack-infra03:16
*** dims_ has joined #openstack-infra03:17
*** woodster_ has quit IRC03:19
*** dims has quit IRC03:20
*** sdake_ has joined #openstack-infra03:20
*** puranamr has joined #openstack-infra03:21
*** geoffarnold is now known as geoffarnoldX03:21
*** sdake has quit IRC03:25
*** julim has quit IRC03:26
*** asahlin has quit IRC03:27
*** gondoi has quit IRC03:27
*** dtroyer has quit IRC03:27
*** tiswanso has quit IRC03:27
*** comstud has quit IRC03:28
*** sharikapongubala has quit IRC03:28
*** adam_g has quit IRC03:28
*** sarob has quit IRC03:28
*** jroll has quit IRC03:28
*** d34dh0r53 has quit IRC03:28
*** jbryce has quit IRC03:28
*** bswartz has quit IRC03:28
*** sigmavirus24_awa has quit IRC03:28
*** xnox has quit IRC03:28
*** dimtruck has quit IRC03:28
*** dolphm has quit IRC03:28
*** eglute has quit IRC03:28
*** Trozz has quit IRC03:28
*** hockeynut has quit IRC03:28
*** juggler has quit IRC03:28
*** tbarron has quit IRC03:28
*** lbragstad has quit IRC03:28
*** freyes has quit IRC03:28
*** gus has quit IRC03:28
*** Nakato has quit IRC03:28
*** asahlin has joined #openstack-infra03:29
*** juggler has joined #openstack-infra03:29
*** apmelton has quit IRC03:29
*** Trozz has joined #openstack-infra03:29
*** sharikapongubala has joined #openstack-infra03:30
*** Nakato has joined #openstack-infra03:30
*** bharathm has joined #openstack-infra03:31
*** gus has joined #openstack-infra03:31
*** sigmavirus24_awa has joined #openstack-infra03:32
*** adam_g has joined #openstack-infra03:32
*** tbarron has joined #openstack-infra03:32
*** dtroyer has joined #openstack-infra03:32
*** adam_g has quit IRC03:32
*** adam_g has joined #openstack-infra03:32
*** eglute has joined #openstack-infra03:33
*** hockeynut has joined #openstack-infra03:33
*** apmelton has joined #openstack-infra03:33
*** zz_gondoi has joined #openstack-infra03:33
*** dimtruck has joined #openstack-infra03:33
*** d34dh0r53 has joined #openstack-infra03:33
*** lbragstad has joined #openstack-infra03:33
*** puranamr has quit IRC03:33
*** deklan has quit IRC03:33
*** zz_gondoi is now known as gondoi03:33
*** jbryce has joined #openstack-infra03:33
*** mriedem has quit IRC03:33
*** freyes has joined #openstack-infra03:33
*** deklan has joined #openstack-infra03:33
*** comstud has joined #openstack-infra03:34
*** xnox has joined #openstack-infra03:34
*** sarob has joined #openstack-infra03:34
*** bswartz has joined #openstack-infra03:34
*** jroll has joined #openstack-infra03:34
*** dolphm has joined #openstack-infra03:34
*** shashank_hegde has quit IRC03:35
*** deklan has quit IRC03:38
*** sdake_ is now known as sdake03:40
*** julim has joined #openstack-infra03:41
*** puranamr has joined #openstack-infra03:42
*** erhudy1 has quit IRC03:42
*** sdake_ has joined #openstack-infra03:44
*** armax has joined #openstack-infra03:44
*** sdake_ has quit IRC03:45
*** sdake_ has joined #openstack-infra03:45
*** sdake has quit IRC03:48
*** dahoo has joined #openstack-infra03:50
*** julim has quit IRC03:50
*** FallenPegasus has joined #openstack-infra03:50
*** sergmelikyan has joined #openstack-infra03:51
*** markvoelker has joined #openstack-infra03:53
*** dimtruck is now known as zz_dimtruck03:53
*** sergmelikyan has quit IRC03:56
*** jamespd has quit IRC03:56
*** jamespd has joined #openstack-infra03:56
*** sergmelikyan has joined #openstack-infra03:57
*** markvoelker_ has joined #openstack-infra03:57
*** markvoelker has quit IRC03:58
*** dannywilson has joined #openstack-infra03:58
*** markvoelker_ has quit IRC03:58
*** jamespd has quit IRC04:04
*** jamespd has joined #openstack-infra04:05
openstackgerritMerged openstack/requirements: Add keystoneauth to global requirements  https://review.openstack.org/21780604:07
openstackgerritMerged openstack/requirements: Increase PyKMIP version to 0.4.0  https://review.openstack.org/21575504:07
*** dims_ has quit IRC04:09
*** dims has joined #openstack-infra04:10
*** links has joined #openstack-infra04:12
*** mrmartin has joined #openstack-infra04:12
*** puranamr has quit IRC04:13
*** openstackgerrit_ has quit IRC04:14
*** sergmelikyan has quit IRC04:14
*** sergmelikyan has joined #openstack-infra04:17
*** dims has quit IRC04:17
*** sslypushenko has quit IRC04:25
*** sslypushenko has joined #openstack-infra04:25
*** jpeeler has quit IRC04:27
*** deklan has joined #openstack-infra04:34
*** deklan has quit IRC04:39
*** pvaneck has joined #openstack-infra04:40
rm_workclarkb: thanks for the merge -- yeah so it used to manually clone and copy files around in pre-hook, then start the devstack build... now it enables the plugin as part of the gate hook which is a little later I think, but much simpler for other projects for integration purposes04:42
openstackgerritPaul Van Eck proposed openstack-infra/puppet-refstack: Add param to specify app protocol  https://review.openstack.org/21946004:45
rm_workclarkb: so the thing i am not sure about (and i wanted real testing for a day or two) is whether it is properly testing the actual change and not just master (which someone else had problems with too -- rally i think?)04:45
openstackgerritPaul Van Eck proposed openstack-infra/puppet-refstack: Update refstack.conf template  https://review.openstack.org/21946204:46
*** maishsk has quit IRC04:47
boris-42rm_work: so we have some problems with that*04:48
boris-42rm_work: I mean rally*04:48
rm_workerr, i am just repeating from memory from what I saw in channel earlier04:49
rm_worki don't know04:49
rm_workbut i did notice a problem on the barbican side04:49
*** deepakcs has joined #openstack-infra04:49
boris-42rm_work: so what we saw with clarkb today04:50
boris-42rm_work: is that rally was installed two times04:50
boris-42rm_work: and that may happen because it was enabled 2 times04:50
rm_workah04:51
boris-42rm_work: once in devstack-gate project list and another in project-config04:51
rm_workyeah i don't think barbican is in devstack-gate project list?04:51
rm_workthough i should check04:51
openstackgerritxing-yang proposed openstack/requirements: Bump os-brick version to 0.4.0  https://review.openstack.org/22018704:51
boris-42rm_work: nope it is not https://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-gate-wrap.sh#L35-L12604:52
*** yuanying-alt has joined #openstack-infra04:52
rm_workright now my concern is that the gate runs the barbican gate_hook.sh from the change04:52
boris-42rm_work: so04:52
boris-42rm_work: you shouldn't do here https://github.com/openstack/barbican/blob/master/contrib/devstack/lib/barbican#L18804:52
rm_workand then ... i think gate-hook installs master04:53
boris-42rm_work: git_clone04:53
boris-42rm_work: that is the problem04:53
rm_workhmm04:53
rm_workok so that is not necessary at all?04:53
boris-42rm_work: that is causing master testing*04:53
rm_workerr04:54
rm_workthat directory is the old gate04:54
rm_worknew gate is this:04:54
rm_workhttps://github.com/openstack/barbican/blob/master/devstack/gate_hook.sh04:54
rm_workbut notice i accidentally left in a specific change-ref on the barbican side, lol04:54
boris-42rm_work: you have the same https://github.com/openstack/barbican/blob/master/devstack/lib/barbican#L16204:54
boris-42rm_work: code here in new devstack plugin model*04:54
rm_workbut i am concerned about what it will enable -- won't it enable_plugin the master branch?04:55
rm_workdo I need to use an arg or something to enable the correct ref?04:55
rm_workor give it a path to like... /opt/stack/workspace-cache/new/barbican04:55
rm_workor something like that04:55
*** kushal has joined #openstack-infra04:55
rm_workboris-42: so i can remove that whole section?04:56
*** yuanying-alt has quit IRC04:56
rm_workboris-42: from ERROR_ON_CLONE to the setup_develop?04:56
boris-42rm_work: so you should just put enable_plugin barbican git://git.openstack.org/openstack/barbican04:56
*** annegentle has quit IRC04:56
rm_workthose three lines04:56
boris-42rm_work: in project-config04:56
boris-42rm_work: and magic should ahppen04:56
rm_workhmm04:57
boris-42rm_work: so you need to remove only git_clone04:57
boris-42rm_work: do not clone it and everytyhing should be fine04:57
rm_workok04:57
rm_workso JUST line 16204:57
rm_workI thought 161 would be related04:57
*** maishsk has joined #openstack-infra04:57
rm_workand 163 stays?04:57
openstackgerritIan Wienand proposed openstack-infra/puppet-iptables: Really stop using firewalld  https://review.openstack.org/21903105:02
boris-42rm_work: yep05:05
*** sergmelikyan has quit IRC05:05
rm_workkk will test this05:05
rm_workremoved line 162 (the clone) and also changed gate-hook to do: enable_plugin barbican https://git.openstack.org/openstack/barbican05:06
rm_workinstead of a specific ref (oops, still annoyed i forgot to take that out)05:06
rm_workthis is why we have dual tests for several days :P05:06
*** sdake_ is now known as sdake05:09
rm_workboris-42: thanks for the tips, i'll let you know how this goes -- https://review.openstack.org/#/c/220396/05:10
*** stevemar has joined #openstack-infra05:10
rm_workwaiting for it to go through zuul now but fortunately at this time of day not much is happening :)05:10
*** btully has joined #openstack-infra05:11
*** sharikapongubala has quit IRC05:12
*** sharikapongubala has joined #openstack-infra05:12
*** sergmelikyan has joined #openstack-infra05:13
*** mrmartin has quit IRC05:16
*** jbasalone has joined #openstack-infra05:19
*** oomichi has quit IRC05:21
*** dannywilson has quit IRC05:22
*** puranamr has joined #openstack-infra05:22
*** baoli has quit IRC05:23
*** puranamr_ has joined #openstack-infra05:25
openstackgerritIan Wienand proposed openstack-infra/puppet-iptables: Really stop using firewalld  https://review.openstack.org/21903105:26
*** puranamr has quit IRC05:28
*** puranamr_ has quit IRC05:31
*** derekh has joined #openstack-infra05:31
*** claudiub has quit IRC05:31
*** maishsk has quit IRC05:32
*** FallenPegasus has quit IRC05:33
*** jamielennox is now known as jamielennox|away05:35
*** deklan has joined #openstack-infra05:35
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Dont build trunk neutron  https://review.openstack.org/22040005:35
*** sergmelikyan has quit IRC05:36
*** husanu has quit IRC05:36
*** maishsk has joined #openstack-infra05:37
*** husanu has joined #openstack-infra05:38
*** sergmelikyan has joined #openstack-infra05:39
*** deklan has quit IRC05:39
*** sdake has quit IRC05:39
*** vmbrasseur_GONE is now known as vmbrasseur05:39
*** BharatK has joined #openstack-infra05:40
*** derekh has quit IRC05:41
*** hyakuhei has joined #openstack-infra05:42
*** e0ne has joined #openstack-infra05:49
*** e0ne has quit IRC05:54
rm_workerk, ok, something is broken even on the normal barbican gate -- anyone aware of keystone issues? I was seeing this in my local devstack too but thought it was just my problem05:54
*** ajmiller has joined #openstack-infra05:55
*** ajmiller has quit IRC05:55
rm_worklike, very end of this log: http://logs.openstack.org/96/220396/1/check/gate-barbican-devstack-dsvm/ed8a1a3/logs/devstacklog.txt.gz05:55
rm_workvery long so just have to scroll, but05:56
rm_workkeystone tenant-list05:56
rm_workAuthorization Failed: The resource could not be found. (HTTP 404)05:56
rm_workit's like keystone broke earlier in the process or something05:56
stevemarrm_work: i wonder if thats a result of the devstack patch that moved everything to v305:57
rm_workerr05:57
rm_workwhich patch was that05:57
rm_worki missed it05:57
rm_workbut definitely could be05:58
*** jamielennox|away is now known as jamielennox05:58
stevemarrm_work: https://review.openstack.org/#/c/186684/05:58
rm_workit's probable our stuff still uses v2 :/05:58
rm_workwhen did that merge05:58
stevemartoday05:58
rm_worklol05:58
rm_workthen yes probably05:58
stevemarit does set OS_IDENTITY_API_VERSION to 305:59
rm_workstarting today i have been unable to get devstack building with barbican05:59
stevemarso...05:59
stevemargah05:59
rm_workhmm yeah i think we use 2.0 endpoint probably in our setup scripts05:59
rm_worki can make a patch05:59
rm_worklet me double-check05:59
stevemarwheres the barbican code? i thought we made sure to get ride of the keystone tenant-list stuff in favor for `openstack project list`05:59
rm_worki'll find it05:59
rm_workit's in the barbican repo06:00
rm_workin our devstack setup scripts06:00
stevemarah06:00
stevemarshoot06:00
rm_workyeah we use like "keystone user-role-add"06:00
*** sergmelikyan has quit IRC06:00
rm_workok so how do i convert this?06:01
rm_workanywhere I see "keystone" being used, switch it to the openstack client?06:01
stevemarrm_work: yeppers06:02
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/21914806:02
stevemarso tenant-list becomes project list06:02
rm_workok...06:02
*** sergmelikyan has joined #openstack-infra06:02
rm_workis there a conversion guide somewhere? :P06:02
stevemarand `keystone user-role-add` becomes `openstack role add <role> --user <user> --project <project>`06:02
rm_workk06:02
rm_worki'll make a first pass at this06:02
stevemarthe full commands are here: http://docs.openstack.org/developer/python-openstackclient/command-list.html06:03
stevemarthe devstack scripts are a good example too06:03
rm_workk yeah06:03
stevemaryou can add me as a reviewer :)06:03
rm_worki need role list, role add, etc06:03
rm_workkk06:03
rm_workwait is it "os"06:03
rm_workor "openstack"06:03
rm_workis "os" an alias or just a shortening for the docs?06:04
*** sergmelikyan has quit IRC06:04
rm_workand does the output change? because we do like. ...06:04
rm_workkeystone role-list | awk "/ admin / { print \$2 }"06:04
*** dahoo has quit IRC06:04
stevemarits `openstack` not `os`06:04
*** ParsectiX has joined #openstack-infra06:05
stevemaryeah, we have an easier way of doing that06:05
rm_workhmm06:05
*** k4n0 has joined #openstack-infra06:06
rm_workk06:06
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/21956806:06
stevemarhttps://github.com/openstack-dev/devstack/blob/master/functions-common#L771-L78906:06
stevemarrm_work: ^06:06
stevemaryou could probably call that function :P06:06
stevemarotherwise, use | grep " id " | get_field 2    to get the id06:06
rm_workso in role-add06:07
rm_workdoes --tenant-id become --domain ?06:07
stevemarno, --tenant-id becomes --project06:07
rm_workah06:07
stevemaryou can give it a name or id06:07
rm_workkk06:08
rm_workah we do use that get_field 2 thing06:08
rm_workin another place06:08
*** sergmelikyan has joined #openstack-infra06:10
stevemarshouldnt be too bad06:10
*** sdake has joined #openstack-infra06:10
rm_workwe have... quite a bit06:10
rm_worki'll link you the CR when I finish this06:10
rm_workand "keystone tenant-create" becomes "openstack project create"?06:11
*** asselin__ has joined #openstack-infra06:12
*** dannywilson has joined #openstack-infra06:12
rm_work"keystone role-get" -> "openstack role show" ?06:14
stevemaryes and yes06:15
*** sergmelikyan has quit IRC06:15
stevemarrole show is only 1 positional argument06:15
stevemarproject create is 1 positional arg, the name, and a few optional ones06:16
*** asselin_ has quit IRC06:16
*** dannywilson has quit IRC06:17
rm_workjust did: %s/keystone user-create/openstack user create/06:17
rm_work10 replacements06:17
rm_workjust for that one06:17
rm_workat least as many instances of role create and role add and such06:17
rm_workjust a lot of tedium, should have something up soon06:17
*** mpaolino has joined #openstack-infra06:18
stevemarrm_work: for user-create, change --pass to --password and --tenant-id to --project06:18
rm_workyep06:18
rm_workand get rid of --name06:18
stevemarand .... --name barbican should just be barbican, yeah06:18
stevemaryeah, lots of tedium, sorry dude >.<06:19
rm_workit's ok, mostly i am relieved06:19
rm_worki have been working on gate changes and mine FINALLY merged today06:19
rm_workand then EVERYTHING BROKE06:19
rm_worklol06:19
rm_workbut it is not my fault! NOT MY FAULT06:19
stevemari'm 99% sure this was the issue06:19
stevemars/was/is*06:20
rm_workyeah it makes sense06:20
*** xnox has quit IRC06:23
*** flepied has quit IRC06:24
*** xnox has joined #openstack-infra06:25
*** hyakuhei has quit IRC06:26
sdakeanyone know which job publishes tarballs to tarballs.openstack.org?06:26
sdakeis it oponstack-publish-jobs?06:26
stevemarsdake: isn't that just in python-jobs?06:28
stevemarhttps://github.com/openstack-infra/project-config/blob/ebde23364a3b8ebf63bb48194ca898ad0e1a4bae/jenkins/jobs/python-jobs.yaml#L25506:28
* stevemar shrugs to indicate it is a guess06:29
stevemarrm_work: i'm crashing, good luck with the migration, it shouldn't be awful :)06:29
rm_workstevemar: erg k06:29
rm_workalmost done, but no worries06:30
rm_workhave a good night06:30
stevemarmehhh, maybe i'll wait06:30
stevemar:P06:30
rm_workstevemar: tacked it onto https://review.openstack.org/22039606:31
rm_workit's the 200 line change file :P06:31
rm_workactually need to do the exact same changes in the other one06:31
rm_worklol06:31
rm_workthat's going to not be manual :P06:31
*** kushal has quit IRC06:33
rm_workstevemar: i don't know if there is a bad endpoint somewhere in the config too...06:34
rm_workhoping it uses the ENV stuff tho06:35
*** ildikov has quit IRC06:35
rm_workwill find out soon enough, thanks for the help06:35
*** deklan has joined #openstack-infra06:36
*** dingyichen has quit IRC06:36
stevemaryeah, give it a whirl and see what breaks :)06:36
openstackgerritSteven Dake proposed openstack-infra/project-config: kolla: publish to pypi and tarballs.openstack.org  https://review.openstack.org/22041106:38
*** pvaneck has quit IRC06:39
*** deklan has quit IRC06:40
*** yuanying-alt has joined #openstack-infra06:41
*** husanu has quit IRC06:42
*** glauco has joined #openstack-infra06:42
*** dingyichen has joined #openstack-infra06:43
*** husanu has joined #openstack-infra06:44
*** ociuhandu has quit IRC06:44
*** yuanying-alt has quit IRC06:45
*** mrmartin has joined #openstack-infra06:45
*** Sree has quit IRC06:46
*** erikwilson has quit IRC06:47
openstackgerritSteven Dake proposed openstack-infra/project-config: kolla: publish to pypi and tarballs.openstack.org  https://review.openstack.org/22041106:47
*** erikwilson has joined #openstack-infra06:48
*** glauco has quit IRC06:49
*** gabriel-bezerra has quit IRC06:49
*** Sree has joined #openstack-infra06:51
*** erikwilson has quit IRC06:52
*** stevemar has quit IRC06:53
*** Sree has quit IRC06:53
*** wenlock has quit IRC06:55
*** peristeri has joined #openstack-infra06:59
*** dkehn has quit IRC07:06
*** Piet has quit IRC07:06
*** jlanoux has joined #openstack-infra07:06
*** jamielennox is now known as jamielennox|away07:08
*** vahidh has quit IRC07:10
*** sdake_ has joined #openstack-infra07:11
*** sdake has quit IRC07:13
*** sdake__ has joined #openstack-infra07:14
openstackgerritSteven Dake proposed openstack-infra/project-config: kolla: publish to pypi and tarballs.openstack.org  https://review.openstack.org/22041107:15
*** sdake_ has quit IRC07:17
*** arxcruz has joined #openstack-infra07:18
*** dkehn has joined #openstack-infra07:24
*** ildikov has joined #openstack-infra07:25
*** sergmelikyan has joined #openstack-infra07:26
*** shardy has joined #openstack-infra07:26
*** oomichi has joined #openstack-infra07:26
*** oomichi has quit IRC07:26
openstackgerritSteven Dake proposed openstack-infra/project-config: kolla: publish to pypi and tarballs.openstack.org  https://review.openstack.org/22041107:27
*** vinay_yadhav has joined #openstack-infra07:28
*** jamielennox|away is now known as jamielennox07:32
*** Hal has quit IRC07:34
*** Ala has joined #openstack-infra07:34
*** bexelbie_ has joined #openstack-infra07:36
*** deklan has joined #openstack-infra07:37
*** mfmcdonagh has joined #openstack-infra07:37
*** flepied1 has joined #openstack-infra07:37
*** mcdonagm has joined #openstack-infra07:37
*** bexelbie_ is now known as bexelbie07:39
*** hashar has joined #openstack-infra07:41
*** deklan has quit IRC07:41
*** armax has quit IRC07:44
hasharin case some infra folks read the backlog;  Grafana is a frontend to Graphite/Influx DB and apparently the next release will add Elastic Search as a backend.  Can potentially let you graph metrics from the CI logstash :-D   ( https://github.com/grafana/grafana/issues/1034#issuecomment-137467692 )07:44
hasharlink has a .gif teaser07:45
*** ifarkas has joined #openstack-infra07:46
*** btully has quit IRC07:48
*** camunoz has quit IRC07:49
*** ihrachys has joined #openstack-infra07:51
*** bharathm has quit IRC07:51
*** shardy_ has joined #openstack-infra07:53
*** hichihara has quit IRC07:53
*** luqas has quit IRC07:53
*** afazekas__ has joined #openstack-infra07:53
*** shardy has quit IRC07:53
*** e0ne has joined #openstack-infra07:54
*** sergmelikyan has quit IRC07:57
*** hashar has quit IRC07:58
*** shardy_ has quit IRC07:58
*** dtantsur|afk is now known as dtantsur07:58
*** shardy has joined #openstack-infra07:59
*** ParsectiX has quit IRC08:00
*** hashar has joined #openstack-infra08:01
*** dizquierdo has joined #openstack-infra08:03
*** Sree has joined #openstack-infra08:07
*** sergmelikyan has joined #openstack-infra08:07
*** derekh has joined #openstack-infra08:07
*** sharikapongubala has quit IRC08:08
*** derekh has quit IRC08:08
*** derekh has joined #openstack-infra08:08
*** sharikapongubala has joined #openstack-infra08:09
openstackgerritMerged openstack-infra/tripleo-ci: Dont build trunk neutron  https://review.openstack.org/22040008:09
*** HeOS has quit IRC08:09
*** jbasalone has quit IRC08:11
*** gildub has quit IRC08:11
*** sdake has joined #openstack-infra08:11
*** frobware_ has joined #openstack-infra08:12
*** sdake__ has quit IRC08:12
*** jbasalone has joined #openstack-infra08:12
*** Sree has quit IRC08:12
*** sdake_ has joined #openstack-infra08:12
*** glauco has joined #openstack-infra08:15
*** sdake has quit IRC08:16
openstackgerritJens proposed openstack-infra/git-review: Make it possible to configure draft as default push mode  https://review.openstack.org/22042608:18
*** sergmelikyan has quit IRC08:19
*** glauco has quit IRC08:22
openstackgerritMerged openstack-infra/release-tools: Script to release cycle-with-intermediary  https://review.openstack.org/21927408:23
*** jbasalone has quit IRC08:24
*** ParsectiX has joined #openstack-infra08:27
*** pelix has joined #openstack-infra08:29
*** yuanying-alt has joined #openstack-infra08:29
*** boris-42 has quit IRC08:30
*** cdent has joined #openstack-infra08:31
*** sergmelikyan has joined #openstack-infra08:31
*** btully has joined #openstack-infra08:31
*** yuanying-alt has quit IRC08:34
*** btully has quit IRC08:36
*** deklan has joined #openstack-infra08:37
*** ParsectiX has quit IRC08:41
*** deklan has quit IRC08:42
*** ParsectiX has joined #openstack-infra08:44
*** jistr has joined #openstack-infra08:44
*** dizquierdo has quit IRC08:45
*** bradjones has joined #openstack-infra08:47
*** bradjones has quit IRC08:47
*** bradjones has joined #openstack-infra08:47
*** erikwilson has joined #openstack-infra08:48
*** ParsectiX has quit IRC08:49
*** luqas has joined #openstack-infra08:51
*** erikwilson has quit IRC08:53
*** sergmelikyan has quit IRC08:54
*** maishsk has quit IRC08:54
*** luqas has quit IRC08:55
*** sharikapongubala has quit IRC08:56
*** yuanying-alt has joined #openstack-infra08:57
*** luqas has joined #openstack-infra08:58
*** HeOS has joined #openstack-infra08:59
*** coolsvap_ has joined #openstack-infra09:01
*** vinay_yadhav has quit IRC09:01
*** yuanying-alt has quit IRC09:01
*** vinayyadhav has joined #openstack-infra09:01
*** ParsectiX has joined #openstack-infra09:01
*** luqas has quit IRC09:02
openstackgerritShivanand Tendulker proposed openstack/diskimage-builder: Install 'expect' when building ramdisk with ironic-agent  https://review.openstack.org/21509509:06
*** Hal has joined #openstack-infra09:09
*** yamahata has quit IRC09:09
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: midonet: Make broken jobs disabled or non-voting  https://review.openstack.org/22043109:12
openstackgerritAdam Harwell proposed openstack-infra/project-config: Fully migrate Barbican gate to the new jobs  https://review.openstack.org/22037009:12
*** Hal has quit IRC09:14
*** oomichi has joined #openstack-infra09:16
*** amotoki has quit IRC09:17
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: fix puppet lint errors on gerrit  https://review.openstack.org/22043409:18
*** alexpilotti_ has joined #openstack-infra09:31
openstackgerritMerged openstack-infra/devstack-gate: Revert "Add Rally to projects list"  https://review.openstack.org/22036609:32
*** deklan has joined #openstack-infra09:38
oomichihello, can someone take a look at https://review.openstack.org/#/c/220005/ ?09:42
oomichiit is a simple patch09:42
*** deklan has quit IRC09:42
*** marzif has joined #openstack-infra09:43
*** glauco_ has joined #openstack-infra09:47
*** dtantsur is now known as dtantsur|brb09:47
*** frobware_ has quit IRC09:47
*** ociuhandu has joined #openstack-infra09:51
*** hashar_ has joined #openstack-infra09:52
*** glauco_ has quit IRC09:52
*** hashar has quit IRC09:54
*** stevemar has joined #openstack-infra09:55
*** sharikapongubala has joined #openstack-infra09:56
*** otherwiseguy has quit IRC09:58
*** coolsvap_ has quit IRC09:58
*** stevemar has quit IRC09:59
*** yuanying-alt has joined #openstack-infra09:59
*** otherwiseguy has joined #openstack-infra09:59
*** oomichi has quit IRC10:00
*** yuanying-alt has quit IRC10:00
*** sharikapongubala has quit IRC10:01
*** yfried_ has quit IRC10:02
*** claudiub has joined #openstack-infra10:04
*** samuelBartel has joined #openstack-infra10:05
*** asselin_ has joined #openstack-infra10:05
*** asselin__ has quit IRC10:06
*** marzif has quit IRC10:08
*** hashar has joined #openstack-infra10:15
*** Hal has joined #openstack-infra10:17
*** hashar_ has quit IRC10:18
*** ihrachys has quit IRC10:23
*** mcdonagm__ has joined #openstack-infra10:26
*** mfmcdonagh has quit IRC10:28
*** jeadre has quit IRC10:29
*** jeadre has joined #openstack-infra10:31
*** jeadre has quit IRC10:32
*** jeadre has joined #openstack-infra10:34
*** kushal has joined #openstack-infra10:34
*** kiran-r has joined #openstack-infra10:35
*** deklan has joined #openstack-infra10:39
*** dizquierdo has joined #openstack-infra10:39
*** shesh has joined #openstack-infra10:40
*** deklan has quit IRC10:43
*** ZZelle has quit IRC10:48
*** ZZelle has joined #openstack-infra10:48
*** jlanoux has quit IRC10:48
*** glauco_ has joined #openstack-infra10:49
*** links has quit IRC10:49
*** bharathm has joined #openstack-infra10:52
*** glauco_ has quit IRC10:53
*** bauzas is now known as bauwser10:55
*** bharathm has quit IRC10:56
*** ildikov has quit IRC11:02
*** vinayyadhav has quit IRC11:06
*** hashar has quit IRC11:09
*** kiran-r has quit IRC11:09
*** dprince has joined #openstack-infra11:14
*** ildikov has joined #openstack-infra11:15
openstackgerritSHIGEMATSU Mitsuhiro proposed openstack-infra/project-config: kolla: publish to pypi and tarballs.openstack.org  https://review.openstack.org/22041111:16
*** tdasilva has joined #openstack-infra11:16
*** kiran-r has joined #openstack-infra11:18
openstackgerritJens Rosenboom proposed openstack-infra/project-config: Add new branch for openstack-chef projects  https://review.openstack.org/22046311:21
*** yamamoto has quit IRC11:22
*** gabriel-bezerra has joined #openstack-infra11:24
*** dtantsur|brb is now known as dtantsur11:25
*** ldnunes has joined #openstack-infra11:29
*** gordc has joined #openstack-infra11:35
aarefievsdague: hi, are u around?11:35
*** deklan has joined #openstack-infra11:40
slaglehi, wondering if someone could review https://review.openstack.org/#/c/215186/11:40
*** _kiran_ has joined #openstack-infra11:40
*** unicell has joined #openstack-infra11:41
*** xnox has quit IRC11:42
*** unicell1 has quit IRC11:42
openstackgerritMerged openstack-infra/project-config: Don't run dsvm tests on hacking only changes  https://review.openstack.org/22000511:43
*** kiran-r has quit IRC11:43
*** vinayyadhav has joined #openstack-infra11:43
*** thorst has joined #openstack-infra11:44
*** deklan has quit IRC11:44
*** stevemar has joined #openstack-infra11:45
*** xnox has joined #openstack-infra11:45
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: track xfs duplicate uuid issue  https://review.openstack.org/22047011:47
*** _kiran_ has quit IRC11:49
*** husanu has quit IRC11:50
*** stevemar has quit IRC11:50
*** EricGonczer_ has joined #openstack-infra11:51
*** husanu has joined #openstack-infra11:51
*** jlanoux has joined #openstack-infra11:52
*** mrmartin has quit IRC11:54
*** pradk has joined #openstack-infra11:55
*** redixin has joined #openstack-infra11:56
*** husanu has quit IRC11:57
redixinhi all. this patch has +A, but gate jobs did not started https://review.openstack.org/#/c/184629/11:57
*** husanu has joined #openstack-infra11:58
*** sshnaidm has joined #openstack-infra11:58
*** rfolco has joined #openstack-infra12:00
*** husanu has quit IRC12:02
*** vinayyadhav has quit IRC12:02
openstackgerritMerged openstack-infra/elastic-recheck: track xfs duplicate uuid issue  https://review.openstack.org/22047012:03
*** husanu has joined #openstack-infra12:04
*** glauco has joined #openstack-infra12:05
*** ociuhandu has quit IRC12:06
*** sshnaidm has quit IRC12:08
*** ociuhandu has joined #openstack-infra12:12
*** Sree has joined #openstack-infra12:16
*** cburroughs has joined #openstack-infra12:19
*** hashar has joined #openstack-infra12:19
*** trown|outttypeww is now known as trown12:20
*** geoffarnoldX is now known as geoffarnold12:20
*** links has joined #openstack-infra12:21
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-diskimage_builder: Add acceptance tests for puppet-diskimage_builder.  https://review.openstack.org/22026212:22
*** k4n0 has quit IRC12:23
*** aysyd has joined #openstack-infra12:24
*** baoli has joined #openstack-infra12:25
*** baoli has quit IRC12:25
*** claudiub has quit IRC12:26
*** dzamboni has joined #openstack-infra12:26
*** baoli has joined #openstack-infra12:27
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: add large-ops regression  https://review.openstack.org/22047812:27
*** baoli_ has joined #openstack-infra12:29
*** sigmavirus24_awa is now known as sigmavirus2412:32
*** julim has joined #openstack-infra12:33
*** baoli has quit IRC12:33
*** edmondsw has joined #openstack-infra12:33
*** husanu has quit IRC12:33
*** Sree has quit IRC12:35
*** husanu has joined #openstack-infra12:35
openstackgerritMerged openstack-infra/elastic-recheck: add large-ops regression  https://review.openstack.org/22047812:35
*** shardy_ has joined #openstack-infra12:35
*** shardy has quit IRC12:37
*** Sree has joined #openstack-infra12:38
svashekamordred, fungi hi guys, could you please review small changes to a job12:38
svashekahttps://review.openstack.org/#/c/219254/12:38
*** sigmavirus24 is now known as sigmavirus24_awa12:39
*** husanu has quit IRC12:39
*** deklan has joined #openstack-infra12:40
*** shardy_ has quit IRC12:41
*** shardy has joined #openstack-infra12:41
*** dims has joined #openstack-infra12:42
*** EricGonczer_ has quit IRC12:42
cschwedethere is an issue with ironic jobs on the gate. bug report: https://bugs.launchpad.net/devstack/+bug/1492216 and a possible fix: https://review.openstack.org/#/c/220458/12:44
openstackLaunchpad bug 1492216 in devstack "gate-tempest-dsvm-ironic-agent_ssh fails with a Swift error" [Undecided,In progress] - Assigned to Christian Schwede (cschwede)12:44
*** deklan has quit IRC12:45
*** shashank_hegde has joined #openstack-infra12:45
*** annegentle has joined #openstack-infra12:46
*** shesh has quit IRC12:48
*** ildikov has quit IRC12:53
*** maishsk has joined #openstack-infra12:54
*** sergmelikyan has joined #openstack-infra12:55
*** mrmartin has joined #openstack-infra12:55
*** tlian has joined #openstack-infra12:56
*** hashar has quit IRC12:58
*** sergmelikyan has quit IRC12:59
*** yamamoto has joined #openstack-infra13:00
*** yamamoto_ has joined #openstack-infra13:00
*** pradk has quit IRC13:00
*** mriedem has joined #openstack-infra13:03
*** erikwilson has joined #openstack-infra13:03
*** gildub has joined #openstack-infra13:03
*** yamamoto has quit IRC13:04
*** erikwilson has quit IRC13:05
*** smcginnis_afk is now known as smcginnis13:06
*** gildub has quit IRC13:07
*** spzala has joined #openstack-infra13:07
*** coolsvap_ has joined #openstack-infra13:08
*** ildikov has joined #openstack-infra13:09
openstackgerritChristian Schwede proposed openstack-infra/project-config: Add Ceph DevStack plugin to Stackforge  https://review.openstack.org/18876813:09
*** jcoufal has joined #openstack-infra13:11
*** shardy_ has joined #openstack-infra13:11
fungiredixin: that rally change 184629 you mentioned says it depends on devstack-gate change 220366 which didn't merge until 09:32 utc, but 184629 got approved prior to that at 08:22 utc when it was not yet able to be enqueued. someone needs to add a new workflow +1 vote on it so it will get triggered to enqueue into the gate now13:12
*** dkranz has joined #openstack-infra13:12
*** shardy has quit IRC13:13
*** woodster_ has joined #openstack-infra13:14
*** esker has quit IRC13:15
*** esker has joined #openstack-infra13:15
rcarrillocruzhi folks, may i please get https://review.openstack.org/#/c/219181/ and https://review.openstack.org/#/c/219185/ reviewed?13:16
rcarrillocruzinfra-ansible changes can't pass tests till we fix it13:16
rcarrillocruzand andreas jaeger seems off :/13:17
rcarrillocruzanteaya: ^ if you around, i'd appreciate if you could look13:17
*** shardy_ has quit IRC13:17
rcarrillocruzfungi: ^13:17
*** rlandy has joined #openstack-infra13:17
timrcI second rcarrillocruz's request :)13:17
*** shardy has joined #openstack-infra13:18
rcarrillocruz:P13:18
*** ajmiller has joined #openstack-infra13:19
*** shashank_hegde has quit IRC13:20
mordredrcarrillocruz, timrc: +2 from me13:20
*** esker has quit IRC13:20
rcarrillocruz\o/ thanks monty13:20
glaucoHello, may I please get https://review.openstack.org/#/c/217788/ and https://review.openstack.org/#/c/219454/ reviewed?13:21
yolandamordred, you may help here ^13:21
openstackgerrityolanda.robla proposed openstack-infra/puppet-zuul: Add acceptance tests for puppet-zuul  https://review.openstack.org/21773213:24
sdaguefungi / mordred - could we get a quick review on this - https://review.openstack.org/#/c/219370/ - we've got a bit of a nova v2 hole in our testing until it lands13:24
*** mestery has joined #openstack-infra13:24
*** VivCheri has joined #openstack-infra13:24
*** sergmelikyan has joined #openstack-infra13:24
openstackgerrityolanda.robla proposed openstack-infra/puppet-zuul: Add acceptance tests for puppet-zuul  https://review.openstack.org/21773213:25
*** Sree has quit IRC13:25
openstackgerrityolanda.robla proposed openstack-infra/puppet-jenkins: Add acceptance tests for puppet-jenkins  https://review.openstack.org/22022813:25
*** kgiusti has joined #openstack-infra13:26
*** jsavak has joined #openstack-infra13:26
*** mestery has quit IRC13:26
*** Sree has joined #openstack-infra13:27
fungisdague: it's intentional that you set compute_legacy as the tempest compute type in both jobs?13:27
*** mestery has joined #openstack-infra13:27
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-diskimage_builder: Fix apt issue.  https://review.openstack.org/22050513:27
sdaguefungi: yes13:27
sdaguefor the service catalog, yes13:27
*** jcoufal_ has joined #openstack-infra13:27
fungisdague: lgtm in that case13:27
*** hashar has joined #openstack-infra13:27
*** links has quit IRC13:27
fungididn't know if the v2 legacy api and compute_legacy were intertwined there13:28
openstackgerritChristian Schwede proposed openstack-infra/project-config: Add Ceph DevStack plugin to Stackforge  https://review.openstack.org/18876813:28
*** ajmiller has quit IRC13:28
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-diskimage_builder: Add acceptance tests for puppet-diskimage_builder.  https://review.openstack.org/22026213:29
*** deklan has joined #openstack-infra13:29
*** ajmiller has joined #openstack-infra13:29
*** ildikov has quit IRC13:30
*** jcoufal has quit IRC13:31
*** asselin__ has joined #openstack-infra13:31
*** glauco has quit IRC13:32
*** puranamr has joined #openstack-infra13:32
*** Sree_ has joined #openstack-infra13:32
*** ajmiller has quit IRC13:32
*** Sree_ is now known as Guest455913:33
*** ajmiller has joined #openstack-infra13:33
*** Sree has quit IRC13:33
*** samueldmq has joined #openstack-infra13:33
*** ajmiller has quit IRC13:33
*** cdent has quit IRC13:33
*** deklan has quit IRC13:33
pabelangerhashar: Yup, seen that yesterday. Also grafana.openstack.org13:34
pabelangerhashar: will be pushing up the first zuul dashboard early next week13:34
hasharpabelanger: seen that :)13:34
*** asselin_ has quit IRC13:34
hasharWikimedia one is at https://grafana.wikimedia.org/13:34
hasharthough we use 1.8 or 1.913:35
sdaguemordred: so, can I get a +A on that project-config change, so we don't regress nova13:35
pabelangerhashar: have you seen grafyaml?13:35
hasharhttps://grafana.wikimedia.org/#/dashboard/db/server-board  shows the usage of variables and templates, the top menu let you select a server  and that changes the metrics accordingly13:35
hasharand for Zuul I went with https://grafana.wikimedia.org/#/dashboard/db/releng-zuul :D13:35
hasharpabelanger: that is the JJB of Grafana templates right ? :D13:36
pabelangerhashar: ya, it would be good to get some of that into grafyaml so -infra could use it13:36
* anteaya thinks clarkb wanted her to review a StevenK but isn't finding it on a quick skim13:36
anteayait is wall to wall review requests today13:36
fungianteaya: mayhaps 219993?13:36
pabelangerhashar: Yup. I have some stuff locally, I just haven't pushed it upstream yet13:37
*** puranamr has quit IRC13:37
*** hdd has quit IRC13:38
hasharpabelanger: maybe you can import the JSon ? https://phabricator.wikimedia.org/P198413:38
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050813:38
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194913:38
fungiperhaps use https://pypi.python.org/pypi/flamel to import it13:38
pabelangerhashar: Ya, would be hard to turn that into yaml for grafyaml13:38
pabelangerhashar: I can start with some of that next week13:38
fungior will a direct translation of the data structures not suffice i guess?13:39
pabelangeranteaya: http://play.grafana.org/13:39
hasharpabelanger: the aim of the dashboard was to track time for the gate to process mediawiki/core jobs.  That gives us a metric to act upon,  currently takes 10 minutes and we wanna make it faster13:40
*** edmondsw has quit IRC13:42
*** angdraug has joined #openstack-infra13:42
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050813:43
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194913:43
*** ildikov has joined #openstack-infra13:43
mordredsdague: done13:43
sdaguemordred: thanks13:43
mordredbtw - this:13:43
mordredmordred@camelot:~$ neutron net-create test-net-mt13:43
mordredPolicy doesn't allow create_network to be performed.13:44
mordredis great13:44
*** eharney has joined #openstack-infra13:44
*** julim has quit IRC13:44
mordredin terms of user experience - it's very clear to me that I'm using a cloud that does not let me do that thing13:44
mordredother services may do that to13:44
mordredtoo13:44
mordredbut I experienced this one - and I'd like to say nice things about it13:44
*** puranamr has joined #openstack-infra13:44
* anteaya reviews 21999313:45
*** sergmelikyan has quit IRC13:45
anteayafungi: it was one clarkb said he already +2'd, I'll check StevenK's other patches, thank you13:46
anteayait must have merged already13:46
*** dizquierdo has quit IRC13:46
*** sergmelikyan has joined #openstack-infra13:47
aarefievhi, could anybody help with https://review.openstack.org/#/c/217022/ please13:48
fungianteaya: possibly. i know i approved at least one last night before bed13:48
*** sdake has joined #openstack-infra13:48
anteayafungi: you must have got it then, thank you13:49
fungimordred: yes, i agree that's much more useful than a confusing traceback with some 404 from the api crammed inside it13:50
openstackgerritMerged openstack-infra/project-config: enable nova v20 compat testing jobs  https://review.openstack.org/21937013:50
fungior 401 i guess13:50
openstackgerritMerged openstack-infra/puppet-zuul: Fix race condition in httpd install and config  https://review.openstack.org/21731713:51
*** sdake_ has quit IRC13:51
mordredfungi: ++13:52
*** tiswanso has joined #openstack-infra13:52
anteayafungi: any recommendations for what I should listen to today13:52
anteayaI don't think I can do reggae again today13:53
anteayaI went to a jazz club last night13:53
anteayait was awesome13:53
*** erhudy1 has joined #openstack-infra13:54
*** glauco has joined #openstack-infra13:54
*** kushal has quit IRC13:55
*** alaski is now known as lascii13:55
*** jpeeler has joined #openstack-infra13:55
*** jpeeler has joined #openstack-infra13:55
*** dansmith is now known as superdan13:56
fungianteaya: in that case, i suggest jazz!13:56
*** esker has joined #openstack-infra13:56
mordredanteaya: lovely!13:56
*** esker has quit IRC13:56
mordredanteaya: what sort of jazz?13:56
mordredfungi: DEBUG: keystoneclient.session RESP: [403] date: Fri, 04 Sep 2015 13:55:47 GMT connection: close content-type: application/json; charset=UTF-8 content-length: 130 x-openstack-request-id: req-ba05b555-82f4-4aaf-91b2-bae37916498d13:56
mordredRESP BODY: {"NeutronError": {"message": "Policy doesn't allow create_network to be performed.", "type": "PolicyNotAuthorized", "detail": ""}}13:56
*** puranamr has quit IRC13:56
mordredfungi: that's what it looked like at the rest level13:56
mordredagain.13:56
mordred_awesome_13:56
*** esker has joined #openstack-infra13:56
anteayafungi: ha ha ha13:56
anteayaa man who can pick up on a lead13:57
*** eharney has quit IRC13:57
anteayamordred: live?13:57
*** puranamr has joined #openstack-infra13:57
mordredanteaya: hahaha13:57
mordredanteaya: fair13:57
* anteaya doesn't know her jazz well enough to categorize further than that13:57
mordredanteaya: we'll go with "live jazz you enjoyed" as an excellent categorization13:57
anteayagrand piano, stand up bass and drum kit13:57
anteayathat is the category, yes13:58
anteayaa great follow up from the swings the night before13:58
anteayaI really do like Montreal13:58
*** eharney has joined #openstack-infra13:58
fungianteaya: maybe some thelonious monk?13:58
*** ParsectiX has quit IRC13:58
*** pradk has joined #openstack-infra13:58
anteayafungi: ooooh I love his work13:58
*** glauco has quit IRC13:59
anteayaawesome recommendation13:59
*** tiswanso_ has joined #openstack-infra13:59
mordredanteaya: you should check out my friend's jazz group: http://gabrielalegria.com/eng/13:59
*** sharikapongubala has joined #openstack-infra13:59
* anteaya does so13:59
fungimy jazz preferences are a little earlier than monk. mostly big band/swing14:00
openstackgerritMerged openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050814:00
anteayagreat opening14:00
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194914:00
anteayafungi: love that too14:00
*** s has joined #openstack-infra14:00
fungithough he came to mind when you said piano14:00
anteayathelonious should come to mind often14:00
*** s is now known as Guest8989514:00
anteayapiano is a good excuse14:01
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed  https://review.openstack.org/22051314:01
anteayattx oh and by the way I do not envy you your job14:01
anteayaall the chairs should have wheels14:02
*** tiswanso has quit IRC14:02
anteayaand we can all just play bumper cars between rooms14:02
erhudy1if a check e-mail doesn't include a recheck command, where can i find how to recheck that particular test set14:02
erhudy1i tried invoking via recheck gerrit-account-name14:02
anteayaerhudy1: I think you are asking how to recheck a patch14:03
anteayaif that is the case, you add a comment to the patch14:03
anteayawith the contents14:03
anteayarecheck14:03
erhudy1i know that, but i don't want to rerun jenkins14:03
*** sharikapongubala has quit IRC14:03
anteayawhat do you want to do?14:03
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: s/pxe_ssh/pxe_ipa where it makes sense  https://review.openstack.org/22051614:04
erhudy1a couple of third-party integrations failed and their e-mails didn't state how to invoke recheck to test just that integration14:04
erhudy1e.g. most of them say "use 'recheck netapp-ci'" or something similar14:04
anteayathey shouldn't be testing just that integration14:04
anteayarechecking a patch should recheck all the tests14:05
anteayaput I don't want to have that argument today14:05
fungibriancurtin: dtroyer: was there a plan to combine the openstacksdk and openstackclient projects from a governance perspective, or was openstacksdk planning to petition the tc as a separate project instead?14:05
*** peristeri has quit IRC14:05
anteayaif you want to find out about what the ptl for the project expects from thirdparty ci systems reporting to that project please talk to the ptl of that project14:05
briancurtinseparate14:05
erhudy1k, thanks14:06
*** deepakcs has quit IRC14:06
*** alexpilotti_ has quit IRC14:06
fungibriancurtin: did you have a timetable for that?14:06
*** sdake_ has joined #openstack-infra14:06
fungibriancurtin: i think it would be a slam-dunk, you just need to find time to write a couple paragraphs on a commit message to the governance repo14:06
briancurtinfungi: not really. we started writing up an application to 'the big tent' but it's less of a priority than doing actual work. i can check with everett toews on where that's at14:07
fungibriancurtin: got it. i mostly just wish we could get the sdk contributors the avility to vote in tc elections, free passes to the conference, design summit space, et cetera14:08
*** sigmavirus24_awa is now known as sigmavirus2414:08
fungis/avility/ability/14:08
openstackgerritMonty Taylor proposed openstack-infra/shade: Start using keystoneauth for keystone sessions  https://review.openstack.org/18317614:09
*** burgerk has joined #openstack-infra14:09
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Setup DIB_DISTRIBUTION_MIRROR on fedora slaves  https://review.openstack.org/22052314:09
fungibriancurtin: all things which should help get more "actual work" done, ideally14:10
*** samuelBartel has quit IRC14:10
*** sdake has quit IRC14:10
*** xyang1 has joined #openstack-infra14:12
*** wenlock has joined #openstack-infra14:12
*** stevemar has joined #openstack-infra14:12
openstackgerritDoug Hellmann proposed openstack/requirements: Bump python-ironicclient version to 0.8.0  https://review.openstack.org/22017414:12
*** edmondsw has joined #openstack-infra14:13
*** eharney has quit IRC14:15
*** stevemar has quit IRC14:17
anteayarcarrillocruz: so you are creating a brand new job and then gating on it14:19
*** Guest4559 has quit IRC14:19
anteayaso should something be wrong with the build you won't be able to merge anything to infra-ansible14:19
*** ajmiller has joined #openstack-infra14:19
anteayarcarrillocruz: please acknowledge you take responsibiliyt for this action on the patch that impliments the job in check and gate14:19
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Setup DIB_DISTRIBUTION_MIRROR on fedora slaves  https://review.openstack.org/22052314:20
anteayabecause if I approve these patches and your job doesn't work, it won't be a fire on my plate to merge a revert14:20
*** dingyichen has quit IRC14:20
openstackgerritPaul Belanger proposed openstack-infra/project-config: Add branch logic check for puppet-unit tests  https://review.openstack.org/22052714:20
pabelangerEmilienM: anteaya: ^ when you have a moment14:21
anteayamy suggestion is to create the job and put it in your experimental pipeline first to ensure it at least builds14:21
*** peristeri has joined #openstack-infra14:21
anteayapabelanger: thanks, next up14:21
EmilienMpabelanger: looking now, thx14:21
pabelanger1 sec14:21
*** peristeri has quit IRC14:21
*** fedora is now known as weshay14:22
openstackgerritPaul Belanger proposed openstack-infra/project-config: Add branch logic check for puppet-unit tests  https://review.openstack.org/22052714:22
*** mtanino has joined #openstack-infra14:22
openstackgerritPaul Belanger proposed openstack-infra/project-config: Add branch logic check for puppet-unit tests  https://review.openstack.org/22052714:22
rcarrillocruzanteaya: the job is new, but it just leverages run-tests macro, it's not a job with a new logic perse14:23
rcarrillocruzif it makes you more comfortable having it on experimental, i'm ok with it14:23
anteayayes I am always most comfortable with a new job starting in the experimental pipeline14:23
anteayathanks for understanding14:23
*** puranamr has quit IRC14:24
*** hichihara has joined #openstack-infra14:25
*** eharney has joined #openstack-infra14:26
* anteaya considers doing a lightening talk somewhere about commit messages and what she looks for in them14:26
* samueldmq will attend that if anteaya's going to do it14:27
*** maishsk_ has joined #openstack-infra14:28
pabelangerclarkb: did you see ianw's patch https://review.openstack.org/#/c/219031/ for firewalld?14:28
*** alivigni has joined #openstack-infra14:28
*** hichihara has quit IRC14:29
pabelangerclarkb: trying to get hpcloud account to test14:29
*** zz_dimtruck is now known as dimtruck14:29
*** tonytan4ever has joined #openstack-infra14:29
*** peristeri has joined #openstack-infra14:29
openstackgerritDavid Lyle proposed openstack/requirements: Bumping django_openstack_auth  https://review.openstack.org/21671014:29
*** maishsk has quit IRC14:29
*** maishsk_ is now known as maishsk14:29
anteayathanks samueldmq, it is always nice to have an audience if I am going to give a talk :)14:29
anteayarcarrillocruz: also can you sqash your two patches into one? putting the job creation and implemenation into one patch is best14:30
anteayaso when we have to go find the patch in the git log we have the whole story in one14:30
samueldmqanteaya, yeah, every good talk deserves an audience :)14:31
anteaya:)14:31
anteayaor at least a video cam14:31
samueldmqhehe yes, and the video will bring the audience when published :)14:32
*** maishsk has quit IRC14:34
sdaguefungi: can I get a promote of - https://review.openstack.org/#/c/220525/ - turns out that causes a 25% failure in the large-ops jobs, which clobber a number of things14:34
*** amitgandhinz has joined #openstack-infra14:34
sdagueit's one of the reasons a lot of requirements jobs have failed14:36
fungisdague: good call. i just witnessed one of those fails myself14:38
openstackgerritMerged openstack-infra/shade: Fix exception lists in functional tests  https://review.openstack.org/21965514:39
sdagueyeh, and dhellmann and ttx are trying to finalize requirements so getting rid of a bad fail there would be good14:39
openstackgerritMerged openstack-infra/shade: Remove last vestige of glanceclient being different  https://review.openstack.org/21929114:39
fungiright, it tanked the first check run of the constraints update14:40
*** alivigni has quit IRC14:41
*** dangers_away is now known as dangers14:41
*** coolsvap_ has quit IRC14:41
*** amuller has joined #openstack-infra14:42
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Gate infra-ansible with gate-infra-ansible job  https://review.openstack.org/21918514:43
*** alivigni has joined #openstack-infra14:44
*** rkukura has joined #openstack-infra14:45
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed  https://review.openstack.org/22051314:45
*** annegentle has quit IRC14:45
*** annegentle has joined #openstack-infra14:46
*** tonytan4ever has quit IRC14:47
*** maishsk has joined #openstack-infra14:47
*** sergmelikyan has quit IRC14:48
*** yamahata has joined #openstack-infra14:48
*** redixin has quit IRC14:49
*** arxcruz has quit IRC14:50
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add branch logic check for puppet-unit experimental job  https://review.openstack.org/22052714:51
EmilienManteaya: I took over pabelanger's patch with a better commit message and more features ^14:52
*** maishsk has quit IRC14:53
*** ildikov has quit IRC14:53
*** tonytan4ever has joined #openstack-infra14:53
*** hashar_ has joined #openstack-infra14:54
*** geoffarnold is now known as geoffarnoldX14:54
*** hashar has quit IRC14:54
*** hdd has joined #openstack-infra14:54
*** j_king has joined #openstack-infra14:56
*** skolekonov has quit IRC14:56
*** hashar has joined #openstack-infra14:57
*** EricGonczer_ has joined #openstack-infra14:57
*** hashar_ has quit IRC14:59
anteayaEmilienM: thanks, will look in a minute15:00
*** Ala has quit IRC15:01
*** jsavak has quit IRC15:03
*** jsavak has joined #openstack-infra15:03
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed  https://review.openstack.org/22051315:03
*** jistr is now known as jistr|call15:05
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Remove dnf workaround in ironic-agent  https://review.openstack.org/22054615:05
*** mtanino has quit IRC15:07
*** angdraug has quit IRC15:08
*** hashar has quit IRC15:09
*** hashar has joined #openstack-infra15:09
*** unicell1 has joined #openstack-infra15:09
*** dannywilson has joined #openstack-infra15:10
*** dannywilson has quit IRC15:10
*** dannywilson has joined #openstack-infra15:11
*** unicell has quit IRC15:11
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: s/pxe_ssh/agent_ssh where it makes sense  https://review.openstack.org/22051615:12
*** sigmavirus24 is now known as sigmavirus24_awa15:13
openstackgerritEvgeny Antyshev proposed openstack-infra/zuul: Dependencies from undefined projects  https://review.openstack.org/20709415:13
*** burgerk has quit IRC15:14
openstackgerritLucas Alvares Gomes proposed openstack-infra/project-config: s/pxe_ssh/agent_ssh where it makes sense  https://review.openstack.org/22051615:16
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: s/pxe_ssh/agent_ssh where it makes sense  https://review.openstack.org/22051615:16
*** alivigni has quit IRC15:16
*** geoffarnoldX is now known as geoffarnold15:17
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: [WIP] Try to run against all oslo libraries from master  https://review.openstack.org/21787515:17
openstackgerritDerek Higgins proposed openstack-infra/project-config: Add various tripleo repositories to the PROJECTS list  https://review.openstack.org/22055115:18
*** sdake has joined #openstack-infra15:20
*** samueldmq has quit IRC15:21
*** sdake_ has quit IRC15:24
*** hashar has quit IRC15:25
*** sdake has quit IRC15:25
*** armax has joined #openstack-infra15:25
rcarrillocruzanteaya: https://review.openstack.org/#/c/219185/ , it's going to get +1 (passed all voting), pls have a look when you a slot, thanks15:26
rcarrillocruzhave a slot i mean15:26
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055515:26
*** puranamr has joined #openstack-infra15:27
anteayarcarrillocruz: well usually we don't get rid of a job when we add an experimental job15:27
*** jistr|call is now known as jistr15:28
rcarrillocruzcheck/gate/experimental15:28
rcarrillocruz?15:28
*** sergmelikyan has joined #openstack-infra15:28
anteayabut you say your gate is currently blocked is that because ansible-lint-jobs doesn't work15:28
anteayawe tend not to get rid of a working check/gate job when we add an experimental job15:28
anteayauntil that experimental job has been exercised and proven stable15:29
rcarrillocruzit does work, it's just it won't work for my project. cos ansible-lint-jobs is meant for ansible roles15:29
rcarrillocruzi'm not getting rid of ansible-lint-jobs definition15:29
*** afazekas__ has quit IRC15:30
rcarrillocruzthis is why i'm using run-tests for infra-ansible project15:30
*** ashishb has joined #openstack-infra15:30
rcarrillocruzwhich essentially expects a 'run-tests.sh' script in the project and that's what gets executed15:30
ashishbHello Everyone, I need help with one of my commits. I am trying to abandon a patch15:31
ashishbhowever, in the gerrit web, I am not finding that option15:31
*** baoli_ has quit IRC15:31
ashishbthere is no ¨Abandon¨ button for the patch15:32
ashishbis there a way I can abandon it?15:32
*** baoli has joined #openstack-infra15:32
fungiashishb: which change is it? and are you sure you're logged into the web interface?15:32
ashishbthis is the change: https://review.openstack.org/#/c/220245/15:33
ashishband in the webview top right, I can see my username15:33
*** MarkAtwood has joined #openstack-infra15:33
*** sergmelikyan has quit IRC15:33
anteayarcarrillocruz: I have commented with a suggestion for the commit message for the patch15:33
ashishb^fungi, I think I am logged into the gerrit web as it is correctly showing my gerrit user ID on top right corner15:35
fungiashishb: but no "abandon change" button? it's possible you have two accounts, uploaded that change with one and are logging into gerrit with the other. what username is listed at https://review.openstack.org/#/settings/15:35
*** MarkAtwood has quit IRC15:36
rcarrillocruz:-) ok15:36
ashishb^fungi, it is showing it as blank :(15:36
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Gate infra-ansible with gate-infra-ansible job  https://review.openstack.org/21918515:37
fungiashishb: the account that uploaded that change definitely had a username (otherwise you wouldn't have been able to upload it) so you have two different accounts15:38
fungiashishb: i'll take a look in the gerrit database and see if i can fix it for you, just give me a few minutes15:38
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055515:39
ashishb^fungi, thanks a ton, I am struck at it now15:39
anteayarcarrillocruz: thank you15:39
*** glauco has joined #openstack-infra15:40
*** marzif has joined #openstack-infra15:42
fungiashishb: confirmed, it looks like you probably uploaded that change with account id 14570 (created may 9, 2015) but are logging into the web interface with account id 18228 (created yesterday)15:42
ashishb^fungi, this is my launchpad ID: https://launchpad.net/~ashish.billore15:42
ashishb^fungi, so how do I correct it ..?15:43
fungiashishb: i'm going to collapse your openid url from the new 18228 account into the existing 14570 account you seem to have been using previously and deactivate 1822815:43
ashishbok, this will retain my patches and commits..?15:43
fungiashishb: yes, it will15:43
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055515:43
ashishb^fungi, many thanks for the help15:44
*** glauco has quit IRC15:44
*** mtanino has joined #openstack-infra15:44
ashishbhow do I make sure I don´t run into this issue again ..?15:44
*** wznoinsk has joined #openstack-infra15:44
fungiashishb: you'll probably need to log out of the gerrit web ui and then log back in again, and hopefully you'll have an abandon button on that change at that point15:44
*** ayoung is now known as ayoung_afk15:45
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055515:45
wznoinskhi all15:45
ashishb^fungi, thanks a lot and not sure my gerrit settings show a blank user name15:45
wznoinskfungi, does os git support grokmirror? I saw launchpad wont fix but wanted to double check15:45
fungiashishb: it's hard to avoid this problem. it's a disagreement between what gerrit expects from openids (that they're immutable) and how launchpad treats openids (a user may have more than one and it can change if your e-mail address changes)15:45
wznoinskfungi, for a ref: https://bugs.launchpad.net/openstack-ci/+bug/123279915:46
openstackLaunchpad bug 1232799 in OpenStack Core Infrastructure "add grokmirror support" [Low,Won't fix]15:46
fungiashishb: after you log back in you should see a username of ashish.billore and an account id of 14570 at https://review.openstack.org/#/settings/ unless something is still wrong15:46
ashishb^fungi, this is what has happened recently, my mail ID has changed15:47
anteayawznoinsk: clarkb is the one who last looked at that15:47
anteayawznoinsk: and honestly you would get a better response if you asked next week15:48
anteayaas in not feature freeze week15:48
wznoinskanteaya, thanks, I guess there isn't anything runing at the moment and clarkb would be best to check if it may be in the future?15:49
cody-somervilleWhats the resident_time metric in graphite from zuul?15:49
fungiwznoinsk: i think clarkb's wontfix was meant to indicate that our continuous integration system wouldn't really benefit from adding grokmirror support, but i get that the request might be more for the benefit of individual developers instead so worth possibly revisiting if there's someone offering to drive that implementation15:49
anteayawznoinsk: yes, that is what I am trying to convey15:49
*** e0ne has quit IRC15:50
*** Swami has joined #openstack-infra15:50
wznoinskfungi, yes, developers and guess... 3rdparty CIs too, for resilience of the git on site15:50
*** puranamr has quit IRC15:50
ashishb^fungi, now I see the abandon button, thanks so much :)15:50
*** unicell1 has quit IRC15:50
fungicody-somerville: documented at http://docs.openstack.org/infra/zuul/statsd.html#metrics15:50
*** BharatK has quit IRC15:51
fungiashishb: you're welcome!15:51
cody-somervillefungi: oh, splendid. Thank you!15:51
fungicody-somerville: if you run into other metrics missing from that documentation please let us know because we want them all represented there15:51
wznoinskanteaya, fungi, I'll ping clarkb next week so, thanks again15:52
anteayawznoinsk: thanks for understanding15:52
*** ashleighfarnham has joined #openstack-infra15:52
zaromorning15:53
*** bexelbie has quit IRC15:53
*** vahidh has joined #openstack-infra15:53
*** dtantsur is now known as dtantsur|afk15:55
cody-somervillehmm... stats.zuul.pipeline.gate.all_jobs looks really weird.15:55
cody-somervilleI see tiny little spikes15:55
cody-somervillebased on y axis, values between 0 and 0.50 or something, lol15:55
openstackgerrityolanda.robla proposed openstack-infra/system-config: Start using cgit::lb class  https://review.openstack.org/18182915:56
fungiwznoinsk: i believe mordred originally opened that bug because he thought it might be useful for keeping local clones of all our projects up to date on his dev workstation. i do something similar which would likely benefit slightly from using grokmirror instead of just brute-force remote updates of everything (but i run it while i'm sleeping so i don't notice that it takes a while)15:56
openstackgerrityolanda.robla proposed openstack-infra/system-config: Move manage_projects logic to puppet-jeepyb  https://review.openstack.org/17156515:56
fungicody-somerville: on graphite.openstack.org or something gozery?15:57
*** cloudtrainme has joined #openstack-infra15:58
fungicody-somerville: here's ours http://graphite.openstack.org/render/?width=586&height=308&_salt=1441382293.066&target=stats.zuul.pipeline.gate.all_jobs15:58
openstackgerritAlexander Tivelkov proposed openstack/requirements: Bump the version of python-muranoclient to 0.7.0  https://review.openstack.org/22056815:59
fungidoesn't look like what you describe15:59
*** ildikov has joined #openstack-infra15:59
cody-somervillefungi: looks better but values still look weird, see y axis.15:59
fungioh, got it. yeah i'm not sure what the unit is supposed to be there...15:59
jeblair"stats" is events per second15:59
fungiahh16:00
jeblair"stats_counts" is events per flush interval (10s)16:00
clarkbyes iirc the bug was to grokmirror our test slaves, there wasnt really a reason for us to do that16:00
fungicody-somerville: so http://graphite.openstack.org/render/?width=586&height=308&_salt=1441382427.415&target=stats_counts.zuul.pipeline.gate.all_jobs does indeed look a lot more sensible16:00
cody-somervilleindeed16:01
*** flepied1 has quit IRC16:01
*** flepied has joined #openstack-infra16:01
fungiclarkb: wznoinsk: right, the last paragraph of that bug description does talk about running it on our job workers, no longer especially relevant16:02
cody-somervilleare stats.timers also events per second?16:02
*** geoffarnold has quit IRC16:02
*** deklan has joined #openstack-infra16:02
*** sabeen has joined #openstack-infra16:03
jeblaircody-somerville: the .count of a timer is events per flush interval (obviously most of the other metrics are the duration of the timer)16:04
jeblaircody-somerville: .count_ps of a timer is events per second16:04
timrcHey while we're reviewing infra-ansible stuff :) https://review.openstack.org/#/c/217947/16:05
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055516:06
*** jlanoux has quit IRC16:08
cody-somervillejeblair: So is stats_counts.zuul.pipeline.gate.job.gate-config-puppet-syntax.SUCCESS the same as stats.timers.zuul.pipeline.gate.job.gate-config-puppet-syntax.SUCCESS.count?16:08
*** jsavak has quit IRC16:10
wznoinskclarkb, fungi I was thinking of having grokmirror slave on my side that could poll your grok master manifest file and pull only repos that have changed/created. I'd prefer to avoid the expensive git pull and checking for newcly created repos. I do get the above bug was for a specific use of grok you no longer need.16:11
*** jsavak has joined #openstack-infra16:11
fungiwznoinsk: yep, so new use case, worth considering if the implementation would be helpful to enough people to make it worthwhile16:12
*** sabeen has quit IRC16:14
*** peristeri has quit IRC16:14
wznoinskfungi, I guess there's little setup on the infra side, grok hook in git repos to update manifest file + expose the manifest file outside? I think I'll get enough details about use cases first and then open a bug on lp for that and will ask for opinions...16:15
*** hodos has joined #openstack-infra16:15
jeblaircody-somerville: for non-zero values, yes.  counters get 0 values sent when nothing happens though, timers don't.16:16
*** sabeen1 has joined #openstack-infra16:17
jeblaircody-somerville: so the timer..count value will have the same positive values as the stats_counts.. and missing data the rest of the time16:17
openstackgerritMichael Xin proposed openstack-infra/project-config: Add a new project syntribos  https://review.openstack.org/22035116:17
*** jistr has quit IRC16:18
jeblaircody-somerville: wheras the stats_counts will have constant data (as long as statsd is running) including zeros if nothing is happening.16:18
jeblaircody-somerville: though, i think you meant "gate-system-config-puppet-syntax" since we don't have a "gate-config-puppet-syntax" job.  ;)16:18
*** sharikapongubala has joined #openstack-infra16:18
jeblairhttp://graphite.openstack.org/render/?width=586&height=308&_salt=1441383752.815&from=-24days&target=stats.timers.zuul.pipeline.gate.job.gate-system-config-puppet-syntax.SUCCESS.count&target=stats_counts.zuul.pipeline.gate.job.gate-system-config-puppet-syntax.SUCCESS16:19
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055516:19
*** claudiub has joined #openstack-infra16:19
jeblaira visual illustration: note the blue dots over the green spikes.  they do not have the same values in this graph due to averaging16:19
jeblairbut they are at the same positions16:20
openstackgerritMichael Xin proposed openstack-infra/project-config: Add a new project syntribos  https://review.openstack.org/22035116:20
*** mriedem is now known as mriedem_lunch16:21
*** cloudtrainme has quit IRC16:21
*** vmbrasseur is now known as vmbrasseur_GONE16:25
mordredfungi, wznoinsk: yes, I think that a smarter/more scalable way for people to clone all of our repos would be great - but I have not thought it great enough to actually work on it16:26
*** tjones has joined #openstack-infra16:28
*** cloudtrainme has joined #openstack-infra16:29
*** esker has quit IRC16:29
*** stevemar has joined #openstack-infra16:30
*** unicell has joined #openstack-infra16:31
openstackgerritFabien Boucher proposed openstack-infra/puppet-jenkins: Enable Centos 7 support  https://review.openstack.org/22057616:31
*** sshnaidm has joined #openstack-infra16:31
openstackgerritFabien Boucher proposed openstack-infra/puppet-zuul: Enable Centos 7 support  https://review.openstack.org/22057716:31
openstackgerritFabien Boucher proposed openstack-infra/puppet-openstackci: Enable Centos 7 support  https://review.openstack.org/22057816:32
*** tjones has quit IRC16:33
*** kiran-r has joined #openstack-infra16:35
*** kiran-r has quit IRC16:35
*** ivar-lazzaro has joined #openstack-infra16:35
*** bswartz has quit IRC16:37
*** lyrrad has joined #openstack-infra16:37
*** afazekas has quit IRC16:38
*** edmondsw has quit IRC16:38
*** tjones has joined #openstack-infra16:39
*** ajmiller has quit IRC16:39
yolandahere, can i get some reviews for several puppet changes? i have them with topic downstream-puppet, some of them waiting for long16:40
*** davideagnello has quit IRC16:40
*** davideagnello has joined #openstack-infra16:41
*** ajmiller has joined #openstack-infra16:41
*** _afazekas has joined #openstack-infra16:41
*** glauco has joined #openstack-infra16:42
*** hdd has quit IRC16:43
*** bknudson has joined #openstack-infra16:44
*** geoffarnold has joined #openstack-infra16:44
*** Guest89895 has quit IRC16:46
*** eharney has quit IRC16:47
openstackgerritCraig Bryant proposed openstack-infra/project-config: Add python and pypi jobs to monasca-common  https://review.openstack.org/22058316:48
*** afazekas has joined #openstack-infra16:48
*** eharney has joined #openstack-infra16:48
*** flepied has quit IRC16:48
*** sigmavirus24_awa is now known as sigmavirus2416:49
openstackgerritMerged openstack-infra/tripleo-ci: Setup DIB_DISTRIBUTION_MIRROR on fedora slaves  https://review.openstack.org/22052316:49
*** amitgandhinz has quit IRC16:49
*** stevemar has quit IRC16:49
*** _afazekas has quit IRC16:50
mordreddims: morgan and I are suggesting work for oslo on the mailng list. hope that's ok16:50
mordreddims: :)16:51
morganmordred: considering keystone-core makes up most of oslo.policy core...16:51
*** marzif has quit IRC16:51
morgan>.>16:51
*** ashishb has quit IRC16:51
morgani think it's probably ok16:51
mordredmorgan: btw:16:51
morgan:P16:51
mordredneutron/openstack/common/policy.py:        msg = _("Policy doesn't allow %s to be performed.") % rule16:51
morganyeah. that needs to be moved over to be the default16:51
*** Hal has quit IRC16:52
morganin the olos.policy lib16:52
mordredmorgan: ++16:52
dimsmordred: mordred: sure. looking16:56
mordreddims: I'm also learning more things than I should, probably16:57
mordreddims: which can't possibly be good for any of us16:57
dims:)16:57
mordreddims: expect me to either break something or act inappropriately or both. I promise to buy you a pizza once I'm done ;)16:57
mordreddims: actually, it looks like oslo.policy is REALLY close already - so, hats off16:58
dimspizza sounds fabulous!, guess you have already seen the dynamic policy stuff that was talked about a lot at keystone mid-cycle summit16:58
*** derekh has quit IRC16:59
*** ivar-lazzaro has quit IRC16:59
*** ivar-lazzaro has joined #openstack-infra17:00
mmmporkyolanda: thanks for taking the time to post comments on my doc patch!17:00
*** amuller is now known as amuller_afk17:01
*** tjones1 has joined #openstack-infra17:01
*** openstackgerrit_ has joined #openstack-infra17:02
*** yamahata has quit IRC17:03
*** hdd has joined #openstack-infra17:03
*** dims has quit IRC17:03
*** edmondsw has joined #openstack-infra17:03
*** tjones has quit IRC17:04
*** glauco has quit IRC17:04
*** rossella_s has quit IRC17:06
*** rossella_s has joined #openstack-infra17:06
*** marzif has joined #openstack-infra17:07
openstackgerritRamy Asselin proposed openstack-infra/system-config: Allow unmanged pip.conf in single-use-slaves.  https://review.openstack.org/21791417:08
*** afazekas has quit IRC17:09
*** glauco has joined #openstack-infra17:10
*** annegentle has quit IRC17:10
*** afazekas has joined #openstack-infra17:11
yolandammmpork , anytime17:11
*** shardy has quit IRC17:11
*** ybathia has joined #openstack-infra17:11
dhellmannanteaya: can I get your +2 on https://review.openstack.org/#/c/219420/ now that loquacities has given it the go-ahead?17:11
*** puranamr has joined #openstack-infra17:12
dhellmannfungi, mordred, jeblair : is it ok to import new projects now, or are you all in the midst of other major work? https://review.openstack.org/#/c/220128/17:12
glaucomordred: hello! Could you please help us reviewing our patch? https://review.openstack.org/#/c/217788/17:12
*** davidjc has joined #openstack-infra17:13
*** vinay_yadhav has joined #openstack-infra17:13
*** skylerberg has joined #openstack-infra17:14
fungidhellmann: i don't think we were avoiding it, just not doing a great job keeping up with review backlog due to everything else going on this week17:14
dhellmannfungi: yeah, I assumed there would be delays this week, so I was really asking if you guys were busy or if it was still considered risky (i.e., no criticism implied)17:15
*** tonytan4ever has quit IRC17:15
*** eharney has quit IRC17:15
fungii don't think importing new repos is ever particularly risky, except that there's a race condition in our current toolchain that has a tendency to break image images if they try to clone all the repos at just the wrong time17:16
dhellmannyeah, that sounds like something we don't want to do with a full gate right before feature freeze :-)17:16
*** ybathia_ has joined #openstack-infra17:17
*** ybathia has quit IRC17:17
*** deklan has quit IRC17:17
*** tjones1 has quit IRC17:18
*** ybathia_ is now known as ybathia17:18
*** puranamr has quit IRC17:18
*** _afazekas has joined #openstack-infra17:18
anteayadhellmann: thank you for your patience :)17:18
*** mpaolino has quit IRC17:19
*** sdake has joined #openstack-infra17:19
*** afazekas has quit IRC17:19
dhellmannanteaya: thank *you* :-)17:20
*** amitgandhinz has joined #openstack-infra17:20
*** j^2 has quit IRC17:20
*** j^2 has joined #openstack-infra17:20
*** tonytan4ever has joined #openstack-infra17:20
*** bswartz has joined #openstack-infra17:21
*** dims has joined #openstack-infra17:21
*** dims_ has joined #openstack-infra17:21
fungidhellmann: well, failing image updates don't generally correlate to gate disruption anyway, we just continue using slightly older images until we can successfully generate replacements for them17:22
*** dims_ is now known as dimsum__17:23
*** ayoung_afk is now known as ayoung17:23
clarkbI am going to delete the old git01 and git02 servers now17:24
fungihow do you think we should handle upgrading git.o.o? i guess we can just switch dns to the replacement after we test it and things should "just work" yeah?17:25
*** dims has quit IRC17:25
*** HeOS has quit IRC17:26
jesusaurusfungi: yeah, that worked for gozer when we upgraded a cgit load balancer17:27
openstackgerritMerged openstack-infra/project-config: publish docs built from releases repository  https://review.openstack.org/21942017:28
clarkbfungi: yes I have done it that way in the past17:28
j^2hey everyone. i think: https://review.openstack.org/#/c/219760 is ready to go17:28
clarkbfungi: when we hit the bandwidth limits the first time around I did that on a friday afternoon at Kells Pub17:28
clarkbfungi: so its easy :)17:28
anteayaha ha ha17:29
*** amitgandhinz has quit IRC17:30
*** btully has joined #openstack-infra17:30
fungiclarkb: was it between sips of a porter? an ale?17:31
dhellmannfungi: oh, image builds, I was thinking of any clones at runtime17:31
*** eharney has joined #openstack-infra17:31
*** vinay_yadhav has quit IRC17:32
clarkbfungi: guiness17:32
fungiokay, so 'twas a stout server maintenance17:33
*** jaypipes has quit IRC17:33
greghayneswow17:33
clarkbindeed17:33
clarkbgreghaynes: remember that day?17:33
greghaynesbarely17:33
*** kushal has joined #openstack-infra17:33
*** kushal has quit IRC17:33
*** kushal has joined #openstack-infra17:33
*** mriedem_lunch is now known as mriedem17:33
*** VivCheri has quit IRC17:34
*** esker has joined #openstack-infra17:34
*** esker has quit IRC17:34
*** ZZelle_ has joined #openstack-infra17:34
*** esker has joined #openstack-infra17:35
*** Piet has joined #openstack-infra17:35
fungimy best load balancer and pub story was sitting in my friend's bar during the 2006 stanley cup finals, watching the match whilst monitoring and tuning (openbsd-based!) load balancing parameters for the carolina hurricanes website17:35
fungithat was one wild ride17:36
anteayaha ha ha17:36
jrollJayF: ^ you'll like that story17:36
fungialso, he ran an awesome pub. too bad it is no more17:36
*** ihrachys has joined #openstack-infra17:36
anteayaeveryone needs a stanley cup story17:36
*** mrmartin has quit IRC17:37
fungioh, i have plenty of stanley cup stories, just not many involving a load balancer and a bar17:37
taronheh17:38
JayFfungi: I was outside RBC in 2006 for the win :)17:38
fungionly that one, as it turns out17:38
JayFfungi: and at the time I managed openbsd load balancer/firewalls17:38
anteayahehehe17:38
clarkbold git servers are all cleaned up17:38
* JayF plays spooky music17:38
* taron was sitting at home staring disappointedly at the screen17:38
fungiJayF: creepy!17:38
anteayataron: sorry to disappoint17:38
anteayawhat were you expecting that you don't see17:38
taronanteaya: I'm an oilers fan, I'm used to it by this point17:39
anteayaah17:39
fungiJayF: i was downtown on dawson street at the time. the place had excellent wireless and plenty of beer (cheaper than rbc center!)17:39
dhellmannWe've started to use zuul-cloner for some of the release tools that need to check out a copy of a repository to do something with it. I was surprised there was no environment variable to set the --cache-dir option by default. Would you be interested in having that, or was it left out for a reason? I could just pass the option, but we're wrapping it with some layers in the tool chain and it seems like a good feature to have natively.17:39
fungitaron: being an oilers fan gets you accustomed to disappointment?17:39
JayFtaron: something something andrew ladd murdered dwayne roloson something something?17:39
JayF;)17:40
*** sridhar_ram has joined #openstack-infra17:40
fungidhellmann: there's a command-line argument for it17:40
taronlol17:40
fungidhellmann: unless i'm misremembering17:40
fungidhellmann: envvar sounds like a fine addition though17:40
taronfungi: I've lost track of how many coaches we've gone through in the past few years17:40
dhellmannfungi: right, but I'm calling that from several levels deep in a library, so I would like to tell my users "set ZUUL_CACHE_DIR" instead of me having to pass that through17:40
dhellmannok, I'll work up a patch17:41
taronwith very little to show for it17:41
fungidhellmann: got it, and you don't want to have your own envvar stuffed from your tool into the z-c command line invocation for cleanliness reasons i guess?17:41
dhellmannfungi: well, I could do that, but then it wouldn't benefit anyone else :-)17:42
*** claudiub has quit IRC17:42
*** amuller_afk has quit IRC17:43
fungidhellmann: yep, agreed. also z-c already consumes a bunch of envvars. that's, like, its thing17:43
*** yamahata has joined #openstack-infra17:44
dhellmannyeah, I wasn't sure if I should mimic that and indicate that the old option name was deprecated, or just add the default to the existing option17:44
clarkbanteaya: you havne't noticed any layout job problems have you? we did switch back to leastconn which should be fine with the homogenous git version17:45
clarkbanteaya: but do let me know if you notice any problems (everyone else too)17:45
fungidhellmann: good question. i would probably make it so that the envvar overrides the command-line default. no idea what long-term vision there is for the cli syntax17:46
dhellmannfungi: ok, that's a pretty simple patch, stand by17:46
fungibut that way if you set the envvar and then provide something different on the command line, the latter wins17:46
dhellmannright17:46
*** vmbrasseur_GONE is now known as vmbrasseur17:47
*** tjones has joined #openstack-infra17:47
*** pvaneck has joined #openstack-infra17:47
mordredfungi: you write good emails17:48
fungimordred: thanks, maybe i'll save that quote for my tombstone ;)17:49
openstackgerritMichael Xin proposed openstack-infra/project-config: Add a new project syntribos  https://review.openstack.org/22035117:49
fungi"here lies fungi, he wrote good e-mails"17:49
*** annegentle has joined #openstack-infra17:49
openstackgerritDoug Hellmann proposed openstack-infra/zuul: Add ZUUL_CACHE_DIR to zuul-cloner  https://review.openstack.org/22060217:51
dhellmannfungi: ^^17:51
*** EricGonc_ has joined #openstack-infra17:51
*** nicodemos has quit IRC17:53
*** dannywilson has quit IRC17:53
*** dannywilson has joined #openstack-infra17:54
*** EricGonczer_ has quit IRC17:54
*** bharathm has joined #openstack-infra17:56
*** devlaps has joined #openstack-infra17:56
*** flepied has joined #openstack-infra17:57
*** tjones has quit IRC17:58
*** pelix has quit IRC17:58
*** jcoufal_ has quit IRC17:59
mordredShrews: now that morgan and jamielennox have released keystoneauth - I think we can clean up several things by adding a hard-depend on it from occ and then using some of its data primitives to deal with auth arg validation18:00
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add bifrost manifest  https://review.openstack.org/20875118:00
mordredShrews: rather than the soft require on ksc that we did because of lxml18:00
morganyay no lxml18:00
crinklegreghaynes: okay put your config here https://review.openstack.org/#/c/208751/27/modules/openstack_project/files/bifrost/bifrost_global_vars18:00
*** hodos has quit IRC18:00
greghaynescrinkle: w00t18:00
mordredmorgan: the more I've been thinking about it - the more I tink occ consuming ksa is right and not the other way around18:00
morgansure18:01
morganit can work either way18:01
greghaynescrinkle: we dont want to make that into puppet-bifrost? :p18:01
morganthe question becomes which one is easier for devs18:01
*** tjones has joined #openstack-infra18:01
*** dizquierdo has joined #openstack-infra18:01
crinklegreghaynes: i mean maybe18:01
*** cloudtra_ has joined #openstack-infra18:01
morganocc probably is the easier to wrap your head around.18:01
crinkleeasier to iterate in system-config for now18:01
mordredmorgan: nothing. nothing is easier for devs. unless it has bouncy sparkles18:01
*** puranamr has joined #openstack-infra18:02
morganmordred: so i should bulk order the bouncy sparkles huh?18:02
*** ociuhandu has quit IRC18:02
openstackgerritgreghaynes proposed openstack-infra/system-config: Add bifrost manifest  https://review.openstack.org/20875118:02
mordredmorgan: you should ALWAYS bulk order the bouncy sparkles18:02
openstackgerritgreghaynes proposed openstack-infra/system-config: Add bifrost inventory management procedures  https://review.openstack.org/21427918:02
mordredmorgan: I'm going to have a bouncy sparkle deficiency in my blood this year due to taking a year off of my second-job-which-is-also-vacation-and-has-flamethrowers18:03
*** cloudtrainme has quit IRC18:03
*** sridhar_ram1 has joined #openstack-infra18:03
*** sridhar_ram has quit IRC18:03
*** pradk has quit IRC18:04
*** cloudtra_ has quit IRC18:04
*** puranamr has quit IRC18:04
*** cloudtrainme has joined #openstack-infra18:05
*** b10n1k_ has quit IRC18:06
*** ivar-lazzaro has quit IRC18:07
*** jsavak has quit IRC18:07
*** flepied1 has joined #openstack-infra18:07
*** jsavak has joined #openstack-infra18:07
*** ivar-lazzaro has joined #openstack-infra18:08
clarkbmorgan: https://jenkins03.openstack.org/job/gate-keystone-python27/600/console that fail look familiar to you? seems like its a warning causing a fail which is odd18:08
*** gyee has joined #openstack-infra18:08
clarkb(treating warnings as errors is not odd, more odd that our tests actually do that)18:08
morganclarkb: yeah we had a ton of deprecated stuff that didn't report properly18:08
morganso we fixed that in ksc18:09
morganclarkb: i am unsure why we're treating deprecation warnings like this18:09
morganmtreinish: ^ cc why are deprecation warnings fatal?18:10
anteayaclarkb: I will keep an eye out, thank you18:10
*** flepied has quit IRC18:10
morganclarkb: I find warnings being fatal as kindof silly18:10
morganor at least as the default behavior18:11
mtreinishmorgan: they shouldn't be, but python warnings are weird18:11
clarkbmorgan: its good for hygeine especially for ocmpiled things18:11
mtreinishI've just avoided using them because they never do what you want18:11
morganclarkb: sure. but i mean... it should be a clear option18:11
morganmtreinish: is this because we're using debt collector or something instead of the oslo.versionutils that just does a print?18:12
*** jsavak has quit IRC18:12
*** jsavak has joined #openstack-infra18:12
mtreinishmorgan: it's probably debtcollector18:12
mtreinishthat's where the py warnings get used18:13
morganmtreinish: i found debtcollector to be unusable in many cases and just avoided it18:13
greghaynescrinkle: hrm, are you occupied ATM?18:13
mtreinishmorgan: ditto18:13
greghaynescrinkle: if not, I could use some debug help in the tmux on the new bifrost host18:13
mtreinishI've just started logging a warn message18:13
morganmtreinish: sooooooo how do we fix this? re-roll all the ksc deprecations over to the print-statement stuff?18:13
*** wznoinsk has quit IRC18:13
crinklegreghaynes: sure18:13
clarkbmorgan: maybe harlowja has ideas?18:13
harlowjasup18:14
greghaynescrinkle: I know weve seen this error before...18:14
harlowjakeystone i'm not sure if it turns warnings into fatal stuff, i think the python warnings allows for that18:14
morganharlowja: somehow it's turning them into fatals18:15
clarkbharlowja: debtcollector is turning our debt into tears18:15
* morgan is inclined to remove debtcollector and use print/log warnings instead18:15
harlowjai don't think debtcollector is doing that, since it just interacts with the warnings code18:15
harlowjaso keystone then must be doing something imho18:15
morganthis is in keystoneclient18:15
harlowjadebtcollector doesn't configure the warnings code, just uses it18:15
morganand how tempest is using it i think?18:15
clarkbmorgan: thats not tempest18:16
morganoh no18:16
clarkbmorgan: thats keystone unittests18:16
morganpy2718:16
crinklegreghaynes: ah yeah that's because the template isn't namespaced properly, commented here https://review.openstack.org/#/c/214279/10/modules/openstack_project/manifests/infracloud/bifrost.pp18:16
*** unicell has quit IRC18:16
crinkleSpamapS: mind if we update your patch ^ ?18:16
morganbknudson: why are warnings fatal?18:16
morgancc dstanek ^18:16
harlowjaso what is keystone doing with the warnings module?18:16
greghaynescrinkle: im sure he doesnt mind :)18:16
*** unicell has joined #openstack-infra18:16
bknudsonyou can set warnings to be fatal or not18:16
harlowjahttps://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/tests/unit/client_fixtures.py#L602 ?18:16
morganbknudson: why do we have them set to fatal?18:16
harlowja'expect_deprecations_here' ?18:16
bknudsonmorgan: so that we can catch use of deprecated function usage and fix it.18:17
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055518:17
morganbknudson: i'm inclined to say we're doing it backwards but https://jenkins03.openstack.org/job/gate-keystone-python27/600/console18:17
morgannow18:17
morganbknudson: since the ksc deprecations are now live18:17
*** tjones has left #openstack-infra18:17
clarkbmorgan: bknudson might be good to stop approving keystone things until this is fixed18:18
*** geguileo has quit IRC18:18
clarkbI think this may just 100% fail in the gate right now18:18
greghaynescrinkle: hrm, now missing bifrist dependency, this is the same game as before?18:18
harlowjaok, bb, u guys got it under control (not debtcollector failure)18:18
*** dizquierdo has quit IRC18:18
crinklegreghaynes: oh that's my bad18:19
dstaneki wasn't having this issue in keystone, but i get deprecations anytime i run the ksc tests - this may be the same issue18:19
dstanekdeprecations meaning my tests were failing18:19
*** cburroughs has quit IRC18:19
fungiyeah, there's a couple more keystone changes in the gate just outside the test window that are also going to cause resets. might want to snipe those out for now too and avoid further wreckage18:20
morganfungi: just changed the topic in our channel and notifying people18:20
*** larainema has quit IRC18:20
morganlet me snipe the gate changes out18:20
clarkbmorgan: than kyou18:20
*** larainema has joined #openstack-infra18:20
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add bifrost manifest  https://review.openstack.org/20875118:21
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add bifrost inventory management procedures  https://review.openstack.org/21427918:21
*** kiran-r has joined #openstack-infra18:21
crinklegreghaynes: ^ try that18:21
morganclarkb: ok pulled out of the gate the keystone changes18:22
anteayamordred: so what was the email fungi wrote that was tombstone worthy?18:22
greghaynescrinkle: progress!18:22
* anteaya sees a lot of emails authored by a lot of people not fungi18:22
fungianteaya: presumably the foundation/wos cross-posted thread about holding meetings in irc18:23
*** mrmartin has joined #openstack-infra18:23
anteayaah thanks18:23
anteayaI don't think I'm subscribed to that one18:23
* anteaya goes to the archives18:23
openstackgerritEmilien Macchi proposed openstack-infra/project-config: jenkins/scripts/copy_puppet_logs: tempest.log support  https://review.openstack.org/22060918:24
EmilienManteaya: very straightforward patch ^18:24
anteayaI've heard that before18:24
*** trown is now known as trown|lunch18:25
*** amitgandhinz has joined #openstack-infra18:25
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add bifrost manifest  https://review.openstack.org/20875118:25
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add bifrost inventory management procedures  https://review.openstack.org/21427918:25
anteayaneeds more tags18:26
mtreinishEmilienM: why don't you just have that script copy *.log from a dir, and then have puppet copy the log files to that dir?18:27
mtreinishthen you could control the log capture from the puppet repos18:27
EmilienMmtreinish: because packaging provide log dir in /var/log/<..>/*.log18:28
EmilienMand that's what we want to test18:28
EmilienMit's probably not optimal for our CI I guess, we can change it I'm sure18:28
mtreinishEmilienM: sure, but you can have the script doing the cp live with the scripts running the tests18:29
mtreinishinstead of doing it cross repo18:29
*** e0ne has joined #openstack-infra18:29
*** sharikapongubala has quit IRC18:29
greghaynescrinkle: so the bifrost_global_vars thing AFAICT is just something the other puppet module made up - I think the run_bifrost script needs to source them with -e @/etc/bifrost/bifrost_global_vars18:30
*** sharikapongubala has joined #openstack-infra18:30
greghaynescrinkle: I can play with it though, ty18:30
crinklegreghaynes: yes, there's nothing that tells bifrost to look there18:30
crinkleyou have to do it18:30
*** dannywilson has quit IRC18:31
*** erhudy1 has quit IRC18:31
*** tonytan4ever has quit IRC18:31
*** davidjc has quit IRC18:31
*** kiran-r has quit IRC18:32
openstackgerritDoug Hellmann proposed openstack-infra/zuul: Add tests for --cache-dir option  https://review.openstack.org/22061518:32
*** kdas_ has joined #openstack-infra18:32
*** dannywilson has joined #openstack-infra18:32
greghaynescrinkle: hrm, I think we should make the puppet stuff do the install steps for bifrost too, agree?18:33
*** b10n1k_ has joined #openstack-infra18:33
crinklegreghaynes: you want puppet to do more things? :P18:34
greghaynescrinkle: well, *something* needs to install bifrost18:34
crinkleyeah we could have an exec that just does ansible-playbook -vvvv -i inventory/localhost install.yaml18:34
greghaynesok, /me will do some learning18:34
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Gate infra-ansible with gate-infra-ansible job  https://review.openstack.org/21918518:35
*** kushal has quit IRC18:35
rcarrillocruzanteaya: ^18:36
rcarrillocruzaddressed your comment18:36
rcarrillocruzthanks18:36
anteayapeople look at me and say, you're a woman you should be part of our woman's group18:36
anteayathis thread is what I will now point them to in reply18:37
clarkbfungi: thoes threads on jenkins07 have not gone away, but we also havent seen the thread count there leak to infinity, so maybe this has helped ?18:37
anteayaalong with my no thanks18:37
clarkbI am checking the other masters now too18:37
anteayarcarrillocruz: thank you18:37
*** e0ne has quit IRC18:37
fungiclarkb: yeah, we should be seeing a leak somewhere by now, so thinking maybe there was more than one and the new version fixed the worst offender(s)18:38
rcarrillocruzgreghaynes, crinkle: nod, unless you put them on group_vars/all18:38
rcarrillocruzbut that makes the repo dirty18:38
anteayarcarrillocruz: +218:38
rcarrillocruzwhich is why i pushed that to put the config outside the repo18:38
rcarrillocruz:/18:38
rcarrillocruzthanks anteaya18:38
anteayawelcome, thanks for your persistence18:38
clarkbfungi: hrm 03 may refute that18:38
rcarrillocruzmordred, fungi, clarkb: mind +2+a on  https://review.openstack.org/219185 ?18:38
rcarrillocruzpls :-)18:39
clarkbfungi: ya 03 is in a bad way18:39
clarkbI will put it in shutdown mode18:39
rcarrillocruzclarkb: can you confirm you sorted the shallow clone issues by putting haproxy on 'source', re: mix of centos 6 and centos 718:40
rcarrillocruzwe ran the same thing last week18:40
*** burgerk has joined #openstack-infra18:40
clarkbrcarrillocruz: we are all centos7 and switched back to leastconn18:40
clarkbrcarrillocruz: I haven't seen any problems with it18:40
*** ashishb has joined #openstack-infra18:40
rcarrillocruzand we ended up pulling centos 7 out of the haproxy load balancing, prior to having all on centos 718:40
rcarrillocruz++18:40
clarkbfungi: all others look fine18:41
rcarrillocruzthat's what i told notnownikki, we should just forget centos 618:41
rcarrillocruzcentos 7 git performs much better ( at least on our testings )18:41
clarkbfungi: 03 is in shutdown mode I will restart it when jobs are complete there18:41
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255  https://review.openstack.org/22061918:41
openstackbug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza)18:41
fungircarrillocruz: yeah, i'm hoping after we have a couple weeks of cacti graphs we can consider scaling back our cluster again18:42
clarkbfungi: but I do think this may have made the problem less severe? only 1/7 is problematic now18:42
clarkbrcarrillocruz: ya haven't seen any reason to stick with 06 so made the switch18:42
mordred06 is old18:42
fungiclarkb: well, maybe... also i don't see outward signs of misbehavior on 03 (lingering offline slaves, excessive online slaves not picking up jobs, slow response to webui)18:43
anteayaclarkb: this isn't the failure to clone error with the layout job we were seeing, it is a failure on undefined jobs but the jobs are entitled as one charater apiece and I don't know where they are coming from: https://review.openstack.org/#/c/220555/718:43
anteayaI'm open to thoughts if you have any18:43
clarkbfungi: I think I caught it early enough only ~3k threads so far18:43
*** austin81 has joined #openstack-infra18:43
clarkbfungi: things bog down signficantly at about 10k threads18:43
dimsum__jeblair: how do i request a project to be added to the September 11 stackforge/->openstack/ namespace migration?18:44
clarkbseems to be a function of thread overhead nad available stack memory18:44
clarkbanteaya: looking18:44
crinklegreghaynes: https://docs.puppetlabs.com/references/latest/type.html#exec-attribute-environment18:44
anteayadimsum__: is the project in the goverance repo?18:44
dimsum__let me check18:44
anteayadimsum__: if yes, you can go ahead and I will give you instructions18:44
*** annegentle has quit IRC18:44
anteayadimsum__: if no, it will wait until the october 17 mass exedous18:45
fungidimsum__: if it's an official big tent project, then write a change to rename it in the openstack-infra/project-config repo and add a link to that in our meeting agenda18:45
dimsum__anteaya: ah. it can wait18:45
dimsum__oct 17 sounds good18:45
anteayadimsum__: thank you18:45
*** annegentle has joined #openstack-infra18:45
dimsum__anteaya: just did not want it to be yanked out or read-only :)18:45
anteayaso then just be sure it is listed on the wikipage to be moved rather than readonly18:45
anteayadimsum__: right18:45
*** sdake has quit IRC18:45
greghaynescrinkle: any idea where I see what the error is other than "thing failed"18:46
dimsum__anteaya: https://wiki.openstack.org/wiki/Stackforge_Namespace_Retirement right?18:46
clarkbanteaya: try putting the job description on one line18:46
crinklegreghaynes: ImportError: No module named oslo_config18:46
greghaynescrinkle: oh, its above18:46
crinklegreghaynes: so maybe we need to pip install something?18:46
greghaynesthe red distracted me18:46
anteayadimsum__: yes18:46
anteayadimsum__: thank you18:46
dimsum__thanks!18:46
anteayaclarkb: ah thank you18:47
greghaynescrinkle: yea, its my fail18:47
greghaynescrinkle: so, I need to do another command, are those things ordered?18:47
crinklegreghaynes: they're not ordered18:48
crinkleyou need require => things18:48
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055518:48
greghaynesok18:48
*** cloudtrainme has quit IRC18:48
crinklealso if we need pip packages we can just use the package resource18:48
greghaynescrinkle: can we point it at a requirements.txt?18:49
clarkbfungi: did you want ot look at 03 more before I do anything to it? do check the thread lsit and look at hte forremoting threads18:49
crinklenope it's not that smart18:49
crinklegreghaynes: ^18:49
greghaynesawesome18:49
*** hyakuhei has joined #openstack-infra18:49
*** markvan has quit IRC18:49
greghaynesexec command => "pip install -r requirements.txt" there I fixed it for you18:49
crinklelol okay18:50
fungiclarkb: no, i agree it's doing weirdness, not sure if it's better than before or we're just lucky since the upgrades18:50
greghaynescrinkle: I just hope we dont require new pip on here18:50
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055518:51
clarkbfungi: I will try to make a thread dump prior to restarting it too18:51
clarkbfungi: just in case there is new info to be learned there18:51
*** sridhar_ram1 has quit IRC18:51
*** olaph has joined #openstack-infra18:51
fungiclarkb: also because it would be great to update the existing jira report with18:51
crinklegreghaynes: fatal: [127.0.0.1] => Authentication or permission failure18:52
crinklessh key?18:52
greghaynescrinkle: hrm18:52
clarkbfungi: yup will do that too18:52
crinkleor sshd_config18:52
*** claudiub has joined #openstack-infra18:53
hyakuheifungi: Thanks for all your help with the documentation stuff, we’ve got the correct build targets working for sphinx now, just waiting on another +2 for the changes to our zuul configuration18:54
annegentlehyakuhei: how far off were my pointers? :)18:54
greghaynescrinkle: hrm, lunch break, will poke when im back18:55
crinklegreghaynes: kk18:55
openstackgerritMerged openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255  https://review.openstack.org/22061918:57
openstackbug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza)18:57
openstackgerritMatt Riedemann proposed openstack/requirements: Bump minimum python-novaclient>=2.28.1  https://review.openstack.org/22062518:57
mriedemjohnthetubaguy: sdague: ^18:58
anteayaI'll just say I am really enjoying working with EmilienM and pabelanger18:58
EmilienM:)18:58
anteayabut alas our time together is almost up18:58
*** sridhar_ram has joined #openstack-infra18:58
sdaguemriedem: +218:58
anteayaas EmilienM has to catch a train18:58
sdaguemriedem: thanks18:58
anteayaand I can't be in a red hat office sans escort18:59
* EmilienM going back in the middle of nowhere, well hidden18:59
anteayathe best place to work18:59
anteayathe middle of nowhere18:59
clarkbfungi: I am going to put the threadump on 03 in my homedir if you want to help me skim it for disclosure problems18:59
anteayamy favourite18:59
hyakuheiannegentle: you were on the mark :) we had a few other things we needed to tweak in our project to make it play nice18:59
clarkbfungi: its there now18:59
fungiclarkb: thanks, checking through it now19:00
*** stevemar has joined #openstack-infra19:01
*** ashishb has quit IRC19:02
*** mpopow has joined #openstack-infra19:02
*** tonytan4ever has joined #openstack-infra19:03
*** bradjones has quit IRC19:03
*** e0ne has joined #openstack-infra19:03
docaedofungi: you wrote "if it's an official big tent project, then write a change to rename it in the openstack-infra/project-config repo" - should I do that for App Catalog in advance of next week?19:04
*** ashishb has joined #openstack-infra19:05
*** hodos has joined #openstack-infra19:06
*** stevemar has quit IRC19:06
*** resker has joined #openstack-infra19:06
*** sdake has joined #openstack-infra19:07
fungidocaedo: only if you want it renamed next week instead of waiting for october19:07
docaedoI would prefer rename next week, so I'll do that today then19:07
fungidocaedo: it's not mandatory, we just had some official projects who had already asked for a rename and we left them waiting a while19:07
fungiso wanted to not make them keep waiting until october19:07
Shrewsmordred: yeah, that might be nice (re: using keystoneauth)19:09
docaedofungi: understood - we want to rename the repos from apps-catalog* to app-catalog*, so considering october will probably be mostly automated, and this one has a change in the repo name (other than stackforge/openstack), maybe best to do that now and reduce work/effort later19:09
*** esker has quit IRC19:10
*** bradjones has joined #openstack-infra19:10
*** bradjones has quit IRC19:10
*** bradjones has joined #openstack-infra19:10
*** amitgandhinz has quit IRC19:11
fungidocaedo: oh, yep in october we're just doing namespace switching, no changes to the part after the /19:11
fungiso you definitly want to get on the roster for next week19:12
*** markvan has joined #openstack-infra19:12
*** ociuhandu has joined #openstack-infra19:12
*** markvan has quit IRC19:12
*** vponomaryov has quit IRC19:12
docaedofungi: I'm on it, will pester folks here if I get confused :)19:13
*** hashar has joined #openstack-infra19:13
*** Sukhdev_ has joined #openstack-infra19:13
*** sshnaidm has quit IRC19:14
openstackgerritAnita Kuno proposed openstack-infra/project-config: Creates a new repository, puppet-openstack-docs  https://review.openstack.org/22055519:15
docaedofungi: actually already want to clarify something - is there a place where I specify the project moves from stackforge to openstack? or do I just update projects.yaml with the new stuff and <magic happens>19:16
*** zeih has joined #openstack-infra19:18
sridhar_raminfra-folks - any love for https://review.openstack.org/#/c/218406/ ? It is a one line eavesdrop irclogs ask ..19:20
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432  https://review.openstack.org/22063119:20
openstackbug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Undecided,New] https://launchpad.net/bugs/149243219:20
jeblairdocaedo, fungi: you can link to it in https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting#Upcoming_Project_Renames19:22
docaedojeblair: thanks, some examples there, should be all the guidance I need. Much appreciated.19:23
openstackgerritSean Dague proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/21956819:24
anteayaI think I need to wrap up now19:24
*** trown|lunch is now known as trown19:25
*** ashishb has quit IRC19:26
anteayaleaving the building19:27
anteayagood weekend all19:27
anteayasee you on the other side19:27
fungisafe travels, anteaya19:28
*** vinay_yadhav has joined #openstack-infra19:29
openstackgerritMerged openstack/requirements: Add ironic-lib at initial release  https://review.openstack.org/21901119:29
openstackgerritMerged openstack/requirements: Upgrade to Bootswatch 3.3.5.3  https://review.openstack.org/22036319:30
anteayathanks19:30
*** hashar is now known as hasharAw19:32
*** EricGonc_ has quit IRC19:36
*** EricGonczer_ has joined #openstack-infra19:36
*** pradk has joined #openstack-infra19:37
*** zeih has quit IRC19:37
*** EricGonczer_ has quit IRC19:38
*** kdas_ is now known as kushal19:39
*** kushal has quit IRC19:39
*** kushal has joined #openstack-infra19:39
*** EricGonczer_ has joined #openstack-infra19:41
*** burgerk has quit IRC19:41
*** EricGonczer_ has quit IRC19:41
openstackgerritDoug Hellmann proposed openstack/requirements: Fix glance_store constraint  https://review.openstack.org/22064819:41
*** EricGonczer_ has joined #openstack-infra19:42
*** btully has quit IRC19:45
*** andersonvom has joined #openstack-infra19:47
*** sergmelikyan has joined #openstack-infra19:49
*** EricGonczer_ has quit IRC19:50
*** tonytan4ever has quit IRC19:51
*** sergmelikyan has quit IRC19:54
openstackgerritMerged openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432  https://review.openstack.org/22063119:55
openstackbug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Critical,Confirmed] https://launchpad.net/bugs/149243219:55
andersonvomhey folks, I'm trying to refactor an existing JJB template file here, but I can't find concrete examples of what I'm trying to do: parameterize the name of a builder in a job.19:55
andersonvomSomething like this: http://pastebin.com/wnjMz9iA19:55
andersonvomcan anyone take a look at it and see if it makes sense/works?19:55
greghaynescrinkle: so, running that ansible command by hand works fine19:56
crinklegreghaynes: that's weird19:56
greghaynescrinkle: meaning theres something about the puppet exec environment that is causing this19:56
*** EricGonczer_ has joined #openstack-infra19:57
greghaynescrinkle: is it possible that it sets $HOME to be a directory where we dont have write perms?19:57
*** austin81 has quit IRC19:58
*** jsavak has quit IRC19:59
crinklegreghaynes: unsure19:59
crinklegreghaynes: seems like it's just the devuser's $HOME, right?19:59
*** jsavak has joined #openstack-infra19:59
greghaynescrinkle: that is somewhat concerning given that it should be running as root19:59
greghaynesoh, but were sudoing to puppet apply20:00
greghaynesarch20:00
greghaynesargh, even20:00
*** EricGonc_ has joined #openstack-infra20:00
mgagnemordred: looks like the proposed public_endpoint config is not used in redirection generation neither. The routes package catches it before it gets into the application itself and ViewBuilder. So I just don't know how to configure routes itself (or override whatever method) to make it support the X-Forwarded-Proto header20:00
crinklegreghaynes: but there's a .ansible in ~devuser, where did that come from20:01
*** tjones has joined #openstack-infra20:01
greghaynescrinkle: yea, I think it is that - sudo leaves $HOME intact by default20:01
EmilienMdo I need to trigger something to merge a patch (with +2 +A already) that Depends-On another merged patch?20:01
*** sridhar_ram1 has joined #openstack-infra20:02
greghaynescrinkle: oh, does puppet assert that ansible.cfg?20:02
*** EricGonczer_ has quit IRC20:02
*** otter768 has quit IRC20:02
crinklegreghaynes: probably in the ansible puppet module20:03
*** sridhar_ram has quit IRC20:03
crinklegreghaynes: yep http://git.openstack.org/cgit/openstack-infra/puppet-ansible/tree/manifests/init.pp#n2220:03
*** otter768 has joined #openstack-infra20:03
*** openstackgerrit_ has quit IRC20:03
*** boris-42 has joined #openstack-infra20:03
*** openstackgerrit_ has joined #openstack-infra20:04
*** sridhar_ram1 is now known as sridhar_ram20:04
greghaynescrinkle: ok, so thats not a file perms issue20:06
greghaynescrinkle: I changed it to /tmp and its failing20:06
*** gordc has quit IRC20:08
crinklegreghaynes: when you ran it manually you did it as root20:08
crinklegreghaynes: instead of with devuser + sudo20:08
greghaynescrinkle: yes - puppet does it as root too?20:08
greghaynesoh20:08
crinkleif you run puppet as root instead of with sudo it would be the same environment20:08
*** glauco has quit IRC20:11
*** sigmavirus24 is now known as sigmavirus24_awa20:11
*** dzamboni has quit IRC20:12
*** xyang1_ has joined #openstack-infra20:14
*** asselin_ has joined #openstack-infra20:14
*** ashishb has joined #openstack-infra20:15
clarkbyou should run as root because things break with sudo20:15
clarkbfwiw20:15
*** gothicmi1dfood has joined #openstack-infra20:15
*** waynr2 has joined #openstack-infra20:15
*** EmilienM_ has joined #openstack-infra20:16
*** xyang1 has quit IRC20:16
*** SergK has quit IRC20:16
*** asselin has quit IRC20:16
*** EmilienM has quit IRC20:16
*** Shrews has quit IRC20:16
*** frobware has quit IRC20:16
*** coreycb has quit IRC20:16
*** s0nea has quit IRC20:16
*** slagle has quit IRC20:16
*** timfreund has quit IRC20:16
*** smyers has quit IRC20:16
*** trey has quit IRC20:16
*** Apsu has quit IRC20:16
*** devananda has quit IRC20:16
*** wolsen has quit IRC20:16
*** laurelm has quit IRC20:16
greghaynescrinkle: I suspect the mkdir is a red herring20:16
greghaynescrinkle: and its actually something else20:16
greghaynescrinkle: woops20:16
*** coreycb` has joined #openstack-infra20:16
greghaynescrinkle: aha20:16
*** mordred has quit IRC20:16
*** gothicmindfood has quit IRC20:16
*** bradm has quit IRC20:16
*** waynr has quit IRC20:16
*** beisner has quit IRC20:16
*** schang has quit IRC20:16
*** lascii has quit IRC20:16
*** bradm has joined #openstack-infra20:16
*** mordred has joined #openstack-infra20:16
*** Apsu has joined #openstack-infra20:16
*** xyang1_ is now known as xyang120:16
*** mordred has quit IRC20:16
*** mordred has joined #openstack-infra20:16
*** wolsen has joined #openstack-infra20:16
*** Shrews has joined #openstack-infra20:16
*** beisner has joined #openstack-infra20:16
greghaynescrinkle: you see what the problem was?20:16
*** devananda has joined #openstack-infra20:16
*** laurelm_ has joined #openstack-infra20:16
*** schang has joined #openstack-infra20:16
*** s0nea has joined #openstack-infra20:16
*** timfreund has joined #openstack-infra20:16
*** slagle has joined #openstack-infra20:16
greghaynesalso, \O/ for running strace inside a puppet exec to debug20:16
*** laurelm_ is now known as laurelm20:16
*** SergK has joined #openstack-infra20:16
*** EmilienM_ is now known as EmilienM20:16
*** alaski has joined #openstack-infra20:17
crinklegreghaynes: nice20:17
*** smyers has joined #openstack-infra20:17
*** trey| has joined #openstack-infra20:17
*** vinay_yadhav has quit IRC20:17
*** eharney has quit IRC20:17
EmilienMgreghaynes: you should write an Exec resource option to strace the command :-)20:18
greghaynesprepending "strace -f" was pretty easy, not sure how it could be more simple20:18
clarkbfungi: did the stacktraces look ok to you? I think the only thing we disclose is the IP address which is public20:19
*** otter768 has quit IRC20:19
greghaynescrinkle: wooo, on to real errors20:19
crinklegreghaynes: \o/20:20
*** otter768 has joined #openstack-infra20:21
*** otter768 has quit IRC20:21
*** otter768 has joined #openstack-infra20:22
*** wznoinsk has joined #openstack-infra20:22
crinklegreghaynes: haha20:24
crinkle1.7G is not a big enough disk20:24
*** alaski is now known as lascii20:24
*** austin81 has joined #openstack-infra20:24
greghayneswhat is this, a disk for ants20:25
*** sigmavirus24_awa is now known as sigmavirus2420:25
*** wznoinsk has quit IRC20:26
*** baoli has quit IRC20:28
*** baoli has joined #openstack-infra20:28
greghaynescrinkle: SpamapS any ideas on how we fix our growroot issue? Maybe puppet?20:28
clarkbgotta mount that ephemeral drive20:28
clarkb(this is why I always encourage people use d-g even if they swap out the gate hook)20:28
clarkbreally d-g should be renamed "run tests sanely"20:28
crinklegreghaynes: why doesn't dib do this?20:29
greghayneshrm?20:29
greghaynescrinkle: It can, but it tries to grow full size of the disk20:29
greghaynesand we dont have gpt support20:29
clarkbright so that may be the full disk20:29
crinkleand that's bad?20:29
clarkbor am crossing streams?20:29
greghaynescrinkle: if you want to be able to reboot (grub will fail to boot the disk after you resize if its to over 2TB and not GPT)20:30
greghaynesclarkb: talking about how in infra-cloud we currently dont have auto resizing because ^20:30
crinklerebooting is nice i guess20:30
crinklegreghaynes: I don't think puppet should be put in charge of this20:30
*** baoli has quit IRC20:30
greghaynesok. We can also make our own element that is similar to the growroot one but does a magic number of our chosing20:31
greghaynesmagic number in size20:31
*** hasharAw has quit IRC20:31
crinklethat seems sanest to me20:31
greghaynesThe question then is if all our disks are about the same size20:31
openstackgerritMatt Riedemann proposed openstack/requirements: Block glance-store 0.9.0  https://review.openstack.org/22065720:33
mriedemyar ^20:33
mriedemdhellmann: ^20:34
mriedemhttps://review.openstack.org/#/c/220646/ fixes glance-store20:34
mriedemhttps://jenkins01.openstack.org/job/gate-tempest-dsvm-full-ceph-src-glance_store/21/console20:34
mriedemceph job passed on that20:35
mriedemwait20:35
mriedemprobably passed b/c https://review.openstack.org/#/c/220648/ isn't in yet20:35
mriedemheh20:35
mriedemoh well, 0.9.0 is still borked20:35
fungiclarkb: oh! yep, sorry. i don't see anything dangerous in there20:36
clarkbfungi: cool will update the bug20:36
fungithanks!!!20:36
*** trey| is now known as trey20:37
openstackgerritSpencer Krum proposed openstack-infra/project-config: Run beaker tests on Puppet 3.8 and 4.2  https://review.openstack.org/21987920:37
*** erhudy1 has joined #openstack-infra20:37
crinklegreghaynes: add logoutput => true to the exec so it shows you what it was doing before it timed out20:38
*** Piet has quit IRC20:38
*** sputnik13 has joined #openstack-infra20:39
*** sputnik1_ has joined #openstack-infra20:41
*** austin81 has left #openstack-infra20:41
*** puranamr has joined #openstack-infra20:43
*** sputnik13 has quit IRC20:45
*** pradk has quit IRC20:46
*** openstackgerrit_ has quit IRC20:47
*** openstackgerrit_ has joined #openstack-infra20:47
*** openstackgerrit_ has quit IRC20:48
*** mrmartin has quit IRC20:48
clarkbjeblair: trying ot reproduce that issue sdague ran into with zuul now20:49
*** openstackgerrit_ has joined #openstack-infra20:49
clarkbslowly remembering the test "api" for zuul20:49
*** jsavak has quit IRC20:49
*** ihrachys has quit IRC20:50
jeblairclarkb: i'm around if you need help20:50
*** jsavak has joined #openstack-infra20:50
*** eharney has joined #openstack-infra20:50
*** gyee has quit IRC20:50
*** gyee has joined #openstack-infra20:50
openstackgerritChristopher Aedo proposed openstack-infra/project-config: Rename stackforge/apps-catalog{,-ui}  https://review.openstack.org/22066020:51
*** thorst has quit IRC20:51
*** EricGonc_ has quit IRC20:52
*** austin81 has joined #openstack-infra20:53
*** EricGonczer_ has joined #openstack-infra20:53
*** openstackgerrit_ has quit IRC20:53
docaedojeblair fungi - 220660 is my first pass at the project rename. I left the groups and jobs as-is (since rename there seems unnecessary?) obviously looking forward to feedback, and will get it shaped up as necessary. Thanks for the pointers earlier.20:54
mgagnemordred: https://gist.github.com/mgagne/b4c817cd2aa86b37daee20:55
openstackgerritMerged openstack/requirements: Bump python-ironicclient version to 0.8.0  https://review.openstack.org/22017420:55
*** bswartz has quit IRC20:55
*** jsavak has quit IRC20:55
*** jsavak has joined #openstack-infra20:56
openstackgerritEmilien Macchi proposed openstack-infra/project-config: puppet-openstack/zuul-layout: make voting more ubuntu beaker jobs  https://review.openstack.org/22066120:57
*** Swami has quit IRC20:58
openstackgerritMerged openstack/requirements: Bumping django_openstack_auth  https://review.openstack.org/21671020:59
*** annegent_ has joined #openstack-infra21:00
*** marzif has quit IRC21:00
*** frobware has joined #openstack-infra21:01
*** frobware has quit IRC21:01
*** frobware has joined #openstack-infra21:01
*** puranamr has quit IRC21:01
openstackgerritClark Boylan proposed openstack-infra/zuul: New test to check new child patchsets work  https://review.openstack.org/22066421:02
*** rfolco has quit IRC21:02
clarkbjeblair: ^ that is what I have so far and its not doing quite what I expect. The first assert reported == 4 is actually 0. I expected 1.21:02
*** rkukura has quit IRC21:02
*** baoli has joined #openstack-infra21:03
*** annegentle has quit IRC21:03
*** ajmiller has quit IRC21:04
*** dannywilson has quit IRC21:05
*** ajmiller has joined #openstack-infra21:05
*** hdd has quit IRC21:05
*** hdd has joined #openstack-infra21:05
*** dannywilson has joined #openstack-infra21:05
*** rossella_s has quit IRC21:05
jeblairclarkb: looking21:06
*** mrunge has quit IRC21:06
*** rossella_s has joined #openstack-infra21:06
*** puranamr has joined #openstack-infra21:06
*** davideag_ has joined #openstack-infra21:06
*** tjones has quit IRC21:06
jeblairclarkb: don't you want to put A in the queue as well?21:07
*** zz_ja has quit IRC21:07
clarkbjeblair: maybe I am misunderstanding reported, is that jobs completed or reported to gerrit?21:07
*** sridhar_ram has quit IRC21:07
clarkbjeblair: thats probably it, I need to assert reported == 1 for both but also assert those counts of jobs run21:07
*** baoli has quit IRC21:07
*** puranamr has quit IRC21:07
openstackgerritMerged openstack-infra/tripleo-ci: Generate extra state information from the running undercloud  https://review.openstack.org/22013021:07
jeblairclarkb: i thought what we saw the other day was "A" added, then "A<-B" added, then new ps for "B"21:07
*** HenryG has quit IRC21:07
*** davideagnello has quit IRC21:07
*** j_king has quit IRC21:08
clarkbjeblair: A and B were pushed together, then B got a new patchset while A and B had live tests21:08
clarkband A<-B21:08
jeblairclarkb: yeah, reported is # times zuul reported results to gerrit.  in check queue, should be 1 for each completed buildset21:08
*** bknudson has quit IRC21:08
clarkbjeblair: ok thats it21:08
clarkbreported 0 is catching the bug then I think21:08
jeblairclarkb: yeah, so i think you want to throw a ps created event for A in there at the top of the method, before the ps created for B21:08
*** jogo has quit IRC21:08
*** pvaneck has quit IRC21:08
*** gyee has quit IRC21:08
clarkbah ok21:08
jeblairclarkb: oh, well the bug may be simpler then :)21:09
*** zaro has quit IRC21:09
*** kgiusti has quit IRC21:09
*** shayneburgess has quit IRC21:09
*** NobodyCam has quit IRC21:09
*** devananda has quit IRC21:09
*** sgordon has quit IRC21:09
jeblairbut A.reported will be 0 as written because there was no ps created event for it.21:09
*** dkranz has quit IRC21:09
*** bdemers has quit IRC21:09
*** haleyb has quit IRC21:09
*** dhp has quit IRC21:09
*** j_king has joined #openstack-infra21:09
clarkbright, let me see how this does now21:09
*** matbu has quit IRC21:10
*** NobodyCam has joined #openstack-infra21:10
openstackgerritDan Prince proposed openstack-infra/tripleo-ci: Nothing to see here  https://review.openstack.org/22067121:10
*** changbl has quit IRC21:10
openstackgerritChristopher Aedo proposed openstack-infra/project-config: Rename stackforge/apps-catalog{,-ui}  https://review.openstack.org/22066021:10
*** dhp has joined #openstack-infra21:10
*** HenryG has joined #openstack-infra21:11
*** geoffarnold has quit IRC21:11
*** waynr2 is now known as waynr21:11
*** maurosr has quit IRC21:11
*** dosaboy has quit IRC21:11
*** matbu has joined #openstack-infra21:11
clarkbjeblair: ok that does report 121:11
*** glauco_ has joined #openstack-infra21:11
clarkbso this is more subtle than I thought21:11
clarkbwill keep digging, thanks21:11
*** dprince has quit IRC21:11
*** waynr has quit IRC21:12
*** waynr has joined #openstack-infra21:12
*** dosaboy has joined #openstack-infra21:12
*** changbl has joined #openstack-infra21:12
openstackgerritMerged openstack-infra/tripleo-ci: Generate extra state information from the running overcloud  https://review.openstack.org/22016521:12
*** sgordon has joined #openstack-infra21:13
*** Sukhdev_ has quit IRC21:13
jeblairclarkb: it's B that we're expecting problems with though, right?21:13
*** shayneburgess has joined #openstack-infra21:14
*** trown is now known as trown|outttypeww21:14
*** geoffarnold has joined #openstack-infra21:14
clarkbjeblair: no its A21:14
clarkbjeblair: with the novaclient patches A disappeared but B did not21:14
jeblairclarkb: oh.  huh.  ok.  also, i think you're releasing things too early.  i think you want to keep jobs for A and B running while you upload the new PS for B.21:15
*** glauco_ has quit IRC21:16
jeblairclarkb: it's possible A is reporting before the new B ps even appears21:16
*** devananda has joined #openstack-infra21:16
andersonvomdoes anybody know if I can pass a parameterized builder name in the "builders:" section of a JJB template file? (i.e. - '{builder_name}') and give its value as part of the job variables?21:16
*** jsavak has quit IRC21:17
*** bswartz has joined #openstack-infra21:17
openstackgerritMerged openstack-infra/puppet-openstackci: Remove logic to check for puppetlabs-apache  https://review.openstack.org/21461821:18
clarkbjeblair even though I only release the merge job?21:18
*** hodos has quit IRC21:18
*** maurosr has joined #openstack-infra21:19
*** sridhar_ram has joined #openstack-infra21:19
*** claudiub has quit IRC21:20
*** gyee has joined #openstack-infra21:20
*** bdemers has joined #openstack-infra21:21
mtreinishclarkb, jeblair: I'm seeing something different trying to login to gerrit, "Provider is not supported, or was incorrectly entered."21:21
mtreinishno ubuntu logos or stuff, just a generic openid image21:21
*** pvaneck has joined #openstack-infra21:22
*** zaro has joined #openstack-infra21:22
*** gothicmi1dfood is now known as gothicmindfood21:22
mtreinishalthough I doubt it's anything on the infra side21:22
clarkbmtreinish: reproduced against review-dev21:23
*** ldnunes has quit IRC21:23
clarkbI am guessing ubuntu provider is "down"21:23
*** zz_ja has joined #openstack-infra21:23
mordredmgagne: ++21:23
*** haleyb has joined #openstack-infra21:23
mtreinishclarkb: yeah, that's what I was thinking too21:24
jeblairclarkb: oh, sorry missed that21:24
clarkbjeblair: I think I may have it now will push in a sec after rerunning to confirm its consistent21:24
*** dimtruck is now known as zz_dimtruck21:25
*** lascii is now known as alaski21:25
*** tjones has joined #openstack-infra21:25
*** glauco has joined #openstack-infra21:25
*** kgiusti has joined #openstack-infra21:25
*** erhudy1 has quit IRC21:26
*** dkranz has joined #openstack-infra21:26
*** sridhar_ram has quit IRC21:26
clarkboh hrm bug in my test probably nevermind21:26
clarkbI thought that getting the patchset created event actually made a patchset :) now that I have corrected that I should get better results21:29
mtreinishmordred: so how likely do you think https://review.openstack.org/#/c/203251/ is to not work on our DB?21:30
mtreinishit's pretty simliar to the migration before which didn't work21:30
*** akscram1 has quit IRC21:31
openstackgerritMerged openstack-infra/subunit2sql: Add graph to show failure rates grouped by run metadata  https://review.openstack.org/21779521:31
*** marzif has joined #openstack-infra21:31
*** yamamoto_ has quit IRC21:31
*** sputnik1_ has quit IRC21:32
*** akscram1 has joined #openstack-infra21:32
*** sergmelikyan has joined #openstack-infra21:33
clarkbjeblair: but now I do think you are correct that A and B are reporting by the time I make a new patchset for B21:33
mordredmtreinish: looking21:35
*** xyang1 has quit IRC21:35
clarkbjeblair: oh! does the layout fixture comment that jobs are starting? that may be it21:35
jeblairclarkb: shouldn't on check?21:36
*** kushal has quit IRC21:36
clarkboh right I will hceck in the layout21:37
clarkbyup ok thats the case21:38
clarkbit has been a while since I dug into zuul tests21:39
*** kgiusti has left #openstack-infra21:40
*** marzif has quit IRC21:41
*** EricGonczer_ has quit IRC21:42
*** sergmelikyan has quit IRC21:42
*** sergmelikyan has joined #openstack-infra21:43
*** ashishb has quit IRC21:43
*** dims_ has joined #openstack-infra21:43
*** sergmelikyan has quit IRC21:45
openstackgerritClark Boylan proposed openstack-infra/zuul: New test to check new child patchsets work  https://review.openstack.org/22066421:46
clarkbjeblair: ^ there that test passes so not yet correct but much closer. The problem was I copy pasta'd a broken hold_jobs_in_build flag setting from an earlier test21:47
*** dimsum__ has quit IRC21:47
clarkbjeblair: so pretty sure that test is broken too (its the worker that holds not the geraman server)21:47
*** austin81 has left #openstack-infra21:47
*** dims_ has quit IRC21:48
jeblairclarkb: oops, maybe we should make those methods.21:48
openstackgerritMerged openstack/requirements: Bump os-brick version to 0.4.0  https://review.openstack.org/22018721:50
*** EricGonczer_ has joined #openstack-infra21:52
clarkbjeblair: probably not a bad idea21:53
*** mriedem has quit IRC21:53
*** EricGonczer_ has quit IRC21:55
*** zz_dimtruck is now known as dimtruck21:55
*** erhudy1 has joined #openstack-infra21:57
*** ivar-lazzaro has quit IRC21:57
*** jogo has joined #openstack-infra21:57
*** glauco has quit IRC22:01
*** ivar-lazzaro has joined #openstack-infra22:01
*** stevemar has joined #openstack-infra22:02
*** baoli has joined #openstack-infra22:03
*** stevemar has quit IRC22:06
*** geoffarnold has quit IRC22:07
mordredmtreinish: I do not think it should fail?22:08
*** baoli has quit IRC22:08
mtreinishmordred: well I was thinking the issue we had before with the mysql temp storage22:09
mtreinishwe had that problem for the prev migration that added 2 columns22:09
mordredOH! that22:10
mordredyeah. hrm22:10
mordredyeah - altering a column is going to do a table copy22:10
mtreinishI mean, we can run it and if it fails figure something out then22:10
*** sigmavirus24 is now known as sigmavirus24_awa22:12
openstackgerritClark Boylan proposed openstack-infra/system-config: Run puppet apply test on centos7 for git backends  https://review.openstack.org/22069322:13
*** rlandy has quit IRC22:14
*** aysyd has quit IRC22:14
*** sdake_ has joined #openstack-infra22:15
*** Piet has joined #openstack-infra22:15
openstackgerritArmando Migliaccio proposed openstack-infra/project-config: Add non-voting constraints jobs to neutron  https://review.openstack.org/21961022:17
*** sdake has quit IRC22:18
*** unicell has quit IRC22:18
*** unicell1 has joined #openstack-infra22:18
*** tjones has quit IRC22:22
jeblairclarkb, mordred, fungi, et al: i'm going to be decidedly off-line this weekend due to office/network gear moves22:24
*** sergmelikyan has joined #openstack-infra22:24
mordredjeblair: okie22:25
* jeblair knows how to spend a holiday22:25
hyakuheimordred: Do you think you could take a look at https://review.openstack.org/#/c/219865/ We’ve had a big doc sprint and it’d be awesome if we could publish the docs.22:27
*** e0ne has quit IRC22:27
*** bpokorny has joined #openstack-infra22:28
openstackgerritMerged openstack/requirements: Fix glance_store constraint  https://review.openstack.org/22064822:28
*** sabeen1 has quit IRC22:28
clarkbjeblair: enjoy22:29
*** e0ne has joined #openstack-infra22:31
*** yamamoto has joined #openstack-infra22:32
asselin_any reason not to merge common-nodepool? https://review.openstack.org/#/c/184893/22:32
asselin_nibalizer, ^^22:33
nibalizerwellnits friday22:33
nibalizerbut that code isnt cd'd by infra so i think its fine to approve22:34
asselin_nibalizer, done22:34
*** marcusvrn_ has quit IRC22:35
mordredhyakuhei: done22:35
asselin_now to update all my systems! \O/22:35
hyakuheiThank you mordred !22:35
*** ildikov has quit IRC22:35
*** yamamoto has quit IRC22:37
*** dimtruck is now known as zz_dimtruck22:39
*** btully has joined #openstack-infra22:39
openstackgerritMerged openstack-infra/project-config: Changes to allow publishing of Anchor developer documentation  https://review.openstack.org/21986522:40
*** wenlock has quit IRC22:41
openstackgerritMerged openstack-infra/puppet-openstackci: Create a nodepool node as nodepool.openstack.org  https://review.openstack.org/18489322:42
*** chuckc__ has joined #openstack-infra22:43
*** btully has quit IRC22:44
*** julim has joined #openstack-infra22:45
*** annegent_ has quit IRC22:47
*** tjones has joined #openstack-infra22:48
*** julim has quit IRC22:49
openstackgerritMerged openstack/requirements: Block glance-store 0.9.0  https://review.openstack.org/22065722:49
*** e0ne has quit IRC22:49
*** baoli has joined #openstack-infra22:52
*** baoli has quit IRC22:52
*** alex_xu has quit IRC22:53
*** alex_xu has joined #openstack-infra22:56
*** chuckc__ has quit IRC22:56
*** bpokorny_ has joined #openstack-infra22:57
*** Sukhdev_ has joined #openstack-infra22:57
*** ashleighfarnham has quit IRC22:59
*** bpokorny has quit IRC22:59
*** vmbrasseur is now known as vmbrasseur_GONE23:02
*** hyakuhei has quit IRC23:05
*** ivar-lazzaro has quit IRC23:09
*** eharney has quit IRC23:11
*** tjones has quit IRC23:13
*** jamielennox is now known as jamielennox|away23:13
*** edmondsw has quit IRC23:19
*** tjones has joined #openstack-infra23:20
*** tjones has left #openstack-infra23:21
*** spzala has quit IRC23:22
*** lyrrad has quit IRC23:23
pvaneckfungi: When you get a chance, can you review https://review.openstack.org/#/c/219460/. Added the snakeoil certs.23:28
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Add nodepool revision and git source repo params  https://review.openstack.org/22069823:30
*** baoli has joined #openstack-infra23:33
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Add zuul git_source_repo parameter  https://review.openstack.org/22069923:34
*** sergmelikyan has quit IRC23:37
*** otter768 has quit IRC23:37
*** baoli has quit IRC23:38
*** abitha has joined #openstack-infra23:38
*** tlian has quit IRC23:40
*** otter768 has joined #openstack-infra23:41
*** gyee has quit IRC23:41
*** ivar-lazzaro has joined #openstack-infra23:44
*** erhudy1 has quit IRC23:47
*** otter768 has quit IRC23:49
*** stevemar has joined #openstack-infra23:51
*** dimsum__ has joined #openstack-infra23:52
*** dimsum__ has quit IRC23:52
*** ybathia has quit IRC23:52
*** ajmiller has quit IRC23:56
*** Sukhdev_ has quit IRC23:57

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