Tuesday, 2015-06-02

lifelessthe entire line was being shlex.split00:00
fungiyep, i see that00:00
lifelesswhich strips quotes00:00
fungididn't play well with marker arguments00:00
lifelessit was also supporting optparses any-position options things00:01
lifeless--global-option "--foo=bar" packagename <=2; python_version==\'2.6\'00:01
lifelesswas a legitimate line in 7.0.000:01
*** geoffarnold has joined #openstack-infra00:01
fungiand then it tried to parse --foo=bar as a pip option i guess00:02
lifelessno that gets smuggled to setup.py00:02
*** hdd_ has quit IRC00:02
lifeless(its what --global-option is for, along with --install-option)00:02
*** dannywilson has quit IRC00:02
*** yamada-h has quit IRC00:03
fungioh, right that's what 7.0.0 added support for that's being reverted is what you're saying00:03
fungiand its attempts to support that are what were interfering with quotes in arguments00:03
lifelesswe're keeping the new support, but changing the implementation to be much more conservative about where options are found, and thus where we dequote00:04
geoffarnoldqq: i was asked to squash two reviews into one. i did so, and everything looks good except that the old review is still hanging around. How do I abandon/delete it? should be an FAQ, but I can't find it00:04
fungigeoffarnold: if you're the owner of the old review, there should be an abandon button00:04
fungigeoffarnold: if you're not the owner of the old review, then a core reviewer on that repo can abandon it for you00:05
openstackgerritSpencer Krum proposed openstack-infra/puppet-openstackci: Update spec helper for zuul-cloner  https://review.openstack.org/18490500:05
geoffarnoldOK, next to Cherry pick.  D'oh! It's been a long day - thanks00:06
funginibalizer: any chance you have a few minutes to skim the chain of depends-on reviews for the ask-staging.o.o change starting at https://review.openstack.org/172880 ? we need the new server so that we can safely test updated askbot versions which fix some long-standing bugs, but that change has now gotten wrapped up in the server class refactor changes00:08
geoffarnoldDo the "Abandoned" reviews get garbage-collected at some point?00:08
fungigeoffarnold: nope--they're kept indefinitely for posterity00:09
nibalizerfungi: need it now or need it before you get up tomorrow?00:09
jeblairgreghaynes: i don't think the apt-sources runs before debootstrap00:09
geoffarnoldthanks00:09
zigosdague: Thanks for your +1 on my governance patch! :)00:09
funginibalizer: before i get up tomorrow would be stellar if you have time. don't need it tonight no00:09
greghaynesjeblair: hah, youre right00:09
*** jerryz has quit IRC00:09
funginibalizer: just trying to flag it to your attention00:09
zigosdague: Any idea when others from the TC will vote?00:10
nibalizerfungi: yea no prob00:10
funginibalizer: i was going to try a test deployment today but the interactions with the dependent module change are making that complicated00:10
* nibalizer nod00:10
jeblairdoes debootstrap use sources.list?00:11
Clintjeblair: no00:11
jeblairaha00:11
*** ddieterly has joined #openstack-infra00:11
Clintyou pass it command-line arguments00:11
greghaynesjeblair: looks like there isnt really a way to set extra repos ATM, it just accepts a single DIB_DISTRIBUTION_MIRROR env var which the debian element sets00:12
fungii have not had the best luck trying to get our launch script's --environment option to work with changes that depend on other changes in separate modules. not sure if i haven't gotten my module path quite right on the puppetmaster or what. anyway, tangent00:12
*** jerryz has joined #openstack-infra00:12
greghaynesjeblair: and looks like debootstrap can only operate on one repo at a time00:13
greghaynesjeblair: so this will probably have to be another element which adds its own root.d script that does another debootstrap pass00:13
*** gokrokve has quit IRC00:13
*** gokrokve has joined #openstack-infra00:14
jeblairyou can run debootstrap twice?00:14
greghaynesoh, no idea, if not then an (pre)-install.d00:15
*** sabari has quit IRC00:15
greghayneswhich just installs the kernel package00:15
jeblairthat seems safer00:15
*** gokrokve has quit IRC00:18
jheskethclarkb: ping00:18
*** pcrews has joined #openstack-infra00:18
*** patrickeast has quit IRC00:18
*** AzherKhan has joined #openstack-infra00:19
*** ChuckC_ has joined #openstack-infra00:20
*** AzherKhan has quit IRC00:21
*** baoli has joined #openstack-infra00:21
*** koolhead17 has joined #openstack-infra00:23
*** koolhead17 has quit IRC00:23
*** koolhead17 has joined #openstack-infra00:23
*** sabari has joined #openstack-infra00:24
*** mtanino has quit IRC00:25
*** bhuvan has quit IRC00:28
*** AzherKhan has joined #openstack-infra00:31
*** hdd has joined #openstack-infra00:31
*** yamahata has quit IRC00:31
*** freerunner has quit IRC00:31
*** salv-orlando has joined #openstack-infra00:34
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Experimental job for Nova API services under Apache2  https://review.openstack.org/18275300:34
asselinThis spec has 7 +1s, and idling. Anyone care to give it a +2 or two? https://review.openstack.org/#/c/135170/00:34
*** gyee has quit IRC00:34
jeblairW: Failure trying to run: chroot /tmp/image.lxNBWYIB/mnt mount -t proc proc /proc00:36
jeblairgreghaynes: ^00:36
mtreinishfungi: continuing our discussion from summit about the broken periodic jobs00:37
mtreinishit definitely looks like the workspace setup is failing00:37
mtreinishhttp://logs.openstack.org/periodic-qa/periodic-tempest-dsvm-full-non-isolated-master/d073f3a/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-06-01_06_19_12_07500:37
mtreinishdo you know where that script lives?00:38
fungimtreinish: openstack-infra/devstack-gate00:39
mtreinishoh, I'm dense yeah it's a function not a file...00:40
fungimtreinish: that sed looks like it's in setup_project00:40
mtreinishyep, that's what it looks like00:41
fungiFALLBACK_ZUUL_REF=$(echo $ZUUL_REF | sed -e "s,$branch,master,")00:41
fungii wonder if $branch is empty there00:41
*** salv-orlando has quit IRC00:41
fungioh, wait it's00:42
fungiOVERRIDE_ZUUL_REF=$(echo $ZUUL_REF | sed -e "s,$ZUUL_BRANCH,$branch,")00:42
fungiso could be one of the expected variables on that line is not set when a periodic job is triggered00:42
mtreinishoh, ok that makes sense00:43
fungihttps://jenkins01.openstack.org/job/periodic-tempest-dsvm-full-non-isolated-master/54/parameters/00:43
fungithere's no ZUUL_REF and no ZUUL_BRANCH00:44
jeblairgreghaynes: the proc erorr above is what i get just trying debian-minimal with armhf: http://paste.openstack.org/show/254432/00:44
*** rbradfor has quit IRC00:45
*** sdake_ has joined #openstack-infra00:45
mtreinishfungi: where would those be set? I don't see them in the jjb definitions, is it something zuul does?00:45
jeblairgreghaynes: with https://review.openstack.org/187410 as the only dib local change00:46
*** sdake has quit IRC00:49
*** bswartz has quit IRC00:51
*** sigmavirus24_awa is now known as sigmavirus2400:52
*** amitgandhinz has joined #openstack-infra00:53
*** zz_dimtruck is now known as dimtruck00:54
*** tiswanso has joined #openstack-infra00:56
*** rbradfor has joined #openstack-infra00:57
*** gordc has joined #openstack-infra00:59
*** shashankhegde has quit IRC00:59
*** AzherKhan has quit IRC01:00
*** AzherKhan has joined #openstack-infra01:00
*** Khaazher has joined #openstack-infra01:01
*** AzherKhan has quit IRC01:01
*** tiswanso has quit IRC01:02
*** sputnik13 has quit IRC01:02
*** tiswanso has joined #openstack-infra01:02
*** yamamoto has joined #openstack-infra01:03
*** teran has quit IRC01:08
*** shashankhegde has joined #openstack-infra01:13
*** Khaazher has quit IRC01:16
*** shashankhegde has quit IRC01:20
*** yamamoto has quit IRC01:21
*** alexsyip has quit IRC01:24
*** Sukhdev has quit IRC01:24
*** dimtruck is now known as zz_dimtruck01:24
*** Sukhdev has joined #openstack-infra01:25
*** yamamoto has joined #openstack-infra01:28
*** yamamoto has quit IRC01:29
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Switch on requirements check for nova-docker  https://review.openstack.org/18741301:30
*** hdd has quit IRC01:31
*** sdake has joined #openstack-infra01:33
*** radez is now known as radez_g0n301:33
*** thingee has quit IRC01:35
*** tchaypo has quit IRC01:35
*** rackertom has quit IRC01:35
*** simonmcc has quit IRC01:35
*** boris-42 has quit IRC01:35
*** ctracey has quit IRC01:35
*** j^2 has quit IRC01:36
*** DuncanT has quit IRC01:36
*** dougwig has quit IRC01:36
*** briancurtin has quit IRC01:36
*** sdake_ has quit IRC01:37
openstackgerritMerged openstack-infra/project-config: Add Python 3.4 as a non-voting check to Bandit  https://review.openstack.org/18662901:37
*** rackertom has joined #openstack-infra01:39
*** j^2 has joined #openstack-infra01:40
*** tchaypo has joined #openstack-infra01:40
dstufftlifeless: 13.0.3 is out now01:40
dstufftand 7.0.301:41
*** thingee has joined #openstack-infra01:41
*** simonmcc has joined #openstack-infra01:42
*** ctracey has joined #openstack-infra01:43
*** briancurtin has joined #openstack-infra01:43
*** Sukhdev has quit IRC01:43
*** otter768 has joined #openstack-infra01:44
openstackgerritlifeless proposed openstack-infra/system-config: Update virtualenv to get pip 7.0.2.  https://review.openstack.org/18686901:44
*** geoffarnold has quit IRC01:44
*** nikeshm has quit IRC01:44
lifelessdstufft: brilliant, thanks.01:44
lifelessfungi: mordred: https://review.openstack.org/186869 <- plox01:44
lifelessbah, fixing commit msg01:45
openstackgerritlifeless proposed openstack-infra/system-config: Update virtualenv to get pip 7.0.3.  https://review.openstack.org/18686901:45
*** DuncanT has joined #openstack-infra01:45
*** sdake has quit IRC01:48
*** otter768 has quit IRC01:49
*** sdake has joined #openstack-infra01:52
*** sigmavirus24 is now known as sigmavirus24_awa01:53
*** boris-42 has joined #openstack-infra01:55
*** dougwig has joined #openstack-infra01:55
*** sputnik13 has joined #openstack-infra01:59
*** lnr has quit IRC01:59
*** alexpilotti has quit IRC02:00
openstackgerritTerry Howe proposed openstack/os-testr: Catch exception trying to extract test time  https://review.openstack.org/18730002:02
*** sputnik13 has quit IRC02:03
*** ivar-laz_ has joined #openstack-infra02:04
*** yamada-h has joined #openstack-infra02:05
*** unicell1 has quit IRC02:07
*** baoli has quit IRC02:08
*** ivar-lazzaro has quit IRC02:09
*** teran has joined #openstack-infra02:09
*** ivar-laz_ has quit IRC02:09
*** EricGonczer_ has joined #openstack-infra02:09
*** baoli has joined #openstack-infra02:11
*** yamahata has joined #openstack-infra02:12
*** weshay has quit IRC02:13
*** yamamoto has joined #openstack-infra02:13
*** shashankhegde has joined #openstack-infra02:13
*** salv-orlando has joined #openstack-infra02:14
*** teran has quit IRC02:15
*** amitgandhinz has quit IRC02:18
*** camunoz has quit IRC02:18
samueldmqwhy should I be able to +1 my own patch ?02:18
samueldmqit sounds like a facebook  Like on your own publications :)02:19
*** amitgandhinz has joined #openstack-infra02:19
anteayasamueldmq: you shouldn't +1 your own patch02:19
anteayaunless you are the only core reviewer on a repo02:19
*** salv-orlando has quit IRC02:20
*** xyang1 has quit IRC02:20
samueldmqanteaya, yes .. I was wondering whether that option could be completely disabled02:23
samueldmqanteaya, in the case that's your own patch02:23
samueldmqanteaya, also, if you are the only core reviewer, you won't use +1, but +2 instaed02:23
samueldmqinstead*02:23
*** EricGonczer_ has quit IRC02:26
greghaynesjeblair: hah, and looks like you dont get to see the debootstrap log because we kill the chroot when we cleanup02:26
*** mohitsharma has joined #openstack-infra02:27
*** yamahata has quit IRC02:29
*** AzherKhan has joined #openstack-infra02:31
*** dboik has joined #openstack-infra02:31
*** AK has joined #openstack-infra02:31
anteayasamueldmq: ah I see02:34
anteayaI don't know as there is a way in a gerrit acl file to indicate self02:35
anteayayou can in a gerrit query but I don't think the acl files have that ability02:35
anteayathe only filter I have seen is a gerrit group02:35
*** jerryz has quit IRC02:38
*** chlong has quit IRC02:39
*** baoli has quit IRC02:43
*** jogo has quit IRC02:44
*** dboik has quit IRC02:45
*** hdd has joined #openstack-infra02:47
*** dims___ has quit IRC02:48
*** ddieterly has quit IRC02:48
*** amotoki has joined #openstack-infra02:56
*** yamada-h has quit IRC02:58
*** fallenpegasus has joined #openstack-infra03:04
*** shashankhegde has quit IRC03:13
*** samueldmq has quit IRC03:15
*** samueldmq has joined #openstack-infra03:15
*** amitgandhinz has quit IRC03:19
samueldmqanteaya, k so the effort maybe too big to the small benefit :)03:21
*** chlong has joined #openstack-infra03:22
samueldmqanteaya, as there are other things with higher priority to be addresed03:22
samueldmqaddressed*03:22
*** jogo has joined #openstack-infra03:22
*** camunoz has joined #openstack-infra03:24
*** dahoo has joined #openstack-infra03:26
anteayasamueldmq: I would agree with that assessment, yes03:28
anteaya:)03:28
samueldmqanteaya, :)03:28
anteayayou are asking good questions though03:28
anteayakeep doing that03:28
anteaya:)03:28
*** ajmiller has joined #openstack-infra03:28
samueldmqanteaya, thanks, just making sure to share some feedback :)03:32
*** fedexo has joined #openstack-infra03:33
*** dannywilson has joined #openstack-infra03:33
*** gordc has quit IRC03:37
*** tiswanso has quit IRC03:40
*** teran has joined #openstack-infra03:41
*** bhunter71 has quit IRC03:42
*** yamahata has joined #openstack-infra03:43
*** dpaterson has quit IRC03:44
*** otter768 has joined #openstack-infra03:45
ianwsamueldmq: you may be the owner, sometimes someone else will upload a new version and you probably want to +1 that to say you're ok with it03:45
*** teran has quit IRC03:46
*** yamamoto has quit IRC03:48
*** yamamoto has joined #openstack-infra03:48
*** mtanino has joined #openstack-infra03:48
*** dims_ has joined #openstack-infra03:48
*** mrmartin has joined #openstack-infra03:49
*** otter768 has quit IRC03:50
*** samueldmq has quit IRC03:50
openstackgerritWayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module  https://review.openstack.org/12946703:52
openstackgerritWayne Warren proposed openstack-infra/jenkins-job-builder: Enable parameter ordering in trigger_parameterized_builds  https://review.openstack.org/17504903:52
openstackgerritWayne Warren proposed openstack-infra/jenkins-job-builder: Support use of lists in trigger-build publisher.  https://review.openstack.org/15059803:52
openstackgerritWayne Warren proposed openstack-infra/jenkins-job-builder: Add Parameterized Remote Trigger Plugin support.  https://review.openstack.org/15032703:53
*** dims_ has quit IRC03:53
*** kwills has quit IRC03:55
*** puranamr has joined #openstack-infra03:58
*** puranamr_ has joined #openstack-infra03:58
*** yamamoto has quit IRC04:01
*** puranamr has quit IRC04:02
*** puranamr_ has quit IRC04:04
*** jamespage has quit IRC04:05
*** gnuoy has quit IRC04:05
*** gnuoy has joined #openstack-infra04:05
*** jamespage has joined #openstack-infra04:06
*** yamamoto has joined #openstack-infra04:08
*** unicell has joined #openstack-infra04:08
*** yamahata has quit IRC04:09
*** yamahata has joined #openstack-infra04:09
*** asettle has joined #openstack-infra04:10
*** garyk has joined #openstack-infra04:10
*** ayoung has quit IRC04:12
*** ddieterly has joined #openstack-infra04:19
*** fawadkhaliq has joined #openstack-infra04:21
*** Sukhdev has joined #openstack-infra04:21
*** abregman has joined #openstack-infra04:21
*** ddieterly has quit IRC04:23
*** david-lyle has quit IRC04:24
*** david-lyle has joined #openstack-infra04:25
*** shashankhegde has joined #openstack-infra04:25
*** mtanino has quit IRC04:27
*** soren has joined #openstack-infra04:28
*** deepakcs has joined #openstack-infra04:31
*** armax has quit IRC04:33
*** mrmartin has quit IRC04:33
*** asettle has quit IRC04:34
*** soren has quit IRC04:36
*** soren has joined #openstack-infra04:37
*** dannywilson has quit IRC04:40
openstackgerritWayne Warren proposed openstack-infra/jenkins-job-builder: Enable tests of builder object  https://review.openstack.org/18154104:41
*** zz_dimtruck is now known as dimtruck04:42
*** maishsk_afk_ has quit IRC04:43
*** salv-orlando has joined #openstack-infra04:46
*** changbl_ has quit IRC04:52
*** salv-orlando has quit IRC04:53
*** dimtruck is now known as zz_dimtruck04:53
*** evm has joined #openstack-infra04:53
*** shashankhegde has quit IRC04:55
*** yfried_ has quit IRC04:59
*** sks has joined #openstack-infra05:03
openstackgerritSteve Kowalik proposed openstack-infra/project-config: Switch to using $() for subshells  https://review.openstack.org/18490705:04
openstackgerritMerged openstack-infra/project-config: Add pep8 job to nova-specs  https://review.openstack.org/18199405:07
openstackgerritMerged openstack-infra/project-config: Add akanda-horizon to $PROJECTS  https://review.openstack.org/18731005:07
*** Longgeek has joined #openstack-infra05:07
*** dahoo has quit IRC05:07
*** sdake has quit IRC05:07
*** nosnos has joined #openstack-infra05:12
*** Longgeek has quit IRC05:13
*** wenlock has joined #openstack-infra05:16
*** shashankhegde has joined #openstack-infra05:19
*** ddieterly has joined #openstack-infra05:20
*** ddieterly has quit IRC05:25
*** teran has joined #openstack-infra05:29
*** achanda has joined #openstack-infra05:30
*** stevemar has quit IRC05:31
*** reed has quit IRC05:33
*** teran has quit IRC05:34
*** achanda_ has joined #openstack-infra05:37
*** evm has quit IRC05:37
*** nosnos has quit IRC05:37
*** evm has joined #openstack-infra05:37
*** achanda has quit IRC05:38
*** sgordon has quit IRC05:39
*** sgordon has joined #openstack-infra05:39
openstackgerritMerged openstack-infra/project-config: Add non-voting bandit check job to Sahara  https://review.openstack.org/18486905:39
openstackgerritMerged openstack-infra/project-config: Add non-voting pypy jobs to taskflow  https://review.openstack.org/18278205:41
*** otter768 has joined #openstack-infra05:46
*** reed has joined #openstack-infra05:47
*** hdd has quit IRC05:49
*** otter768 has quit IRC05:50
*** Longgeek has joined #openstack-infra05:52
*** Mmike has quit IRC05:52
*** Mmike has joined #openstack-infra05:53
*** Mmike has quit IRC05:53
*** Mmike has joined #openstack-infra05:53
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/18746206:01
*** Kennan2 has joined #openstack-infra06:06
*** Kennan has quit IRC06:06
*** achanda_ has quit IRC06:07
openstackgerritVinod Pandarinathan proposed openstack-infra/irc-meetings: Meeting for Cloudpulse Team  https://review.openstack.org/18728806:07
*** yfried_ has joined #openstack-infra06:10
*** ihrachyshka has joined #openstack-infra06:12
*** salv-orlando has joined #openstack-infra06:13
*** vikram has quit IRC06:19
*** ddieterly has joined #openstack-infra06:21
*** Sukhdev has quit IRC06:21
openstackgerritGal Sagie proposed openstack-infra/project-config: dragonflow : move from stackforge/ to openstack/  https://review.openstack.org/18747106:22
AJaegerttx, please review https://review.openstack.org/187326 - that's a proposed gerrit naming change for governance and infra-specs "Roll-Calls"06:23
*** wenlock has quit IRC06:24
openstackgerritGal Sagie proposed openstack-infra/project-config: dragonflow : move from stackforge/ to openstack/  https://review.openstack.org/18747106:25
*** ddieterly has quit IRC06:25
*** salv-orlando has quit IRC06:25
*** teran has joined #openstack-infra06:30
*** yfried_ is now known as yfried|afk06:34
*** ihrachyshka has quit IRC06:35
*** yfried|afk is now known as yfried_06:35
*** teran has quit IRC06:35
*** ildikov has quit IRC06:36
*** dims_ has joined #openstack-infra06:37
*** lennyb has joined #openstack-infra06:38
*** salv-orlando has joined #openstack-infra06:41
*** camunoz is now known as camunoz_gone06:41
*** dims_ has quit IRC06:42
*** markus_z has joined #openstack-infra06:43
*** mrunge has joined #openstack-infra06:43
*** dahoo has joined #openstack-infra06:43
*** isviridov_away is now known as isviridov06:44
openstackgerritMerged openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/18746206:44
*** mrmartin has joined #openstack-infra06:44
*** masayukig_ has quit IRC06:47
*** jcoufal has joined #openstack-infra06:48
*** yfried_ is now known as yfried|afk06:50
*** jcoufal has quit IRC06:50
openstackgerritGal Sagie proposed openstack-infra/project-config: dragonflow : move from stackforge/ to openstack/  https://review.openstack.org/18747106:51
ttxjlvillal: ew. That exceeds my git/Gerrit knowledge. Let's see if mordred has an idea of what to do on that one (https://review.openstack.org/#/c/128965/)06:51
openstackgerritMichal Vanco proposed openstack-infra/jenkins-job-builder: Support for image gallery publisher  https://review.openstack.org/17574706:51
*** dtantsur|afk is now known as dtantsur06:51
*** jcoufal has joined #openstack-infra06:52
*** scheuran has joined #openstack-infra06:52
*** koolhead17 has quit IRC06:52
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Run puppet-check-jobs on bare-trusty only.  https://review.openstack.org/18565306:53
*** loquacity is now known as loquacities06:54
ttxAJaeger: commented06:55
*** luqas has joined #openstack-infra06:55
AJaegerttx, thanks - good point...06:56
*** HeOS has quit IRC06:59
*** masayukig_ has joined #openstack-infra06:59
*** soren has quit IRC07:02
*** nikeshm has joined #openstack-infra07:02
*** yfried|afk is now known as yfried_07:03
openstackgerritMerged openstack-infra/project-config: Use zuul-cloner to clone boostrap dg repo  https://review.openstack.org/18411107:04
*** soren has joined #openstack-infra07:04
*** zz_dimtruck is now known as dimtruck07:05
GheRiveromorning07:06
*** samuelBartel has joined #openstack-infra07:09
*** woodster_ has quit IRC07:10
*** arxcruz has joined #openstack-infra07:14
*** dimtruck is now known as zz_dimtruck07:15
*** dalgaaf has joined #openstack-infra07:17
*** teran has joined #openstack-infra07:17
*** samuelBartel has quit IRC07:19
openstackgerritAndreas Jaeger proposed openstack-infra/reviewstats: Docs update  https://review.openstack.org/18748407:19
*** vponomaryov has joined #openstack-infra07:20
*** ddieterly has joined #openstack-infra07:21
*** panda|ko has quit IRC07:21
openstackgerritAndreas Jaeger proposed openstack-infra/reviewstats: Docs update  https://review.openstack.org/18748407:22
*** panda|ko has joined #openstack-infra07:22
*** samuelBartel has joined #openstack-infra07:24
*** shashankhegde has quit IRC07:26
*** ddieterly has quit IRC07:26
*** ildikov has joined #openstack-infra07:27
*** shashankhegde has joined #openstack-infra07:27
*** fawadkhaliq has quit IRC07:29
*** sshnaidm has joined #openstack-infra07:30
*** Hal has joined #openstack-infra07:31
*** Hal is now known as Guest3100807:32
lennybHi, I have a question about filtering files in zuul. It seems that our CI still comments Gerrit with 'Build succeeded', even if the relevant files were filtered out and no job was triggered. ex: https://review.openstack.org/#/c/18720607:33
lennyblook for Mellanox CI07:34
*** matrohon has joined #openstack-infra07:34
eantyshevlennyb: having the same problem with our 3rd party CI as well07:35
*** hrubi has quit IRC07:35
eantyshevlennyb: Zuul has no ability to filter out events by files affected07:36
lennybeantyshev: This is actually good news :) We got our gerrit account disabled due to this noise. I am trying to debug this. do you have any ideas ?07:36
*** soren has quit IRC07:37
*** Zhongjun has joined #openstack-infra07:38
eantyshevlennyb: You can say them this is not a problem of your CI;)07:38
AJaegerlennyb, eantyshev: Please discuss as part of the 3rd party meeting07:38
*** fijal has joined #openstack-infra07:39
*** yamahata has quit IRC07:39
*** Kennan has joined #openstack-infra07:39
*** Kennan2 has quit IRC07:39
AJaegereantyshev: Zuul can filter out events by files affected, see for example http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n593 and http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n86307:40
*** dannywilson has joined #openstack-infra07:41
*** mrmartin has quit IRC07:41
AJaegereantyshev: not sure whether that helps in your specific case07:41
lennybeantyshev: I will discuss this, thanks. What do you mean by "zuul has no ability..." There is a 'files' option to filter files that zuul is triggered by. I expected Zuul not to comment on the files that it filtered out07:41
eantyshevlennyb: AJaeger: this filters out specific job, not the whole event07:42
AJaegereantyshev: ah07:42
* AJaeger is not running his own zuul07:42
AJaegereantyshev: better ask in the meeting or later when more experts are around (US time)07:43
electricalAJaeger: morning07:43
AJaegermorning, electrical !07:43
electricalhow you doing?07:43
eantyshevlennyb: problem is that when all the jobs triggered by event are filtered out, you get empty "Build succeeded". That's all07:43
*** shashankhegde has quit IRC07:44
*** dannywilson has quit IRC07:45
AJaegerelectrical: fine - busy as usual...07:45
electricalAJaeger: hehe. sounds familiar.07:45
*** hrubi has joined #openstack-infra07:46
lennybeantyshev: I know, but this 'empty comment' spoils our relationship with community and annoys a lot of people that see a unacceptable noise to their work ( btw, I can really understand them ).  How/if aare you avoiding those empty comments  ?07:46
*** otter768 has joined #openstack-infra07:46
*** dguerri`away is now known as dguerri07:48
*** notnownikki_ has joined #openstack-infra07:48
*** jlanoux has joined #openstack-infra07:48
*** jistr has joined #openstack-infra07:48
*** notnownikki_ has quit IRC07:48
eantyshevlennyb: my specific CI usage allows me to filter events by branch (only kilo). it hasn't many doc/test changes07:50
*** devvesa has joined #openstack-infra07:50
lennybeantyshev: So you either dont filter by files or have the same 'empty events' like me, correct?07:51
*** otter768 has quit IRC07:51
eantyshevlennyb: yes07:51
*** Ala has joined #openstack-infra07:52
*** fedexo has quit IRC07:53
*** chlong has quit IRC07:56
*** mrmartin has joined #openstack-infra07:57
*** koolhead17 has joined #openstack-infra07:58
*** koolhead17 has quit IRC08:02
anteayaeantyshev: will you be joining us in the third party meeting?08:04
*** eantyshev has quit IRC08:04
*** sshnaidm has quit IRC08:05
*** mpavone has joined #openstack-infra08:10
*** HeOS has joined #openstack-infra08:10
*** koolhead17 has joined #openstack-infra08:13
*** fhubik has joined #openstack-infra08:14
*** fhubik is now known as fhubik_afk08:15
*** yfried_ has quit IRC08:15
openstackgerritStefano Canepa proposed openstack-infra/project-config: Adding channel for openstack-freezer project  https://review.openstack.org/18749008:15
*** sshnaidm has joined #openstack-infra08:17
*** eantyshev has joined #openstack-infra08:19
*** yfried has joined #openstack-infra08:19
*** derekh has joined #openstack-infra08:19
openstackgerritStefano Canepa proposed openstack-infra/system-config: Adding #openstack-freezer IRC channel  https://review.openstack.org/18749208:20
*** fhubik_afk is now known as fhubik08:20
*** ddieterly has joined #openstack-infra08:22
*** wenlock has joined #openstack-infra08:23
*** ihrachyshka has joined #openstack-infra08:24
*** dizquierdo has joined #openstack-infra08:24
*** yfried_ has joined #openstack-infra08:25
*** yfried has quit IRC08:26
*** ddieterly has quit IRC08:27
*** ZZelle has quit IRC08:28
*** ZZelle has joined #openstack-infra08:28
*** HeOS has quit IRC08:29
*** HeOS has joined #openstack-infra08:31
*** fijal_ has joined #openstack-infra08:39
*** fijal has quit IRC08:41
*** fijal has joined #openstack-infra08:41
*** mohitsharma has quit IRC08:43
*** fallenpegasus has quit IRC08:43
*** fijal_ has quit IRC08:43
*** dguitarbite has joined #openstack-infra08:45
*** mleroy has quit IRC08:47
*** leopoldj has joined #openstack-infra08:53
*** achanda has joined #openstack-infra08:54
*** achanda_ has joined #openstack-infra08:56
*** dtantsur is now known as dtantsur|brb08:58
*** achanda has quit IRC09:00
*** HeOS has quit IRC09:02
*** soren has joined #openstack-infra09:03
*** claudiub has joined #openstack-infra09:03
anteayajhesketh: are you about?09:03
anteayasorry time for me to go back to bed09:03
anteayaI should have tried you 30 minutes ago09:04
* anteaya returns to bed09:05
*** teran has quit IRC09:06
*** ociuhandu has joined #openstack-infra09:07
mrmartinttx hi09:09
ttxmrmartin: o/09:10
*** dahoo has quit IRC09:10
*** HeOS has joined #openstack-infra09:12
*** fijal has quit IRC09:16
*** ociuhandu has quit IRC09:16
*** sshnaidm has quit IRC09:17
*** ociuhandu has joined #openstack-infra09:17
*** acruz_ has joined #openstack-infra09:17
*** lennyb has left #openstack-infra09:19
*** yfried_ is now known as yfried|afk09:20
*** e0ne has joined #openstack-infra09:20
*** acruz_ has quit IRC09:20
jheskethanteaya: ah darn, I just missed you sorry09:20
*** achanda_ has quit IRC09:21
*** cdent has joined #openstack-infra09:21
*** fawadkhaliq has joined #openstack-infra09:22
*** ddieterly has joined #openstack-infra09:23
*** fijal has joined #openstack-infra09:24
*** dims_ has joined #openstack-infra09:26
*** ddieterly has quit IRC09:27
*** dims_ has quit IRC09:31
openstackgerritMerged openstack-infra/irc-meetings: Change time for Tacker Meeting (previously Neutron ServiceVM) Change official name to Tacker  https://review.openstack.org/18735709:32
*** koolhead17 has quit IRC09:32
*** wenlock has quit IRC09:35
*** sshnaidm has joined #openstack-infra09:36
openstackgerritMerged openstack/os-testr: Catch exception trying to extract test time  https://review.openstack.org/18730009:36
openstackgerritSergey Skripnick proposed openstack-infra/project-config: Split slow rally job to several small ones  https://review.openstack.org/18502709:38
*** afazekas has joined #openstack-infra09:40
*** yfried|afk is now known as yfried_09:40
*** yamada-h has joined #openstack-infra09:41
*** isviridov is now known as isviridov_away09:41
*** kaisers1 has left #openstack-infra09:42
openstackgerritMerged openstack-infra/subunit2sql: Add release notes for recent releases  https://review.openstack.org/18365709:42
*** matbu_ has left #openstack-infra09:45
openstackgerritElena Ezhova proposed openstack/requirements: Add oslo.service to projects.txt  https://review.openstack.org/18750709:47
openstackgerritMerged openstack-infra/subunit2sql: Add docs about using subunit2sql-graph  https://review.openstack.org/18369609:47
*** otter768 has joined #openstack-infra09:47
*** eezhova has joined #openstack-infra09:48
*** freerunner has joined #openstack-infra09:49
*** yfried_ is now known as yfried|afk09:50
*** kwills has joined #openstack-infra09:51
*** gordc has joined #openstack-infra09:51
*** otter768 has quit IRC09:52
openstackgerritThierry Carrez proposed openstack-infra/irc-meetings: Meeting for Cloudpulse Team  https://review.openstack.org/18728809:53
*** amotoki_ has joined #openstack-infra09:53
*** vaidy_ has joined #openstack-infra09:54
eezhovahi! The governance change that included oslo.service to the oslo program (https://review.openstack.org/#/c/185327/) has recently merged. I would like to ask the infra team whether it is possible to include oslo-core in oslo-service-core and oslo-service-release groups?09:54
*** kwills has quit IRC09:56
*** dalgaaf has quit IRC09:58
*** yamamoto has quit IRC09:59
*** dtantsur|brb is now known as dtantsur10:00
*** achanda has joined #openstack-infra10:00
*** _nadya_ has joined #openstack-infra10:02
openstackgerritMerged openstack-infra/release-tools: Add a usage message for list_unreleased_changes.sh  https://review.openstack.org/18686710:03
openstackgerritMerged openstack-infra/release-tools: Include HEAD SHA in unreleased log output  https://review.openstack.org/18687210:03
openstackgerritMerged openstack-infra/release-tools: Make get_last_tag work on OS X  https://review.openstack.org/18435610:03
*** gordc has quit IRC10:03
*** _nadya_ has quit IRC10:04
yolandahi, i find that i have the opportunity to give a council - vote in the infra-specs. Shouldn't that be restricted to members of the council?10:04
yolandawhat's the purpose of that if not?10:04
*** _nadya_ has joined #openstack-infra10:04
ttxjeblair: when you have 5 minutes, please add dhellmann to release-tools-core @ https://review.openstack.org/#/admin/groups/249,members (and/or grant me access to change it myself)10:04
ttx(assuming infra-ptl is the only one who can change that)10:05
openstackgerritMerged openstack-infra/release-tools: drop support for alpha releases  https://review.openstack.org/18690210:05
*** Guest31008 has quit IRC10:09
*** Zhongjun has quit IRC10:09
*** e0ne is now known as e0ne_10:13
*** _nadya_ has quit IRC10:16
*** claudiub has quit IRC10:18
*** btran_ has quit IRC10:19
*** e0ne_ has quit IRC10:24
*** ddieterly has joined #openstack-infra10:24
openstackgerritMarton Kiss proposed openstack-infra/system-config: Initial commit of ask-staging.o.o site  https://review.openstack.org/17288010:27
*** jlanoux_ has joined #openstack-infra10:28
*** ddieterly has quit IRC10:29
*** e0ne has joined #openstack-infra10:29
*** yfried|afk is now known as yfried_10:30
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add external plugin support to subunit2sql-graph  https://review.openstack.org/18650610:30
*** jlanoux has quit IRC10:30
*** samueldmq has joined #openstack-infra10:32
samueldmqgood morning10:32
electricalMorning samueldmq10:34
*** jyuso1 has quit IRC10:34
*** jyuso1 has joined #openstack-infra10:34
samueldmqelectrical, hi10:35
samueldmqelectrical, where are you based ? I would see you early in the morning10:36
samueldmqs/would/always10:36
electricalsamueldmq: i'm in the UK.10:36
*** dguerri is now known as dguerri`away10:37
samueldmqelectrical, nice, should be almost noon there where you are :)10:37
electricalyeah indeed :-)10:38
*** hichihara has quit IRC10:38
*** koolhead17 has joined #openstack-infra10:39
*** koolhead17 has quit IRC10:39
*** koolhead17 has joined #openstack-infra10:39
*** HeOS has quit IRC10:41
*** HeOS has joined #openstack-infra10:41
*** pc_m has joined #openstack-infra10:44
*** alexpilotti has joined #openstack-infra10:46
*** fhubik is now known as fhubik_afk10:47
*** freerunner has quit IRC10:49
*** jlanoux has joined #openstack-infra10:53
*** yamada-h has quit IRC10:53
*** samuelBartel has quit IRC10:55
*** dims_ has joined #openstack-infra10:55
*** jyuso has joined #openstack-infra10:55
*** jlanoux_ has quit IRC10:55
openstackgerritTerry Howe proposed openstack-infra/project-config: Python SDK make functional tests a non voting gate  https://review.openstack.org/18462110:55
*** achanda_ has joined #openstack-infra10:56
*** fawadkhaliq has quit IRC10:56
*** achanda has quit IRC10:56
*** jyuso1 has quit IRC10:58
*** freerunner has joined #openstack-infra11:00
*** teran has joined #openstack-infra11:00
*** Longgeek_ has joined #openstack-infra11:01
openstackgerritLucas Alvares Gomes proposed openstack/requirements: Bump WSME to >= 0.7  https://review.openstack.org/18752311:01
*** Longgeek has quit IRC11:01
*** woodster_ has joined #openstack-infra11:03
*** yfried_ is now known as yfried|afk11:05
*** teran has quit IRC11:05
*** AK has quit IRC11:07
*** AzherKhan has quit IRC11:07
*** teran has joined #openstack-infra11:08
*** zz_dimtruck is now known as dimtruck11:08
*** Somay has joined #openstack-infra11:09
*** yfried|afk is now known as yfried_11:11
*** dimtruck is now known as zz_dimtruck11:11
openstackgerritAlvaro Lopez Garcia proposed openstack-infra/project-config: Add ooi into openstack-infra  https://review.openstack.org/18752611:13
*** Adrian has joined #openstack-infra11:15
*** Chilli_ has joined #openstack-infra11:15
*** Adrian is now known as Guest6693811:15
*** e0ne has quit IRC11:19
*** pelix has joined #openstack-infra11:21
*** panda|ko has quit IRC11:21
*** panda|ko has joined #openstack-infra11:22
*** fhubik_afk is now known as fhubik11:22
*** e0ne has joined #openstack-infra11:24
*** ddieterly has joined #openstack-infra11:24
*** e0ne is now known as e0ne_11:25
*** marcusvrn has joined #openstack-infra11:27
*** mika has quit IRC11:27
*** mika has joined #openstack-infra11:27
*** mwagner_afk has quit IRC11:28
*** freerunner has quit IRC11:28
*** Guest66938 has quit IRC11:28
*** achanda_ has quit IRC11:28
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add experimental Rally jobs for Manila  https://review.openstack.org/18670211:29
*** ddieterly has quit IRC11:29
*** e0ne_ is now known as e0ne11:30
*** Kiall_ is now known as Kiall11:37
samueldmqhi11:38
samueldmqwhen a bug affects multiple projects in lp, if I paste a link for it, our bot says it belongs to the last updated project in there11:39
samueldmqfor example11:39
samueldmqnote it contains 'cinder' in the URL : https://bugs.launchpad.net/cinder/+bug/145894511:39
openstackLaunchpad bug 1458945 in murano "Use graduated oslo.policy instead of oslo-incubator code" [High,Confirmed] - Assigned to Ekaterina Chernova (efedorova)11:39
samueldmqbut it's saying the bug is in murano :(11:39
SergeyLukjanovsamueldmq, IMO it's because of how lp works with the multiproject bugs11:40
*** ildikov has quit IRC11:41
SergeyLukjanovsamueldmq, if you'll search by the bug id in lp - https://launchpad.net/+search?field.text=1458945 it'll open in the last updated project11:41
*** freerunner has joined #openstack-infra11:46
openstackgerritsebastian marcet proposed openstack-infra/openstackid: Migration of resource server  https://review.openstack.org/17885411:47
*** dprince has joined #openstack-infra11:48
*** otter768 has joined #openstack-infra11:48
*** sdake has joined #openstack-infra11:49
*** ldnunes has joined #openstack-infra11:49
*** marcusvrn has quit IRC11:50
*** Somay has quit IRC11:51
openstackgerritAlvaro Lopez Garcia proposed openstack-infra/project-config: Add ooi into openstack-infra  https://review.openstack.org/18752611:52
*** kwills has joined #openstack-infra11:52
*** yfried_ is now known as yfried|afk11:52
*** otter768 has quit IRC11:53
*** marcusvrn has joined #openstack-infra11:54
*** yfried|afk is now known as yfried_11:55
*** ddieterly has joined #openstack-infra11:56
*** sdake_ has joined #openstack-infra11:56
*** ildikov has joined #openstack-infra11:56
*** sdake has quit IRC11:57
fungiyolanda: it sounds like you're probably a core reviewer in at least one infra project. that's how the council membership is determined11:57
*** deepakcs has quit IRC11:58
*** Somay has joined #openstack-infra11:58
fungieantyshev: too bad lennyb didn't stick around. anyway the current options are to either not try to filter all your jobs by files changed, or to work on improving zuul by adding files changed filtering to pipeline triggers instead of jobs12:00
vponomaryovfungi: Hello, can you please spill the light on usage of "Depends-On" tag in commit message? There is new jobs added https://review.openstack.org/#/c/186702/ in project-config and it is set as dependency in another project https://review.openstack.org/#/c/187533/ but these jobs are not triggered. Do we expect it work?12:01
openstackgerritAlvaro Lopez Garcia proposed openstack-infra/project-config: Add ooi into openstack-infra  https://review.openstack.org/18752612:03
eantyshevfungi: what about to not report items which didn't launch real jobs?12:03
openstackgerritAlvaro Lopez Garcia proposed openstack-infra/project-config: Add ooi into openstack-infra  https://review.openstack.org/18752612:04
*** e0ne is now known as e0ne_12:04
*** dkehn__ has joined #openstack-infra12:05
fungieezhova: dims_: i've added oslo-core to the oslo-service-core and oslo-service-release groups in gerrit12:05
dims_fungi: thanks, there was a futurist request as well similar to this one12:05
eezhovafungi, thank you!12:06
samueldmqSergeyLukjanov, sorry for late reply ... that opened my the searhc page12:06
yolandaah fungi, yes, in a pair12:06
dims_fungi: please add oslo-core to https://review.openstack.org/#/admin/groups/928,members and https://review.openstack.org/#/admin/groups/929,members when you get a chance12:06
samueldmqSergeyLukjanov, anyway, that looks to be something in the info lp exposes via its api's, and then our bot possibly can't change that12:07
*** baoli has joined #openstack-infra12:07
fungieantyshev: zuul also doesn't currently have that capability either, but i think the pipeline filtering might be less confusing for operators than zuul simply not commenting and then being unable to figure out why12:07
*** dkehn has quit IRC12:08
*** lennyb_ has joined #openstack-infra12:08
*** liam_ has joined #openstack-infra12:09
*** achanda has joined #openstack-infra12:09
*** liam_ is now known as Guest9213212:09
*** weshay has joined #openstack-infra12:10
fungivponomaryov: no, that won't work. there is separate automation to set up and configure those jobs throughout our ci once 186702 merges. we don't have a mechanism to try not-yet-configured jobs12:10
vponomaryovfungi: oh, got it thanks.12:12
*** ildikov has quit IRC12:12
*** kgiusti has joined #openstack-infra12:13
*** e0ne_ has quit IRC12:14
*** zul has joined #openstack-infra12:14
*** sdake has joined #openstack-infra12:15
eantyshevfungi: Zuul could leave appropriate info messages. I see difficulties in implementation at pipeline level, since event json data lacks files info12:16
*** sdake has quit IRC12:16
*** rfolco has joined #openstack-infra12:16
*** claudiub has joined #openstack-infra12:17
*** jistr is now known as jistr|class12:17
*** sdake_ has quit IRC12:17
openstackgerritwill soula proposed openstack-infra/jenkins-job-builder: Add support for the Naginator Plugin  https://review.openstack.org/17936612:18
*** vaidy_ has quit IRC12:20
*** achanda has quit IRC12:20
*** achanda has joined #openstack-infra12:21
*** reazem has quit IRC12:21
*** EricGonczer_ has joined #openstack-infra12:22
*** dkranz has joined #openstack-infra12:22
*** jistr|class is now known as jistr12:22
*** koolhead17 has quit IRC12:23
*** reazem has joined #openstack-infra12:24
*** jsavak has joined #openstack-infra12:24
*** Guest92132 has quit IRC12:25
*** maishsk_afk has joined #openstack-infra12:25
*** achanda has quit IRC12:25
*** ildikov has joined #openstack-infra12:27
*** zz_dimtruck is now known as dimtruck12:27
*** aysyanne has joined #openstack-infra12:30
openstackgerritwill soula proposed openstack-infra/jenkins-job-builder: Add support for the Naginator Plugin  https://review.openstack.org/17936612:31
fungidims_: i've added oslo-core to the futurist-.* groups too12:31
ddieterlycan someone help me with https://review.openstack.org/#/c/187547/12:32
*** rlandy has joined #openstack-infra12:32
*** sdake has joined #openstack-infra12:32
*** Chilli_ has quit IRC12:32
ddieterlyi'm not sure what the problem is with the pep8 check12:32
*** shardy_ has joined #openstack-infra12:32
ddieterlyERROR:   pep8: commands failed12:33
*** fhubik is now known as fhubik_afk12:34
*** sdake has quit IRC12:34
*** shardy has quit IRC12:34
*** e0ne has joined #openstack-infra12:36
dims_fungi: thanks a ton!12:36
*** fhubik_afk is now known as fhubik12:36
ddieterlylooks like something is wrong with the build machine?12:36
*** ajmiller has quit IRC12:37
*** shardy_ has quit IRC12:38
sdagueddieterly: no, your requirements are wrong, and you should remove - https://github.com/stackforge/monasca-persister/blob/master/test-requirements.txt#L212:38
sdaguepyflakes should be pulled in by hacking only12:38
*** shardy has joined #openstack-infra12:39
ddieterlyok, i'll try removing it12:40
*** sdake has joined #openstack-infra12:40
fungiddieterly: the clue in that log is... pkg_resources.VersionConflict: (pyflakes 0.9.0 (/home/jenkins/workspace/gate-monasca-persister-pep8/.tox/pep8/lib/python2.7/site-packages), Requirement.parse('pyflakes==0.8.1'))12:41
dims_fungi: weird stuff, none of the ci jobs ran when i try to merge a futurist review - https://review.openstack.org/#/c/187378/12:41
ddieterlyfungi: thanks12:41
*** dkranz has quit IRC12:42
openstackgerritMark T. Voelker proposed openstack-infra/irc-meetings: Add DefCore Committee Meeting  https://review.openstack.org/18755612:43
*** Hal has joined #openstack-infra12:44
*** dkehn__ is now known as dkehn12:44
*** Hal is now known as Guest4667312:45
fungidims_: looks like it never had a check result from when it was originally uploaded. i've rechecked it now, but there's an odd failure on its -python26 job12:45
*** EricGonczer_ has quit IRC12:46
openstackgerritMark T. Voelker proposed openstack-infra/irc-meetings: Add DefCore Committee Meeting  https://review.openstack.org/18755612:46
dims_fungi: interesting, thanks! will fix12:46
*** ddieterly has quit IRC12:47
fungidims_: by strange i mean it looks like we hit some odd sort of race in /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh running in "pre" mode12:48
fungiit's hitting an error on a nonexistent file from within a conditional block that checked for existence of that file12:48
dims_haha12:49
*** isviridov_away is now known as isviridov12:50
fungidoesn't seem that script has changed at all recently (not since january)12:50
dims_fungi: it's better to make sure the futurist tree has stuff from cookie cutter. looks like its missing even basic stuff from there12:51
fungidims_: good call12:52
fungidims_: OH! i totally misread a benign error from that script, it's fine12:53
fungidims_: the problem there is actually "ERROR: toxini file 'tox.ini' not found"12:53
dims_y :)12:53
fungiso, er, yeah. cookiecutter ftw!12:53
*** gordc has joined #openstack-infra12:54
openstackgerritValeriy Ponomaryov proposed openstack-infra/project-config: Add experimental Rally jobs for Manila  https://review.openstack.org/18670212:54
fungiclearly that was a case of not-enough-coffee-yet12:54
*** ildikov has quit IRC12:55
*** ahcorporto has joined #openstack-infra12:56
*** ildikov has joined #openstack-infra12:56
openstackgerritMichal Vanco proposed openstack-infra/jenkins-job-builder: Support for image gallery publisher  https://review.openstack.org/17574712:56
*** mrunge has quit IRC12:58
*** dkranz has joined #openstack-infra12:59
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Subscribe new oslo projects to g-r process  https://review.openstack.org/18756613:00
*** mriedem_away is now known as mriedem13:01
mrmartinfungi: hi, the default 'XXX' hiera params landed for askbot patch: https://review.openstack.org/#/c/172880/7 It was there yesterday, I just forget to do a git review :(13:02
*** sks has quit IRC13:03
openstackgerritMark T. Voelker proposed openstack-infra/irc-meetings: Add DefCore Committee Meeting  https://review.openstack.org/18755613:03
fungimrmartin: no worries. i'm trying to get some momentum to merge the prerequisite changes for that first anyway so that i can test it more easily with our launch script13:03
mrmartinok.13:04
fungii tried yesterday but didn't have a lot of luck since convincing the puppetmaster to serve patched versions of multiple modules for a dev env is nontrivial (for me anyway)13:04
*** ahcorporto1 has joined #openstack-infra13:05
*** dkranz has quit IRC13:05
*** hashar has joined #openstack-infra13:06
mrmartinyeah, it's tricky13:08
*** ahcorporto has quit IRC13:08
*** sdake_ has joined #openstack-infra13:09
*** emagana has joined #openstack-infra13:09
*** ajo has joined #openstack-infra13:09
*** pfalleno1 has quit IRC13:10
openstackgerritIlya Tyaptin proposed openstack-infra/project-config: Add functional test job for ceilometer  https://review.openstack.org/18422313:10
*** emagana has quit IRC13:12
*** ddieterly has joined #openstack-infra13:12
*** emagana has joined #openstack-infra13:12
*** pfallenop has joined #openstack-infra13:12
mgedminbindep wishlist: --all (show installed packages also)13:12
*** sdake has quit IRC13:13
fungimgedmin: should be fairly trivial to add. i'll keep that in the back of my mind for after i get our nodepool package caching implementation making use of bindep13:14
fungihopefully later this week if i get caught up on more pressing issues13:14
*** alivigni has joined #openstack-infra13:15
mgedminI might find the time to do a pull request (or whatever it's called in openstackland), but this is not guaranteed13:15
mgedmine.g. I didn't find the time to file a bug right now instead of harping on IRC ;) (-ETOOBUSY)13:15
*** puranamr has joined #openstack-infra13:16
*** doug-fish has joined #openstack-infra13:16
*** emagana has quit IRC13:16
*** julim has joined #openstack-infra13:17
*** sks has joined #openstack-infra13:17
*** mwagner_afk has joined #openstack-infra13:18
*** sdake has joined #openstack-infra13:18
*** akshai has joined #openstack-infra13:18
openstackgerritMerged openstack/requirements: Add openstack/futurist to projects.txt  https://review.openstack.org/18737413:19
*** ahcorporto1 has left #openstack-infra13:20
openstackgerritMerged openstack/requirements: Bump zaqarclient  https://review.openstack.org/18632213:20
*** bknudson has joined #openstack-infra13:20
*** sdake_ has quit IRC13:21
*** ChuckC_ has quit IRC13:22
*** gordc has quit IRC13:22
openstackgerritRussell Bryant proposed openstack-infra/reviewstats: Stop hard coding core team member lists  https://review.openstack.org/18725713:24
*** yamamoto has joined #openstack-infra13:25
*** yamamoto_ has joined #openstack-infra13:26
* mgedmin ♥ bindep already13:27
mgedmin(apt-get dependency management for jenkins slaves is so much nicer when each job has a other-requirements.txt)13:27
*** fhubik is now known as fhubik_afk13:27
*** radez_g0n3 is now known as radez13:28
*** yamamoto has quit IRC13:30
mescanefhello, could we merge https://review.openstack.org/#/c/185566/ and https://review.openstack.org/#/c/186179/ ?13:31
mescaneffungi: ^^ :-)13:31
*** dguerri`away is now known as dguerri13:31
*** yamamoto_ has quit IRC13:32
*** xyang1 has joined #openstack-infra13:32
*** unicell has quit IRC13:32
*** dkehn is now known as dkehnx13:33
*** dkehn_ is now known as dkehn13:34
*** dkehnx has quit IRC13:35
*** yfried_ is now known as yfried|afk13:35
*** yamamoto has joined #openstack-infra13:36
*** amitgandhinz has joined #openstack-infra13:36
*** _nadya_ has joined #openstack-infra13:36
*** hdd has joined #openstack-infra13:38
AJaegermescanef: +2*2 ;)13:39
*** puranamr has quit IRC13:40
AJaegerfungi, could you create a stable/kilo branch for openstack-manuals today, please?13:40
AJaegerfungi: just branch at the head...13:40
*** ErickHeinrich has joined #openstack-infra13:41
*** ErickHeinrich has quit IRC13:41
*** yfried|afk is now known as yfried_13:41
*** peristeri has joined #openstack-infra13:41
*** puranamr has joined #openstack-infra13:42
*** soren has quit IRC13:42
*** Somay has quit IRC13:42
*** ayoung has joined #openstack-infra13:45
*** tiswanso has joined #openstack-infra13:45
*** marun has joined #openstack-infra13:45
*** puranamr has quit IRC13:46
mescanefAJaeger: thanks :-)13:46
*** bhunter71 has joined #openstack-infra13:46
*** yamahata has joined #openstack-infra13:48
openstackgerritMarton Kiss proposed openstack-infra/puppet-askbot: Askbot module refactor  https://review.openstack.org/18187313:48
mescanefAJaeger: btw, who can give +1 on workflow?13:49
openstackgerritIlya Tyaptin proposed openstack-infra/project-config: Add functional test job for ceilometer  https://review.openstack.org/18422313:49
AJaegermescanef: any of the cores of that repo. SergeyLukjanov is currently reviewing, he might do it ;)13:49
*** otter768 has joined #openstack-infra13:49
mescanefAJaeger: ok will ask him, tnx :-)13:50
*** dboik has joined #openstack-infra13:50
*** dims_ has quit IRC13:51
*** fallenpegasus has joined #openstack-infra13:51
*** dims_ has joined #openstack-infra13:51
*** mtanino has joined #openstack-infra13:51
mescanefSergeyLukjanov: hello, pls +1 on workflow for  https://review.openstack.org/#/c/185566/ and https://review.openstack.org/#/c/186179/13:52
mescanef:-)13:52
*** Somay has joined #openstack-infra13:54
*** armax has joined #openstack-infra13:54
*** otter768 has quit IRC13:54
*** ddieterly has quit IRC13:54
*** freerunner has quit IRC13:57
*** rkukura has joined #openstack-infra13:58
*** marun has quit IRC13:58
SergeyLukjanovmescanef, appoved13:58
SergeyLukjanovAJaeger, do you still need a branch?13:58
*** dustins has joined #openstack-infra13:58
*** k4n0 has quit IRC13:59
AJaegerSergeyLukjanov: yes, I do.13:59
mescanefSergeyLukjanov: thanks :-)13:59
SergeyLukjanovAJaeger, stable/kilo from current HEAD?13:59
AJaegerSergeyLukjanov: exactly13:59
*** marun has joined #openstack-infra13:59
openstackgerritMerged openstack-infra/project-config: Add the coverage jobs for VPNaaS and FWaaS  https://review.openstack.org/18235913:59
*** annegentle has joined #openstack-infra13:59
*** sdake_ has joined #openstack-infra14:00
*** gordc has joined #openstack-infra14:00
SergeyLukjanovAJaeger, done14:00
AJaegerthanks, SergeyLukjanov !14:00
SergeyLukjanovAJaeger, np :)14:00
*** fhubik_afk is now known as fhubik14:01
*** rkukura has quit IRC14:01
*** eharney has joined #openstack-infra14:01
*** rkukura has joined #openstack-infra14:01
annegentlesdague: ttx: Listened to the Big Tent presentation this morning on my way to work, nicely done.14:02
fungiAJaeger: looks like SergeyLukjanov took care of you. let me know if you need anything else14:02
*** julim has quit IRC14:02
sdagueannegentle: thanks14:02
AJaegerfungi: yes, everything fine - thanks!14:02
annegentlesdague: nice docs representation there14:03
annegentlesdague: I especially liked the person who said "docs quality is hard to measure" :)14:03
annegentleYes, yes it is.14:03
*** sdake has quit IRC14:03
*** julim has joined #openstack-infra14:03
fungiannegentle: i like to measure docs quality via fluid volume displacement14:03
annegentlein mm14:03
fungiit's extremely precise, just not very accurate14:04
openstackgerritMerged openstack-infra/project-config: Enable Heat services for functional tests  https://review.openstack.org/18297414:04
pabelangermorning14:06
*** pfallenop has quit IRC14:07
*** sdake_ has quit IRC14:07
*** sdake has joined #openstack-infra14:08
*** KA has joined #openstack-infra14:08
*** AK has joined #openstack-infra14:08
*** annegentle has quit IRC14:08
yolandafungi, i'm looking at puppet-gerrit, to deploy in our side. I see that expireoldreviews is no longer on gerrit::cron, it's ensuring expireoldreviews to be absent14:08
yolandado you know where is it now?14:08
mescanefbtw, there is a review (https://review.openstack.org/#/c/186675/) regarding "exposing fuel project spec to specs.openstack.org", but the fuel-specs is on stackforge - shall we move it out of there to be able to publish it on openstack specs?14:09
mescanefAJaeger: ^^ :-)14:09
*** gokrokve has joined #openstack-infra14:09
yolandasame for removeddbdumps14:09
fungiyolanda: not sure. we stopped using it a long time ago14:09
yolandaah, so you are not expiring any review?14:09
yolandathen it may not be anywhere14:09
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Add stable/kilo to openstack-doc channel  https://review.openstack.org/18759614:10
*** bookwar has joined #openstack-infra14:10
fungimescanef: i think fuel needs to join the big tent to make use of our publication sites for things like specs, documentation, et cetera14:10
AJaegermescanef: I agree with fungi.14:10
*** sigmavirus24_awa is now known as sigmavirus2414:10
AJaegerfungi, could you review 187596 when it's convenient, please?14:11
*** tonytan4ever has joined #openstack-infra14:12
fungiyolanda: right, auto-abandoning reviews is a potentially antisocial process. we've seen an incident as recently as last week where auto-abandoned reviews from a year ago are still causing confusion and leading to community tension14:12
yolandawow, if there is no activity in one year, i woudn't expect people to complain about it14:12
fungiyolanda: the problem is when new contributors don't see how to take over someone else's abandoned change and then poorly copy it to make a new one14:13
fungiit was helpful to some established reviewers who didn't want to bother fine-tuning their review lists, but at the expense of confusing new contributors14:14
*** mohitsharma has joined #openstack-infra14:14
yolandahere we are in a different environment, i'll raise the topic and i may add it to our modules downstream14:14
*** soren has joined #openstack-infra14:14
*** dimtruck is now known as zz_dimtruck14:15
*** annegentle has joined #openstack-infra14:15
*** jistr is now known as jistr|mtg14:16
*** ajmiller has joined #openstack-infra14:16
sdaguefungi: it's not as cut and dry as that, especially given linkage to launchpad artifacts that get left in progress with open reviews assuming people are working on them (when they are not)14:17
*** pfallenop has joined #openstack-infra14:17
fungisdague: yep, i agree it was especially bad when we were abandoning reviews and didn't even update bugs to mention that14:17
*** boris-42 has quit IRC14:18
*** soren has quit IRC14:19
*** zz_dimtruck is now known as dimtruck14:19
*** soren has joined #openstack-infra14:20
*** ajmiller_ has joined #openstack-infra14:20
*** dkranz has joined #openstack-infra14:21
sdagueanyway, I feel like the whole thing is much more nuanced and jeblair and I talked through a bunch of this at one point. To keep saying that auto abandoning is evil and projects that do it are antisocial I think overly simplifies that there are a lot of moving parts, and discounts that open reviews with other people's names on them act as social locks on problems as well.14:21
fungii don't think projects which do it are evil, but i think that it's not a decision we should make for every repo in our infrastructure14:22
sdaguefungi: oh, sure, I agree with that14:22
*** stevemar has joined #openstack-infra14:23
*** timcline has joined #openstack-infra14:23
sdagueI think it's very project specific what the tradeoffs end up being14:23
*** radez is now known as radez_g0n314:23
fungiand some low-change-volume projects which had it previously imposed on them have encountered unanticipated problems with unfortunate social implications as a result14:23
*** ajmiller has quit IRC14:24
fungipossibly some higher-change-volume projects as well, but those projects may be better able to absorb/ignore the smaller percentage of new contributor contributions which run afoul of problems related to auto-abandonment14:24
*** puranamr has joined #openstack-infra14:25
*** fawadkhaliq has joined #openstack-infra14:26
*** radez_g0n3 is now known as radez14:26
*** erikmwilson_ has joined #openstack-infra14:28
yolandafungi, and are you running some manual abandon of reviews?14:28
*** abregman has quit IRC14:29
*** erikmwilson is now known as Guest3144614:29
*** erikmwilson_ is now known as erikmwilson14:29
fungiyolanda: some individual projects may be scripting abandonment of their changes (perhaps via gerrit api interaction) but only a minority14:29
*** sks has quit IRC14:30
*** emagana has joined #openstack-infra14:30
*** vahidh has quit IRC14:30
yolandado you know if in technical terms, it makes any difference on gerrit?14:30
*** jistr|mtg is now known as jistr14:30
fungiyolanda: i have no idea what your question means14:31
yolandafungi, in terms of storage, either on gerrit, on git14:31
yolandaan abandoned review supposes any advantage between an active one?14:32
fungiyolanda: no, gerrit treats abandoned reviews the same as active reviews internally. it's just a review state14:32
yolandacool, thx14:32
AJaegeryolanda: it should be only a difference when you look at open reviews...14:33
fungiit has implications on some default dashboards (filtered from view), and on new patchset submissions (rejects them as closed, like with a merged status for a change),14:33
fungibut they still take up just as much space in the database and git repos14:33
AJaegerfungi, one difference: We're not running merge-check on abandoned reviews14:34
fungiAJaeger: right, but that's a zuul thing14:34
*** ddieterly has joined #openstack-infra14:34
openstackgerritAlvaro Lopez Garcia proposed openstack-infra/project-config: Add ooi into openstack-infra  https://review.openstack.org/18752614:34
*** puranamr has quit IRC14:35
*** hdd has quit IRC14:37
*** hdd has joined #openstack-infra14:37
*** KA has quit IRC14:38
*** AK has quit IRC14:38
*** gordc_ has joined #openstack-infra14:39
*** puranamr has joined #openstack-infra14:39
*** baoli has quit IRC14:40
*** gordc has quit IRC14:41
*** _nadya_ has quit IRC14:41
*** abregman has joined #openstack-infra14:42
*** baoli has joined #openstack-infra14:43
*** zz_jgrimm is now known as jgrimm14:43
*** armax has quit IRC14:44
*** Somay has quit IRC14:44
*** armax has joined #openstack-infra14:44
*** coolsvap|afk has quit IRC14:45
openstackgerritMerged openstack/requirements: Add sqlalchemy-utils to requirements  https://review.openstack.org/18565214:45
yolandafungi, AJaeger, thx for the info14:46
*** soren has quit IRC14:47
openstackgerritMerged openstack/requirements: Bumps pysaml2 to 2.4.0  https://review.openstack.org/18699614:47
openstackgerritMerged openstack/requirements: Add 'fasteners' package  https://review.openstack.org/16366614:47
*** abregman has quit IRC14:48
*** coolsvap|afk has joined #openstack-infra14:48
*** puranamr has quit IRC14:49
jeblairfungi, sdague: yeah, i have notes from that conversation and intend to try to address them before bringing the auto-abandon subject up again myself.  :)  however, it keeps coming up on its own.  :(14:51
sdaguejeblair: yeh, that's fair14:51
*** Guest46673 has quit IRC14:51
*** puranamr has joined #openstack-infra14:52
jeblairttx: dhellmann added to release-tools-core14:53
*** ashleighfarnham has joined #openstack-infra14:53
*** radez is now known as radez_g0n314:54
*** jaypipes has quit IRC14:54
openstackgerritSergey Skripnick proposed openstack-infra/project-config: Add experimental cue-dsvm-rally job  https://review.openstack.org/18762014:54
AJaegerjeblair: Russel Bryant is not core anymore on reviewstats, see https://review.openstack.org/#/c/187257/ - was that an accident?14:54
*** maishsk_afk has quit IRC14:56
openstackgerritMerged openstack/requirements: Bump WSME to >= 0.7  https://review.openstack.org/18752314:56
*** Somay has joined #openstack-infra14:58
*** freerunner has joined #openstack-infra14:58
*** mrmartin has quit IRC14:59
openstackgerritMerged openstack/requirements: Add oslo.service to projects.txt  https://review.openstack.org/18750714:59
openstackgerritMerged openstack/requirements: Add oslo.service to projects.txt  https://review.openstack.org/18750714:59
*** dustins_ has joined #openstack-infra14:59
jeblairAJaeger, russellb: yep, fixed14:59
*** hdd has quit IRC15:00
jeblairyolanda: you are in pypi-mirror-core, so you're on the council15:01
*** abregman has joined #openstack-infra15:01
yolandajeblair, i was thinking that was only for infra-cores, not ones in project15:01
yolandain side projects15:01
*** abregman has quit IRC15:01
jeblairwe were talking about dropping pypi-mirror, but now we're talking about using it to build wheels, so we might be keeping it15:01
yolandawe are using that downstream15:02
yolandaalthough we want to move to bandersnatch15:02
*** hemnafk is now known as hemna15:02
*** dustins has quit IRC15:02
*** patrickeast has joined #openstack-infra15:02
jeblairyolanda: no, any core member in any infra-project is on the council.  it's part of how we're going to scale out -- side projects get agreement from the council on their direction, and the council is a large group decision making body that we all participate in.15:03
jeblairs/side project/sub project/15:03
yolandajeblair, ok, i like that idea15:03
openstackgerritJan Klare proposed openstack-infra/project-config: Rename stackforge/chef* to openstack/chef*  https://review.openstack.org/18653215:04
yolandajeblair, btw, i found one more issue when upgrading zuul15:04
*** jcoufal has quit IRC15:04
yolanda--label is not supported in gerrit 2.415:04
yolandaso we've stopped upgrade for the moment, because if we have found 2 issues, and that environment is not tested actively on gerrit 2.4, we may run into unexpected problems15:05
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: Save email body for release notes  https://review.openstack.org/18762115:05
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: improve email format with stable and other tags  https://review.openstack.org/18762215:05
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: add project owner to email topic tags automatically  https://review.openstack.org/18762315:05
*** abregman has joined #openstack-infra15:05
jeblairhrm, if you wanted to fix the --label issue, then i think you would need to detect the gerrit version.  i don't think there's a way we can support both otherwise.15:06
yolandajeblair, well,i created a local patch for it, but we prefered to stop upgrade at the moment, as we don't want to hit unexpected problems15:07
openstackgerritJan Klare proposed openstack-infra/project-config: Rename stackforge/chef* to openstack/chef*  https://review.openstack.org/18653215:07
*** Somay has quit IRC15:07
*** e0ne is now known as e0ne_15:09
*** e0ne_ is now known as e0ne15:09
*** sridhar_ram has joined #openstack-infra15:10
*** samueldmq_ has joined #openstack-infra15:10
*** samueldmq_ is now known as samuel-dmq15:11
mescanefguys, would that -> http://logs.openstack.org/79/186179/1/gate/gate-infra-puppet-apply-centos6/cf5cce5/console.html be a temporarily issue? :-)15:14
openstackgerritMerged openstack-infra/reviewstats: Create utils.get_core_team() function.  https://review.openstack.org/18725615:15
pabelangermescanef, which review triggered it?15:17
pabelangerfor some reason not listed in the logs15:17
openstackgerritMerged openstack-infra/project-config: Added new repositories for Fuel plugins  https://review.openstack.org/18556615:17
*** arxcruz has quit IRC15:18
mescanefpabelanger: https://review.openstack.org/#/c/186179/ this one15:18
*** abregman has quit IRC15:19
fungimescanef: pabelanger: "Build timed out (after 30 minutes). Marking the build as failed."15:19
*** sabeen1 has joined #openstack-infra15:20
openstackgerritRussell Bryant proposed openstack-infra/reviewstats: Stop hard coding core team member lists  https://review.openstack.org/18725715:20
mescaneffungi: why it unfriendly timeouted on me?15:20
fungithis has been an intermittent issue on centos 6 since just after the ghost vulnerability fix. git remote actions sometimes hang indefinitely now on that platform15:20
*** dtantsur is now known as dtantsur|afk15:20
fungii've tried, unsuccessfully, to reproduce it under a debugger15:20
*** changbl_ has joined #openstack-infra15:20
*** panda|ko has quit IRC15:21
mescaneffungi: :-)15:21
mescaneffungi: btw, could you please add my email (mmatuszkowiak@mirantis.com) to gerrit groups of https://review.openstack.org/#/c/185566/ ?15:21
*** panda|ko has joined #openstack-infra15:21
pabelangerfungi, good to know15:22
*** puranamr has quit IRC15:22
pabelangermescanef, Ya, I would say something not cool with git checkouts for puppet modules15:22
*** markus_z has quit IRC15:22
*** hdd has joined #openstack-infra15:22
pabelanger2015-06-02 14:55:07.017 | Error: /Stage[main]/Cgit::Selinux/Selboolean[httpd_enable_cgi]: Could not evaluate: Execution of '/usr/sbin/getsebool httpd_enable_cgi' returned 1: /usr/sbin/getsebool:  SELinux is disabled15:22
pabelangersome weird stuff15:23
mescanef:-)15:23
fungipabelanger: that's benign15:23
*** puranamr has joined #openstack-infra15:23
openstackgerritStefano Canepa proposed openstack-infra/system-config: Adding #openstack-freezer IRC channel  https://review.openstack.org/18749215:23
fungithe vcsrepo messages right before a long delay and then a job timeout are the symptom we see for this problem15:24
fungimescanef: it will be a little while before those groups exist in our gerrit. your change only just merged15:24
mescaneffungi: and in parallel there was other patchset which got +2 from jenkins :-)15:24
fungii'll try to remember to check back in an hour15:24
*** aduarte has quit IRC15:25
mescaneffungi: roger15:25
mescanefif so ill pingu you later15:25
*** krtaylor has quit IRC15:27
j^2hey everyone, so i’m confused about something on one of my reviews:https://review.openstack.org/#/c/186532/ The line: Also, the linked governance change seems to be something about mistral, not chef. Please replace that with a "Depends-On" header (even if the change is already merged, that's fine) pointing to the correct change. Thanks.15:28
j^2can someone explain walk me through this?15:28
*** fallenpegasus has quit IRC15:28
j^2what’s the Depends-On header?15:28
j^2oh!15:29
j^2ha, wow15:29
j^2ok, sometimes rubber ducking on IRC helps i guess15:29
fungij^2 well, for starters, what's the change you meant to mention in your commit message? you linked to something for mistral15:29
j^2yep. my bad15:29
openstackgerritJJ Asghar proposed openstack-infra/project-config: Rename stackforge/chef* to openstack/chef*  https://review.openstack.org/18653215:29
mescaneffungi, AJaeger: btw, so for "joining big tent to make use of our publication sites for things like specs" - the procedure of joining is somewhere documented and what is required?15:29
j^2there we go15:29
*** dannywilson has joined #openstack-infra15:30
jeblairj^2: the correct way to use depends on in this case would be "Depends-On: I18f507da315951352e31a9d1be2aeb0e40c9d085" since I18f507da315951352e31a9d1be2aeb0e40c9d085 is the change id for https://review.openstack.org/#/c/175000/15:30
openstackgerritIhar Hrachyshka proposed openstack/requirements: Bump oslo.policy to 0.5.0  https://review.openstack.org/18763715:30
pabelangerj^2, I think you actually want to add Depends-On: I18f507da315951352e31a9d1be2aeb0e40c9d08515:30
j^2jeblair: nice thanks!15:30
pabelangertoo slow :)15:31
j^2just in the commit message?15:31
fungimescanef: http://governance.openstack.org/reference/new-projects-requirements.html15:31
openstackgerritJJ Asghar proposed openstack-infra/project-config: Rename stackforge/chef* to openstack/chef*  https://review.openstack.org/18653215:31
pabelangerj^2, I usually add it below the Change-Id field15:31
j^2nice, i added it above, but that should be correct now?15:32
jeblair(that's fine, order doesn't matter)15:32
j^2nice15:32
j^2rock on guys thanks for the fast turn around and help!15:32
fungiyeah, basically git convention is that headers are rfc-822 style in the last paragraph of the commit message15:32
j^2fungi: i didn’t know that nice, it makes sense though I’ve seen it in a lot of places15:33
fungigenerally order-independent, one line each, with no blank lines separating them15:33
pabelangerfungi, I'd be curious is there is some lint test for commit messages.15:33
pabelangernot that I would gate on them15:33
fungipabelanger: hacking has (had?) some15:33
pabelangerchecking15:33
*** dizquierdo has quit IRC15:34
*** Swami has joined #openstack-infra15:34
*** puranamr has quit IRC15:35
*** samuel-dmq has quit IRC15:36
nibalizerfungi: whats the sit-rep with askbot?15:36
*** yfried_ has quit IRC15:37
*** boris-42 has joined #openstack-infra15:37
zaromorning15:37
funginibalizer: just wrapped my first meeting for the day, checking in on it now15:38
nibalizercool15:39
*** puranamr has joined #openstack-infra15:39
funginibalizer: i've just approved 181894 now. 181873 got a new patchset hopefully addressing your suggestions15:39
nibalizernew patchset on https://review.openstack.org/#/c/181873/ am reviewing15:39
fungithanks!15:40
*** gordc_ is now known as gordc15:42
*** openstackgerrit has quit IRC15:42
*** openstackgerrit has joined #openstack-infra15:43
*** fhubik is now known as fhubik_afk15:43
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Subscribe new oslo projects to g-r process  https://review.openstack.org/18756615:44
*** yamahata has quit IRC15:46
*** scheuran has quit IRC15:49
openstackgerritPaul Belanger proposed openstack-infra/project-config: Import puppet-stackalytics into openstack-infra  https://review.openstack.org/18726915:49
openstackgerritJeremy Stanley proposed openstack-infra/infra-specs: Host OpenStack Apps Catalog Service  https://review.openstack.org/18764615:49
pleia2good morning15:50
*** otter768 has joined #openstack-infra15:50
openstackgerritSwaminathan Vasudevan proposed openstack-infra/project-config: Make neutron-dvr job voting at the gate  https://review.openstack.org/18023015:50
*** btran_ has joined #openstack-infra15:50
*** asselin_ has joined #openstack-infra15:51
*** dangers_away is now known as dangers15:51
*** sdake_ has joined #openstack-infra15:52
openstackgerritStefano Canepa proposed openstack-infra/project-config: Adding channel for openstack-freezer project  https://review.openstack.org/18749015:53
*** otter768 has quit IRC15:55
*** jamespage_ has joined #openstack-infra15:55
*** jamespage_ has quit IRC15:55
*** asadoughi has left #openstack-infra15:55
*** sdake has quit IRC15:56
*** doug-fish has quit IRC15:56
*** doug-fish has joined #openstack-infra15:57
*** dustins_ has quit IRC15:57
*** yamahata has joined #openstack-infra15:57
*** fhubik_afk is now known as fhubik15:59
*** ajmiller_ is now known as ajmiller15:59
*** devvesa has quit IRC15:59
*** yamamoto has quit IRC16:02
*** dimtruck is now known as zz_dimtruck16:02
timrcI think I'm really dumb... we are register timing stats with some_time - some_other_time * 1000... why the 1000? The delta should be in seconds, which should be the unit we wan things in for graphing?16:02
timrcregistering*16:03
*** jlanoux has quit IRC16:03
*** krtaylor has joined #openstack-infra16:04
*** unicell has joined #openstack-infra16:04
jeblairtimrc: milliseconds -- http://statsd.readthedocs.org/en/latest/types.html#timers16:04
*** jistr has quit IRC16:05
*** amotoki_ has quit IRC16:05
timrcjeblair, Ahah.16:05
anteayapleia2: are you feeling any better today?16:05
pleia2anteaya: I am, thank you :)16:05
timrcjeblair, Thanks!16:05
openstackgerritMerged openstack-infra/system-config: Disable puppet-askbot resources temporarily  https://review.openstack.org/18189416:06
timrcjeblair, So it looks like nodepool calculates delta and sends things off to statsd without converting to milliseconds?16:07
*** puranamr has quit IRC16:07
anteayapleia2: glad to hear it16:07
*** Hal has joined #openstack-infra16:08
timrcjeblair, e.g. https://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/nodepool.py#n16516:08
*** Hal is now known as Guest7529716:08
*** fallenpegasus has joined #openstack-infra16:08
jeblairtimrc: that's probably a bug then16:09
*** puranamr has joined #openstack-infra16:09
timrcjeblair, Okay.  I'll file a bug report and will look into proposing a fix.16:09
*** yamamoto has joined #openstack-infra16:10
*** gyee has joined #openstack-infra16:10
*** ildikov has quit IRC16:11
*** amitgandhinz has quit IRC16:11
*** bhuvan has joined #openstack-infra16:11
*** shashankhegde has joined #openstack-infra16:11
*** leopoldj has quit IRC16:11
*** fawadkhaliq has quit IRC16:12
fungiooh, i like the new state time display in nodepool's cli output16:13
*** gokrokve_ has joined #openstack-infra16:14
fungibhunter71: ^ thanks!16:15
*** alexsyip has joined #openstack-infra16:16
openstackgerritMerged openstack-infra/project-config: Add grenade jobs for Heat  https://review.openstack.org/17835216:17
*** gokrokve has quit IRC16:17
jeblair2015-06-02 16:15:11,430 INFO gerritbot: Sending "James E. Blair proposed openstack-infra/project-config: Add a contact macro  https://review.openstack.org/186852" t16:18
jeblairo #openstack-infra16:18
*** dprince has quit IRC16:18
jeblairdid anyone see that?  i did not get that message16:18
anteayaI don't have that message in my dispaly16:19
pleia2nope16:19
anteayamy display either16:19
jeblairweird...16:19
timrcjeblair, By the way, am I suppose to still be using Storyboard to submit bugs against / stories for nodepool?16:19
anteayathe gerritbot backchannel16:19
jeblairtimrc: yes, but you don't need to file a bug if you're just going to fix it :)16:20
openstackgerrityolanda.robla proposed openstack-infra/puppet-jeepyb: Fix logrotate bug on jeepyb  https://review.openstack.org/18765316:20
*** gordc has quit IRC16:21
*** mohitsharma has quit IRC16:21
*** gordc has joined #openstack-infra16:21
*** tiswanso has quit IRC16:21
jeblairSpamapS: can you look at https://review.openstack.org/186960 when you have a moment?16:21
*** tiswanso has joined #openstack-infra16:22
*** garyk has quit IRC16:22
*** mattfarina has joined #openstack-infra16:22
*** Ala has quit IRC16:23
*** whoops has joined #openstack-infra16:24
timrcjeblair, Okay.16:24
*** nelsnelson has joined #openstack-infra16:24
*** jaypipes has joined #openstack-infra16:24
SpamapSjeblair: looking now. I must have missed it getting posted. :)16:25
*** sputnik13 has joined #openstack-infra16:26
*** sarob has joined #openstack-infra16:26
*** isviridov is now known as isviridov_away16:27
*** shashankhegde has quit IRC16:27
*** akshai has quit IRC16:28
*** amotoki_ has joined #openstack-infra16:29
*** annegentle has quit IRC16:29
*** sdake has joined #openstack-infra16:29
samueldmqhi, what are the different permissions for users in lp ?16:29
*** baoli has quit IRC16:29
*** e0ne has quit IRC16:29
samueldmqI created a bug, added affected projects and I can't mark it as 'invalid' for a given project16:29
SpamapSjeblair: quite nice, thanks for putting that together!16:29
samueldmqI have no permission :(16:29
*** jogo has quit IRC16:30
pleia2samueldmq: you can just leave a comment asking the project owners to invalidate it16:30
pleia2samueldmq: permissions exist so random people don't just go around invalidating bugs :)16:30
*** baoli has joined #openstack-infra16:30
SpamapSIndeed.16:30
samueldmqpleia2, yeah, although I think that should be admin_or_owner :)16:30
*** bhunter71 has quit IRC16:31
fungisamueldmq: bug status is delegated to the bug supervisor group for a project16:31
pleia2there we go, bug supervisor group16:31
greghaynesjeblair: am I supposed to be seeing the council-vote box?16:31
fungisamueldmq: some projects have opted to configure their open so that anyone can change those settings, but others have a specific bug supervisor group16:31
fungier, configure theirs16:31
fungigreghaynes: yes, if you're a core reviewer on at least one infra repo16:32
greghayneshrm16:32
*** sdake__ has joined #openstack-infra16:32
greghaynesI guess I might be? :p16:32
jeblairpabelanger: can you write a spec to run stackalytics in infra? possibly see https://review.openstack.org/187646 for inspiration16:32
*** sdake_ has quit IRC16:32
*** bhunter71 has joined #openstack-infra16:33
* fungi is surprised anyone could find his specs inspiring, but willing to go with the flow here16:33
samueldmqpleia2, fungi ack, that makes sense, thanks16:33
jeblairpabelanger: i'd like to have a written plan for migrating the existing site with sign-offs from the mirantis folks16:33
*** fhubik has quit IRC16:34
jeblair(i think everyone is okay with it, but that's mostly based on mordred verbalizing, and i think we're getting to a more formal stage)16:34
mordredjeblair: luckily it has no data, so migration is as simple as spin up new one, swap dns16:35
jeblairmordred: yeah, i like that :)16:36
*** sdake has quit IRC16:36
jeblairmostly i want to make sure we're in agreement about the 'swap dns' part, and also perhaps we should consider moving the project itself into infra, if they are interested16:36
*** sdake has joined #openstack-infra16:36
yamamotoAJaeger: jeblair: i have a question about repo move for neutron sub projects16:36
*** dprince has joined #openstack-infra16:36
jeblair(which would be great for their stackalytics numbers, natch!)16:37
openstackgerritMerged openstack-infra/irc-meetings: Meeting for Cloudpulse Team  https://review.openstack.org/18728816:37
openstackgerritTimothy R. Chavez proposed openstack-infra/nodepool: Convert timing metrics to milliseconds  https://review.openstack.org/18766816:37
yamamotothere are a few patches stacked on this  https://review.openstack.org/#/c/184159/16:37
*** jogo has joined #openstack-infra16:37
yamamotoi want to put another one on it16:37
SergeyLukjanovjeblair, I could communicate with mirantis folks about moving stackalytics16:38
*** shashankhegde has joined #openstack-infra16:38
yamamotounfortunately it seems i need to rebase these patches before putting mine16:38
yamamotodo you think it's ok to rebase them?16:39
SergeyLukjanovjeblair, so, I hope to have some results due to the end of week16:39
jeblairSergeyLukjanov: great, thanks!16:39
*** _ody has quit IRC16:39
jeblairyamamoto: why do you need to rebase them? they should still be mergable...16:39
*** _ody has joined #openstack-infra16:40
*** sdake__ has quit IRC16:40
fungidocaedo: thanks for taking a look at 187646. hoping it can get discussed at the infra meeting today (1900 utc in #openstack-meeting if you're around) and get some formal confirmation that we can move forward with the remaining tasks16:40
docaedojeblair: pretty sure mirantis will be excited about that move16:40
*** akshai has joined #openstack-infra16:40
docaedoSergeyLukjanov: let me know if I can help16:40
yamamotojeblair: because i want to move code which has been merged after their base16:40
*** akshai has quit IRC16:40
*** nelsnels_ has joined #openstack-infra16:40
*** nelsnelson has quit IRC16:40
docaedofungi: thanks - let me know if I can help in any way, or if there's anything else I can do. All the help and support in moving this has been greatly appreciated16:41
jeblairyamamoto: oh, hrm.  yes, i think it should be okay to rebase them.  if we're lucky, the votes might carry over, but if not, i think we will have time to re-vote.16:42
jeblairyamamoto: just leave a review comment on them that you rebased them so people know why you uploaded new patchsets16:42
*** _ody has quit IRC16:42
yamamotojeblair: ok, i'll do so.  thank you for advice!16:42
fungidocaedo: you're doing great. i think aside from getting some more eyeballs on the puppet module, we'll also want a change to add a page to openstack-infra/system-config:doc/source/ for the server16:43
*** gokrokve_ has quit IRC16:43
fungidocaedo: if you want to have a try at writing that (just crib from the many examples already in that directory) then awesome, otherwise i'll whip something up this week16:43
*** gokrokve has joined #openstack-infra16:43
*** _ody has joined #openstack-infra16:43
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Move networking-odl into the openstack namespace  https://review.openstack.org/18681316:44
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: networking-ovn: move from stackforge/ to openstack/  https://review.openstack.org/18415916:44
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: vmware-nsx: move from stackforge/ to openstack/  https://review.openstack.org/18455816:44
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: networking-midonet: move from stackforge/ to openstack/  https://review.openstack.org/18767116:44
docaedofungi: cool, thanks16:44
fungidocaedo: that same change can also add an entry to manifests/site.pp for the server itself instantiating your module, and to the modules.env file adding an entry for the module itself16:45
*** gokrokve has quit IRC16:45
*** gokrokve_ has joined #openstack-infra16:45
openstackgerritThomas Bechtold proposed openstack-dev/pbr: Remove sphinx_config.init_values() manual call  https://review.openstack.org/18767216:46
docaedofungi: I *think* that makes sense to me (and at least there are lots of examples)16:46
*** mpavone has quit IRC16:46
fungidocaedo: if not, don't worry about it. you can pretty much just throw code ant gerrit and we'll walk you through what's missing16:47
fungier, at gerrit16:47
*** bhuvan has quit IRC16:48
*** HeOS has quit IRC16:49
openstackgerritMark T. Voelker proposed openstack-infra/irc-meetings: Add DefCore Committee Meeting  https://review.openstack.org/18755616:49
jeblairyamamoto: looks like the votes stayed, so all is good :)16:50
*** dannywilson has quit IRC16:50
yamamotojeblair: sure.  we are lucky enough!16:50
*** dannywilson has joined #openstack-infra16:50
openstackgerritDerek Higgins proposed openstack-infra/system-config: Set suitable min-ready values for tripleo fedora nodes  https://review.openstack.org/18767516:51
openstackgerritDerek Higgins proposed openstack-infra/system-config: Remove tripleo-f20 nodes from tripleo cloud  https://review.openstack.org/18767616:51
fungidocaedo: but anyway, add a doc/source/apps-site.rst or something, update the doc/source/systems.rst file to incorporate it, add a node in manifests/site.pp and update the source modules and integration modules lists in modules.env to add the apps_site module16:51
*** abregman has joined #openstack-infra16:51
fungithat should be all we'd need for the system-config repo change16:52
openstackgerritDavide Guerri proposed openstack-infra/shade: Add port resource methods  https://review.openstack.org/17996816:52
*** tiswanso has quit IRC16:54
docaedofungi: thanks, I should be able to do that today, and I'll try to make the infra meeting too16:54
jeblairfungi: is https://review.openstack.org/187646 ready for council vote?16:54
jeblair(i think so; i'll add it to meeting agenda if you agree)16:56
yolandaasselin, what alternative do you see for https://review.openstack.org/#/c/187165/ ? the way it's now, it's a mixed template between hardcoded values, and parameterized ones16:56
*** abregman has quit IRC16:56
yolandado you have any proposal? maybe just make the module accept a file16:56
yolandaand module just puts it on the right place?16:56
*** yamahata has quit IRC16:57
*** emagana has quit IRC16:57
fungijeblair: i think so. the draft job just finished running for it. i see one very minor typo but don't feel especially obligated to update for that unless there are other issues people point out in which case i can address it then16:57
asselin_yolanda, yeah. I think the issue is really the credentials/secrets16:57
jeblairfungi: can always fix the typo in a followup16:58
asselin_yolanda, The rest should really be static16:58
*** baoli has quit IRC16:58
fungijeblair: also i added it to the agenda already, but feel free to move it around16:58
*** matrohon has quit IRC16:58
*** dahoo has joined #openstack-infra16:58
j^2my centos6 puppet run failed :( https://review.openstack.org/#/c/186532/1516:58
j^2i went ahead an recheck no bug’d it16:58
yolandai'm more of parameterizing things and rely on modules to bring functionality, but it's ok, i'll change topic on that16:58
yolandaand will do the initial approach with just a template16:59
*** emagana has joined #openstack-infra16:59
jeblairfungi: cool, i'm setting up a formal "specs ready for final voting" section, so i'll move it there16:59
fungiperfect. i didn't see a great spot for it which is why i just tacked it onto the end17:00
asselin_yolanda, my concern is that the parameterization makes the template very complicated...17:00
asselin_visually17:00
asselin_and moves the definitions to another file that's not really much simpler17:00
*** ddieterly has quit IRC17:00
asselin_I'm looking here: https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/templates/nodepool/nodepool.yaml.erb17:00
yolandayes, i know this nesting is messy. I know some other modules that have 2 levels of nesting, but in case of nodepool it's  a bit more complex17:01
yolandaif we could make it readable it will  be better, but not sure on how to do it17:01
asselin_there's a lot of contents, but only 4 values needed as inputs17:01
*** baoli has joined #openstack-infra17:01
*** nelsnels_ has quit IRC17:02
*** nelsnelson has joined #openstack-infra17:02
*** tiswanso has joined #openstack-infra17:02
yolandaasselin, well, that is a template that is just for upstream. If you are in dowstream, you have different providers, jenkins, etc17:02
asselin_I don't know the full details as to why those files were not but into project-config17:02
*** nelsnelson has quit IRC17:02
jeblairwe could move the credentials into a different file17:03
asselin_but that's where it really belongs17:03
jeblairasselin_: yeah, only because the credentials are in there, and project-config can't handle templated files17:03
*** ihrachyshka has quit IRC17:03
jeblairso if we changed nodepool to read credentials from a separate file, that could be in system-config (and easily templated), then the actual config could move into project-config17:03
*** ddieterly has joined #openstack-infra17:03
asselin_why can't project-config handle templated files?17:04
yolandaso we allow the users of that nodepool module to provide their own file, and just send the values of the passwords, and secrets17:04
*** nelsnelson has joined #openstack-infra17:04
*** nelsnelson has quit IRC17:04
*** dguerri is now known as dguerri`away17:04
openstackgerritMerged openstack-infra/project-config: Switch on requirements check for nova-docker  https://review.openstack.org/18741317:04
yolandajeblair, asselin, at this point, i think some updates are needed17:04
jeblairyolanda: correct17:04
yolandajenkins_api_user, jenkins_api_key17:04
yolandamay not be the same for all jenkins masters17:05
yolandawe cannot rely on that really17:05
yolandaas jenkins_credentials_id17:05
fungiasselin_: project-config is not a puppet module. it's just a collection of static files17:05
yolandahow could we better manage it? i don't like to assume that all jenkins master have same creds17:05
*** ildikov has joined #openstack-infra17:05
jeblairasselin_: because the mechanism we use for it is just a simple git checkout of static files that we then put into place; it doesn't rely on puppet at all; getting puppet involved in it would make it much more complex17:05
fungi(though there is a separate puppet module for installing those files to a known location)17:05
*** derekh has quit IRC17:06
jeblairyolanda: the credential file could be keyed by url.17:06
jeblairyolanda: or we can assume they are the same.  i'm actually okay with that.  ;)17:06
yolandajeblair, but thinking on a downstream consumption, i see that as a limitation17:07
openstackgerritMerged openstack-infra/project-config: Skip python34 job for doc-only nova changes  https://review.openstack.org/18704117:07
jeblairyolanda: https://etherpad.openstack.org/p/JIMIX0Thp117:07
*** achanda has joined #openstack-infra17:08
jeblairyolanda: so you could write the file like that17:08
yolandajeblair, but what i mean, different jenkins master, don't necessarily share same user, apikey, credentials17:08
yolandaand in that template we assume the same17:08
asselin_Puppet cannot pull in a template looking static file from project-config?17:08
openstackgerritJJ Asghar proposed openstack-infra/project-config: Rename stackforge/cookbook* to openstack/cookbook*  https://review.openstack.org/18653217:08
jeblairyolanda: not in what i just wrote in the etherpad17:09
reeddhellmann, are you the one maintaining the RSS exports in specs.openstack.org?17:09
*** abregman has joined #openstack-infra17:09
reedor more generically, where should I file feature requests for specs.openstack.org?17:09
jeblairasselin_: it would require some non-trivial work; also, i'm not sure it's good to do that.  for instance, this is forcing us into a better design.17:09
jlvillalIs there a known issue with tempest jobs failing?  Seen a lot of failures in openstack/ironic:  https://review.openstack.org/#/q/project:openstack/ironic+status:open,n,z17:10
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: Save email body for release notes  https://review.openstack.org/18762117:10
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: create missing milestones when releasing libraries  https://review.openstack.org/18690317:10
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: improve email format with stable and other tags  https://review.openstack.org/18762217:10
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: add project owner to email topic tags automatically  https://review.openstack.org/18762317:10
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/shade: Add functional tests for object service  https://review.openstack.org/18729617:10
jlvillalJust wondering if the openstack/ironic gate is broken or not.17:11
fungijlvillal: new images are just starting to come online for the day in the past hour or so. one of the several job script updates which merged yesterday might be causing issues. i'm comparing logs now17:11
*** ihrachyshka has joined #openstack-infra17:11
asselin_ok..I see I ran into this a while back. I had to copy the static file over to the correct location, and puppet loaded it as a template.....https://github.com/rasselin/os-ext-testing/blob/master/puppet/modules/os_ext_testing/manifests/master.pp#L26717:11
jlvillalfungi: Thanks17:12
*** baoli has quit IRC17:12
*** ivar-lazzaro has joined #openstack-infra17:12
fungijlvillal: i see a neutron functional job failing on a specific test (UnprivilegedUserMetadataL3AgentTestCase.test_access_to_metadata_proxy)17:12
asselin_https://github.com/rasselin/os-ext-testing/blob/master/puppet/install_master.sh#L10917:12
fungii see cinder unit tests failing on VolumeTestCase.test_create_delete_volume17:13
jeblairyolanda: let's chat here17:13
yolandayes, better for me17:13
yolandaso that's my concern, the current template don't provide that flexibility17:13
jeblairyolanda: i think it's okay to pass in a list of jenkins master credentials17:13
yolandain the other side, the change i did, is super complex17:13
openstackgerritSergey Skripnick proposed openstack-infra/project-config: Add experimental cue-dsvm-rally job  https://review.openstack.org/18762017:14
*** sshnaidm has quit IRC17:14
jeblairyolanda: that is simple; we pass in lists of 2-5 element dictionaries in several places and it works well17:14
jlvillalfungi: Do you think neutron is breaking the Ironic gate?17:14
fungii see a grenade job that died on a bad status line from pypi.python.org (why?!?)17:14
yolandajeblair, so that's what i'm doing on https://review.openstack.org/#/c/187165/17:14
sc68calI'm getting a hash mismatch on Babel package17:14
fungijlvillal: no idea yet. the failures i see in the gate are all over the map. having a tough time correlating anything17:14
yolandabut the template is quite nasty, although it generates the right results17:14
jeblairyolanda: yes, but you did it for the entire configuration.  with my proposal, you would just do it for the jenkins credentials17:14
sc68calfungi: Bad md5 hash for package https://pypi.python.org/packages/source/B/Babel/Babel-1.3.tar.gz#md5=5264ceb02717843cbc9ffce8e6e06bdb (from https://pypi.python.org/simple/babel/) ?17:15
yolandajeblair, so we just parameterize the mysql pass, the jenkins creds17:15
jeblairyep17:15
jlvillalfungi: Over in #openstack-ironic they are suspecting oslo.messaging17:15
asselin_+117:15
jrollfungi: so what I'm seeing is lots of "NoSuchOptError: no such option: rpc_response_timeout" and an oslo.messaging release today17:15
yolandaare there more expected secrets on conf? just that?17:15
fungijlvillal: jroll: sounds a likely suspect17:15
fungidims_: ^17:15
*** yfried_ has joined #openstack-infra17:15
jeblairyolanda: just that i believe17:16
jrollfungi: dims_ http://logs.openstack.org/50/186450/4/check/check-tempest-dsvm-ironic-pxe_ssh/e0d4d57/logs/screen-ir-cond.txt.gz?level=ERROR looking like maybe a missing import_opt or something, idk17:16
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron functional test bug 1461172  https://review.openstack.org/18768417:16
openstackbug 1461172 in neutron "neutron.tests.functional.agent.test_l3_agent.MetadataL3AgentTestCase.test_access_to_metadata_proxy times out intermittently" [Undecided,New] https://launchpad.net/bugs/146117217:16
yolandai'm ok with that17:16
*** hashar has quit IRC17:16
jeblairyolanda: (if we also support [jenkins "*"] in the config file, then we will only need one entry since all our jenkins masters are the same)17:17
yolandai was also concerned about the username, password, for each provider17:17
yolandabut i see now it has been moved to clouds17:17
*** baoli has joined #openstack-infra17:18
jeblairyep17:18
fungiso far the most common failure i've found in gate jobs right now is that cryptography's setup_requires for pyasn1 is causing trouble because pypi.python.org is returning a bad status line17:18
yolandai did that change because of jenkins master, and different users/pass/projects on each provider, that was too much secret and complexit17:18
yolandacomplexity17:18
yolandanice that things are split now... i guess documentation needs to be refrsehed17:18
jeblairfungi: something is hitting pypi.python.org?17:18
pabelangerjeblair, sure, not a problem.17:19
openstackgerritMerged openstack-infra/project-config: Skip python34 job for doc-only neutron changes  https://review.openstack.org/18704017:19
openstackgerritMerged openstack-infra/project-config: Add Stackforge project Mercador  https://review.openstack.org/18690617:19
yolandaso asselin, we hae a deal there , i'll rework that change17:19
asselin_yolanda, yes, compromise :)17:19
asselin_thank you17:19
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: Do not automatically target bugs for stable releases  https://review.openstack.org/17944717:19
yolandaasselin, we are working downstream on puppet-gerrit as well, so if i can, i will add that to the puppet-openstackci after that17:20
*** zz_dimtruck is now known as dimtruck17:20
asselin_yolanda, ok17:20
yolandaasselin, i'm curious , in summit we agreed to don't do gerrit, becasue it was not needed by CI, but you are using that17:20
yolandaand how do you manage changes in CI if not?17:21
asselin_yolanda, no we don't use it17:21
asselin_yolanda, since we're 3rd party ci, we just depend on other ppl setting up gerrit17:21
asselin_yolanda, we just subscribe to their event stream17:21
yolandawell, but there is a final need on gerrit anyway17:21
jeblair(i think we said that we should add it eventually, as an add-on, but not in the first pass)17:22
*** dahoo has quit IRC17:22
yolandajeblair, ok. We are on that effort right now downstream, so i'll file whatever can be reused upstream17:22
*** shashankhegde has quit IRC17:22
asselin_yolanda, yes....the modules selected were (selfishly) those needed by 3rd party ci...since there are many more 3rd party ci folks and 1st party ci17:22
yolandawell, makes sense17:23
jeblairyolanda: i think that makes sense, just know that the review priority for openstackci will focus on 3rd-party ci first, then expand later once that works17:23
yolandajeblair, asselin, our situation is a bit different. We are in the same effort of 3rd party ci, but we need much more17:23
*** freerunner has quit IRC17:24
*** yamahata has joined #openstack-infra17:24
jeblairyolanda: i want to use puppet-openstackci upstream as it becomes ready for each thing we run; that's how we will make sure it always works17:24
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/shade: Add functional tests for object service  https://review.openstack.org/18729617:24
fungijeblair: setuptools/easy_install is going straight to pypi.python.org because cryptography declares a setup_requires on pyasn1, aiui17:24
asselin_yolanda, yes, you need more, not different. so this how we align :)17:25
jeblairyolanda: so when we can use it for zuul and logs, we will switch to it... and later when it supports gerrit, we'll switch to that, etc.17:25
jeblairasselin_: ++17:25
yolandajeblair, it makes sense. When you setup something from scratch, and with different parameters, is when you realize the failures or features missing17:25
pabelangeryolanda, Ya, I'm in the same thinking of you initially.  And was surprised when gerrit was not listed.  But now I understand what the spec is doing17:26
jeblairfungi: don't we have a mirror config file for easy_install?17:27
asselin_yolanda, I'm planning a virtual sprint to help get these changes over the goal (and then we can continue with the next set)17:27
yolandai would love to collaborate if we have the chance17:27
asselin_I'll bring it up in the infra meeting later today17:27
*** tonytan4ever has quit IRC17:28
fungijeblair: oh, yeah it does actually try our mirror first http://logs.openstack.org/79/186879/3/gate/gate-tempest-dsvm-full-ceph/94f64cd//logs/devstacklog.txt.gz#_2015-06-02_17_07_33_96917:28
yolandak, i'll attend17:28
*** baoli has quit IRC17:28
*** bhuvan has joined #openstack-infra17:28
asselin_I was thinking end of june, early july, but that's up for discussion, seeing ppl's schedule17:28
*** tonytan4ever has joined #openstack-infra17:28
jeblairyeah, and we might want to take it to a ml thread too before we make a final decision17:28
openstackgerritDan Smith proposed openstack/requirements: Bumps oslo.versionedobjects to >= 0.3.0  https://review.openstack.org/18769017:29
asselin_jeblair, +117:29
*** baoli has joined #openstack-infra17:29
*** dimtruck is now known as zz_dimtruck17:29
jeblairfungi: so.... it found it on our mirror and then went to pypi?17:30
anteayaasselin_: keep in mind the tc have a virtual sprint june 18 & 19th17:31
anteayattx did you want to add your sprint to the virtual sprints wikipage?17:31
anteayahttps://wiki.openstack.org/wiki/VirtualSprints17:32
asselin_anteaya, thanks...was not aware of that17:32
anteayawasn't sure17:32
anteayabest to plan around that one17:32
*** e0ne has joined #openstack-infra17:32
*** emagana has quit IRC17:32
*** mtanino has quit IRC17:33
*** shardy_ has joined #openstack-infra17:33
yolandaasselin , i'm taking last week of june on holiday... but i guess on this time it's quite complicated17:33
*** tonytan4ever has quit IRC17:33
anteayaasselin_: also not sure if you want to take scheduled physical sprints into account or not: https://wiki.openstack.org/wiki/Sprints17:33
fungijeblair: yeah, i'm not exactly clear on what it's doing there. it says it checked our mirror, it doesn't report an error, it says it decided to download a version which happens to exist on our mirror, but then it retrieves it from pypi.o.o17:33
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Update query for bug 1353962  https://review.openstack.org/18769117:34
openstackbug 1353962 in OpenStack Compute (nova) "Test job failes with FixedIpLimitExceeded with nova network" [Medium,Confirmed] https://launchpad.net/bugs/135396217:34
*** Swami has quit IRC17:34
*** shardy has quit IRC17:34
*** amotoki_ has quit IRC17:34
fungiand unfortunately pip freeze doesn't mention setuptools so i need to dig deeper to see if we're maybe seeing the new setuptools upload causing issues17:35
asselin_anteaya, as long as there's not much overlap for people17:35
*** Guest75297 has quit IRC17:35
asselin_anteaya, however I do want to avoid L117:35
anteayaasselin_: right so consider the people that are most important to attend for success for your goal17:35
fungiyeah, we are running with pip 7.0.3 and setuptools 17.0 it looks like17:35
*** yamamoto has quit IRC17:36
fungii wonder if latest setuptools has broken mirror handling17:36
anteayaasselin_: and make it as easy as possible for them, for the rest it would be great if they can join too, but you can't get everyone17:36
*** Hal has joined #openstack-infra17:36
*** Hal is now known as Guest3916317:37
anteayaasselin_: and people can follow up with review and so on, just don't get bogged down in trying to pick the most perfect date (doesn't exist) and end up not picking one at all17:37
anteayaasselin_: and avoiding L1 is a good goal17:37
dstufftit wouldn't be a pip or a setuptools release if we didn't break something17:37
dstufftif you don't want setuptools to ever go to PyPI you can set the allowed hosts17:37
asselin_l1 is june 23-25 according to https://wiki.openstack.org/wiki/Liberty_Release_Schedule17:37
dstufftit'll never go anywhere but the hosts you allow17:37
anteayaasselin_: depending on dates I may or may not be able to join, but I am not critical to success of your goal, so don't make my attendance a priority17:37
anteayaasselin_: good to know :)17:38
fungidstufft: is that a relatively new feature? i want to say we'd have set it that way in the past if we could17:38
*** amitgandhinz has joined #openstack-infra17:38
dstufftfungi: No17:38
dstufftit was introduced in like... 0.3? or so17:38
*** shardy_ has quit IRC17:38
dstufftit only affects setuptools though17:38
dstufftnot pip17:38
dstufftpip generally is better at not hitting random locations on the internet though17:39
*** shardy has joined #openstack-infra17:39
dstufftfungi: https://pythonhosted.org/setuptools/easy_install.html#restricting-downloads-with-allow-hosts17:39
*** cdent has quit IRC17:40
*** ihrachyshka has quit IRC17:40
*** _nadya_ has joined #openstack-infra17:40
*** yamamoto has joined #openstack-infra17:41
*** baoli has quit IRC17:41
*** maishsk_afk has joined #openstack-infra17:41
*** tiswanso has quit IRC17:41
fungidstufft: neat. thanks. i'll try to work that in17:41
*** tiswanso_ has joined #openstack-infra17:41
*** ildikov has quit IRC17:42
*** mrmartin has joined #openstack-infra17:42
*** mriedem has quit IRC17:42
jeblairfungi: oh i was already typing :)17:42
fungieven better!17:42
*** Swami_ has joined #openstack-infra17:42
*** Swami has joined #openstack-infra17:42
dstufftI'm pleasently surprised by how little things went explodey with pip 717:43
dstufftI was planning to hide for a month17:43
fungiwell, we haven't started using it in most places yet17:43
*** zz_dimtruck is now known as dimtruck17:43
dstufftwell I meant across all all the things in the pythonsphere17:43
fungioh, right yeah the ml has been quiet17:43
mordredthere's more in the pythonsphere than us?17:43
*** ociuhandu has quit IRC17:43
mordredI choose to reject that notion17:43
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add allow_hosts to pydistutils.cfg  https://review.openstack.org/18769617:44
dstufftI think it should work here, lifeless tested it to some degree!17:44
openstackgerritJames E. Blair proposed openstack-infra/system-config: Add allow_hosts to pydistutils.cfg  https://review.openstack.org/18769717:44
*** tonytan4ever has joined #openstack-infra17:44
*** baoli has joined #openstack-infra17:44
*** vahidh has joined #openstack-infra17:45
jlvillalfungi: Created bug on Ironic gate issue and oslo.messaging: https://bugs.launchpad.net/ironic/+bug/146118217:46
mordredwhere does the governance repo publish to again?17:46
openstackLaunchpad bug 1461182 in oslo.messaging "After oslo.messaging release Ironic gate is broken" [Undecided,New]17:47
fungimordred: governance.openstack.org17:47
mordredfungi: bah. too easy17:47
fungiwe can try to make that more complicated17:47
*** shashankhegde has joined #openstack-infra17:47
jlvillalmordred: People seem to think you are the  only one who can fix this patch: https://review.openstack.org/128965   Any chance you can look at it?17:48
*** sridhar_ram has quit IRC17:48
mordredjlvillal: hrm. weird17:49
jlvillalmordred: That is what everyone else says ;)17:49
fungimordred: not so much that you're the only one who can fix it, but wondering what the implications might be if we rebase that juno tag and merge it now that there's been a subsequent kilo tag merged to master17:50
fungiif teh answer is "none" then i'm happy to update it17:50
mordredshould be none- it's supposed to just be a null-tag17:50
mordredHOWEVER17:50
mordredi could be wrong17:50
*** maishsk_afk has quit IRC17:50
pelixwaynr: nice write up on the spec for JJB!17:51
fungii can test an update of it on a local clone and see if pbr version generation still works as expected17:51
*** otter768 has joined #openstack-infra17:51
pelixfew questions from me, but hopefully they aren't too onerous.17:51
*** pelix has quit IRC17:51
*** freerunner has joined #openstack-infra17:51
*** maishsk_afk has joined #openstack-infra17:51
*** reazem has quit IRC17:52
*** e0ne is now known as e0ne_17:52
openstackgerritMerged openstack-infra/project-config: Add Stackforge project Mercador, part 2.  https://review.openstack.org/18696717:53
*** freerunner has quit IRC17:54
*** sarob has quit IRC17:54
*** baoli has quit IRC17:54
*** reazem has joined #openstack-infra17:54
*** ildikov has joined #openstack-infra17:55
*** otter768 has quit IRC17:55
*** sarob has joined #openstack-infra17:55
*** prometheanfire has left #openstack-infra17:56
*** mriedem has joined #openstack-infra17:57
*** ociuhandu has joined #openstack-infra17:57
*** e0ne_ is now known as e0ne17:57
boris-42jeblair: hey hey17:58
boris-42jeblair: regarding to your comment about ACL17:58
lifelessmorning17:58
boris-42lifeless: hi there17:58
boris-42jeblair: how can I help to get something ?)17:59
lifelessfungi: speaking of, +A? https://review.openstack.org/18686917:59
fungilifeless: ahh, yeah looks like when SergeyLukjanov left his second +2 he didn't approve it but didn't mention why17:59
jeblairboris-42: i don't understand your question18:01
*** baoli has joined #openstack-infra18:01
boris-42jeblair: I mean this patch https://review.openstack.org/#/c/187196/18:01
boris-42jeblair: you put -1 on it18:02
*** tiswanso_ has quit IRC18:02
*** radez_g0n3 is now known as radez18:02
*** ivar-lazzaro has quit IRC18:02
*** ayoung is now known as ayoung_Eeyeore18:02
*** ayoung_Eeyeore is now known as ayoung18:02
*** tiswanso_ has joined #openstack-infra18:03
jeblairboris-42: yeah, i'm glad you're interested in the prolog idea.  if we do something like what you propose, i think that's the best place to start.  however, i think before we do that, we should try out the process manually first.  ask core reviewers to do it in their heads18:03
*** dustins has joined #openstack-infra18:03
boris-42jeblair: so can we get that patch in?18:04
boris-42jeblair: it will be first step in right direction18:04
jeblairboris-42: i know that nova is planning something similar, so i think it would be good for both projects to try it out, and if it seems to work, then let's look at the technical parts18:04
boris-42jeblair: so can we add extra column for plugin reviewers18:04
boris-42jeblair: and I will work on prolog stuff18:04
jeblairboris-42: no, i'm saying do it without any changes to gerrit first.  just ask core reviewers to look at the people who have reviewed and make sure that one of them is a plugin reviewer18:04
AJaegermordred: right now governance.openstack.org is not linked from anywhere AFAIK - so you're excused ;)18:05
boris-42jeblair: that is not automated and formal=)18:05
jeblairboris-42: correct, but it will let us work on the process first to make sure we like it before we automate it18:05
AJaegerjeblair, mordred: Any ideas which openstack.org page should contains links to governance.o.o?18:06
boris-42jeblair: not sure that we are on the same page=)18:06
boris-42jeblair: what I was thinking is next18:06
boris-42jeblair: Make "easy to implement" half automated approach, with extra column18:06
mordredAJaeger: maybe the tc page18:07
mordred?18:07
AJaegermordred: which tc page?18:07
boris-42jeblair: if it works, start working on complicated solution that includes prolog rules and removes that column18:07
anteayamordred: pop into -meeting, keystone is discussing pbr18:07
anteayamordred: if you can18:07
boris-42jeblair: but instead of just having google doc with names of plugin cores, we will have automated system for it18:07
jeblairboris-42: i really want to avoid adding new columns unless there is a really good reason.  please try this manually first, and if it works for you and nova, let's look into prolog.18:07
openstackgerritMerged openstack-infra/project-config: Run puppet-check-jobs on bare-trusty only.  https://review.openstack.org/18565318:08
openstackgerritMerged openstack-infra/project-config: Add Stackforge project Mercador, part 3.  https://review.openstack.org/18697218:08
openstackgerritMerged openstack-infra/project-config: Add stable/kilo to openstack-doc channel  https://review.openstack.org/18759618:08
boris-42jeblair: it will be hard to manage without that column but OK18:08
*** openstackgerrit has quit IRC18:09
boris-42jeblair: so can I work on Prolog now?18:10
*** openstackgerrit has joined #openstack-infra18:10
boris-42jeblair: like make users that can +2 if change affects just part of repo?18:10
mordredAJaeger: http://www.openstack.org/foundation/tech-committee/18:10
*** _nadya_ has quit IRC18:10
jeblairboris-42: that sounds like a fine idea to look into it; i don't want to add that until you and nova try out the process manually first, but there is no harm in learning what we can do with prolog18:11
boris-42jeblair: could you just point me in repo where I can define rules?18:11
jeblairboris-42: if you look into that, i'm particularly interested to know if the prolog can return custom text, so where it says "Needs Code-Review" can it say "Needs Code-Review from a plugin maintainer"18:11
*** dguerri`away is now known as dguerri18:11
*** ociuhandu has quit IRC18:11
jeblairboris-42: we won't merge those changes to production, so i think you will want to set up your own gerrit for testing; it's not too hard, the gerrit docs have a step-by-step18:12
AJaegermordred: should the link from the first paragraph ("charter") be changed from wiki to governance?18:12
boris-42jeblair: hm you won't merge it at all?18:12
mordredAJaeger: prolly so, yeah18:12
AJaegerlet me file a bug...18:13
boris-42jeblair: if so there is no reason for me to work on it...18:13
jeblairboris-42: not yet, only after you and nova try the manual process first to see if you like it and if there are unanticipated problems18:13
boris-42jeblair: so let do it in parallel18:14
boris-42jeblair: I will start this process in Rally imideatelly (even without that nice column)18:14
*** mtanino has joined #openstack-infra18:14
boris-42jeblair: and will make report in one month *18:14
boris-42jeblair: in parallel I will try to do rules18:14
boris-42jeblair: and prepare patch for infra18:14
openstackgerritMerged openstack-infra/system-config: Update virtualenv to get pip 7.0.3.  https://review.openstack.org/18686918:15
boris-42jeblair: makes sense?18:15
jeblairboris-42: sounds great; you may also want to check in with nova developers and see how it's going for them18:16
jeblairboris-42: thank you18:16
boris-42jeblair: do you know who is working on this?18:16
AJaegermordred: https://bugs.launchpad.net/openstack-org/+bug/1461205 in case you want to comment18:16
openstackLaunchpad bug 1461205 in openstack-org "No link to governance.openstack.org" [Undecided,New]18:16
mordredboris-42: ++18:16
boris-42jeblair: actually I will start new thread in mailing list18:16
boris-42jeblair: I believe a lot of projects are actually interested in this18:16
boris-42jeblair: like Cinder=)18:17
jeblairboris-42: i don't know off-hand, maybe ask the ptls?18:17
*** sridhar_ram has joined #openstack-infra18:19
fungijeblair: mordred: clarkb: pleia2: SergeyLukjanov: jhesketh: heads up, 186869 merged which will bring in virtualenv 13/pip 7/setuptools 17 everywhere when images update tomorrow18:19
mordredfungi: whee!18:20
fungiwe're already seeing those show up in devstack jobs, so updating now for consistency in non-devstack jobs is likely wise anyway18:20
*** annegentle has joined #openstack-infra18:21
lifelessok question18:22
lifelessmy constraints patch to pip is ~done, but its a feature, not a fix, so its targeted for 7.118:22
lifelesswhich might be some time away18:22
lifelesshow does infra feel about running a custom virtualenv release (to get it for tox) and custom pip tag (for pip in dvsm etc) ?18:23
morganfainberglifeless: yay the optional dep stuff should make life better for us.18:23
morganfainbergbtw18:23
*** gokrokve_ has quit IRC18:23
lifelessJust until 7.1 comes out18:23
lifelessspecifically, I'd backport it to 7.0.3, so we wouldn't have any other stuff from the surrounding upstream work18:24
lifelessmorganfainberg: cool18:24
openstackgerritPaul Belanger proposed openstack-infra/infra-specs: Host Stackalytics Service  https://review.openstack.org/18771518:25
fungilifeless: i'd be more inclined to grab/use that for specific jobs validating it, but not actually rely on it until people running tox on their local workstations will be getting it from pypi by default18:25
lifelessfungi: we're not do local workstations in the current plan at all18:25
lifelessfungi: its something we said we'd enable, not thrust upon18:26
fungiotherwise we're widening the chasm people believe exists between local testing behavior and our ci testing behavior18:26
lifelessfungi: folk won't get pip 7.1 in their local tox jobs by default for about 10 years18:26
lifelessfungi: [because pip is bundled in virtualenv, and thats usually system installed, and LTS]18:27
fungiwell, we currently counsel them to upgrade virtualenv. we already have many projects that require a newer virtualenv than is common on a lot of systems18:27
*** HeOS has joined #openstack-infra18:27
lifelessok18:27
lifelessso - when we document this opt-in local facility18:28
fungii mean, we could convince everyone to install a special virtualenv from somewhere not-pypi i guess18:28
lifelesswe can document the virtualenv minimum version at the same time18:28
fungibut it seems safer to wait until people can get it through normal pypi channels before we run all our jobs on it by default18:28
lifelessuhm18:29
lifelessso thats a second disconnect18:29
lifelessand perhaps the bigger one18:29
lifelessAIUI both pip and virtualenv in our images are baked in18:29
lifelessall our jobs use the same thing across the board18:29
funginot all our jobs18:29
lifelesswith the sole exception of the requirements test itself18:30
*** yamamoto has quit IRC18:30
fungidevstack-based jobs install/upgrade their own pip/setuptools18:30
lifelessah, ok18:30
lifelessdo dvsm jobs use virtualenv ?18:30
lifelessat all18:30
fungiit's just jobs which use the local virtualenv/pip/setuptools without upgrading it during the job that get what we bake in18:30
fungidsvm jobs use virtualenv at least for tempest18:30
*** clif_h has joined #openstack-infra18:31
lifelessI'm trying to solve for 'move the requirements-management spec forward without stalling on pip 7.1 releasing'18:31
*** yamamoto has joined #openstack-infra18:31
lifelesswhich is not about the pivot to make constraints enforced and used everywhere18:31
lifelessits about all the lead up18:31
lifelessvalidation18:31
lifelessparallel jobs etc18:32
lifelessyou seem to be arguing about the use of constraints18:32
fungiduring the summit discussion you mentioned alternative solutions which can be implemented if a supporting pip takes too long to release18:32
lifelessI'm arguing about the ability to use it18:32
lifelessfungi: there are; they are equally intrusive though18:32
fungii'm a little worried about us running our jobs on a different pip than people can get through "normal" channels, but i'd love for the discussion about this to be more than just the two of us18:33
lifelessfair enough18:34
lifelessThis is the patch in question https://github.com/pypa/pip/pull/285718:34
lifeless(it hasn't landed yet - all is moot until that :))18:34
*** amotoki_ has joined #openstack-infra18:35
*** Guest39163 has quit IRC18:35
annegentleanyone have an example patch that adds a new IRC channel?18:37
annegentlehandy?18:37
lifelessgosh I loath mocks in tests18:37
AJaegerannegentle: yeah, give me a sec...18:37
AJaegerannegentle: https://review.openstack.org/18749018:37
annegentleAJaeger: thanks!18:38
AJaegerannegentle: you need to setup permissions for the channel, see http://docs.openstack.org/infra/system-config/irc.html18:38
annegentleok, I had found the doc, ha ha, but couldn't for the life of me figure out how to search for a recent patch18:38
annegentlemy regex, it's not so great18:38
*** rlandy has quit IRC18:39
*** rlandy has joined #openstack-infra18:39
AJaegerpleia2: how long do you want to sit on this patch for the infra index page? https://review.openstack.org/#/c/18697018:39
*** amotoki_ has quit IRC18:40
AJaegerAnybody else that wants to review before approval?18:40
pleia2AJaeger: it's probably fine to go in, I just didn't want to immediately-merge :)18:40
*** nelsnelson has joined #openstack-infra18:41
*** nelsnelson has quit IRC18:41
*** erhudy has quit IRC18:42
*** gokrokve has joined #openstack-infra18:42
*** nelsnelson has joined #openstack-infra18:42
AJaegerpleia2: yeah, waiting was fine - shall I +A or will you?18:42
pleia2AJaeger: go for it18:42
openstackgerritMonty Taylor proposed openstack-infra/infra-specs: Add spec for shade  https://review.openstack.org/18731218:42
mordredSpamapS, greghaynes, yolanda, jhesketh: ^^ I think I have addressed your concerns - thank you!18:43
AJaegerpleia2: done.18:43
openstackgerritMerged openstack-infra/project-config: Adding channel for openstack-freezer project  https://review.openstack.org/18749018:44
*** gokrokve has quit IRC18:44
*** gokrokve has joined #openstack-infra18:44
*** ivar-lazzaro has joined #openstack-infra18:44
*** achanda has quit IRC18:45
*** ivar-lazzaro has quit IRC18:45
openstackgerritMerged openstack-infra/project-config: Add allow_hosts to pydistutils.cfg  https://review.openstack.org/18769618:45
*** ivar-lazzaro has joined #openstack-infra18:46
*** yamamoto has quit IRC18:47
*** ivar-lazzaro has quit IRC18:47
j^2AJaeger: sanity check on the chef cookbooks?18:48
*** ivar-lazzaro has joined #openstack-infra18:48
j^2Review that is18:48
SpamapSmordred: thanks! I asked one question https://review.openstack.org/#/c/187312/18:49
*** yamamoto has joined #openstack-infra18:49
openstackgerritMonty Taylor proposed openstack-infra/infra-specs: Add spec for shade  https://review.openstack.org/18731218:51
mordredSpamapS: thanks. my bad18:51
AJaegerj^2: will do eventually18:51
SpamapSmordred: np, glad we got it early. :)18:52
j^2AJaeger: nice18:52
*** alexpilotti has quit IRC18:52
*** stack555 has joined #openstack-infra18:55
*** asselin has quit IRC18:55
*** asselin has joined #openstack-infra18:55
*** asselin has quit IRC18:56
*** openstackgerrit has quit IRC18:56
*** asselin has joined #openstack-infra18:56
*** openstackgerrit has joined #openstack-infra18:56
*** asselin has quit IRC18:56
*** kaisers has quit IRC18:57
*** asselin has joined #openstack-infra18:57
*** asselin has quit IRC18:57
*** kaisers has joined #openstack-infra18:57
jheskethMorning18:57
*** asselin has joined #openstack-infra18:57
lifelessfungi: right, patch is now green bar a flaky network connection on py2718:58
lifelessfungi: so you can assess the risk of divergent behaviour18:58
stack555Hi Folks, My patch for devstack changes https://review.openstack.org/#/c/159695/ was failing jenkins for a while. Now it has passed. Can I please have someone review this?18:58
jeblairjhesketh: good morning!18:58
jhesketho/18:59
*** kaisers1 has joined #openstack-infra18:59
fungistack555: the infra team doesn't maintain devstack. better to try to get the attention of the devstack maintainers in #openstack-qa for that18:59
anteayamorning jhesketh19:00
*** asselin has quit IRC19:00
pleia2meeting time \o/19:00
*** asselin has joined #openstack-infra19:00
fungiyep!19:00
*** asselin has quit IRC19:01
*** asselin has joined #openstack-infra19:01
openstackgerritSirushti Murugesan proposed openstack-infra/project-config: Add flag DEVSTACK_GATE_NEUTRON to heat grenade job  https://review.openstack.org/18772519:01
stack555Okk cool thank you19:01
*** asselin has quit IRC19:01
*** asselin has joined #openstack-infra19:02
*** angela-s has joined #openstack-infra19:02
*** asselin has quit IRC19:02
*** liam_ has joined #openstack-infra19:03
*** asselin has joined #openstack-infra19:03
*** liam_ is now known as Guest5247119:03
*** achanda has joined #openstack-infra19:03
anteayastack555: for another time it is best to remain in the channel after you say something19:04
*** yamamoto has quit IRC19:04
*** asselin has quit IRC19:04
anteayaI notice you dropped your statement and left -qa19:04
anteayayou won't get much of a response to that kind of behaviour19:04
zxiirohowdy19:05
*** asselin has joined #openstack-infra19:05
*** asselin has quit IRC19:05
*** asselin has joined #openstack-infra19:06
*** Rockyg has joined #openstack-infra19:06
*** stack555 has left #openstack-infra19:06
*** asselin has quit IRC19:06
*** teran has quit IRC19:07
*** yamamoto has joined #openstack-infra19:07
*** asselin has joined #openstack-infra19:07
Clintand shade's in sid19:07
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add support for keep-records parameter for plots-plugin  https://review.openstack.org/18211619:07
*** asselin has quit IRC19:08
openstackgerritThanh Ha proposed openstack-infra/nodepool: Update Copyright year  https://review.openstack.org/17070119:08
openstackgerritThanh Ha proposed openstack-infra/nodepool: Add prerequisites for nodepool on RHEL7  https://review.openstack.org/17070019:08
openstackgerritThanh Ha proposed openstack-infra/nodepool: Add MySQL DB creation example  https://review.openstack.org/17069919:08
*** asselin has joined #openstack-infra19:08
openstackgerritThanh Ha proposed openstack-infra/nodepool: Clarify meaning of Jenkins master configuration settings in target  https://review.openstack.org/16787819:08
*** rlandy has quit IRC19:08
*** asselin has quit IRC19:09
*** asselin has joined #openstack-infra19:09
*** asselin has quit IRC19:10
harlowjabtw, could i get some eyes on https://review.openstack.org/#/c/185077/ so that i can continue working on the rest of the changes for that19:10
*** asselin has joined #openstack-infra19:10
zxiiroharlowja: i'd like to know as well. I got several patches going that have been waiting for months ;)19:11
harlowjamoreeee eyes!19:12
*** yamamoto has quit IRC19:13
*** baoli has quit IRC19:17
*** tonytan4ever has quit IRC19:17
*** baoli_ has joined #openstack-infra19:18
*** prometheanfire has joined #openstack-infra19:19
prometheanfireis the bindep project debian only?19:19
prometheanfireThe file is line orientated - each line is a Debian binary package name, an optional profile selector and optional version constraints.19:20
*** cdent has joined #openstack-infra19:21
*** gyee has quit IRC19:21
openstackgerritMerged openstack-infra/project-config: Use zuul-cloner instead of git clone  https://review.openstack.org/16781619:21
openstackgerritMerged openstack-infra/project-config: Add text to infra docs index  https://review.openstack.org/18697019:21
*** kaisers has quit IRC19:21
openstackgerritMerged openstack-infra/project-config: Py26 for Keystonemiddleware on Icehouse/Juno Only  https://review.openstack.org/18701419:22
pabelangergit-review question, if you want to just change the topic of a review, git-review -t some-topic fails for me (no changes made). Curious how others update just the topic without code change19:23
pleia2pabelanger: via the webui19:23
zxiiropabelanger: just use the Web UI19:23
*** kaisers has joined #openstack-infra19:23
zxiirois the meeting cancelled today?19:23
prometheanfiretopic and title are the same?19:23
*** alexsyip has quit IRC19:24
pleia2zxiiro: meeting is in #openstack-meeting19:24
prometheanfiredunno if refrencing the git commit title19:24
zxiirodoh i missed that part19:24
pabelangerpleia2, zxiiro: thanks19:25
*** achanda has quit IRC19:26
*** tiswanso_ has quit IRC19:26
*** tonytan4ever has joined #openstack-infra19:28
*** ajo has quit IRC19:29
*** tiswanso has joined #openstack-infra19:29
*** HeOS has quit IRC19:30
fungiprometheanfire: it's not debian-only. i think that readme needs a patch. an cross-distro example is http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/data/bindep-fallback.txt19:31
fungiprometheanfire: no gentoo smarts in it yet though, sorry19:31
*** blahdeblah_ has joined #openstack-infra19:32
prometheanfire:P19:33
*** mtanino has quit IRC19:33
*** geoffarnold_ has joined #openstack-infra19:34
*** kaisers1 has quit IRC19:35
fungiit's gaining in popularity sooner than i had expected. i was hoping i'd have it wired into our jobs and a few good example bindep files merged to some of our larger openstack repos before it really took off, so i could file down any remaining rough edges19:35
*** annegentle has quit IRC19:35
*** annegentle has joined #openstack-infra19:36
*** kaisers1 has joined #openstack-infra19:36
*** ajo has joined #openstack-infra19:38
lifelessprometheanfire: its not debian only19:41
lifelessprometheanfire: see the full docs, you can either map things or use selectors19:42
*** kaisers has quit IRC19:43
ttxanteaya: thx, adding now19:44
anteayattx: thank you19:45
openstackgerritMerged openstack-infra/project-config: Added new SF repository for Calamari Fuel plugin  https://review.openstack.org/18617919:45
*** puranamr has quit IRC19:45
*** kaisers has joined #openstack-infra19:45
*** annegent_ has joined #openstack-infra19:47
*** maishsk_afk has quit IRC19:48
*** jtomasek has quit IRC19:48
*** mtanino has joined #openstack-infra19:48
*** MarkAtwood has joined #openstack-infra19:49
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Bump oslo.db to 0.10.0  https://review.openstack.org/18774419:50
*** annegentle has quit IRC19:50
*** maishsk_afk has joined #openstack-infra19:51
dhellmannfungi: I'm seeing core dumps in oslo.messaging py34 jobs. Are we still waiting for a patched python package? https://jenkins01.openstack.org/job/gate-oslo.messaging-python34/37/console19:51
*** otter768 has joined #openstack-infra19:52
dims_dhellmann: only that job has any hits on "Segmentation fault (core dumped)" last 48 hours. so recheck may help19:53
fungidhellmann: dims_: yep, that's bug 136790719:54
openstackbug 1367907 in python3.4 (Ubuntu Trusty) "Segfault in gc with cyclic trash" [Undecided,Triaged] https://launchpad.net/bugs/136790719:54
fungidhellmann: dims_: which would be solved potentially by fixing bug 1348954 instead19:55
openstackbug 1348954 in python3.4 (Ubuntu) "update Python3 for trusty" [Undecided,Confirmed] https://launchpad.net/bugs/134895419:55
openstackgerritMerged openstack-infra/project-config: Add TripleO/Puppet/Ceph job to check-tripleo-puppet-jobs  https://review.openstack.org/18347319:55
dhellmannit looks like we set that job back to voting in late april19:55
dims_y19:55
fungidhellmann: dims_: zul indicated during the summit session on py3k support that he'd help push that forward again19:55
openstackgerritVictoria Martinez de la Cruz proposed openstack-infra/project-config: Adding channel for Women of OpenStack  https://review.openstack.org/18774519:55
dhellmannfungi: ok, I have a critical patch to that library that I need to land, so I'm going to propose turning the job  back to non-voting again19:56
fungisounds like the best option for now19:56
*** otter768 has quit IRC19:56
*** cdent has quit IRC19:56
*** jklare has quit IRC19:57
dhellmannI don't understand the current configuration in zuul/layout.yaml around line 1055, is that saying to only run the job for stable branches?19:57
*** hashar has joined #openstack-infra19:57
*** dtantsur|afk is now known as dtantsur19:57
dhellmannor *not* for stable branches?19:57
*** matrohon has joined #openstack-infra19:57
AJaegerdhellmann: line 1055? that one has no branches for me...19:58
AJaegerdo you mean 1045: branch: ^(?!stable/(?:icehouse|juno|kilo)).*$19:58
AJaegerthat means: Run it on master and future stable branches (liberty and newer)19:58
*** MarkAtwood has quit IRC19:59
dhellmannbranch: ^(?!stable/(?:icehouse|juno|kilo)).*$19:59
fungii see that as 1051... http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n105119:59
*** sdake_ has joined #openstack-infra19:59
fungioh, er 1060 from context19:59
*** jklare has joined #openstack-infra20:00
* AJaeger updated the repo really now...20:00
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Make py34 job non-voting for oslo.messaging  https://review.openstack.org/18774620:00
dhellmannfungi: ^^20:00
Clintfungi: what's the etiquette on rebasing https://review.openstack.org/#/c/186168/ for you?20:01
nibalizerso something cool happened: we upgraded to puppet 3.8 and nothing broke: http://puppetboard.openstack.org/fact/puppetversion20:01
anteayafungi: is next friday better for you?20:01
*** ayoung is now known as ayoung-meeting20:01
fungijeblair: so... on the council quorum thing, i think we need to not shoot for 51% based on http://paste.openstack.org/show/257160/20:01
anteayanibalizer: yay20:01
jeblairfungi: you think we need a quorum?20:01
fungianteaya: yeah, a week from this friday would be more likely to see me able to pitch in20:01
nibalizeralso begging please for reviews on the stack starting with https://review.openstack.org/#/c/184924/20:01
anteayafungi: I also feel that is a good date20:01
fungijeblair: i do not. someone had mentioned a 51% quorum in the meeting, i forget who20:01
anteayame20:02
fungiand am too lazy to look at the log20:02
*** sridhar_ram has quit IRC20:02
anteayaI wondered if that was what we were saying20:02
jeblairi would rather just have people who are interested vote within the designated period20:02
anteayaI wasn't proposing it20:02
fungianyway, i count 71 council members at present20:02
anteayajust clarifying if that was what I heard20:02
fungigot it20:02
fungiwell, anyway, it's a not-insignificant body of people in our "little" council ;)20:02
jeblairif we feel like people are ballot stuffing, then i'll yell at people for being bad humans and we'll change it :)20:02
*** fallenpegasus has quit IRC20:03
*** sdake has quit IRC20:03
*** sridhar_ram has joined #openstack-infra20:03
* fungi is a bad human, but even worse as a robot20:03
jeblairbut if people are good humans, then we'll have people who care voting20:03
fungiwfm20:03
openstackgerritDavide Guerri proposed openstack-infra/shade: Add Neutron/Nova Floating IP list/search/get  https://review.openstack.org/18349620:03
pabelangernibalizer, wow, scary20:03
*** puranamr has joined #openstack-infra20:04
jeblairnibalizer: are you sure we didn't just break reporting? ;)20:04
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for oslo.messaging/ironic bug 1461182  https://review.openstack.org/18774820:05
openstackbug 1461182 in oslo.messaging "After oslo.messaging release Ironic gate is broken" [Undecided,In progress] https://launchpad.net/bugs/1461182 - Assigned to Doug Hellmann (doug-hellmann)20:05
nibalizerjeblair: pabelanger we chose to pin to 3.x not 3.7.x so we asked for this20:05
*** samueldmq has quit IRC20:05
*** Guest52471 has quit IRC20:05
*** Guest52471 has joined #openstack-infra20:05
dims_dhellmann: there's a suggestion on nova channel for release folks to file e-r as soon as they see a gate blocking bug20:06
nibalizerjeblair: if we broke reporting we would probably still see 3.7 because that would be the last known value20:06
crinklenibalizer or jeblair do one of you want to take over clarkb's spec? https://review.openstack.org/#/c/178887 if not, I can (I'm assuming clarkb is busy)20:06
*** ayoung-meeting has quit IRC20:06
nibalizercrinkle: go for it, i'll gladly review20:06
crinklenibalizer: kk20:07
dhellmanndims_: I'm not lurking in that channel any more so I didn't see it. We should maybe have conversations like that in #openstack-dev20:07
dims_ack20:07
dhellmanndims_: oh, wait, I am lurking there, I just missed it20:07
dhellmannstill...20:07
openstackgerritMerged openstack-infra/jenkins-job-builder: Support use of lists in trigger-build publisher.  https://review.openstack.org/15059820:08
fungiClint: feel free to rebase 186168 (or any other change) for me20:09
Clintfungi: sweet20:09
openstackgerritClint Adams proposed openstack-infra/project-config: Publish git-review documentation  https://review.openstack.org/18616820:09
fungiClint: rebase yourself silly. i don't mind20:09
fungialso, thanks!20:10
Clintsure20:10
*** openstackgerrit has quit IRC20:10
*** openstackgerrit has joined #openstack-infra20:10
fungidhellmann: dims_: i approved 187746 since it's a trivial change proposed by the former ptl and +1'd by the current ptl20:11
fungididn't bother to wait for additional reviews20:11
*** Guest52471 has quit IRC20:11
dims_thanks fungi20:12
matrohonhi all20:14
openstackgerritMerged openstack-infra/elastic-recheck: Add query for oslo.messaging/ironic bug 1461182  https://review.openstack.org/18774820:14
openstackbug 1461182 in oslo.messaging "After oslo.messaging release Ironic gate is broken" [Undecided,In progress] https://launchpad.net/bugs/1461182 - Assigned to Doug Hellmann (doug-hellmann)20:14
matrohonI'm wondering who a new project gets accepted  : https://review.openstack.org/#/c/186041/20:14
matrohondo we to wait for approval of each tc members?20:15
AJaegermatrohon: that's for the TC to discuss, they're currently meeting20:15
*** timcline has quit IRC20:16
*** prometheanfire has left #openstack-infra20:16
openstackgerritRonald Bradford proposed openstack-infra/project-config: Added coverage job to Magnum  https://review.openstack.org/18775320:16
matrohonAJaeger : ok thanks, I'll follow that meeting :)20:17
*** salv-orlando has quit IRC20:18
*** mrmartin has quit IRC20:19
*** jtomasek has joined #openstack-infra20:19
jeblairSergeyLukjanov, anteaya: see my followup to https://review.openstack.org/18510620:20
anteayajeblair: would you like the repo renamed?20:21
*** kgiusti has left #openstack-infra20:21
*** apmelton_away is now known as apmelton20:22
jeblairit should be, eventually20:22
jeblairAJaeger: ^ you may interested too20:22
*** dprince has quit IRC20:22
*** ayoung-meeting has joined #openstack-infra20:23
anteayaI can offer a patch to governance for the user committee as a starting point20:23
AJaegerjeblair: I suggested to rename but fifield was in a hurry ;(20:23
*** ldnunes has quit IRC20:24
jeblairyeah, i don't think that's actually a good reason20:24
jeblairbecause now we have lots more work to do20:24
jeblairand we're pretty busy20:24
*** teran has joined #openstack-infra20:24
AJaegerjeblair: that's why I abstained from +220:24
*** amotoki_ has joined #openstack-infra20:24
jeblairanteaya: that would be swell, thanks20:24
anteayaokay great, thanks20:25
anteayaI plus 2's because I sat in on the sesssion at summit20:26
*** ldnunes has joined #openstack-infra20:26
anteayaand I saw in the eyes and heard in the voices of those present how important it was for them to feel supported in having a place to conduct their work20:26
anteayaand I'm sorry that resulted in more work for infra20:26
jeblairanteaya: yeah, they are more supported than they think, they should be an official project20:27
anteayathat may be true20:27
anteayaand it is possible they haven't seen and felt and heard the support they have20:27
jeblairthe user committee is chartered in the bylaws of the foundation.  there is no question as to whether they are official20:28
anteayahopefully that will become more tangible to them as we go along so they can recognize and acknowledget it20:28
anteayatrue20:28
*** yfried_ is now known as yfried|afk20:29
*** amotoki_ has quit IRC20:29
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Update usage documentation  https://review.openstack.org/18775920:29
*** timcline has joined #openstack-infra20:30
*** fallenpegasus has joined #openstack-infra20:31
*** julim has quit IRC20:32
openstackgerritMerged openstack-infra/project-config: Run Puppet HA and Ceph jobs for tripleo-ci changes  https://review.openstack.org/18475220:32
*** jsavak has quit IRC20:33
*** jsavak has joined #openstack-infra20:34
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Cleanup OperatorCloud doc errors/warnings  https://review.openstack.org/18776420:36
*** bhuvan has quit IRC20:37
*** puranamr has quit IRC20:37
*** puranamr has joined #openstack-infra20:37
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Add TODO to restore python 3.4 job to voting for oslo.messaging  https://review.openstack.org/18776520:38
*** operator99 is now known as gyee20:39
openstackgerritDavide Guerri proposed openstack-infra/shade: Add Neutron/Nova Floating IP list/search/get  https://review.openstack.org/18349620:40
anteayajeblair: https://review.openstack.org/#/c/187767/120:40
*** yfried|afk is now known as yfried_20:40
*** ociuhandu has joined #openstack-infra20:40
*** emagana has joined #openstack-infra20:41
*** nikeshm has quit IRC20:41
*** asselin_ has quit IRC20:42
openstackgerritIan Wienand proposed openstack-infra/nodepool: Automate reload of logging configuration  https://review.openstack.org/16784420:42
*** sridhar_ram has quit IRC20:42
dhellmannfungi: thanks! how long after https://review.openstack.org/#/c/187746/ lands should I wait before rechecking my other patch?20:43
*** tiswanso has quit IRC20:43
*** tiswanso has joined #openstack-infra20:43
*** emagana has quit IRC20:43
*** emagana has joined #openstack-infra20:44
*** krtaylor has quit IRC20:44
openstackgerritHenry Gessau proposed openstack-infra/project-config: networking-cisco: move from stackforge/ to openstack/  https://review.openstack.org/18776820:45
*** dimtruck is now known as zz_dimtruck20:45
openstackgerritMerged openstack-infra/project-config: Make py34 job non-voting for oslo.messaging  https://review.openstack.org/18774620:45
*** dizquierdo has joined #openstack-infra20:46
*** tiswanso has quit IRC20:48
jeblairanteaya: lovely, thanks!20:48
anteayawelcome, thanks for bringing up the topic20:48
*** puranamr has quit IRC20:48
anteayaI hadn't thought of it before20:48
*** sridhar_ram has joined #openstack-infra20:49
fungidhellmann: keep an eye on the config last updated time on the zuul status page. after that ticks over you should feel free to recheck. somewhere in the 15-45 minute timeframe probably20:50
*** shashankhegde has quit IRC20:51
dhellmannfungi: ah, great, I didn't realize that was published; thanks!20:51
*** jsavak has quit IRC20:51
sdaguefungi: elastic-recheck seems to not have run still, maybe that lockfile needs to be purged?20:52
*** jsavak has joined #openstack-infra20:52
*** gyee has quit IRC20:53
*** gyee has joined #openstack-infra20:53
fungianteaya: here's the breakdown of infra-council members with the core review groups to which they belong http://paste.openstack.org/show/257346/20:54
fungisdague: i'll look20:54
*** salv-orlando has joined #openstack-infra20:54
sdaguefungi: thanks20:54
anteayafungi: thanks20:54
*** yfried_ is now known as yfried|afk20:55
*** shashankhegde has joined #openstack-infra20:56
*** zz_dimtruck is now known as dimtruck20:57
*** puranamr has joined #openstack-infra20:57
*** freerunner has joined #openstack-infra20:58
*** dangers is now known as dangers_away20:58
*** fallenpegasus has quit IRC20:58
*** emagana has quit IRC20:58
*** dimtruck is now known as zz_dimtruck20:58
*** zz_dimtruck is now known as dimtruck20:59
openstackgerritMonty Taylor proposed openstack-infra/shade: Just use os-client-config  https://review.openstack.org/18777321:01
anteayaso yeah, gut feeling 71 folks on a body doesn't mean much to me21:02
*** dimtruck is now known as zz_dimtruck21:02
*** zz_dimtruck is now known as dimtruck21:02
anteayaeveryone on the list meets criteria21:03
*** yfried|afk is now known as yfried_21:03
anteayabut it is large and diverse enough to not have a lot of impact for me21:03
*** aysyanne has quit IRC21:04
*** alivigni has quit IRC21:05
*** freerunner has quit IRC21:06
*** sridhar_ram has quit IRC21:06
*** freerunner has joined #openstack-infra21:07
*** baoli_ has quit IRC21:08
*** sarob has quit IRC21:10
*** krtaylor has joined #openstack-infra21:11
*** e0ne has quit IRC21:11
*** shashankhegde has quit IRC21:11
*** radez is now known as radez_g0n321:11
fungisdague: i've disabled puppet agent on status.o.o temporarily, commented out all the commands in the rechecks crontab, killed all the new hung processes, and am now running the cron'd commands one by one21:11
fungion the last of them now, so far no errors21:12
sdaguefungi: so they are probably hung on a lockfile21:12
sdaguewhich needs deleting21:12
fungisdague: oh, yes i also did that after killing the hung processes21:12
fungiforgot to mention that21:12
sdagueok cool21:12
*** shardy has quit IRC21:13
fungii'll let you know when the graph run completes21:13
sdaguecool, thanks21:13
*** dtantsur is now known as dtantsur|afk21:13
*** rlandy has joined #openstack-infra21:14
*** ldnunes has quit IRC21:14
*** radez_g0n3 is now known as radez21:14
*** yamahata has quit IRC21:14
*** eharney has quit IRC21:15
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Cleanup OperatorCloud doc errors/warnings  https://review.openstack.org/18776421:17
fungisdague: says it's done. do you see any anomalous entries now?21:17
*** pc_m has quit IRC21:17
sdaguefungi: looks good now, thanks21:17
fungiawesome. i'll put puppet and cronjobs back the way i found them now21:18
*** jsavak has quit IRC21:19
*** HeOS has joined #openstack-infra21:19
lifelesswat. Fw: CDW HW Openstack RAM Upgrade PRequest 5-20-1521:20
lifelessopsec is hard21:20
fungiyeah. some people still struggle to figure out how to e-mail21:21
*** dboik has quit IRC21:21
*** shashankhegde has joined #openstack-infra21:24
*** ayoung-meeting is now known as ayoung21:25
*** doug-fish has left #openstack-infra21:25
*** dkranz has quit IRC21:26
*** dizquierdo has quit IRC21:26
openstackgerritDavide Guerri proposed openstack-infra/shade: Add Neutron/Nova Floating IP list/search/get.  https://review.openstack.org/18349621:27
*** matrohon has quit IRC21:27
*** mattfarina has quit IRC21:28
*** annegent_ has quit IRC21:29
*** annegentle has joined #openstack-infra21:31
*** ParsectiX has joined #openstack-infra21:32
*** ayoung_ has joined #openstack-infra21:34
jeblairgreghaynes: is there a way to keep the image around so i can read that log?21:35
*** peristeri has quit IRC21:36
greghaynesexport break=after-error may do the trick21:36
greghaynesitll (should) drop you into a bash shell where it fails21:36
mordredbreak after error is the bomb21:36
*** ayoung_ has quit IRC21:36
mordredhowever - I would also love a "don't clean up" option to dib21:36
jeblairoh, then i don't want to redirect output.  oops.21:36
greghaynesI am not 100% sure of its effectiveness during the root.d phase though... so lets see what happens21:37
jeblairwe'll find out!21:37
*** mriedem is now known as mriedem_away21:37
*** ayoung has quit IRC21:38
mordredit does not work during root.d21:39
greghaynesawesome21:39
greghaynesso, the other thing I do is || true the thing that fails and then add a bash after it21:39
jeblairagreed, it does not work then.21:39
greghaynesbut, fixing break for root.d would be awesome21:40
greghaynesactually, you can just || bash the thing that fails (which is the debootstrap I think)21:40
*** abregman has quit IRC21:43
openstackgerritSwaminathan Vasudevan proposed openstack-infra/project-config: Make neutron-dvr job voting at the gate  https://review.openstack.org/18023021:44
*** dtroyer has quit IRC21:44
*** claudiub has quit IRC21:45
*** abregman has joined #openstack-infra21:46
*** annegentle has quit IRC21:48
*** weshay has quit IRC21:49
*** ayoung has joined #openstack-infra21:50
jeblairchroot: failed to run command 'mount': Exec format error21:51
jeblairgreghaynes: ^21:51
*** jtomasek has quit IRC21:51
openstackgerritSwaminathan Vasudevan proposed openstack-infra/project-config: Make neutron-dvr job voting at the gate  https://review.openstack.org/18023021:51
*** hashar has quit IRC21:51
jeblairthat makes sense, i'm not on an arm box :)21:51
*** dguerri is now known as dguerri`away21:51
*** yfried_ is now known as yfried|afk21:51
*** Swami__ has joined #openstack-infra21:52
*** ParsectiX has quit IRC21:53
*** otter768 has joined #openstack-infra21:53
*** asahlin is now known as asahlin_afk21:53
*** sdake has joined #openstack-infra21:54
*** ZZelle_ has joined #openstack-infra21:55
*** armax has quit IRC21:55
*** bknudson has quit IRC21:56
*** mwagner_afk has quit IRC21:57
*** fawadkhaliq has joined #openstack-infra21:57
*** otter768 has quit IRC21:58
*** sdake_ has quit IRC21:58
*** ParsectiX has joined #openstack-infra21:59
*** bcourt has quit IRC21:59
*** radez is now known as radez_g0n321:59
*** amitgandhinz has quit IRC22:00
*** erikmwilson_ has joined #openstack-infra22:00
*** erikmwilson_ has quit IRC22:01
*** erikmwilson has quit IRC22:01
*** jgrimm is now known as zz_jgrimm22:01
*** erikmwilson has joined #openstack-infra22:02
*** Swami_ has quit IRC22:02
*** fijal has quit IRC22:03
*** Swami__ has quit IRC22:03
*** Swami has quit IRC22:03
*** kun_huang has quit IRC22:04
*** timcline has quit IRC22:04
*** tonytan4ever has quit IRC22:06
*** puranamr has quit IRC22:06
*** tonytan4ever has joined #openstack-infra22:07
mordredjeblair: are you trying to build arm images?22:07
*** fijal has joined #openstack-infra22:07
*** tiswanso has joined #openstack-infra22:08
*** sigmavirus24 is now known as sigmavirus24_awa22:09
jeblairmordred: yes22:09
SpamapSoh weee, shade is in Debian22:09
SpamapShttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784710 marked closed22:10
openstackDebian bug 784710 in wnpp "ITP: python-shade -- Client library for operating OpenStack clouds" [Wishlist,Fixed]22:10
pleia2yay :)22:10
mordredSpamapS: oh wow22:10
SpamapSit's 0.6.122:10
mordredthat's mildly terrifying22:10
mordredSpamapS: uploading new versions should be easier than the ITP though, yeah?22:10
SpamapSWill have to upload 0.6.3 soonish22:10
SpamapSmordred: yeah, new versions will be instant22:10
SpamapSalso I need to transfer ownership to DPMT22:10
mordredSpamapS: we're going to need to cut an 0.6.4 soon to capture the swift stuff22:11
*** amit213_ has joined #openstack-infra22:11
SpamapSmordred: oh yeah, the swift stuff, that is turning out to be fun.22:11
SpamapSI did figure out how to instantiate SwiftService with a token and a url though22:11
*** tonytan4ever has quit IRC22:11
SpamapSit's just SUPER obfuscated22:11
*** yfried|afk is now known as yfried_22:12
mordredawesome22:12
mordredSpamapS: of course, doing that will not re-auth the token if the token expires22:12
mordredjust fyi22:12
SpamapSalso we may have to skip swiftclient tests on python3.422:12
*** annegentle has joined #openstack-infra22:12
mordredwhich is why we want to use ks sessions22:12
SpamapSmordred: right, seems like we need that for other reasons in shade, yes?22:12
mordredwell, I mean, it's fine - swift doesn't support it anyway22:13
*** tiswanso has quit IRC22:13
*** j^2 has quit IRC22:13
* SpamapS throws it on the backlog22:13
mordredI believe that's next on jamielennox list22:13
*** abregman has quit IRC22:13
mordredSpamapS: probably if you added session support to python-swiftclient, jamielennox would make out with you22:13
mordredglance, swift and ironic are missing it last I checked22:13
*** ZZelle_ has quit IRC22:14
*** bcourt has joined #openstack-infra22:14
nibalizerclarkb: not that you're paying attention but https://github.com/ffrank/puppetlint-classdeclerations is a lint plugin to ensure that you do include foo instead of class { 'foo': }22:15
SpamapSoh weird, swiftclient's tests don't run on python 3.4, but swiftclient installs and sort of works on python 3.422:15
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Add lbaasv1 api job to the check queue, non-voting  https://review.openstack.org/18779122:15
mordredmorganfainberg, jamielennox: would I be correct in assumign that we probably need to get ksa happy before we attack swiftclient?22:16
SpamapS(sort of because parsing in unit tests from a 3rd party aren't exactly "works")22:16
morganfainbergmordred: i would encourae using the session from KSC22:16
*** amit213_ has quit IRC22:16
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/shade: Add support to get a SwiftService object  https://review.openstack.org/18779222:17
morganfainbergmordred: KSA is still clearly a WIP. while i hope to have a release by Liberty-1 (stable)22:17
*** rackertom has quit IRC22:17
morganfainbergmordred: I can't guarantee it. The KSC session / auth model / etc all work today22:17
mordredmorganfainberg: yah - but that would require adding the keystoneclient dependency22:17
morganfainbergso getting swiftclient happy now would be good.  we *could* wait22:17
*** Ng has quit IRC22:18
mordredwith the current set of transitives - and I know they're pretty conservative about that22:18
morganfainberglike i said - I'm trying very hard to get ksa stable by liberty-1 so we can add it to g-r22:18
mordredmorganfainberg: perhaps we make a WIP patch that uses ksc so that the work is done, and then switch it to ksa when ksa is a thing22:18
*** amit213_ has joined #openstack-infra22:18
morganfainbergi wouldn't be opposed to that.22:18
* mordred needs to go revisit the shade ksa patch22:18
*** erikmwilson has quit IRC22:18
morganfainbergi'll be doing the branch work for KSA to get us keystoneauth1 soon22:18
*** dtroyer has joined #openstack-infra22:19
morganfainbergwhich is one of the major hurdles left.22:19
morganfainbergand i think there is some cleanup left to do22:20
*** yfried_ is now known as yfried|afk22:22
SpamapShm, so new problem.. devstack is configured to have a max segment size of 5GB22:22
SpamapSbut even uploading sparse nulls over lo it takes > 60s for 5GB+8K+122:22
*** puranamr has joined #openstack-infra22:22
*** puranamr has quit IRC22:24
*** puranamr has joined #openstack-infra22:24
*** ashleighfarnham has quit IRC22:26
*** sridhar_ram has joined #openstack-infra22:26
*** alexsyip has joined #openstack-infra22:28
mordredSpamapS: 60s or 60m?22:29
mordred(60s isn't that long ...)22:29
*** annegentle has quit IRC22:29
*** amit213_ is now known as amit21322:30
*** ddieterly has quit IRC22:30
*** Rockyg has quit IRC22:31
*** dims__ has joined #openstack-infra22:31
*** gordc has quit IRC22:32
mordredSpamapS, Shrews: on splitting things into utils.py - should we do utils.py or _utils.py ?22:32
mordredI could go either way22:32
*** baoli has joined #openstack-infra22:33
SpamapSmordred: 60s per test is the default test timeout22:33
mordredah22:33
mordredI grok the words that you say from your face22:33
*** whoops has quit IRC22:33
SpamapSmordred: _utils. Doesn't seem like shade should be in the business of providing those things but I haven't looked closely.22:34
mordred++22:34
mordredsold22:34
*** dims_ has quit IRC22:34
SpamapSalso I think I'm going to need a new config key per cloud for os-cloud-config ... object storage max_file_size.22:35
mordredoh god22:35
*** Sukhdev has joined #openstack-infra22:35
mordredwell, at least we're collecting all the things you have to know in one place22:35
SpamapSit's going to be different per cloud I'm sure.22:35
*** kun_huang has joined #openstack-infra22:35
mordredSpamapS: any idea how we find out what it is?22:35
sridhar_ramanteaya: AJaeger: Hi, looks there are two +2 for this stackforge request - https://review.openstack.org/#/c/186161  Can you please help to see if this can be approved ?22:35
SpamapSmordred: turn it till it strips...22:35
mordredSpamapS: *headdesk*22:35
SpamapSBTW, this is amazing..22:37
SpamapStest/unit/cli/test_form_signature.py:        max_file_size = str(int(1024 * 1024 * 1024 * 3.14159))  # π GiB22:37
jamielennoxmordred: ironic has it! it's just well hidden22:39
*** ayoung has quit IRC22:39
SpamapSmordred: I actually think the 5GB one is a sort of hard number, so if we go, say, 1GB, we'll probably work on 99% of clouds22:39
jamielennoxand yes, i will give body parts for someone else to do swiftlient - it's a disaster22:40
mordredjamielennox: what?22:40
mordredjamielennox: can you point me to how to use it?22:41
jamielennoxi'd be ok with doing swiftclient based on the current keystoneclient stuff (pre-ksa), it won't be any  different to moving any of the other clients across22:41
mordredcool22:41
jamielennoxmordred: https://github.com/openstack/python-ironicclient/blob/master/ironicclient/common/http.py#L53322:42
jamielennoxso it just passes through 3 or 4 layers before it actually checks for the presence of the session keyword22:42
*** Swami has joined #openstack-infra22:42
jamielennoxso same as other clients - it should work if you do Client(session=s, ..)22:42
mordredjamielennox: wow - so if I just pass it as a keyword param22:42
mordredTheJulia: ^^22:42
*** baoli has quit IRC22:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Split iterate_timeout into _utils  https://review.openstack.org/17761522:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Split list filtering into its own file  https://review.openstack.org/18640922:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Split list filtering into _utils  https://review.openstack.org/18640922:44
mordredSpamapS, Shrews: ^^ those should be slam dunks now22:44
jeblairmordred: so the arm thing is for my prototype summit streaming box; i would like to be able to collaborate with others on building the image for it, and dib seemed like it might be useful there22:45
mordredjeblair: ++22:45
jeblairmordred: but it seems like dib depends on running things in a chroot, so maybe doesn't work so well for the cross-arch case?22:45
mordredjeblair: well, I did try my best to account for the existence of arm when I was doing the miniaml elements22:45
* TheJulia attempts to gain some context22:45
mordredjeblair: indeed. I imagine that would likely work poorly22:46
*** kutija has joined #openstack-infra22:46
*** baoli has joined #openstack-infra22:46
mordredjeblair: if only it were possible to run other arches in something like a virtual computer22:46
mordredTheJulia: talking about keystone sessions in ironicclient22:46
*** rlandy has quit IRC22:47
jeblairmordred: do you think i should set up a qemu environment for that?  if we made a repo for this, could/would we do that in infra to run tests on it?22:47
mordredTheJulia: turns out you may actually ahve the support - so we just need to change the Client invocation in shade to use it22:47
TheJuliamordred: Ahh...22:47
esmutemordred: Hi, I am trying to use the os_server ansible module to boot a VM. The vm comes up but it is erroring at the end. It complains about AttributeError with pop() in shade's server_vars.pop('links', None). Any idea of what im doing wrong?22:47
mordredjeblair: well, I imagine qemu arm nested virt would not be fast22:47
jeblairmordred: and do you think that's the right way to approach building images cross-arch?22:48
esmuteThe nova server object comign back is novaclient.v2.servers.Server22:48
mordredesmute: oh! that sounds like a bug. although I'm confused as to why a pop would ... ah22:48
jeblairmordred: i am very unfamiliar with the current state of debian bootstrapping22:48
mordredesmute: can you pastebin a traceback? I think I know what's happening22:48
openstackgerritMerged openstack-infra/shade: Cleanup OperatorCloud doc errors/warnings  https://review.openstack.org/18776422:48
mordredjeblair: I have never done it - I will need to learn more things22:49
jesusaurusclarkb: \o/ i have kibana 3.1.2 working through a proxy that doesn't allow any PUTs or DELETEs22:49
TheJuliamordred: /win 622:49
TheJuliadoh22:49
jeblairgreghaynes: ^ any thoughts you have on the best way to proceed are welcome22:50
jeblairwho else can brainstorm on this topic?22:50
esmutemordred: http://paste.openstack.org/show/257605/. Thanks!22:50
mordredesmute: thank you! that seems like a nasty bug22:50
TheJuliamordred: that makes sense, should be simple enough to wire through and give it a try in an environment where it is setup22:50
esmutemordred: i tried with devstack and hpcloud... Im getting the same issue22:51
mordredesmute: nah - it's a programming issue - I just need to see whether it's an ansible module or a shade bug22:51
jeblairfungi, clarkb, Clint: ^ if you have any thoughts on building arm images, let me know :)22:51
*** erikmwilson has joined #openstack-infra22:52
mordredesmute: what versionof shade do ou have installed? I'm assuming you just installed it?22:52
*** erikmwilson has quit IRC22:52
*** Guest31446 is now known as erikmwilson22:53
SpamapSYou should be able to build arm on regular CPUs22:53
SpamapScross building is a thing. :)22:53
mordredSpamapS: but built arm chroots with dib?22:53
jeblairSpamapS: well, the 'building' here is 'running debootstrap'22:54
esmutemordred: 0.6.4.. i also installed it from source ..22:54
esmuteand same issue22:54
*** mwagner_afk has joined #openstack-infra22:54
SpamapSso, build tools have the notion of _host_ and _target_22:54
mordredShrews: aroudn? ^^ it looks like we're leaking nova server objects again - I thought we fixed that22:54
*** afazekas has quit IRC22:55
SpamapSjeblair: hm, that may be a challenge, unless debootstrap has a way to unpack, but not run postinsts.22:55
SpamapSor any maintainer scripts actually22:55
jeblairSpamapS: it's specifically dying on chroot: failed to run command 'mount': Exec format error22:56
esmutemordred: want me to file a bug or are you good with the information i gave you?22:56
SpamapSah yes, it does22:56
*** baoli has quit IRC22:56
SpamapSdebootstrap --second-stage is the part you run on the target arch22:56
*** j^2 has joined #openstack-infra22:56
jeblairhttps://wiki.debian.org/EmDebian/CrossDebootstrap#Cross-installing_Debian_using_debootstrap.2Fmultistrap22:57
jeblairthat ^ might be useful22:57
*** marun has quit IRC22:57
SpamapSyes thats what I found too :)22:57
mordredesmute: I'm good - I'll have it tracked down real quick like22:57
*** bhunter71 has quit IRC22:57
esmutemordred: ok. Thanks!22:57
SpamapSreally the whole wiki page seems to have all the information I don't have in my head. :)22:58
jeblairi wonder if that feature has made it into debootstrap22:58
jeblair(sorry: the qemu support)22:59
*** apmelton is now known as apmelton_away22:59
greghaynesjeblair: ah, that makes sense22:59
Clintjeblair: i know people have done qemu for debootstrap --second-stage stuff22:59
*** baoli has joined #openstack-infra22:59
*** rackertom has joined #openstack-infra22:59
*** yamahata has joined #openstack-infra23:00
mordredesmute: is it fairly easy for you to try a patch?23:00
esmutemordred: yes..23:00
mordredesmute: http://paste.openstack.org/show/25764223:00
Clintjeblair: this appears to be using vmdebootstrap instead - https://github.com/fbxat/freedom-maker23:01
jeblairmultistrap also looks kind of cool23:02
* Clint nods.23:02
*** kutija has quit IRC23:02
jeblairthe multiple repository thing would work well here, i think23:03
*** Ng has joined #openstack-infra23:03
esmutemordred: That did it.23:03
*** dimtruck is now known as zz_dimtruck23:03
mordredesmute: woot! I will get that landed and released in just a sec23:03
*** rbradfor has quit IRC23:05
openstackgerritMonty Taylor proposed openstack-infra/shade: Cast nova server object to dict after refetch  https://review.openstack.org/18780523:05
*** blahdeblah_ has left #openstack-infra23:05
mordredjeblair, SpamapS, fungi, jhesketh: could I get that landed real quick? I'd also like to figure out how we can add a test to catch it - but I'd really like to not  have that bug out in the wild23:05
mordredjeblair, SpamapS, fungi, jhesketh: esmute has confirmed that it fixes her problem - and if you walk the other paths out of create_server, you'll see that all the others wind up returning th results of obj_to_dict23:06
openstackgerritJoshua Harlow proposed openstack-infra/devstack-gate: Add futurist to devstack-vm-gate-wrap.sh  https://review.openstack.org/18737323:07
*** j^2 has quit IRC23:09
*** tiswanso has joined #openstack-infra23:09
*** baoli has quit IRC23:10
*** amitgandhinz has joined #openstack-infra23:11
openstackgerritJoshua Harlow proposed openstack-infra/devstack-gate: Add automaton to devstack-vm-gate-wrap.sh  https://review.openstack.org/18780623:11
fungijeblair: i've only ever bootstrapped arm system images with a chroot on an arm system (either virtual or physical) booted from another downloaded image23:11
*** stevemar has quit IRC23:12
fungijeblair: though i've heard it's possible to cross-strap via debootstrap (see the --foreign and --arch options in its manual)23:12
*** stevemar has joined #openstack-infra23:12
greghaynesyea, the problem is the whole point of dib is running arbitrary scripts in the chroot23:13
greghaynesso for dib well need to adopt the qemu style23:13
fungii've cross-compiled arm and armhf kernels on i686/amd64 hosts, but never cross-strapped full filesystems23:14
greghaynesheh, yep, compilation is fine... running the results not so much23:15
jeblairgreghaynes: are you interested in some dib side-work?  like maybe extending it to support this case?23:15
greghaynesjeblair: yep, I definitely want dib to support this23:15
*** amit213 has quit IRC23:15
*** puranamr has quit IRC23:15
*** amitgandhinz has quit IRC23:15
*** baoli has joined #openstack-infra23:15
openstackgerritDoug Hellmann proposed openstack/requirements: Block oslo.messaging 1.12.0  https://review.openstack.org/18780823:16
jeblairi'm thinking my time might be best spent on turning my audio experiments from the weekend into code... and if you want to make it so that dib can cross-build an arm image, i can plug my results into that23:16
greghaynesjeblair: SGTM23:16
jeblaircollaboration ftw23:17
fungimordred: 187805 lgtm. did you want to tackle SpamapS and jeblair's suggestions in a follow-up change?23:17
mordredjeblair: that sounds to me like over the weekend you made experimental music, and you're now going to write code to produce that music23:17
*** Alexandra_ has joined #openstack-infra23:17
mordredfungi: looking real quick23:17
mordredfungi: yes - I am working on a follow up that does those things23:17
jeblairmordred: i mean, what did you do over the weekend if not make experimental music?23:17
fungimordred: great. approving then23:17
*** markvoelker_ has quit IRC23:18
mordredjeblair: exactly23:18
*** annegentle has joined #openstack-infra23:18
SpamapSmordred: good news, swift actually DOES export the max_file_size in its API23:19
mordredSpamapS: WOW23:19
SpamapSmordred: undesk your head23:19
mordredSpamapS: that's awesome23:19
openstackgerritMonty Taylor proposed openstack-infra/shade: Document input and output of floating ip sequence  https://review.openstack.org/18781023:20
*** annegentle has quit IRC23:20
*** bcourt has quit IRC23:20
openstackgerritMerged openstack-infra/jenkins-job-builder: Add ability to configure releaseEnvVar for maven-deploy publisher  https://review.openstack.org/16362623:21
*** panda|ko has quit IRC23:21
*** sabeen1 has quit IRC23:21
jeblairmordred: (what i _actually_ did was record the same 30 seconds of a librevox audio book 18 times, and then listen to it about 50 times, and then came up with a high-pass+low-pass+eq+expander+compressor+limiter chain so i could hear li talking as she walked around various rooms in the apartment)23:21
jeblairmordred: i'm pretty sure that actually does qualify as experimental music23:21
mordredjeblair: you could sell that and totally make 2 dollars23:22
*** tiswanso has quit IRC23:22
*** panda|ko has joined #openstack-infra23:22
*** nelsnelson has quit IRC23:22
jeblairi still have the recordings in an 18 channel audacity project; i should mix it down and release it23:22
*** chlong has joined #openstack-infra23:22
*** amit213 has joined #openstack-infra23:24
jeblair(though it pales in comparison to russellb's famous piece "50 robot voices simultaneously speaking random numbers")23:24
*** tim_o has quit IRC23:25
fungiindeed. i gave that one an 8. it had no beat, but i could dance to it anyway23:25
mordredjeblair: ++23:26
fungiof course, i also used to leave the http://spamradio.com/ stream running all the time in the background23:26
fungibecause apparently my tastes are... odd23:26
*** amit213 has quit IRC23:26
*** armax has joined #openstack-infra23:27
fungifor those not familiar, it's a spamtrap e-mail address continuously fed into a text-to-speech processor23:27
dougwigfungi: that is awesome.23:29
*** baoli has quit IRC23:29
*** changbl_ has quit IRC23:30
fungiit's so much better than a white noise generator, and great when you want to freak out your officemates23:30
fungifor example, my cat23:30
openstackgerritMerged openstack-infra/irc-meetings: Add DefCore Committee Meeting  https://review.openstack.org/18755623:31
*** camunoz has joined #openstack-infra23:32
jeblairtonyb, dhellmann is there a reason the defore meeting is in the defcore channel?23:33
jeblairwe usually ask meetings to be in the -meetings channels23:33
jeblair(partly to encourage folks to schedule non-overlapping times, but mostly so that people don't have to join all 108 channels in case someone wants to ping them in a meeting)23:34
*** baoli has joined #openstack-infra23:37
tonybjeblair: I'm checking.  I probably +W'd that one too quickly.23:37
fungiyeah, i'm hoping that was a mistake23:38
openstackgerritlifeless proposed openstack/requirements: Remove dev-requirements.txt  https://review.openstack.org/18277623:39
fungimight be a candidate for our first content-based schedule lint check ;_23:39
fungi;)23:39
SpamapSoh this should be interesting23:39
SpamapSSwiftService.upload returns a generator23:39
SpamapSwhich yields each segment's result23:40
*** markvoelker has joined #openstack-infra23:40
openstackgerritJames E. Blair proposed openstack-infra/irc-meetings: Remove magnetoDB meeting  https://review.openstack.org/18781423:40
jeblairi'm not sure about community-office-hours; that seems like it might be a different case.23:41
SpamapSoh and there's a 'fail_fast' option...  :-P23:41
openstackgerritMonty Taylor proposed openstack-infra/shade: Add Neutron/Nova Floating IP list/search/get.  https://review.openstack.org/18349623:41
openstackgerritMonty Taylor proposed openstack-infra/shade: Add port resource methods  https://review.openstack.org/17996823:41
openstackgerritMonty Taylor proposed openstack-infra/shade: Add functional tests of auto floating IP  https://review.openstack.org/18781523:41
* SpamapS notes the time and runs off23:41
jeblairoh look: http://docs.openstack.org/infra/ has merged23:42
*** bhuvan has joined #openstack-infra23:42
pleia2pretty, huh?23:42
*** dustins has quit IRC23:42
jeblairi feel like that's a place we can point people now, for, like, everything!23:42
*** bradjones has quit IRC23:43
*** nelsnelson has joined #openstack-infra23:43
fungijeblair: nice! looks like my make-it-ugly-and-someone-will-do-the-hard-work approach paid off23:44
tonybjeblair: I can't see why defcore doesn't just use meeting-4 for both weeks.23:44
tonybjeblair: I'll email them and ask for a reason and to change if possible.23:44
*** ajmiller has quit IRC23:44
mordredooh!23:44
jeblairtonyb: great, thanks!23:44
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add specs to infra docs index  https://review.openstack.org/18781623:45
jeblairokay, now everything ^ :)23:45
*** hdd has quit IRC23:45
*** bradjones has joined #openstack-infra23:45
fungijeblair: if you want to make it even busier, https://review.openstack.org/18616823:46
*** salv-orlando has quit IRC23:47
jeblair++23:47
openstackgerritMerged openstack-infra/jenkins-job-builder: Improvements in the Maven Plugin.  https://review.openstack.org/18544523:49
openstackgerritMerged openstack-infra/shade: Cast nova server object to dict after refetch  https://review.openstack.org/18780523:50
mordredyay merge ... right as my laptop dies23:51
jeblairmordred: need someone to make a release for you?23:53
tonybjeblair: Is it correct to assume there isn't a meetbot in #openstack-defcore and that infra would dislike adding one (for the reasons you have above23:53
tonyb?23:53
*** otter768 has joined #openstack-infra23:54
jeblairtonyb: technically, there is one because it's the same bot that logs channels, and we don't have a way to tell it not to start a meeting in certain channels.  but we ask people not to do that for the reasons above.23:54
jeblairtonyb: if we had better control of it, that would certainly be the case.  :)23:54
tonybjeblair: okay.  Thanks.23:55
fungialso, chances are we didn't approve a change to grant +t to the openstack bot in that channel, so it'll be unable to update channel topics during meetings23:55
jeblair++23:55
tonybfungi: would that be in project-config somewhere I can check?23:56
fungiyep, just confirmed. no special access for openstack in that channel23:56
tonybfungi: thanks.23:56
fungitonyb: in the accessbot config in the project-config repo, yeah23:56
fungior /msg chanserv access #openstack-defcore list23:56
fungiwhich is what i did to check23:56
*** puranamr has joined #openstack-infra23:57
*** mgkwill has joined #openstack-infra23:58
mgkwillany thoughts about using jenkins job builder behind a proxy to update an opensource jenkins?23:59
*** otter768 has quit IRC23:59
mgkwillremote jenkins23:59

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