Sunday, 2015-08-30

*** yamamoto has quit IRC00:05
openstackgerritMatthew Treinish proposed openstack/os-testr: Fix issues with the blacklist file regex generation  https://review.openstack.org/21852700:06
*** baoli has joined #openstack-infra00:17
*** tiswanso has joined #openstack-infra00:20
*** tiswanso has quit IRC00:25
*** yamamoto has joined #openstack-infra00:36
openstackgerritMatthew Treinish proposed openstack/os-testr: Fix issues with the blacklist file regex generation  https://review.openstack.org/21852700:38
odyssey4meis it at all possible to determine the cloud region that the instance is running in in order to configure things differently?00:42
odyssey4meperhaps from an environment variable or something?00:43
fungiodyssey4me: for the moment, you can tell from the instance's hostname00:43
fungithough i don't know we can guarantee we won't change that behavior00:44
fungiodyssey4me: however there are files in /etc/nodepool which may have the info you're looking for00:44
fungijust a sec00:44
odyssey4mefungi ah, so I've known that http://logs.openstack.org/11/218611/1/check/gate-os-ansible-deployment-dsvm-commit/58de4ae/console.html#_2015-08-30_00_22_37_320 gives me the cloud/region info, but didn't think that it was the actual node name... I should have - it is kinda obvious. :p00:45
odyssey4methe reason I'm looking to determine this is that I'm hoping to optimise the apt repositories based on the cloud its in - in hpcloud we get really slow apt updates and downloads, so I'm hoping that using an official repo will work better00:46
fungiodyssey4me: here you go... http://paste.openstack.org/show/432808/00:46
odyssey4methanks, that's a nifty bit of info - so it'll be rax / hpcloud ?00:47
fungiyep00:47
fungiNODEPOOL_PROVIDER=hpcloud-b3 for example00:48
*** jklare has quit IRC00:48
*** jklare has joined #openstack-infra00:48
odyssey4mehpcloud-b4 seems to be our worst culprit, consistently00:48
clarkbwhat mirrors do you use?00:48
odyssey4meevery single time the build runs there, we get a build timeout - and the action the instance is doing is way, way early on00:49
clarkbthose hosts should use cloud local mirrors00:49
fungiinteresting. they're all just (theoretically identical) neutron networks we created in hpcloud region b (east) to get around performance issues with their router controllers00:49
odyssey4methe current default mirror has been a rax mirror, but we used to use the ubuntu archive and had the same issues00:49
clarkbso you change our hosts?00:49
clarkbyou should use what we have configured00:50
odyssey4meI'm testing now with a patch that'll just derive the apt repo to use from the one configured in the image and to use that instead00:50
odyssey4mewe do unfortunately have to rewrite the sources file as we've found that the sources aren't consistent every time :/00:51
odyssey4mefor swift we need the backports pool configured (liberasure), but some of the environments don't seem to have that00:51
fungiclarkb: are you sure they're local? http://paste.openstack.org/show/432821/00:52
fungithose ip addresses are all in a block assigned to canonical from what i can tell00:52
*** jamielennox|away is now known as jamielennox00:53
fungithough i suppose there could be a transparent http proxy redirecting those to a local mirror00:54
odyssey4meso I found this ref and I'm trying it out to see if it works: http://blog.utlemming.org/2013/04/official-ubuntu-mirrors-in-hp-cloud.html00:54
clarkbfungi I think thats what they do/did00:55
odyssey4methat host name doesn't work in rax cloud though00:55
fungiyeah, rackspace configures their base images to use local mirrors, but hpcloud doesn't have their own images00:55
fungiand also we're dib'ing the devstack images in hpcloud these days anyway00:55
fungiwhen i try connecting to one of those via http from an hpcloud host and perform a bad get, its error identifies the server as "economy.canonical.com" which, while that could be getting spoofed or passed through from a proxy, seems unlikely01:00
fungi(connecting to one of the ip addresses to which us.archive.ubuntu.com resolved there, i mean)01:01
clarkbhrm I thought they wree doing magic since they used canonical/ubuntus images01:03
clarkbbut I agree that doens't look like it01:03
clarkbfungi: which would be fine on the dib built images since they use the same base01:03
fungiyep01:04
*** Sree has joined #openstack-infra01:08
*** markvoelker has joined #openstack-infra01:11
*** markvoelker_ has quit IRC01:13
*** Sree has quit IRC01:13
*** markvoelker has quit IRC01:16
*** markvoelker has joined #openstack-infra01:18
*** baoli has quit IRC01:25
*** markvoelker_ has joined #openstack-infra01:25
*** baoli has joined #openstack-infra01:25
*** markvoelker has quit IRC01:26
*** mwagner_lap has quit IRC01:30
*** tsekiyama has joined #openstack-infra01:30
*** mwagner_lap has joined #openstack-infra01:31
*** wenlock has joined #openstack-infra01:31
openstackgerritMerged openstack/requirements: Updated from generate-constraints  https://review.openstack.org/21699201:32
*** markvoelker has joined #openstack-infra01:33
*** markvoelker has quit IRC01:33
*** markvoelker has joined #openstack-infra01:34
*** tsekiyama has quit IRC01:35
*** markvoelker_ has quit IRC01:36
*** tsekiyama has joined #openstack-infra01:47
*** sdake has joined #openstack-infra01:48
*** sdake_ has joined #openstack-infra01:49
*** sdake has quit IRC01:53
*** tsekiyama has quit IRC01:54
odyssey4meah yes, I wanted to ask whether there was a way for us to publish tarballs to somewhere in openstack's infra?01:54
odyssey4meit would specifically be prepared lxc images which we'd build whenever we tag01:54
odyssey4meI figure that disk-image-builder must be publishing somewhere, and we'd be happy to use disk-image-builder for image building too. :)02:02
*** sdake has joined #openstack-infra02:05
*** sdake_ has quit IRC02:09
*** sdake has quit IRC02:14
*** puranamr has joined #openstack-infra02:14
*** ddieterly has quit IRC02:15
*** ddieterly has joined #openstack-infra02:18
*** tiswanso has joined #openstack-infra02:22
*** zz_dimtruck is now known as dimtruck02:25
*** tiswanso has quit IRC02:27
mordredodyssey4me: yes to there being a way/place to publish tarballs02:31
mordredodyssey4me: and I'd love to work with you when I'm less drunk on dib-ing your stuff02:31
odyssey4mehahahaha mordred :)02:31
mordredodyssey4me: speaking of which - since you're ansible, remind me to pitch you on using glean at some point02:32
odyssey4meI see an example and am working through it, scotch in-hand :) https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/akanda.yaml#L82-L10402:32
mordredwoot!02:32
odyssey4memordred we must catch up at the summit - it'd be great to put together a common vision and share ideas02:33
*** puranamr has quit IRC02:33
odyssey4mehaha, that's funny: https://github.com/stackforge/akanda-appliance/blob/master/scripts/create-akanda-raw-image.sh#L7802:35
*** armax has joined #openstack-infra02:38
mordredodyssey4me: hahaha! yes02:42
mordredodyssey4me: and yes to a common vision02:42
mordredodyssey4me: I actually need to write an email back to Robyn over at Ansible tomorrow ...02:42
odyssey4memordred it seems that those of us at Tokyo will likely be there on Monday, so perhaps an informal meet on Monday would be good - unless Ansible decides to host something02:43
*** markvoelker has quit IRC02:43
clarkbmordred will hopefully be in the board meeting monday02:44
clarkbdoing board things02:45
odyssey4mehaha, ok02:45
odyssey4meclarkb it'd perhaps also be useful to do a bit of a chalk-and-talk around how we can use -infra better02:47
odyssey4meand perhaps where we can collaborate on some common work, seeing as we're both doing ansible things :)02:47
* greghaynes wonders what this dib publishing is about02:48
odyssey4megreghaynes oh? what's to wonder?02:49
greghaynesjust lacking context, came in late02:49
odyssey4meah02:50
greghaynescurious what the goal is if theres a tl;dr02:50
odyssey4mewell, I didn't really give much context - I just figured that it makes sense that there's a publishing mechanism, then I found one02:50
odyssey4meI'm researching ways to optimise our gating - 'our' being 'openstack-ansible' which is a deployment project02:51
greghaynesoh, so you just want to publish artifacts, possibly from dib02:51
*** puranamr has joined #openstack-infra02:51
odyssey4meone way is to prep images with some stuff pre-installed - this can benefit both gating and deployments02:51
odyssey4meyep02:51
mordred++02:52
odyssey4mewe've talked about using images for a while - it's getting more and more obvious that we need to do it02:52
odyssey4meit may perhaps also be useful to publish python wheels02:52
odyssey4mewe currently pull from git and build wheels for the deployment, but in liberty and beyond this process is starting to become less and less practical... while having a localised wheel mirror for a site is useful, it seems that deploying from source into a venv to ensure that there are less conflicts will become more and more necessary02:54
odyssey4meso at the summit I think we'd like to discuss alternative ideas, thoughts and options to see where we can make it moar betterer :p02:55
mordredodyssey4me: I think that's a great idea!02:56
odyssey4memordred :) ideally if we can do the work in such a way that those that want to package beyond a wheel can do so - but we don't really do much with the packagers at this stage, so I;m not sure how practical that is02:58
odyssey4meone step at a time, of course02:59
odyssey4megreghaynes clear as mud? perhaps a good drink will help? :p02:59
clarkbin theory constraints avoids any conflicts03:00
odyssey4meclarkb sure, so global-requirements currently does a reasonable job03:01
odyssey4meat least for libraries and clients03:01
greghayneshaha, sounds like a very familiar set of problems ;)03:01
odyssey4mebut as the big tent grows, I see this becoming harder and harder to manage03:02
odyssey4meso while we already isolate services in containers, we currently use yaprt to determine a common set of requirements and to build the required wheels03:02
odyssey4mewe're already seeing that seeking a common set of requirements is hard - not yet impossible, but hard03:03
clarkbthat list already exists, its called upper-constraints.txt03:04
odyssey4meyeah, the upper constraints have been magic for the stable branches :)03:05
odyssey4mewe could definitely work together on bindep other-requirements.txt population though03:06
odyssey4methat'd make multi-os support a lot simpler03:07
*** Sree has joined #openstack-infra03:09
*** Sree has quit IRC03:13
docaedowe (a few app catalog folk) have thought it would be pretty cool to include dib-on-demand functionality in the catalog, or something along those lines03:18
*** markvoelker has joined #openstack-infra03:19
docaedowould give folk who are afraid of installing/running DIB on their own (or maybe resource constrained?) the chance to get a DIB image built for them with whatever options they like03:20
odyssey4medocaedo that sounds like a hard thing for operations to support, unless any specs from users could be merged with a cloud administrator's base specs (eg: includes for an ssh public key or whatever)03:20
*** markvoelker has quit IRC03:20
docaedoodyssey4me: unique bits like that could be supplied at the time of request? I'm not saying all gate usage of DIB would go through the app catalog, just walked past the computer and saw bits of the conversation, reminded me of the idea and I don't think I ever mentioned it to greghaynes or anyone else03:22
docaedoprobably consider my comment more along the lines of "isnt DIB the best? let's plug it in to the app catalog!"03:23
* docaedo realizes thats totally a drive-by, as he has reading to kids to do :)03:23
odyssey4medocaedo :) I think I like the idea, don't get me wrong... although I just think that perhaps it'd be great if there was some sort of optional ops merge of requirements03:24
odyssey4meie if a cloud provider (or enterprise private cloud provider) needs to ensure that any images have a base spec, then any images auto-generated by a service will include that base spec03:25
kfox1111I think there are a lot of dib elements that can work without op customization.03:25
kfox1111like the sahara ones.03:25
kfox1111we are already including ones in the catalog, but they are probably out of date, since they aren't rebuilt very often.03:26
odyssey4meit may be something simple like ensuring that whatever a user provides as a spec, ops know that having a nova or monitoring agent is important03:26
kfox1111having some kind of infra job for them to periodically rebuild them would be very nice.03:26
odyssey4meat the very least an agent to help handle interaction with the hypervisor03:26
*** markvoelker has joined #openstack-infra03:27
kfox1111docaedo: see my message in the app-catalog channel...03:27
odyssey4mekfox1111 are you talking about the image used for sahara deployments - ie some sort of image with the right instrumentation for heat?03:28
kfox1111yeah.03:28
kfox1111or images with the murano agent loaded, or trove images, etc.03:28
odyssey4mekfox1111 well, that makes sense - it seems that image building is already being done by some projects03:29
kfox1111having a set of jobs that ran disk image builder and made updated images with all the ubuntu/redhat/whatever security patches already preapplied would be nice.03:29
odyssey4mekfox1111 eg: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/akanda.yaml#L82-L10403:29
kfox1111yeah. so the idea woudl be to provide common infrastructure so those projects wouldn't have to do as much themselves, and hook it into the app catalog somehow so they are always fresh.03:30
kfox1111ah. yeah. :)03:30
docaedokfox1111: yep :)03:31
odyssey4mekfox1111 so yeah, we're thinking along the same lines - although our focus is images for the purpose of use with lxc... that said, I expect that any lxc/docker/whatever builds would share a lot of requirements03:31
docaedodearest infra team, getting this merged is now blocking progress for us on at least three different patches, any chance for a little love? https://review.openstack.org/#/c/205882/03:32
kfox1111+1 yes please. :)03:32
*** markvoelker has quit IRC03:33
kfox1111the other json converters are workign ok, so I'm not sure why the currently proposed one wouldn't work.03:33
docaedoif I had to guess, I would guess the only issue is that I proposed it right in the middle of a wedged gate, and everyone worked their asses off to fix that, and are taking a well deserved break03:34
odyssey4merandom thought: it makes sense in my mind that the deployer projects (ansible, chef, puppet, etc) are solving similar problems... perhaps we should do some sort of get together at the summit to see if there's a way that we can work together on some things03:35
odyssey4meor at least share experiences and information03:36
*** yamamoto has quit IRC03:37
*** Kennan2 has quit IRC03:38
docaedo+1 on collaboration for the deployers03:38
kfox1111+103:39
*** Kennan has joined #openstack-infra03:39
kfox1111especially with my op hat on. :)03:39
odyssey4me:) it would seem to me that perhaps we could pool resources on figuring out production-practical deployment configurations for features and architectures coming out of the various openstack projects03:41
odyssey4meit makes better sense than each project's resources doing the same things independently03:41
*** wenlock has quit IRC03:41
odyssey4meI don't think there's an existing forum for this though. Maybe it makes sense to use the operators forum as a base?03:42
kfox1111yeah.03:42
odyssey4methe trouble with the operators forum in my mind is that it's a little too disparately focused... maybe it'd be good to interact there, but have a focus group of some sort too03:43
kfox1111Was kind of hoping, some of the advanced services like sahara could be contributed to the app catalog so ops could deploy it on their cloud that way if they didn't want or couldn't through their own deployment [C[C[C[C[C[C[C[C[C[C[C[C[C[Ctools.03:43
kfox1111ops wouldwork just to maybe start hte conversation. then can move it elsewhere.03:44
kfox1111I gota head out. have a good evening.03:44
odyssey4mekfox1111 is that perhaps not happening because it's not a commonly used/understood use-case? it's still pretty bleeding edge?03:45
*** kfox1111 is now known as kfox1111_away03:45
kfox1111_awaymaybe. We've deployed sahara/designate and a few other things using heat templates inside an rdo cloud. has worked out pretty well. I'm hoping to contribute some templates if I can get some time to clean them up.03:45
*** achanda has quit IRC03:46
kfox1111_awaymurano would be another one that could be deployed that way.03:46
odyssey4mekfox1111_away have a good evening, chat another time03:46
kfox1111_awayodyssey4me: yup. was good talking to you. l8r.03:46
*** baoli has quit IRC03:50
*** baoli has joined #openstack-infra03:54
*** ddieterly has quit IRC03:59
*** jerryz has joined #openstack-infra03:59
*** fedexo has joined #openstack-infra04:10
*** sdake has joined #openstack-infra04:17
*** achanda has joined #openstack-infra04:20
*** tiswanso has joined #openstack-infra04:23
*** tiswanso has quit IRC04:27
*** ajmiller has joined #openstack-infra04:31
*** ajmiller_ has joined #openstack-infra04:34
*** ajmiller has quit IRC04:36
*** dimtruck is now known as zz_dimtruck04:37
*** yamamoto has joined #openstack-infra04:37
*** yamamoto has quit IRC04:42
*** jeadre has quit IRC04:51
*** jeadre has joined #openstack-infra04:52
*** Sree has joined #openstack-infra04:58
*** ig0r_ has quit IRC04:59
*** ddieterly has joined #openstack-infra05:00
*** sdake has quit IRC05:00
*** markvoelker has joined #openstack-infra05:00
*** ig0r_ has joined #openstack-infra05:01
*** jeadre has quit IRC05:02
*** jeadre has joined #openstack-infra05:03
*** ajmiller_ has quit IRC05:04
*** ajmiller_ has joined #openstack-infra05:04
*** ddieterly has quit IRC05:04
*** armax has quit IRC05:05
*** wenlock has joined #openstack-infra05:05
*** rossella_s has quit IRC05:05
*** markvoelker_ has joined #openstack-infra05:06
*** rossella_s has joined #openstack-infra05:06
*** markvoelker has quit IRC05:07
*** abregman has joined #openstack-infra05:07
*** wenlock has quit IRC05:09
*** puranamr has quit IRC05:14
*** puranamr has joined #openstack-infra05:14
*** tiswanso has joined #openstack-infra05:23
*** fedexo has quit IRC05:25
*** puranamr has quit IRC05:26
*** markvoelker has joined #openstack-infra05:27
*** puranamr has joined #openstack-infra05:27
*** tiswanso has quit IRC05:28
*** markvoelker_ has quit IRC05:30
*** puranamr has quit IRC05:32
*** markvoelker has quit IRC05:36
*** markvoelker has joined #openstack-infra05:36
*** puranamr has joined #openstack-infra05:45
*** baoli has quit IRC05:46
*** yamamoto has joined #openstack-infra05:47
*** stevemar has quit IRC05:50
*** sdake has joined #openstack-infra05:51
*** yamamoto has quit IRC05:51
*** yamamoto has joined #openstack-infra05:52
*** markvoelker_ has joined #openstack-infra05:52
*** yfried_ is now known as yfried|afk05:55
*** puranamr has quit IRC05:55
*** markvoelker has quit IRC05:56
*** yamamoto has quit IRC06:01
*** ddieterly has joined #openstack-infra06:01
*** yfried|afk is now known as yfried_06:01
openstackgerritSHIGEMATSU Mitsuhiro proposed openstack/requirements: Add kolla to requirements family  https://review.openstack.org/21814406:02
*** ddieterly has quit IRC06:06
*** stevemar has joined #openstack-infra06:11
*** Sree has quit IRC06:17
*** Sree has joined #openstack-infra06:19
*** jeadre has quit IRC06:19
*** Sree has quit IRC06:19
*** jeadre has joined #openstack-infra06:20
*** ajmiller_ has quit IRC06:48
rm_workthis one has been sitting for a bit, pretty trivial: https://review.openstack.org/#/c/217458/ if anyone has a moment06:49
*** stevemar has quit IRC06:52
*** stevemar has joined #openstack-infra06:55
*** ddieterly has joined #openstack-infra07:02
*** jeadre has quit IRC07:03
*** jeadre has joined #openstack-infra07:04
*** yuanying-alt has joined #openstack-infra07:05
*** vivekd has joined #openstack-infra07:06
*** ddieterly has quit IRC07:07
*** fitoduarte has joined #openstack-infra07:08
*** mrmartin has joined #openstack-infra07:09
*** fitoduarte has quit IRC07:13
*** yfried_ is now known as yfried|afk07:16
*** yuanying-alt has quit IRC07:19
*** sshnaidm has joined #openstack-infra07:20
*** jerryz has quit IRC07:24
*** tiswanso has joined #openstack-infra07:24
*** tiswanso has quit IRC07:29
*** mcdonagm__ has joined #openstack-infra07:29
*** yuanying-alt has joined #openstack-infra07:29
*** mcdonagm has quit IRC07:29
*** frobware has quit IRC07:29
*** yfried|afk is now known as yfried_07:30
*** frobware has joined #openstack-infra07:36
*** frobware has quit IRC07:36
*** frobware has joined #openstack-infra07:36
*** yamamoto has joined #openstack-infra07:38
*** matbu has quit IRC07:40
*** yamamoto has quit IRC07:43
*** ajmiller has joined #openstack-infra07:52
*** matbu has joined #openstack-infra08:00
*** david-lyle has quit IRC08:00
*** david-lyle has joined #openstack-infra08:02
*** ddieterly has joined #openstack-infra08:02
*** ddieterly has quit IRC08:07
*** yuanying-alt has quit IRC08:12
*** mrmartin has quit IRC08:16
*** achanda has quit IRC08:20
*** stevemar has quit IRC08:23
*** markvoelker_ has quit IRC08:25
*** matbu has quit IRC08:26
*** barthalion has left #openstack-infra08:26
*** matbu has joined #openstack-infra08:27
*** cdoron has joined #openstack-infra08:29
*** wenlock has joined #openstack-infra08:42
*** wenlock has quit IRC08:46
*** yfried_ is now known as yfried|afk08:55
*** achanda has joined #openstack-infra09:00
*** yamahata has joined #openstack-infra09:01
*** wenlock has joined #openstack-infra09:02
*** ddieterly has joined #openstack-infra09:03
*** achanda has quit IRC09:04
*** ddieterly has quit IRC09:08
*** yfried|afk is now known as yfried_09:11
*** achanda has joined #openstack-infra09:14
*** markvoelker has joined #openstack-infra09:16
*** yamamoto has joined #openstack-infra09:17
*** markvoelker has quit IRC09:21
*** yfried_ is now known as yfried|afk09:24
*** salv-orlando has joined #openstack-infra09:24
*** tiswanso has joined #openstack-infra09:25
*** e0ne has joined #openstack-infra09:28
*** tiswanso has quit IRC09:29
*** e0ne has quit IRC09:31
*** e0ne has joined #openstack-infra09:35
*** mrmartin has joined #openstack-infra09:35
*** ig0r__ has joined #openstack-infra09:38
*** ig0r_ has quit IRC09:39
*** e0ne has quit IRC09:41
*** yfried|afk is now known as yfried_09:44
*** e0ne has joined #openstack-infra09:45
*** yamamoto has quit IRC09:46
*** e0ne has quit IRC09:52
*** wenlock has quit IRC09:57
*** salv-orlando has quit IRC09:59
*** wenlock has joined #openstack-infra09:59
*** vivekd has quit IRC10:01
*** ddieterly has joined #openstack-infra10:04
*** mrmartin has quit IRC10:05
*** ddieterly has quit IRC10:09
*** markvoelker has joined #openstack-infra10:11
*** markvoelker has quit IRC10:15
*** yfried_ is now known as yfried|afk10:17
*** yfried|afk is now known as yfried_10:20
*** achanda has quit IRC10:21
*** yamamoto has joined #openstack-infra10:23
*** stevemar has joined #openstack-infra10:35
*** vivekd has joined #openstack-infra10:36
*** stevemar has quit IRC10:40
*** yfried_ is now known as yfried|afk10:45
*** marzif has joined #openstack-infra10:45
*** vivekd_ has joined #openstack-infra10:48
*** vivekd has quit IRC10:49
*** vivekd_ is now known as vivekd10:49
*** yamamoto has quit IRC10:55
*** yamamoto has joined #openstack-infra10:55
*** yamamoto has quit IRC10:55
*** yuanying-alt has joined #openstack-infra10:56
*** yuanying-alt has quit IRC10:56
*** ddieterly has joined #openstack-infra11:05
*** markvoelker has joined #openstack-infra11:05
*** markvoelker has quit IRC11:09
*** ddieterly has quit IRC11:09
*** nadya has joined #openstack-infra11:10
*** stevemar has joined #openstack-infra11:11
*** stevemar has quit IRC11:15
*** stevemar has joined #openstack-infra11:18
*** yfried|afk is now known as yfried_11:18
*** nadya has quit IRC11:21
*** stevemar has quit IRC11:23
*** tiswanso has joined #openstack-infra11:26
*** b10n1k_ has quit IRC11:26
*** nadya has joined #openstack-infra11:28
*** tiswanso has quit IRC11:31
*** _ody has quit IRC11:31
*** _ody has joined #openstack-infra11:31
*** antonym has quit IRC11:33
*** blogan has quit IRC11:33
*** jcooley has quit IRC11:33
*** timfreund has quit IRC11:33
*** antonym has joined #openstack-infra11:34
*** blogan has joined #openstack-infra11:34
*** timfreund has joined #openstack-infra11:35
*** wenlock has quit IRC11:35
*** jcooley has joined #openstack-infra11:36
*** yfried_ is now known as yfried|afk11:39
*** yfried|afk is now known as yfried_11:41
*** b10n1k_ has joined #openstack-infra11:42
*** ddieterly has joined #openstack-infra11:45
*** nadya has quit IRC11:48
*** matbu has quit IRC11:50
*** yamamoto has joined #openstack-infra11:51
*** matbu has joined #openstack-infra11:52
*** markvoelker has joined #openstack-infra11:59
*** markvoelker has quit IRC12:03
*** ig0r_ has joined #openstack-infra12:04
*** salv-orlando has joined #openstack-infra12:04
*** ig0r__ has quit IRC12:05
*** vadimk_ has quit IRC12:06
*** vadimk_ has joined #openstack-infra12:06
*** cdoron has quit IRC12:10
*** cfarquhar has quit IRC12:16
*** mrmartin has joined #openstack-infra12:16
*** salv-orlando has quit IRC12:17
*** jeadre has quit IRC12:22
*** jeadre has joined #openstack-infra12:23
*** mrmartin has quit IRC12:31
*** akraminsky has joined #openstack-infra12:41
*** tiswanso has joined #openstack-infra12:41
*** jeadre has quit IRC12:42
*** jeadre has joined #openstack-infra12:43
*** samuelBartel has joined #openstack-infra12:45
*** tiswanso has quit IRC12:46
*** ddieterly has quit IRC12:46
*** matbu has quit IRC12:49
*** yamahata has quit IRC12:53
*** markvoelker has joined #openstack-infra12:53
*** markvoelker has quit IRC12:58
*** mase_x200 has joined #openstack-infra13:01
*** ddieterly has joined #openstack-infra13:04
*** mestery has quit IRC13:04
*** baoli has joined #openstack-infra13:07
*** mase_x200 has quit IRC13:18
*** wenlock has joined #openstack-infra13:19
*** baoli has quit IRC13:21
*** mase_x200 has joined #openstack-infra13:23
*** wenlock has quit IRC13:23
*** hdd has joined #openstack-infra13:35
*** stevemar has joined #openstack-infra13:37
*** stevemar has quit IRC13:42
*** mase_x200 has quit IRC13:44
*** b10n1k_ has quit IRC13:45
*** mase_x200 has joined #openstack-infra13:47
*** markvoelker has joined #openstack-infra13:47
*** akraminsky has quit IRC13:47
*** markvoelker has quit IRC13:52
*** markvoelker has joined #openstack-infra13:52
*** b10n1k_ has joined #openstack-infra13:56
*** markvoelker_ has joined #openstack-infra13:57
*** markvoelker has quit IRC13:58
*** markvoelker_ has quit IRC14:00
*** mwagner_lap has quit IRC14:03
*** mase_x200 has quit IRC14:07
*** samuelBartel has quit IRC14:07
*** ildikov has quit IRC14:18
*** yfried_ is now known as yfried|afk14:22
*** yfried|afk is now known as yfried_14:23
*** baoli has joined #openstack-infra14:23
*** mase_x200 has joined #openstack-infra14:24
*** salv-orlando has joined #openstack-infra14:28
openstackgerritSHIGEMATSU Mitsuhiro proposed openstack-infra/project-config: copy_puppet_logs: copy dstat logs if exist  https://review.openstack.org/21858614:29
*** salv-orlando has quit IRC14:33
*** salv-orlando has joined #openstack-infra14:34
*** tiswanso has joined #openstack-infra14:42
*** salv-orlando has quit IRC14:44
*** mriedem has joined #openstack-infra14:46
*** tiswanso has quit IRC14:47
*** yfried_ is now known as yfried|afk14:53
*** abregman has quit IRC14:58
*** hdd has quit IRC15:04
*** jroll has quit IRC15:05
*** jroll has joined #openstack-infra15:05
*** markvoelker has joined #openstack-infra15:07
*** markvoelker has quit IRC15:11
*** markvoelker has joined #openstack-infra15:12
*** marzif_ has joined #openstack-infra15:14
*** yfried|afk is now known as yfried_15:17
*** marzif has quit IRC15:17
*** mase_x200 has quit IRC15:19
*** jerryz has joined #openstack-infra15:21
*** stevemar has joined #openstack-infra15:22
*** vadimk_ has quit IRC15:27
*** stevemar has quit IRC15:27
*** vadimk_ has joined #openstack-infra15:30
openstackgerritMerged openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/21713815:31
*** markvoelker_ has joined #openstack-infra15:36
pabelangerspeaking of ansible, if somebody was to create ansible-role-nodepool for example, how would that person go about getting it into our git workflow?  Since we don't have too many ansible roles right now, would be interested to see how that would move forward15:38
*** markvoelker has quit IRC15:39
*** sshnaidm has quit IRC15:43
*** baoli has quit IRC15:45
mordredpabelanger: we do have one role15:49
*** stevemar has joined #openstack-infra15:49
openstackgerritMerged openstack-infra/jenkins-job-builder: Adding support to monitor folders using FS trigger plugin  https://review.openstack.org/20412515:49
mordredhttp://git.openstack.org/cgit/openstack-infra/ansible-puppet15:49
*** armax has joined #openstack-infra15:49
mordredpabelanger: and we even have jjb/zuul test scripts and stuff15:50
*** yfried_ is now known as yfried|afk15:50
pabelangermordred: Right, I haven't had a chance to look at ansible-puppet or is it puppet-ansible? :) Either way, was mostly curious if we'd (infra) start importing more under our namespace even if -infra is not consuming them.  Maybe the OpenStack ansible team is a better place to ask. Much prefer our workflow or github is the reasoning15:53
mordredpabelanger: it's an interesting question, although prolly more of one for mr jeblair15:58
mordredpabelanger: (puppet-ansbile is a different thing :) )15:59
*** jerryz has quit IRC16:05
mordredclarkb: if you get a sec, could you check 212177? I feel like you've done a lot of stuff with fcntl lock stuff in the past and would love a second eye on it16:05
*** markvoelker_ has quit IRC16:07
*** yfried|afk has quit IRC16:07
*** markvoelker has joined #openstack-infra16:08
openstackgerritMerged openstack-infra/glean: Work around races with /root/.ssh  https://review.openstack.org/21687816:08
openstackgerritSomay Jain proposed openstack-infra/jenkins-job-builder: Adding support for monitoring files using FSTrigger Plugin  https://review.openstack.org/20336416:10
*** markvoelker has quit IRC16:12
*** e0ne has joined #openstack-infra16:16
openstackgerritbertagaz proposed openstack-infra/jenkins-job-builder: Add support for the CucumberTestResult plugin.  https://review.openstack.org/21866816:17
*** e0ne has quit IRC16:19
*** armax has quit IRC16:19
*** Hal has joined #openstack-infra16:20
*** Hal is now known as Guest3661716:21
*** kfox1111_away is now known as kfox111116:22
*** e0ne has joined #openstack-infra16:24
*** tiswanso has joined #openstack-infra16:28
mordrednibalizer: 205822 has a response to your comment - are you good with it?16:31
*** stevemar has quit IRC16:31
*** tiswanso has quit IRC16:33
mordreddocaedo: +2 from me on that ^^ but would love nibalizer to respond16:33
docaedomordred: thanks :) nibalizer and I cleared it up via IRC I think but haven't seen a response to my response on review16:35
*** e0ne has quit IRC16:36
*** e0ne has joined #openstack-infra16:40
*** e0ne has quit IRC16:44
*** e0ne has joined #openstack-infra16:48
*** e0ne has quit IRC16:53
*** wenlock has joined #openstack-infra16:55
*** markvoelker has joined #openstack-infra16:56
*** markvoelker has quit IRC16:56
*** markvoelker has joined #openstack-infra16:57
*** e0ne has joined #openstack-infra16:57
*** wenlock has quit IRC16:59
*** e0ne has quit IRC17:03
*** jerryz has joined #openstack-infra17:05
rcarrillocruzmordred: heya, is it possible you tag latest fix on glean (the .root creation race SpamapS fixed) for a new pypi release?17:06
rcarrillocruzunless there's some more fixes around pending, i'm hitting that on my deploys17:06
*** e0ne has joined #openstack-infra17:07
*** e0ne has quit IRC17:11
*** e0ne has joined #openstack-infra17:15
*** e0ne has quit IRC17:19
*** e0ne has joined #openstack-infra17:22
*** e0ne has quit IRC17:24
*** sigmavirus24_awa is now known as sigmavirus2417:26
*** e0ne has joined #openstack-infra17:29
*** e0ne has quit IRC17:29
*** changbl has quit IRC17:35
*** yfried|afk has joined #openstack-infra17:39
*** jeadre has quit IRC17:45
*** jeadre has joined #openstack-infra17:46
*** changbl has joined #openstack-infra17:48
mordredrcarrillocruz: there's one more patch I wanted either clarkb or someone else to look at17:48
mordredrcarrillocruz: as soon as it lands, I'll release17:48
pabelangerso, I think https://review.openstack.org/#/c/217928/ might have broken centos7 dibs. nodepool has been failing for 2 days now17:50
pabelangereg: http://nodepool.openstack.org/hpcloud-b1.devstack-centos7.log17:50
pabelangerError: Could not enable iptables17:51
pabelangerwill have to look into it tomorrow17:51
pabelangermostly a heads up17:51
pabelangerianw: ^17:51
mordredpabelanger: awesome17:52
clarkbhrm that only runs if not dibing17:56
clarkbso I would be surpised if it did17:56
clarkboh thats not a dibed image iirc17:57
clarkbso it may have broken snapshots17:57
mordred\o/17:57
*** sigmavirus24 is now known as sigmavirus24_awa18:03
rcarrillocruz++18:19
*** dannywilson has joined #openstack-infra18:29
*** tiswanso has joined #openstack-infra18:29
*** jeadre has quit IRC18:32
*** jeadre has joined #openstack-infra18:33
*** tiswanso has quit IRC18:33
*** dannywilson has quit IRC18:43
*** jeadre has quit IRC18:43
*** jeadre has joined #openstack-infra18:44
*** ddieterly has quit IRC18:46
*** baoli has joined #openstack-infra18:54
*** samuelBartel has joined #openstack-infra18:58
*** salv-orlando has joined #openstack-infra19:01
*** mwagner_lap has joined #openstack-infra19:05
*** dims has joined #openstack-infra19:10
*** baoli has quit IRC19:12
*** sdake_ has joined #openstack-infra19:13
*** salv-orlando has quit IRC19:13
openstackgerritbertagaz proposed openstack-infra/jenkins-job-builder: Add support for the CucumberTestResult plugin.  https://review.openstack.org/21866819:14
*** sdake has quit IRC19:16
*** dims has quit IRC19:24
*** baoli has joined #openstack-infra19:25
*** samuelBartel has quit IRC19:30
*** samuelBartel has joined #openstack-infra19:31
*** baoli has quit IRC19:37
*** sdake has joined #openstack-infra19:38
*** markvoelker has quit IRC19:39
*** sdake_ has quit IRC19:41
*** ddieterly has joined #openstack-infra19:47
*** samuelBartel has quit IRC19:48
*** sdake_ has joined #openstack-infra19:51
*** ddieterly has quit IRC19:51
*** sdake has quit IRC19:55
*** ajmiller has quit IRC19:55
*** wenlock has joined #openstack-infra19:56
*** markvoelker has joined #openstack-infra20:05
*** e0ne has joined #openstack-infra20:06
*** jeadre has quit IRC20:07
*** jeadre has joined #openstack-infra20:08
*** salv-orlando has joined #openstack-infra20:10
*** markvoelker has quit IRC20:11
*** markvoelker has joined #openstack-infra20:11
*** salv-orlando has quit IRC20:14
*** sigmavirus24_awa is now known as sigmavirus2420:14
*** salv-orlando has joined #openstack-infra20:15
*** e0ne has quit IRC20:18
*** e0ne has joined #openstack-infra20:22
*** baoli has joined #openstack-infra20:23
*** baoli has quit IRC20:24
*** e0ne has quit IRC20:24
*** baoli has joined #openstack-infra20:26
*** Guest36617 has quit IRC20:28
*** salv-orlando has quit IRC20:28
*** tiswanso has joined #openstack-infra20:30
*** baoli has quit IRC20:30
*** tiswanso has quit IRC20:34
*** tiswanso has joined #openstack-infra20:44
*** ddieterly has joined #openstack-infra20:48
*** tiswanso has quit IRC20:48
*** tiswanso has joined #openstack-infra20:49
*** sdake has joined #openstack-infra20:49
*** hashar has joined #openstack-infra20:50
*** sdake_ has quit IRC20:53
*** ddieterly has quit IRC20:53
*** tiswanso has quit IRC20:53
*** hashar has quit IRC20:54
*** FallenPegasus has joined #openstack-infra20:56
*** dims has joined #openstack-infra21:01
*** Piet has quit IRC21:12
*** dkranz has quit IRC21:12
*** baoli has joined #openstack-infra21:26
*** baoli has quit IRC21:31
*** asselin__ has joined #openstack-infra21:34
*** e0ne has joined #openstack-infra21:34
*** asselin has quit IRC21:35
*** e0ne has quit IRC21:39
*** zz_dimtruck is now known as dimtruck21:43
*** e0ne has joined #openstack-infra21:43
*** ddieterly has joined #openstack-infra21:45
*** armax has joined #openstack-infra21:47
*** e0ne has quit IRC21:47
*** tiswanso has joined #openstack-infra21:49
*** e0ne has joined #openstack-infra21:51
*** armax has quit IRC21:52
*** e0ne has quit IRC21:59
*** tiswanso has quit IRC22:02
*** dims has quit IRC22:04
*** jerryz has quit IRC22:07
*** dims has joined #openstack-infra22:19
*** markvoelker has quit IRC22:24
*** mriedem1 has joined #openstack-infra22:28
*** ddieterly has quit IRC22:29
*** camunoz has joined #openstack-infra22:30
*** mriedem has quit IRC22:30
*** jeadre has quit IRC22:35
*** jeadre has joined #openstack-infra22:36
*** FallenPegasus has quit IRC22:38
*** salv-orlando has joined #openstack-infra22:38
*** salv-orlando has quit IRC22:43
*** salv-orlando has joined #openstack-infra22:47
jheskethMorning22:48
*** sdake has quit IRC22:48
*** sdake has joined #openstack-infra22:49
*** jerryz has joined #openstack-infra22:52
*** ddieterly has joined #openstack-infra22:56
*** salv-orlando has quit IRC22:57
*** tiswanso has joined #openstack-infra22:58
*** achanda has joined #openstack-infra22:59
*** otter768_ has joined #openstack-infra23:00
*** otter768 has quit IRC23:02
*** sdake_ has joined #openstack-infra23:02
*** tiswanso has quit IRC23:03
*** asettle has joined #openstack-infra23:03
*** lykinsbd has quit IRC23:05
*** sdake has quit IRC23:06
*** mriedem1 has quit IRC23:11
marzif_jhesketh,  if you have time, can you review this please: https://review.openstack.org/#/c/193125/23:18
*** yuanying-alt has joined #openstack-infra23:21
*** bknudson has quit IRC23:22
*** achanda has quit IRC23:23
ruagairo/23:24
*** yuanying-alt has quit IRC23:26
anteayamorning jhesketh23:29
*** puranamr has joined #openstack-infra23:31
*** phschwartz has quit IRC23:36
*** phschwartz has joined #openstack-infra23:36
*** puranamr has quit IRC23:40
*** puranamr has joined #openstack-infra23:40
*** achanda has joined #openstack-infra23:40
*** puranamr has quit IRC23:41
*** stevemar has joined #openstack-infra23:42
*** achanda has quit IRC23:43
*** dims has quit IRC23:47
*** hichihara has joined #openstack-infra23:49
*** dingyichen has joined #openstack-infra23:51
*** baoli has joined #openstack-infra23:57
*** tiswanso has joined #openstack-infra23:59

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