Wednesday, 2015-10-07

*** dingyichen has joined #openstack-infra00:00
*** sdake has joined #openstack-infra00:00
greghaynescrinkle: what does it to?00:00
greghayness/to/do00:00
crinklegreghaynes: it just moves what used to be in system-config/openstack_project/manifests/infracloud/* into its own module00:02
mordredgreghaynes: it makes an infracloud00:02
crinkleya ^00:02
*** btully has quit IRC00:02
greghaynessweet, problem solved00:02
openstackgerritgreghaynes proposed openstack-infra/nodepool: Trigger image builds using gearman  https://review.openstack.org/19517500:02
*** geoffarn_ has quit IRC00:03
*** geoffarnold has joined #openstack-infra00:04
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add a db api call to provide a rough wall time for a given run  https://review.openstack.org/23176200:04
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add run_time_meta arge to specify values to use in graph  https://review.openstack.org/23176300:04
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add option to use the wall time instead of the sum to run_time_meta  https://review.openstack.org/23176400:04
mtreinishclarkb: ^^^ is the working draft for the command as you asked for it00:04
mtreinishit's running right now, but it's kinda slow, where it takes about 15 sec per run (and there are lots of runs)00:05
*** ddieterly has joined #openstack-infra00:07
*** btully has joined #openstack-infra00:08
*** thinrichs has joined #openstack-infra00:09
mordredclarkb, jeblair: when you get a sec, I'd love another set of eyes on https://review.openstack.org/#/c/23161400:09
*** woodster_ has quit IRC00:09
*** dims_ has quit IRC00:13
*** dims_ has joined #openstack-infra00:14
*** tsekiyam_ has joined #openstack-infra00:15
*** sharikapongubala has quit IRC00:16
*** yamamoto has joined #openstack-infra00:17
*** Daisy has joined #openstack-infra00:17
*** tsekiyama has quit IRC00:18
*** darrenc_afk is now known as darrenc00:18
*** dims_ has quit IRC00:19
thinrichsQuick question about devstack.  Anybody have a couple minutes?00:19
clarkbthinrichs: usually best to just ask00:19
*** tsekiyam_ has quit IRC00:19
thinrichsclarkb: will do00:19
clarkbmordred: I am initially a little ocnfused by the inner fuction checks if server is not falsey but then the old code did that so meh00:19
*** Daisy has quit IRC00:19
*** ayoung has joined #openstack-infra00:19
thinrichsHow do I get CONGRESS_BRANCH set properly?00:19
*** mtanino has quit IRC00:19
*** vmbrasseur is now known as vmb_out00:20
clarkbthinrichs: this is locally? just set it in localrc00:20
*** Daisy has joined #openstack-infra00:20
*** Daisy has quit IRC00:20
thinrichsclarkb: I don't need to set it locally for the other projects.00:20
thinrichsIf I checkout devstack with -b stable/liberty, they all seem to inherit the branch00:20
*** Daisy has joined #openstack-infra00:20
clarkbthinrichs: oh they are set in stackrc on that brnach00:21
clarkbthinrichs: my guess is that congress is a plugin?00:21
clarkbyou could make it set in the plugin on that branch00:21
thinrichsWe don't have a plugin yet.00:21
thinrichsWe're just copying files into devstack still.00:21
*** anton_khaldin has quit IRC00:21
clarkbthinrichs: right so when you do that you would set CONGRESS_BRANCH=stable/foo on the stable foo branch of the thing doing the copying00:22
thinrichs2 things I want to accomplish...00:22
thinrichs1) making sure gate tempest tests are running congress with the same branch as all the other projects00:22
openstackgerritgreghaynes proposed openstack-infra/nodepool: Trigger image uploads using gearman  https://review.openstack.org/19772200:23
thinrichs2) making sure that if someone downloads devstack and uses -b stable/liberty, that it checks out Congress's stable/liberty like all the other projects00:23
clarkbmordred: commented00:23
mordredclarkb: thanks00:23
openstackgerritgreghaynes proposed openstack-infra/nodepool: Add dib deletion test  https://review.openstack.org/21527500:23
thinrichsclarkb: I don't want to hard-code the branch in either case00:24
clarkbthinrichs: thats how it works in devstack00:24
clarkbthinrichs: the stable/foo branch of devstack hardcodes $BRNACH to stable/foo00:24
clarkbthinrichs: the gate tests will be handled by devstack-gate for you and you don't need to worry aout that00:24
clarkband 2) is handled by my suggestion00:24
mordredclarkb: I'm not sure I understand your comment - which thing do you mean by "permission"?00:24
thinrichsclarkb: good to know about the gate00:24
*** dims_ has joined #openstack-infra00:25
*** sridhar_ram has quit IRC00:25
thinrichsclarkb: doesn't devstack set CINDER_BRANCH automatically to whatever branch of devstack is checked out?00:25
*** Daisy has quit IRC00:25
clarkbmordred: basically if the node says its fip is X don't ask the cloud again if that is true, just deleting X00:25
*** geoffarn_ has joined #openstack-infra00:25
clarkbmordred: if its not valid it should fail anyways and we can reaise an error00:25
thinrichsclarkb: seems I ought to make devstack set CONGRESS_BRANCH to whatever branch of devstack is checked out as well.00:25
*** geoffarnold has quit IRC00:25
mordredclarkb: ah. you mean the search? we have to do that becaus we have to get the floating ip ID00:26
*** dims_ has quit IRC00:26
mordredclarkb: and we start having the ip address00:26
*** dims_ has joined #openstack-infra00:26
clarkbmordred: you can delete by IP iirc and floating Ips are required to be unique due to how they work aiui00:26
mordredyou cannot00:26
clarkbhrm I do it all the time00:27
mordredsadly00:27
mordredyou do it all the time with a command line client of nova00:27
clarkbyes00:27
clarkbmordred: so if we can't acutally do that then we need to file a neutron bug00:27
clarkbmordred: because fips are globally unique00:27
clarkbwhich means that we don't need a separate unique key to reference them00:27
mordredclarkb: I agree with you00:28
clarkband the existing since openstack eixsted nova code says IPs are cool00:28
openstackgerritAugustina Ragwitz proposed openstack/diskimage-builder: Update apt-conf elements README from free text to table formatting  https://review.openstack.org/23177000:28
mordredclarkb:actually, I believe you can get floating ips from routers connected to other internal networks00:29
clarkbmordred: I am pretty sure it is an error to define an overlapping floating range00:29
mordredyou're probably right00:29
mordredin any case, python-neutronclient does not allow specifying by ip currently00:29
* mordred read a bunch of neutronclient code to verify00:30
clarkb:(00:30
clarkbok I can change my vote00:31
openstackgerritgreghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman  https://review.openstack.org/19811400:31
mordredclarkb: yah. just verified in the api docs too00:31
openstackgerritgreghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman  https://review.openstack.org/19811400:31
mordredDELETE /v2.0/floatingips/{floatingip_id}00:31
openstackgerritgreghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module  https://review.openstack.org/23159200:31
mordredclarkb: if the entry in the nova addresses block listed the fip id too I'd be thrilled00:32
openstackgerritMonty Taylor proposed openstack-infra/shade: Add get_server_by_id optmization  https://review.openstack.org/23161600:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Add option to floating ip creation to not reuse  https://review.openstack.org/23161500:36
*** tlian has joined #openstack-infra00:37
*** Daisy has joined #openstack-infra00:37
*** glauco_ has joined #openstack-infra00:38
*** tiswanso has quit IRC00:39
*** claudiub has quit IRC00:40
openstackgerritMerged openstack/requirements: Add a warning near oslo.utils.  https://review.openstack.org/22475800:40
openstackgerritMerged openstack/requirements: Add a warning near oslo.utils.  https://review.openstack.org/22475700:40
*** Adri2000 has joined #openstack-infra00:41
*** pvaneck has quit IRC00:42
*** tiswanso has joined #openstack-infra00:42
openstackgerritClint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from  https://review.openstack.org/23168500:43
*** sharikapongubala has joined #openstack-infra00:45
*** abitha has quit IRC00:46
openstackgerritgreghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders  https://review.openstack.org/22239800:46
greghaynesclarkb: ok, all comments fixed and rebased00:46
*** geoffarn_ has quit IRC00:46
*** geoffarnold has joined #openstack-infra00:47
*** angdraug has quit IRC00:51
anteayaClint: can you do that in puppet? I have never seen file { ["/srv/www", "/srv/www/${name}"]: before00:51
Clintanteaya: i think so, and i think in puppet3 it started actually handling the interdependency correctly00:52
Clinteither that or i hallucinated it all in a dream00:52
anteayaI like dreams00:52
anteayamany things are possible00:52
* mordred hallucinated Clint in a dream00:52
anteayaflying, being underwater a long time00:52
anteayaI don't dream of puppet though00:53
anteayaI don't have those dreams00:53
pleia2lucky00:53
anteayathanks00:53
*** yamamoto has quit IRC00:53
*** thinrichs has quit IRC00:54
anteayaso looking here: https://docs.puppetlabs.com/references/latest/type.html#file-attributes00:55
*** Daisy has quit IRC00:55
anteayaI'm not seeing 'resource title', 'resource title'00:55
anteayashould I be looking elsewhere?00:56
Clintgood question00:56
*** gyee has quit IRC00:58
Clintanteaya: so https://docs.puppetlabs.com/puppet/4.2/reference/lang_resources_advanced.html says that a title can be an array00:58
*** cody-somerville has joined #openstack-infra00:58
anteayaso it does: https://docs.puppetlabs.com/puppet/4.2/reference/lang_resources_advanced.html#arrays-of-titles00:59
*** Zhongjun has joined #openstack-infra00:59
mordredthat's a doc of 4.2. though00:59
anteayaah good catch, mordred, thank you01:00
anteayawhat are we running, 3.x?01:00
anteayawhat is the x?01:00
Shrewsmordred:01:01
Shrewsgah01:01
Shrewsmordred: lol @ line 2088: https://review.openstack.org/#/c/231615/6/shade/__init__.py01:01
Clintmordred: yeah, but it's a super old feature01:01
Shrewsmordred: i almost don't want to -101:01
mordredShrews: heh01:02
Shrewsall libraries should curse a little bit01:02
mordredShrews: oops01:02
anteayaClint: this is what I see for 3.7: http://docs.puppetlabs.com/puppet/latest/reference/lang_resources.html#title01:03
anteayaClint: ah then wouldn't there be documentation for it?01:03
openstackgerritMonty Taylor proposed openstack-infra/shade: Add get_server_by_id optmization  https://review.openstack.org/23161601:03
openstackgerritMonty Taylor proposed openstack-infra/shade: Add option to floating ip creation to not reuse  https://review.openstack.org/23161501:03
Clintanteaya: that url you pasted is still 4.201:04
mordredShrews: I may debug things using nothing but sequences of curse words01:04
Shrewsmordred: i approve of this technique01:04
anteayasorry you are correct01:04
*** mudassirlatif has quit IRC01:04
anteayaI have too many tabs open01:04
*** baoli has joined #openstack-infra01:05
*** sabeen1 has quit IRC01:07
*** sabeen2 has joined #openstack-infra01:07
*** hdd has joined #openstack-infra01:08
*** geoffarn_ has joined #openstack-infra01:08
*** DericHorn-HP has joined #openstack-infra01:09
anteayaif I search site:http://docs.puppetlabs.com/references/3.7.latest array of titles I get one erronous hit01:09
*** tlian has quit IRC01:09
openstackgerritMerged openstack-infra/shade: Provide option to delete floating IP with server  https://review.openstack.org/23161401:10
openstackgerritColleen Murphy proposed openstack-infra/system-config: (WIP) Add Infra Cloud modules to modules.env  https://review.openstack.org/20961701:10
*** bdemers has joined #openstack-infra01:10
*** stevemar_ has quit IRC01:11
*** DericHorn-HP has quit IRC01:11
*** geoffarnold has quit IRC01:12
*** bpokorny has quit IRC01:12
*** jhesketh has quit IRC01:15
*** jhesketh has joined #openstack-infra01:16
Clintanteaya: https://docs.puppetlabs.com/puppet/3.7/reference/lang_resources.html01:17
*** cody-somerville has quit IRC01:17
*** Adri2000 has quit IRC01:19
*** Adri2000 has joined #openstack-infra01:21
openstackgerritMerged openstack/requirements: Update novaclient version  https://review.openstack.org/22559301:21
openstackgerritColleen Murphy proposed openstack-infra/system-config: (WIP) Add Infra Cloud modules to modules.env  https://review.openstack.org/20961701:21
anteayaClint: okay I see it again: https://docs.puppetlabs.com/puppet/3.7/reference/lang_resources.html#array-of-titles01:24
* Clint nods.01:24
anteayaClint: the linter didn't seem to like the syntax yet01:25
Clintuh-oh01:25
anteayaand I honestly don't know which version of puppet 3.x we are running01:25
Clintah01:25
Clintquotes01:25
anteayait might not be 3.701:25
Clintthat linter log says 3.8.301:25
anteayaperfect01:26
openstackgerritClint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from  https://review.openstack.org/23168501:26
* Clint crosses fingers.01:26
*** markvoelker has quit IRC01:27
*** geoffarn_ has quit IRC01:29
*** geoffarnold has joined #openstack-infra01:29
openstackgerritSachi King proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608801:30
*** shashank_hegde has quit IRC01:35
*** yamamoto has joined #openstack-infra01:36
Clintanteaya: linter's happy at least01:37
*** armax has joined #openstack-infra01:37
anteayaClint: yay01:39
anteayanice work01:39
Clintnow what are the odds it gets reviewed before the end of puppetconf01:41
anteayawhen is puppetconf?01:44
*** shashank_hegde has joined #openstack-infra01:44
*** tjones has joined #openstack-infra01:45
Clintanteaya: this week01:45
anteayawell I would like paste to work01:46
anteayawhich is the point of the patches01:46
* Clint nods.01:46
anteayaI can't speak for anyone else01:46
anteayathanks for writing the patches01:46
Clintno problem, i want it to work too01:47
anteayathanks01:47
*** geoffarnold has quit IRC01:50
*** geoffarnold has joined #openstack-infra01:51
*** achanda has joined #openstack-infra01:52
*** sdake has quit IRC01:53
*** puranamr has joined #openstack-infra01:53
*** yamamoto has quit IRC01:53
*** ddieterl_ has joined #openstack-infra01:55
*** unicell has quit IRC01:55
*** sdake has joined #openstack-infra01:55
*** glauco_ has quit IRC01:57
*** fawadkhaliq has joined #openstack-infra01:58
*** ddieterly has quit IRC01:58
*** fawadkhaliq has quit IRC01:59
*** glauco has joined #openstack-infra01:59
armaxclarkb: ping01:59
*** stevemar_ has joined #openstack-infra02:00
*** shashank_hegde has quit IRC02:01
openstackgerritArmando Migliaccio proposed openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty  https://review.openstack.org/23179602:04
mordredanteaya: I prefer paste not working. it's more exciting that way02:04
armaxclarkb: I was wondering if you could eye-ball ^^02:04
*** geoffarnold has quit IRC02:11
*** geoffarnold has joined #openstack-infra02:12
*** ayoung has quit IRC02:14
*** woodster_ has joined #openstack-infra02:14
*** tjones has quit IRC02:14
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Add create/delete for keystone roles  https://review.openstack.org/23180002:16
Shrewsmordred: ^^^02:17
*** yamahata has joined #openstack-infra02:18
*** denisra has quit IRC02:18
*** baoli has quit IRC02:18
*** changbl has joined #openstack-infra02:19
Shrewsgeez, why am i working now. /me departs02:19
*** denisra has joined #openstack-infra02:19
*** yamamoto has joined #openstack-infra02:19
openstackgerritlifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608802:19
openstackgerritlifeless proposed openstack-dev/pbr: Remove redundant testscenarios glue.  https://review.openstack.org/23024202:19
*** sdake has quit IRC02:19
openstackgerritlifeless proposed openstack-dev/pbr: test_integration cleanups  https://review.openstack.org/23024102:20
*** DericHorn-HP has joined #openstack-infra02:20
openstackgerritlifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608802:21
*** yamamoto has quit IRC02:21
*** sdake has joined #openstack-infra02:21
*** sdake_ has joined #openstack-infra02:22
*** denisra has quit IRC02:23
*** denisra has joined #openstack-infra02:24
*** DericHorn-HP has quit IRC02:24
*** sdake has quit IRC02:26
*** glauco has quit IRC02:32
*** geoffarnold has quit IRC02:33
*** geoffarnold has joined #openstack-infra02:33
*** glauco_ has joined #openstack-infra02:35
*** kengo_sakai has joined #openstack-infra02:35
mtreinishclarkb, jeblair: http://i.imgur.com/VQ5RRWK.png that's using the rough wall time and only looking at the past month's runs (it took 15mins to run on just that, I probably should work on making that faster)02:37
mtreinishclarkb: I'll probably look at splitting it by region tomorrow02:39
*** yamahata has quit IRC02:42
openstackgerritlifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608802:42
*** btully has quit IRC02:44
*** puranamr has quit IRC02:44
*** baoli has joined #openstack-infra02:45
openstackgerritlifeless proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608802:48
*** rguillebert has quit IRC02:48
*** shashank_hegde has joined #openstack-infra02:50
ruagairAre you still about fungi?02:52
*** darrenc is now known as darrenc_afk02:53
*** DericHorn-HP has joined #openstack-infra02:53
lifelessmtreinish: nice02:53
*** sdake_ is now known as sdake02:54
lifelessmtreinish: do they run the same # of tests? Like - is it performance in the apis, or more coverage02:54
lifelessmtreinish: I'm guessing a little of each, but be nice to have a feel02:54
*** geoffarn_ has joined #openstack-infra02:55
mtreinishlifeless: it'll probably be a bit of both, but I suspect the extra tests that running with neutron enables is what contributes the most to it being slower02:55
mtreinishseveral of the extra tests (mostly the scenario tests that ssh into the guest to test connectivity) are some of the slower ones02:55
*** dramalho has joined #openstack-infra02:56
*** tjones has joined #openstack-infra02:58
*** glauco_ has quit IRC02:58
*** geoffarnold has quit IRC02:59
*** baoli has quit IRC02:59
*** glauco_ has joined #openstack-infra03:00
*** dramalho has quit IRC03:01
*** baoli has joined #openstack-infra03:01
*** yamamoto has joined #openstack-infra03:02
*** glauco_ has quit IRC03:04
*** bhunter71 has quit IRC03:06
*** DericHorn-HP has quit IRC03:06
*** tiswanso has quit IRC03:08
*** amotoki has joined #openstack-infra03:08
*** DericHorn-HP has joined #openstack-infra03:09
*** achanda has quit IRC03:09
*** DericHorn-HP has quit IRC03:10
openstackgerritArmando Migliaccio proposed openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty  https://review.openstack.org/23179603:14
*** burgerk has joined #openstack-infra03:15
*** DericHorn-HP has joined #openstack-infra03:15
*** geoffarn_ has quit IRC03:16
*** geoffarnold has joined #openstack-infra03:16
*** markvoelker has joined #openstack-infra03:19
*** ddieterl_ has quit IRC03:19
*** DericHorn-HP has quit IRC03:20
*** links has joined #openstack-infra03:21
*** markvoelker_ has joined #openstack-infra03:23
*** markvoelker has quit IRC03:25
*** puranamr has joined #openstack-infra03:26
*** tjones has quit IRC03:28
*** btully has joined #openstack-infra03:29
*** DericHorn-HP has joined #openstack-infra03:30
*** puranamr has quit IRC03:31
*** ivar-laz_ has joined #openstack-infra03:31
*** hdd has quit IRC03:32
*** markvoelker has joined #openstack-infra03:33
*** markvoelker has quit IRC03:33
*** markvoelker_ has quit IRC03:33
*** btully has quit IRC03:33
*** abitha has joined #openstack-infra03:34
*** baoli has quit IRC03:34
*** DericHorn-HP has quit IRC03:34
*** ivar-lazzaro has quit IRC03:35
*** ivar-laz_ has quit IRC03:36
*** DericHorn-HP has joined #openstack-infra03:36
*** sdake has quit IRC03:37
*** geoffarnold has quit IRC03:37
*** sdake has joined #openstack-infra03:37
*** geoffarnold has joined #openstack-infra03:37
*** hdd has joined #openstack-infra03:37
*** DericHorn-HP has quit IRC03:38
*** zz_dimtruck is now known as dimtruck03:40
*** darrenc_afk is now known as darrenc03:48
*** Sree has joined #openstack-infra03:50
*** Sree has quit IRC03:51
*** Sree has joined #openstack-infra03:52
*** Sree has quit IRC03:54
*** Sree has joined #openstack-infra03:56
*** Sukhdev has joined #openstack-infra03:56
*** mrmartin has joined #openstack-infra03:57
*** maishsk has quit IRC03:58
*** geoffarn_ has joined #openstack-infra03:58
*** geoffarnold has quit IRC03:59
*** Sukhdev has quit IRC04:00
*** Sukhdev has joined #openstack-infra04:00
*** abitha has quit IRC04:01
*** bdemers has quit IRC04:05
*** bdemers has joined #openstack-infra04:05
*** dahoo has joined #openstack-infra04:05
*** jamespage has quit IRC04:06
*** gnuoy has quit IRC04:06
*** gnuoy` has joined #openstack-infra04:06
*** jamespag` has joined #openstack-infra04:06
*** Zhongjun has quit IRC04:07
*** fawadkhaliq has joined #openstack-infra04:10
*** fawadk has joined #openstack-infra04:11
*** fawadkhaliq has quit IRC04:15
*** dingyichen has quit IRC04:15
*** burgerk has quit IRC04:16
*** fawadkhaliq has joined #openstack-infra04:18
*** woodster_ has quit IRC04:19
*** fawadk has quit IRC04:19
*** dingyichen has joined #openstack-infra04:19
*** geoffarn_ has quit IRC04:19
*** achanda has joined #openstack-infra04:20
*** achanda has quit IRC04:20
*** geoffarnold has joined #openstack-infra04:20
*** ddieterly has joined #openstack-infra04:20
mordredShrews: \o/04:21
*** ddieterly has quit IRC04:25
openstackgerritSachi King proposed openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608804:29
*** juggler_ has joined #openstack-infra04:40
*** markvoelker has joined #openstack-infra04:40
*** Sukhdev has quit IRC04:40
*** geoffarnold has quit IRC04:41
*** Sree has quit IRC04:41
*** geoffarnold has joined #openstack-infra04:41
*** fawadk has joined #openstack-infra04:42
*** juggler has quit IRC04:42
*** Sree has joined #openstack-infra04:42
*** markvoelker has quit IRC04:45
*** fawadkhaliq has quit IRC04:45
*** austin81 has quit IRC04:45
*** harlowja_at_home has joined #openstack-infra04:46
*** glauco_ has joined #openstack-infra04:48
*** btully has joined #openstack-infra04:48
*** markvoelker has joined #openstack-infra04:50
openstackgerritIan Wienand proposed openstack-infra/zuul: Use 127.0.0.1 rather than localhost for statsd host  https://review.openstack.org/22924704:51
openstackgerritIan Wienand proposed openstack-infra/zuul: Update to statsd 3.0  https://review.openstack.org/22923204:51
*** dims_ has quit IRC04:52
*** glauco_ has quit IRC04:53
*** markvoelker has quit IRC04:55
*** ybathia has joined #openstack-infra05:00
*** geoffarn_ has joined #openstack-infra05:02
*** markvoelker has joined #openstack-infra05:02
*** fedexo has joined #openstack-infra05:03
*** markvoelker has quit IRC05:03
*** geoffarnold has quit IRC05:07
*** harlowja_at_home has quit IRC05:07
*** abregman has joined #openstack-infra05:11
*** markvoelker has joined #openstack-infra05:13
*** ybathia has quit IRC05:14
*** shashank_hegde has quit IRC05:17
openstackgerritTom Fifield proposed openstack-infra/groups-static-pages: Update Organiser Tips, new user-group faq page  https://review.openstack.org/23140005:18
openstackgerritMerged openstack-infra/groups-static-pages: Update Organiser Tips, new user-group faq page  https://review.openstack.org/23140005:18
*** dahoo has quit IRC05:19
*** achanda has joined #openstack-infra05:19
*** markvoelker has quit IRC05:21
*** dimtruck is now known as zz_dimtruck05:24
*** geoffarnold has joined #openstack-infra05:24
*** geoffarn_ has quit IRC05:28
*** e0ne has joined #openstack-infra05:28
*** markvoelker has joined #openstack-infra05:28
*** BharatK has joined #openstack-infra05:28
*** e0ne has quit IRC05:30
*** jamielennox is now known as jamielennox|away05:30
*** stevemar_ has quit IRC05:31
openstackgerritQiming Teng proposed openstack/requirements: Add python-senlinclient to global requirements  https://review.openstack.org/22715805:33
*** e0ne has joined #openstack-infra05:34
*** markvoelker has quit IRC05:36
*** e0ne has quit IRC05:37
*** markvoelker has joined #openstack-infra05:41
*** hdd has quit IRC05:41
*** e0ne has joined #openstack-infra05:42
*** markvoelker_ has joined #openstack-infra05:42
*** glauco_ has joined #openstack-infra05:42
openstackgerritMerged openstack-infra/devstack-gate: Expand multinode network documentation.  https://review.openstack.org/23160605:43
*** markvoelker_ has quit IRC05:43
*** geoffarnold has quit IRC05:45
*** geoffarnold has joined #openstack-infra05:45
*** markvoelker has quit IRC05:45
*** glauco_ has quit IRC05:47
*** e0ne has quit IRC05:49
*** unicell has joined #openstack-infra05:50
*** e0ne has joined #openstack-infra05:53
*** e0ne has quit IRC05:54
*** sabeen2 has quit IRC05:56
*** MarkAtwood has joined #openstack-infra05:57
*** sabeen1 has joined #openstack-infra05:57
*** markvoelker has joined #openstack-infra05:58
*** e0ne has joined #openstack-infra05:58
*** nadya has joined #openstack-infra05:58
*** markvoelker_ has joined #openstack-infra06:00
*** markvoelker has quit IRC06:00
*** kaisers has quit IRC06:01
*** e0ne has quit IRC06:02
*** nadya has quit IRC06:04
*** markvoelker_ has quit IRC06:05
*** maishsk has joined #openstack-infra06:05
*** maishsk has quit IRC06:05
*** fedexo has quit IRC06:05
*** geoffarnold has quit IRC06:06
*** geoffarnold has joined #openstack-infra06:06
*** rlandy has joined #openstack-infra06:07
*** MarkAtwood has quit IRC06:07
openstackgerritAndreas Jaeger proposed openstack/requirements: Update constraints for openstack-doc-tools 0.31.0  https://review.openstack.org/23184006:08
*** asettle has quit IRC06:09
*** achanda has quit IRC06:13
*** ParsectiX has joined #openstack-infra06:18
*** markvoelker has joined #openstack-infra06:19
*** achanda has joined #openstack-infra06:19
*** unicell1 has joined #openstack-infra06:20
*** unicell has quit IRC06:20
*** flepied has joined #openstack-infra06:21
*** e0ne has joined #openstack-infra06:21
*** flepied1 has joined #openstack-infra06:21
*** jamielennox|away is now known as jamielennox06:21
*** dahoo has joined #openstack-infra06:22
*** ddieterly has joined #openstack-infra06:23
*** markvoelker has quit IRC06:25
*** flepied has quit IRC06:25
*** kaisers has joined #openstack-infra06:25
*** mtreinish has quit IRC06:26
*** e0ne has quit IRC06:26
*** ddieterly has quit IRC06:27
*** geoffarnold has quit IRC06:27
*** geoffarnold has joined #openstack-infra06:28
*** mtreinish has joined #openstack-infra06:31
*** e0ne has joined #openstack-infra06:31
*** nadya has joined #openstack-infra06:33
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/23132706:34
*** e0ne has quit IRC06:35
*** nadya has quit IRC06:35
*** glauco has joined #openstack-infra06:36
*** hdd has joined #openstack-infra06:39
*** achanda has quit IRC06:39
*** e0ne has joined #openstack-infra06:39
*** vlaza has joined #openstack-infra06:40
*** mrmartin has quit IRC06:40
*** glauco has quit IRC06:41
*** achanda has joined #openstack-infra06:42
*** jcoufal has joined #openstack-infra06:43
*** AJaeger has joined #openstack-infra06:45
*** scheuran has joined #openstack-infra06:47
*** markvoelker has joined #openstack-infra06:47
*** nadya has joined #openstack-infra06:47
*** fawadk has quit IRC06:48
*** geoffarn_ has joined #openstack-infra06:49
*** geoffarnold has quit IRC06:49
*** sabeen1 has quit IRC06:49
*** jcoufal has quit IRC06:49
*** peristeri has joined #openstack-infra06:50
*** fawadkhaliq has joined #openstack-infra06:50
*** fawadkhaliq has quit IRC06:51
*** HeOS has quit IRC06:51
*** jcoufal has joined #openstack-infra06:52
*** jtomasek has joined #openstack-infra06:52
*** markvoelker has quit IRC06:52
yolandamorning06:53
*** matbu_ has quit IRC06:54
*** e0ne has quit IRC06:55
*** matrohon has joined #openstack-infra06:56
StevenKAJaeger: Hi, do you want me to script up setting it for every project?06:57
StevenKAJaeger: (Re, the \n fun and games on -i18n)06:57
*** amotoki has quit IRC06:58
*** puranamr has joined #openstack-infra06:58
*** kengo_sakai has quit IRC07:00
*** Sree has quit IRC07:00
*** asmigala has joined #openstack-infra07:00
*** markvoelker has joined #openstack-infra07:02
AJaegerStevenK: that would be nice, thanks!07:02
*** MarkAtwood has joined #openstack-infra07:02
AJaegerStevenK: did we make any progress on the "transifex" URL?07:02
*** puranamr has quit IRC07:03
*** hdd has quit IRC07:04
StevenKAJaeger: I have reviews up for it -- one to install polib on the proposal slave, and the second to add the script. I can just run it and deal with the fun and games of uploading lots and lots of words. :-/07:04
*** aeng has quit IRC07:04
*** Daisy has joined #openstack-infra07:05
AJaegerOk, then let's ping again pleia2 and fungi on how to do this the best way. Thanks!07:05
*** tmorin has joined #openstack-infra07:06
StevenKAJaeger: It doesn't have to be the proposal slave, it's just the easiest way to have a machine with the right setup07:06
AJaegeryep...07:06
*** Daisy has quit IRC07:06
*** markvoelker has quit IRC07:07
*** Daisy has joined #openstack-infra07:07
*** Daisy has quit IRC07:09
*** Daisy has joined #openstack-infra07:09
*** geoffarn_ has quit IRC07:10
openstackgerritMerged openstack-infra/system-config: Test that modules.env is complete  https://review.openstack.org/21478707:10
*** geoffarnold has joined #openstack-infra07:10
*** fawadkhaliq has joined #openstack-infra07:11
openstackgerritMerged openstack-infra/system-config: adding Vagrantfile to .gitignore  https://review.openstack.org/21180507:12
*** MarkAtwood has quit IRC07:14
*** ildikov has quit IRC07:14
*** MarkAtwood has joined #openstack-infra07:16
*** markvoelker has joined #openstack-infra07:16
*** Daisy has quit IRC07:16
*** armax has quit IRC07:17
*** Daisy has joined #openstack-infra07:17
*** mrmartin has joined #openstack-infra07:17
openstackgerritMerged openstack-infra/system-config: Update requirements and devstack-gate on renames  https://review.openstack.org/22267007:21
*** markvoelker has quit IRC07:21
*** Daisy has quit IRC07:22
*** arxcruz has joined #openstack-infra07:22
*** vivekd has joined #openstack-infra07:22
openstackgerritMehdi Abaakouk (sileht) proposed openstack-infra/project-config: ceilometerclient: Add missing ceilometer plugin  https://review.openstack.org/23186507:23
*** ddieterly has joined #openstack-infra07:23
*** ddieterly has quit IRC07:28
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Switch infra-ansible job to tox  https://review.openstack.org/23187307:29
*** markvoelker has joined #openstack-infra07:31
*** geoffarnold has quit IRC07:31
*** geoffarnold has joined #openstack-infra07:32
*** asmigala has quit IRC07:33
*** yfried has joined #openstack-infra07:33
*** marzif has joined #openstack-infra07:34
*** Ala has joined #openstack-infra07:34
*** markvoelker has quit IRC07:36
*** shardy has joined #openstack-infra07:36
*** hashar has joined #openstack-infra07:38
*** rlandy has quit IRC07:39
*** achanda has quit IRC07:39
openstackgerritDominic Cleal proposed openstack-infra/jenkins-job-builder: Support schedule-failed-builds plugin  https://review.openstack.org/22930907:39
*** ifarkas has joined #openstack-infra07:39
openstackgerritAndrey Kurilin proposed openstack-infra/project-config: Don't run dsvm jobs on changes py3 ignored tests  https://review.openstack.org/23187707:39
*** notnownikki has joined #openstack-infra07:40
*** dtantsur|afk is now known as dtantsur07:40
openstackgerritThomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add devstack job  https://review.openstack.org/23035807:40
*** Sree has joined #openstack-infra07:44
*** jlanoux has joined #openstack-infra07:45
*** ociuhandu has quit IRC07:45
*** markvoelker has joined #openstack-infra07:46
openstackgerritDmitry Tantsur proposed openstack/requirements: Bump ironic-lib to the latest release for Mitaka  https://review.openstack.org/23136807:48
*** tteggel has quit IRC07:48
*** salv-orlando has quit IRC07:48
openstackgerritMehdi Abaakouk (sileht) proposed openstack/requirements: Raise jsonpath-rw-ext version  https://review.openstack.org/22449407:49
*** asmigala has joined #openstack-infra07:49
*** yfried is now known as yfried|afk07:49
*** salv-orlando has joined #openstack-infra07:49
*** markvoelker has quit IRC07:50
*** HeOS has joined #openstack-infra07:51
*** tteggel has joined #openstack-infra07:51
*** geoffarnold has quit IRC07:53
*** geoffarnold has joined #openstack-infra07:53
*** mrmartin has quit IRC07:54
*** tteggel has left #openstack-infra07:54
*** yfried|afk is now known as yfried07:55
*** MarkAtwood has quit IRC07:56
*** sshnaidm has joined #openstack-infra07:56
*** yfried has quit IRC07:57
*** yfried has joined #openstack-infra07:58
*** MarkAtwood has joined #openstack-infra07:59
*** yfried has quit IRC08:00
*** markvoelker has joined #openstack-infra08:00
*** yfried has joined #openstack-infra08:00
*** marzif has quit IRC08:02
*** MarkAtwood has quit IRC08:04
*** sergmelikyan has joined #openstack-infra08:04
*** markvoelker has quit IRC08:05
*** ildikov has joined #openstack-infra08:10
*** e0ne has joined #openstack-infra08:10
*** yfried is now known as yfried|afk08:13
*** geoffarnold has quit IRC08:14
*** geoffarnold has joined #openstack-infra08:15
*** markvoelker has joined #openstack-infra08:15
*** claudiub has joined #openstack-infra08:15
*** hichihara has quit IRC08:16
*** ildikov has quit IRC08:18
*** markus_z has joined #openstack-infra08:19
*** mquin is now known as evilmquin08:19
*** markvoelker has quit IRC08:19
*** matbu has joined #openstack-infra08:19
*** fawadkhaliq has quit IRC08:21
*** fawadkhaliq has joined #openstack-infra08:21
openstackgerritClaudiu Belu proposed openstack/requirements: Adds os-win in global-requirements.txt  https://review.openstack.org/23039408:22
*** jordanP has joined #openstack-infra08:22
*** sdake has quit IRC08:23
*** ddieterly has joined #openstack-infra08:24
*** yfried|afk is now known as yfried08:24
*** glauco has joined #openstack-infra08:25
*** Sree has quit IRC08:25
*** sdake has joined #openstack-infra08:26
*** Sree has joined #openstack-infra08:27
*** ddieterly has quit IRC08:29
*** glauco has quit IRC08:29
*** markvoelker has joined #openstack-infra08:29
*** e0ne has quit IRC08:30
*** pelix has joined #openstack-infra08:31
*** nadya has quit IRC08:31
*** e0ne has joined #openstack-infra08:32
*** markvoelker has quit IRC08:34
*** btully has quit IRC08:35
*** jistr has joined #openstack-infra08:36
*** markvoelker has joined #openstack-infra08:36
*** dingyichen has quit IRC08:36
*** Daisy has joined #openstack-infra08:37
*** links has quit IRC08:38
*** achanda has joined #openstack-infra08:39
*** ihrachys has joined #openstack-infra08:40
*** dahoo has quit IRC08:41
*** markvoelker has quit IRC08:41
*** devvesa has joined #openstack-infra08:41
*** MarkAtwood has joined #openstack-infra08:42
*** Daisy has quit IRC08:42
*** Daisy has joined #openstack-infra08:43
*** markvoelker has joined #openstack-infra08:44
*** sharikapongubala has quit IRC08:46
*** achanda has quit IRC08:46
*** Daisy has quit IRC08:47
*** fawadkhaliq has quit IRC08:48
*** fawadkhaliq has joined #openstack-infra08:48
*** Sree has quit IRC08:50
*** erikwilson has joined #openstack-infra08:50
*** geoffarnold has quit IRC08:50
*** markvoelker has quit IRC08:51
*** geoffarnold has joined #openstack-infra08:51
*** markvoelker has joined #openstack-infra08:51
*** Daisy has joined #openstack-infra08:52
*** matbu has quit IRC08:52
*** rguillebert has joined #openstack-infra08:53
*** asmigala has quit IRC08:54
openstackgerritSteven Dake proposed openstack-infra/project-config: Create liberty irc notifications for Kolla  https://review.openstack.org/23189508:54
*** erikwilson has quit IRC08:54
*** Daisy has quit IRC08:55
*** Sree has joined #openstack-infra08:55
*** vivekd has left #openstack-infra08:56
*** markvoelker has quit IRC08:56
*** sergmelikyan has quit IRC08:57
*** sergmelikyan has joined #openstack-infra08:57
*** Sree has joined #openstack-infra09:01
*** nijaba has quit IRC09:01
*** markvoelker has joined #openstack-infra09:01
*** sergmelikyan has quit IRC09:02
*** BharatK has quit IRC09:03
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/infra-ansible: Add tox env for ansible syntax check  https://review.openstack.org/23189909:04
*** tmorin has quit IRC09:04
*** markvoelker has quit IRC09:06
*** MarkAtwood has quit IRC09:07
*** asmigala has joined #openstack-infra09:09
*** geoffarnold has quit IRC09:11
*** ildikov has joined #openstack-infra09:11
*** mrmartin has joined #openstack-infra09:11
*** geoffarnold has joined #openstack-infra09:12
ihrachysSergeyLukjanov: https://review.openstack.org/#/c/231796/ please, it should unwedge stable branches for neutronclient09:14
*** markvoelker has joined #openstack-infra09:16
*** BharatK has joined #openstack-infra09:16
AJaegeryolanda: could you help, please? ^09:17
yolandaAJaeger, sure09:18
*** sergmelikyan has joined #openstack-infra09:18
*** glauco_ has joined #openstack-infra09:19
*** markvoelker has quit IRC09:20
*** yfried is now known as yfried|afk09:21
*** yfried|afk is now known as yfried09:23
*** glauco_ has quit IRC09:23
*** tmorin has joined #openstack-infra09:24
openstackgerritMerged openstack-infra/project-config: Skip gate-neutronclient-dsvm-functional-adv-svcs prior to Liberty  https://review.openstack.org/23179609:24
*** links has joined #openstack-infra09:25
*** ddieterly has joined #openstack-infra09:25
*** denisra has quit IRC09:26
*** markvoelker has joined #openstack-infra09:27
*** denisra has joined #openstack-infra09:27
yolandajhesketh, around?09:29
AJaegerthanks, yolanda. ihrachys happy neutronclient testing ;)09:29
ihrachysthanks folks! :)09:29
ihrachysI need to learn your timezones to ping properly :)09:30
*** ddieterly has quit IRC09:30
AJaegerihrachys: SergeyLukjanov is not that active anymore - and yolanda is new to the team and in European timezone.09:31
yolandahappy to help09:31
*** markvoelker has quit IRC09:31
ihrachyscool. yolanda thanks a lot.09:32
*** nadya has joined #openstack-infra09:32
*** geoffarnold has quit IRC09:33
*** geoffarnold has joined #openstack-infra09:33
*** nadya has quit IRC09:36
*** ajo has joined #openstack-infra09:37
*** AJaeger has quit IRC09:37
*** markvoelker has joined #openstack-infra09:37
*** mrmartin has quit IRC09:37
*** btully has joined #openstack-infra09:39
*** markvoelker has quit IRC09:42
*** achanda has joined #openstack-infra09:43
*** btully has quit IRC09:43
sambettsHi again yolanda, just waiting on a second +2 now https://review.openstack.org/#/c/229060/ thanks again :)09:44
yolandahi sambetts, i'll take a look in short09:44
*** mrmartin has joined #openstack-infra09:44
*** rlandy has joined #openstack-infra09:45
*** sergmelikyan has quit IRC09:45
*** achanda has quit IRC09:46
*** achanda has joined #openstack-infra09:47
*** cody-somerville has joined #openstack-infra09:49
vlazaanyone else having troubles with https://bootstrap.pypa.io/get-pip.py   ?09:49
*** rlandy has quit IRC09:51
*** achanda has quit IRC09:52
*** markvoelker has joined #openstack-infra09:52
*** rlandy has joined #openstack-infra09:52
odyssey4mevlaza yep09:53
odyssey4medstufft ping?09:53
*** geoffarn_ has joined #openstack-infra09:55
*** geoffarnold has quit IRC09:55
*** sergmelikyan has joined #openstack-infra09:55
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/project-config: Switch infra-ansible job to tox  https://review.openstack.org/23187309:57
*** kaisers has quit IRC09:57
*** markvoelker has quit IRC09:57
*** kaisers has joined #openstack-infra09:59
odyssey4mevlaza this may be a suitable alternative: https://raw.githubusercontent.com/pypa/pip/develop/contrib/get-pip.py10:03
vlazaI already patched our CI with that10:04
vlaza odyssey4me: thanks for the suggestion10:05
*** e0ne has quit IRC10:06
*** nadya has joined #openstack-infra10:06
*** markvoelker has joined #openstack-infra10:06
*** kaisers has quit IRC10:06
openstackgerritMerged openstack-infra/project-config: Add cisco-ironic-contrib project  https://review.openstack.org/22906010:08
*** zzelle has joined #openstack-infra10:08
sambettsThanks yolanda! :D10:08
*** zzelle is now known as Guest3136710:09
*** e0ne has joined #openstack-infra10:09
*** yfried is now known as yfried|afk10:09
*** kaisers has joined #openstack-infra10:11
*** markvoelker has quit IRC10:11
*** Guest31367 has quit IRC10:13
*** glauco_ has joined #openstack-infra10:13
*** BharatK has quit IRC10:15
*** zzelle_ has joined #openstack-infra10:15
*** zzelle_ is now known as ZZll10:16
*** geoffarnold has joined #openstack-infra10:16
*** ZZll is now known as ZZelle_10:16
*** geoffarn_ has quit IRC10:16
*** luqas has quit IRC10:17
*** glauco_ has quit IRC10:18
*** Sree has quit IRC10:20
*** Sree has joined #openstack-infra10:21
*** dstufft has quit IRC10:21
*** markvoelker has joined #openstack-infra10:21
*** sharikapongubala has joined #openstack-infra10:21
*** dstufft has joined #openstack-infra10:21
*** mrmartin has quit IRC10:24
*** yfried|afk is now known as yfried10:25
*** Sree has quit IRC10:25
*** markvoelker has quit IRC10:26
*** Daisy has joined #openstack-infra10:27
*** BharatK has joined #openstack-infra10:27
*** pc_m has joined #openstack-infra10:27
*** Daisy has quit IRC10:31
*** yfried is now known as yfried|afk10:35
*** markvoelker has joined #openstack-infra10:35
*** yfried|afk is now known as yfried10:35
*** geoffarnold has quit IRC10:37
*** geoffarnold has joined #openstack-infra10:37
cody-somervilleHas anyone ever seen zuul not respond on port 8001? It just rudely hangs up on you. Everything else seems to be working fine.10:38
*** mwagner_ has quit IRC10:38
*** nadya has quit IRC10:40
*** markvoelker has quit IRC10:40
sdaguecody-somerville: upstream zuul?10:40
*** Daisy has joined #openstack-infra10:41
*** mdavidson has joined #openstack-infra10:41
cody-somervillesdague: in any zuul.10:41
sdagueI haven't, sorry.10:41
*** ollie1 has joined #openstack-infra10:42
*** kaisers has quit IRC10:42
*** markvoelker has joined #openstack-infra10:45
*** luqas has joined #openstack-infra10:45
*** kaisers has joined #openstack-infra10:45
*** sergmelikyan has quit IRC10:45
robcresswellOccasionally I've seen reverify used instead of recheck; is this preferable if the initial check passed but the gate check failed?10:46
*** Daisy has quit IRC10:46
*** yfried is now known as yfried|afk10:46
sdaguerobcresswell: no, it's vestigial10:49
asselin_robcresswell, I think that's historical. Recheck should work for both now: http://docs.openstack.org/infra/manual/developers.html#automated-testing10:49
*** salv-orlando has quit IRC10:49
*** BharatK has quit IRC10:50
*** luqas has quit IRC10:50
robcresswellsdague, asselin_: Thanks for the quick responses!10:50
*** erikwilson has joined #openstack-infra10:50
robcresswellasselin_: Yes, I've always used recheck, but didn't want to cause unnecessary load somehow. (2 runs vs 1, etc..)10:51
*** yfried|afk is now known as yfried10:52
*** markvoelker has quit IRC10:54
*** MarkAtwood has joined #openstack-infra10:54
*** erikwilson has quit IRC10:55
*** geoffarn_ has joined #openstack-infra10:59
*** geoffarnold has quit IRC10:59
*** markvoelker has joined #openstack-infra11:00
*** nikil89_ has joined #openstack-infra11:00
openstackgerritMerged openstack-infra/infra-ansible: Add tox env for ansible syntax check  https://review.openstack.org/23189911:04
*** markvoelker has quit IRC11:05
*** nikil89_ is now known as naggappan11:06
*** nadya has joined #openstack-infra11:07
*** glauco has joined #openstack-infra11:07
*** glauco has quit IRC11:12
*** yolanda has quit IRC11:12
openstackgerritMerged openstack-infra/project-config: Switch infra-ansible job to tox  https://review.openstack.org/23187311:13
*** markvoelker has joined #openstack-infra11:14
*** yamamoto has quit IRC11:15
*** markvoelker has quit IRC11:19
*** jamielennox is now known as jamielennox|away11:19
*** geoffarn_ has quit IRC11:19
*** geoffarnold has joined #openstack-infra11:20
*** yolanda has joined #openstack-infra11:20
*** sergmelikyan has joined #openstack-infra11:23
*** MarkAtwood has quit IRC11:26
dstufftodyssey4me: should be fixed now11:26
*** ddieterly has joined #openstack-infra11:27
*** yfried is now known as yfried|afk11:27
odyssey4methanks dstufft :)11:27
*** claudiub|2 has joined #openstack-infra11:28
*** claudiub has quit IRC11:29
*** markvoelker has joined #openstack-infra11:29
*** dtantsur is now known as dtantsur|brb11:30
*** yfried|afk is now known as yfried11:31
*** ddieterly has quit IRC11:31
openstackgerritRob Cresswell proposed openstack/requirements: Bump minimum django-babel version  https://review.openstack.org/23193111:34
*** markvoelker has quit IRC11:34
*** matbu has joined #openstack-infra11:35
*** glauco has joined #openstack-infra11:36
*** baoli has joined #openstack-infra11:38
*** baoli_ has joined #openstack-infra11:39
*** claudiub has joined #openstack-infra11:40
*** ildikov has quit IRC11:41
*** geoffarnold has quit IRC11:41
*** geoffarnold has joined #openstack-infra11:41
*** ldnunes has joined #openstack-infra11:41
*** claudiub|2 has quit IRC11:43
*** yfried is now known as yfried|afk11:43
*** baoli has quit IRC11:43
odyssey4mercarrillocruz ping11:43
*** dprince has joined #openstack-infra11:43
rcarrillocruzodyssey4me: pong11:43
rcarrillocruzwhat's up11:43
*** MarkAtwood has joined #openstack-infra11:43
odyssey4mercarrillocruz I'm wanting to use the ansible-lint-jobs in -infra for the openstack-ansible roles11:44
odyssey4meI see you're doing some work with tox to do the same thing11:44
*** markvoelker has joined #openstack-infra11:44
*** jcoufal has quit IRC11:45
rcarrillocruzyeah, cos the ansible jobs that were available didn't really work for my project11:45
rcarrillocruzhow can i help?11:45
odyssey4meah, now that makes more sense11:45
odyssey4meso let me understand why - you're doing playbooks and roles in your repo, right? whereas the normal lint job it designed for an ansible role only?11:46
rcarrillocruzthe templates that were available by the time were only meant for project containing just roles11:46
rcarrillocruzexactly11:46
rcarrillocruzso i had to figure out some syntax basic checks in-repo in my projects11:46
odyssey4meok, awesome - that makes sense to me11:46
rcarrillocruzand i just put tox to run it for me11:46
*** tlian has joined #openstack-infra11:47
odyssey4meso perhaps we should define a standard macro which works in this situation and uses tox11:47
rcarrillocruz++11:47
odyssey4mekinda like the pep8/bashate jos11:47
odyssey4me*jobs11:47
rcarrillocruzif you give me a link11:47
rcarrillocruzfor your projects11:47
rcarrillocruzwe could work together in standardizing11:47
rcarrillocruzi assume openstack-ansible11:47
rcarrillocruzor something else11:47
rcarrillocruz?11:47
odyssey4mercarrillocruz yep, http://git.openstack.org/cgit/openstack/openstack-ansible11:48
rcarrillocruzk, let me find some time today to look how that project layout11:48
rcarrillocruzand see how we can fit together11:48
odyssey4mewe have other repositories for roles starting to happen, but this one has playbooks11:48
rcarrillocruzok?11:48
*** Daisy has joined #openstack-infra11:48
*** markvoelker has quit IRC11:49
rcarrillocruzi'll catch you later, going for lunch now11:49
odyssey4mercarrillocruz we currently use http://git.openstack.org/cgit/openstack/openstack-ansible/tree/scripts/gate-check-lint.sh as a catch-all for all linting - but I've been moving over to tox for pep8/bashate tests and ansible is next11:49
*** markvoelker has joined #openstack-infra11:50
*** alivigni has joined #openstack-infra11:50
*** Daisy has quit IRC11:51
*** thorst1 has joined #openstack-infra11:51
*** sambetts has quit IRC11:52
*** yfried|afk is now known as yfried11:53
*** sambetts has joined #openstack-infra11:53
*** yamamoto has joined #openstack-infra11:54
*** sergmelikyan has quit IRC11:55
*** aysyd has joined #openstack-infra11:55
*** markvoelker has quit IRC11:56
*** Sree has joined #openstack-infra11:56
*** jcoufal has joined #openstack-infra11:57
*** ociuhandu has joined #openstack-infra11:59
*** sergmelikyan has joined #openstack-infra12:00
*** rfolco has joined #openstack-infra12:02
*** geoffarn_ has joined #openstack-infra12:03
*** weshay_xchat has joined #openstack-infra12:04
*** weshay_xchat is now known as weshay12:04
*** hashar has quit IRC12:06
*** geoffarnold has quit IRC12:06
*** markvoelker has joined #openstack-infra12:07
*** glauco has quit IRC12:07
*** david-ly_ has joined #openstack-infra12:07
*** david-lyle has quit IRC12:09
*** david-ly_ is now known as david-lyle12:09
*** mwagner_ has joined #openstack-infra12:11
*** markvoelker has quit IRC12:12
*** lawrancejing has joined #openstack-infra12:14
*** yamamoto has quit IRC12:14
*** fawadkhaliq has quit IRC12:15
*** Daisy has joined #openstack-infra12:15
*** mrmartin has joined #openstack-infra12:16
*** rfolco has quit IRC12:16
*** rfolco has joined #openstack-infra12:17
*** hashar has joined #openstack-infra12:17
*** burgerk has joined #openstack-infra12:20
*** markvoelker has joined #openstack-infra12:21
*** geoffarn_ has quit IRC12:23
*** geoffarnold has joined #openstack-infra12:24
*** russellb has quit IRC12:24
*** leifmadsen has quit IRC12:24
*** markvoelker has quit IRC12:26
*** Daisy has quit IRC12:27
*** dramalho has joined #openstack-infra12:27
*** Daisy has joined #openstack-infra12:27
*** ddieterly has joined #openstack-infra12:27
*** dkranz has joined #openstack-infra12:29
*** puranamr has joined #openstack-infra12:30
*** dramalho has quit IRC12:31
*** markvoelker has joined #openstack-infra12:31
*** Daisy has quit IRC12:32
*** ddieterly has quit IRC12:32
*** Daisy has joined #openstack-infra12:33
*** gordc has joined #openstack-infra12:34
*** julim has joined #openstack-infra12:34
*** puranamr has quit IRC12:35
*** Daisy has quit IRC12:36
*** markvoelker has quit IRC12:36
*** kozhukalov_ has quit IRC12:36
*** Daisy has joined #openstack-infra12:36
*** edmondsw has joined #openstack-infra12:37
*** Daisy has quit IRC12:40
*** MarkAtwood has quit IRC12:41
*** nadya has quit IRC12:42
*** Daisy has joined #openstack-infra12:42
*** Daisy has quit IRC12:43
*** dims_ has joined #openstack-infra12:44
*** geoffarnold has quit IRC12:45
*** yamamoto has joined #openstack-infra12:45
*** geoffarnold has joined #openstack-infra12:45
*** markvoelker has joined #openstack-infra12:46
*** abregman has quit IRC12:48
openstackgerritVladimir Kozhukalov proposed openstack-infra/project-config: Create bareon project  https://review.openstack.org/23167712:48
*** markvoelker_ has joined #openstack-infra12:49
*** sergmelikyan has quit IRC12:50
BobBallAm I being super unlucky or has the pass rate for recheck/reverify plummeted today?12:51
openstackgerritMarton Kiss proposed openstack-infra/groups: Fix markdown link formatting issue  https://review.openstack.org/23196612:51
*** xyang1 has joined #openstack-infra12:52
*** MarkAtwood has joined #openstack-infra12:53
*** markvoelker has quit IRC12:53
*** mrmartin has quit IRC12:54
*** markvoelker_ has quit IRC12:54
*** mattymo is now known as Guest5963112:54
*** bexelbie_ has joined #openstack-infra12:54
*** burgerk has quit IRC12:55
*** markvoelker has joined #openstack-infra12:56
*** eharney has joined #openstack-infra12:56
*** asmigala has quit IRC12:56
*** Sree has quit IRC12:56
*** Sree has joined #openstack-infra12:57
openstackgerritMerged openstack-infra/storyboard-webclient: Render descriptions and comments as Markdown  https://review.openstack.org/22270912:59
*** mattymo_ is now known as mattymo13:00
*** Sree has quit IRC13:01
*** jaypipes has joined #openstack-infra13:01
*** links has quit IRC13:02
*** erikwilson has joined #openstack-infra13:03
*** erikwilson has quit IRC13:03
*** sergmelikyan has joined #openstack-infra13:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add resource wrappers for boards and worklists  https://review.openstack.org/23196913:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a worklist  https://review.openstack.org/23197013:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a board  https://review.openstack.org/23197113:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add buttons for creating new boards and worklists  https://review.openstack.org/23197213:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a dashboard page for boards and worklists  https://review.openstack.org/23197313:03
*** jaypipes has quit IRC13:06
openstackgerritDmitriy Ukhlov proposed openstack/requirements: Adds pika RabbitMQ client library  https://review.openstack.org/23101313:06
*** geoffarn_ has joined #openstack-infra13:06
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards  https://review.openstack.org/22226813:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists  https://review.openstack.org/22226713:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Allow browsing stories by creator_id  https://review.openstack.org/21210413:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add tables for Worklists and Boards  https://review.openstack.org/21370113:09
*** amuller has joined #openstack-infra13:10
*** jamespag` is now known as jamespage13:10
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes  https://review.openstack.org/23198013:10
*** gildub has quit IRC13:10
*** geoffarnold has quit IRC13:11
*** glauco has joined #openstack-infra13:11
*** glauco has quit IRC13:12
*** asmigala has joined #openstack-infra13:12
*** glauco has joined #openstack-infra13:12
*** signed8bit has joined #openstack-infra13:13
*** signed8bit has quit IRC13:13
*** fawadkhaliq has joined #openstack-infra13:15
*** david-lyle has quit IRC13:16
openstackgerritPino Toscano proposed openstack-infra/project-config: Add ambari images for sahara-image-elements  https://review.openstack.org/23198313:16
*** mriedem has joined #openstack-infra13:17
*** gordc has quit IRC13:18
*** fawadkhaliq has quit IRC13:20
*** tiswanso has joined #openstack-infra13:21
*** thinrichs has joined #openstack-infra13:21
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes  https://review.openstack.org/23198013:21
*** thinrichs has quit IRC13:22
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Skip all jobs except docs for docs only changes  https://review.openstack.org/23198013:22
*** annegentle has joined #openstack-infra13:23
*** thinrichs has joined #openstack-infra13:23
*** signed8bit has joined #openstack-infra13:24
*** kmartin has quit IRC13:25
sdaguehmmmm13:27
sdague2015-10-07 11:27:08.533 | Get:36 http://us.archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB]13:27
sdague2015-10-07 11:27:08.630 | Fetched 17.4 MB in 17min 32s (16.5 kB/s)13:27
sdaguewe're getting 1 MB / min on some of the ubuntu mirrors13:27
sdaguethat's not fun13:28
rcarrillocruzlol13:28
rcarrillocruzo-k13:28
*** geoffarn_ has quit IRC13:28
rcarrillocruzi thought it was my end13:28
*** geoffarnold has joined #openstack-infra13:28
*** DericHorn-HP has joined #openstack-infra13:29
*** mrmartin has joined #openstack-infra13:29
openstackgerritZara proposed openstack-infra/storyboard-webclient: Resolve subscriptions faster- do one GET per list  https://review.openstack.org/22356213:30
*** samuelBartel has quit IRC13:31
*** samuelBartel has joined #openstack-infra13:31
*** sergmelikyan has quit IRC13:32
*** david-lyle has joined #openstack-infra13:32
*** kushal has joined #openstack-infra13:32
BobBallsdague: Is there a graph that shows the pass:failure rate of Jenkins over time?  I've been hunting through graphite and not found one...13:33
sdagueBobBall: for what, a particular job?13:34
BobBallintegrated check13:34
BobBallNot a single job, no13:34
sdagueBobBall: I'm not sure I know what that means13:34
*** regXboi has joined #openstack-infra13:34
BobBallThe overall pass/failure posted and how that's changed over time13:34
sdagueof what?13:34
*** trown|outttypeww is now known as trown13:35
openstackgerritMerged openstack-infra/groups: Fix markdown link formatting issue  https://review.openstack.org/23196613:36
sdagueBobBall: I'm not sure I understand the unit of thing that you want to measure13:36
BobBallWell many things would be interesting - for me specifically the nova check queue and the integrated gate queue13:36
sdaguebut I don't know what that means, because every patch potentially has different jobs on it.13:37
sdaguewhat question are you trying to answer13:37
*** pradk has joined #openstack-infra13:37
BobBallThat's true...  Maybe that makes what I'm interested in less useful.13:37
sdaguercarrillocruz: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiRmV0Y2hlZFwiIEFORCBtZXNzYWdlOlwiQi9zXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjQzMjAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQ0NDIyNDc0NTgwM30=13:38
silehtsdague, hi can got a bit of your time to review (it blocks some ceilometer jobs): https://review.openstack.org/#/c/231865/13:38
*** signed8bit has quit IRC13:38
sileht*can I*13:38
BobBallMy current question might be 'what is the current pass rate for "nova check jobs" - how unlucky am I being, does the combination of failures in individual jobs mean that the aggregated pass rate has dropped substantially over time'13:38
rcarrillocruzthx sean13:38
sdaguesileht: +A13:39
silehtsdague, thx!13:39
*** doronshai has joined #openstack-infra13:39
doronshaii am looking for info about the way that the final submit of a change is being done13:39
sdagueBobBall: that's kind of what elastic-recheck is about13:39
BobBallYeah - but if I understand correctly that works at a per-job level rather than "nova check" aggregate of jobs, is that right?13:40
*** doug-fish has quit IRC13:40
BobBallno, it's even a per-bug level unless there are aggregate graphs I haven't seen13:41
*** doug-fish has joined #openstack-infra13:41
sdagueso you are trying to answer the question: am I unlucky?13:41
*** signed8bit has joined #openstack-infra13:41
sdaguethere are pieces of this going on with the new openstack-health project, but the focus is different13:42
sdagueit's more, is there a lot of badness in openstack now, or is it in a healthier place13:42
BobBallPerhaps the question should be more like "I am unlucky - should I continue to recheck, or is the combined job/bug failure rates meaning that most check jobs are failing"13:42
BobBallyes13:42
sdagueso the answer is you should not recheck unless you've categorized the bug13:43
doronshaiI want to understand what is the way that a change that was done on a specific branch (example bug/12345) is now converted to a new change with full history of the original change13:43
BobBallCertainly the issues that I've been hitting change on each recheck and are demonstrably not related to the change13:43
sdagueBobBall: if they are categorized, then we know that13:44
sdagueit's part of feeding the health of the system13:44
clarkbdoronshai what do you mean by converted to a new change with full history?13:45
*** doug-fish has quit IRC13:46
BobBallOK - so there are no aggregated views of the health of particular pipelines / job combinations and as long as the error is categorized we should just keep rechecking until we get a pass13:46
openstackgerritMerged openstack-infra/project-config: ceilometerclient: Add missing ceilometer plugin  https://review.openstack.org/23186513:46
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a dashboard page for boards and worklists  https://review.openstack.org/23197313:46
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add buttons for creating new boards and worklists  https://review.openstack.org/23197213:46
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a board  https://review.openstack.org/23197113:46
*** annegentle has quit IRC13:46
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view a worklist  https://review.openstack.org/23200313:46
*** links has joined #openstack-infra13:46
*** yfried is now known as yfried|afk13:48
*** geoffarnold has quit IRC13:48
*** spzala has joined #openstack-infra13:49
*** geoffarnold has joined #openstack-infra13:49
*** doronshai has quit IRC13:50
*** signed8bit has quit IRC13:50
*** sayali has joined #openstack-infra13:50
*** mudassirlatif has joined #openstack-infra13:51
clarkbdoronshai changes are proposed to a branch in gerrit usually master but we have stable branches and feature branches too. when the code reviewers are happy with the change they approve it (+1 workflow) this tells zuul to run the gate tests. if those tests pass zuul pushes the gerrit submit button whoch merges the change to the branch it was proposed against13:51
*** sergmelikyan has joined #openstack-infra13:52
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards  https://review.openstack.org/22226813:52
* SotK apologises for the repeated patch spam :)13:53
*** ddepaoli has joined #openstack-infra13:53
openstackgerritMarton Kiss proposed openstack-infra/groups: Fix page node stylesheets  https://review.openstack.org/23200913:54
ddepaoliI'm starting to contribute, but when saving contact information at https://review.openstack.org/#/settings/contact I see only a server error: Cannot store contact information13:55
*** yfried|afk is now known as yfried13:57
mordredyolanda: I agree, the glean code is not the cleanest. I've got a patch series up that was a start of modularizing, but then I got busy13:57
*** wenlock has joined #openstack-infra13:57
yolandamordred, just a constructive comment :)13:57
sdagueclarkb: message:"Fetched" AND message:"B/s"13:58
sdagueis an interesting logstash query13:58
mordredyolanda: totally. no, I couldn't agre more :)13:58
openstackgerritMarton Kiss proposed openstack-infra/groups-static-pages: Fix organizer tips formatting  https://review.openstack.org/23201413:58
sdagueyou can see how the ubuntu mirrors started to grind to a halt the last couple of hours13:58
*** asmigala has quit IRC13:58
sdagueto the point where I'm considering if we should keep track of time spent in apt calls doing a devstack run13:58
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository  https://review.openstack.org/23201513:58
sdagueespecially when you get things like this13:59
*** fabo has joined #openstack-infra13:59
sdagueFetched 9,956 kB in 21min 11s (7,828 B/s)13:59
*** wenlock_ has joined #openstack-infra13:59
faboHi, is it a requirement to have a jenkins instance to run jenkins job builder test command?14:00
*** signed8bit has joined #openstack-infra14:00
*** peristeri has quit IRC14:00
*** MarkAtwood has quit IRC14:00
clarkbsdague wow14:00
*** Piet has joined #openstack-infra14:01
*** doug-fish has joined #openstack-infra14:01
openstackgerritMerged openstack-infra/groups-static-pages: Fix organizer tips formatting  https://review.openstack.org/23201414:01
*** dramalho has joined #openstack-infra14:01
*** jian5397 has joined #openstack-infra14:02
*** sridhar_ram has joined #openstack-infra14:03
*** kgiusti has joined #openstack-infra14:03
clarkbfabo no14:04
*** markvoelker_ has joined #openstack-infra14:04
*** gordc has joined #openstack-infra14:04
clarkbddepaoli see https://ask.openstack.org/en/question/56720/cannot-store-contact-information-when-updating-info-in-openstack-gerrit/14:04
pabelangerany core mind approving a few grafyaml reviews? Pretty straightforward: https://review.openstack.org/#/c/231470/ https://review.openstack.org/#/c/231589/ https://review.openstack.org/#/c/225228/14:05
*** burgerk has joined #openstack-infra14:05
jian5397Thanks for your help. We created a new OpenStack project called Syntribos.14:06
jian5397However, https://review.openstack.org/#/admin/groups/1093,members does not have any member.14:06
*** Sree has joined #openstack-infra14:06
jian5397It does not match https://launchpad.net/~syntribos-core14:06
*** rossella_s has quit IRC14:06
rcarrillocruzfabo: it is not, you can use JJB in your laptop without an instance, no14:06
*** jian5397 is now known as michaelxin14:06
michaelxinWould someone please help?14:06
*** rossella_s has joined #openstack-infra14:07
pabelangermichaelxin: it is a manual sync process, and infra-core will have to populate gerrit for you14:07
michaelxinpabelanger: Thanks. How will I get it started?14:07
*** burgerk_ has joined #openstack-infra14:07
pabelangermichaelxin: it is all listed in http://docs.openstack.org/infra/manual/creators.html14:08
clarkbmichaelxin pabelanger more correctly there is no syncing. gerrit groups are independent of launchpad14:08
*** markvoelker has quit IRC14:08
michaelxinpabelanger: Thanks. Will take a look.14:08
pabelangermichaelxin: http://docs.openstack.org/infra/manual/creators.html#verify-the-gerrit-review-permissions14:08
*** shardy_ has joined #openstack-infra14:08
*** dizquierdo has joined #openstack-infra14:09
faboclarkb: rcarrillocruz: that's what I thought initially but I installed jjb into a vivid chroot and got http://pastie.org/1046615514:09
pabelangermichaelxin: mind you, we should likely be more detailed how to contact an admin.  But, somebody here or openstack-infra ML will help14:09
*** ParsectiX has quit IRC14:09
*** burgerk has quit IRC14:10
clarkbfabo what version of jjb?14:10
*** geoffarnold has quit IRC14:10
*** shardy has quit IRC14:10
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository  https://review.openstack.org/23201514:10
clarkbI belive the zuul layout job uses jjb test so this should be tested14:10
*** geoffarnold has joined #openstack-infra14:10
pabelangerclarkb: Ya, it would be nice to some how add something into manage-projects to also create an initial user, without having to manually add the person.  Then, adding a crontab to purge the info like we do with upstream param14:10
pabelangerI should look into how to do that14:11
pabelangerif possible14:11
michaelxinpabelanger: Thanks. https://review.openstack.org/#/admin/projects/openstack/syntribos,access looks good. But all groups are empty.14:11
pabelangermichaelxin: ya, that is the manual process. Somebody has to move you into the group14:11
pabelangerwith admin permission14:11
*** alaski is now known as alaski_out14:12
faboclarkb: 1.2.014:12
*** asmigala has joined #openstack-infra14:12
clarkbpabelanger ya the api allows it but same amount of work to check a uid as it is to add that uid to a group14:12
michaelxinpabelanger: Do I need to send an email to someone?14:12
*** markvoelker_ has quit IRC14:12
michaelxinpabelanger: Thanks.14:12
clarkbfabo can you test if latest version does that too?14:13
pabelangermichaelxin: You could follow up to openstack-infra@lists.openstack.org if you don't find somebody here in little bit.14:13
michaelxinpabelanger: Great! Thanks.14:14
*** shardy_ has quit IRC14:14
*** nadya has joined #openstack-infra14:14
faboclarkb: I can yes, just a matter to spin another chroot. need a few minutes though and will come back to you14:14
clarkbmichaelxin I can do it, what user should be added first?14:14
michaelxinclarkb: Great. Thanks.14:14
*** shardy has joined #openstack-infra14:14
michaelxinclarkb: Please add me first: https://launchpad.net/~michael-xin14:15
michaelxinclarkb: Email is michael.xin@rackspace.com14:15
*** sigmavirus24_awa is now known as sigmavirus2414:16
*** btully has joined #openstack-infra14:16
openstackgerritMerged openstack-infra/groups: Fix page node stylesheets  https://review.openstack.org/23200914:17
*** ayoung has joined #openstack-infra14:17
clarkbmichaelxin all done14:17
*** glauco__ has joined #openstack-infra14:17
*** dramalho_ has joined #openstack-infra14:17
zaromorning14:18
michaelxinclarkb: So I have permission to add others in the future?14:18
bltavaresmorning zaro (:14:18
michaelxinclarkb: Thanks14:18
clarkbmichaelxin yes you should be able to add and remove members14:18
michaelxinclarkb: Great. You are the man. Thanks again.14:18
faboclarkb: it works as expected with 1.3.014:19
signed8bitzaro: Any pointers/tips for IDE setup in the gerrit source tree now that buck has fully replaced maven?14:19
krotscheckohai everyone14:20
*** glauco has quit IRC14:20
*** dramalho has quit IRC14:20
krotscheckI've got +2 on the two npm release slave patches from yolanda, any core around able to help me  babysit these? https://review.openstack.org/#/c/229380/14:21
faboclarkb: looks like related to python-jenkins instead of jjb14:21
faboclarkb: WARNING:jenkins_jobs.builder:Unable to retrieve Jenkins Plugin Info from http://localhost:8080/, using default empty plugins info list.14:21
*** arxcruz has quit IRC14:22
clarkbI think that is expected14:22
clarkbjjb now tries to switch xml output based on plugin version14:22
zaroclarkb: any idea why testr fails to run with tox -epy34? http://paste.openstack.org/show/47561314:22
clarkbdoes its best when it doesnt know the version14:22
zaroclarkb: that's on ubuntu trusty14:22
odyssey4mewith regards to the publishing jobs - we have two repositories (openstack-ansible, and openstack-ansible-security) and would like to publish them both to http://docs.openstack.org/developer/openstack-ansible/ but with the '-security' repository docs under http://docs.openstack.org/developer/openstack-ansible/security/ - would that be possible?14:23
*** timcline has joined #openstack-infra14:23
faboclarkb: make sense. thanks14:23
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for boards  https://review.openstack.org/22226814:24
clarkbzaro db type could not be determined, run py34 before py2714:24
clarkbzaro to fix delete .testrepository14:24
anteayamichaelxin: okay, glad to have your perspective as a data point, thank you14:24
*** dramalho_ has quit IRC14:24
zarosigned8bit: i assume you mean eclipse?  https://gerrit-review.googlesource.com/Documentation/dev-eclipse.html14:24
zaroclarkb: thanks14:25
anteayamordred: okay, glad to have your perspective as a data point, thank you14:25
clarkbodyssey4me not with current jobs no, not sure I would want to special case that either14:25
*** tsekiyama has joined #openstack-infra14:25
anteayamichaelxin: sorry for the tab complete fail14:25
clarkbodyssey4me we publish to project name/14:25
signed8bitzaro: well, IntelliJ for me but eclipse docs are close enough. Thanks!14:25
clarkbodyssey4me couldnt you resolve that with proper linking instead?14:26
*** timcline has quit IRC14:27
clarkbor put the docs in one repo14:27
odyssey4meclarkb ah ok - so if we did public, they'd be on a separate site and we'd have to link them - or consolidate into one repo14:27
odyssey4meheh, like minds14:27
*** timcline has joined #openstack-infra14:27
odyssey4meclarkb ok, no worries - we'll adjust appropriately14:27
*** nadya has quit IRC14:27
zarosigned8bit: let me know if you figure it out for intellij :)14:28
*** arxcruz has joined #openstack-infra14:28
zaroi'm juggling between the two since i do python hacking on intellij14:28
signed8bitzaro: Will do! In theory, it will just read in the eclipse setup... in theory.14:28
clarkbodyssey4me if you want them coupled why use another repo?14:28
*** ajmiller has joined #openstack-infra14:29
zarosigned8bit: if you come across anything about referring to buck 'out of tree' builds avoid it14:29
odyssey4meclarkb it's more a case of allowing some autonomy in their own repo - but still living under the same 'namespace'14:29
*** yamamoto has quit IRC14:29
signed8bitzaro: gotcha14:30
michaelxinanteaya: No worry, Thanks.14:31
*** geoffarn_ has joined #openstack-infra14:32
*** ZZelle_ has quit IRC14:32
*** markvoelker has joined #openstack-infra14:32
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository  https://review.openstack.org/23201514:32
*** Guest59631 has quit IRC14:34
*** cloudtrainme has joined #openstack-infra14:34
*** geoffarnold has quit IRC14:36
*** rkukura has joined #openstack-infra14:37
*** fawadkhaliq has joined #openstack-infra14:37
*** mrmartin has quit IRC14:37
*** ddepaoli has quit IRC14:37
*** mattymo_ has joined #openstack-infra14:39
*** mattymo_ has quit IRC14:39
krotscheckzaro: What're you trying to do with Intellij?14:39
*** julim has quit IRC14:40
*** julim has joined #openstack-infra14:40
*** mattymo_ has joined #openstack-infra14:41
*** ayoung has quit IRC14:41
krotscheckAh, buck setup. Sorry, not familiar14:42
*** ayoung has joined #openstack-infra14:42
*** amotoki has joined #openstack-infra14:42
mordredanteaya: ECONTEXT14:42
*** mtanino has joined #openstack-infra14:43
anteayamordred: you said you liked slow paste, many hours ago14:43
mordredanteaya: ah. I forgot about that. I was also joking, just to be clear14:43
anteayamordred: I am grateful that you would share your perspective, thank you14:43
anteayamordred: I know14:43
mordredanteaya: ;)14:43
anteaya:)14:43
anteayaand good morning14:43
*** naggappan has quit IRC14:45
*** vmb_out is now known as vmbrasseur14:45
*** zz_dimtruck is now known as dimtruck14:45
*** bexelbie_ has quit IRC14:45
anteayaso paste, if some folks who have +2 on -logeit and -httpd are about there are two patches up to get robots.txt in the right directory so it can be found:https://review.openstack.org/#/q/topic:no-proxy-robots_txt,n,z14:46
anteaya-lodgeit14:46
*** unicell has joined #openstack-infra14:47
*** dramalho has joined #openstack-infra14:47
*** ayoung has quit IRC14:47
*** claudiub has quit IRC14:48
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository  https://review.openstack.org/23201514:48
*** hashar_ has joined #openstack-infra14:48
*** mcdonagm has joined #openstack-infra14:49
*** rlandy has quit IRC14:49
*** unicell1 has quit IRC14:49
*** hashar has quit IRC14:49
*** mfmcdonagh has quit IRC14:49
*** HenryG has quit IRC14:49
*** hogepodge has quit IRC14:50
*** yfried_ has joined #openstack-infra14:50
*** dansmith has quit IRC14:50
*** yfried has quit IRC14:50
*** hogepodge has joined #openstack-infra14:51
*** dansmith has joined #openstack-infra14:51
*** claudiub has joined #openstack-infra14:51
*** stevemar_ has joined #openstack-infra14:51
*** dramalho has quit IRC14:51
*** vlaza has quit IRC14:51
*** HenryG has joined #openstack-infra14:52
*** geoffarn_ has quit IRC14:52
*** geoffarnold has joined #openstack-infra14:53
*** Daisy has joined #openstack-infra14:53
*** tjones has joined #openstack-infra14:53
*** matrohon has quit IRC14:54
*** alaski_out has quit IRC14:55
*** finch has quit IRC14:56
*** Sree has quit IRC14:57
*** michaelxin has quit IRC14:57
*** Sree has joined #openstack-infra14:57
*** alaski has joined #openstack-infra14:58
*** kmartin has joined #openstack-infra14:58
*** finch has joined #openstack-infra14:59
*** sridhar_ram has quit IRC14:59
*** ayoung has joined #openstack-infra14:59
*** ddieterly has joined #openstack-infra14:59
*** bcourt has quit IRC14:59
*** nadya has joined #openstack-infra15:00
*** rlandy has joined #openstack-infra15:01
*** Sree has quit IRC15:02
*** cloudtra_ has joined #openstack-infra15:02
*** cloudtrainme has quit IRC15:02
*** fedexo has joined #openstack-infra15:03
*** timcline_ has joined #openstack-infra15:03
*** jian5397 has joined #openstack-infra15:03
*** timcline has quit IRC15:03
*** hdd has joined #openstack-infra15:04
*** sergmelikyan has quit IRC15:04
*** ajmiller_ has joined #openstack-infra15:04
*** ajmiller has quit IRC15:05
*** timcline_ has quit IRC15:05
*** timcline has joined #openstack-infra15:06
clarkbmordred: can you review https://review.openstack.org/#/c/231195/1/requirements.txt (and probably approve)15:07
mordredclarkb: on it15:07
openstackgerritRafael Folco proposed openstack-infra/project-config: Hide console stdout/stderr until not ready to download  https://review.openstack.org/23205415:08
mordredclarkb: done15:09
*** tjones has quit IRC15:09
*** dtantsur|brb is now known as dtantsur15:10
*** sdake has quit IRC15:11
*** hemnafk is now known as hemna15:12
anteayarfolco: what motivated your patch 232054? context helps15:13
*** bcourt has joined #openstack-infra15:13
rfolcoanteaya, http://logs.openstack.org/48/231948/1/check/gate-nova-pep8/98eb30d/console.html15:13
*** sdake has joined #openstack-infra15:14
openstackgerritMerged openstack-infra/nodepool: Bump shade requirement to >=0.12.0  https://review.openstack.org/23119515:14
rfolcoanteaya, look for "no such file"15:14
*** jistr is now known as jistr|mtg15:14
*** rkukura has quit IRC15:14
*** armax has joined #openstack-infra15:14
rfolcoanteaya, it just hide annoying errors while console is not ready to grab15:15
anteayaare you removing any useful information?15:16
*** tsekiyama has quit IRC15:16
*** Daisy has quit IRC15:17
*** jistr|mtg is now known as jistr15:17
*** claudiub has quit IRC15:17
anteayano such file happens twice in that log15:17
rfolcono, just sending stdout/stderr to /dev/null when grepping console... and if console.html isn't ready yet, it gives errors15:17
*** Daisy has joined #openstack-infra15:17
rfolcoyeah, did for stat also15:17
*** jamesmcarthur has joined #openstack-infra15:17
anteayaso you would remove one instance of no such file in that log15:18
clarkbrfolco: well it does prevent us from knowing if the file get fails or if the uuid grep fails15:18
rfolcoso grep and stat were testing the file, but if it does not exist, it gives error15:18
*** Daisy has quit IRC15:19
anteayaclarkb: thanks, that is what I was wondering15:19
*** Daisy has joined #openstack-infra15:19
anteayarfolco: annoyances sometimes contain information of value15:19
clarkbrfolco: a cleaner way to deal with that may be to do a get prior to looping15:19
clarkbrfolco: then any of those errors would be valid and interesting15:19
rfolcoI thinbk the grep output does not have anything with the exit code15:20
clarkbrfolco: so basically make a copy of the curl command iwth start=0 before the loop15:20
*** rockyg has joined #openstack-infra15:21
rfolcogrep something file would return 0 if true, 1 if false, thats what really matters for that while true loop15:21
*** claudiub has joined #openstack-infra15:21
*** sergmelikyan has joined #openstack-infra15:22
clarkbrfolco: right but debugging why it fails depends on whether or not the file is present and whether or not the content is in the file15:22
rfolcoclarkb, can't I just add a echo with message if max retries exceed ?15:23
rfolcothat's the way you know exacly whats going on for debugging15:24
clarkbrfolco: or just make the curl run first15:24
clarkband any error messages are valid15:24
rfolcoah ok, now I see your point15:24
rfolcoclarkb, let me re-work on that thanks for your insights15:25
*** jamesmcarthur has quit IRC15:25
*** cody-somerville has quit IRC15:26
Shrewsmordred: around?15:26
anteayathank you clarkb15:26
*** MarkAtwood has joined #openstack-infra15:27
mordredShrews: just afking for a sec15:27
Shrewsmordred: shade's create_user() seems to be targeted to keystone v3. it won't work on v2 at all. is this on purpose?15:28
clarkbShrews: I don't think you can create users and things until v315:29
clarkbbecause v3 added domains15:29
clarkb(or is shade doing admin API now too?)15:29
stevemar_you could create users in v215:29
*** DericHorn-HP has quit IRC15:29
clarkbstevemar_: as a non admin?15:29
*** annegentle has joined #openstack-infra15:29
Shrewsmordred: oh, you know what. it *will* work. you just ignore the params when convenient15:29
Shrewsclarkb: v2 allows user creation15:30
stevemar_oh, no, not as an non-admin15:30
clarkbright15:30
*** yamamoto has joined #openstack-infra15:30
*** lawrancejing has quit IRC15:31
*** ddieterly has quit IRC15:31
*** geoffarn_ has joined #openstack-infra15:31
*** geoffarnold has quit IRC15:31
*** DericHorn-HP has joined #openstack-infra15:31
*** lawrancejing has joined #openstack-infra15:32
Shrewsmordred: so, nm. sorry15:32
Shrewsclarkb: but there *is* and admin api in shade in the OperatorCloud class15:33
*** ddieterly has joined #openstack-infra15:33
*** lawrancejing has quit IRC15:33
Shrewsjust not very extensive atm15:33
clarkbI see15:33
*** rlandy has quit IRC15:34
*** dims_ has quit IRC15:34
*** sridhar_ram has joined #openstack-infra15:35
*** yamamoto has quit IRC15:35
*** BharatK has joined #openstack-infra15:36
*** mudassirlatif has quit IRC15:37
*** jamesmcarthur has joined #openstack-infra15:37
*** bpokorny has joined #openstack-infra15:37
krotscheckfungi: Hey howdy, when you get back I'm ready to do another pass at that npm patch. It's already +2'd15:37
*** mpaolino has joined #openstack-infra15:38
*** shashank_hegde has joined #openstack-infra15:38
openstackgerritMerged openstack-infra/system-config: Add all production DIB images to OVH  https://review.openstack.org/23172715:38
*** kaisers has quit IRC15:40
*** jian5397 has quit IRC15:40
*** david-lyle has quit IRC15:41
*** david-lyle has joined #openstack-infra15:42
*** thinrichs has quit IRC15:42
*** links has quit IRC15:42
*** MarkAtwood has quit IRC15:43
*** thinrichs has joined #openstack-infra15:43
greghaynes^ ohmy15:43
anteayaI am seeing the same15:44
anteayayay15:44
anteayanot all the image types but many15:44
*** cody-somerville has joined #openstack-infra15:44
*** kaisers has joined #openstack-infra15:44
*** dims_ has joined #openstack-infra15:44
*** Swami has joined #openstack-infra15:45
*** marcusvrn_ has quit IRC15:45
*** shardy_ has joined #openstack-infra15:45
fungikrotscheck: sure, i can look in just a bit. which review was it again?15:46
*** MarkAtwood has joined #openstack-infra15:46
*** DericHorn-HP has quit IRC15:46
krotscheckfungi: https://review.openstack.org/#/c/229380/ and the subsequent one15:46
openstackgerritMarkus Zoeller (markus_z) proposed openstack-infra/infra-manual: developer's guide: Add bug handling description  https://review.openstack.org/19223215:46
fungikrotscheck: thanks, will do15:47
*** shardy has quit IRC15:47
krotscheckfungi: Much obliged15:47
*** plol has quit IRC15:48
*** plol has joined #openstack-infra15:49
*** bcourt has quit IRC15:50
openstackgerritClark Boylan proposed openstack-infra/puppet-statusbot: Enable #success feature from statusbot  https://review.openstack.org/22476815:50
*** shardy_ has quit IRC15:50
*** timcline_ has joined #openstack-infra15:51
openstackgerritClark Boylan proposed openstack-infra/system-config: Enable the #success feature in statusbot  https://review.openstack.org/22476915:51
*** shardy has joined #openstack-infra15:51
*** Zhongjun has joined #openstack-infra15:52
*** geoffarn_ has quit IRC15:52
*** timcline has quit IRC15:52
*** geoffarnold has joined #openstack-infra15:52
*** spzala has quit IRC15:53
*** dramalho has joined #openstack-infra15:54
*** ajmiller_ has quit IRC15:55
*** ajmiller_ has joined #openstack-infra15:55
*** david-ly_ has joined #openstack-infra15:55
*** david-lyle has quit IRC15:55
clarkbsince it came up in yesterdays meeting http://logs.openstack.org/23/230023/14/check/nodepool-coverage/ shows index generation from swift15:56
*** david-ly_ has quit IRC15:56
clarkbthere is one last change that will always do index generation in os-loganalyze so that logs.openstack.org/23/230023/14/check/ has complete info15:56
clarkbI will look into that one today15:56
*** david-lyle has joined #openstack-infra15:56
anteayathanks clark15:57
clarkbhttps://review.openstack.org/#/c/229216/ that one, reviewing now15:57
anteayajeblair: have you had an opportunity to compose the second email to the folks who are about to have their repos made read only?15:58
*** jian5397 has joined #openstack-infra15:58
anteayajeblair: and yay ovh15:58
jeblairanteaya: nope, will try today15:58
anteayajeblair: awesome, thank you15:58
jeblairanteaya: that's still just limited testing -- i merged that so that our images will get uploaded15:58
*** ajmiller_ has quit IRC15:58
clarkbhrm the dev and prod vhosts are both changed in that, if no one objects I will update the dev vhost by hand so I can test15:58
anteayajeblair: ah wonderful15:58
anteayathanks15:58
*** ajmiller_ has joined #openstack-infra15:58
*** ajmiller_ has quit IRC15:59
anteayajeblair: and I was watching a movie last night that had an awesome library15:59
*** dims__ has joined #openstack-infra15:59
anteayaladder and swirling staircase and all15:59
openstackgerritJesse Pretorius proposed openstack-infra/project-config: Add jobs for the openstack-ansible-security repository  https://review.openstack.org/23201515:59
anteayaand I thought of you, jeblair15:59
jeblairanteaya: why thank you!15:59
anteayapictured you on one side putting those labels in the books16:00
* anteaya forgets what those labels are called16:00
*** fawadkhaliq has quit IRC16:00
*** dtardivel has joined #openstack-infra16:00
*** pc_m is now known as pc_m_AWAY16:00
*** fawadk has joined #openstack-infra16:00
anteayasomething plate16:00
jeblairanteaya: bookplate?16:00
anteayathat might be it16:00
anteayahow obvious16:00
*** yfried_ has quit IRC16:01
jeblairthat's the thing that goes on the inside of the cover and says "ex libris <your name here>"16:01
anteayayes16:01
anteayathat was what I was picturing16:01
anteayayou were singing softly to yourself while you were doing it16:01
anteayanoone else noticed16:01
*** cbader_ has quit IRC16:01
jeblairthis is pretty much how i irc too.16:02
openstackgerritSteve Martinelli proposed openstack/requirements: Bump upper constraints for keystoneclient and keystonemiddleware  https://review.openstack.org/23206916:02
*** cbader has joined #openstack-infra16:02
anteayajeblair: ha ha ha16:02
clarkbhttp://logs-dev.openstack.org/23/230023/14/check/ is what that looks like16:02
*** nadya has quit IRC16:02
*** MarkAtwood has quit IRC16:03
*** hashar_ has quit IRC16:03
*** sridhar_ram1 has joined #openstack-infra16:03
*** dims_ has quit IRC16:03
clarkbdoing index generation seems a tad slow, but most of the access to the logs should be with more complete paths16:03
*** bcourt has joined #openstack-infra16:03
clarkblogstash for example has full file paths and gerrit comments drop you in a job root16:04
*** sridhar_ram has quit IRC16:04
jeblairclarkb: yeah, job roots seem fast16:04
*** tsekiyama has joined #openstack-infra16:04
jeblairclarkb: and change roots seem workable16:05
jeblair(or rather change-pipeline roots...)16:05
jeblairhttp://logs-dev.openstack.org/23/230023/14/16:05
jeblairlooks slightly buggy?16:05
*** jistr has quit IRC16:05
jeblairas does http://logs-dev.openstack.org/23/230023/16:05
clarkbneat16:05
jeblairbut all of those are still workable16:06
anteayathe docs link gives me the console log, which is fine, will I still have access to a draft of a docs change?16:06
clarkbI am guessing that it find sthe on disk and in swift paths and they match but it gets written twice16:06
clarkbjeblair: are you ok with that bug being fixed later or should we hold off? I can look into it16:06
jeblairclarkb: okay with later16:06
clarkbok I will approve the change now16:07
jeblairanteaya: i don't know what's up with that...16:07
clarkb(if the double links bother anyone speak now :) )16:07
anteayajeblair: yeah, me either16:07
jeblairanteaya: oh, yeah, i imagine this is just the logs16:07
anteayajeblair: ah okay16:07
jeblairanteaya: so not actually docs-draft.o.o16:07
jeblairanteaya: which is where the draft build would be16:07
anteayaawesome16:07
anteayathank you16:07
jeblairclarkb: right?16:07
clarkbjeblair: yes this doens't touch the docs-draft vhost16:07
anteayacover renders: http://logs.openstack.org/23/230023/14/check/nodepool-coverage/95b8bda/cover/16:08
anteayaclarkb: so yeah, no objection, thanks16:08
*** matbu has quit IRC16:08
*** jlanoux has quit IRC16:08
*** ifarkas has quit IRC16:09
*** scheuran has quit IRC16:10
jeblairclarkb, fungi: i'm going to kill nodepool image bualds and restart them to make sure i get the ones i need for ovh16:11
jeblairbuilds16:11
fungijeblair: okie dokie16:11
fungiclarkb: yeah, looks better than no index there16:11
fungiwe could stand to add a parent link to the indices too, but that can always come later16:12
*** annegentle has quit IRC16:12
*** annegentle has joined #openstack-infra16:13
*** marcusvrn_ has joined #openstack-infra16:13
openstackgerritThomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add devstack job  https://review.openstack.org/23035816:14
*** geoffarn_ has joined #openstack-infra16:14
*** sridhar_ram1 has quit IRC16:14
*** geoffarnold has quit IRC16:14
*** sshnaidm has quit IRC16:14
*** sridhar_ram has joined #openstack-infra16:14
*** dramalho has quit IRC16:15
*** dramalho has joined #openstack-infra16:16
*** cloudtra_ has quit IRC16:17
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface  https://review.openstack.org/23207916:17
*** mudassirlatif has joined #openstack-infra16:17
*** tmorin has quit IRC16:17
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface  https://review.openstack.org/23207916:18
*** unicell has quit IRC16:19
*** dims__ is now known as dims16:19
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface  https://review.openstack.org/23207916:19
*** cloudtrainme has joined #openstack-infra16:19
*** amotoki has quit IRC16:20
Shrewsmordred: ^^^ picks up and completes your user work16:23
*** asmigala has quit IRC16:23
*** esker has joined #openstack-infra16:25
*** sabeen1 has joined #openstack-infra16:25
Shrewsmordred: i can break that out into separate reviews if you prefer... i kinda went nuts there while being in a coding zone16:25
*** dizquierdo has quit IRC16:26
*** BharatK has quit IRC16:27
openstackgerritVladimir Kozhukalov proposed openstack-infra/project-config: Create bareon project  https://review.openstack.org/23167716:29
*** jordanP has quit IRC16:30
*** sergmelikyan has quit IRC16:30
openstackgerritMerged openstack-infra/puppet-openstackci: Handle all requests through os-loganalyze  https://review.openstack.org/22921616:31
*** AJaeger has joined #openstack-infra16:32
*** geoffarnold has joined #openstack-infra16:35
*** geoffarn_ has quit IRC16:35
*** mrmartin has joined #openstack-infra16:35
openstackgerritGlauco Oliveira proposed openstack-infra/puppet-jenkins: Add acceptance tests for puppet-jenkins.  https://review.openstack.org/22022816:35
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: networking-bgpvpn: add devstack job  https://review.openstack.org/23035816:36
jeblairhttps://jenkins03.openstack.org/job/gate-openstack-ansible-commit-nv/22/console16:39
jeblairthat ran on ovh and failed in an interesting way16:39
*** alexsyip has joined #openstack-infra16:39
jeblair2015-10-07 16:36:30.872 | IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/root']16:39
greghaynesjeblair: hah16:39
*** BharatK has joined #openstack-infra16:40
greghaynesjeblair: out of space?16:40
*** trown is now known as trown|lunch16:40
*** signed8bit has quit IRC16:40
jeblair/dev/vda1        38G  9.5G   27G  27% /16:40
greghaynes:/16:40
jeblairthat's /tmp16:40
greghaynesso perms16:40
jeblairdon't think so?16:41
*** zeih has joined #openstack-infra16:41
jeblairjenkins is writing stuff there...16:41
*** geoffarnold has quit IRC16:41
clarkbthe ansible jobs use containers16:42
greghaynesoh16:43
clarkbpossibly in a different fs namespace16:43
clarkbor drive or disk etc16:43
*** ildikov has joined #openstack-infra16:43
greghaynesor even just a chroot with messed up perms16:43
jeblairanyone around here understand those jobs?16:44
anteayaodyssey4me: you do ansible job things, yes?16:44
mordredodyssey4me: ^^16:44
mordredjinx16:44
*** BharatK has quit IRC16:44
anteaya:)16:44
*** ihrachys has quit IRC16:44
jeblairoh another one: https://jenkins01.openstack.org/job/gate-openstack-ansible-commit-nv/18/console16:45
jeblair2015-10-07 16:40:35.381 | stderr: Cloning into '/tmp/yaprt_temp_git_dir/heat'...16:45
jeblair2015-10-07 16:40:35.381 | fatal: write error: No space left on device16:45
openstackgerritMerged openstack-infra/jenkins-job-builder: setup.cfg: py26 is no longer supported  https://review.openstack.org/23116916:46
zarozxiiro: somay no longer around? just a little fixup needed for this https://review.openstack.org/#/c/203364/16:48
*** tonytan4ever has joined #openstack-infra16:49
zxiirono his term ended a few months ago16:50
*** esker has quit IRC16:50
zxiirozaro: Thanks for reminding me though. I can try to take care of it when I return from PTO unless someone else gets to it before me.16:50
*** achanda has joined #openstack-infra16:51
asselin_anteaya, fungi fyi "There is no bulk transfer procedure that's possible currently. You'll need to transfer each repository individually."16:52
*** timcline_ has left #openstack-infra16:52
fungiasselin_: sorry, i've lost context. to what was that in reference?16:52
*** devvesa has quit IRC16:52
anteayaasselin_: thanks for checking16:52
openstackgerritMerged openstack-infra/jenkins-job-builder: Capture logs with FakeLogging Fixture  https://review.openstack.org/22610716:52
anteayafungi: github rename16:53
jeblairi say we just turn it off16:53
anteayafungi: he asked a human16:53
asselin_fungi, yes, github project renames16:53
fungianteaya: asselin_: oh, yep thanks. was less concerned about the presence of a bulk transfer operation, more about the possibility for an api method to perform a transfer (even an individual one)16:53
*** ZZelle has joined #openstack-infra16:53
fungiif it were exposed by the github api, we could script it pretty easily16:54
fungibut from what we've found so far, it's not16:54
asselin_fungi, anteaya I specifically asked that and the github human (James Dennes (GitHub Staff) <support@github.com>) didn't indicate there's any.16:55
*** alaski is now known as alaski_out16:55
jeblairclarkb, mordred: it looks like normally the ansible job uses the ephemeral volume.  we don't appear to have an ephemeral volume on ovh.16:55
*** BharatK has joined #openstack-infra16:56
jeblairclarkb, mordred: (though apparently 27G is enough space for devstack to do its thing)16:56
jeblairclarkb, mordred: i'm thinking that maybe we haven't specified our test resources wrt disk space as carefully as we have for ram.16:56
jeblairalso, we have no ubuntu trusty nodes on hpcloud?16:57
anteayaasselin_: thank you for asking16:57
anteayaasselin_: they probably will get around to exposing that after we are done16:58
jeblairi think that's a temporary condition.  nm.16:58
*** Sukhdev has joined #openstack-infra16:58
sdaguejeblair: the # available seems odd right now though16:58
sdaguegiven how many things are waiting on nodes16:58
asselin_anteaya, yeah...or ask for a merge request :)16:58
*** amuller has quit IRC16:58
anteayaasselin_: :)16:59
sdagueis the allocator off again? because it looks like it's about an hour waiting in check before getting a trusty dsvm node.17:00
jeblairsdague: devstack-trusty?17:00
sdagueyeh17:00
sdaguelike 232013,1 - submitted 43 minutes ago, still no devstack nodes17:01
fungiit looks like we're flush with readies of some sort17:01
jeblairAllocationRequest for 113.0 of devstack-trusty17:01
jeblairit knows it needs them17:02
*** unicell has joined #openstack-infra17:02
*** dramalho has quit IRC17:02
*** claudiub has quit IRC17:03
sdagueyeh, that's what's weird17:03
jeblairwe do have a lot of day-old ready nodes... i'll delete those.17:03
*** mpaolino has quit IRC17:03
fungi117 bare-trusty and 119 devstack-trusty in ready state17:04
fungimaybe we have a misbehaving jenkins master or two?17:04
*** abitha has joined #openstack-infra17:04
clarkbya I would check17:04
*** yamahata has joined #openstack-infra17:04
mmmporkhey folks, i'm trying to find either information on or an example of a Disk Image Builder manifest that would be used by the apt-preferences element17:04
mmmporkspecifically for DIB_DPKG_MANIFEST17:04
jeblairclarkb, fungi: could also have accumulated leaked nodes from my restarts17:05
*** zeih has quit IRC17:06
fungithat's a possibility17:06
fungisince these seem fairly evenly spread out across all the jenkinses17:06
fungithese may be nodes actively running jobs still depending on their age17:07
*** HeOS has quit IRC17:07
fungii wouldn't delete any unless they've been ready for ~2.5 hours or longer17:07
openstackgerritgreghaynes proposed openstack-infra/nodepool: Fix provider manager reloading without jenkins  https://review.openstack.org/23211217:08
greghaynesjeblair: ^ more broken logic17:08
*** amuller has joined #openstack-infra17:08
openstackgerritEmilien Macchi proposed openstack-infra/project-config: zuul/layout: run puppet integration on trove module  https://review.openstack.org/23211317:08
jeblairgreghaynes: awesome, thanks17:08
*** krtaylor has quit IRC17:09
krotscheckfungi: Any comments on https://review.openstack.org/#/c/229380/ yet?17:09
*** rkukura has joined #openstack-infra17:10
*** rockyg has quit IRC17:10
clarkbgreghaynes commented17:11
*** achanda has quit IRC17:11
*** geoffarnold has joined #openstack-infra17:11
greghaynesclarkb: I am splitting that in my builder changes so its going to happen anyhow17:12
clarkbok17:12
clarkbstill -1 on updating the list17:12
greghaynesyea, fixing that now...17:12
fungikrotscheck: just getting to it now17:13
alivignizaro# thanks for the review :)17:13
krotscheckfungi: Thank you.17:13
openstackgerritgreghaynes proposed openstack-infra/nodepool: Fix provider manager reloading without jenkins  https://review.openstack.org/23211217:13
*** tsekiyama has quit IRC17:13
*** achanda has joined #openstack-infra17:13
alivignipelix# can I get you to review this again please I just need one more +2 - https://review.openstack.org/#/c/229100/17:14
*** kushal has quit IRC17:15
jeblairclarkb, fungi, mordred: so it looks like we have a 463G ephemeral disk on hpcloud, a 40G ephemeral on rax, and no ephemeral disk on ovh.  does that sound right?17:16
zaroalivigni: np.  what's the urgency?17:16
* anteaya is afk for a bit17:16
*** thinrichs has quit IRC17:17
jeblairclarkb, fungi, mordred: make that a 50G disk on rax?17:17
zaroalivigni: do you plan on submitting more changes on top of that one?17:17
*** dtantsur is now known as dtantsur|afk17:17
jeblairclarkb, fungi, mordred: so, 463/50/017:17
alivignizaro# We want to be able to just build this from source for the new Openshift plugin that is will be coming out soon17:17
clarkbits 80G on rax iirc17:17
alivignizaro# so just trying to get ahead of the curve17:17
jeblairclarkb: oh, i may be looking post-partitioning17:17
pleia2AJaeger: can you join us in #openstack-i18n? looking into a merging issue Daisy is having17:18
clarkbthen a bunch of it (24G iirc) is given to cinder17:18
mordredjeblair: what's the size of the root on each of those?17:18
*** thinrichs has joined #openstack-infra17:18
jeblairmordred: hpcloud is 30, the others 4017:19
*** sharikapongubala has quit IRC17:19
mordredso 40g total is our LCD amount of space currently, and HP gives us roughly 10x that17:21
jeblairclarkb: yeah:  1      1049kB  85.9GB  85.9GB  primary17:21
*** dramalho has joined #openstack-infra17:21
fungijeblair: yep, we carve it up17:21
jeblairmordred: yep.  40G seems to be (barely) sufficient to run devstack right now17:21
mmmporkbtw, i found what i was looking for in the manifests element17:21
mordredoy17:21
jeblairmordred: and apparently insufficient to run the openstack ansible tests17:22
*** notnownikki has quit IRC17:23
*** krtaylor has joined #openstack-infra17:23
mordredthat's ... did I see they were cloning things in the error? maybe they should stop doing that ...17:24
jeblairmordred: yeah, i have not looked into whether they are using disk efficiently17:24
*** changbl has quit IRC17:25
mordredbut if we're hitting the limit or close to it with devstack, there's probably a larger decision to be made17:25
mordredwhich is do we set a hard cap on disk like we do with RAM17:25
bltavaresjhesketh: could you revisit this fix please https://review.openstack.org/#/c/228604/ ? We checked some of the concerns on other distros17:25
*** dahoo has joined #openstack-infra17:25
jeblairmordred: i'll check post-run state when i run devstack tests on ovh later17:25
mordred40g is a lot of space for some people's laptops17:25
jeblairmordred: then we'll know the actual delta better than "i think we're close based on work i was doing with nodepool-dsvm earlier"17:26
fungii think i recall that ansible job was preallocating space for each container, so may simply be overrunning based on assumptions from what our other providers give us17:26
pelixalivigni: looks pretty tidy, do you fancy moving the helper to the 'helper.py' module and calling it something like convert_mapping_to_xml? and then calling it from the scm.py module for openshift_img_streams since you've already cleaned that up?17:27
pelixalivigni: just reviewing the docs to check they are generated correctly as I think I saw something that might not render right17:27
jeblairmordred: so it seems like the first question is "shoud 40G be enough for everybody?" :)  and we should not necessarily jump to "lets get more space"17:27
jeblairmordred, clarkb, fungi: oh!  ovh also has no swap17:28
mordredyes17:28
*** pc_m_AWAY is now known as pc_m17:28
clarkbjeblair: and not having the cinder lvm stuff may slow down testing17:28
*** mudassirlatif has quit IRC17:28
*** jvmario has left #openstack-infra17:28
mordredI think we should pick a design target for reasons17:28
jeblairclarkb: don't understand?17:28
*** achanda has quit IRC17:28
*** jcoufal has quit IRC17:28
clarkbjeblair: we make lvm volumes for cinder on the ephemeral drives which should be more performant than the block device file17:28
jeblairclarkb: by "we" you mean "devstack"?17:29
*** kushal has joined #openstack-infra17:29
clarkbjeblair: no devstack-gate17:29
clarkbotherwise devstack makes a file that it does lvm in17:29
*** jcoufal has joined #openstack-infra17:29
*** mrmartin has quit IRC17:29
fungioh, right, i forgot about that17:30
*** trown|lunch is now known as trown17:30
jeblairclarkb, mordred: oh -- we may have trouble with grenade17:30
*** e0ne has quit IRC17:30
jeblair"HPCloud also doesn't have enough space on / for two devstack installs" (from d-g)17:30
*** Piet has quit IRC17:31
jeblairmordred: so i'm less optimistic 40G will be enough for everyone, but we'll get numbers.17:31
fungithough ideally loopback performance on a filesystem should be _almost_ as fast as direct block device access17:31
alivignipelix# I can look into moving that to helpers I believe the docs should be all set based on your feedback but let me  double check it17:31
*** shashank_hegde has quit IRC17:32
mordredjeblair: totally. I mean, at this point we haven't been capping, so we should probably find out actual mark for central things like devstack and grenade17:32
clarkbfungi: I think the issue is more that its lvm in a file17:32
clarkbso it can't be smart?17:32
jeblairsdague: what's the actual performance impact of https://review.openstack.org/125813  ?17:32
clarkbthere was a writeup on it when cinder was having trouble17:32
fungiwhat, like block alignment could be askew?17:32
alivignipelix# I think calling it openshift_mapping_to_xml may be better17:32
alivignipelix# thoughts?17:33
clarkbI thought in a bug17:33
jeblairclarkb: it's not mentioned in https://review.openstack.org/125813 or in the code comments17:33
fungiclarkb: i guess so, though getting modern performance numbers would be worthwhile anyway17:33
fungijeblair: do we have cinder access in ovh?17:33
fungiand if so, what's their minimum volume size?17:33
*** pvaneck has joined #openstack-infra17:34
fungithough it would be a serious bit of additional dev work to add block device management into nodepool17:34
jeblairfungi: are you thinking of attaching volumes to our existing flavors to get more space?17:34
jeblairfungi: yes you are17:34
*** markus_z has quit IRC17:34
jeblairfungi: checking17:35
jeblairfungi: (though i have to say i'm not keen on deleting leaked cinder volumes :/)17:35
fungimight be interesting down the road regardless, but yes i can see all sorts of ways that might go wrong17:35
mordredjeblair: well... as opposed to floating ips17:36
pelixalivigni: the pattern is used elsewhere, so I'm thinking we'll be able to use it across the board to remove a chunk of code duplication. It doesn't seem like it's specific to openshift?17:36
mordredjeblair: you can mark a cinder volume as "delete this when the server goes away"17:36
mordredwhen you create it17:36
mordredit's how floating ips should work17:36
fungioh, that's handy17:37
mordredof course, we could also investigate moving to boot-from-volume and pick our own disk size in the first place17:37
jeblairfungi: yes, cinder appears to be available17:37
mordredrather than booting a thing with local disk and then attaching a volume17:37
*** dra_ has joined #openstack-infra17:37
pelixalivigni: I'll check over it fully later this evening, but it looks pretty nice from what I was able to review there, very clean :)17:38
mordredI believe ovh is ceph backed, so that would be a COW boot and should be super quick17:38
*** pelix has quit IRC17:38
alivignipelix# is this a change that I can make after this change as an improvement?17:38
*** hdd has quit IRC17:38
*** thinrichs has quit IRC17:39
*** arxcruz has quit IRC17:39
jeblairbug 137694117:39
openstackbug 1352498 in tempest "duplicate for #1376941 Tempest fails spectacularly with "VolumeType c39f18bf-2408-4377-98f6-ef2839d6f70e deletion failed, VolumeType in use."" [Undecided,Fix released] https://launchpad.net/bugs/1352498 - Assigned to git-harry (git-harry)17:39
*** dramalho_ has joined #openstack-infra17:39
*** signed8bit has joined #openstack-infra17:39
jeblairi found a comment from jogo invoking that bug17:39
*** tobiash has quit IRC17:40
*** doronshai has joined #openstack-infra17:40
*** denisra has quit IRC17:40
doronshaihi all17:41
doronshaiwho can help me with questions about gerrit in openstack?17:41
clarkbdoronshai: I tried answering your question earlier, not sure if you saw it17:41
jeblairokay, nothing i have read suggests that anyone has any solid data to back up the idea that cinder on block dev is significantly faster than loopback.17:41
*** zul has quit IRC17:42
*** dramalho has quit IRC17:42
jeblairclarkb, fungi, mordred: also, why use lvm there instead of just a partition?17:42
*** zul has joined #openstack-infra17:42
*** yamahata has quit IRC17:42
clarkbdoronshai: but basically when code reviewers approve a change (+1 workflow) zuul picks that up and runs the gate tests. If the gate tests pass zuul submits th echange and it is merged17:42
jeblairsdague: ^17:42
clarkbjeblair: AIUI its how cinder works, cinder servers the raw lvm and devstack knows to use a volume with that name17:43
doronshaihow is a change created on branch A and then when merged it is changed to master?17:43
*** nadya has joined #openstack-infra17:43
*** sharikapongubala has joined #openstack-infra17:44
jeblairclarkb: it's a magic name and not a config option?17:44
mordreddoronshai: branches in this case are ephemeral point-in-time labels of a state of the git repo17:44
clarkbjeblair: that is my understanding yes17:44
mordreddoronshai: each of the changes _target_ the branch they want to land on - so a change uploaded to gerrit isn't actually uploaded "on branch A" - it's a change, called A, which wants to land on master17:45
mordreddoronshai: and at the time of its upload, it is based on a particular state of master17:45
jeblairclarkb: i would think that the most straightforward thing would be to pass in a parameter to a block device.  there's nothing special about the lvm block device vs any other, right?17:45
clarkbjeblair: correct17:45
mordreddoronshai: so what zuul does it to perform the merge operation between the change and master (and possibly other things) and then tests the resulting repository state17:45
doronshaii see, so when the change is created what is the value of the branch field in the change ui?17:45
mordredmaster17:46
doronshaiso the target is mentioned in the topic?17:46
mordredthe branch field is there to communicate the target branch17:46
dhellmannjeblair, fungi : this zuul-cloner patch we were discussing the other day now has 3 +2 votes https://review.openstack.org/#/c/220602/17:46
doronshaior somthing else?17:46
mordredthe topic is just free-form text17:46
doronshaineed to go for 5 minutes - be right back17:46
zaroalivigni: you can create a new change on top of the current one so you don't have to fix current one.17:46
openstackgerritRafael Folco proposed openstack-infra/project-config: Create an empty console.html before grabbing consoleLog  https://review.openstack.org/23205417:48
alivignizaro# Can I get this one merged first is what I am getting at since this is not a requirement17:48
*** matbu has joined #openstack-infra17:49
zaroalivigni: yes.  you just need to show pelix that your improvement change is there.17:50
zarohe's a picky dude17:50
*** rkukura has quit IRC17:51
doronshaiback17:51
doronshaiso is there some pagge with info about the way it works?17:51
*** sdake has quit IRC17:51
doronshaii know gerrit already - but it is quite different in openstack if i see it correctly17:51
*** ramashri has joined #openstack-infra17:52
mordreddoronshai: zuul is the thing you want to learn about17:52
boris-42mordred: hi17:52
*** dims has quit IRC17:52
mordreddoronshai: http://docs.openstack.org/infra/publications/zuul may help17:52
*** esker has joined #openstack-infra17:52
mordredboris-42: heya. I'm about to take off on a plane, so if I stop talking to you, it's not personal17:52
boris-42mordred: ok=)17:53
*** dims has joined #openstack-infra17:53
boris-42mordred: something changed in gates17:53
boris-42mordred: and we can't override index.html here http://logs.openstack.org/03/229103/7/check/gate-rally-dsvm-rally/2b3d148/ now17:53
clarkbdoronshai: we don't really do anything different with gerrit17:53
boris-42mordred: any pointers?17:53
clarkbdoronshai: the only thing is that reviewers dont get a submit button, a computer does17:53
mordredboris-42: that's swift log uploads - you want to talk to jhesketh17:53
zaroalivigni: i mean new 'change' not another 'patchset'17:54
*** ramashri has quit IRC17:54
mordredboris-42: but for logs uploaded to swift, you're right, we generate an index.html for the changes when we upload them17:54
*** mriedem has quit IRC17:54
*** shashank_hegde has joined #openstack-infra17:54
*** ramashri has joined #openstack-infra17:54
pabelangerfungi: mind approving https://review.openstack.org/#/c/231470/ ? removed oslo_log from grafyaml17:54
openstackgerritJames E. Blair proposed openstack-infra/devstack-gate: Revert "create partition for lvm volume"  https://review.openstack.org/23213217:54
*** ajmiller has joined #openstack-infra17:55
alivignizaro# perfect thanks17:55
jeblairclarkb, fungi, mordred, sdague: you were all in favor of the original change; i'm hoping that you can provide some justification for why we should not revert it ^17:55
pabelangerfungi: working on oslo_cfg now.17:55
boris-42mordred: thanks17:55
mordredjeblair: I agree with your current argument17:55
boris-42jhesketh: hi ther17:55
*** ybathia has joined #openstack-infra17:56
*** kushal has quit IRC17:56
*** sdake has joined #openstack-infra17:57
clarkbjeblair: I think reason to not revert it is it makes the tests fail more17:57
clarkbjeblair: or did, so we should gather data on whether or not that is still true for cinder17:58
pabelangermordred: have you worked with ansible 2.0 yet? Hoping to spend some time next week trying it out17:58
clarkbpabelanger: https://review.openstack.org/#/c/231688/ pushed that to check ansible 2.0 doesn't break devstack-gate (seems to be fine)17:59
clarkbpabelanger: so for simple things I don't expect any problems17:59
pabelangerclarkb: Oh, nice. looking17:59
clarkbwe should also check that the puppet plugin thing works with ansible2.017:59
*** ashleighfarnham has joined #openstack-infra18:00
*** achanda has joined #openstack-infra18:00
*** HeOS has joined #openstack-infra18:00
pabelangerYa, would be nice to get some test coverage for it18:00
*** dims_ has joined #openstack-infra18:00
jeblairclarkb: that's great data to have.  hopefully either sdague or someone who was in favor of the change collected it and just neglected to include a link.18:01
openstackgerritAri proposed openstack-infra/jenkins-job-builder: Implements: additions for OS3 plugin entry points in builders and scm  https://review.openstack.org/22910018:01
*** thinrichs has joined #openstack-infra18:01
openstackgerritClark Boylan proposed openstack-infra/os-loganalyze: Dedup index entries  https://review.openstack.org/23213318:02
clarkbjeblair: ^ thats the index listing fix18:02
clarkbjgriffith: was also in on that18:02
*** e0ne has joined #openstack-infra18:03
*** doug-fis_ has joined #openstack-infra18:03
openstackgerritMerged openstack-infra/system-config: Remove distro-package npm from release slave.  https://review.openstack.org/22938018:03
*** dims has quit IRC18:04
*** thinrichs has quit IRC18:04
*** thinrichs1 has joined #openstack-infra18:04
alivignizaro# I updated the patch and mentioned adding the helper function on the next new change18:04
alivignihttps://review.openstack.org/#/c/229100/18:04
jeblairclarkb: do they get sorted before display?18:04
clarkbjeblair: yes that behavior was preserved18:04
jeblairclarkb: cool, thakns18:05
clarkboh you know what18:05
clarkbI should make a minor change to that to make the terms clearer18:05
*** doug-fi__ has joined #openstack-infra18:05
zaroalivigni: cool, but you don't have to wait until that one merges.  you can create a new change by making it a dependent on 229100.  just commit on top of 229100 and push to gerrit.18:06
*** spzala has joined #openstack-infra18:06
*** rossella_s has quit IRC18:06
alivigniok18:06
*** doug-fish has quit IRC18:06
*** rossella_s has joined #openstack-infra18:07
openstackgerritClark Boylan proposed openstack-infra/os-loganalyze: Dedup index entries  https://review.openstack.org/23213318:07
clarkbjeblair: ^ thats a bit easier to read18:07
zarothat's what's required and you can do that now.18:07
*** rfolco has quit IRC18:07
*** Zhongjun has quit IRC18:07
*** doug-fis_ has quit IRC18:08
*** doug-fi__ is now known as doug-fish18:08
*** dims_ has quit IRC18:08
*** dprince has quit IRC18:08
*** sergmelikyan has joined #openstack-infra18:09
clarkbpabelanger: if you do start using ansible 2.0 I couldn't find a way to pip install other than pulling the git source and initing the submodules18:10
*** BharatK has quit IRC18:10
openstackgerritAugustina Ragwitz proposed openstack-infra/nodepool: Document running Nodepool for testing  https://review.openstack.org/17984018:10
clarkbpabelanger: if you use the tar.gz hosted on github it doesn't have the submodules and things break. Just beware if you go down that road and it complains about missing core modules18:10
*** tsekiyama has joined #openstack-infra18:11
*** mriedem has joined #openstack-infra18:11
*** rfolco has joined #openstack-infra18:12
pleia2mmmpork: death by diffs, can you leave a comment in that change about what you switched around from patchset 6 to 7?18:12
pleia2mmmpork: my assumption is that you addressed jeblair's concerns, but I don't want to assume :)18:12
*** e0ne has quit IRC18:12
*** thinrichs1 has quit IRC18:12
pabelangerclarkb: okay, good to know18:13
*** dtardivel has quit IRC18:13
openstackgerritMerged openstack-infra/grafyaml: Replace oslo_log dependency with standard logging  https://review.openstack.org/23147018:14
openstackgerritMerged openstack-infra/grafyaml: Replace oslo_log dependency with standard logging  https://review.openstack.org/23147018:14
*** nadya has quit IRC18:14
mmmporkpleia2: yeah sure! i basically just merged my other separate changes into the main one18:14
mmmporki updated the commit comment as well but i'll update the gerrit comment too18:14
pleia2mmmpork: oh good, I was feeling we were getting a bit stuck on the first change18:14
*** geoffarnold has quit IRC18:15
openstackgerritgreghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance  https://review.openstack.org/23213518:15
greghaynesok, just need to make the entrypoint for builders and its good to go18:16
openstackgerritClark Boylan proposed openstack-infra/system-config: Enable the #success feature in statusbot  https://review.openstack.org/22476918:16
*** thinrichs has joined #openstack-infra18:16
clarkbfungi: ^ now with wiki paths18:16
fungithanks!18:17
*** Daisy has quit IRC18:17
*** DericHorn-HP has joined #openstack-infra18:17
*** mfalatic has joined #openstack-infra18:17
*** hashar has joined #openstack-infra18:18
*** Daisy has joined #openstack-infra18:18
*** e0ne has joined #openstack-infra18:18
mfalaticNot sure if this is the right place to ask, but is the trigger that updates launchpad when a review is created broken? (The one that fires on "Closes-Bug: #nnnnnnn" being present in the commit message.)18:19
jeblairclarkb: i'm unable to test gate-nova-python27 because it runs on a non-dib image, and we don't have any snapshot builds for ovh18:19
mmmporkpleia2: just added a comment with the details of what i added18:19
fungithe page information option on each page confirms the page id matches. that makes it a lot easier for reviewers to cross-check that it's correct18:19
fungiclarkb: ^18:19
pleia2mmmpork: thank you :)18:19
jeblairclarkb: however, i'll add grenade to the list18:20
*** jcoufal has quit IRC18:20
*** geoffarnold has joined #openstack-infra18:20
clarkbjeblair: didn't fungi have a python27 with bindep change?18:20
clarkbjeblair: I think if you just look at tempest runtime that should be a good check18:20
mfalaticThe trigger that creates a "fix proposed' entry for the corresponding launchpad bug.18:21
fungiclarkb: yeah, he tested it yesterday18:21
clarkbfungi: ya there is an api call to go the other way that I hav et ogoogle for each time18:21
*** dramalho_ has quit IRC18:21
clarkbfungi: but seeing the comments there is handy espeially if you need to find it easily18:21
clarkbmfalatic: first thing to check is that you have the right user in your bug group18:21
*** isq_ has quit IRC18:21
fungithough the bindep-based job was caught in the python 3.4 rip-out yesterday and was failing without an updated dib image18:22
mfalaticRight user?18:22
clarkbmfalatic: if not in that group I think the user can do hange proposed but not change the state of the bug18:22
clarkbmfalatic: ya  Ineed to go and check what the user is18:22
*** Daisy has quit IRC18:22
mfalaticclarkb It's AFAIK the right user.18:22
fungiclarkb: "openstack-hudson" is the username18:22
krotscheckfungi: Thanks18:22
clarkbmfalatic: ^ thats the one18:22
clarkbmfalatic: can you show me an example bug that failed?18:22
fungii think the display name is something like "OpenStack Infra"18:22
*** BharatK has joined #openstack-infra18:23
mfalaticclarkb Actually, it's more subtle. fix proposed isn't updated, but fix-merged is. The difference seems to be if one specifies Closes-bug versus Closes-Bug.18:23
clarkbmfalatic: can you show me an example?18:23
krotscheckfungi: Looks like it ran sucessfully. Before merging the next one, would you mind making sure that npm is gone? http://puppetboard.openstack.org/report/release.slave.openstack.org/c254444bf8823f68af44ec7a77df33a066577a5d18:23
*** ivar-lazzaro has joined #openstack-infra18:23
mfalaticclarkb as in the fix-proposed trigger appears to be case sensitive versus the other one. Hang on, finding an example18:24
*** ajmiller has quit IRC18:24
jeblairclarkb, fungi, mordred: https://etherpad.openstack.org/p/nodepool-ovh18:24
mfalaticclarkb An example: https://bugs.launchpad.net/magnum/+bug/150189318:24
openstackLaunchpad bug 1501893 in Magnum "Magnum: service-list broken on latest" [High,Fix committed] - Assigned to Surojit Pathak (suro-patz)18:24
jeblairclarkb, fungi, mordred: those are average runtimes in seconds for each job over the past month18:24
mfalaticclarkb counter-example: https://bugs.launchpad.net/devstack/+bug/141420518:25
openstackLaunchpad bug 1414205 in devstack "Update stack.sh release version notes to be consistent with current documentation" [Undecided,Fix released] - Assigned to Martin Falatic (martinfalatic)18:25
clarkbmfalatic: the bug supervisor is Adrian Otto I think it needs to be a group with the hudson openstack user in it18:25
jeblairclarkb, fungi, mordred: generally averages of several thousand successful runs18:25
*** dramalho has joined #openstack-infra18:25
clarkbmfalatic: and as for proposed vs merged messages it will only write the proposed message if it was on the first patchset to avoid nose in the bug18:25
mfalaticclarkb What group am I looking for18:26
mfalaticclarkb Hmmm, ok.18:26
clarkbmfalatic: its arbitrary, but you set your bug supervisor to that18:26
clarkbmfalatic: I think adrian will have to fix it18:26
clarkbbut its possible that the controlling user/group of the project in launchpad can as well18:26
mfalaticclarkb Both bugs are in the same area.18:26
clarkbmfalatic: they are different projects18:26
mfalaticcl18:26
clarkbmfalatic: different projects have different permissions18:26
mfalaticclarkb durr, I meant to find a magnum example, hang on18:27
clarkbmfalatic: the bug supervisor for devstack is devstack-drives18:27
mfalaticHuh18:27
mfalaticOk18:27
*** jian5397 has quit IRC18:27
mfalaticclarkb I think I see your point now, I'm not finding a counter example yet in mine.18:28
*** geoffarnold is now known as geoffarnoldX18:28
clarkbjeblair: and those numbers are for the entire jenkins job right?18:29
fungikrotscheck: yep, no npm executable in the path now. gone from /usr/bin and /usr/local/bin18:29
mfalaticclarkb So what does Adrian need to do to make this work? Add the user to a particular group, or add the project to it?18:29
clarkbjeblair: its not looking at tempest funny numbers?18:29
openstackgerritJames E. Blair proposed openstack-infra/infra-manual: Document adding hudson-openstack to project-bugs  https://review.openstack.org/23214018:29
jeblairclarkb: correct18:29
clarkbmfalatic: set the bug supervisors for magnum to a group that includes hudson-openstack18:29
jeblairclarkb: they are pulled from the nodepool logs18:29
*** achanda has quit IRC18:30
*** sergmelikyan has quit IRC18:31
fungijeblair: so this is a mean of wall clock time between the ready->used and used->delete transitions?18:31
clarkbI think more likely its mean between onStarted and onFinished jenkins events18:32
krotscheckfungi: Perfect. Now to wait for the second one :)18:32
jeblairfungi: what clarkb said -- jenkins events18:32
* ruagair waves down fungi.18:32
fungik18:32
mfalaticclarkb Passing the info along to adrian - thanks for the clarification!18:33
mordredjeblair: awesome18:33
ruagairIs there a blueprint or some kind of direction setting document for phabricator?18:33
ruagairfungi^^18:33
* ruagair hasn't succeeded in locating it.18:33
jeblairruagair: http://specs.openstack.org/openstack-infra/infra-specs/specs/maniphest.html18:34
ruagairThanks jeblair18:34
pleia2as far as I understand it, the biggest blocker for phabricator is someone to actually do it18:34
fungiruagair: yeah, that one18:34
*** dprince has joined #openstack-infra18:34
pleia2ruagair: so please, have at it :D18:35
* ruagair is on it pleia2 - picking up the pace now.18:35
pleia2\o/18:35
ruagairI've been tinkering at the edges but will now apply more time to it.18:35
*** i8 has joined #openstack-infra18:35
openstackgerritMerged openstack-infra/system-config: Added recent version of npm to release slave  https://review.openstack.org/22938118:36
tchaypoI'm confused about what maniphest is18:36
*** ivar-lazzaro has quit IRC18:36
*** isq_ has joined #openstack-infra18:36
fungiruagair: also worth clarifying, we're really just talking about using maniphest there, not all of phabricator18:36
clarkbtchaypo: it is a bug tracker18:36
tchaypoThe doc seems to use it interchangeably with phabricator18:36
*** sergmelikyan has joined #openstack-infra18:36
fungitchaypo: defect tracker18:36
pleia2tchaypo: it's a part of phabricator18:36
tchaypoOh18:36
fungiphabricator is a suite of services18:36
pleia2phabricator is actually a larger project18:36
fungiwhich includes things like code review and project management18:37
tchaypoI'm suddenly thinking of the distinction between horde and imp18:37
fungiyep18:37
tchaypoIs phabricator important enough to flag it as a18:37
waynrI just set up phabricator for a couple personal projects18:37
*** sergmelikyan has quit IRC18:37
tchaypoPriority effort?18:37
fungitchaypo: yeah, pretty priority18:37
openstackgerritMerged openstack/diskimage-builder: Reorder the script number of 'elements/dkms/post-install.d/99-dkms'  https://review.openstack.org/22088518:37
*** i8 has quit IRC18:37
ruagairfungi: got it. thanks.18:37
*** ociuhandu has quit IRC18:38
fungitchaypo: note it's included at http://specs.openstack.org/openstack-infra/infra-specs/#priority-efforts so for us that's as priority as a spec gets ;)18:38
tchaypoI haven't been able to wake up in time for an infra meeting in a while18:39
* ruagair is currently updating the iport script from Storyboard.18:39
tchaypoDo all the priority efforts still automatically get discussed each week?18:40
ruagairThere's been a schema change since it was last used.18:40
tchaypoI think I remember talk about changing that18:40
*** sergmelikyan has joined #openstack-infra18:40
*** dims has joined #openstack-infra18:40
ruagairOtherwise mordred's code has "Just worked" (tm) so far.18:40
pleia2tchaypo: no, we stopped doing "status updates" so we only talk about them if there's something we actually need to discuss to unblock or whatever18:40
*** thinrichs has quit IRC18:41
fungiyeah, repeating the same status info over and over was a boring way to waste an hour of lots of people's time18:41
pleia2they're on the agenda, just skipped if they don't have specific topics listed under them18:41
fungiand also waiting for the one hour a week we have our meeting to bring up blockers on specs is fairly wasteful as well18:42
tchaypoOkay. So if people do want to discuss them, they should drop it in the agenda ahead of time, or mention it in the meeting?18:42
openstackgerritMonty Taylor proposed openstack-infra/shade: Undecorate cache decorated methods on null cache  https://review.openstack.org/23214618:42
mordredruagair: wow. that almost never happens18:42
pleia2tchaypo: you can add a bullet point under the standing agenda item with specifically what you want to talk about18:42
tchaypoThanks pleia2, fungi18:43
*** tsekiyam_ has joined #openstack-infra18:43
*** esker has quit IRC18:43
*** tsekiyam_ has quit IRC18:43
jeblairclarkb, fungi, mordred: i'm heading to lunch now, but when i return, i'm writing a script to use our full ovh quota to run those jobs and get aggregate timing info.18:43
pleia2tchaypo: oh and add (tchaypo) at the end so we know who to nudge about it during the meeting :)18:44
ruagairI've been surpised too :-) "Checks for broken things"..."oh, it worked" FTW.18:44
*** Piet has joined #openstack-infra18:44
mordredruagair: biggest current unknown is making phab work behind cauth connected to launchpad18:45
mordredwhich I think might require an out of tree plugin18:45
ruagair\o/18:46
ruagairShould e fun, mordred :-D18:46
*** tsekiyama has quit IRC18:46
*** mtanino has quit IRC18:46
ruagairWhat a production deployment without having to hack in something out of tree?18:46
clarkbjeblair: sounds good18:47
mordredruagair: I think if we can cleanly install a plugin, that's fine18:47
* ruagair nods18:48
*** tsekiyama has joined #openstack-infra18:48
mordredruagair: https://github.com/psigen/libphremoteuser18:49
clarkbjenkins02 is thread leaking, I am going to run my ansible playbook against just it from the puppetmaster18:49
clarkbanyone object?18:49
ruagairThanks mordred18:49
mordredclarkb: do it18:50
clarkbmordred: I need to run ansible as root?18:50
mordredclarkb: you need to run it as a user that has ssh key access to the remote systems18:51
mordredclarkb: so yeah, root is probably the best plan from puppetmaster18:51
*** achanda has joined #openstack-infra18:51
*** yfried_ has joined #openstack-infra18:51
*** BharatK has quit IRC18:51
*** Sukhdev has quit IRC18:52
*** Sukhdev has joined #openstack-infra18:52
clarkbmordred: oh one question, do ansible shell commands have a built in timeout? this may take forever and I don't want it to bail out early because of that18:52
fungiclarkb: go for it18:52
*** ivar-lazzaro has joined #openstack-infra18:53
clarkblooks like no timeout to worry about, perfect18:54
*** ivar-lazzaro has quit IRC18:54
*** ivar-lazzaro has joined #openstack-infra18:54
clarkbok starting jenkins02 ansible run now, lets see how this does18:56
*** geoffarnoldX has quit IRC18:56
*** geoffarnold has joined #openstack-infra18:56
clarkbno hosts matched18:56
*** Sukhdev has quit IRC18:57
clarkboh its ansible-playbook not ansible18:57
clarkbmordred: ^ why are those different things?18:57
mordredclarkb: one is for running playbooks18:58
mordredclarkb: one is for running ad-hoc commands18:58
sdaguehmmmm what happened to the sizes on files - http://logs.openstack.org/60/231960/2/check/gate-tempest-dsvm-full/0b3deed/logs/ ?18:58
mordredsdague: that loos like a swift hosted logs18:59
clarkbits os loganalyze so that would be a missing feature18:59
mordredsdague: as opposed to an apache hosted one18:59
clarkbI can revert if we want18:59
mordredah18:59
sdagueum, ok, but I thought we were going to keeping the sizes on files18:59
sdaguebecause that's pretty useful ux19:00
mordredsdague: what clarkb says19:00
clarkbwe were, apparently the merged generation didn't preserve it19:00
sdagueok19:00
clarkbsdague: if thats a current major issue we can revert, if its not we can look into updatingit19:00
sdagueas long as it's a near term fix, I'm fine with it. It's just the sizes of files are good indications on where to look for issues, or fails, especially short ones19:01
sdagueI just wanted to make sure we didn't loose that for good19:01
*** achanda has quit IRC19:02
*** bcourt has quit IRC19:02
clarkboh I know the problem19:03
clarkbwe generate index.html for the files uploaded to swift so those files show size, but now that we generate index for both on disk and swift if no index.html exists this happens19:03
clarkband since on disk used mod_autoindex there isn't an index.html19:03
*** Rockyg has joined #openstack-infra19:04
*** puranamr has joined #openstack-infra19:04
*** ociuhandu has joined #openstack-infra19:06
doronshaiclarkb: I see19:07
clarkbsdague: I think I can have a fix relatively quickly, If this takes longer than half na hour I will push a revert instead19:07
*** pvaneck has quit IRC19:07
sdagueclarkb: ok, cool, that seems like a fair timeframe. Thanks for diving into it19:08
doronshaiclarkb: so what is the actual git command that the user need to write when he wants to push a fix?19:08
krotscheckfungi: Looks like it ran successfully. Mind doing some diagnostics on the release slave? I'm looking for `npm --version`, and `su - jenkins -c 'npm config list'` (do not pastebin this please)19:08
*** pvaneck has joined #openstack-infra19:08
*** puranamr has quit IRC19:09
*** matrohon has joined #openstack-infra19:10
clarkbdoronshai: `git review` is the utility we prefer people to use, but `git push gerrit HEAD:refs/for/master` works fine19:10
*** thingee has quit IRC19:10
*** DericHorn-HP has quit IRC19:10
*** dims has quit IRC19:10
fungikrotscheck: why no pastebin?19:12
krotscheckfungi: Because that config should contain login credentials from ~jenkins/.npmrc19:12
fungikrotscheck: i don't see a password in the config dump19:12
krotscheckfungi: No?19:12
krotscheckUrm.19:12
* krotscheck tries to dredge up how he put this together from 3 months ago19:13
*** dims has joined #openstack-infra19:13
fungikrotscheck: it looks like it includes //registry.npmjs.org/:username but not //registry.npmjs.org/:_password19:13
fungithat may be for safety reasons?19:14
krotscheckfungi: Ok, cool. does `npm whoami` work?19:14
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Set TEMPEST_CONCURRENCY=1 for tempest-dsvm-full-bdd job  https://review.openstack.org/23215519:14
krotscheck(as jenkins)19:14
fungikrotscheck: yep, openstackci19:14
krotscheckSWEET19:14
krotscheckok ok ok ok19:14
*** rlandy has joined #openstack-infra19:14
krotscheckI'm going to get lunch, then push a tag, and see if the machinery works19:14
* krotscheck is super excited.19:15
* mordred is too19:15
fungikrotscheck: dpkg -S `which npm` says nodejs: /usr/bin/npm19:15
mordredmore about the tag and less about krotscheck lunch19:15
fungikrotscheck: and npm --version is 2.11.319:15
mordredbut a little bit about krotscheck lunch19:15
*** bcourt has joined #openstack-infra19:15
*** fawadk has quit IRC19:16
krotscheckfungi: That's all we need.19:16
*** tonytan4ever has quit IRC19:17
*** tsekiyama has quit IRC19:17
*** tsekiyama has joined #openstack-infra19:17
*** skylerberg has joined #openstack-infra19:18
* anteaya is totally excited about krotscheck lunch19:19
anteayaand yay about the tag19:19
*** dramalho has quit IRC19:20
*** thingee has joined #openstack-infra19:21
clarkband of course the hardest part for me is getting the html right :/19:23
* krotscheck has pushed a release tag. Now ot see if it all works...19:24
*** tonytan4ever has joined #openstack-infra19:24
*** annegentle has quit IRC19:24
*** juggler__ has joined #openstack-infra19:24
doronshaiclarkb: thanks for this answer ;)19:24
*** [HeOS] has joined #openstack-infra19:24
krotscheckAREGH19:25
mtreinishfungi: so when you get a sec I'm thinking we should manually test: https://review.openstack.org/#/c/176564/ before that lands19:25
*** annegentle has joined #openstack-infra19:25
*** nelsnels_ has joined #openstack-infra19:25
tchaypopleia2: fungi I assume that means we don’t plan to install the part of phabricator that has a kanban board thingy?19:25
mtreinishjust to make sure the expire/delete command works well19:25
*** nelsnelson has quit IRC19:25
*** alexsyip has quit IRC19:25
*** alexsyip_ has joined #openstack-infra19:25
clarkbdoronshai: is there a specific problem you are running into? or are you just curious? want to make sure we get any problems resolved if they exist19:25
*** e0ne has quit IRC19:25
*** HeOS has quit IRC19:25
*** ajmiller has joined #openstack-infra19:26
clarkbdoronshai: also you can use git-review with other gerrit servers19:26
*** sergmelikyan has quit IRC19:27
*** ryanpetrello has quit IRC19:27
doronshaifor some other project that we have i want to have process with gerrit which is close as possible to the openstack way19:27
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Added 'pack' to npm lifecycle  https://review.openstack.org/23216019:27
*** ryanpetrello has joined #openstack-infra19:27
*** juggler_ has quit IRC19:27
krotscheckmordred, fungi: The release script ran into a snag from a different commit, I think ^^ fixes it.19:28
*** dims has quit IRC19:28
*** amuller has quit IRC19:28
pleia2tchaypo: I know the kanban feature was floated because some folks might want it and it's nice that it can be added, but I think we focused on just the bug tracker for now19:28
jeblairtchaypo, pleia2, fungi: maniphest has a kanbany thingy19:28
*** dims has joined #openstack-infra19:28
pleia2jeblair: oh good, thanks19:28
*** amuller has joined #openstack-infra19:28
alivignizaro# is it better to make a new change on my current topic branch as a new commit?19:28
pleia2there's a kanban board at my gym for the trainers, san francisco is funny :)19:29
fungimtreinish: i can take it for a test drive if you want19:29
pleia2"..is that a kanban board?" "sure is!"19:29
clarkbsdague: I think I have something that works, just updating tests now19:29
mtreinishfungi: yes please :)19:30
*** glauco has joined #openstack-infra19:30
mtreinishfungi: we should probably try a bit more conservative of an expiration age19:30
*** thinrichs has joined #openstack-infra19:30
*** Piet has quit IRC19:30
mtreinishlike everything older than Dec 2014 or something to test it19:30
* mtreinish starts counting19:31
*** ramashri has quit IRC19:31
fungimtreinish: i'll let you do the counting. i don't have that many fingers19:31
openstackgerritHongbin Lu proposed openstack/requirements: Add certifi to global requirements  https://review.openstack.org/22110719:31
*** fawadkhaliq has joined #openstack-infra19:31
*** ramashri has joined #openstack-infra19:31
mtreinishfungi: according to the google that's 310 days19:31
*** changbl has joined #openstack-infra19:32
*** BharatK has joined #openstack-infra19:32
clarkbthere tests are not fun to update19:32
*** glauco__ has quit IRC19:33
krotscheckfungi: Much obliged. clarkb, mordred, anteaya : Any of you able to look at https://review.openstack.org/#/c/232160/ ?19:33
*** sdake has quit IRC19:33
fungimtreinish: getting an sqlalchemy.exc.InvalidRequestError19:33
mtreinishfungi: :/ can you pastebin the traceback? (assuming there aren't creds or anything in it)19:34
AJaegerkrotscheck: +2A19:34
* mtreinish swears he tested the command months ago when he added it19:34
*** sdake has joined #openstack-infra19:34
krotscheckAJaeger: tanke19:35
fungimtreinish: http://paste.openstack.org/show/47565019:35
fungiand now i'm looking to see who's abusing paste.o.o today so i can block them again19:35
mtreinishhehe, well it loaded eventually19:35
mtreinishhmm, I think I would have caught an error like that locally testing it19:36
mtreinishwell I guess I'll just have to workaround not doing a join in that command, let  me throw a patch together19:36
*** sdake_ has joined #openstack-infra19:38
*** sergmelikyan has joined #openstack-infra19:38
openstackgerritMerged openstack-dev/pbr: Remove redundant testscenarios glue.  https://review.openstack.org/23024219:39
*** sdake has quit IRC19:39
*** tsekiyama has quit IRC19:40
clarkbsdague: I think the tests are buggy :/19:43
clarkbI will go ahead and push the revert then figure the broken tests out19:43
*** e0ne has joined #openstack-infra19:43
*** otter768_ has joined #openstack-infra19:44
*** otter768 has quit IRC19:44
openstackgerritClark Boylan proposed openstack-infra/puppet-openstackci: Revert "Handle all requests through os-loganalyze"  https://review.openstack.org/23217019:44
clarkbsdague: ^19:45
*** sambetts has quit IRC19:45
*** nadya has joined #openstack-infra19:45
*** sdague_ has joined #openstack-infra19:47
*** wenlock has quit IRC19:47
*** afazekas has quit IRC19:47
*** sc68cal has quit IRC19:47
*** purp has quit IRC19:47
*** tcammann1 has quit IRC19:47
*** moravec1 has joined #openstack-infra19:47
*** wenlock_ has quit IRC19:47
*** moravec has quit IRC19:47
*** sdague has quit IRC19:47
*** bradm_ has joined #openstack-infra19:47
*** wenlock has joined #openstack-infra19:47
*** dhellmann has quit IRC19:47
*** bradm has quit IRC19:47
*** wenlock has quit IRC19:47
*** wenlock has joined #openstack-infra19:47
*** salv-orlando has joined #openstack-infra19:47
*** tcammann_ has joined #openstack-infra19:47
*** dhellmann has joined #openstack-infra19:47
*** purp_too has joined #openstack-infra19:47
*** sdague_ is now known as sdague19:47
*** sc68cal has joined #openstack-infra19:48
*** sambetts has joined #openstack-infra19:48
*** wenlock_ has joined #openstack-infra19:48
*** markvoelker has quit IRC19:51
annegentlecourtesy ping for current TC members: https://etherpad.openstack.org/p/next-tc-blog-post dtroyer dhellman flaper87 jeblair jgriffith markmcclain mordred sdague lifeless ttx Missing anything or anything to add, please feel free to edit!19:52
openstackgerritMerged openstack-infra/project-config: Added 'pack' to npm lifecycle  https://review.openstack.org/23216019:52
annegentleWant to shipit in three hours if possible19:52
*** sridhar_ram has quit IRC19:53
*** gorovdude has joined #openstack-infra19:53
openstackgerritClint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from  https://review.openstack.org/23168519:54
*** tsekiyama has joined #openstack-infra19:54
gorovdudeWhat is the way the Workflow label works? How itvtriger the build in jenkins?19:54
*** hashar has quit IRC19:55
*** afazekas has joined #openstack-infra19:55
*** gorovdude has quit IRC19:55
*** markvoelker has joined #openstack-infra19:55
dhellmannannegentle: did you mean to post this in -infra?19:55
fungigorovdude: a service called zuul listens to the gerrit event stream, looks for comment-added events checking whether they include a workflow +1 vote, then if additional required criteria are met it communicates with jenkins via a gearman queue to request job runs and receive completion notifications19:55
*** glauco has quit IRC19:56
*** gorovdude has joined #openstack-infra19:56
fungigorovdude: a service called zuul listens to the gerrit event stream, looks for comment-added events checking whether they include a workflow +1 vote, then if additional required criteria are met it communicates with jenkins via a gearman queue to request job runs and receive completion notifications19:56
annegentledhellmann: coulda done -dev I guess but most TC members are here and I've used it before, do you have another suggestion?19:56
fungigorovdude: http://docs.openstack.org/infra/zuul/19:56
openstackgerritFredrik Medley proposed openstack-infra/zuul: Improve job dependencies using graph instead of tree  https://review.openstack.org/23112419:57
dhellmannannegentle: no, I was just surprised :-)19:57
gorovdudeFungi: I didnt find an answer in these slides19:57
lifelessannegentle: looking19:57
*** dramalho has joined #openstack-infra19:58
annegentledhellmann: heh it's ok I don't mind questioning where we all typically gather, esp. with the mix coming in the elections we(or you) may need a designated channel or something19:59
lifelessannegentle: looks fine to me19:59
annegentlethanks lifeless19:59
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Align users with list/search/get interface  https://review.openstack.org/23207920:00
lifelessmordred: care to add -oslo to your lurking channels?20:00
gorovdudeFungi: just saw a previous message20:01
krotscheckThe canonical way of rerunning the release pipeline is to push a new tag, yes? No way to retry something?20:01
gorovdudeFungi: got it20:01
gorovdudeFungi: thanks20:01
*** Sukhdev_ has joined #openstack-infra20:01
*** rkukura has joined #openstack-infra20:02
*** sridhar_ram has joined #openstack-infra20:02
lifelessfungi: ok so https://review.openstack.org/#/c/231748/ failed; thoughts?20:02
fungilifeless: "Job propose-requirements-constraints-liberty not defin20:03
dhellmannannegentle: -dev is usually quiet enough, that seems like a good place. I left one comment about the title on line 2520:03
fungied"20:04
fungilifeless: probably missing an addition to jenkins/jobs/projects.yaml20:04
*** sergmelikyan has quit IRC20:04
fungilifeless: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n326520:05
gorovdudeIs there any infra aspect in the openstack summits?20:05
*** sridhar_ram has quit IRC20:05
fungigorovdude: yes20:05
lifelessfungi: yeah, so what do I change to make it work :)20:05
*** e0ne has quit IRC20:05
gorovdudeWhere can i see the plannef sessions about it?20:06
fungilifeless: on the phone, but add -liberty and stable/liberty for a second invocation20:06
*** geoffarnold is now known as geoffarnoldX20:06
*** zeih has joined #openstack-infra20:07
openstackgerritlifeless proposed openstack-infra/project-config: Enable constraints proposals for liberty  https://review.openstack.org/23174820:08
*** trown is now known as trown|outttypeww20:08
*** sergmelikyan has joined #openstack-infra20:09
*** tsekiyama has quit IRC20:09
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Fix the delete_old_*() db api functions  https://review.openstack.org/23218720:10
*** sergmelikyan has quit IRC20:10
mtreinishfungi: ^^^ that should fix the issues20:10
*** nadya has quit IRC20:11
*** ayoung has quit IRC20:11
*** zeih has quit IRC20:11
openstackgerritPaul Michali proposed openstack-infra/project-config: Move VPN Functional tests to check queue  https://review.openstack.org/22304920:12
*** gorovdude has quit IRC20:12
*** tsekiyama has joined #openstack-infra20:12
*** bcourt has quit IRC20:12
*** skylerberg has quit IRC20:12
*** BharatK has quit IRC20:13
lifelessfungi: ^ hopefully20:13
krotscheckmordred, fungi: The canonical way of rerunning the release pipeline is to push a new tag, yes? No way to retry something?20:13
*** jian5397 has joined #openstack-infra20:15
*** jian5397 has quit IRC20:15
*** gorovdude has joined #openstack-infra20:15
gorovdudeFungi: i gt disscnected20:16
fungikrotscheck: a root admin can re-trigger a release pipeline job20:16
*** gorovdude has quit IRC20:16
fungigorovdude: we're brainstorming session ideas at https://etherpad.openstack.org/p/infra-mitaka-summit-planning20:18
*** AJaeger has quit IRC20:18
krotscheckfungi: Would you mind retriggering the eslint-config-openstack release v1.2.3?20:19
fungikrotscheck: on the phone but in a bit20:19
krotscheckThanks20:19
*** rfolco has quit IRC20:20
openstackgerritMerged openstack-dev/pbr: test_integration cleanups  https://review.openstack.org/23024120:20
openstackgerritMerged openstack-dev/pbr: Handle the case where cmd.distribution has no pbr attribute  https://review.openstack.org/22608820:20
*** BobBall has quit IRC20:20
openstackgerritClark Boylan proposed openstack-infra/os-loganalyze: Print file sizes in indexes for on disk files  https://review.openstack.org/23219420:21
openstackgerritClark Boylan proposed openstack-infra/os-loganalyze: Report object sizes from swift when writing index  https://review.openstack.org/23219520:21
clarkbsdague: ^ that should do it20:21
*** thinrichs has quit IRC20:22
*** kgiusti has left #openstack-infra20:22
clarkbkrotscheck: do we know why the previous tagging failed?20:22
*** thinrichs has joined #openstack-infra20:22
*** BobBall has joined #openstack-infra20:22
clarkbkrotscheck: looks like v1.2.3 is not allowed in the release pipeline20:22
*** BobBall is now known as Guest455920:22
clarkbthe v doesn't match the regex20:22
krotscheckclarkb: 1.2.320:23
* clarkb updates local repo to make sure it is current20:23
krotscheckIt failed because https://review.openstack.org/#/c/232160/20:23
krotscheckOr rather because that patch wasn't there.20:24
krotscheckclarkb: I haven't approved the version commit yet though, is that something you need?20:24
clarkbkrotscheck: no, the tag just has to match the regex, 1.2.3 will match but v1.2.3 wont20:24
clarkblooks like the tag in git is 1.2.320:24
krotscheckclarkb: Got it20:24
krotscheckclarkb: Do I nee to do anything to make the regex match?20:25
clarkbkrotscheck: nope20:25
*** skylerberg has joined #openstack-infra20:25
*** bcourt has joined #openstack-infra20:25
clarkbone job to go on jenkins0220:26
*** doronshai has quit IRC20:26
jeblairclarkb, fungi: do you recall you can enqueue refs now, right?20:28
*** jian5397 has joined #openstack-infra20:28
fungijeblair: oh! i forgot that got written20:28
fungii'll check the cli context help20:28
clarkbthats why the version needs to match20:28
*** glauco has joined #openstack-infra20:28
*** glauco has quit IRC20:28
jeblairclarkb: i mentioned that because i saw fungi say 're-trigger' rather than 're-enqueue'20:29
clarkbah20:29
*** sridhar_ram has joined #openstack-infra20:29
fungiyep. i did indeed forget ;)20:30
clarkbjroll: dprince are the https://jenkins02.openstack.org/job/gate-tripleo-ironic-overcloud-f21puppet-ha/225/console jobs expected to not write any console output for 1.5 hours?20:31
jrollclarkb: I have no clue about tripleo ci20:32
clarkbjroll: but it has ironic in the name :P20:32
jrollbutbutbut20:32
jroll:D20:32
jrollif you linked to an ironic log doing that I'd be happy to help20:32
*** rfolco has joined #openstack-infra20:33
dprinceclarkb: stack deploys can take awhile, 1.5 hours seems way too long though20:33
clarkbdprince: ok, I semi expect that to hit the job timeout which may or may not result in useful logs20:33
dprinceclarkb: yeah, it is an HA job20:33
dprinceclarkb: those aren't "optimized" for sure20:34
dprinceclarkb: see the overcloud-f2-puppet-ha column here for expected runtimes http://tripleo.org/cistatus.html20:34
krotscheckclarkb: Did you re-enqueue that job for me?20:34
*** achanda has joined #openstack-infra20:34
*** achanda has quit IRC20:34
*** glauco has joined #openstack-infra20:35
dprinceclarkb: if I recall we bump the job timeouts for these20:35
clarkbkrotscheck: I did not, sorry I am still working on jenkins02 things20:35
krotscheckclarkb: Oh good. Just want to make sure no wires got crossed.20:35
*** matrohon has quit IRC20:35
krotscheckClarity++ :)20:36
*** mwagner_ has quit IRC20:36
*** dprince has quit IRC20:36
*** rfolco has quit IRC20:37
*** rfolco has joined #openstack-infra20:38
anteayafungi: there are patches up to fix robots.txt on paste: https://review.openstack.org/#/q/topic:no-proxy-robots_txt,n,z20:38
fungijeblair: is `sudo zuul enqueue-ref --trigger ref-updated --pipeline release --project openstack/eslint-config-openstack --ref 1.2.3` sufficient?20:38
anteayafungi: the first pass doesn't allow the file to be found where puppet expects it to be20:39
clarkbfungi: it might be /refs/tags/1.2.320:39
fungioh, yep20:39
clarkbsince that is what the ppeline regex matches20:39
fungisudo zuul enqueue-ref --trigger ref-updated --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.320:40
*** achanda has joined #openstack-infra20:41
fungihuh, looks like at least one of oldrev or newrev is required20:41
fungiwhich i guess is the show-ref on the tag20:41
*** ayoung has joined #openstack-infra20:42
fungi--newrev 35393b1fa54188d54d3d8a5956b49b40df1aa28120:42
fungizuul.rpcclient.RPCFailure: Invalid trigger: ref-updated20:42
*** salv-orlando has quit IRC20:42
fungiunfortunately that's the trigger specified for the release pipeline :/20:43
*** tsekiyama has quit IRC20:43
*** sdake_ has quit IRC20:43
clarkbfungi: maybe its 'gerrit'20:43
fungiohhh.... yep20:44
fungithanks, that was it20:45
fungii was overthinking it20:45
anteayajeblair: can I offer to work on a draft of the email to stackforge project owners for you to edit? or have you gotten to it already?20:45
krotscheckfungi: Just saw it pop up, thanks20:45
*** tsekiyama has joined #openstack-infra20:45
fungiso for reference, that's: sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa28120:45
anteayajeblair: I just don't want the day to slip away20:45
*** skylerberg has quit IRC20:45
pleia2fungi: thanks for sharing20:45
pvaneckHi fungi, hoping you can help with an issue regarding openstackid.20:46
fungiand indeed, --trigger gerrit is what i was using before with enqueue as well, so it makes sense enqueue-ref would want the same20:46
fungipvaneck: what's up?20:46
pvaneckRight now, when we post to the openid server to verify a successful authentication, we often get delayed responses as described here: https://bugs.launchpad.net/refstack/+bug/149954220:46
openstackLaunchpad bug 1499542 in refstack "RefStack sign in sometimes slow" [High,Confirmed]20:46
fungipvaneck: oh, right, you mentioned that in the refstack meeting earlier this week20:46
krotscheckfungi, clarkb: No SCP site is configured. This is likely a configuration problem. (pointer?)20:47
*** jian5397 has quit IRC20:47
fungikrotscheck: where did you see that? when it's trying to upload logs?20:47
krotscheckhttps://jenkins03.openstack.org/job/eslint-config-openstack-npm-publish-tarball/1/console20:48
openstackgerritClint Adams proposed openstack-infra/puppet-lodgeit: Let Apache know where to serve robots.txt from  https://review.openstack.org/23168520:49
pvaneckfungi: Wondering if somehow the refstack server ip is on some black list on the openstackid server that would cause these delays as a security measure20:49
krotscheckfungi: Looks like the javascript job doesn't have a {site} configured20:50
fungikrotscheck: yeah, it wants to scp logs to swift.openstack.org for some strange reason20:50
*** sputnik13 has joined #openstack-infra20:50
fungikrotscheck: i think the log publisher may be incorrect but don't have time to look at it just yet20:50
fungipvaneck: hopefully not. let me see if there are any timestamps in the bug i can try to correlate to logs20:51
*** sdake has joined #openstack-infra20:51
openstackgerritMerged openstack-infra/puppet-httpd: Allow specification of DocumentRoot when reverse-proxying partially  https://review.openstack.org/23168220:52
clarkbarg jenkins02 is doing the same thing that 04 did20:52
clarkb500 errors when trying to list running jobs20:52
anteaya:(20:53
anteayaany idea what is causing it?20:53
clarkbI don't know how we work around that, jenkins breaks then the api becomes useless20:53
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Bump oslo.reports version  https://review.openstack.org/23220420:53
clarkbanteaya: no I am about to dig into that and see if I can narrow it down to a specific request20:53
* anteaya cheers on clarkb20:53
krotscheckfungi: Now doesn't seem to be a good time. Can I get some time on your busy schedule for some focused effort so I don't feel like I'm constantly bothering you?20:54
fungipvaneck: connections would be coming from 67.205.62.14?20:54
*** skylerberg has joined #openstack-infra20:54
fungikrotscheck: i don't really have a busy schedule. i'm just constantly juggling a bunch of conversations at once and sometimes it lets up for a bit20:55
pvaneckfungi: should be20:55
*** tsekiyama has quit IRC20:55
fungikrotscheck: i was mostly hoping my response would serve as a prompt for you to look at the job configuration for any unusual differences from working jobs20:56
fungipvaneck: i'm not finding that ip address in the apache logs on openstackid.org20:56
krotscheckfungi: Oh, I do that automatically :)20:56
krotscheckfungi: And I think i know what's wrong.20:56
krotscheckIt's just that I'm usually focused on things outside the domain of infra, so my brain is effectively a sieve.20:56
*** thiagop has quit IRC20:57
fungii'm usually focused on things inside the domain of infra and my brain is still a sieve, so don't feel bad20:57
fungipvaneck: nevermind! i was looking in the wrong log20:57
*** glauco has quit IRC20:58
pvaneckfungi: so i just initiated a sign in request to refstack.net, and it is hanging now20:58
pvaneckalways returns in ~128 seconds20:59
fungipvaneck: most recent hit i see in the apache log from that ip address was at 20:54:28 utc20:59
*** glauco__ has joined #openstack-infra20:59
*** salv-orlando has joined #openstack-infra20:59
fungiroughly 5 minutes ago20:59
clarkbanteaya: I may be able to work around this so thats good20:59
*** tsekiyama has joined #openstack-infra20:59
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Specify tarball site  https://review.openstack.org/23221021:00
anteayaclarkb: yay!21:00
krotscheckfungi: We can be sieves together!21:00
krotscheckfungi ^^ might do it.21:00
pvaneckfungi: that was probably me earlier trying to recreate the delay21:00
fungipvaneck: it just showed up now21:00
fungi21:00:42 utc21:00
krotscheckI'm not certain what the globals are for jjb though.21:00
fungipvaneck: so it's not getting to apache21:01
*** glauco__ has quit IRC21:01
pvaneckit did respond successfully, and i waas able to log in though21:01
clarkbzaro: for the jenkins API it looks like if you set the depth too big that can cause the jenkins master to 500?21:01
clarkbzaro: in this case https://jenkins02.openstack.org/computer/devstack-trusty-rax-iad-5243252/api/json?depth=0&pretty=true works but depth=1 does not21:02
fungipvaneck: i've got a packet sniffer running on the openstackid.org server now listening for packets involving 67.205.62.14 if you want to try again21:02
anteayakrotscheck: what problem are you experiencing that this is the expected fix for your publisher?21:02
openstackgerritAugustina Ragwitz proposed openstack/diskimage-builder: Update apt-preferences element README from free text to table formatting  https://review.openstack.org/23221121:02
anteayakrotscheck: I came in in the middle of your conversation21:02
clarkbzaro: any idea what would cause that21:02
krotscheckanteaya: https://jenkins03.openstack.org/job/eslint-config-openstack-npm-publish-tarball/1/console21:02
*** glauco has joined #openstack-infra21:02
pvaneckfungi: alright, so i was able ot login and out foour times with no delay21:02
krotscheckanteaya: specifically, No SCP site is configured. This is likely a configuration problem.21:02
pvaneckfifth time, hanging21:02
fungipvaneck: does it cache locally maybe? i haven't seen packet one21:03
anteayakrotscheck: ah yes it does need an scp site21:03
* anteaya notes this is the first she has seen an orange ball21:03
anteayahow pretty21:03
krotscheckanteaya: I'm digging through the rest of the codebase right now to see if {{tarball-site}} is set globally or if I need to set it manually21:03
lifelessfungi: https://review.openstack.org/#/c/231748/ is happy now, though I still don't know if its the Right Way to do it :)21:04
anteayakrotscheck: okey dokey21:04
* anteaya digs through some other macros21:04
*** dramalho has quit IRC21:04
fungipvaneck: it just now connected21:04
pvaneckfungi: hmmm, so you dont get a packet until after 2 mins21:05
clarkbzaro: I am guessing the slave has gotten itself in a bad way and that if we get a 500 at depth2 but depth0 works we can treat that as not running any jobs21:05
*** alivigni has quit IRC21:05
fungipvaneck: yeah, running a packet sniffer on the refstack.net server might help to see if that matches21:05
*** puranamr has joined #openstack-infra21:05
fungipvaneck: also your first 4 logins didn't generate any connection either, so i have a feeling something in there is caching the lookup/response?21:06
*** achanda has quit IRC21:07
pvaneckfungi: alright, this all helps a lot in the debugging. I'll do some more investigation on refstack's end.21:07
*** mtanino has joined #openstack-infra21:07
fungipvaneck: i recommend profiling it from the initiating end and then we can revisit if you still think it's something on the openstackid.org end causing this21:07
fungiyep21:07
*** dramalho has joined #openstack-infra21:07
*** aeng has joined #openstack-infra21:07
pvaneckthanks for the help :)21:07
fungiany time!21:07
krotscheckanteaya: Looks like it needs to be manually set at the project level, which it appears to be in http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n30921:07
*** dramalho has quit IRC21:08
anteayakrotscheck: here is the tarball publisher macro: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/macros.yaml#n73521:08
*** harlowja has quit IRC21:08
*** thorst1 has quit IRC21:09
anteayaoh and yes in jobs/projects.yaml the tarball-site does have to be specified21:09
fungilifeless: yep, if you look back through the project-config history you'll see where i had similar there initially for stable/kilo and then we ripped it out (which is why the branch info was already parameterized in the job template)21:09
krotscheckanteaya: Yep. And I configured it as per http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/python-jobs.yaml#n27021:09
*** tsekiyama has quit IRC21:09
krotscheckLearn something new every day21:09
*** puranamr has quit IRC21:10
anteayakrotscheck: makes it a good day21:10
krotscheckanteaya: You see anything else wrong with that build? I'd like to not have to ask fungi to trigger it N-hundred times :)21:11
*** pc_m has quit IRC21:11
fungikrotscheck: just now freed up to look at that config21:11
*** tsekiyama has joined #openstack-infra21:11
krotscheckfungi: Sweet, thanks21:11
fungilooks like you've probably got it figured out21:11
fungii'm just double-checking because i never trust my memory21:12
glaucoFolks, I am currently working on puppet-openstack_health and we need a newer version of nodejs21:12
anteayakrotscheck: I'm looking21:12
glaucoCurrently Trusty has a package for version 0.10, which is very outdated21:12
glaucoIs there a trusted ppa we are using to get a newer version?21:13
anteayakrotscheck: what repo runs this job?21:13
*** angdraug has joined #openstack-infra21:13
krotscheckanteaya: eslint-config-openstack21:13
*** bswartz has joined #openstack-infra21:14
anteayathank you21:14
anteayanever heard of it21:14
*** ldnunes has quit IRC21:14
bltavaresglauco: according to nodejs docs there is https://nodesource.com/21:14
bltavaresglauco: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions21:15
bswartzI need help creating a branch in a project that's not release-managed. Does anyone know the command to create a stable/liberty branch in a project managed by gerrit?21:15
anteayakrotscheck: you have the tarball site specified: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n30721:15
krotscheckanteaya: It's a new QA thing which is basically a javascript version of hacking21:15
anteayabswartz: does the project have permissions to allow for branch creation?21:15
*** shardy has quit IRC21:15
*** achanda has joined #openstack-infra21:15
anteayakrotscheck: awesome, glad to know about it, thank you21:15
lifelessbswartz: git push gerrit master:stable/liberty21:16
bswartzanteaya: I'm not sure -- I tried a straightforward push and it failed21:16
anteayabswartz: what is the name of the project?21:16
krotscheckanteaya: Yes, I linked it at 2:07PM PDT :)21:16
anteayakrotscheck: ah okay, fair enough21:16
bswartzanteaya: openstack/manila-ui21:16
fungibswartz: if you're in a group that has create permission on refs/heads/* (or refs/*) in that project's acl then you can do it from the gerrit webui under project->branches21:17
anteayakrotscheck: what is that in utc? the infra logs are in utc21:17
fungii believe push to create branches requires some additional leaky acl permissions21:17
anteayahttp://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/manila-ui.config21:17
fungiokay, i'm going to go get something to eat. back soon21:17
anteayayeah under refs/heads/* you need create -21:18
bswartzfungi: there's no "branches" menu under Projects in the web ui21:18
anteayacreate =21:18
anteayafungi: enjoy lunch21:18
*** tiswanso has quit IRC21:18
anteayabswartz: you need to amend the acl for the project21:18
krotscheckanteaya: ¯\_(ツ)_/¯  timezones and daylight savings is hard.21:18
anteayakrotscheck: yes, which is why i use ust21:18
anteayautc21:18
anteayabswartz: you need a create = gerrit group line under refs/heads/*21:19
*** ramashri has quit IRC21:19
*** tlian2 has joined #openstack-infra21:19
*** jamesmcarthur has quit IRC21:19
bswartzanteaya: do other projects do this? I might be better off just getting an admin to do it -- the plan is to have manila-ui release managed -- we just forgot to do that for liberty21:19
anteayabswartz: projects do many things21:20
anteayawhich project would you like to emulate21:20
anteayabswartz: do you want to create a plan with dhellmann?21:21
bswartzanteaya: manila-ui should be the same as python-manilaclient for the release management part -- the only difference is that horizon-core needs access too21:21
mtreinishfungi, clarkb, jeblair: if you get a sec can you take a look at: https://review.openstack.org/#/c/208389/21:21
bswartzanteaya: yeah I'll get with dhellmann to get it fixed21:22
anteayaabout how to organize releases for manilla-ui and how to get its releases managed?21:22
mtreinishwe've been waiting for a while to get that cookiecutter repo started21:22
*** claudiub has joined #openstack-infra21:22
anteayabswartz: wonderful create a plan then we can help get the pieces in place to make it happen21:22
bswartzit was overlooked during liberty because everything was working fine until now21:22
bswartzanteaya: thanks21:22
anteayabswartz: well done then21:22
*** hdd has joined #openstack-infra21:23
*** tlian has quit IRC21:23
jeblairfungi, clarkb, mordred: i told my local nodepool to burst to 200 vms in ovh; we got to 28 before they started going into ERROR21:23
*** fawadkhaliq has quit IRC21:23
anteayawooo 2821:23
anteayajeblair: do you want me to work on the draft of the email?21:23
anteayajeblair: you can edit when I have something to look at?21:24
jeblairanteaya: sure; i was planning on making a small modification to what we sent last time.21:25
krotscheckThings that make me happy: https://packages.debian.org/testing/nodejs21:25
clarkbok I should have a few patches to fix this jenkins problem21:25
krotscheckVersion 4!!!!!21:25
krotscheckOMG!!!21:25
anteayajeblair: great, have you that link or shall I dig it up?21:25
jeblairanteaya: i do not21:26
*** julim has quit IRC21:26
anteayaI will dig21:26
clarkbgoing to make lunch an dwork on cleaning that stuff up21:27
anteayaenjoy lunch21:29
anteayaand thank you21:29
*** andersonvom has joined #openstack-infra21:30
krotscheckanteaya: Anything other concerns you have on https://review.openstack.org/#/c/232210/1?21:31
*** akshai has joined #openstack-infra21:31
*** doug-fish has quit IRC21:32
*** jamielennox|away is now known as jamielennox21:32
*** doug-fish has joined #openstack-infra21:32
mordredjeblair: wow21:33
mordredjeblair: 28 is a lot21:33
anteayajeblair: found it https://etherpad.openstack.org/p/fAg2humU6A21:34
anteayakrotscheck: away it goes21:35
krotscheckanteaya: Thanks!21:35
anteayakrotscheck: welcome, nice digging21:35
*** doug-fish has quit IRC21:36
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Add methods for adding internal router interfaces  https://review.openstack.org/23223621:37
Shrewsmordred: ^^^ will be needed to fix os_router21:37
*** signed8bit has quit IRC21:37
*** doug-fish has joined #openstack-infra21:38
*** sdake_ has joined #openstack-infra21:40
*** sdake has quit IRC21:41
Shrewsmordred: jeblair: clarkb: has devstack just switched default keystone versions?21:41
openstackgerritMerged openstack-infra/project-config: Specify tarball site  https://review.openstack.org/23221021:41
Shrewsb/c shade keystone tests are suddenly sad21:41
glaucobltavares: krotscheck pointed out this review https://review.openstack.org/#/c/229381/4/modules/openstack_project/manifests/release_slave.pp21:41
glaucothis seem like a good way of using a newer version using puppet-nodejs21:42
*** matbu has quit IRC21:42
*** doug-fish has quit IRC21:42
*** matbu has joined #openstack-infra21:43
*** tsekiyama has quit IRC21:43
anteayajeblair: I made an edit and but the removed paragraphs down below, feel free to change anything: https://etherpad.openstack.org/p/fAg2humU6A21:44
anteayas/but/put21:44
mordredShrews: aroo?21:44
mordredstevemar_: ^^21:44
*** tsekiyama has joined #openstack-infra21:47
zaroclarkb: i don't know. i've never gotten 500 from setting depth to high.21:48
jeblairanteaya: that looks great21:48
anteayajeblair: yay21:49
jeblairclarkb, fungi, mordred, pleia2: anyone else want to review https://etherpad.openstack.org/p/fAg2humU6A before i send it?21:49
jeblairthere are 52 projects who have not responded21:50
bltavaresglauco: cool21:50
jeblairakanda is among them21:50
anteayajeblair: yay21:50
anteayamarkmcclain: akanda is among them21:50
jeblairgertty is no longer among them ;)21:51
anteayayay21:51
anteayaI think so folks want to continue development on gertty21:51
*** glauco___ has joined #openstack-infra21:52
anteayas/so/some21:52
anteayaI just can't type21:52
krotscheckfungi: Could you run "sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa281" again?21:53
*** regXboi has quit IRC21:53
pleia2jeblair: lgtm21:53
*** harlowja has joined #openstack-infra21:53
Shrewsmordred: i'm done tracking problems for the day. will look into it tomorrow21:54
*** rfolco_ has joined #openstack-infra21:54
jeblairi have updated the wiki page to list unresponsive projects under inactive: https://wiki.openstack.org/wiki/Stackforge_Namespace_Retirement21:54
jeblair(so the page should be the complete list now)21:54
anteayajeblair: wonderful21:54
markmcclainjeblair: adam_g is going to reach out about the rename/move from stackforge21:54
*** spredzy_ has joined #openstack-infra21:55
*** glauco has quit IRC21:55
* adam_g reaches out21:55
*** pradk has quit IRC21:55
krotscheckjeblair: ohpleaseohpleaseohpleaseletxstaticdie21:55
* mordred touches adam_g21:55
mordredkrotscheck: ++21:55
anteayamarkmcclain: adam_g just edit the wikipage21:55
jeblairkrotscheck: someone wants them to live :(21:55
*** thinrichs has quit IRC21:55
anteayayou don't have to reach very far21:56
jeblairkrotscheck: except 4 of them at the bottom21:56
adam_ganteaya, so in additino to moving from stackforge/ -> openstack/ we're also going to need to rename the projects themselves. where should i note that?21:56
*** thinrichs has joined #openstack-infra21:56
jeblairadam_g: i think we'll have to do that after tokyo21:56
krotscheckjeblair:Oh. Wrong list. DRAT21:56
*** mwagner_ has joined #openstack-infra21:56
mmmporkadam_g: i would put something on the wiki page21:56
anteayaadam_g: just move it in the wikipage21:56
mmmporkwe don't really have a central place for tracking what we need to do21:56
*** rfolco has quit IRC21:56
jeblairmmmpork, adam_g: don't put something on the wiki page :)21:56
anteayaadam_g: no don't put something int eh wikipage21:56
mmmporkand that seems like hte best place21:56
*** rfolco__ has joined #openstack-infra21:56
adam_g?21:56
anteayaadam_g: just edit the wikipage21:57
*** geoffarnoldX is now known as geoffarnold21:57
anteayachange akanda from idle to move to stackforge21:57
anteayaadam_g: one quick copypaste21:57
jeblairthere will be two separate changes21:57
anteayadone21:57
jeblairone is to move akanda from stackforge to openstack21:57
jeblairthe second is to rename it21:57
adam_gright21:57
mmmporkshould we make a list of projects that need to be renamed?21:57
jeblairwe are unable to accomodate them both at the same time due to the complexity of the stackforge move21:57
adam_gjeblair, so the rename wont be able to happen till after tokyo..  does that prevent us from releasing a liberty thing before tokyo under the new name?21:58
*** weshay has quit IRC21:58
jeblairmmmpork, adam_g: so for the rename, what you should do is, after the stackforge->openstack move has completed, propose a change to project-config for the project rename21:58
jeblairmmmpork, adam_g: then add that to the infra team agenda, and we can schedule the rename with you21:59
mmmporkis that the only project that needs to be renamed?21:59
jeblairmmmpork, adam_g: er, the infra team meeting agenda21:59
mmmporkor will there be others?21:59
adam_gjeblair, gotcha.21:59
jeblairmmmpork: afaik, for the moment, yes21:59
stevemar_Shrews: mordred yess, more fallout21:59
stevemar_of course it broke something!21:59
*** rfolco_ has quit IRC22:00
mmmporkok cool, i was under the impression a whole bunch might need this, thanks for clarifying22:00
mordredstevemar_: so - the answer is "yes, v3 by default now?"22:00
anteayajeblair: the puppet-openstack-health project will become puppet-openstack_health at some point but not on oct.17th22:00
jeblairanteaya: well remembered22:00
stevemar_mordred: unless we broke more than 1 thing, i'm tempted to leave this be22:00
anteayajeblair: thanks22:01
mordredstevemar_: did anyone add domains and/or v3 info to clouds.yaml?22:01
* mordred looks22:01
mordrednope22:01
mordredstevemar_: what's the domain id?22:01
jeblairmmmpork: no, we pushed to get all the ones we knew about done last month.  because doing a rename during the move will _greatly_ increase the complexity and risk of error (as i'm sure you know ;)22:01
mordredoh! wait- I do see         if args.os_identity_api_version == '3':22:01
mordredstevemar_: ok. it looks like that's correct22:02
mordredstevemar_: I'll dig further and let you konw22:02
stevemar_mordred: domain id = 'default22:02
stevemar_domain name = "Default"22:02
mordredstevemar_: (I support the v3 move - we can figure it out)22:02
mordred            self._cloud_data['auth']['user_domain_id'] = 'default'22:03
mordred            self._cloud_data['auth']['project_domain_id'] = 'default'22:03
mordredshould be fine22:03
stevemar_i thought we default to "default" if nothing is supplied and os-identity-api-version is 322:03
*** edmondsw has quit IRC22:03
stevemar_yes taht should be22:03
jeblairadam_g, markmcclain: since i pulled the data earlier, you're still going to get an email saying akanda needs to be categorized on the wiki page -- sorry :)22:03
mordredstevemar_: keystoneauth api version detection will pick 2 if you don't supply a domain22:03
stevemar_gah22:04
adam_gjeblair, thats okay, i like being chastised by robots. sorry for lagging on our end.22:04
*** ociuhandu has quit IRC22:04
*** tsekiyama has quit IRC22:04
*** sambetts has quit IRC22:05
mordredstevemar_: http://logs.openstack.org/79/232079/4/check/gate-shade-dsvm-functional-neutron/dd911b9/console.html#_2015-10-07_20_44_21_19622:05
mordredstevemar_: I don't think it's auth that's a problem22:05
mmmporkjeblair: indeed!! :D22:05
mordredstevemar_: I think it's our use of the CRUD API22:05
*** skylerberg has quit IRC22:05
mordredstevemar_: although I have to say "takes at least 3 params (3 given)" is one of my ATF pythonisms22:05
mordredShrews: when you get back in tomorrow, I think we might need to set up a dvsm job for shade that runs devstack with v3 turned off22:06
mordredShrews: so that we can test that we work with both22:06
openstackgerritMatt Riedemann proposed openstack/requirements: Cap urllib3 <=1.10.4 so it's synced up with requests 2.7.0  https://review.openstack.org/21331022:06
mordred(especially since all of the production clouds infra consumes are v2)22:06
*** rossella_s has quit IRC22:06
Shrewsmordred: yep, we should do that22:06
stevemar_mordred: hehe, it's great feedback22:06
*** sambetts has joined #openstack-infra22:07
*** rossella_s has joined #openstack-infra22:07
openstackgerritMatt Riedemann proposed openstack/requirements: Cap urllib3 <=1.10.4 so it's synced up with requests 2.7.0  https://review.openstack.org/21331022:07
*** tsekiyama has joined #openstack-infra22:07
*** annegentle has quit IRC22:08
*** glauco___ has quit IRC22:08
mordredstevemar_: services.create(name=name, service_type=service_type,22:08
mordred                description=description))22:08
*** dramalho has joined #openstack-infra22:08
mordredShrews: it's just type in v322:09
mordredShrews: yay!22:09
stevemar_funnn22:09
*** sdake_ has quit IRC22:10
*** Rockyg has quit IRC22:12
jeblairemail sent22:12
mordredShrews: I'm guessing it'll be simliar for the others22:13
*** dramalho has quit IRC22:14
*** sdake has joined #openstack-infra22:14
*** sergmelikyan has joined #openstack-infra22:14
jeblairmmmpork: do you mind if we drop the tasks/patches section from that wiki page?  i meant it to be simply the list of projects22:14
jeblairmmmpork: more of a user-facing thing, and not so much a project page for those of us working on it22:15
mmmporkjeblair: sure, where should we move that info to?22:15
*** sergmelikyan has quit IRC22:15
openstackgerritMatt Riedemann proposed openstack/requirements: Cap requests at <2.8.0 since it packages urllib3 1.12  https://review.openstack.org/23225022:16
jeblairmmmpork: depends on the audience, but ideally a task tracker ;)22:16
mmmporkjeblair: what do we use as a task tracker? storyboard?22:17
jeblairmmmpork: yes22:17
mmmporkok, i will move it there22:17
mmmporkcan we link the storyboard ticket somewhere?22:17
mmmporkyou don't want it linked on the wiki page, correct?22:17
mmmporki just want to make sure we don't lose it22:17
jeblairmmmpork: i think that should be the root; we don't normally make wiki pages for our efforts; this page was simply to have a place for people to verify that their project was in the right category22:18
*** gordc has quit IRC22:18
mmmporkok, makes sense22:18
openstackgerritgreghaynes proposed openstack-infra/nodepool: Builders can be run on their own  https://review.openstack.org/23225122:20
greghaynesclarkb: jeblair ^22:20
jeblairclarkb, fungi, mordred: i don't think i'm going to get useful data from test runs today (though i do have a script to launch them and have the first runs running now)22:20
*** burgerk_ has quit IRC22:20
jeblairclarkb, fungi, mordred: so i'm just going to send an email to ovh about the ERROR state issue22:20
greghaynesuntil some things show up in review, thats all we should need for builders.22:21
*** tonytan4ever has quit IRC22:21
mordredjeblair: awesome. I bet they will enjoy that email22:25
mordredjeblair: I mean, this is one of the benefits they get from us22:25
anteayaemail22:26
openstackgerritClark Boylan proposed stackforge/python-jenkins: Handle depth errors in get_running_builds  https://review.openstack.org/23225322:27
openstackgerritClark Boylan proposed openstack-infra/system-config: Restart jenkins masters safely once a week  https://review.openstack.org/22854122:27
clarkbzaro: ^22:27
zarough! i can't reach any of my cloud machines anymore22:29
mordredonoes22:29
*** dims has quit IRC22:29
anteayazaro: :/22:30
openstackgerritMerged openstack-infra/puppet-zanata: Move to Zanata server 3.7.2  https://review.openstack.org/23028322:30
anteayazaro: did your email change?22:30
clarkbpleia2: note that ^ is likely not going to work automagically22:31
clarkbpleia2: because the archive module use is not able to update the existing install22:31
anteayawell holy hubcap22:31
clarkband we were told that it shouldn't and we should all use imgae based deployments so ya (nevermind we have config management tooling)22:31
pleia2clarkb: hm, I thought updating the checksum did trigger an upgrade22:31
zaroanteaya: yes.22:31
*** markvoelker has quit IRC22:31
clarkbpleia2: nope because there is a creates => $path on the archive22:31
pleia2ah, sigh22:32
clarkbpleia2: I did a pull request upstream and essentially got told to go away22:32
clarkbso meh22:32
anteayazaro: were you able to access vms after the email change?22:32
pleia2clarkb: wait, wasn't that for wildfly?22:32
pleia2clarkb: this is for zanata22:32
clarkbpleia2: oh right I crossed hte streams22:32
zaroyes22:32
pleia2you are right that wildfly doesn't auto upgrade22:32
krotscheckLooks like fungi left for the day. Could someone re-enqueue that release I'm trying to make go? sudo zuul enqueue-ref --trigger gerrit --pipeline release --project openstack/eslint-config-openstack --ref refs/tags/1.2.3 --newrev 35393b1fa54188d54d3d8a5956b49b40df1aa28122:33
*** mrmartin has joined #openstack-infra22:33
anteayazaro: sigh22:33
anteayazaro: any thoughts on what to do next?22:33
mordredclarkb: you were told, when talking about puppet modules, that you should use image based deployments, so fixing the puppet module that is designed to use with non-image based deployments was stupid?22:33
*** markvoelker has joined #openstack-infra22:33
clarkbmordred: yes22:33
clarkbmordred: I kid you not22:33
mordredclarkb: that is one of the most hipsterdiculous things I've ever heard22:33
clarkbkrotscheck: give me a minute22:34
krotscheckclarkb: Thanks :)22:34
anteayakrotscheck: he didn't leave for the day he left for lunch22:35
anteayaor food or something22:35
mordredclarkb: I'm still boggled22:35
clarkbmordred: I will get a link once krotscheck's thing is running22:35
mordredclarkb: there is no way it'll make me happier as a human22:35
clarkbkrotscheck: should be running22:36
*** Daisy has joined #openstack-infra22:36
krotscheckclarkb: Thanks22:36
zaroanteaya: actually i can ssh log in with IP but i cannot seem to ping the IP.22:36
clarkbmordred: https://github.com/biemond/biemond-wildfly/pull/70 enjoy22:36
*** stevemar_ has quit IRC22:36
anteayazaro: how odd22:36
*** amuller has quit IRC22:37
*** stevemar_ has joined #openstack-infra22:37
*** sharikapongubala has quit IRC22:37
krotscheckclarkb: http://tarballs.openstack.org/eslint-config-openstack/ :)22:38
*** sdague has quit IRC22:38
mordredclarkb: I do not like you. I can't unread that now22:38
clarkbmordred: think of it as character building22:38
clarkbmordred: or maybe just liver destroying22:38
pleia2the puppet-wildfly team has interesting priorities :\22:39
clarkbI sort of noped out if anyone wants to take over that PR22:39
mordredclarkb: I mean, if you're going to do A/B deployments with disposale VMs, why use puppet at all?22:39
clarkbmordred: right?22:39
mordreddocker is WAY better at that model22:39
*** sdague has joined #openstack-infra22:39
clarkbor just about anything else22:39
mordredthe whole point of bothering with puppet is so that you can actually maintain a server22:39
mordredyeah22:39
*** Daisy has quit IRC22:40
*** dimtruck is now known as zz_dimtruck22:41
*** stevemar_ has quit IRC22:41
zaroclarkb: did you ever figure out that issue with jenkins api json depth?22:41
zaroi can't repro with my test jenkins machine22:41
clarkbzaro: I think it has to do with a broken slave22:41
clarkbzaro: the slave that did it had lost its ssh connection, I am guessing the server tries to do something over ssh22:42
*** fedexo has quit IRC22:42
clarkbzaro: and when that fails it results in a 500 error22:42
*** andersonvom has quit IRC22:42
zaroi tried different slave and saw same problem.  have you tried other slaves?22:43
clarkbzaro: all of the other slaves on jenkins02 were fine22:43
clarkbzaro: I logged the total output of it (but sadly didn't think to preserve it)22:43
zaroclarkb: ok, i guess i must have picked another bad one.22:43
clarkbzaro: on what machine?22:44
clarkbzaro: I just restart jenkins02 an hour ago or so22:44
*** ZZelle has quit IRC22:45
*** Daisy has joined #openstack-infra22:46
clarkbzaro: was the slave you saw it on running a job? I am pretty sure this happens when the slave is in such a bad way it cannot run any jobs22:47
krotscheckSo, question. I defined the publish-to-npm job the same way the publish-to-pypi was, with an indented job defenition, but the second one doesn't seem to have taken. Is there something wrong with this template? http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n60022:47
clarkbkrotscheck: so the second job didn't run at all?22:47
zaroclarkb: my browser says 'bare-trusty-hpcloud-b1-5291857' but i think it's gone now.  i tried another one and can no longer repro.22:47
krotscheckclarkb: It was gone by the time I switched back to zuul22:48
krotscheckclarkb: lemme see if I can find a log.22:48
clarkbkrotscheck: I am looking22:48
clarkbhttp://logs.openstack.org/35/35393b1fa54188d54d3d8a5956b49b40df1aa281/release/eslint-config-openstack-npm-publish-tarball/c7f751e/console.html#_2015-10-07_22_37_07_739 so it succeeded22:48
clarkbI bet I know the problem22:49
krotscheckclarkb: ?22:49
krotscheckclarkb: Yes, that one worked. IT's the second one I'm curious about.22:49
clarkbkrotscheck: you need to restrict it to the propose slave in openstack_functions.py22:49
* anteaya goes for a walk22:49
clarkbotherwise gearman will fail to find a slave to run it on, let me confirm and can patch22:49
pleia2StevenK: huzzah! \o/ Zanata 3.7.2 (git-server-3.7.2) | © 2008-2015 Red Hat, Inc22:50
pleia2StevenK: going to send an email to interested parties before we upgrade translate.o.o, but this seems to have gone ok22:50
*** Daisy has quit IRC22:50
krotscheckclarkb: Thanks22:51
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Add dstat-plugins project  https://review.openstack.org/23226022:51
*** skylerberg has joined #openstack-infra22:53
*** david-lyle has quit IRC22:54
*** david-lyle has joined #openstack-infra22:55
*** mrmartin has quit IRC22:56
*** angdraug has quit IRC22:57
openstackgerritClark Boylan proposed openstack-infra/project-config: Run npm upload job on relase slave  https://review.openstack.org/23226422:58
clarkbkrotscheck: ^22:58
mordredclarkb, nibalizer: ok. I wrote a snarky response to the PR - but then I got out of the cab before sending it - and now I think maybe I should not hit send22:58
nibalizermordred: uh link?22:58
mordrednibalizer: https://github.com/biemond/biemond-wildfly/pull/7022:58
mordrednibalizer: also, see my incredulity above22:59
krotscheckclarkb: Huhn. Alllrightey then.22:59
mordredspecifically, the suggestion of using puppet to manage a red-black deployment22:59
*** stevemar_ has joined #openstack-infra22:59
nibalizermordred: send it!23:01
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909  https://review.openstack.org/23226723:01
nibalizeri may be able to find biemond23:01
*** davidlenwell has quit IRC23:01
openstackbug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague)23:01
nibalizerat puppetconf23:01
* jeblair notices there is a small red nibalizer with horns sitting on one of mordred's shoulders23:01
* jeblair doesn't see anything on the other shoulder23:02
*** davidlenwell has joined #openstack-infra23:02
lifelessmordred: I didn't see the AB suggestion in that PR23:02
*** glauco has joined #openstack-infra23:03
*** spzala has quit IRC23:03
*** akshai has quit IRC23:03
*** markvoelker has quit IRC23:04
mordredlifeless: "23:05
mordredAnd with puppet and virtual machines you should be able to create a new app server with exactly the same artifacts like deployments, datasources, jms etc which connects to the persistent data. After this you can destroy the old VM. This is the way to go"23:05
mordredthat is, without naming it, a suggestion of running an AB deployment23:05
*** DericHorn-HP has joined #openstack-infra23:06
mordredwhich is fine if that's what he wants to do with his life - but it's not a valid reason to not have the puppet module be able to maintain a long-lived version of the service, IMO23:06
mordredsince, you know, primary purpose of config management systems is care and feeding of long lived systems23:06
*** xyang1 has quit IRC23:08
*** markvoelker has joined #openstack-infra23:08
*** harlowja has quit IRC23:10
*** david-lyle has quit IRC23:10
*** harlowja has joined #openstack-infra23:10
*** david-lyle has joined #openstack-infra23:10
*** sharikapongubala has joined #openstack-infra23:10
*** abitha has quit IRC23:11
*** sharikapongubala has quit IRC23:11
lifelessdstufft: did bootstrap.pypa.io have an outage oh 8 hours back?23:13
lifelesshttps://bugs.launchpad.net/devstack/+bug/150390923:13
openstackLaunchpad bug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] - Assigned to Sean Dague (sdague)23:13
zaroclarkb: is there anyway to send gerrit logs on review-dev.o.o so others can see it?23:13
clarkbzaro: I am not sure those logs are clean enough to publish publicly23:14
mordredclarkb, nibalizer: is this too much? http://paste.openstack.org/show/475673/23:14
clarkbzaro: but you can always copy and paste into a paste service for currated things23:14
dstufftlifeless: yes23:14
*** david-lyle has quit IRC23:14
dstufftlifeless: fixed it this morning eastern us time23:15
* dstufft goes for a bit23:15
*** cloudtrainme has quit IRC23:15
*** gildub has joined #openstack-infra23:16
* mordred tried to rewrite to be less snark and more information, but I think I may have crossed back in to snark23:16
clarkbmordred: "The expectation when using puppet is that it will enforce the currently described state" might be another way to say what you say23:16
clarkbmordred: basically if I say puppet set X then it better set X23:16
clarkbnot Y23:16
mordredyeah. that's the point of puppet23:16
*** yuanying has quit IRC23:16
*** david-lyle has joined #openstack-infra23:17
*** cloudtrainme has joined #openstack-infra23:17
*** ashleighfarnham has quit IRC23:18
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909  https://review.openstack.org/23226723:18
openstackbug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,In progress] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague)23:18
*** david-ly_ has joined #openstack-infra23:19
*** sigmavirus24 is now known as sigmavirus24_awa23:19
*** yuanying has joined #openstack-infra23:19
lifelessmordred: ah so that's not what I think of as AB deployments - thats certainly expand-contract23:19
lifelessmordred: (to me AB deployments are things that support live AB testing with traffic direction, large dimensionality etc)23:20
lifelessmordred: related but diff; but yeah. I wouldn't use puppet to manage that so much23:20
*** david-lyle has quit IRC23:21
*** yamamoto has joined #openstack-infra23:21
nibalizermordred: :ship it:23:21
*** sridhar_ram has quit IRC23:21
lifelessmordred: I mean, if I had precious machines, I might define the concurrent services in puppet and blah23:21
* lifeless hops off of the sliding path23:21
mordredlifeless: yah. I think you and I agree with each other23:22
openstackgerritMerged openstack-infra/project-config: zuul/layout: run puppet integration on trove module  https://review.openstack.org/23211323:22
*** dims has joined #openstack-infra23:22
mordredlifeless: on the important point, if not the name23:22
*** cloudtrainme has quit IRC23:22
*** akshai has joined #openstack-infra23:23
mordredlifeless: (to me AB deployments are the ones where you have a live and standby, a deployment is "update standby and failover then update new standby to match the new state"23:23
lifelesswhat they're proposing is AIUI either dedicated manifests per service state during the crossover23:23
lifelessor branches of your puppet23:24
lifelessthe former would be ok but tedious, the latter is insane23:24
mordredthey're proposing the hardest parts of each model with zero of the benefits of either23:24
lifelessNoice23:24
*** hemna is now known as hemnafk23:26
openstackgerritMerged openstack-infra/elastic-recheck: Add query for grenade get-pip bug 1503909  https://review.openstack.org/23226723:26
openstackbug 1503909 in devstack "10/7: get-pip failing all over itself in the gate" [Undecided,Fix released] https://launchpad.net/bugs/1503909 - Assigned to Sean Dague (sdague)23:26
*** DericHorn-HP has quit IRC23:26
*** bradm_ is now known as bradm23:27
*** ddieterly has quit IRC23:29
*** thorst has joined #openstack-infra23:30
mordrednibalizer: sorry to bother you one more time -but I incorporated clarkb's suggestion and rewrote the end, hopefully making it less eye-pokey http://paste.openstack.org/show/475674/23:30
*** david-ly_ is now known as david-lyle23:31
*** mriedem has quit IRC23:31
*** mriedem has joined #openstack-infra23:32
*** yamamoto has quit IRC23:33
krotscheckmordred: clarkb assisted in the npm publishing things I've been working on, do you have a chance to look at his things? https://review.openstack.org/#/c/232264/23:33
*** tsekiyama has quit IRC23:33
*** akshai has quit IRC23:35
nibalizergah paste is super slow23:36
nibalizermordred: its k im in a hack session23:36
*** aysyd has quit IRC23:36
*** sputnik13 has quit IRC23:37
*** thorst has quit IRC23:38
*** asettle has joined #openstack-infra23:38
nibalizermordred: ya looks fine23:38
*** mriedem has quit IRC23:39
*** dims has quit IRC23:40
mordredkrotscheck: looks great23:41
krotscheckmorThanks :)23:41
*** DericHorn-HP has joined #openstack-infra23:41
*** glauco has quit IRC23:42
*** geoffarnold is now known as geoffarnoldX23:42
*** markvoelker has quit IRC23:42
*** markvoelker has joined #openstack-infra23:43
*** lawrancejing has joined #openstack-infra23:44
*** lawrancejing has quit IRC23:44
openstackgerritMerged openstack/requirements: Add tripeloclient and tripleo-common  https://review.openstack.org/22225223:45
openstackgerritMerged openstack/requirements: Update python-designateclient requirements  https://review.openstack.org/22781323:46
openstackgerritMerged openstack/requirements: Add websocket-client to requirements  https://review.openstack.org/22305923:46
openstackgerritMerged openstack/requirements: Add networking-vsphere to the list  https://review.openstack.org/21818923:46
*** achanda has quit IRC23:47
*** glauco has joined #openstack-infra23:47
*** stevemar_ has quit IRC23:47
*** DericHorn-HP has quit IRC23:48
*** achanda has joined #openstack-infra23:49
openstackgerritIan Wienand proposed openstack-infra/project-config: diskimage-builder element cleanups for dib-lint  https://review.openstack.org/22973023:50
openstackgerritIan Wienand proposed openstack-infra/project-config: Add dib-lint job for nodepool elements  https://review.openstack.org/23227623:50
openstackgerritMerged openstack-infra/project-config: Don't run dsvm jobs on changes py3 ignored tests  https://review.openstack.org/23187723:50
*** tsekiyama has joined #openstack-infra23:50
openstackgerritMerged openstack-infra/project-config: Create liberty irc notifications for Kolla  https://review.openstack.org/23189523:51
openstackgerritMerged openstack-infra/project-config: Skip all jobs except docs for docs only changes  https://review.openstack.org/23198023:51
openstackgerritMerged openstack-infra/project-config: Adjust Castellan yaml file  https://review.openstack.org/23163623:51
*** hichihara has joined #openstack-infra23:52
*** dingyichen has joined #openstack-infra23:52
*** markvoelker has quit IRC23:53
*** achanda has quit IRC23:53
*** akshai has joined #openstack-infra23:53
*** lawrancejing has joined #openstack-infra23:54
*** dims has joined #openstack-infra23:54
*** achanda has joined #openstack-infra23:55
*** thinrichs has left #openstack-infra23:56
*** yamamoto has joined #openstack-infra23:56
*** akshai_ has joined #openstack-infra23:57
*** bpokorny has quit IRC23:57
*** vmbrasseur is now known as vmb_out23:58

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