| *** MaxV has joined #openstack-infra | 00:03 | |
| *** _nadya_ has joined #openstack-infra | 00:04 | |
| *** bradjones has quit IRC | 00:08 | |
| *** _nadya_ has quit IRC | 00:08 | |
| *** bradjones has joined #openstack-infra | 00:10 | |
| jkt | ugh, so zuul's webapp for status thingy just cannot do ipv6 because of http://bugs.python.org/issue20215 | 00:13 |
|---|---|---|
| *** shashankhegde has quit IRC | 00:13 | |
| *** adalbas has joined #openstack-infra | 00:17 | |
| *** hdd has joined #openstack-infra | 00:19 | |
| mordred | jkt: don't we run ours behind an apache? (I could be on crack) | 00:20 |
| jkt | mordred: I have no idea; I'm just playing around with "my" zuul | 00:21 |
| mordred | ah | 00:21 |
| jkt | mordred: you're right that throwing a local proxy to the mix would do the trick, too | 00:21 |
| jkt | but anyway, it's just super-sad to see module in python's stdlib using hardcoded AF_INET | 00:21 |
| jkt | or myabe I'm just a young idealist or something | 00:22 |
| jkt | I like this approach, https://github.com/defnull/bottle/commit/af547f495d673a910b1c70d9ff36c2cddafeb22d#diff-ad8cb2f640fd3a70db3fc97f3044a4e6R2670 | 00:23 |
| *** r-daneel has quit IRC | 00:25 | |
| *** shashankhegde has joined #openstack-infra | 00:26 | |
| mordred | jkt: I would like to subscribe to your brand of idealism | 00:28 |
| *** sputnik13 has quit IRC | 00:29 | |
| *** sputnik13 has joined #openstack-infra | 00:33 | |
| *** bradjones has quit IRC | 00:34 | |
| *** bradjones has joined #openstack-infra | 00:37 | |
| jroll | jkt: you might like to know that wsgiref also does a reverse dns lookup for every request, tis a fun surprise | 00:37 |
| jkt | jroll: "that sounds handy" | 00:38 |
| jroll | something like that :P | 00:38 |
| jroll | it's only for logging, as far as I can tell | 00:38 |
| jkt | this was a nice evening -- stuff started by finding out that rhel6's git got troubles cloning stuff from zuul-merger because it didn't like the detached HEAD | 00:39 |
| jkt | fortunately, creating a backported package from el7 was pretty fast | 00:39 |
| *** mwagner_lap has quit IRC | 00:39 | |
| jkt | then I was getting stuck on random 'No space left on device' on the rhel7 builder | 00:40 |
| jkt | turned out there's a known bug which was introduced in kernel 3.7 and fixed in like 3.17 where a growfs operation, like the one cloud-init does, results in a bug in subsequent inode allocation once they grow over a certain threshold | 00:41 |
| mordred | wow. that's fantastic | 00:41 |
| jkt | the other day I was having fun with a race condition in gear | 00:41 |
| jkt | mordred: http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_receive_No_space_left_on_device_after_xfs_growfs.3F and https://bugzilla.redhat.com/show_bug.cgi?id=1115201 | 00:42 |
| uvirtbot | jkt: Error: Could not parse XML returned by bugzilla.redhat.com: HTTP Error 404: Not Found | 00:42 |
| jroll | wowww. | 00:42 |
| jroll | isn't it great being an engineer? | 00:42 |
| jkt | oh, and btw, to whoever come up with that great abuse of gerrit's commentlinks for formatting the CI test results -- congratulations, that's one of a cute hack, impressive | 00:43 |
| jkt | I've got one question about zuul -- the impressive thing is the speculative execution of cross-project checks through a DependantPipeLine... stuff | 00:44 |
| jkt | I understand that it works great for python and other code where most of the time in gating is spent in actual testing | 00:44 |
| *** adalbas has quit IRC | 00:45 | |
| *** hdd has quit IRC | 00:45 | |
| jkt | but in case of C++ code which I'm working with, most of the time is actually consumed by a build, and tests are relatively cheap compared to that | 00:45 |
| jkt | I was wondering whether there's something built-in into zuul which could help me here | 00:45 |
| *** alexpilotti has joined #openstack-infra | 00:45 | |
| jkt | suppose I have a common-lib and some-proj sharing a gate-common-lib queue | 00:46 |
| jkt | and change A modifies commonlib while change-B touches some-proj | 00:46 |
| jkt | as I understand it, zuul will queue three tests: 1) new-common-lib, 2) old some-proj, but using new-common-lib, 3) new some-proj using new-common-lib | 00:47 |
| jkt | right? | 00:47 |
| jkt | can I somehow pause 2) and 3) until 1) manages to upload some build artifacts (i.e. a compiled library) somewhere, and let 2) and 3) use that? | 00:48 |
| jkt | I would be OK with writing the actual object upload & retrieval, what I'm wondering about is the queueing and execution | 00:48 |
| *** mwagner_lap has joined #openstack-infra | 00:52 | |
| mordred | jkt: we haven't really done that particular thing, so I haven | 00:53 |
| *** shashankhegde has quit IRC | 00:55 | |
| *** Masahiro has joined #openstack-infra | 00:56 | |
| *** btran has quit IRC | 00:58 | |
| *** btran has joined #openstack-infra | 00:58 | |
| *** Masahiro has quit IRC | 01:00 | |
| *** shashankhegde has joined #openstack-infra | 01:02 | |
| *** teran has quit IRC | 01:02 | |
| anteaya | I let my cat in without looking down at her and she is now chewing on a mouse in front of me | 01:02 |
| * anteaya takes action | 01:02 | |
| *** sputnik13 has quit IRC | 01:07 | |
| *** ddieterly has quit IRC | 01:07 | |
| *** alexpilotti has quit IRC | 01:08 | |
| *** ddieterly has joined #openstack-infra | 01:08 | |
| * anteaya is now high on disinfectant fumes | 01:09 | |
| *** ddieterly has quit IRC | 01:12 | |
| *** shashankhegde has quit IRC | 01:16 | |
| *** MaxV has quit IRC | 01:17 | |
| *** rmcall has quit IRC | 01:19 | |
| *** hdd has joined #openstack-infra | 01:21 | |
| nibalizer | anteaya: don't you appreciate the gift she has brought you? | 01:23 |
| anteaya | of course I do | 01:24 |
| anteaya | every time she knocks one down | 01:24 |
| anteaya | but the point is for me to appreciate it from the inside of the house | 01:24 |
| anteaya | while she consumes it on the outside | 01:24 |
| *** ddieterly has joined #openstack-infra | 01:25 | |
| anteaya | the other night she ate 2 within 30 minutes | 01:26 |
| anteaya | good kitty | 01:26 |
| *** otter768 has quit IRC | 01:34 | |
| *** yamahata has joined #openstack-infra | 01:43 | |
| *** teran has joined #openstack-infra | 02:03 | |
| *** teran has quit IRC | 02:09 | |
| *** ZZelle has quit IRC | 02:12 | |
| *** yamamoto has joined #openstack-infra | 02:16 | |
| *** MaxV has joined #openstack-infra | 02:18 | |
| *** yamamoto has quit IRC | 02:21 | |
| *** MaxV has quit IRC | 02:23 | |
| *** yolanda has quit IRC | 02:32 | |
| *** bswartz has quit IRC | 02:32 | |
| *** bswartz has joined #openstack-infra | 02:33 | |
| *** yolanda has joined #openstack-infra | 02:33 | |
| *** sputnik13 has joined #openstack-infra | 02:35 | |
| *** guest764 has quit IRC | 02:38 | |
| *** Masahiro has joined #openstack-infra | 02:44 | |
| *** Masahiro has quit IRC | 02:49 | |
| *** yamahata has quit IRC | 02:50 | |
| *** jerryz has joined #openstack-infra | 03:00 | |
| *** ivar-lazzaro has joined #openstack-infra | 03:05 | |
| *** ivar-lazzaro has quit IRC | 03:06 | |
| *** ivar-lazzaro has joined #openstack-infra | 03:07 | |
| *** ivar-lazzaro has quit IRC | 03:08 | |
| *** ivar-laz_ has quit IRC | 03:08 | |
| *** ivar-lazzaro has joined #openstack-infra | 03:08 | |
| openstackgerrit | Merged openstack-infra/project-config: Add Networking-vSphere project to StackForge https://review.openstack.org/136091 | 03:16 |
| *** rushiagr_away is now known as rushiagr | 03:17 | |
| *** MaxV has joined #openstack-infra | 03:19 | |
| *** MaxV has quit IRC | 03:24 | |
| *** otter768 has joined #openstack-infra | 03:34 | |
| *** otter768 has quit IRC | 03:39 | |
| anteaya | boo, it seems the project creation bug or another one is still in effect :( http://git.openstack.org/cgit/stackforge/networking-vsphere/ Repository seems to be empty | 03:39 |
| pleia2 | anteaya: isn't it supposed to be? they didn't have an upstream: | 03:41 |
| pleia2 | it's not saying it doesn't exist, it's saying it's empty | 03:41 |
| *** rushiagr is now known as rushiagr_away | 03:42 | |
| * pleia2 dinner | 03:42 | |
| anteaya | pleia2: ah you are correct | 03:43 |
| anteaya | so yay it worked | 03:43 |
| anteaya | guess I was so prepared for it to not work that is what I saw | 03:43 |
| anteaya | though I'm not sure what I would clone in order to offer a .gitreview file | 03:44 |
| anteaya | which should be the first commit | 03:44 |
| *** flaper87 has quit IRC | 03:44 | |
| *** Masahiro has joined #openstack-infra | 03:45 | |
| *** flaper87 has joined #openstack-infra | 03:47 | |
| *** Masahiro has quit IRC | 03:50 | |
| *** teran has joined #openstack-infra | 03:51 | |
| *** baoli has quit IRC | 03:54 | |
| *** baoli has joined #openstack-infra | 03:54 | |
| *** teran has quit IRC | 03:55 | |
| *** ryanpetrello has joined #openstack-infra | 04:02 | |
| *** ddieterly has quit IRC | 04:04 | |
| *** ddieterly has joined #openstack-infra | 04:04 | |
| *** ddieterly has quit IRC | 04:09 | |
| mordred | anteaya: things without upstreams are supposed to create a repo with a .gitreview | 04:10 |
| *** talluri has joined #openstack-infra | 04:17 | |
| *** yolanda has quit IRC | 04:21 | |
| *** yolanda has joined #openstack-infra | 04:22 | |
| *** flaper87 has quit IRC | 04:23 | |
| *** Ark has joined #openstack-infra | 04:32 | |
| *** Ark is now known as Guest20014 | 04:33 | |
| *** ryanpetrello has quit IRC | 04:35 | |
| *** ddieterly has joined #openstack-infra | 04:35 | |
| *** ddieterly has quit IRC | 04:37 | |
| *** ddieterl_ has joined #openstack-infra | 04:37 | |
| *** ryanpetrello has joined #openstack-infra | 04:41 | |
| *** ddieterl_ has quit IRC | 04:41 | |
| *** hdd has quit IRC | 04:49 | |
| *** talluri has quit IRC | 04:51 | |
| *** koolhead17 has joined #openstack-infra | 04:55 | |
| *** koolhead17 has joined #openstack-infra | 04:55 | |
| *** ryanpetrello has quit IRC | 04:57 | |
| *** MaxV has joined #openstack-infra | 05:08 | |
| *** MaxV has quit IRC | 05:12 | |
| *** _et has joined #openstack-infra | 05:14 | |
| *** MaxV has joined #openstack-infra | 05:18 | |
| *** yamamoto has joined #openstack-infra | 05:19 | |
| *** hdd has joined #openstack-infra | 05:23 | |
| *** MaxV has quit IRC | 05:23 | |
| *** yamamoto has quit IRC | 05:23 | |
| *** Masahiro has joined #openstack-infra | 05:34 | |
| *** ddieterly has joined #openstack-infra | 05:35 | |
| *** otter768 has joined #openstack-infra | 05:35 | |
| *** teran has joined #openstack-infra | 05:37 | |
| *** mase_x200 has joined #openstack-infra | 05:38 | |
| *** Masahiro has quit IRC | 05:39 | |
| *** ddieterly has quit IRC | 05:40 | |
| *** otter768 has quit IRC | 05:40 | |
| *** teran has quit IRC | 05:41 | |
| *** flaper87 has joined #openstack-infra | 05:44 | |
| tchaypo | anteaya: don’t need to clone. mkdir networking-vsphere; git init .; vi .gitreview; git add .gitreview; git commit; git remote add origin https://git.openstack.org/…..; git push origin master | 05:46 |
| *** baoli has quit IRC | 05:46 | |
| tchaypo | (or in english - it’s enough to create an empty repo yourself, add the .gitreview, add the remote, and then push into the remote) | 05:47 |
| *** achuprin_ has quit IRC | 05:53 | |
| *** hdd has quit IRC | 05:54 | |
| *** fandi has quit IRC | 05:56 | |
| *** jerryz1 has joined #openstack-infra | 06:03 | |
| *** koolhead_ has joined #openstack-infra | 06:03 | |
| *** jerryz has quit IRC | 06:04 | |
| *** koolhead17 has quit IRC | 06:06 | |
| *** baoli has joined #openstack-infra | 06:08 | |
| *** koolhead17 has joined #openstack-infra | 06:11 | |
| *** achuprin_ has joined #openstack-infra | 06:12 | |
| *** koolhead_ has quit IRC | 06:14 | |
| *** guest764 has joined #openstack-infra | 06:15 | |
| *** tailwong1 has joined #openstack-infra | 06:26 | |
| *** nithyag_ has joined #openstack-infra | 06:28 | |
| *** baoli has quit IRC | 06:30 | |
| *** dmsimardz has joined #openstack-infra | 06:34 | |
| *** dmsimardz is now known as dmsimard | 06:34 | |
| *** mordred_ has joined #openstack-infra | 06:34 | |
| *** ddieterly has joined #openstack-infra | 06:35 | |
| *** zul has quit IRC | 06:37 | |
| *** rpodolyaka1 has quit IRC | 06:37 | |
| *** dkranz has quit IRC | 06:37 | |
| *** ekarlso- has quit IRC | 06:37 | |
| *** gilliard has quit IRC | 06:37 | |
| *** tailwong has quit IRC | 06:37 | |
| *** NithyaG has quit IRC | 06:37 | |
| *** mordred has quit IRC | 06:37 | |
| *** dmsimard_away has quit IRC | 06:37 | |
| *** mordred_ is now known as mordred | 06:37 | |
| *** dkranz has joined #openstack-infra | 06:38 | |
| *** gilliard has joined #openstack-infra | 06:38 | |
| *** zul has joined #openstack-infra | 06:38 | |
| *** ekarlso- has joined #openstack-infra | 06:38 | |
| *** rpodolyaka1 has joined #openstack-infra | 06:39 | |
| *** ddieterly has quit IRC | 06:39 | |
| *** mase_x200 has quit IRC | 06:45 | |
| *** teran has joined #openstack-infra | 06:52 | |
| *** otter768 has joined #openstack-infra | 06:54 | |
| *** yamamoto has joined #openstack-infra | 06:55 | |
| *** boris-42 has joined #openstack-infra | 06:57 | |
| *** teran has quit IRC | 06:57 | |
| *** yamamoto has quit IRC | 07:02 | |
| *** otter768 has quit IRC | 07:04 | |
| *** Longgeek has joined #openstack-infra | 07:09 | |
| *** koolhead_ has joined #openstack-infra | 07:10 | |
| *** koolhead17 has quit IRC | 07:12 | |
| *** koolhead17 has joined #openstack-infra | 07:13 | |
| *** Longgeek has quit IRC | 07:14 | |
| *** Guest20014 has quit IRC | 07:15 | |
| *** koolhead_ has quit IRC | 07:16 | |
| *** yamahata has joined #openstack-infra | 07:19 | |
| *** Masahiro has joined #openstack-infra | 07:23 | |
| *** teran has joined #openstack-infra | 07:24 | |
| *** Masahiro has quit IRC | 07:27 | |
| *** ddieterly has joined #openstack-infra | 07:35 | |
| *** ddieterly has quit IRC | 07:39 | |
| *** jerryz1 has quit IRC | 07:53 | |
| *** yamamoto has joined #openstack-infra | 08:03 | |
| *** ddieterly has joined #openstack-infra | 08:05 | |
| *** yamamoto has quit IRC | 08:08 | |
| *** ddieterly has quit IRC | 08:09 | |
| *** HeOS has joined #openstack-infra | 08:12 | |
| *** jerryz has joined #openstack-infra | 08:16 | |
| *** ivar-lazzaro has quit IRC | 08:18 | |
| *** yolanda has quit IRC | 08:18 | |
| *** sputnik13 has joined #openstack-infra | 08:18 | |
| *** ivar-lazzaro has joined #openstack-infra | 08:19 | |
| *** Masahiro has joined #openstack-infra | 08:24 | |
| *** yamahata has quit IRC | 08:27 | |
| *** Masahiro has quit IRC | 08:28 | |
| *** sputnik13 has quit IRC | 08:32 | |
| *** sputnik13 has joined #openstack-infra | 08:33 | |
| *** sputnik13 has quit IRC | 08:38 | |
| *** _nadya_ has joined #openstack-infra | 08:46 | |
| *** yamamoto has joined #openstack-infra | 08:54 | |
| *** e0ne has joined #openstack-infra | 08:58 | |
| *** e0ne has quit IRC | 09:00 | |
| *** _nadya_ has quit IRC | 09:02 | |
| *** e0ne has joined #openstack-infra | 09:03 | |
| *** otter768 has joined #openstack-infra | 09:05 | |
| openstackgerrit | Andrey Pavlov proposed openstack-infra/jenkins-job-builder: Add examples for 'predefined-parameters' https://review.openstack.org/137890 | 09:05 |
| *** e0ne has quit IRC | 09:08 | |
| *** otter768 has quit IRC | 09:10 | |
| *** e0ne has joined #openstack-infra | 09:12 | |
| *** e0ne has quit IRC | 09:15 | |
| *** e0ne has joined #openstack-infra | 09:17 | |
| *** e0ne has quit IRC | 09:20 | |
| *** teran has quit IRC | 09:22 | |
| *** teran has joined #openstack-infra | 09:24 | |
| *** ZZelle__ has quit IRC | 09:24 | |
| *** e0ne has joined #openstack-infra | 09:25 | |
| *** ZZelle__ has joined #openstack-infra | 09:25 | |
| *** e0ne has quit IRC | 09:27 | |
| *** teran has quit IRC | 09:29 | |
| *** e0ne has joined #openstack-infra | 09:30 | |
| *** sressot has quit IRC | 09:33 | |
| *** e0ne has quit IRC | 09:33 | |
| *** yamamoto has quit IRC | 09:33 | |
| *** HeOS has quit IRC | 09:35 | |
| *** e0ne has joined #openstack-infra | 09:36 | |
| *** e0ne has quit IRC | 09:37 | |
| *** talluri has joined #openstack-infra | 09:40 | |
| *** e0ne has joined #openstack-infra | 09:42 | |
| *** sressot has joined #openstack-infra | 09:42 | |
| *** gpocentek has quit IRC | 09:44 | |
| *** e0ne has quit IRC | 09:44 | |
| *** jerryz has quit IRC | 09:44 | |
| *** e0ne has joined #openstack-infra | 09:48 | |
| *** jerryz has joined #openstack-infra | 09:49 | |
| *** andreykurilin_ has joined #openstack-infra | 09:51 | |
| *** e0ne has quit IRC | 09:51 | |
| *** MaxV has joined #openstack-infra | 09:54 | |
| *** achanda has joined #openstack-infra | 09:55 | |
| *** e0ne has joined #openstack-infra | 09:55 | |
| *** e0ne has quit IRC | 09:58 | |
| *** e0ne has joined #openstack-infra | 10:01 | |
| *** jamespage_ has joined #openstack-infra | 10:02 | |
| *** e0ne has quit IRC | 10:03 | |
| *** e0ne has joined #openstack-infra | 10:08 | |
| *** e0ne has quit IRC | 10:09 | |
| *** talluri has quit IRC | 10:11 | |
| *** koolhead_ has joined #openstack-infra | 10:12 | |
| *** Masahiro has joined #openstack-infra | 10:12 | |
| *** e0ne has joined #openstack-infra | 10:14 | |
| *** koolhead17 has quit IRC | 10:15 | |
| *** e0ne has quit IRC | 10:16 | |
| *** Masahiro has quit IRC | 10:17 | |
| *** e0ne has joined #openstack-infra | 10:20 | |
| *** koolhead17 has joined #openstack-infra | 10:22 | |
| *** koolhead_ has quit IRC | 10:24 | |
| *** teran has joined #openstack-infra | 10:25 | |
| *** e0ne has quit IRC | 10:27 | |
| *** teran has quit IRC | 10:30 | |
| *** achanda has quit IRC | 10:35 | |
| *** salv-orlando has quit IRC | 10:39 | |
| * tchaypo inserts tongue in cheek | 10:43 | |
| * tchaypo removes tongue and asks a serious question instead | 10:44 | |
| tchaypo | is git.openstack.org new perhaps? | 10:44 |
| tchaypo | https://pypi.python.org/pypi/zuul says to look at https://github.com/openstack-infra/zuul for the “latest code” - maybe git.openstack.org didn’t exist when that was last released? | 10:44 |
| *** mpaolino has joined #openstack-infra | 10:46 | |
| *** MaxV has quit IRC | 10:50 | |
| *** salv-orlando has joined #openstack-infra | 10:58 | |
| *** otter768 has joined #openstack-infra | 11:06 | |
| *** mpaolino has quit IRC | 11:07 | |
| *** andreykurilin_ has quit IRC | 11:07 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 11:08 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Reorganize tests/cmd https://review.openstack.org/134055 | 11:08 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 11:08 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 11:08 |
| *** otter768 has quit IRC | 11:11 | |
| *** andreykurilin_ has joined #openstack-infra | 11:12 | |
| *** talluri has joined #openstack-infra | 11:22 | |
| *** thingee has quit IRC | 11:26 | |
| *** teran has joined #openstack-infra | 11:26 | |
| *** talluri has quit IRC | 11:27 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 11:29 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 11:29 |
| *** thingee has joined #openstack-infra | 11:31 | |
| *** teran has quit IRC | 11:31 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 11:32 |
| *** cnesa has joined #openstack-infra | 11:33 | |
| *** _nadya_ has joined #openstack-infra | 11:35 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 11:37 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 11:37 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 11:38 |
| *** thingee has quit IRC | 11:40 | |
| *** andreykurilin_ has quit IRC | 11:41 | |
| *** andreykurilin_ has joined #openstack-infra | 11:42 | |
| *** thingee has joined #openstack-infra | 11:42 | |
| *** adalbas has joined #openstack-infra | 11:43 | |
| *** _nadya_ has quit IRC | 11:44 | |
| *** Masahiro has joined #openstack-infra | 11:58 | |
| *** Masahiro has quit IRC | 12:03 | |
| *** ihrachyshka has joined #openstack-infra | 12:23 | |
| *** teran has joined #openstack-infra | 12:27 | |
| *** hdd has joined #openstack-infra | 12:30 | |
| *** teran has quit IRC | 12:32 | |
| *** ddieterly has joined #openstack-infra | 12:44 | |
| *** koolhead_ has joined #openstack-infra | 12:52 | |
| *** adalbas has quit IRC | 12:53 | |
| *** andreykurilin_ has quit IRC | 12:54 | |
| *** koolhead17 has quit IRC | 12:55 | |
| *** ivar-laz_ has joined #openstack-infra | 12:56 | |
| *** ivar-lazzaro has quit IRC | 12:57 | |
| *** marun_ has joined #openstack-infra | 13:06 | |
| *** _et has quit IRC | 13:07 | |
| *** otter768 has joined #openstack-infra | 13:07 | |
| *** marun has quit IRC | 13:07 | |
| *** e0ne has joined #openstack-infra | 13:10 | |
| *** otter768 has quit IRC | 13:12 | |
| *** e0ne has quit IRC | 13:15 | |
| *** e0ne has joined #openstack-infra | 13:18 | |
| *** e0ne has quit IRC | 13:21 | |
| *** talluri has joined #openstack-infra | 13:22 | |
| *** e0ne has joined #openstack-infra | 13:25 | |
| *** koolhead17 has joined #openstack-infra | 13:25 | |
| *** koolhead_ has quit IRC | 13:25 | |
| *** dims has joined #openstack-infra | 13:27 | |
| *** e0ne has quit IRC | 13:27 | |
| *** dizquierdo has joined #openstack-infra | 13:27 | |
| *** teran has joined #openstack-infra | 13:28 | |
| *** e0ne has joined #openstack-infra | 13:31 | |
| *** teran has quit IRC | 13:33 | |
| *** e0ne has quit IRC | 13:33 | |
| *** achanda has joined #openstack-infra | 13:36 | |
| *** e0ne has joined #openstack-infra | 13:37 | |
| *** e0ne has quit IRC | 13:39 | |
| *** achanda has quit IRC | 13:41 | |
| *** hdd has quit IRC | 13:41 | |
| *** ivar-lazzaro has joined #openstack-infra | 13:42 | |
| *** ryanpetrello has joined #openstack-infra | 13:43 | |
| *** ivar-laz_ has quit IRC | 13:44 | |
| *** e0ne has joined #openstack-infra | 13:44 | |
| *** alexpilotti has joined #openstack-infra | 13:45 | |
| *** dims has quit IRC | 13:46 | |
| *** e0ne has quit IRC | 13:47 | |
| *** Masahiro has joined #openstack-infra | 13:47 | |
| *** ryanpetrello has quit IRC | 13:50 | |
| *** lttrl has joined #openstack-infra | 13:51 | |
| *** Masahiro has quit IRC | 13:52 | |
| *** talluri has quit IRC | 13:52 | |
| *** ihrachyshka has quit IRC | 14:11 | |
| *** hdd has joined #openstack-infra | 14:17 | |
| *** jerryz has quit IRC | 14:20 | |
| *** teran has joined #openstack-infra | 14:29 | |
| *** teran has quit IRC | 14:34 | |
| *** dims has joined #openstack-infra | 14:46 | |
| *** lttrl has quit IRC | 14:48 | |
| *** dims has quit IRC | 14:52 | |
| *** Ark has joined #openstack-infra | 14:59 | |
| *** Ark is now known as Guest22160 | 14:59 | |
| *** Guest22160 has quit IRC | 15:04 | |
| *** otter768 has joined #openstack-infra | 15:08 | |
| *** mase_x200 has joined #openstack-infra | 15:09 | |
| *** mase_x200 has quit IRC | 15:13 | |
| *** otter768 has quit IRC | 15:13 | |
| *** mase_x200 has joined #openstack-infra | 15:15 | |
| *** ihrachyshka has joined #openstack-infra | 15:16 | |
| *** mase_x200 has quit IRC | 15:20 | |
| *** ddieterly has quit IRC | 15:25 | |
| *** ddieterly has joined #openstack-infra | 15:26 | |
| *** teran has joined #openstack-infra | 15:29 | |
| *** ddieterly has quit IRC | 15:30 | |
| *** teran has quit IRC | 15:34 | |
| anteaya | mordred tchaypo thanks | 15:35 |
| anteaya | tchaypo: git.openstack.org was created last summer, but we are still playing catchup with all the documentation | 15:35 |
| *** baoli has joined #openstack-infra | 15:35 | |
| tchaypo | Anteaya: I'm slightly horrified that I managed to come up with that off the top of my head. It seems like i actually learned something about git when I wasn't watching | 15:36 |
| *** Masahiro has joined #openstack-infra | 15:36 | |
| tchaypo | anteaya: Northern or southern summer? ;) | 15:36 |
| anteaya | tchaypo: I'm impressed :D | 15:37 |
| anteaya | tchaypo: point taken, last august | 15:37 |
| tchaypo | That's so funny. I've never known an OpenStack with its own git server | 15:37 |
| tchaypo | Thanks infra team :) | 15:38 |
| *** baoli has quit IRC | 15:38 | |
| *** baoli has joined #openstack-infra | 15:39 | |
| *** ddieterly has joined #openstack-infra | 15:39 | |
| anteaya | we had to | 15:40 |
| anteaya | cloning was a bottleneck | 15:40 |
| anteaya | the move to the git farm was exciting | 15:40 |
| *** Masahiro has quit IRC | 15:40 | |
| anteaya | tchaypo: if you would like to marvel at some graphs: http://cacti.openstack.org/cacti/graph_view.php?action=tree&tree_id=2 | 15:43 |
| anteaya | not terribly exciting at the moment though | 15:43 |
| *** hdd has quit IRC | 15:44 | |
| *** ryanpetrello has joined #openstack-infra | 15:46 | |
| tchaypo | Of course | 15:48 |
| tchaypo | Ci would be constantly | 15:48 |
| tchaypo | Pulling from GH | 15:49 |
| tchaypo | Lots of traffic from small range of IPs, looks a DOS | 15:50 |
| *** ryanpetrello has quit IRC | 15:51 | |
| *** funzo_ has joined #openstack-infra | 15:53 | |
| *** funzo has quit IRC | 15:55 | |
| *** guest764 has quit IRC | 15:59 | |
| *** yfried has joined #openstack-infra | 15:59 | |
| *** Longgeek has joined #openstack-infra | 16:13 | |
| *** andreykurilin_ has joined #openstack-infra | 16:13 | |
| *** Longgeek has quit IRC | 16:13 | |
| mordred | tchaypo: also, GH is just simply not resilient enough for us to clone from them | 16:14 |
| mordred | tchaypo: they are down enough that with our level of usage and with gating, it's _noticable_ | 16:14 |
| mordred | even before the git farm, we never consumed github repos in CI | 16:14 |
| *** Longgeek has joined #openstack-infra | 16:15 | |
| tchaypo | Yeah, within my time I've seen the occasional GH repo creep in and cause issues | 16:15 |
| mordred | yuppers | 16:15 |
| *** ChuckC has quit IRC | 16:15 | |
| mordred | I mean, it has the appropriate level of uptime for its common use case | 16:15 |
| *** Longgeek has quit IRC | 16:17 | |
| mordred | clarkb: ok. it's happened - I'm building a docker container in anger because it's actually going to be the "best" way to solve a terrible problem | 16:18 |
| anteaya | building in anger, sure to have great results | 16:19 |
| mordred | anteaya: :) | 16:19 |
| *** pfallenop has quit IRC | 16:19 | |
| mordred | anteaya: in this case, s/in anger/for a purpose to solve an actual problem that I have rather than as an exploratory test/ | 16:19 |
| *** ChuckC has joined #openstack-infra | 16:19 | |
| anteaya | I'm still undoing all the things I have embarked on in anger, so I'm talking to myself here | 16:20 |
| mordred | nod | 16:20 |
| anteaya | ah well I hope you fix your problem | 16:20 |
| *** pfallenop has joined #openstack-infra | 16:20 | |
| *** salv-orlando has quit IRC | 16:21 | |
| *** salv-orlando_ has joined #openstack-infra | 16:21 | |
| mordred | oh me too | 16:23 |
| *** guest764 has joined #openstack-infra | 16:26 | |
| *** teran has joined #openstack-infra | 16:30 | |
| *** achanda has joined #openstack-infra | 16:32 | |
| *** teran has quit IRC | 16:35 | |
| *** guest764 has quit IRC | 16:35 | |
| *** stevemar has joined #openstack-infra | 16:37 | |
| *** mikeit has joined #openstack-infra | 16:38 | |
| *** achanda has quit IRC | 16:43 | |
| *** ihrachyshka has quit IRC | 16:44 | |
| *** ddieterly has quit IRC | 16:45 | |
| *** tnovacik has joined #openstack-infra | 16:45 | |
| *** ddieterly has joined #openstack-infra | 16:45 | |
| *** rushiagr_away is now known as rushiagr | 16:48 | |
| *** ddieterly has quit IRC | 16:50 | |
| *** liam_ has joined #openstack-infra | 16:58 | |
| *** liam_ is now known as Guest6400 | 16:59 | |
| *** dizquierdo has quit IRC | 17:02 | |
| *** Guest6400 has quit IRC | 17:06 | |
| *** otter768 has joined #openstack-infra | 17:09 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Run beaker-rspec tests on stackforge/puppet* https://review.openstack.org/137917 | 17:13 |
| *** otter768 has quit IRC | 17:14 | |
| *** ddieterly has joined #openstack-infra | 17:16 | |
| *** lttrl has joined #openstack-infra | 17:16 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-storyboard: Integration Testing https://review.openstack.org/126086 | 17:17 |
| *** ZZelle has joined #openstack-infra | 17:18 | |
| *** Longgeek has joined #openstack-infra | 17:18 | |
| *** ddieterly has quit IRC | 17:20 | |
| *** Masahiro has joined #openstack-infra | 17:25 | |
| openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add support for the Jenkins Clang Scan-Build publisher plugin. https://review.openstack.org/117958 | 17:28 |
| *** fandi has joined #openstack-infra | 17:29 | |
| *** guest764 has joined #openstack-infra | 17:29 | |
| *** Masahiro has quit IRC | 17:29 | |
| *** gpocentek has joined #openstack-infra | 17:30 | |
| *** AlexF has joined #openstack-infra | 17:30 | |
| *** teran has joined #openstack-infra | 17:31 | |
| *** guest7641 has joined #openstack-infra | 17:32 | |
| *** guest764 has quit IRC | 17:36 | |
| *** teran has quit IRC | 17:36 | |
| *** guest7641 has quit IRC | 17:41 | |
| *** ddieterly has joined #openstack-infra | 17:45 | |
| *** Longgeek has quit IRC | 17:45 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 17:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Reorganize tests/cmd https://review.openstack.org/134055 | 17:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 17:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 17:53 |
| *** AlexF has quit IRC | 17:53 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-storyboard: Integration Testing https://review.openstack.org/126086 | 17:59 |
| *** armax has quit IRC | 18:00 | |
| *** stevemar has quit IRC | 18:01 | |
| *** mikeit has quit IRC | 18:02 | |
| *** shashankhegde has joined #openstack-infra | 18:05 | |
| *** mikeit has joined #openstack-infra | 18:06 | |
| *** davideagnello has quit IRC | 18:08 | |
| *** armax has joined #openstack-infra | 18:11 | |
| *** rushiagr is now known as rushiagr_away | 18:14 | |
| *** rushiagr_away is now known as rushiagr | 18:16 | |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add missing remote_puppet_afs.yaml on puppetmaster https://review.openstack.org/137919 | 18:18 |
| fungi | mordred: looking through the ansible log on the puppetmaster, i noticed it's throwing errors because of that ^ | 18:18 |
| *** rcarrillocruz has quit IRC | 18:20 | |
| *** teran has joined #openstack-infra | 18:32 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-storyboard: Integration Testing https://review.openstack.org/126086 | 18:33 |
| *** sressot has quit IRC | 18:36 | |
| *** mikeit has quit IRC | 18:36 | |
| *** teran has quit IRC | 18:37 | |
| *** mikeit has joined #openstack-infra | 18:37 | |
| *** sressot has joined #openstack-infra | 18:42 | |
| *** d0ugal_ has joined #openstack-infra | 18:44 | |
| *** d0ugal has quit IRC | 18:45 | |
| *** d0ugal_ is now known as d0ugal | 18:45 | |
| *** sressot has quit IRC | 18:45 | |
| *** d0ugal is now known as Guest18170 | 18:46 | |
| *** ryanpetrello has joined #openstack-infra | 18:47 | |
| *** shashankhegde has quit IRC | 18:47 | |
| *** openstackgerrit has quit IRC | 18:48 | |
| *** smoser` has joined #openstack-infra | 18:50 | |
| *** smoser has quit IRC | 18:51 | |
| *** mikeit has quit IRC | 18:52 | |
| *** openstackgerrit has joined #openstack-infra | 18:52 | |
| *** sressot has joined #openstack-infra | 18:56 | |
| *** sressot has joined #openstack-infra | 18:59 | |
| *** mikeit has joined #openstack-infra | 19:01 | |
| *** guest764 has joined #openstack-infra | 19:05 | |
| *** guest7641 has joined #openstack-infra | 19:08 | |
| *** otter768 has joined #openstack-infra | 19:10 | |
| *** guest764 has quit IRC | 19:12 | |
| *** Masahiro has joined #openstack-infra | 19:13 | |
| *** otter768 has quit IRC | 19:14 | |
| *** guest7641 has quit IRC | 19:16 | |
| *** Masahiro has quit IRC | 19:18 | |
| *** lttrl has quit IRC | 19:21 | |
| *** mikeit has quit IRC | 19:21 | |
| *** koolhead17 has quit IRC | 19:22 | |
| *** koolhead17 has joined #openstack-infra | 19:23 | |
| *** ryanpetrello has quit IRC | 19:23 | |
| *** Viswanath has joined #openstack-infra | 19:26 | |
| *** koolhead17 has quit IRC | 19:27 | |
| *** Viswanath has quit IRC | 19:29 | |
| *** ivar-lazzaro has quit IRC | 19:29 | |
| *** ivar-lazzaro has joined #openstack-infra | 19:30 | |
| *** teran has joined #openstack-infra | 19:33 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-storyboard: Integration Testing https://review.openstack.org/126086 | 19:34 |
| *** ihrachyshka has joined #openstack-infra | 19:35 | |
| *** Sincler has quit IRC | 19:35 | |
| *** BharatK has joined #openstack-infra | 19:37 | |
| *** Sincler has joined #openstack-infra | 19:37 | |
| *** teran has quit IRC | 19:38 | |
| *** rushiagr is now known as rushiagr_away | 19:42 | |
| *** _nadya_ has joined #openstack-infra | 19:47 | |
| *** ihrachyshka has quit IRC | 20:02 | |
| *** ihrachyshka has joined #openstack-infra | 20:13 | |
| *** ihrachyshka has quit IRC | 20:23 | |
| *** ddieterly has quit IRC | 20:23 | |
| *** ddieterly has joined #openstack-infra | 20:24 | |
| *** ddieterly has quit IRC | 20:29 | |
| *** alexpilotti has quit IRC | 20:31 | |
| *** teran has joined #openstack-infra | 20:33 | |
| *** teran has quit IRC | 20:38 | |
| *** _nadya_ has quit IRC | 20:45 | |
| *** Longgeek has joined #openstack-infra | 20:46 | |
| *** Longgeek has quit IRC | 20:51 | |
| *** ddieterly has joined #openstack-infra | 20:56 | |
| *** salv-orlando_ has quit IRC | 20:59 | |
| *** Masahiro has joined #openstack-infra | 21:02 | |
| *** Masahiro has quit IRC | 21:07 | |
| *** andreykurilin_ has quit IRC | 21:07 | |
| *** hdd has joined #openstack-infra | 21:09 | |
| *** otter768 has joined #openstack-infra | 21:11 | |
| *** guest764 has joined #openstack-infra | 21:11 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-storyboard: Integration Testing https://review.openstack.org/126086 | 21:14 |
| *** guest7641 has joined #openstack-infra | 21:14 | |
| *** otter768 has quit IRC | 21:16 | |
| *** guest764 has quit IRC | 21:18 | |
| *** guest7641 has quit IRC | 21:24 | |
| *** ivar-lazzaro has quit IRC | 21:27 | |
| *** tnovacik has quit IRC | 21:30 | |
| *** ivar-lazzaro has joined #openstack-infra | 21:33 | |
| *** teran has joined #openstack-infra | 21:34 | |
| *** teran has quit IRC | 21:39 | |
| *** MaxV has joined #openstack-infra | 21:42 | |
| *** baoli has quit IRC | 22:01 | |
| *** dims has joined #openstack-infra | 22:05 | |
| *** ivar-lazzaro has quit IRC | 22:06 | |
| BharatK | Hi All, | 22:12 |
| BharatK | http://lists.openstack.org/pipermail/openstack-infra/2014-November/002157.html | 22:12 |
| *** e0ne has joined #openstack-infra | 22:12 | |
| BharatK | Can anyone please answer thise questions? | 22:13 |
| BharatK | http://lists.openstack.org/pipermail/openstack-infra/2014-November/002157.html | 22:13 |
| *** e0ne has quit IRC | 22:13 | |
| *** ryanpetrello has joined #openstack-infra | 22:14 | |
| *** yfried is now known as yfried|afk | 22:16 | |
| *** shashankhegde has joined #openstack-infra | 22:18 | |
| *** ryanpetrello has quit IRC | 22:19 | |
| *** Ryan_Lane has joined #openstack-infra | 22:21 | |
| *** ivar-lazzaro has joined #openstack-infra | 22:23 | |
| *** yfried|afk is now known as yfried | 22:24 | |
| *** shashankhegde has quit IRC | 22:34 | |
| *** teran has joined #openstack-infra | 22:35 | |
| *** salv-orlando has joined #openstack-infra | 22:36 | |
| *** teran has quit IRC | 22:40 | |
| *** tnovacik has joined #openstack-infra | 22:43 | |
| *** BharatK has left #openstack-infra | 22:44 | |
| *** hdd has quit IRC | 22:45 | |
| *** Masahiro has joined #openstack-infra | 22:51 | |
| *** MaxV has quit IRC | 22:54 | |
| *** Masahiro has quit IRC | 22:55 | |
| *** yfried is now known as yfried|afk | 23:07 | |
| *** otter768 has joined #openstack-infra | 23:12 | |
| *** tnovacik has quit IRC | 23:14 | |
| *** otter768 has quit IRC | 23:16 | |
| *** guest764 has joined #openstack-infra | 23:17 | |
| *** guest7641 has joined #openstack-infra | 23:20 | |
| *** hdd has joined #openstack-infra | 23:21 | |
| *** guest764 has quit IRC | 23:24 | |
| *** baoli has joined #openstack-infra | 23:25 | |
| *** guest7641 has quit IRC | 23:29 | |
| *** Ryan_Lane has quit IRC | 23:34 | |
| *** Ryan_Lane has joined #openstack-infra | 23:35 | |
| *** teran has joined #openstack-infra | 23:36 | |
| *** MaxV has joined #openstack-infra | 23:37 | |
| *** teran has quit IRC | 23:40 | |
| *** _nadya_ has joined #openstack-infra | 23:46 | |
| *** _nadya_ has quit IRC | 23:50 | |
| *** hdd has quit IRC | 23:53 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!