*** Sukhdev has joined #openstack-infra | 00:00 | |
*** sridhar_ram1 has quit IRC | 00:00 | |
zxiiro | Is there anyone here who can help me with the zuul status page? I setup public_html behind a webserver and was able to load the page but it's just blank. | 00:01 |
---|---|---|
*** Sukhdev has quit IRC | 00:01 | |
zxiiro | in the source code it looks like i can load some demos but I'm not sure how. I'm looking at this file here https://github.com/openstack-infra/zuul/blob/master/etc/status/public_html/zuul.app.js | 00:01 |
*** slogan621 has quit IRC | 00:01 | |
*** Sukhdev has joined #openstack-infra | 00:01 | |
greghaynes | ianw: I can't see it in the log so we probably need to set -x disk-image-create | 00:01 |
ianw | yeah, for sure on that ... | 00:02 |
ianw | is it something to do with pipefail? | 00:02 |
greghaynes | ianw: shouldnt be, I bet I just did something silly with my fix. Looks like the exit cleanup trap is being called and it didn't successfully unmount the dirs from the chroot before cleaning up, which is exactly what my change was touching | 00:03 |
*** tdurakov has quit IRC | 00:04 | |
*** Sukhdev_ has joined #openstack-infra | 00:04 | |
*** ashleighfarnham has joined #openstack-infra | 00:04 | |
zxiiro | nevermind I figured it out. | 00:05 |
krotscheck | jeblair: Cern... uses afs? | 00:05 |
*** Sukhdev has quit IRC | 00:05 | |
*** Sukhdev_ has quit IRC | 00:05 | |
*** Sukhdev has joined #openstack-infra | 00:06 | |
ianw | greghaynes: i wonder if this should be done in unmount_dir | 00:06 |
jeblair | krotscheck: yeah, like hugely | 00:07 |
greghaynes | ianw: possible | 00:07 |
*** Sukhdev has quit IRC | 00:07 | |
jeblair | krotscheck: tim bell introduced us to the folks that run their cell there if we have any questions :) | 00:07 |
ianw | greghaynes: because it seems it could happen with the other call to it as well. | 00:07 |
*** Sukhdev has joined #openstack-infra | 00:07 | |
jeblair | krotscheck: they measure their cell size in petabytes and througput in gbps | 00:08 |
ianw | unmount_dir could also do with some documentation to clear up it's semantics | 00:08 |
*** sridhar_ram has joined #openstack-infra | 00:08 | |
krotscheck | jeblair: And here I was worried that AFS might fall down under load... | 00:08 |
ianw | and possibly renamed to "umount_dir" for sanity | 00:08 |
gmann | dhellmann: hi | 00:10 |
gmann | dhellmann: regarding https://review.openstack.org/#/c/270720/3 | 00:10 |
greghaynes | ianw: hah, a lot of that bash could use some love | 00:11 |
dhellmann | gmann : hi! we don't care about syncing requirements to the specs repos. We only do that for the other repos to ensure the projects are co-installable, and we don't install specs. | 00:11 |
*** Sukhdev_ has joined #openstack-infra | 00:11 | |
dhellmann | gmann : that's why we never added yasfb to the global requirements list -- that list should only be for things we need to co-install for testing | 00:11 |
gmann | dhellmann: yasfb does nto looks like compatible with py34 due to feedformatter, I wanted to add yasfb in g-r because of bug/1536535 | 00:12 |
*** Sukhdev has quit IRC | 00:12 | |
gmann | dhellmann: yea, true. but i feel we should sync spec repo requirement too | 00:12 |
gmann | dhellmann: otherwise there are old version cap and may face incompatible dependency | 00:13 |
dhellmann | gmann : what dependencies do we have on the specs repos? | 00:13 |
gmann | dhellmann: one example is they still use old pbr <1.0 | 00:14 |
dhellmann | gmann : is that causing problems? | 00:14 |
gmann | dhellmann: pip 8 issue was triggered because of this indirectly | 00:14 |
dhellmann | gmann : in the specs repos? | 00:14 |
gmann | dhellmann: where pbr <1.0 triggered to update pip and failure. | 00:15 |
gmann | dhellmann: yea, https://review.openstack.org/#/c/270606/ | 00:15 |
dhellmann | gmann : ok. updating the pbr requirement in the nova-specs repo was the right fix. | 00:15 |
*** salv-orl_ has quit IRC | 00:15 | |
*** Sukhdev has joined #openstack-infra | 00:15 | |
gmann | dhellmann: actually its not pbr issue but indirectly we hit pip error due to old pbr used | 00:15 |
gmann | dhellmann: yea | 00:16 |
*** Sukhdev_ has quit IRC | 00:16 | |
gmann | dhellmann: so i thought to sync all requirement automatically | 00:16 |
gmann | dhellmann: but need your suggestion | 00:16 |
dhellmann | gmann : we try to keep the global-requirements list as small as possible, to signal to packagers what our real requirements are. They don't need to package or build the specs, so those don't need to be kept up to date. | 00:17 |
*** ashleighfarnham has quit IRC | 00:17 | |
dhellmann | gmann : I mean, I understand how you've come to this conclusion, but we made this choice explicitly to leave things out of the global requirements list unless they were needed in a devstack gate job or a unittest job for a project | 00:17 |
*** Sukhdev has quit IRC | 00:17 | |
*** Sukhdev has joined #openstack-infra | 00:18 | |
dhellmann | dependencies for in-tree documentation jobs end up in the list, too, because right now we pull all of those from test-requirements.txt | 00:18 |
dhellmann | when we're able to move those to tox.ini, we can further reduce the list of things in global-requirements.txt | 00:19 |
dhellmann | gmann : does that make sense? | 00:19 |
gmann | dhellmann: hum, yea i see. in tree doc dependency like sphinx etc | 00:19 |
dhellmann | right | 00:20 |
*** Sukhdev has quit IRC | 00:20 | |
gmann | dhellmann: yea that makes sense, i thought if other doc dependency there so we can add yasfb too | 00:20 |
*** Sukhdev has joined #openstack-infra | 00:20 | |
gmann | dhellmann: i agree with your point of keeping g-r as small and with valid list which actually needed for cloud | 00:21 |
dhellmann | gmann : yeah, some packagers build the in tree documentation as part of their packages, so we need to ensure those dependencies are compatible with the production code | 00:21 |
* dhellmann nods | 00:21 | |
gmann | dhellmann: yea nova does | 00:22 |
gmann | dhellmann: so better will be to keep spec req manually | 00:22 |
dhellmann | gmann : right | 00:22 |
gmann | dhellmann: if there was no yasfb, i would keep arguing to make that sycn auto :) | 00:22 |
dhellmann | :-) | 00:23 |
*** ashleighfarnham has joined #openstack-infra | 00:23 | |
gmann | dhellmann: but now it makes sense that all doc dependency should go away too as best g-r | 00:23 |
gmann | dhellmann: Thanks a lot for your time. | 00:23 |
dhellmann | gmann : thanks! | 00:23 |
*** rbrndt_ has joined #openstack-infra | 00:24 | |
*** Sukhdev_ has joined #openstack-infra | 00:24 | |
*** sdake has joined #openstack-infra | 00:24 | |
*** Sukhdev has quit IRC | 00:25 | |
*** Sukhdev_ has quit IRC | 00:25 | |
*** Sukhdev has joined #openstack-infra | 00:25 | |
*** daemontool has quit IRC | 00:26 | |
*** FallenPegasus has quit IRC | 00:27 | |
*** aorourke is now known as aorourke-afk | 00:27 | |
*** Sukhdev has quit IRC | 00:27 | |
*** Qiming has quit IRC | 00:27 | |
*** Sukhdev has joined #openstack-infra | 00:28 | |
*** sdake_ has joined #openstack-infra | 00:28 | |
*** sdake has quit IRC | 00:29 | |
*** Sukhdev_ has joined #openstack-infra | 00:30 | |
*** Sukhdev has quit IRC | 00:30 | |
*** sdake has joined #openstack-infra | 00:30 | |
zaro | does anybody know why python coverage reports don't render correctly on logs.openstack.org? http://logs.openstack.org/35/238535/11/check/python-jenkins-coverage/d6f668c/cover/ | 00:31 |
zaro | it works ok locally. | 00:32 |
*** Sukhdev_ has quit IRC | 00:32 | |
jeblair | dstufft: i'm seeing ValueError: Inconsistent file. https://pypi.python.org/packages/source/s/salt/salt-2015.8.4.tar.gz has hash f78c762f5182e4ab355b75868a1e3818 instead of 360d507b003716df80f193fe72b393a8. | 00:32 |
*** Sukhdev has joined #openstack-infra | 00:32 | |
*** thorst_ has quit IRC | 00:32 | |
*** thorst has joined #openstack-infra | 00:33 | |
*** baoli has joined #openstack-infra | 00:33 | |
dstufft | jeblair: probably should go away now | 00:33 |
*** sdake_ has quit IRC | 00:33 | |
*** Sukhdev has quit IRC | 00:33 | |
*** Sukhdev has joined #openstack-infra | 00:34 | |
jeblair | dstufft: yep; did you purge that? | 00:34 |
dstufft | yea | 00:34 |
jeblair | i wonder if we should add that to the things our bandersnatch wrapper purges | 00:34 |
dstufft | it's unlikely to ever happen TBH | 00:35 |
dstufft | except when I take manual action | 00:35 |
dstufft | like I did with salt | 00:35 |
*** baoli has quit IRC | 00:35 | |
dstufft | awhile ago | 00:35 |
*** Sukhdev has quit IRC | 00:35 | |
*** sdake_ has joined #openstack-infra | 00:35 | |
*** Sukhdev has joined #openstack-infra | 00:36 | |
*** Sukhdev has quit IRC | 00:37 | |
pabelanger | pleia2: jeblair: AJaeger: I've submitted the lightning talk. Please update your profiles if needed and review the overview of the talk if you'd like | 00:37 |
*** thorst has quit IRC | 00:37 | |
*** Sukhdev has joined #openstack-infra | 00:37 | |
*** sdake has quit IRC | 00:38 | |
*** Sukhdev has quit IRC | 00:39 | |
*** Sukhdev has joined #openstack-infra | 00:39 | |
*** Swami has quit IRC | 00:40 | |
*** Sukhdev has quit IRC | 00:41 | |
*** Sukhdev has joined #openstack-infra | 00:41 | |
*** Sukhdev has quit IRC | 00:43 | |
*** Sukhdev has joined #openstack-infra | 00:43 | |
*** zhurong has joined #openstack-infra | 00:43 | |
*** Sukhdev has quit IRC | 00:44 | |
*** Sukhdev has joined #openstack-infra | 00:45 | |
*** Sukhdev has quit IRC | 00:46 | |
*** Sukhdev has joined #openstack-infra | 00:47 | |
*** Sukhdev has quit IRC | 00:48 | |
*** Sukhdev has joined #openstack-infra | 00:48 | |
*** Sukhdev_ has joined #openstack-infra | 00:50 | |
*** Sukhdev has quit IRC | 00:50 | |
*** zhurong has quit IRC | 00:51 | |
cody-somerville | zaro: It appears the style sheet is not being interpreted. I think it is because the web server is serving it as text/x-asm for some reason. | 00:52 |
*** Sukhdev_ has quit IRC | 00:52 | |
*** zz_dimtruck is now known as dimtruck | 00:52 | |
*** Sukhdev has joined #openstack-infra | 00:52 | |
*** Sukhdev has quit IRC | 00:54 | |
zaro | cody-somerville: do you know what on the web server is deciding to do that? | 00:54 |
*** Daisy has quit IRC | 00:54 | |
*** Sukhdev has joined #openstack-infra | 00:54 | |
nibalizer | ah, the web assembler | 00:55 |
*** dims_ has quit IRC | 00:55 | |
*** baoli has joined #openstack-infra | 00:55 | |
*** Daisy has joined #openstack-infra | 00:55 | |
*** Sukhdev_ has joined #openstack-infra | 00:56 | |
*** Sukhdev has quit IRC | 00:56 | |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate: DNM - test out afs mirrors https://review.openstack.org/272215 | 00:57 |
*** dimtruck is now known as zz_dimtruck | 00:57 | |
cody-somerville | If I run "file" on the style.css it is reported as assembler source text. | 00:57 |
*** Sukhdev_ has quit IRC | 00:59 | |
*** Sukhdev has joined #openstack-infra | 01:00 | |
cody-somerville | which appears to be related to the first lines being a C-style comment | 01:00 |
*** ybathia has joined #openstack-infra | 01:01 | |
openstackgerrit | Merged openstack/requirements: Update flake8 constraint for the off-by-default feature https://review.openstack.org/270541 | 01:01 |
cody-somerville | or disregard that last | 01:02 |
*** ZZelle_ has quit IRC | 01:02 | |
*** sridhar_ram has quit IRC | 01:04 | |
*** rajinir has quit IRC | 01:05 | |
*** sridhar_ram has joined #openstack-infra | 01:05 | |
*** bpokorny has quit IRC | 01:05 | |
*** tjones has left #openstack-infra | 01:07 | |
*** Sukhdev has quit IRC | 01:08 | |
*** Sukhdev has joined #openstack-infra | 01:08 | |
*** ashleighfarnham has quit IRC | 01:08 | |
*** Liuqing has joined #openstack-infra | 01:09 | |
jlvillal | OMG. Github.com https://twitter.com/githubstatus :( | 01:17 |
*** dalgaaf has quit IRC | 01:18 | |
mgagne | git.openstack.org works just fine :D | 01:19 |
*** ashleighfarnham has joined #openstack-infra | 01:19 | |
*** ashleighfarnham has quit IRC | 01:19 | |
jlvillal | mgagne: Yeah, but doing some work that happens to clone ansible from github.com, unfortunately | 01:19 |
*** aeng has quit IRC | 01:21 | |
*** Qiming has joined #openstack-infra | 01:22 | |
*** flwang1 has quit IRC | 01:22 | |
*** baoli_ has joined #openstack-infra | 01:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements https://review.openstack.org/272226 | 01:25 |
*** baoli has quit IRC | 01:25 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/273297 | 01:26 |
*** Daisy has quit IRC | 01:27 | |
*** Daisy has joined #openstack-infra | 01:28 | |
*** baoli_ has quit IRC | 01:31 | |
*** baoli has joined #openstack-infra | 01:31 | |
*** sputnik13 has quit IRC | 01:32 | |
*** pvaneck has quit IRC | 01:33 | |
*** flwang1 has joined #openstack-infra | 01:35 | |
*** ccrouch has quit IRC | 01:36 | |
pleia2 | pabelanger: did a couple grammar fix up, but otherwise looks good, thanks! | 01:37 |
pleia2 | fix ups too | 01:37 |
cody-somerville | zaro: Looks like it is because the file matches this regex in the magic file database: ^[\020\t]*\.text | 01:39 |
cody-somerville | zaro: It should be possible to configure apache to always serve .css files as text/css | 01:40 |
*** tlian has quit IRC | 01:42 | |
openstackgerrit | venkatamahesh proposed openstack/requirements: tuskar is no longer maintained https://review.openstack.org/273088 | 01:42 |
mgagne | as anyone encounter this problem when running unit tests? http://paste.openstack.org/show/485219/ | 01:44 |
*** yamamoto_ has joined #openstack-infra | 01:45 | |
*** vilobhmm11 has joined #openstack-infra | 01:47 | |
*** salv-orlando has joined #openstack-infra | 01:47 | |
vilobhmm11 | clarkb : ping | 01:47 |
vilobhmm11 | greghaynes : ping | 01:47 |
harlowja | clarkb jeblair fungi might be able to diagnoise that to | 01:48 |
vilobhmm11 | fungi : ping | 01:48 |
harlowja | if they around | 01:48 |
vilobhmm11 | doesn't look like they are | 01:48 |
vilobhmm11 | will check in morning | 01:48 |
harlowja | k | 01:48 |
*** sdake_ has quit IRC | 01:49 | |
clarkb | vilobhmm11: best to aleays state the issue | 01:49 |
clarkb | then anyone can anseer | 01:50 |
*** tiswanso has joined #openstack-infra | 01:50 | |
clarkb | empty pings arent very verbose | 01:50 |
clarkb | (I am.at dinner now) | 01:50 |
vilobhmm11 | clarkb: running into issue where consul setup is sucessful http://logs.openstack.org/62/245362/30/check/gate-tooz-tox-py27-consul/8720480/console.html#_2016-01-28_01_00_04_736 but when any python client tries to perform some operation | 01:50 |
vilobhmm11 | it runs into http://logs.openstack.org/62/245362/30/check/gate-tooz-tox-py27-consul/8720480/console.html#_2016-01-28_01_00_16_247 | 01:50 |
* harlowja was thinking there might be a firewall rule setup that would block that (perhaps?) | 01:50 | |
pabelanger | pleia2: great! | 01:51 |
mgagne | are you sure the service is listening? | 01:51 |
vilobhmm11 | clarkb : i tried this on my dev setup of consul cluster and once the consul server is up…curl commands work fine but this is not suppose to be happening here | 01:51 |
clarkb | firewall rules wont apply to localhost, only the actual interfaces | 01:51 |
mgagne | what does bare-trusty-rax-dfw-7543641 resolve to? 127.0.0.1 or public IP? | 01:51 |
vilobhmm11 | clarkb : this is the setup script used to setup consul before the unit tests run https://review.openstack.org/#/c/245362/30/setup-consul-env.sh | 01:52 |
vilobhmm11 | clarkb : the setup was fine as per http://logs.openstack.org/62/245362/30/check/gate-tooz-tox-py27-consul/8720480/console.html#_2016-01-28_01_00_04_736 | 01:52 |
clarkb | vilobhmm11: my suggestions would be toake sure the service is listening as mgagne said then check firewall (localhost is wjat you should use) | 01:54 |
docaedo | Any chance all the fate stuff is fixed and an infra core can approve this very small change to a periodic job for the app catalog? https://review.openstack.org/269935 :) | 01:54 |
docaedo | s/fate/gate/ | 01:54 |
mgagne | vilobhmm11 can you test the connection with curl before running unit tests? how about netstat -an Is the service running? what about "host bare-trusty-rax-dfw-7543641" does it resolve to 127.0.0.1 or public IP? | 01:55 |
vilobhmm11 | mgagne : i have sepecified 127.0.0.1 here https://review.openstack.org/#/c/245362/30/setup-consul-env.sh | 01:55 |
mgagne | doesn't mean it's used by unit test, I see hostname being used, not 127.0.0.1 nor localhost | 01:56 |
vilobhmm11 | mgagne : true | 01:56 |
vilobhmm11 | how is this host selected | 01:56 |
mgagne | I don't know tooz, I know sysadmin debugging =) | 01:57 |
vilobhmm11 | random host is picked up and tests run there right | 01:57 |
*** salv-orlando has quit IRC | 01:57 | |
mgagne | https://review.openstack.org/#/c/245362/30/tooz/drivers/consul.py line 146 | 01:57 |
mgagne | self._host = socket.gethostname() | 01:57 |
*** mtanino has quit IRC | 01:58 | |
mgagne | so there is that | 01:58 |
mgagne | try putting 127.0.0.1 for test purpose and recheck | 01:58 |
vilobhmm11 | i get that…my question was more regarding picking up node for testing | 01:59 |
vilobhmm11 | you mean put "127.0.0.1" instead of socket….. https://review.openstack.org/#/c/245362/30/tooz/drivers/consul.py | 01:59 |
mgagne | self._host = '127.0.0.1' | 01:59 |
vilobhmm11 | sure | 02:00 |
*** yamamoto_ has quit IRC | 02:03 | |
*** yamamoto_ has joined #openstack-infra | 02:04 | |
vilobhmm11 | mgagne : https://review.openstack.org/245362 | 02:05 |
mgagne | change is queued | 02:06 |
*** zhurong has joined #openstack-infra | 02:08 | |
*** yamamoto_ has quit IRC | 02:09 | |
mgagne | https://jenkins07.openstack.org/job/gate-tooz-tox-py27-consul/20/console | 02:09 |
mgagne | "ValueError: No JSON object could be decoded" I think it's now back to normal code debugging/review | 02:10 |
*** vilobhmm11 has quit IRC | 02:10 | |
*** yamamoto_ has joined #openstack-infra | 02:10 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Cleanup unmount_dir function https://review.openstack.org/273311 | 02:19 |
ianw | greghaynes: ^ don't mind me, just have to reboot now after destroying the myriad of mounts you somehow end up with by default... | 02:20 |
openstackgerrit | Masayuki Igawa proposed openstack/requirements: Add os-testr to projects.txt https://review.openstack.org/273312 | 02:20 |
*** unicell has quit IRC | 02:23 | |
*** rocky_g has joined #openstack-infra | 02:23 | |
*** dahoo has joined #openstack-infra | 02:24 | |
*** yamamoto_ has quit IRC | 02:24 | |
*** ybathia has quit IRC | 02:25 | |
greghaynes | ianw: hahaha, oops | 02:26 |
*** woodster_ has quit IRC | 02:26 | |
*** sdake has joined #openstack-infra | 02:29 | |
*** sdake has quit IRC | 02:29 | |
*** Daisy has quit IRC | 02:33 | |
*** Daisy has joined #openstack-infra | 02:34 | |
*** thorst has joined #openstack-infra | 02:37 | |
*** fawadkhaliq has joined #openstack-infra | 02:37 | |
*** Daisy has quit IRC | 02:38 | |
*** apoorvad has quit IRC | 02:38 | |
*** Hunner has quit IRC | 02:39 | |
*** Hunner has joined #openstack-infra | 02:39 | |
*** Hunner has quit IRC | 02:39 | |
*** Hunner has joined #openstack-infra | 02:39 | |
*** bpokorny has joined #openstack-infra | 02:40 | |
*** hdd has quit IRC | 02:41 | |
*** e0ne has joined #openstack-infra | 02:41 | |
*** thorst has quit IRC | 02:42 | |
*** e0ne has quit IRC | 02:48 | |
*** rhallisey has quit IRC | 02:48 | |
*** marcusvrn_ has joined #openstack-infra | 02:50 | |
*** e0ne has joined #openstack-infra | 02:50 | |
*** sridhar_ram has quit IRC | 02:54 | |
*** e0ne_ has joined #openstack-infra | 02:54 | |
*** e0ne has quit IRC | 02:55 | |
*** sdake has joined #openstack-infra | 02:55 | |
*** zhurong has quit IRC | 02:55 | |
*** kushal has quit IRC | 02:55 | |
*** bpokorny_ has joined #openstack-infra | 02:56 | |
*** amotoki has quit IRC | 02:59 | |
*** signed8b_ has quit IRC | 02:59 | |
*** bpokorny has quit IRC | 03:00 | |
*** Jeffrey4l has joined #openstack-infra | 03:00 | |
*** aeng has joined #openstack-infra | 03:00 | |
*** bpokorny_ has quit IRC | 03:01 | |
*** zhurong has joined #openstack-infra | 03:01 | |
*** EricGonczer_ has quit IRC | 03:03 | |
*** piet has joined #openstack-infra | 03:06 | |
*** kushal has joined #openstack-infra | 03:08 | |
*** Sukhdev has quit IRC | 03:12 | |
*** baoli has quit IRC | 03:12 | |
*** yamamoto has joined #openstack-infra | 03:13 | |
*** baoli has joined #openstack-infra | 03:14 | |
*** rocky_g has quit IRC | 03:15 | |
*** yamahata has quit IRC | 03:16 | |
ianw | $ sudo reboot | 03:18 |
ianw | Failed to talk to init daemon. | 03:18 |
ianw | the funny thing is, you can't even reboot | 03:18 |
*** rbrndt_ has quit IRC | 03:19 | |
StevenK | ianw: I've managed to get shutdown to report "You don't exist, go away" and not shut the machine down before | 03:22 |
*** amotoki has joined #openstack-infra | 03:27 | |
openstackgerrit | Deepak C Shetty (deepakcs) proposed openstack-infra/project-config: Ceph CI: Move from hook based job to plugin based job https://review.openstack.org/273326 | 03:27 |
*** amotoki has quit IRC | 03:32 | |
*** kushal has quit IRC | 03:37 | |
*** fitoduarte has quit IRC | 03:40 | |
ianw | well that was an exciting detour ... i thought if i'm rebooting anyway, i'll run a "dnf update" ... not thinking that i'd destroyed all sort of system mounts testing diskimage-builder ... leading to it seems the creation of completely wrong initramfs during kernel upgrade, and a very unhappy system | 03:40 |
*** salv-orlando has joined #openstack-infra | 03:43 | |
*** FallenPegasus has joined #openstack-infra | 03:46 | |
*** MarkAtwood has joined #openstack-infra | 03:46 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Cleanup unmount_dir function https://review.openstack.org/273311 | 03:48 |
*** e0ne_ has quit IRC | 03:48 | |
*** fawadkhaliq has quit IRC | 03:49 | |
*** amotoki has joined #openstack-infra | 03:49 | |
*** kushal has joined #openstack-infra | 03:49 | |
*** sdake_ has joined #openstack-infra | 03:50 | |
*** sdake has quit IRC | 03:51 | |
*** coolsvap|away is now known as coolsvap | 03:54 | |
*** salv-orlando has quit IRC | 03:56 | |
*** erlon has quit IRC | 03:56 | |
*** MarkAtwood has quit IRC | 03:58 | |
openstackgerrit | Merged openstack-infra/nodepool: Clarify debug statements in image-upload https://review.openstack.org/272754 | 03:59 |
*** amrith is now known as _amrith_ | 03:59 | |
*** flwang1 has quit IRC | 04:01 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Remove HPCloud nodepool config https://review.openstack.org/264372 | 04:01 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Set hpcloud max-servers to -1 https://review.openstack.org/264371 | 04:01 |
clarkb | fungi: ^ I think those are semi ready for friday | 04:03 |
clarkb | will wip the parent | 04:03 |
StevenK | Not 0 ? | 04:03 |
*** gyee has joined #openstack-infra | 04:03 | |
StevenK | Not complaining, just curious why -1 | 04:03 |
clarkb | StevenK: no, -1 tells it to not build images at all | 04:03 |
*** amotoki has quit IRC | 04:03 | |
*** gyee has quit IRC | 04:03 | |
clarkb | 0 will still build images | 04:03 |
StevenK | clarkb: Ahhh, effectively "pretend it doesn't exist" | 04:03 |
*** baoli has quit IRC | 04:04 | |
clarkb | yup | 04:04 |
*** kushal has quit IRC | 04:04 | |
openstackgerrit | Merged openstack-infra/nodepool: Add more debug logging to image upload https://review.openstack.org/272775 | 04:04 |
*** sdake_ is now known as sdake | 04:05 | |
*** e0ne has joined #openstack-infra | 04:08 | |
*** kushal has joined #openstack-infra | 04:16 | |
*** yamahata has joined #openstack-infra | 04:17 | |
*** Liuqing has quit IRC | 04:20 | |
*** amotoki has joined #openstack-infra | 04:20 | |
*** hdd has joined #openstack-infra | 04:21 | |
*** Liuqing has joined #openstack-infra | 04:21 | |
*** Sukhdev has joined #openstack-infra | 04:26 | |
*** dahoo has quit IRC | 04:27 | |
*** vivekd_ has joined #openstack-infra | 04:29 | |
*** unicell has joined #openstack-infra | 04:29 | |
*** vivekd has quit IRC | 04:31 | |
*** vivekd_ is now known as vivekd | 04:31 | |
*** tiswanso has quit IRC | 04:31 | |
*** vivekd has quit IRC | 04:38 | |
greghaynes | ianw: change passed, ty! | 04:43 |
*** e0ne has quit IRC | 04:44 | |
*** bpokorny has joined #openstack-infra | 04:46 | |
*** fitoduarte has joined #openstack-infra | 04:49 | |
*** coolsvap is now known as coolsvap|away | 04:51 | |
*** baoli has joined #openstack-infra | 04:54 | |
*** oomichi has joined #openstack-infra | 04:54 | |
*** rlandy has quit IRC | 04:57 | |
*** coolsvap|away is now known as coolsvap | 04:59 | |
*** baoli has quit IRC | 04:59 | |
*** tongli has quit IRC | 05:00 | |
openstackgerrit | Akihiro Motoki proposed openstack-infra/project-config: Prepare new translation functions for python projects https://review.openstack.org/270697 | 05:00 |
*** jamielennox is now known as jamielennox|away | 05:05 | |
*** daemontool has joined #openstack-infra | 05:05 | |
*** aopincar has joined #openstack-infra | 05:07 | |
*** rguillebert has quit IRC | 05:07 | |
*** aopincar has quit IRC | 05:08 | |
*** aopincar has joined #openstack-infra | 05:08 | |
*** unicell has quit IRC | 05:08 | |
*** zul has joined #openstack-infra | 05:12 | |
*** bhunter71 has quit IRC | 05:16 | |
*** jaosorior has joined #openstack-infra | 05:21 | |
*** zul has quit IRC | 05:21 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/puppet-zanata: Rewrite use of ::mysql::server in zanata::mysql https://review.openstack.org/273339 | 05:24 |
*** vilobhmm11 has joined #openstack-infra | 05:26 | |
*** vilobhmm11 has quit IRC | 05:30 | |
*** fawadkhaliq has joined #openstack-infra | 05:32 | |
eglute | hello infra, would someone please review https://review.openstack.org/#/c/271895/ ? Thank you! | 05:37 |
*** kushal has quit IRC | 05:38 | |
*** kushal has joined #openstack-infra | 05:40 | |
*** fawadkhaliq has quit IRC | 05:45 | |
*** abregman has joined #openstack-infra | 05:46 | |
*** sdake_ has joined #openstack-infra | 05:48 | |
*** unicell has joined #openstack-infra | 05:48 | |
*** sdake has quit IRC | 05:49 | |
*** piet has quit IRC | 05:54 | |
*** fitoduarte has quit IRC | 05:54 | |
*** sdake_ has quit IRC | 06:00 | |
*** sdake has joined #openstack-infra | 06:01 | |
*** aeng has quit IRC | 06:01 | |
*** bpokorny has quit IRC | 06:03 | |
*** piet has joined #openstack-infra | 06:03 | |
*** sdake_ has joined #openstack-infra | 06:08 | |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Resolve sylinks when unmounting https://review.openstack.org/273260 | 06:08 |
*** FallenPegasus has quit IRC | 06:09 | |
*** diana_clarke has quit IRC | 06:09 | |
*** sdake has quit IRC | 06:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/273347 | 06:13 |
*** vilobhmm11 has joined #openstack-infra | 06:17 | |
*** fawadkhaliq has joined #openstack-infra | 06:19 | |
*** tdurakov has joined #openstack-infra | 06:24 | |
*** zul has joined #openstack-infra | 06:29 | |
*** rossella_s has quit IRC | 06:31 | |
*** piet has quit IRC | 06:31 | |
*** rossella_s has joined #openstack-infra | 06:31 | |
*** hdd has quit IRC | 06:32 | |
*** nikil89_ has joined #openstack-infra | 06:33 | |
*** nikil89_ is now known as naggappan | 06:33 | |
openstackgerrit | Akihiro Motoki proposed openstack-infra/project-config: Re-enable trove-dashboard translation https://review.openstack.org/273355 | 06:35 |
openstackgerrit | Merged openstack-infra/project-config: Drop dsvm from fedora 23 https://review.openstack.org/273267 | 06:38 |
*** salv-orlando has joined #openstack-infra | 06:38 | |
*** piet has joined #openstack-infra | 06:40 | |
*** thorst has joined #openstack-infra | 06:41 | |
*** zul has quit IRC | 06:42 | |
greghaynes | ianw: are you fine with fixing up https://review.openstack.org/#/c/273311 real quick so we can merge it? | 06:43 |
greghaynes | ianw: if so I'll abandon mine | 06:43 |
ianw | greghaynes: ahh, yep ... what was wrong with it ... | 06:43 |
greghaynes | ianw: just a couple nits | 06:44 |
greghaynes | ianw: actually I am fine merging it as is then fixing in a followup | 06:44 |
ianw | ah, yeah that functional test is pretty janky. if you want it to go through quickly and avoid another ci cycle, maybe we should fix up after | 06:44 |
openstackgerrit | Sachi King proposed openstack-dev/pbr: Don't attempt to test with 0.6c11 with Py3 https://review.openstack.org/273358 | 06:44 |
ianw | i don't think they change the behaviour of it really | 06:44 |
greghaynes | ianw: yep | 06:45 |
ianw | greghaynes: i didn't put it into the ci as such, because when working on it i already just about managed to destroy my system | 06:45 |
greghaynes | ianw: heh | 06:46 |
greghaynes | ianw: it is a fun bug like that | 06:46 |
greghaynes | ianw: ok +A'd | 06:46 |
*** thorst has quit IRC | 06:48 | |
*** salv-orlando has quit IRC | 06:49 | |
StevenK | greghaynes: Is that the one I reviewed? | 06:52 |
greghaynes | StevenK: yep | 06:53 |
*** piet has quit IRC | 06:53 | |
StevenK | If it's gone in, I can push up a patchset to drop the whole grep | wc -l thing | 06:53 |
StevenK | Because frankly, ew :-) | 06:53 |
greghaynes | Go for it :) | 06:54 |
openstackgerrit | Haruki Yamanashi proposed openstack-infra/project-config: Add translation jobs and script for translation of monasca-ui https://review.openstack.org/273361 | 06:54 |
greghaynes | I just want us to stop deleting folks /dev | 06:54 |
*** _nadya_ has joined #openstack-infra | 06:55 | |
*** unicell has quit IRC | 06:56 | |
*** zul has joined #openstack-infra | 07:03 | |
*** jaosorior has quit IRC | 07:03 | |
*** zhurong has quit IRC | 07:06 | |
*** zhurong has joined #openstack-infra | 07:07 | |
*** zul has quit IRC | 07:09 | |
*** zul has joined #openstack-infra | 07:09 | |
*** unicell has joined #openstack-infra | 07:09 | |
*** vilobhmm111 has joined #openstack-infra | 07:10 | |
*** vilobhmm11 has quit IRC | 07:11 | |
*** scheuran has joined #openstack-infra | 07:14 | |
*** boris-42 has joined #openstack-infra | 07:17 | |
*** _nadya_ has quit IRC | 07:18 | |
*** Sukhdev has quit IRC | 07:21 | |
*** Daisy has joined #openstack-infra | 07:24 | |
*** salv-orlando has joined #openstack-infra | 07:26 | |
*** aopincar has quit IRC | 07:26 | |
*** ociuhandu has joined #openstack-infra | 07:28 | |
*** pahuang has quit IRC | 07:31 | |
*** jaosorior has joined #openstack-infra | 07:38 | |
openstackgerrit | Merged openstack/diskimage-builder: Cleanup unmount_dir function https://review.openstack.org/273311 | 07:39 |
*** ociuhandu has quit IRC | 07:40 | |
*** aopincar has joined #openstack-infra | 07:42 | |
*** unicell has quit IRC | 07:44 | |
*** tdurakov has quit IRC | 07:45 | |
*** vilobhmm111 has quit IRC | 07:53 | |
*** coolsvap is now known as coolsvap|away | 08:00 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for gentoo to a bunch of elements https://review.openstack.org/270597 | 08:02 |
*** thorst has joined #openstack-infra | 08:03 | |
*** aopincar has quit IRC | 08:03 | |
*** arxcruz has joined #openstack-infra | 08:05 | |
*** amotoki has quit IRC | 08:07 | |
*** thorst has quit IRC | 08:07 | |
*** salv-orlando has quit IRC | 08:10 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Do not sync translations for some projects https://review.openstack.org/273380 | 08:11 |
*** yaume has joined #openstack-infra | 08:14 | |
*** aopincar has joined #openstack-infra | 08:15 | |
*** amotoki has joined #openstack-infra | 08:16 | |
AJaeger | flwang: are you still around? | 08:16 |
AJaeger | pabelanger: thanks for submitting the talk, will review and update later. | 08:17 |
*** marcusvrn_ has quit IRC | 08:17 | |
*** thorst has joined #openstack-infra | 08:17 | |
*** dmsimard1 has joined #openstack-infra | 08:18 | |
*** amotoki has quit IRC | 08:18 | |
*** camunoz_ has joined #openstack-infra | 08:19 | |
*** rockyg has quit IRC | 08:19 | |
*** dmsimard has quit IRC | 08:19 | |
*** camunoz has quit IRC | 08:19 | |
*** binbincong_ has quit IRC | 08:19 | |
*** sdake_ has quit IRC | 08:19 | |
*** rkukura has quit IRC | 08:19 | |
*** Daisy has quit IRC | 08:20 | |
*** sdake has joined #openstack-infra | 08:21 | |
*** zeih has joined #openstack-infra | 08:21 | |
*** thorst has quit IRC | 08:22 | |
*** amaretskiy has joined #openstack-infra | 08:24 | |
*** thorst has joined #openstack-infra | 08:24 | |
openstackgerrit | Steve Kowalik proposed openstack/diskimage-builder: Don't use wc -l for the umount check https://review.openstack.org/273386 | 08:25 |
AJaeger | anteaya, yolanda: Would be great to have https://review.openstack.org/273380 merged today as next step for translations, please | 08:25 |
*** Daisy has joined #openstack-infra | 08:26 | |
*** Daisy has quit IRC | 08:27 | |
*** thorst has quit IRC | 08:27 | |
*** thorst has joined #openstack-infra | 08:27 | |
*** jlanoux has joined #openstack-infra | 08:29 | |
*** mikelk has joined #openstack-infra | 08:29 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Nothing to see here https://review.openstack.org/111011 | 08:32 |
*** binbincong_ has joined #openstack-infra | 08:33 | |
*** yaume has quit IRC | 08:35 | |
*** aopincar has quit IRC | 08:38 | |
*** sdake has quit IRC | 08:40 | |
yolanda | morning AJaeger | 08:42 |
yolanda | going to take a look | 08:42 |
*** amotoki has joined #openstack-infra | 08:42 | |
AJaeger | morning, yolanda ! - and thanks | 08:43 |
AJaeger | yolanda: seems no fires today ;) | 08:43 |
*** hashar has joined #openstack-infra | 08:43 | |
yolanda | nice! :) | 08:43 |
*** tdurakov has joined #openstack-infra | 08:45 | |
*** dizquierdo has joined #openstack-infra | 08:47 | |
*** sdake has joined #openstack-infra | 08:47 | |
*** Daisy has joined #openstack-infra | 08:49 | |
*** isaacb has joined #openstack-infra | 08:50 | |
*** aopincar has joined #openstack-infra | 08:52 | |
*** armax has quit IRC | 08:54 | |
*** ihrachys has joined #openstack-infra | 08:54 | |
*** zul has quit IRC | 08:54 | |
*** zul has joined #openstack-infra | 08:55 | |
isaacb | y | 08:55 |
*** yaume has joined #openstack-infra | 08:56 | |
*** maishsk has joined #openstack-infra | 08:56 | |
*** mriedem has joined #openstack-infra | 08:57 | |
*** dingyichen has quit IRC | 08:58 | |
*** dalgaaf has joined #openstack-infra | 08:59 | |
openstackgerrit | David Caro proposed openstack-infra/jenkins-job-builder: Added github-pull-request-merge publisher https://review.openstack.org/273167 | 08:59 |
AJaeger | ianw, greghaynes : https://review.openstack.org/270356 for dib passed tests now, could you approve, please? Both of you already gave +2 | 09:00 |
*** shardy has joined #openstack-infra | 09:00 | |
*** fhubik has joined #openstack-infra | 09:01 | |
openstackgerrit | Timofey Durakov proposed openstack-infra/project-config: live-migration job for tempest https://review.openstack.org/273401 | 09:01 |
*** achanda has quit IRC | 09:01 | |
AJaeger | Or StevenK if you want to +A 270536... | 09:01 |
*** jaypipes has joined #openstack-infra | 09:01 | |
*** jpr has joined #openstack-infra | 09:03 | |
*** lucas-dinner is now known as lucasagomes | 09:04 | |
*** jordanP has joined #openstack-infra | 09:08 | |
*** sfinucan has joined #openstack-infra | 09:09 | |
*** tzn has quit IRC | 09:10 | |
*** jlanoux has quit IRC | 09:10 | |
*** ihrachys has quit IRC | 09:11 | |
*** salv-orlando has joined #openstack-infra | 09:11 | |
*** ihrachys has joined #openstack-infra | 09:11 | |
*** hashar has quit IRC | 09:13 | |
*** vgridnev has joined #openstack-infra | 09:14 | |
*** matrohon has joined #openstack-infra | 09:15 | |
openstackgerrit | Merged openstack-infra/project-config: Re-enable trove-dashboard translation https://review.openstack.org/273355 | 09:16 |
*** tdurakov has quit IRC | 09:16 | |
*** tdurakov has joined #openstack-infra | 09:16 | |
*** jistr has joined #openstack-infra | 09:16 | |
*** fhubik is now known as fhubik_brb | 09:17 | |
*** ihrachys has quit IRC | 09:17 | |
*** hashar has joined #openstack-infra | 09:17 | |
openstackgerrit | Merged openstack-infra/project-config: Run python-jobs against astara https://review.openstack.org/273194 | 09:17 |
*** jlanoux has joined #openstack-infra | 09:19 | |
*** zul has quit IRC | 09:19 | |
*** hashar has quit IRC | 09:19 | |
*** ihrachys has joined #openstack-infra | 09:19 | |
openstackgerrit | Merged openstack-infra/project-config: Make 'gate-manila-buildimage-generic' job voting https://review.openstack.org/273183 | 09:19 |
openstackgerrit | Merged openstack-infra/project-config: Add support for py34 job for Kuryr https://review.openstack.org/272929 | 09:20 |
*** zul has joined #openstack-infra | 09:20 | |
*** fhubik_brb is now known as fhubik | 09:21 | |
*** jaosorior has quit IRC | 09:21 | |
*** jaosorior has joined #openstack-infra | 09:22 | |
openstackgerrit | Merged openstack-infra/project-config: fix ceilometerclient gate https://review.openstack.org/271379 | 09:22 |
*** armax has joined #openstack-infra | 09:23 | |
openstackgerrit | Merged openstack-infra/project-config: Reduce ironic-inspector and ironic-functional timeouts https://review.openstack.org/272478 | 09:25 |
*** Thelo has joined #openstack-infra | 09:29 | |
openstackgerrit | Merged openstack-infra/project-config: live-migration job for tempest https://review.openstack.org/273401 | 09:30 |
Thelo | Hi all, yesterday I upgraded zuul ( to 2.1.0 ) and now I have some issues with nodepool, to do simple it shows "ImportError: No module named schedulers.background" , however I do have "APScheduler==2.1.2", does anyone know how to show this? | 09:31 |
ianw | AJaeger: thanks | 09:34 |
*** jaosorior has quit IRC | 09:34 | |
ianw | Thelo: that actually sounds like the apschedulers update, wasn't it to a later version? | 09:35 |
*** jaosorior has joined #openstack-infra | 09:35 | |
ianw | Thelo: yeah, it's supposed to be apscheduler>=3.0 | 09:35 |
ianw | probably have to pip -U | 09:35 |
tonyb | Any chance I get get some reviews (and hopefully +2's) on https://review.openstack.org/#/q/project:openstack-infra/yaml2ical+status:open+label:Code-Review%253E%253D1 ? | 09:36 |
*** aopincar has quit IRC | 09:36 | |
*** zhurong has quit IRC | 09:37 | |
*** derekh has joined #openstack-infra | 09:38 | |
*** _nadya_ has joined #openstack-infra | 09:40 | |
Thelo | ianw: it looks like apscheduler >= 3.0 does not have the missing module (http://stackoverflow.com/questions/24921383/apscheduleradvance-python-scheduler-importerror-no-module-named-scheduler) | 09:40 |
*** keedya has quit IRC | 09:42 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: Add an experiment job for Neutron FWaaS tempest tests https://review.openstack.org/237376 | 09:42 |
*** jistr is now known as jistr|biab | 09:43 | |
*** aopincar has joined #openstack-infra | 09:48 | |
*** Daisy has quit IRC | 09:51 | |
*** ihrachys_ has joined #openstack-infra | 09:52 | |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci: Reduce the number of CephStorage nodes to 1 https://review.openstack.org/273422 | 09:52 |
*** hashar has joined #openstack-infra | 09:52 | |
*** ihrachys has quit IRC | 09:53 | |
*** Qiming has quit IRC | 09:54 | |
Thelo | ianw: I have upgraded and indeed it seems better now | 09:55 |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci: Reduce the number of CephStorage nodes to 1 https://review.openstack.org/273422 | 09:57 |
*** fawadkhaliq has quit IRC | 09:57 | |
*** fawadkhaliq has joined #openstack-infra | 09:58 | |
*** abregman is now known as abregman|afk | 10:00 | |
Thelo | ianw: now I have this reccurent issue in nodepool's log while trying to delete an image "OSError: [Errno 21] Is a directory: '/opt/nodepool_dib/21.d'" (paste.openstack.org/show/485238/) , are you familiar with that? | 10:01 |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci: Add netisov4 parsing to enable network isolated configuration https://review.openstack.org/273424 | 10:01 |
*** dguitarbite has quit IRC | 10:02 | |
openstackgerrit | Victor Stinner proposed openstack-infra/project-config: Make gate-solum-python34 voting; add gate job https://review.openstack.org/273425 | 10:02 |
jd__ | getting some 503 on Gerrit | 10:06 |
*** rguillebert has joined #openstack-infra | 10:06 | |
*** salv-orl_ has joined #openstack-infra | 10:06 | |
*** rubasov has quit IRC | 10:07 | |
*** binbincong_ has quit IRC | 10:07 | |
*** binbincong_ has joined #openstack-infra | 10:07 | |
openstackgerrit | Steven Hardy proposed openstack-infra/tripleo-ci: Override HeatWorkers parameter for deployed overcloud https://review.openstack.org/273431 | 10:08 |
*** salv-orlando has quit IRC | 10:09 | |
openstackgerrit | Merged openstack/diskimage-builder: Remove argparse from requirements https://review.openstack.org/270356 | 10:10 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Stop board owners being able to drop lanes into lanes https://review.openstack.org/273089 | 10:12 |
*** dguitarbite has joined #openstack-infra | 10:12 | |
*** Liuqing has quit IRC | 10:13 | |
*** ihrachys_ has quit IRC | 10:14 | |
*** ihrachys has joined #openstack-infra | 10:16 | |
openstackgerrit | Merged openstack/diskimage-builder: Add inetutils-ping to test-deps https://review.openstack.org/269390 | 10:17 |
*** ihrachys has quit IRC | 10:17 | |
*** rcernin has joined #openstack-infra | 10:18 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Rename stackforge-specs-jobs to build-only-specs-jobs https://review.openstack.org/273436 | 10:20 |
*** ihrachys has joined #openstack-infra | 10:21 | |
*** rubasov has joined #openstack-infra | 10:21 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Nothing to see here https://review.openstack.org/111011 | 10:24 |
*** electrofelix has joined #openstack-infra | 10:27 | |
*** ldnunes has joined #openstack-infra | 10:28 | |
*** yamamoto has quit IRC | 10:30 | |
*** esikachev has joined #openstack-infra | 10:32 | |
*** placko_ has joined #openstack-infra | 10:33 | |
openstackgerrit | Merged openstack-infra/project-config: Do not sync translations for some projects https://review.openstack.org/273380 | 10:33 |
*** ihrachys has quit IRC | 10:35 | |
*** ihrachys has joined #openstack-infra | 10:35 | |
*** fawadkhaliq has quit IRC | 10:42 | |
*** jordanP has quit IRC | 10:42 | |
*** fawadkhaliq has joined #openstack-infra | 10:42 | |
*** jordanP has joined #openstack-infra | 10:43 | |
*** ociuhandu has joined #openstack-infra | 10:45 | |
*** yaume_ has joined #openstack-infra | 10:50 | |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci: Deploy using network isolation the HA and Ceph jobs https://review.openstack.org/273424 | 10:50 |
*** yamahata has quit IRC | 10:50 | |
*** tdurakov has quit IRC | 10:51 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Run top in batch mode https://review.openstack.org/273452 | 10:52 |
*** tdurakov has joined #openstack-infra | 10:52 | |
*** yaume has quit IRC | 10:52 | |
*** Qiming has joined #openstack-infra | 10:54 | |
*** rfolco has joined #openstack-infra | 10:54 | |
*** jistr|biab is now known as jistr | 10:57 | |
*** notnownikki has joined #openstack-infra | 10:57 | |
notnownikki | yolanda, morning :) | 10:57 |
yolanda | hi notnownikki, how are you? | 10:58 |
notnownikki | yolanda, doing ok thanks :) how are things with you? | 10:58 |
openstackgerrit | Merged openstack/os-testr: Updated from global requirements https://review.openstack.org/272386 | 10:58 |
openstackgerrit | Merged openstack/os-testr: Add unit test for colorizer https://review.openstack.org/253409 | 10:58 |
yolanda | quite busy, as always, you know :)( | 10:58 |
*** abregman|afk is now known as abregman | 10:59 | |
notnownikki | cool :) | 10:59 |
notnownikki | yolanda, i wonder if you could look at a review for me? https://review.openstack.org/#/c/266970/ adds support for the slack plugin | 11:00 |
*** [1]Thelo has joined #openstack-infra | 11:00 | |
yolanda | mm, that's jjb... i'd prefer that jjb cores take a look | 11:01 |
yolanda | Darragh, Khai... | 11:01 |
notnownikki | ah ok cool | 11:02 |
notnownikki | i still find it strange that jjb, a tool for supporting plugins, does not have a plugin system! We could just publish plugin packages that added support to jjb without modifying the core | 11:03 |
*** Thelo has quit IRC | 11:03 | |
*** [1]Thelo is now known as Thelo | 11:03 | |
*** jaypipes has quit IRC | 11:06 | |
*** aysyd has joined #openstack-infra | 11:07 | |
*** fhubik is now known as fhubik_brb | 11:07 | |
*** fhubik_brb is now known as fhubik | 11:07 | |
*** dims has joined #openstack-infra | 11:07 | |
*** fhubik is now known as fhubik_brb | 11:09 | |
openstackgerrit | Shane Wang proposed openstack-infra/system-config: Request to add a mailing list for the working group of bug smash-a-thon https://review.openstack.org/272851 | 11:10 |
*** jaypipes has joined #openstack-infra | 11:14 | |
ianw | Thelo: hmm, i'm sure a fix went in for that too | 11:20 |
ianw | it's just a warning though, not an error | 11:20 |
ianw | https://review.openstack.org/#/c/272768/ | 11:21 |
ianw | ahh, it's not in | 11:21 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Wrap long words in the "Items to add" table https://review.openstack.org/271430 | 11:21 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Don't mistake manifest dir's for images https://review.openstack.org/272768 | 11:23 |
*** esikachev has quit IRC | 11:24 | |
ianw | Thelo: ^ there, i unstacked it from the merge issue as the prior change seems unrelated | 11:25 |
*** marcusvrn_ has joined #openstack-infra | 11:26 | |
*** esikachev has joined #openstack-infra | 11:28 | |
Thelo | ianw: as a workaround I deleted the dib manually then it could nodepool could delete it properly ( I guess nodepool was shutdown while building the dib image, and for some reasons it could not delete properly) | 11:29 |
*** tzn has joined #openstack-infra | 11:30 | |
*** armax has quit IRC | 11:34 | |
*** salv-orl_ has quit IRC | 11:34 | |
*** aysyd has quit IRC | 11:38 | |
*** rfolco has quit IRC | 11:40 | |
*** fhubik_brb is now known as fhubik | 11:47 | |
*** doug-fish has joined #openstack-infra | 11:49 | |
*** rfolco has joined #openstack-infra | 11:50 | |
*** rhallisey has joined #openstack-infra | 11:54 | |
*** yaume_ has quit IRC | 11:54 | |
*** dprince has joined #openstack-infra | 11:59 | |
*** tdurakov has quit IRC | 12:00 | |
mriedem | i'm assuming at some point jenkins will just kill this job? https://jenkins04.openstack.org/job/gate-tempest-dsvm-full-kilo/651/console | 12:01 |
*** kzaitsev_mb has joined #openstack-infra | 12:02 | |
*** zul has quit IRC | 12:02 | |
*** Daisy has joined #openstack-infra | 12:03 | |
*** dizquierdo has quit IRC | 12:03 | |
*** zhurong has joined #openstack-infra | 12:04 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Stop board owners being able to drop lanes into lanes https://review.openstack.org/273089 | 12:06 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Fix redirection when archiving worklists https://review.openstack.org/272080 | 12:06 |
*** e0ne has joined #openstack-infra | 12:06 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Prepare new translation functions for python projects https://review.openstack.org/270697 | 12:06 |
AJaeger | ianw, yolanda, anteaya: Could you review the change above, please? | 12:07 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Nothing to see here https://review.openstack.org/111011 | 12:08 |
*** dizquierdo has joined #openstack-infra | 12:08 | |
*** Daisy has quit IRC | 12:09 | |
*** rfolco has quit IRC | 12:11 | |
yolanda | hi AJaeger, will take a look in a while, it's a bit dense and don't have time now :( | 12:13 |
AJaeger | yolanda: as time permits, it's nothing that's broken, just next step in better translation setup and I'll want to do it in smaller steps... | 12:15 |
AJaeger | yolanda: if you can't today, no worries. Thanks! | 12:15 |
yolanda | thx AJaeger | 12:15 |
*** fhubik is now known as fhubik_brb | 12:17 | |
*** armax has joined #openstack-infra | 12:17 | |
yolanda | you are doing a really great job there | 12:18 |
*** dkranz has joined #openstack-infra | 12:18 | |
*** tdurakov has joined #openstack-infra | 12:19 | |
*** salv-orlando has joined #openstack-infra | 12:21 | |
*** tdurakov has quit IRC | 12:23 | |
*** e0ne has quit IRC | 12:27 | |
*** daemontool_ has joined #openstack-infra | 12:27 | |
*** e0ne has joined #openstack-infra | 12:27 | |
*** tdurakov has joined #openstack-infra | 12:28 | |
*** armax has quit IRC | 12:28 | |
*** jlanoux has quit IRC | 12:28 | |
*** daemontool has quit IRC | 12:28 | |
*** ihrachys_ has joined #openstack-infra | 12:29 | |
*** hashar is now known as hasharLunch | 12:30 | |
*** ihrachys has quit IRC | 12:30 | |
*** erlon has joined #openstack-infra | 12:38 | |
*** _nadya_ has quit IRC | 12:39 | |
*** esikachev has quit IRC | 12:40 | |
krotscheck | jeblair: Wooo, looks like the job passed. | 12:41 |
*** amotoki_ has joined #openstack-infra | 12:41 | |
*** ildikov has quit IRC | 12:41 | |
krotscheck | jeblair: In order to avoid cache warmup issues, I'm going to pump up the timeout like you did. | 12:42 |
*** amotoki has quit IRC | 12:43 | |
*** fhubik_brb is now known as fhubik | 12:43 | |
*** piet has joined #openstack-infra | 12:45 | |
*** weshay_xchat has joined #openstack-infra | 12:46 | |
openstackgerrit | Merged openstack-infra/nodepool: Don't mistake manifest dir's for images https://review.openstack.org/272768 | 12:46 |
*** dizquierdo has quit IRC | 12:47 | |
*** dims has quit IRC | 12:47 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Increased pip timeout https://review.openstack.org/273509 | 12:48 |
*** _amrith_ is now known as amrith | 12:49 | |
*** esikachev has joined #openstack-infra | 12:49 | |
*** ihrachys_ has quit IRC | 12:49 | |
*** ihrachys has joined #openstack-infra | 12:49 | |
*** ihrachys has quit IRC | 12:50 | |
*** ihrachys has joined #openstack-infra | 12:50 | |
*** zhurong has quit IRC | 12:51 | |
*** ihrachys has quit IRC | 12:51 | |
*** ihrachys has joined #openstack-infra | 12:52 | |
openstackgerrit | Merged openstack/requirements: Updated from generate-constraints https://review.openstack.org/273347 | 12:52 |
openstackgerrit | Merged openstack/requirements: add aodhclient to requirements https://review.openstack.org/272586 | 12:52 |
openstackgerrit | Merged openstack/requirements: Bump openstacksdk to 0.7.4 https://review.openstack.org/272645 | 12:52 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Prepare new translation functions for python projects https://review.openstack.org/270697 | 12:52 |
*** piet has quit IRC | 12:52 | |
*** nelsnels_ has quit IRC | 12:53 | |
*** piet has joined #openstack-infra | 12:53 | |
*** daemontool_ has quit IRC | 12:53 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Point nodepool slaves at new pypi mirror location. https://review.openstack.org/238756 | 12:54 |
kzaitsev_mb | hi, I'd like to ask infra admins to delete stable/juno branches from murano, murano-dashboard and python-muranoclient. We had that discussed during http://eavesdrop.openstack.org/meetings/murano/2016/murano.2016-01-26-17.00.log.html meeting. As far as I see, these branches are tagged with 2014.2.4 (and 0.5.5 for client), so there is no need for them anymore. | 12:56 |
kzaitsev_mb | our PTL also has no ojbections =) Can probably bring him here to confirm that =) | 12:56 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Remove legacy pypi_trusted_hosts https://review.openstack.org/270930 | 12:57 |
jpr | a question about nodepool getting the public IP for the node it launched. getting error at http://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/nodepool.py#n617 saying the ip_private is unset http://paste.openstack.org/show/485263/ . Suspect it's due to an older nova compute API but don't know how to work around it. | 12:57 |
*** baoli_ has joined #openstack-infra | 12:58 | |
*** yaume has joined #openstack-infra | 12:59 | |
*** tdurakov has quit IRC | 13:00 | |
*** ildikov has joined #openstack-infra | 13:00 | |
*** hasharLunch is now known as hashar | 13:00 | |
*** tdurakov has joined #openstack-infra | 13:00 | |
kzaitsev_mb | ok, will probably have to hang around here later this evening, when US folks are up =) | 13:02 |
*** ociuhandu_ has joined #openstack-infra | 13:03 | |
*** ociuhandu has quit IRC | 13:03 | |
*** ociuhandu_ is now known as ociuhandu | 13:03 | |
*** ihrachys has quit IRC | 13:04 | |
*** ihrachys_ has joined #openstack-infra | 13:04 | |
AJaeger | kzaitsev_mb: send an email to openstack-infra, please, most admins are travelling this week. | 13:05 |
AJaeger | kzaitsev_mb: also review whether there are any open reviews and abandon them, please | 13:05 |
kzaitsev_mb | AJaeger: sure, will do. | 13:05 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Removed pypi.<region> mirror manifests https://review.openstack.org/273518 | 13:06 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Update bandersnatch documentation https://review.openstack.org/273519 | 13:06 |
*** hdd has joined #openstack-infra | 13:08 | |
*** jlanoux has joined #openstack-infra | 13:10 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Blacklist some more repos for translation sync https://review.openstack.org/273522 | 13:14 |
*** sdake has quit IRC | 13:16 | |
*** fawadkhaliq has quit IRC | 13:17 | |
*** jsavak has joined #openstack-infra | 13:17 | |
*** fawadkhaliq has joined #openstack-infra | 13:17 | |
*** jsavak has joined #openstack-infra | 13:17 | |
*** sdake has joined #openstack-infra | 13:18 | |
*** keedya has joined #openstack-infra | 13:18 | |
*** yamamoto has joined #openstack-infra | 13:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/273297 | 13:19 |
*** ihrachys_ has quit IRC | 13:19 | |
*** ihrachys has joined #openstack-infra | 13:19 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Ensure that the items added to worklists have the required attributes https://review.openstack.org/273527 | 13:20 |
*** signed8b_ has joined #openstack-infra | 13:21 | |
*** EricGonczer_ has joined #openstack-infra | 13:22 | |
*** trown|outttypeww is now known as trown | 13:22 | |
openstackgerrit | Isaac Beckman proposed openstack-infra/puppet-openstackci: Pass Java arguments to Jenkins master https://review.openstack.org/263021 | 13:23 |
StevenK | AJaeger: Just about to crawl into bed, but anything I can do to help with the rework, let me know | 13:25 |
*** EricGonczer_ has quit IRC | 13:26 | |
*** naggappan has quit IRC | 13:28 | |
*** esikachev has quit IRC | 13:28 | |
*** baoli_ has quit IRC | 13:29 | |
*** e0ne has quit IRC | 13:29 | |
AJaeger | StevenK: amoki and myself are on it but if you want to do some, let me include you in my next mail... | 13:29 |
*** ihrachys has quit IRC | 13:30 | |
AJaeger | amotoki is nick, sorry | 13:30 |
*** fhubik is now known as fhubik_brb | 13:30 | |
*** ihrachys has joined #openstack-infra | 13:31 | |
*** Liuqing has joined #openstack-infra | 13:32 | |
*** _nadya_ has joined #openstack-infra | 13:32 | |
*** esikachev has joined #openstack-infra | 13:32 | |
*** jordanP has quit IRC | 13:33 | |
*** kgiusti has joined #openstack-infra | 13:33 | |
*** zul has joined #openstack-infra | 13:33 | |
AJaeger | StevenK: good night! | 13:33 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Added afs to wheel mirror slaves https://review.openstack.org/273054 | 13:34 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Added AFS keytab to wheel slave https://review.openstack.org/273206 | 13:34 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Added conditional install statements for kernel header packages https://review.openstack.org/273205 | 13:34 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Added wheel hosting for AFS mirror slave https://review.openstack.org/270979 | 13:34 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Add AFS and Admin keytab to release slave. https://review.openstack.org/273538 | 13:34 |
krotscheck | durm dee durm dee durm. | 13:34 |
*** tlian has joined #openstack-infra | 13:35 | |
*** ihrachys has quit IRC | 13:36 | |
*** ihrachys has joined #openstack-infra | 13:37 | |
eantyshev | yolanda: Hello, I have a Zuul review you may be interested in: https://review.openstack.org/272123 | 13:37 |
openstackgerrit | Merged openstack-infra/storyboard: Move summarize_task_statuses into wmodels.Story https://review.openstack.org/271407 | 13:39 |
openstackgerrit | Merged openstack-infra/storyboard: Resolve Board and Worklist contents on the server-side https://review.openstack.org/271408 | 13:39 |
*** hdd has quit IRC | 13:40 | |
openstackgerrit | Merged openstack-infra/storyboard: Allow worklist "users" to add, move, and delete items https://review.openstack.org/273052 | 13:40 |
*** zhurong has joined #openstack-infra | 13:41 | |
*** fhubik_brb is now known as fhubik | 13:41 | |
openstackgerrit | Igor Belikov proposed openstack/diskimage-builder: Fix debian-minimal image building https://review.openstack.org/273544 | 13:41 |
*** signed8__ has joined #openstack-infra | 13:41 | |
*** signed8b_ has quit IRC | 13:42 | |
*** burgerk has joined #openstack-infra | 13:42 | |
*** MCoLo has quit IRC | 13:43 | |
*** Liuqing has quit IRC | 13:44 | |
*** zeih has quit IRC | 13:45 | |
*** amrith is now known as _amrith_ | 13:45 | |
openstackgerrit | Michael McCune proposed openstack-infra/irc-meetings: Adjust api-wg meeting time to match reality https://review.openstack.org/271321 | 13:46 |
*** zeih has joined #openstack-infra | 13:46 | |
*** Liuqing has joined #openstack-infra | 13:47 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Add wheel mirror to configure_mirror.sh https://review.openstack.org/267117 | 13:47 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Create jobs for a wheel mirror https://review.openstack.org/164927 | 13:48 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added wheel-release job https://review.openstack.org/273549 | 13:48 |
*** flepied has quit IRC | 13:48 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Use improved worklists/boards API https://review.openstack.org/273165 | 13:49 |
yolanda | hi eantyshev, looking.. you are right on that | 13:50 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Add wheel mirror to configure_mirror.sh https://review.openstack.org/267117 | 13:52 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added wheel-release job https://review.openstack.org/273549 | 13:52 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Create jobs for a wheel mirror https://review.openstack.org/164927 | 13:52 |
*** Liuqing has quit IRC | 13:52 | |
anteaya | mriedem: 2016-01-28 12:24:52.916 | Finished: ABORTED | 13:53 |
yolanda | thanks for spotting it | 13:53 |
eantyshev | yolanda: this makes periodic pipelines work for me | 13:53 |
*** amitgandhinz has joined #openstack-infra | 13:54 | |
yolanda | yep, my first patchset was doing the right thing but then i did that mistake when changing the way of checking | 13:54 |
*** jpr has quit IRC | 13:54 | |
*** ihrachys has quit IRC | 13:54 | |
*** peristeri has joined #openstack-infra | 13:58 | |
*** pradk has quit IRC | 13:58 | |
*** jed56 has joined #openstack-infra | 13:58 | |
*** jsavak has quit IRC | 13:59 | |
*** jsavak has joined #openstack-infra | 14:00 | |
* krotscheck twiddles his thumbs while zuul checks his patches | 14:01 | |
AJaeger | krotscheck: watching status.openstack.org/zuul ? | 14:01 |
krotscheck | AJaeger: Yep. | 14:03 |
krotscheck | All the pretty loading bars. | 14:03 |
amotoki_ | AJaeger: it seems better to update the commit message of our i18n work. see my comment in https://review.openstack.org/#/c/273382 | 14:03 |
* krotscheck is pretty sure he's going to fail on some style check somewhere. | 14:03 | |
*** jsavak has quit IRC | 14:06 | |
*** jsavak has joined #openstack-infra | 14:06 | |
openstackgerrit | Matthew Treinish proposed openstack/requirements: bump os-testr uppper constraints to use generate-subunit https://review.openstack.org/273192 | 14:07 |
*** yamamoto has quit IRC | 14:08 | |
*** salv-orlando has quit IRC | 14:09 | |
*** ericksonsantos has joined #openstack-infra | 14:09 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Update all affected items in a worklist when an item moves https://review.openstack.org/273562 | 14:10 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Display Assignees on Cards and Worklists https://review.openstack.org/269707 | 14:10 |
AJaeger | amotoki_: seen it - yeah, I'll follow your examples | 14:11 |
*** zhurong has quit IRC | 14:11 | |
AJaeger | amotoki_: I wondered whether we need the pot files at all, or whether we can remove them completely... | 14:11 |
*** yamamoto has joined #openstack-infra | 14:11 | |
amotoki_ | AJaeger: actually we don't need the pot file in our repo. no tool chain requires it. | 14:11 |
amotoki_ | AJaeger: however, from translator perspective, a pot file sometimes helps translators to locate string in our source code. | 14:12 |
amotoki_ | AJaeger: so I think it is worth keeping it in our repo. | 14:12 |
*** yamamoto has quit IRC | 14:12 | |
AJaeger | amotoki_: you're right - especially since the po files are stripped... | 14:13 |
AJaeger | amotoki_: ok, let's leave them as convenience | 14:13 |
yolanda | eantyshev, i +2 that, let's wait for another infra-root to approve it | 14:13 |
amotoki_ | AJaeger: yeah | 14:13 |
*** julim has quit IRC | 14:13 | |
AJaeger | amotoki_: updated all changes | 14:14 |
*** rajinir has joined #openstack-infra | 14:14 | |
amotoki_ | AJaeger: thanks. your commit message is helpful. we can use it as a template :) | 14:15 |
*** vsaienko has joined #openstack-infra | 14:15 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Only update the moving item when moving items in worklists https://review.openstack.org/273564 | 14:15 |
*** amotoki_ has quit IRC | 14:16 | |
* AJaeger uses it as template, only changes the i18n.py sentence and tries to remember updating the repo name | 14:16 | |
vsaienko | hello infra team! I have a question, recently networking-generic-switch project has been created, but networking-generic-switch-core/networking-generic-switch-release group don't contain members. Who can help with adding users to that group? | 14:17 |
AJaeger | vsaienko: any infra-root (I'm not one) but we're a bit scarce at the moment. Please give a reference to the change and your gerrit user name, and normally an infra-root reading backscroll will do this later for you | 14:18 |
yolanda | i can add you | 14:18 |
vsaienko | yolanda: there is the CR https://review.openstack.org/#/c/267664/ | 14:19 |
*** e0ne has joined #openstack-infra | 14:19 | |
vsaienko | AJaeger, youlanda: thank you for help! | 14:19 |
*** denisra has quit IRC | 14:20 | |
yolanda | vsaienko, done | 14:20 |
openstackgerrit | Matthew Treinish proposed openstack/requirements: bump os-testr uppper constraints to use generate-subunit https://review.openstack.org/273192 | 14:21 |
anteaya | AJaeger: so sdague and I had a chance to talk at nova mid-cycle, about situations where a job is voting in check but not in gate | 14:21 |
AJaeger | anteaya: and? | 14:22 |
anteaya | AJaeger: he raises some good points, mostly around responsibility and congizance around fixing bugs that might get in in this situation | 14:22 |
AJaeger | anteaya: thanks for discussing! | 14:22 |
anteaya | I'm glad we had the 10 minutes together to do so | 14:22 |
anteaya | it was very valuable | 14:23 |
*** sabeen1 has joined #openstack-infra | 14:23 | |
AJaeger | so, what is his policy? | 14:23 |
anteaya | well since it boils down to responsibility for the project should something get in that breaks that project or others | 14:23 |
*** rlandy has joined #openstack-infra | 14:23 | |
anteaya | well I'm not sure he has a policy so much as an argument | 14:23 |
*** jordanP has joined #openstack-infra | 14:24 | |
anteaya | his perspective is around the projects he drives | 14:24 |
anteaya | and his point is he has the knowledge to fix his mistakes | 14:24 |
anteaya | and he does | 14:24 |
anteaya | as does mriedem and mtreinish | 14:24 |
*** zeih has quit IRC | 14:24 | |
AJaeger | definitely... | 14:24 |
anteaya | my perspective is most projects do not have this knowledge base | 14:25 |
*** rkukura has joined #openstack-infra | 14:25 | |
anteaya | nor the experience fixing the gate should a bug arise | 14:25 |
AJaeger | I agree - and also even sdague takes a vacation ;) | 14:25 |
anteaya | yes | 14:25 |
anteaya | so my concern is around trust and responsiblity | 14:25 |
anteaya | as I but great stock in those things | 14:25 |
AJaeger | so, we stay with: general policy is voting jobs both in check and gate, exceptions for special cases? | 14:26 |
anteaya | and don't want to do anything that would hinder what trust I have | 14:26 |
anteaya | yes | 14:26 |
*** salv-orlando has joined #openstack-infra | 14:26 | |
anteaya | and for me the special case would be a patch offered or reviewed by someone with some experience debugging the gate | 14:26 |
*** sabeen3 has joined #openstack-infra | 14:26 | |
anteaya | so at minimum some git history in elastic-recheck | 14:27 |
AJaeger | ;) | 14:27 |
anteaya | and not just to get a patch merged | 14:27 |
*** zeih has joined #openstack-infra | 14:27 | |
*** sabeen1 has quit IRC | 14:27 | |
anteaya | and the more experience debugging the gate the more convinced I am that they _actually_ know what they are taking responsibilty for | 14:27 |
anteaya | so that is where I stand | 14:28 |
anteaya | I'm willing to take input from others | 14:28 |
AJaeger | yes, one good point - but the responsibility should be taken by more than one. | 14:28 |
anteaya | yes, that is a good point | 14:28 |
anteaya | since as you say one person can take a vacation | 14:28 |
*** salv-orlando has quit IRC | 14:29 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Add wheel mirror to configure_mirror.sh https://review.openstack.org/267117 | 14:29 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added wheel-release job https://review.openstack.org/273549 | 14:29 |
AJaeger | let's continue reviewing this way - and let's mention exceptions here so that we as infra team also share the responsibility. | 14:29 |
*** tiswanso has joined #openstack-infra | 14:29 | |
*** salv-orlando has joined #openstack-infra | 14:29 | |
anteaya | AJaeger: I like that as a way forward | 14:29 |
anteaya | AJaeger: thanks for your patience and understanding as I try to figure this out for myself | 14:30 |
anteaya | I appreciate it | 14:30 |
AJaeger | anteaya: if you have another break and time to review, https://review.openstack.org/273522 and https://review.openstack.org/270697 would be great to see so that I can do the next steps. Nothing time critical, just my impatience ;) | 14:30 |
pabelanger | Finally! puppet-apply-fedora-23 is working | 14:30 |
anteaya | yup, thanks will look | 14:30 |
pabelanger | AJaeger: yolanda do you mind approving 231681? | 14:30 |
*** rossella_s has quit IRC | 14:31 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Remove "created" and "updated" columns for projects and project groups https://review.openstack.org/273572 | 14:31 |
AJaeger | anteaya: Let's bring it up next infra meeting so that all project-config reviewers are aware of it and then. It's an exception, so no need to codify (don't want people to point to it) but reviewers should be aware of it. | 14:31 |
AJaeger | anteaya: thanks for looking | 14:31 |
krotscheck | pabelanger: WOO | 14:31 |
AJaeger | pabelanger: let me check... | 14:31 |
*** hdd has joined #openstack-infra | 14:31 | |
*** rossella_s has joined #openstack-infra | 14:32 | |
AJaeger | pabelanger: yes, something we should do but can't +2. Thanks! | 14:32 |
*** alivigni has joined #openstack-infra | 14:33 | |
pabelanger | krotscheck: IKR? Praise be ianw | 14:33 |
anteaya | AJaeger: so which repos/projects are allowed to be translated right now, I'm just trusting you when you create these patches, is there someplace I can reference and confirm against a master list? | 14:33 |
krotscheck | pabelanger: srsly. Can we get the same for centos7? | 14:33 |
AJaeger | anteaya: allowed: Only repos in big tent. Set up: options:translate in gerrit/projects.yaml | 14:34 |
anteaya | well neutron is in the big tent | 14:34 |
anteaya | but your patch blacklists | 14:34 |
*** dmsimard1 is now known as dmsimard | 14:34 | |
AJaeger | anteaya: I disable the setup repos for a few days so that we can rename... | 14:34 |
krotscheck | pabelanger: Hey, that patch modification you have there, is that # Node-OS comment there a parsed thing that indicates which node it should be tested on? | 14:34 |
AJaeger | anteaya: the change is a temporary solution... | 14:35 |
anteaya | AJaeger: is there a rename patch? | 14:35 |
yolanda | pabelanger, i +2 | 14:35 |
yolanda | needs another +2 | 14:35 |
anteaya | AJaeger: sorry I don't have the full picture | 14:35 |
*** ccrouch has joined #openstack-infra | 14:35 | |
AJaeger | anteaya: I need to rename on zanata the files and do changes like https://review.openstack.org/273378 | 14:35 |
pabelanger | krotscheck: Ya, we have some code to parse for the os type to then run puppet-apply on | 14:35 |
openstackgerrit | Matthew Treinish proposed openstack/requirements: bump os-testr uppper constraints to use generate-subunit https://review.openstack.org/273192 | 14:35 |
pabelanger | krotscheck: it works okay | 14:36 |
AJaeger | anteaya: once files are renamed in zanata, we can remove blacklist entry again... | 14:36 |
* anteaya has a lightbulb go off above her head | 14:36 | |
anteaya | okay thanks, I get it now | 14:36 |
krotscheck | pabelanger: Sweet. I'm building out long-lived wheel-builder slaves that need to be Centos/fedora/ubuntu, knowing I can add a job to trigger a check against those nodes will be super helpful. | 14:36 |
anteaya | okey dokey | 14:36 |
AJaeger | sorry for my brief commit message | 14:36 |
AJaeger | anteaya: big picture: http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html | 14:37 |
*** ccrouch1 has joined #openstack-infra | 14:37 | |
anteaya | yay I have that open, didn't make my way through the whole thing | 14:38 |
anteaya | trying to do that | 14:38 |
pabelanger | krotscheck: Ya, it doesn't deploy anything, just makes sure puppet manifests have no syntax errors | 14:38 |
anteaya | sorry, reviewing part of a big concept while mid-cycling is sub-optimal, trying to do my best | 14:38 |
*** yamamoto has joined #openstack-infra | 14:38 | |
*** baoli has joined #openstack-infra | 14:39 | |
AJaeger | anteaya: focus on the mid-cycle and I wait and ask others ;) | 14:39 |
AJaeger | anteaya: thanks | 14:39 |
*** ihrachys has joined #openstack-infra | 14:39 | |
kzaitsev_mb | I've got a question, regarding stable branches. We've lately noticed, that our non-cores can no longer vote in stable/kilo stable/liberty branches. Where should I look to check if that's some config bug? | 14:40 |
*** ccrouch has quit IRC | 14:40 | |
*** pradk has joined #openstack-infra | 14:40 | |
kzaitsev_mb | speaking of murano repositories ^^ | 14:40 |
AJaeger | kzaitsev_mb: at your access configuration or directly the acl, let me show you two ways in a minute | 14:40 |
AJaeger | kzaitsev_mb: version 1: https://review.openstack.org/#/admin/projects/openstack/murano,access | 14:41 |
krotscheck | pabelanger: Hrm, that's less useful, but still a good smoke test. | 14:41 |
AJaeger | kzaitsev_mb: version 2: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/openstack/murano.config | 14:41 |
*** jsavak has quit IRC | 14:42 | |
*** aorourke-afk is now known as aorourke | 14:43 | |
AJaeger | anteaya: kzaitsev_mb' problem looks like the "Registered Users" problem. Was that problem solved? | 14:43 |
*** jsavak has joined #openstack-infra | 14:43 | |
AJaeger | anteaya, kzaitsev_mb: we have "label-Code-Review = -1..+1 group Registered Users" | 14:43 |
pabelanger | krotscheck: ya, once we move fully to ansible, we should be able to do full deploys | 14:43 |
AJaeger | kzaitsev_mb: can't help further on this, it looks sane - but we had a bug in this area recently, which anteaya and others were looking into | 14:44 |
anteaya | AJaeger: so if you look at the gui with the ,access link | 14:45 |
anteaya | AJaeger: you see the Registered Users group is a link? | 14:45 |
*** tdurakov has quit IRC | 14:45 | |
anteaya | AJaeger: if you click it that is the empty group that jeepyb creates that it shouldn't | 14:45 |
anteaya | AJaeger: so yes this is the bug that was discovered on sandbox | 14:45 |
krotscheck | pabelanger: That'll be awesome | 14:46 |
AJaeger | anteaya: so, still exist? ;( | 14:46 |
krotscheck | Time consuming! | 14:46 |
krotscheck | But awesome | 14:46 |
AJaeger | anteaya: is there a way to help kzaitsev_mb ? | 14:47 |
kzaitsev_mb | anteaya: anything I should to to have it fixed? (like file it somewhere or similar?) | 14:47 |
anteaya | 270628 and 270537 | 14:47 |
anteaya | review the above patches | 14:47 |
*** pradk has quit IRC | 14:47 | |
*** tdurakov has joined #openstack-infra | 14:48 | |
anteaya | AJaeger: yes it still exists, if you see Registered Users have a link to it then the bug still exists | 14:48 |
AJaeger | understood, thanks anteaya | 14:48 |
anteaya | thank you | 14:49 |
kzaitsev_mb | thanks for the update =) | 14:49 |
*** pradk has joined #openstack-infra | 14:50 | |
*** fawadkhaliq has quit IRC | 14:51 | |
*** tonytan4ever has joined #openstack-infra | 14:52 | |
*** nelsnelson has joined #openstack-infra | 14:54 | |
*** yamamoto has quit IRC | 14:56 | |
*** nelsnelson has quit IRC | 14:56 | |
*** ifarkas has joined #openstack-infra | 14:57 | |
*** abregman is now known as abregman|afk | 14:58 | |
*** nelsnelson has joined #openstack-infra | 14:59 | |
*** baoli has quit IRC | 15:00 | |
*** rbrndt_ has joined #openstack-infra | 15:00 | |
*** baoli has joined #openstack-infra | 15:01 | |
*** jlanoux_ has joined #openstack-infra | 15:03 | |
*** jlanoux has quit IRC | 15:04 | |
*** ihrachys has quit IRC | 15:04 | |
*** EricGonczer_ has joined #openstack-infra | 15:07 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:08 | |
*** yamamoto has joined #openstack-infra | 15:08 | |
*** dims has joined #openstack-infra | 15:08 | |
*** zz_dimtruck is now known as dimtruck | 15:08 | |
*** jlanoux_ has quit IRC | 15:09 | |
*** edmondsw has joined #openstack-infra | 15:14 | |
*** pblaho has quit IRC | 15:14 | |
*** tdurakov has quit IRC | 15:16 | |
*** tdurakov has joined #openstack-infra | 15:17 | |
*** moravec has quit IRC | 15:17 | |
*** rbrndt_ has quit IRC | 15:18 | |
*** burgerk has quit IRC | 15:19 | |
*** julim has joined #openstack-infra | 15:20 | |
*** abregman|afk is now known as abregman | 15:21 | |
*** tonytan_brb has joined #openstack-infra | 15:23 | |
*** fhubik has quit IRC | 15:23 | |
*** tonytan_brb has quit IRC | 15:23 | |
*** tonytan_brb has joined #openstack-infra | 15:24 | |
*** Qiming has quit IRC | 15:24 | |
*** fhubik has joined #openstack-infra | 15:25 | |
*** rbrndt_ has joined #openstack-infra | 15:25 | |
*** tonytan4ever has quit IRC | 15:26 | |
*** fhubik has quit IRC | 15:27 | |
*** diazjf has joined #openstack-infra | 15:27 | |
*** palendae has left #openstack-infra | 15:28 | |
*** _amrith_ is now known as amrith | 15:30 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Update all affected items in a worklist when an item moves https://review.openstack.org/273562 | 15:30 |
*** achanda has joined #openstack-infra | 15:32 | |
Zara | ahahaha | 15:33 |
Zara | wrong channel | 15:33 |
Zara | excuse strange laughter | 15:33 |
*** jpr has joined #openstack-infra | 15:34 | |
elmiko | hi all, could i bug a core to take a gander at https://review.openstack.org/#/c/271321/ | 15:34 |
elmiko | we are trying to get the api-wg meeting times to accurately reflect reality =) | 15:35 |
*** esikachev has quit IRC | 15:35 | |
AJaeger | elmiko: tonyb is handling these normally. ttx is the other core on it as you can see from https://review.openstack.org/#/admin/groups/485,members and he's out this week. | 15:36 |
elmiko | AJaeger: ah! thank you much for the info =) | 15:36 |
elmiko | tonyb: would love your assistance with the review above =) | 15:37 |
*** AJaeger has quit IRC | 15:37 | |
*** esikachev has joined #openstack-infra | 15:37 | |
*** jsavak has quit IRC | 15:39 | |
*** jsavak has joined #openstack-infra | 15:40 | |
*** tdurakov has quit IRC | 15:40 | |
*** bhunter71 has joined #openstack-infra | 15:41 | |
*** keedya has quit IRC | 15:42 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Add wheel mirror to configure_mirror.sh https://review.openstack.org/267117 | 15:43 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added wheel-release job https://review.openstack.org/273549 | 15:43 |
*** achanda has quit IRC | 15:43 | |
*** _nadya_ has quit IRC | 15:45 | |
krotscheck | elmiko: Hey, you pinged me yesterday, what's up? | 15:45 |
elmiko | krotscheck: oh hey, i wanted to ask you some questions about python-paste. was curious if you had much experience with it? | 15:46 |
*** tdurakov has joined #openstack-infra | 15:47 | |
elmiko | i guess really my questions are about paste deploy | 15:47 |
krotscheck | elmiko: I have experience adding things to it, but I don't know the inner workings that well. What in particular are you qurious about? | 15:49 |
elmiko | krotscheck: given all the cors patches you have done, i thought you might have some insights. i am working on an experimental version of the sahara api, and i want to bifurcate the wsgi pipeline based on the URI, is that possible in paste or is this an antipattern? | 15:49 |
krotscheck | elmiko: Yeah, I saw an example like that somewhere. Lemme dig. | 15:50 |
anteaya | elmiko: tonyb is on his way to a plane and then on a very long flight | 15:50 |
elmiko | ooh interesting | 15:50 |
*** mtanino has joined #openstack-infra | 15:50 | |
elmiko | anteaya: ah, thanks. looks like our meeting info will just be inaccurate a little longer | 15:50 |
*** sputnik13 has joined #openstack-infra | 15:51 | |
anteaya | looks like | 15:51 |
elmiko | not a huge deal =) | 15:51 |
krotscheck | elmiko: keystone has a good example | 15:52 |
krotscheck | elmiko: http://pythonpaste.org/deploy/#composite-applications | 15:52 |
*** binbincong_ has quit IRC | 15:52 | |
elmiko | krotscheck: oh, awesome! | 15:52 |
*** bhunter71 has quit IRC | 15:52 | |
*** Jeffrey4l has quit IRC | 15:52 | |
krotscheck | elmiko: Dead simple. | 15:53 |
elmiko | krotscheck: oh, that's just the apps though, what if i want to adjust the pipeline? | 15:53 |
*** binbincong_ has joined #openstack-infra | 15:53 | |
*** angdraug has joined #openstack-infra | 15:53 | |
krotscheck | elmiko: Declare a pipeline instead of an app. | 15:53 |
krotscheck | elmiko: http://docs.openstack.org/juno/config-reference/content/section_keystone-paste.ini.html | 15:53 |
elmiko | krotscheck: you can do that? like i could say / = somepipline, /v2 = someotherpipeline? | 15:53 |
krotscheck | elmiko: In that example, /v2.0 = public_api poitns at a pipeline | 15:54 |
elmiko | ah very interesting... thank you sir =) | 15:54 |
krotscheck | And the last entry in the pipeline is the app. | 15:54 |
krotscheck | elmiko: You're welcome :) | 15:54 |
elmiko | i didn't realize that the individual pieces were composable like that | 15:54 |
elmiko | very cool | 15:54 |
marcusvrn_ | hi folks, there is a simple way to setup something like http://status.openstack.org/zuul/ for 3rd party CI? | 15:55 |
*** bhunter71 has joined #openstack-infra | 15:55 | |
krotscheck | elmiko: Yeah, I was surprised too. | 15:55 |
*** jlanoux has joined #openstack-infra | 15:56 | |
elmiko | krotscheck: i even posted an email to the paste google-group, but i think it must be pretty dead lol | 15:56 |
*** burgerk has joined #openstack-infra | 15:56 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Write complete pip.conf when nodes are ready https://review.openstack.org/273633 | 15:58 |
krotscheck | elmiko: It might be one of those things so stable that the devs are content to let it bitrot? | 15:59 |
elmiko | krotscheck: could be, the issues list was pretty low | 15:59 |
*** baoli has quit IRC | 15:59 | |
krotscheck | jeblair: I see what you did there. | 15:59 |
jeblair | krotscheck: i saw your patch to increase the timeout, but what do you think about doing that as well? :) | 15:59 |
jeblair | krotscheck: then i think we can also drop the trusted hosts list | 16:00 |
jeblair | mordred: ^ | 16:00 |
jeblair | nibalizer: ^ | 16:00 |
mordred | morning jeblair | 16:00 |
*** ddieterly has joined #openstack-infra | 16:00 | |
krotscheck | jeblair: How'll that play with long lived slaves? | 16:00 |
*** bhunter71 has quit IRC | 16:01 | |
jeblair | krotscheck: i think they will use the one puppet writes, so they'll talk to pypi.python.org | 16:01 |
* krotscheck doesn't think there's a huge impact.... | 16:01 | |
jeblair | krotscheck: (so they won't need a trusted host list) | 16:01 |
mordred | jeblair: looks good | 16:02 |
krotscheck | WFM | 16:02 |
*** baoli has joined #openstack-infra | 16:02 | |
*** baoli has quit IRC | 16:02 | |
krotscheck | jeblair: Although now you're going to make all the conflicts happen on my patch chain, and I have to wait for rechecks :-P | 16:02 |
*** baoli has joined #openstack-infra | 16:02 | |
*** bhunter71 has joined #openstack-infra | 16:03 | |
jeblair | krotscheck: with system-config trusted hosts, or the project-config ready script? | 16:03 |
anteaya | krotscheck: you want to comment on that patch? | 16:03 |
krotscheck | jeblair: The project-config script. | 16:03 |
*** jlanoux has quit IRC | 16:03 | |
krotscheck | I think the trusted hosts stuff may not conflict, but I could be wrong. | 16:03 |
jeblair | krotscheck: ah, well. we should do it thought because the alternative is to wait a long time for image updates. | 16:03 |
jeblair | though | 16:04 |
*** EricGonczer_ has quit IRC | 16:04 | |
*** tdurakov has quit IRC | 16:04 | |
*** placko_ has quit IRC | 16:05 | |
*** salv-orl_ has joined #openstack-infra | 16:06 | |
*** _nadya_ has joined #openstack-infra | 16:06 | |
*** Jeffrey4l has joined #openstack-infra | 16:06 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Remove trusted-hosts from pip.conf https://review.openstack.org/273636 | 16:06 |
*** vgridnev has quit IRC | 16:07 | |
*** vgridnev has joined #openstack-infra | 16:07 | |
jeblair | i probably should have noted that patch would also put afs mirrors in production, but hey, we're ready. | 16:08 |
*** jlanoux has joined #openstack-infra | 16:08 | |
jeblair | (and actually, since puppet is disabled on nodepool, it won't take effect until we manually intervene) | 16:08 |
*** kzaitsev_mb has quit IRC | 16:08 | |
krotscheck | Urm... jeblair Actually, i thikn that scripts going to fail | 16:08 |
*** tdurakov has joined #openstack-infra | 16:08 | |
krotscheck | jeblair: host http://HOSTNAME/pypi/simple fails for me, while host HOSTNAME passes. | 16:09 |
*** salv-orlando has quit IRC | 16:09 | |
jeblair | krotscheck: good point. | 16:09 |
*** yamahata has joined #openstack-infra | 16:09 | |
*** HeOS has quit IRC | 16:09 | |
*** sputnik13 has quit IRC | 16:10 | |
jeblair | fixing | 16:10 |
openstackgerrit | Dmitriy Ukhlov proposed openstack-infra/project-config: Adds non voting ceilometer tests for oslo.messaging drivers https://review.openstack.org/273637 | 16:10 |
*** EricGonczer_ has joined #openstack-infra | 16:10 | |
*** kzaitsev_mb has joined #openstack-infra | 16:11 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Write complete pip.conf when nodes are ready https://review.openstack.org/273633 | 16:12 |
jeblair | krotscheck, anteaya, mordred: ^ | 16:12 |
*** yamamoto has quit IRC | 16:12 | |
*** yamamoto has joined #openstack-infra | 16:12 | |
jeblair | gah | 16:12 |
*** maishsk has quit IRC | 16:12 | |
*** vgridnev has quit IRC | 16:12 | |
*** amotoki has joined #openstack-infra | 16:12 | |
krotscheck | jeblair: mungey munge? | 16:12 |
jeblair | krotscheck: we should just combine this with the switch | 16:13 |
*** jlanoux has quit IRC | 16:13 | |
krotscheck | jeblair: eeeeeehehehhhhhhhhhhhh you sure? | 16:13 |
krotscheck | I mean yeah, convenient | 16:13 |
krotscheck | I'm thinking of the git history though | 16:13 |
jeblair | ok, we can leave it as-is | 16:13 |
*** jcoufal has joined #openstack-infra | 16:13 | |
* anteaya is nervous to review a patch that illicits gah from jeblair after it has been posted | 16:13 | |
jeblair | anteaya: i think it's okay | 16:14 |
anteaya | okay | 16:14 |
*** yaume_ has joined #openstack-infra | 16:14 | |
*** moravec has joined #openstack-infra | 16:15 | |
*** zeih has quit IRC | 16:15 | |
* anteaya waits to hear from krotscheck that his patch works for him | 16:15 | |
*** yamamoto has quit IRC | 16:16 | |
krotscheck | anteaya: wfm. morded? | 16:16 |
krotscheck | *mordred ? | 16:16 |
anteaya | krotscheck: thanks, looking forward to your review | 16:17 |
*** yamamoto has joined #openstack-infra | 16:17 | |
eglute | hello infra, could someone please review this patch? https://review.openstack.org/#/c/271895/ | 16:17 |
*** yaume has quit IRC | 16:18 | |
*** kzaitsev_mb has quit IRC | 16:18 | |
*** _skolekonov is now known as skolekonov | 16:18 | |
*** david_cu has left #openstack-infra | 16:18 | |
*** zeih has joined #openstack-infra | 16:18 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Point nodepool slaves at new pypi mirror location. https://review.openstack.org/238756 | 16:19 |
*** yamamoto has quit IRC | 16:19 | |
krotscheck | jeblair: ^^ rebase | 16:19 |
krotscheck | jeblair: Is https://review.openstack.org/#/c/273509/ still necessary? (increasing the timeout globally) | 16:20 |
*** placko_ has joined #openstack-infra | 16:20 | |
*** yamamoto has joined #openstack-infra | 16:20 | |
krotscheck | I'll take that +2 as a yes | 16:20 |
jeblair | krotscheck: not necessarily | 16:20 |
jeblair | krotscheck: i'd drop the depends-on | 16:20 |
jeblair | krotscheck: and we can separately decide whether we want it global | 16:21 |
krotscheck | aight | 16:21 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Remove legacy pypi_trusted_hosts https://review.openstack.org/270930 | 16:22 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Removed pypi.<region> mirror manifests https://review.openstack.org/273518 | 16:22 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/system-config: Update bandersnatch documentation https://review.openstack.org/273519 | 16:22 |
anteaya | does 273509 increase the pip timeout everywhere in infra or just for the afs caches? | 16:22 |
jeblair | anteaya: everywhere | 16:22 |
anteaya | well we just needed 3 more seconds according to the commit message but have an additional 45 seconds | 16:22 |
krotscheck | anteaya: And that's only when using the afs mirrors, which only the slaves are configured to use. | 16:23 |
anteaya | is there any instance where this would be a concern? | 16:23 |
*** sfinucan has quit IRC | 16:23 | |
prometheanfire | derekh: ya, waiting on mordred to show up for the glean patch | 16:23 |
*** piet has quit IRC | 16:23 | |
anteaya | oh okay, thanks yeah, that was what I was wondering | 16:23 |
*** piet has joined #openstack-infra | 16:24 | |
jeblair | krotscheck: where you going to drop the depends-on from 756? | 16:24 |
krotscheck | anteaya: Hence my question as to whether it's necessary. | 16:24 |
krotscheck | jeblair: Edited inline | 16:26 |
krotscheck | jeblair: Also, i'm a little skeptical that it didn't trigger a recheck? | 16:26 |
cbader | question on reporting result to gerrit after job has run, I have reporting turned on in zuul/layout.yaml and I have jobs succeeding and failing but it is not reporting the gerrit patch on status, am I missing something, any help pointing me to doc. | 16:26 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Point nodepool slaves at new pypi mirror location. https://review.openstack.org/238756 | 16:26 |
krotscheck | Ahhh, there's a publish button | 16:26 |
*** unicell has joined #openstack-infra | 16:26 | |
cbader | krotscheck, publish button in where? | 16:27 |
anteaya | yes save, then really save, then publish, then really publish | 16:27 |
krotscheck | cbader: Inline editing code files in gerrit. | 16:27 |
cbader | krotscheck, ok I will check my code to see where it is thank you | 16:28 |
krotscheck | cbader: I wasn't actually answering your question, sorry. | 16:28 |
*** _nadya_ has quit IRC | 16:28 | |
cbader | krotscheck, ok thank you | 16:28 |
mordred | prometheanfire: sorry -I'm in a two-day management meeting - pretty useless | 16:29 |
anteaya | mordred: you or the meeting? | 16:29 |
mordred | me | 16:30 |
mordred | yesterday and today | 16:30 |
*** baoli has quit IRC | 16:30 | |
anteaya | :( | 16:30 |
mordred | I'm lurking, but have only very low bursty attention | 16:30 |
prometheanfire | mordred: when you out? would really like https://review.openstack.org/#/c/272884/ merged soonish (along with my DIB commit, but others can review that) | 16:30 |
prometheanfire | mordred: people are not willing to look at gean without your +2 | 16:30 |
*** ddieterly has quit IRC | 16:31 | |
mordred | prometheanfire: looking | 16:31 |
prometheanfire | mordred: thanks :D | 16:31 |
prometheanfire | it's smaller and more obvious then my last one | 16:31 |
SamYaple | mordred: bursty attention? you? you're like the model of focus! | 16:31 |
prometheanfire | SamYaple: you want to review a DIB patch? | 16:32 |
SamYaple | prometheanfire: yea sure send it over | 16:33 |
krotscheck | jeblair: So, are we ready for https://review.openstack.org/#/c/238756/ ? (once it passes checks) | 16:33 |
mordred | prometheanfire: looks great - thank you! | 16:33 |
prometheanfire | SamYaple: https://review.openstack.org/#/c/270597/ | 16:33 |
*** jlanoux has joined #openstack-infra | 16:33 | |
jeblair | krotscheck: yes, but no need to wait for it to pass check; that's what we have a gate for. | 16:33 |
prometheanfire | thanks :D | 16:33 |
*** Jeffrey4l has quit IRC | 16:33 | |
*** baoli has joined #openstack-infra | 16:34 | |
*** baoli has quit IRC | 16:34 | |
*** bpokorny has joined #openstack-infra | 16:34 | |
*** Jeffrey4l has joined #openstack-infra | 16:34 | |
*** baoli has joined #openstack-infra | 16:34 | |
prometheanfire | SamYaple: it's larger but mostly just the growroot script | 16:34 |
*** aopincar has quit IRC | 16:35 | |
*** fawadkhaliq has joined #openstack-infra | 16:35 | |
*** yamamoto has quit IRC | 16:36 | |
*** yamamoto has joined #openstack-infra | 16:37 | |
*** bpokorny has quit IRC | 16:37 | |
*** jcoufal has quit IRC | 16:38 | |
*** bpokorny has joined #openstack-infra | 16:38 | |
* krotscheck settles back to watch zuul | 16:38 | |
clarkb | spectator sport | 16:39 |
krotscheck | clarkb: It really is. | 16:39 |
prometheanfire | is it back to 36 hours yet? | 16:40 |
krotscheck | jeblair: Should we send out a warning email to the dev list that we're switching the mirrors over? | 16:40 |
*** amitgandhinz has quit IRC | 16:40 | |
*** amitgandhinz has joined #openstack-infra | 16:41 | |
jeblair | krotscheck: i don't think that's necessary | 16:42 |
krotscheck | pabelanger: Naah, only 1:10 | 16:42 |
*** placko_ has quit IRC | 16:43 | |
prometheanfire | also, just need one more +2 ok https://review.openstack.org/#/c/272884/ (glean) | 16:43 |
*** yamamoto has quit IRC | 16:44 | |
mgagne | still haven't found why I can't run unit test anymore on my laptop :-/ Getting segmentation fault EXC_BAD_ACCESS http://paste.openstack.org/show/485219/ | 16:45 |
SamYaple | prometheanfire: done | 16:45 |
*** zeih has quit IRC | 16:47 | |
*** yamamoto has joined #openstack-infra | 16:47 | |
krotscheck | Hey, my wheel-release job patches finally passed! Woot! | 16:47 |
mgagne | :D | 16:47 |
*** kzaitsev_mb has joined #openstack-infra | 16:47 | |
*** sbalukoff has quit IRC | 16:47 | |
*** jlanoux has quit IRC | 16:49 | |
*** tiswanso has quit IRC | 16:50 | |
*** tiswanso has joined #openstack-infra | 16:50 | |
mgagne | krotscheck super ironic, I uninstalled cryptography and reinstalled it without wheel, it works now, I no longer get segmentation fault :D | 16:50 |
krotscheck | ....I... huhn. | 16:51 |
mgagne | I'm sorry :D | 16:51 |
krotscheck | mgagne: I've been told that the mere act of me thinking about technology makes it work. | 16:51 |
mgagne | had an issue since yesterday, running Nova unit tests results in segfault on os x | 16:51 |
* krotscheck thinks harder about flying cars. | 16:51 | |
jeblair | mgagne: where did the wheel come from? | 16:51 |
*** yamamoto has quit IRC | 16:51 | |
jeblair | ah, this is osx | 16:52 |
jeblair | so from pypi i guess | 16:52 |
*** yamamoto has joined #openstack-infra | 16:52 | |
mgagne | yea | 16:52 |
prometheanfire | SamYaple: mind if I keep that '-R'? | 16:52 |
mgagne | unit tests are running now so I'm happy, lost like 2-3 hours yesterday with that thing | 16:53 |
mordred | krotscheck: where did we end up with centos and wheels? | 16:53 |
prometheanfire | 502 from gerrit? | 16:53 |
krotscheck | mordred: Doing wheel things for ubuntu first, get the end-to-end publishing process working first. | 16:53 |
*** tphummel has joined #openstack-infra | 16:53 | |
tristanC | prometheanfire: 502 indeed | 16:53 |
krotscheck | mordred: Then figuring out the centos thing. | 16:54 |
mordred | krotscheck: cool. so we'll have wheels built on ubuntu, and no wheels built on centos -but that covers almost everything | 16:54 |
tristanC | and it's back | 16:54 |
mordred | col | 16:54 |
mordred | cool | 16:54 |
openstackgerrit | Merged openstack-infra/project-config: Write complete pip.conf when nodes are ready https://review.openstack.org/273633 | 16:54 |
mordred | krotscheck: I'm in favor of this | 16:54 |
krotscheck | mordred: Maybe asking ianw to help with the centos long-lived slave :) | 16:54 |
*** esikachev has quit IRC | 16:54 | |
krotscheck | mordred: Also, do we need fedora 23? | 16:54 |
mordred | krotscheck: it's nice that pip will nicely failback to tarballs on our centos nodes | 16:54 |
krotscheck | mordred: It really is. | 16:55 |
SamYaple | prometheanfire: oh yea i wasn't -1 for that | 16:55 |
SamYaple | prometheanfire: i was just mentioning | 16:55 |
mordred | krotscheck: yah - ianw has been working hard on getting f23 support | 16:55 |
mordred | krotscheck: but I think that's ultimately the same "get ianw to help" question | 16:55 |
*** placko_ has joined #openstack-infra | 16:55 | |
*** ashleighfarnham has joined #openstack-infra | 16:55 | |
*** jlanoux has joined #openstack-infra | 16:55 | |
prometheanfire | SamYaple: k | 16:56 |
openstackgerrit | Steven Hardy proposed openstack-infra/tripleo-ci: Override HeatWorkers parameter for deployed overcloud https://review.openstack.org/273431 | 16:56 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view all of your subscriptions https://review.openstack.org/257509 | 16:56 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add optional run_metadata filter to get_test_runs_by_test_test_id https://review.openstack.org/269950 | 16:56 |
*** mikelk has quit IRC | 16:57 | |
*** tdurakov has quit IRC | 16:58 | |
*** sbalukoff has joined #openstack-infra | 16:59 | |
*** yamamoto has quit IRC | 16:59 | |
jeblair | krotscheck: the rest of your wheel stack needs to be rebased*, and the last one has a merge conflict | 16:59 |
krotscheck | jeblair: Yep, on it | 17:00 |
jeblair | krotscheck: * when you edit inline in gerrit, gerrit does not automatically rebase changes which depend on the one you edit | 17:00 |
*** hashar is now known as hasharAway | 17:01 | |
krotscheck | jeblair: Yeah, I figured as much. I was waiting for your patch to merge so that everything blows up before I rebuild/rebase | 17:01 |
openstackgerrit | Merged openstack-infra/storyboard: Update all affected items in a worklist when an item moves https://review.openstack.org/273562 | 17:01 |
*** sridhar_ram has joined #openstack-infra | 17:01 | |
*** scheuran has quit IRC | 17:02 | |
*** jed56 has quit IRC | 17:03 | |
*** yamamoto has joined #openstack-infra | 17:04 | |
*** thorst has quit IRC | 17:05 | |
*** Swami has joined #openstack-infra | 17:05 | |
*** diazjf1 has joined #openstack-infra | 17:05 | |
*** thorst has joined #openstack-infra | 17:05 | |
*** dprince has quit IRC | 17:06 | |
*** vilobhmm11 has joined #openstack-infra | 17:06 | |
*** jaypipes has quit IRC | 17:06 | |
*** jlanoux has quit IRC | 17:06 | |
openstackgerrit | Mark Vanderwiel proposed openstack-infra/project-config: Add heat lbaas specific test for v1 and v2 https://review.openstack.org/237156 | 17:06 |
*** tonytan_brb has quit IRC | 17:07 | |
*** jlanoux has joined #openstack-infra | 17:07 | |
*** flepied has joined #openstack-infra | 17:09 | |
*** diazjf has quit IRC | 17:09 | |
*** ashleighfarnham has quit IRC | 17:09 | |
*** thorst has quit IRC | 17:10 | |
*** vilobhmm11 has quit IRC | 17:10 | |
*** apoorvad has joined #openstack-infra | 17:11 | |
*** tonytan4ever has joined #openstack-infra | 17:11 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Add wheel mirror to configure_mirror.sh https://review.openstack.org/267117 | 17:11 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added wheel-release job https://review.openstack.org/273549 | 17:11 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Create jobs for a wheel mirror https://review.openstack.org/164927 | 17:11 |
*** nelsnels_ has joined #openstack-infra | 17:12 | |
openstackgerrit | Dmitriy Ukhlov proposed openstack-infra/project-config: Adds non voting ceilometer tests for oslo.messaging drivers https://review.openstack.org/273637 | 17:13 |
*** zul has quit IRC | 17:14 | |
*** nelsnelson has quit IRC | 17:15 | |
*** e0ne has quit IRC | 17:15 | |
openstackgerrit | James E. Blair proposed openstack-infra/infra-specs: Update unified mirror spec to support AFS https://review.openstack.org/273673 | 17:15 |
jeblair | krotscheck: ^ | 17:15 |
*** jlanoux has quit IRC | 17:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:16 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add a page to view all of your subscriptions https://review.openstack.org/257509 | 17:16 |
*** mriedem has quit IRC | 17:16 | |
openstackgerrit | Steven Hardy proposed openstack-infra/tripleo-ci: Override HeatWorkers parameter for deployed overcloud https://review.openstack.org/273431 | 17:18 |
krotscheck | jeblair: +1 | 17:18 |
krotscheck | jeblair: configure mirrors has passed check, it's now in gate. | 17:18 |
jeblair | krotscheck: yay! keep in mind because puppet isn't running on nodepool i will have to manually install it | 17:18 |
*** woodster_ has joined #openstack-infra | 17:19 | |
krotscheck | jeblair: Rightey, and after we do that we should see the network usage on pypi.* start to drop? | 17:19 |
jeblair | yep | 17:19 |
*** unicell has quit IRC | 17:20 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Ensure that the items added to worklists have the required attributes https://review.openstack.org/273527 | 17:21 |
openstackgerrit | Merged openstack-infra/project-config: Point nodepool slaves at new pypi mirror location. https://review.openstack.org/238756 | 17:21 |
*** ashleighfarnham has joined #openstack-infra | 17:21 | |
*** jaosorior has quit IRC | 17:21 | |
krotscheck | jeblair: ^^ there it is | 17:22 |
*** jlanoux_ has joined #openstack-infra | 17:22 | |
*** jaosorior has joined #openstack-infra | 17:22 | |
jeblair | i'll go install it | 17:22 |
*** EricGonc_ has joined #openstack-infra | 17:23 | |
jeblair | nibalizer, clarkb: was anyone working on updating 271541? | 17:23 |
* nibalizer looks | 17:23 | |
*** Sukhdev has joined #openstack-infra | 17:23 | |
nibalizer | jeblair: yes I believe clark is updating that on his plane ride today | 17:23 |
nibalizer | or he communicated that intention to me at least | 17:24 |
openstackgerrit | Merged openstack-infra/puppet-openafs: Added conditional statements for installed packages https://review.openstack.org/273127 | 17:24 |
clarkb | jeblair nibalizer yes unless someone else wants it sooner | 17:24 |
jeblair | i have manually updated nodepool.yaml, so it should have the centos7 changes now | 17:25 |
*** skolekonov is now known as _skolekonov | 17:25 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for gentoo to a bunch of elements https://review.openstack.org/270597 | 17:25 |
*** sshnaidm has quit IRC | 17:26 | |
prometheanfire | SamYaple: ^ | 17:26 |
jeblair | and i have manually updated the scripts, so they should have the mirror change | 17:26 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Gate on fedora-23 for openstack-infra/system-config https://review.openstack.org/273678 | 17:26 |
*** jlanoux_ has quit IRC | 17:26 | |
*** EricGonczer_ has quit IRC | 17:26 | |
pabelanger | nibalizer: jeblair: clarkb: that adds gating for fedora23 now ^ | 17:26 |
pabelanger | which finally works | 17:26 |
openstackgerrit | Graham Hayes proposed openstack/requirements: bump python-designateclient to 1.6.0 https://review.openstack.org/273681 | 17:27 |
prometheanfire | SamYaple: thanks :D | 17:29 |
nibalizer | pabelanger: which change did you check-experimental on? Can I see? | 17:29 |
pabelanger | nibalizer: Yup, you can check experimental in the review | 17:29 |
greghaynes | hrm, gerret just went out for lunch | 17:29 |
krotscheck | 502 proxy on gerrit? | 17:29 |
greghaynes | er, gerrit | 17:29 |
greghaynes | oh, its back | 17:30 |
greghaynes | wierd | 17:30 |
prometheanfire | greghaynes: it's been happening on and off | 17:30 |
prometheanfire | bad node? | 17:30 |
SamYaple | prometheanfire: yea good work on the whole thing | 17:30 |
prometheanfire | SamYaple: thanks | 17:30 |
nibalizer | pabelanger: oh i figured you had check experimentald on a change already | 17:30 |
prometheanfire | greghaynes: mind looking at https://review.openstack.org/#/c/272884/ while you are around? | 17:30 |
nibalizer | I can do it but if you already have one thats passing then no need to wait | 17:30 |
pabelanger | nibalizer: I did, let me link it | 17:30 |
greghaynes | pabelanger: it is already +A | 17:30 |
jeblair | http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=30&rra_id=all | 17:31 |
*** diana_clarke has joined #openstack-infra | 17:31 | |
jeblair | that graph looks suspicious | 17:31 |
*** acruz has joined #openstack-infra | 17:31 | |
*** yamamoto has quit IRC | 17:31 | |
pabelanger | nibalizer: greghaynes: Ya, let me get depends-on properly | 17:31 |
krotscheck | jeblair: Awesome. I'llk eep an eye on cacti for the pypi traffic | 17:32 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Gate on fedora-23 for openstack-infra/system-config https://review.openstack.org/273678 | 17:32 |
*** thorst has joined #openstack-infra | 17:32 | |
*** sbalukoff has quit IRC | 17:33 | |
jeblair | we have 339 idle connections from huawei | 17:33 |
greghaynes | eep | 17:33 |
*** arxcruz has quit IRC | 17:33 | |
krotscheck | pabelanger: eeep gate on fedora. You're ambitious ;) | 17:33 |
*** ifarkas has quit IRC | 17:33 | |
*** thorst_ has joined #openstack-infra | 17:34 | |
openstackgerrit | Merged openstack-infra/glean: Update glean to fix gentoo support https://review.openstack.org/272884 | 17:34 |
mgagne | if any with experience with Ansible and synchronize module, I would like to know how you can make it to not always report "changed" =) | 17:35 |
*** thorst has quit IRC | 17:36 | |
*** regXboi has joined #openstack-infra | 17:36 | |
pabelanger | krotscheck: fedora DIBS! | 17:37 |
jeblair | i have killed all of the idle huawei connections | 17:37 |
jeblair | i expect them to increase again though. | 17:37 |
jeblair | but in the interim, let's see if there are fewer 502s | 17:38 |
*** jistr has quit IRC | 17:38 | |
* greghaynes commences reviewing | 17:38 | |
prometheanfire | greghaynes: :D | 17:39 |
*** thiagop has joined #openstack-infra | 17:39 | |
zaro | morning | 17:39 |
*** thorst_ has quit IRC | 17:39 | |
pabelanger | general question, has anybody tried out consul.io (for service discovery)? | 17:39 |
*** matrohon has quit IRC | 17:40 | |
zaro | is there an infra-root around that can fix python coverage reports on logs.o.o? http://logs.openstack.org/35/238535/11/check/python-jenkins-coverage/d6f668c/cover/ | 17:41 |
jeblair | zaro: what needs to be done to fix it? | 17:41 |
openstackgerrit | Merged openstack-infra/system-config: Add doc on launching jenkins job builder https://review.openstack.org/256389 | 17:41 |
*** sdake_ has joined #openstack-infra | 17:42 | |
zaro | cody-somerville seems to think it's because apache is server .css files as text/x-asm instead of text/css | 17:42 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Put most recently created things at top of lists https://review.openstack.org/272176 | 17:42 |
jeblair | zaro: that does not sound like something an infra-root needs to do | 17:42 |
zaro | can that be fixed/changed in puppet? | 17:43 |
jeblair | zaro: system administration is a collective responsibility that all of us share, and everyone is empowered to write puppet changes to alter systems | 17:43 |
jeblair | zaro: it _must_ be changed in puppet | 17:43 |
zaro | thanks, can you give me a pointer to what i would nee to change? | 17:43 |
cody-somerville | zaro: Add "AddType text/css .css" to the apache configuration (provided mod_mime is enabled). | 17:44 |
*** sbalukoff has joined #openstack-infra | 17:44 | |
zaro | cool, thanks! | 17:44 |
*** sdake has quit IRC | 17:45 | |
cody-somerville | pabelanger: nibalizer has been using it. It just did a talk about it at SCALE the other week. | 17:45 |
*** armax has joined #openstack-infra | 17:46 | |
jeblair | krotscheck: oops, i forgot ready scripts are image-installed | 17:46 |
*** diana_clarke has quit IRC | 17:47 | |
jeblair | this always gets us | 17:47 |
*** angdraug has quit IRC | 17:47 | |
greghaynes | dib release incoming | 17:47 |
*** zeih has joined #openstack-infra | 17:47 | |
krotscheck | jeblair: Those happen automatically overnight, no? | 17:47 |
jeblair | krotscheck: so we still need to kick off image builds | 17:47 |
krotscheck | jeblair: How's that done? | 17:47 |
jeblair | krotscheck: yeah, either wait until tomorrow or manually start them | 17:47 |
*** salv-orl_ has quit IRC | 17:48 | |
jeblair | krotscheck: but the dib image builds are not reliable at the moment | 17:48 |
*** SumitNaiksatam has joined #openstack-infra | 17:48 | |
jeblair | krotscheck: so if we actually want it done, i should probably run them manually | 17:48 |
krotscheck | So either way it'll give us random results? | 17:48 |
krotscheck | Will the dib release that greghaynes just mentioned help? | 17:49 |
*** thorst has joined #openstack-infra | 17:49 | |
jeblair | krotscheck: no, we need nodepool changes | 17:49 |
pabelanger | cody-somerville: nibalizer good to know. Diving down the rabbit hole with it too, just curious what people think of it | 17:49 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Revert "Use pip 7 for ironic" https://review.openstack.org/273688 | 17:49 |
krotscheck | so many moving pieces. Yeesh. | 17:49 |
krotscheck | jeblair: I'm a little paranoid about things exploding when I'm not around. | 17:50 |
jeblair | krotscheck: yeah, it's unfortunate that this and the nodepool-builder work collided. | 17:50 |
krotscheck | jeblair: But I don't think I have the access rights to manually build images. | 17:50 |
* greghaynes notices nodepool patches need rebasing | 17:50 | |
*** diazjf1 has quit IRC | 17:50 | |
pabelanger | cody-somerville: is your talk online? | 17:50 |
krotscheck | Also, I only have 1.5 more hours before I shift into daycare mode. | 17:51 |
krotscheck | jeblair: I'm guessing you have to do this build manually? | 17:51 |
cody-somerville | pabelanger: It was nibalizer's talk, but here is the link: https://www.socallinuxexpo.org/scale/14x/presentations/secure-mesh-vpn-w-service-discovery | 17:51 |
cody-somerville | pabelanger: There are slides there. Dunno if it was recorded. | 17:51 |
*** amitgandhinz has quit IRC | 17:52 | |
tonyb | elmiko: Done. | 17:53 |
nibalizer | uh yea the consul part got downplayed quite a bit | 17:53 |
elmiko | tonyb: awesome, thank you! (also, have a safe flight) | 17:53 |
nibalizer | we ended up using etcd a bunch more | 17:53 |
* tonyb has a bit of a wait befoer the flight | 17:54 | |
tonyb | elmiko: as I said in the review sorry for the delay. | 17:54 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Cleanup bulder jobs and add disconnect support https://review.openstack.org/272384 | 17:54 |
elmiko | tonyb: no apologies necessary, i'm still learning about that repo | 17:54 |
*** hasharAway has quit IRC | 17:54 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Adjust api-wg meeting time to match reality https://review.openstack.org/271321 | 17:55 |
*** diazjf has joined #openstack-infra | 17:56 | |
*** unicell has joined #openstack-infra | 17:56 | |
greghaynes | jeblair: so re: builders, I think the next step is to try and actually figure out what is causing the gear disconnects? | 17:57 |
*** diazjf has quit IRC | 17:57 | |
pabelanger | nibalizer: good to know | 17:57 |
*** AJaeger has joined #openstack-infra | 17:57 | |
jeblair | greghaynes: well, after merging outstanding changes since right now, nodepool just gets stuck and stops building images completely | 17:57 |
greghaynes | jeblair: after a disconnect? | 17:58 |
jeblair | greghaynes: yeah | 17:58 |
*** yaume_ has quit IRC | 17:58 | |
jeblair | greghaynes: because the db records get left in 'building' state | 17:58 |
jeblair | greghaynes: this is part of the reason i've spent most of the week trying to get images built | 17:58 |
greghaynes | jeblair: with https://review.openstack.org/#/c/272384/ ? | 17:58 |
jeblair | greghaynes: right, we need to merge that | 17:58 |
jeblair | greghaynes: but right now, i have to go try to get images built | 17:58 |
greghaynes | ah, ok | 17:59 |
*** bryan_att has joined #openstack-infra | 17:59 | |
*** binbincong_ has quit IRC | 17:59 | |
*** dahoo has joined #openstack-infra | 18:00 | |
*** Jeffrey4l has quit IRC | 18:00 | |
*** amitgandhinz has joined #openstack-infra | 18:01 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 18:02 |
*** diazjf has joined #openstack-infra | 18:02 | |
*** isaacb has quit IRC | 18:02 | |
*** thorst has quit IRC | 18:03 | |
*** thorst has joined #openstack-infra | 18:03 | |
*** derekh has quit IRC | 18:03 | |
*** ybathia has joined #openstack-infra | 18:03 | |
*** lucasagomes is now known as lucas-away | 18:03 | |
AJaeger | if there are some project-config reviewers around: I'd like to have the small https://review.openstack.org/273522 merged today (has one +2) and great bonus would be https://review.openstack.org/270697, please | 18:03 |
*** julim has quit IRC | 18:04 | |
mgagne | looking for +A for this cosmetic change to gerrit: https://review.openstack.org/#/c/263866/ | 18:06 |
*** julim has joined #openstack-infra | 18:06 | |
*** thorst has quit IRC | 18:08 | |
*** sputnik13 has joined #openstack-infra | 18:09 | |
*** jordanP has quit IRC | 18:10 | |
*** abregman has quit IRC | 18:11 | |
jeblair | greghaynes, krotscheck: it looks like the buildir is still running and uploading right now | 18:11 |
jeblair | so i'll review nodepool changes while we're waiting | 18:11 |
krotscheck | jeblair: That's a good thing? | 18:11 |
*** dprince has joined #openstack-infra | 18:11 | |
krotscheck | jeblair: We don't need https://review.openstack.org/#/c/272215/ anymore, yes? | 18:11 |
jeblair | krotscheck: yes and no. it means it hasn't broken yet, but it also means that it is not finished with this mornings images yet | 18:12 |
jeblair | krotscheck: abandoned, thanks | 18:12 |
jeblair | though now i'm going to go diasble the emc isilon ci account | 18:12 |
jeblair | (fastest way to get your third-party ci account disabled is to comment on a devstack-gate patch) | 18:12 |
*** edmondsw has quit IRC | 18:13 | |
mordred | jeblair: ++ | 18:13 |
krotscheck | Cool. Only three more patches in the afs-mirror topic, all cleanup actions, waiting on recheck. Any reason to WIP them? | 18:13 |
*** boris-42 has quit IRC | 18:13 | |
*** binbincong_ has joined #openstack-infra | 18:14 | |
*** ashleighfarnham has quit IRC | 18:14 | |
*** kushal has quit IRC | 18:14 | |
*** sabeen3 has quit IRC | 18:14 | |
*** placko_ has quit IRC | 18:16 | |
krotscheck | All the wheel_mirror patches are green again https://review.openstack.org/#/q/status:open+branch:master+topic:wheel_mirror | 18:16 |
*** flepied has quit IRC | 18:18 | |
*** hashar has joined #openstack-infra | 18:19 | |
*** pradk has quit IRC | 18:20 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 18:21 |
*** bhunter71 has quit IRC | 18:21 | |
*** ashleighfarnham has joined #openstack-infra | 18:21 | |
*** hashar is now known as hasharDinner | 18:22 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Add a page to view all of your subscriptions https://review.openstack.org/257509 | 18:24 |
*** kushal has joined #openstack-infra | 18:25 | |
*** sdake_ has quit IRC | 18:26 | |
*** fawadkhaliq has quit IRC | 18:26 | |
AJaeger | krotscheck: I reviewed the project-config changes and have a few questions/comments. | 18:26 |
krotscheck | AJaeger: On the patches? | 18:27 |
krotscheck | AJaeger: Will go look | 18:27 |
AJaeger | but I'm not really up to what your doing, so can't -1 - and neither feel confident with a +2. | 18:27 |
AJaeger | krotscheck: so, consider it - and others have to +2. | 18:27 |
krotscheck | AJaeger: Works for me. Do you feel there's room for additional documentation explaining what I'm doing? A clarification of the unified mirrors spec for example? | 18:29 |
AJaeger | krotscheck: I would need to review the rest of the changes to say that... | 18:29 |
*** trown is now known as trown|lunch | 18:29 | |
mgagne | jeblair there are a bunch of images stuck in saving at internap (in both accounts) since december, can they be deleted? | 18:30 |
*** rossella_s has quit IRC | 18:31 | |
*** ajmiller has quit IRC | 18:31 | |
*** rossella_s has joined #openstack-infra | 18:31 | |
*** kdas_ has joined #openstack-infra | 18:32 | |
*** ashleighfarnham has quit IRC | 18:32 | |
*** rockyg has joined #openstack-infra | 18:33 | |
*** e0ne has joined #openstack-infra | 18:34 | |
*** ddecapit has joined #openstack-infra | 18:34 | |
*** ddecapit is now known as DuaneDeC7 | 18:34 | |
krotscheck | AJaeger: Got it. | 18:34 |
*** pradk has joined #openstack-infra | 18:34 | |
krotscheck | AJaeger: Ok, the other afs-mirror patches are now green. | 18:35 |
krotscheck | https://review.openstack.org/#/q/status:open+branch:master+topic:afs-mirror | 18:35 |
krotscheck | Sorry,that was meant for jeblair and mordred ^^ | 18:35 |
*** jaosorior has quit IRC | 18:35 | |
*** kushal has quit IRC | 18:35 | |
*** jaosorior has joined #openstack-infra | 18:35 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add windmill project https://review.openstack.org/273702 | 18:35 |
*** ajmiller has joined #openstack-infra | 18:36 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: WIP: Test for gear disconnect with queued builds https://review.openstack.org/273703 | 18:36 |
*** ccrouch1 has quit IRC | 18:36 | |
rockyg | hey guys, just a quickie... calendar patch needs review for eglute | 18:36 |
*** jsavak has quit IRC | 18:37 | |
eglute | thanks rockyg, this patch: https://review.openstack.org/#/c/271895/ | 18:37 |
*** hdd has quit IRC | 18:37 | |
*** rhallisey has quit IRC | 18:38 | |
AJaeger | rockyg: tonyb is doing this and will take care of it ... | 18:38 |
eglute | thank you AJaeger and tonyb! | 18:38 |
jeblair | mgagne: yes | 18:38 |
rockyg | Thanks! | 18:38 |
harlowja | jeblair mordred clarkb question for u guys, i've been circulating around internally the whole http://docs.openstack.org/infra/system-config/contribute-cloud.html and seeing if yahoo can get involved to donate some gear, and would it be possible perhaps to grab one of u on a phone-conference-call with some PE/SE folks here to discuss how much work would be involved,... | 18:39 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: WIP: Test for gear disconnect with queued builds https://review.openstack.org/273703 | 18:39 |
*** jsavak has joined #openstack-infra | 18:39 | |
greghaynes | jeblair: ^ found another fail case in there, need to fix up that test to not sleep() though | 18:39 |
clarkb | harlowja: I can probably do something next week but have travel and catchup this week | 18:40 |
openstackgerrit | Merged openstack/requirements: bump os-testr uppper constraints to use generate-subunit https://review.openstack.org/273192 | 18:40 |
harlowja | clarkb cool, even a conference-call i think would be ok | 18:40 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 18:40 |
*** diazjf has left #openstack-infra | 18:40 | |
harlowja | from internal email with one of the SE managers 'I would like to know more details on LOE required before we get involved. Let us meet and discuss next week.' | 18:40 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add windmill project https://review.openstack.org/273702 | 18:41 |
harlowja | so being that i'm not the best one to know this answer, maybe can drag someone here into that 'discussion' | 18:41 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:42 | |
*** ashleighfarnham has joined #openstack-infra | 18:43 | |
*** maishsk has joined #openstack-infra | 18:45 | |
*** kdas_ has quit IRC | 18:45 | |
*** Sukhdev has quit IRC | 18:48 | |
*** masahito has joined #openstack-infra | 18:49 | |
mgagne | jeblair deleted 542121e7-22d2-46d3-9241-6947ed1ac582 by mistake | 18:49 |
clarkb | harlowja monday between 9am and 5pm pacific is probably fine for me if that works | 18:50 |
harlowja | clarkb kk | 18:50 |
*** hdd has joined #openstack-infra | 18:50 | |
harlowja | clarkb i'll let u know, no offical meeting setup with the PE/SE folks here yet | 18:50 |
clarkb | harlowja: just tell me when and where to call kk | 18:51 |
harlowja | cool | 18:51 |
harlowja | thx | 18:51 |
AJaeger | krotscheck: let's use a job in 273549 - for the other changes, let's see what other reviewers say, I'm fine with it going in as is. | 18:51 |
jeblair | mgagne: np, that's our n-1 image. i will delete it from nodepool. | 18:51 |
AJaeger | Unless you want to add some comments as suggested | 18:51 |
mgagne | jeblair we are currently investigating the image stuck in saving problem | 18:52 |
jeblair | mgagne: ok, let me know if i can help; we have logs for about 1 month. | 18:52 |
*** sabeen has joined #openstack-infra | 18:52 | |
jeblair | no we don't | 18:52 |
mgagne | jeblair it's mainly on the network side | 18:52 |
jeblair | mgagne: we have logs for about 10 days. | 18:52 |
mgagne | thanks, we ask if needed. issue is network related and intermittent | 18:53 |
jeblair | greghaynes: left commens on your jobs change | 18:54 |
jeblair | and commas. and comments. | 18:54 |
*** sabeen2 has joined #openstack-infra | 18:54 | |
*** pvaneck has joined #openstack-infra | 18:55 | |
dmsimard | Is it possible to expand Jenkins environmental variables in a gerrit review commit message (through JJB) ? Something like https://github.com/openstack-infra/project-config/blob/373ce5f0e04e5b62e4faeb673a149e9912e83660/zuul/layout.yaml#L7 "Build successful: $BUILD_URL" for example. $BUILD_URL is a Jenkins env variable that contains the full URL to the job. | 18:55 |
*** ccrouch has joined #openstack-infra | 18:55 | |
greghaynes | jeblair: re: deleteDibImage call - the issue is if the builder has accepted the build job, then we get a disconnect while it is building | 18:55 |
greghaynes | jeblair: We could just ignore that case for now and delete the image with our periodic job list / cleanup | 18:56 |
greghaynes | jeblair: but the thinking is that would cause the image to be deleted from the builder as soon as it is done building | 18:56 |
*** sabeen has quit IRC | 18:56 | |
clarkb | dmsimard: you mean update the message with build details? you cant do that without making a new commit. also the logs only exist for 4 months bwfore being deleted so arent useful long term in repo history | 18:57 |
openstackgerrit | Merged openstack-infra/irc-meetings: Switch odd/even weeks for diversity meetings. Fixed a small typo. https://review.openstack.org/271895 | 18:59 |
*** tzn has quit IRC | 19:00 | |
dmsimard | clarkb: this is for another gerrit and jenkins instance (gerrithub), I'd like to have something closer to what review.openstack.org provides (link to the job logs) but do not have control over the configuration of the gerrit trigger plugin in jenkins | 19:00 |
greghaynes | jeblair: alternatively - is there a way to have gearman not queue a job if a worker does not exist to handle it? | 19:01 |
greghaynes | jeblair: actually, nvm, that wont work for what we want | 19:01 |
*** ybathia has quit IRC | 19:01 | |
dmsimard | I have a sort of hack where the job retrieves just a single artifact (a html file with a javascript redirect to where the logs are really located), I know the path to that artifact is $BUILD_URL/artifact/logs.html so I was hoping to be able to put that in the review message. | 19:01 |
mgagne | jeblair are any of the custom images in the internal account (not for Jenkins) still needed? | 19:02 |
*** kushal has joined #openstack-infra | 19:02 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 19:03 |
AJaeger | pabelanger: what a nice windmill review - a new project proposal where the commit message answers all my default questions ;) | 19:03 |
*** ZZelle_ has joined #openstack-infra | 19:04 | |
pabelanger | AJaeger: we should do a talk about how to add a project to openstack | 19:06 |
AJaeger | pabelanger: let's do some lightning talk, shall we? | 19:07 |
pabelanger | AJaeger: MAKE IT SO | 19:07 |
* AJaeger can't approve on that project ;) | 19:07 | |
jeblair | greghaynes: yeah, i think the key is when does the image-delete function get registered? | 19:08 |
greghaynes | jeblair: after an image-build completes successfully | 19:09 |
greghaynes | jeblair: there was another reason I was rethinking that design, though | 19:09 |
*** trown|lunch is now known as trown | 19:09 | |
greghaynes | which I cant remember | 19:09 |
greghaynes | http://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/builder.py#n222 | 19:10 |
jeblair | greghaynes: then i think deleteDibImage needs to check for the function before calling -- because there are multiple cases: fail before start, fail during build, and complete. 2 of them will not have the function and one will. | 19:10 |
jeblair | greghaynes: what if the builder restarts during a build? | 19:10 |
jeblair | greghaynes: when it looks at the files on disk, will it think that a half-built image is there and register its functions? | 19:11 |
greghaynes | jeblair: for a restart we should get a work failed? | 19:11 |
greghaynes | jeblair: it should not unless the dib completes in which case it is fine to register those functions | 19:11 |
jeblair | greghaynes: assume nodepoold is not running at the time :) | 19:11 |
Swanson | asselin, Is it possible to install zuul 0.2.0 anymore? Lots of ubuntu package failures.... | 19:11 |
asselin | Swanson, don't know.... | 19:12 |
Swanson | asselin, safe to go in the water for zuul latest? | 19:12 |
*** baoli has quit IRC | 19:12 | |
asselin | infra does, so should be ok | 19:13 |
greghaynes | jeblair: oh, I see what youre saying, a disconnect happens after a builder accepts a job and then the builder restarts? | 19:14 |
jeblair | greghaynes: i'm saying /etc/init.d/nodepool-builder stop | 19:14 |
Swanson | asselin, cool. Thanks | 19:14 |
*** kzaitsev_mb has quit IRC | 19:15 | |
greghaynes | jeblair: yes, so there is a missing work item here of make nodepool eventually consistent WRT registered jobs. I was thinking that would be an on startup and a periodic task when we do a job list | 19:15 |
*** ybathia has joined #openstack-infra | 19:15 | |
greghaynes | jeblair: but then on top of that we would make best estimates of when we can call things like delete | 19:15 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from global requirements https://review.openstack.org/246114 | 19:16 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 19:17 |
*** hasharDinner has quit IRC | 19:17 | |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Set overcloud deploy timeout https://review.openstack.org/273716 | 19:18 |
jeblair | greghaynes: i'm not sure i like 'best estimate' :) | 19:18 |
jeblair | greghaynes: this is an app that is constantly encountering failure from all corners | 19:18 |
*** angdraug has joined #openstack-infra | 19:18 | |
greghaynes | jeblair: As long as we err to the side of only calling delte when we absolutely know we can then it should be fine | 19:18 |
greghaynes | jeblair: hrm | 19:19 |
greghaynes | jeblair: ok, well it isn't hard to convince me to delete code | 19:19 |
greghaynes | it is my favorite activity | 19:19 |
greghaynes | and it sounds like the plan is, for now, just dont call the delete job no matter what and rely on becoming eventually consistent with the registered jobs? | 19:20 |
*** Sukhdev has joined #openstack-infra | 19:20 | |
jeblair | greghaynes: i still don't know the right answer -- i only know what i want it to do -- which is, no matter when or where an error occurs, to be able to delete the image. i want there to be a single method in nodepool which is "do whatever must be done to delete the image" and i want to be able to call it at any time. if it succeeds, great. if it does not, it will have marked the image for deletion and will try again later. it ... | 19:21 |
jeblair | ... should never deadlock. | 19:21 |
jeblair | greghaynes: i don't know how to reconcile that with the fact that the image-delete function may or may not be present. perhaps we should register it immediately when the build job is accepted. | 19:22 |
jeblair | greghaynes: but then i still worry about what happens in the case of a builder restart | 19:23 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Remove "created" and "updated" columns for projects and project groups https://review.openstack.org/273572 | 19:23 |
*** yamahata has quit IRC | 19:23 | |
greghaynes | jeblair: My thinking for that was to cache our gearman job list, if you call deleteImage itll check the cache (which we can inject delete entries in to on a build job success) and call the delete job if it should, it will also delete the db record for the image. In addition there will be a periodic task which updates the cache and reconciles registered jobs with db entries. | 19:24 |
*** abregman has joined #openstack-infra | 19:24 | |
*** peristeri has quit IRC | 19:24 | |
*** keedya has joined #openstack-infra | 19:24 | |
greghaynes | That is a bit of code though, so this patch was me hoping to get us limping for now | 19:25 |
jeblair | greghaynes: nodepool already lists all jobs every 10 seconds | 19:25 |
jeblair | so we should piggyback on that | 19:26 |
greghaynes | jeblair: Yep | 19:26 |
greghaynes | that would be the 'periodic task' | 19:26 |
*** thorst has joined #openstack-infra | 19:26 | |
*** sputnik13 has quit IRC | 19:27 | |
*** rockyg has quit IRC | 19:28 | |
*** peristeri has joined #openstack-infra | 19:29 | |
greghaynes | jeblair: does that seem sane-ish? | 19:29 |
jeblair | greghaynes: yeah; i do still think it's race-prone, but i can't come up with anything better now. | 19:30 |
*** rkukura_ has joined #openstack-infra | 19:30 | |
greghaynes | jeblair: yep, I think the key is just going to be to make sure we fail on the side of not submitting a delete job and then letting the next periodic update fix things | 19:31 |
*** jsavak has quit IRC | 19:31 | |
jeblair | greghaynes: note we'll need to check for whether there is a worker registered for the function, not just whether the function exists (since functions persist in the listing even with no workers) | 19:32 |
greghaynes | jeblair: ah, yep | 19:32 |
jeblair | greghaynes: and yeah, i can get on board with implementing the periodic bits later | 19:33 |
*** rkukura has quit IRC | 19:33 | |
*** rkukura_ is now known as rkukura | 19:33 | |
jeblair | we can handle leaking a few images | 19:33 |
jeblair | for a bit | 19:33 |
greghaynes | jeblair: yep, so youre fine with leave the bit of state tracking for now so we can try and cleanup for most cases? Maybe put a todo of remove this when we have periodic clenup? | 19:34 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Display Assignees on Cards and Worklists https://review.openstack.org/269707 | 19:35 |
*** _nadya_ has joined #openstack-infra | 19:36 | |
*** ashleighfarnham has quit IRC | 19:36 | |
jeblair | greghaynes: i'm not crazy about it... i'd almost rather fire-and-forget the image-delete job with a todo of "we can start waiting for this if we add in function registration checks" | 19:37 |
jeblair | greghaynes: so deleteDibImage is: 1) submit image-delete job and forget about it. 2) delete db row. | 19:38 |
*** HeOS has joined #openstack-infra | 19:38 | |
greghaynes | jeblair: hrm. The issue is that will leave stale delete jobs ... what about if we just never submit image-delete in the disconnect case? | 19:39 |
*** hdd has quit IRC | 19:39 | |
greghaynes | the fail mode there is the builder has extra images | 19:39 |
greghaynes | its kind of both bad | 19:39 |
greghaynes | :/ | 19:39 |
jeblair | greghaynes: yeah, but some stale jobs won't hurt us much. i like that approach because it gives deleteDibImage the semantics we want -- "do whatever you need to in order to delete the image" | 19:40 |
jeblair | greghaynes: (it's just not very good at it yet) | 19:40 |
jeblair | greghaynes: but then the rest of the code can be read with it in that light | 19:40 |
greghaynes | Yep, thats a good point | 19:40 |
greghaynes | ok | 19:40 |
jeblair | then we can make it better at its job :) | 19:40 |
*** tphummel has quit IRC | 19:40 | |
greghaynes | and actually, cleaning up stale jobs is super easy - restart nodepool | 19:41 |
jeblair | well, geard i think | 19:41 |
greghaynes | oh, geard would remember the registered job? | 19:42 |
*** salv-orlando has joined #openstack-infra | 19:42 | |
*** hashar has joined #openstack-infra | 19:43 | |
greghaynes | anyhow, still SGTM | 19:43 |
jeblair | if we submit image-delete:foo when it's not registered, geard will enqueue it and it will sit in the queue until geard is restarted | 19:43 |
jeblair | (regardless of whether it's registered by a worker) | 19:43 |
greghaynes | so when the client who submitted the job disconnects, it only dequeues the job? | 19:44 |
*** keedya has quit IRC | 19:45 | |
*** austin81 has joined #openstack-infra | 19:48 | |
*** salv-orlando has quit IRC | 19:50 | |
*** electrofelix has quit IRC | 19:50 | |
jeblair | yes, it will remove the job from the queue, but once a function shows up, it never removes the function from the list of functions it knows about and reports in status. | 19:51 |
greghaynes | got it | 19:51 |
*** yamahata has joined #openstack-infra | 19:51 | |
*** keedya has joined #openstack-infra | 19:52 | |
*** ybathia has quit IRC | 19:53 | |
jeblair | hrm, it says it's been uploading an image for 2 hours | 19:53 |
*** ashleighfarnham has joined #openstack-infra | 19:54 | |
jeblair | cacti makes it look like it's uploading at 10mbit | 19:54 |
jeblair | so it should be done with this single upload in another 1.5 hours. | 19:56 |
*** ayoung has quit IRC | 19:56 | |
jeblair | that's so weird since it hit 150mbit for bhs1 but only 10 for gra1. | 19:57 |
greghaynes | :/ | 19:57 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources: Summit Application API https://review.openstack.org/221964 | 19:57 |
*** dkranz has quit IRC | 20:00 | |
*** dimtruck is now known as zz_dimtruck | 20:03 | |
*** tsufiev has quit IRC | 20:07 | |
*** tsufiev has joined #openstack-infra | 20:07 | |
*** rbrndt_ has quit IRC | 20:08 | |
*** rbrndt has joined #openstack-infra | 20:08 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: Fix on Key not found error description https://review.openstack.org/273730 | 20:08 |
*** zz_dimtruck is now known as dimtruck | 20:10 | |
*** jsavak has joined #openstack-infra | 20:12 | |
*** zeih has quit IRC | 20:12 | |
*** ldnunes has quit IRC | 20:15 | |
*** tlian has quit IRC | 20:17 | |
*** hdd has joined #openstack-infra | 20:17 | |
*** tlian has joined #openstack-infra | 20:17 | |
*** salv-orlando has joined #openstack-infra | 20:17 | |
*** bnemec has quit IRC | 20:18 | |
jeblair | clarkb: at some point we may want to look into our connections to ovh with respect to window scaling, etc; i think we're getting fairly inconsistent results. | 20:18 |
openstackgerrit | Merged openstack-infra/openstackid: Fix on Key not found error description https://review.openstack.org/273730 | 20:21 |
*** bhunter71 has joined #openstack-infra | 20:21 | |
*** ayoung has joined #openstack-infra | 20:22 | |
*** abregman is now known as abregman|nb | 20:22 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Only update the moving item when moving items in worklists https://review.openstack.org/273564 | 20:22 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul: Set logserver variables using temp url key only https://review.openstack.org/270338 | 20:22 |
*** bnemec has joined #openstack-infra | 20:25 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: Fix on Key not found error description https://review.openstack.org/273738 | 20:25 |
*** tiswanso has quit IRC | 20:29 | |
*** jsavak has quit IRC | 20:30 | |
*** salv-orlando has quit IRC | 20:30 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Grafana: add image upload times for OVH https://review.openstack.org/273742 | 20:30 |
*** jsavak has joined #openstack-infra | 20:30 | |
*** tiswanso has joined #openstack-infra | 20:30 | |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Enable undercloud ssl on nonha job https://review.openstack.org/273743 | 20:34 |
openstackgerrit | Merged openstack-infra/openstackid: Fix on Key not found error description https://review.openstack.org/273738 | 20:34 |
*** piet has quit IRC | 20:35 | |
*** SumitNaiksatam has quit IRC | 20:35 | |
mgagne | jeblair don't know what is is worth but: https://www.reddit.com/r/seedboxes/comments/35qm97/does_ovh_still_throttle/ | 20:36 |
*** ociuhandu has quit IRC | 20:36 | |
*** piet has joined #openstack-infra | 20:36 | |
mgagne | jeblair could be throttling to fight seedboxes | 20:37 |
*** peristeri has quit IRC | 20:37 | |
*** vgridnev has joined #openstack-infra | 20:37 | |
*** tiswanso has quit IRC | 20:41 | |
*** jaosorior has quit IRC | 20:41 | |
*** dimtruck is now known as zz_dimtruck | 20:43 | |
*** ybathia has joined #openstack-infra | 20:45 | |
*** thorst has quit IRC | 20:46 | |
*** thorst has joined #openstack-infra | 20:47 | |
openstackgerrit | Merged openstack-infra/system-config: Run puppet-apply tests with fedora 23 https://review.openstack.org/231681 | 20:48 |
AJaeger | nibalizer: could you put https://review.openstack.org/#/c/273522/ on your review queue, please? | 20:48 |
*** tzn has joined #openstack-infra | 20:50 | |
*** tzn has quit IRC | 20:50 | |
*** matrohon has joined #openstack-infra | 20:50 | |
*** tzn has joined #openstack-infra | 20:50 | |
*** ashleighfarnham has quit IRC | 20:50 | |
krotscheck | AJaeger: roger wilco | 20:51 |
*** DuaneDeC7 has quit IRC | 20:51 | |
*** DuaneDeC7 has joined #openstack-infra | 20:52 | |
*** tiswanso has joined #openstack-infra | 20:52 | |
openstackgerrit | Ben Nemec proposed openstack-infra/project-config: Enable linters job on tripleo-heat-templates https://review.openstack.org/258122 | 20:54 |
*** bhunter71 has quit IRC | 20:55 | |
*** thorst has quit IRC | 20:55 | |
*** _nadya_ has quit IRC | 20:57 | |
openstackgerrit | Merged openstack-infra/project-config: Grafana: add image upload times for OVH https://review.openstack.org/273742 | 20:57 |
*** matrohon has quit IRC | 20:58 | |
*** KimJ has joined #openstack-infra | 20:59 | |
*** ashleighfarnham has joined #openstack-infra | 20:59 | |
*** rbrndt has quit IRC | 20:59 | |
openstackgerrit | Timur Sufiev proposed openstack/requirements: Cap Selenium package to not exceed version 2.49 https://review.openstack.org/273750 | 21:00 |
*** [1]Thelo has joined #openstack-infra | 21:00 | |
openstackgerrit | Anne Gentle proposed openstack-infra/reviewstats: Adds data for magnum team https://review.openstack.org/273753 | 21:00 |
*** DuaneDeC7 has quit IRC | 21:01 | |
*** rcernin has quit IRC | 21:02 | |
*** dmsimard_ has joined #openstack-infra | 21:02 | |
*** dmsimard_ has quit IRC | 21:02 | |
*** Thelo has quit IRC | 21:03 | |
*** [1]Thelo is now known as Thelo | 21:03 | |
*** kgiusti has left #openstack-infra | 21:03 | |
ianw | jeblair / greghaynes : what do you think about deploying git diskimage-builder onto nodepool. of course it means we have a slightly bigger window of potential issues that are missed before a release, but i feel like we're resilient to build failures. the benefit is that we speed up our ability to iterate and fix issues | 21:03 |
*** jsavak has quit IRC | 21:05 | |
*** vilobhmm11 has joined #openstack-infra | 21:07 | |
*** annegentle has joined #openstack-infra | 21:09 | |
*** EricGonc_ has quit IRC | 21:09 | |
*** abregman|nb has quit IRC | 21:09 | |
*** notnownikki has quit IRC | 21:09 | |
*** annegentle is now known as Guest87841 | 21:10 | |
*** nelsnels_ has quit IRC | 21:10 | |
*** Guest87841 is now known as agentle | 21:10 | |
*** abregman has joined #openstack-infra | 21:10 | |
*** gildub has joined #openstack-infra | 21:10 | |
*** dprince has quit IRC | 21:10 | |
*** aeng has joined #openstack-infra | 21:11 | |
*** EricGonczer_ has joined #openstack-infra | 21:11 | |
*** salv-orlando has joined #openstack-infra | 21:11 | |
greghaynes | ianw: I am pretty ambivalent to it. I haven't seen a lot of value in our running off releases since dib releases are very decoupled from nodepool, but I also don't feel like it is hard to get a dib release out if we need it | 21:12 |
*** ybathia has quit IRC | 21:12 | |
greghaynes | ianw: I think one of the nodpeool jobs runs dib from git, too | 21:12 |
prometheanfire | so, about image generation... what do people think of stripping out pyo/pyc files? | 21:14 |
prometheanfire | find /usr/lib/python2.7 /usr/lib/python3.* -type f -regex .*.py[o,c] -delete {} \; | 21:14 |
prometheanfire | also, removing tests rm -Rf /usr/lib/python2.7/test /usr/lib/python3.*/test | 21:14 |
*** baoli has joined #openstack-infra | 21:15 | |
greghaynes | prometheanfire: for what benefit? just image size? | 21:15 |
prometheanfire | just image size | 21:15 |
greghaynes | prometheanfire: we often trade using space to speed up tests, so that would be moving in the other direction | 21:15 |
*** tphummel has joined #openstack-infra | 21:15 | |
*** baoli_ has joined #openstack-infra | 21:15 | |
prometheanfire | ok, I can remove those two lines then | 21:15 |
greghaynes | prometheanfire: but if you want to make an element that does it, you can easily opt-in to having that | 21:15 |
prometheanfire | it's about 50M to the final qcow | 21:16 |
prometheanfire | that's true | 21:16 |
prometheanfire | I might do that seperately | 21:16 |
prometheanfire | call it image-shrinker or something | 21:16 |
*** ybathia has joined #openstack-infra | 21:16 | |
agentle | How do I run the reviewstats scripts? See https://review.openstack.org/#/c/273753 for my lost-ness in full detail | 21:17 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for gentoo to a bunch of elements https://review.openstack.org/270597 | 21:18 |
*** piet has quit IRC | 21:18 | |
ianw | prometheanfire: for esxi, we used to do the opposite ... just ship the .pyc | 21:18 |
HeOS | Hello! I want to ask you about the 'reviewers' plugin: https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-plugins.html#reviewers. Are you using it? | 21:19 |
prometheanfire | greghaynes: if you have time.... https://review.openstack.org/#/c/270597/ | 21:20 |
*** Sukhdev has quit IRC | 21:20 | |
*** baoli has quit IRC | 21:20 | |
*** abregman is now known as abregman|afk | 21:21 | |
*** ashleighfarnham has quit IRC | 21:21 | |
*** amrith is now known as _amrith_ | 21:21 | |
*** eezhova has quit IRC | 21:22 | |
ianw | prometheanfire: i can make some time to look too ... but can you split it up? most of the element changes should be independent, right? with just the gentoo element patch sitting on top? | 21:22 |
*** SumitNaiksatam has joined #openstack-infra | 21:23 | |
prometheanfire | ianw: somewhat | 21:23 |
*** ayoung has quit IRC | 21:24 | |
*** agentle has quit IRC | 21:24 | |
prometheanfire | ianw: it does all pass though | 21:24 |
*** baoli_ has quit IRC | 21:24 | |
prometheanfire | and most of the patch is in one file being added | 21:24 |
*** baoli has joined #openstack-infra | 21:24 | |
ianw | i guess partly my point is if they're not, they should be, to ensure we're keeping the elements as separate as possible | 21:24 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/infra-manual: WIP: Add information about enabling translations https://review.openstack.org/273759 | 21:26 |
*** sabeen2 has quit IRC | 21:26 | |
prometheanfire | ianw: they could be separated, but I'd rather not, if only because less work | 21:28 |
*** rcernin has joined #openstack-infra | 21:28 | |
*** sabeen has joined #openstack-infra | 21:30 | |
*** denisra has joined #openstack-infra | 21:31 | |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: Add non-voting rally job for networking-odl. https://review.openstack.org/269174 | 21:31 |
*** jsavak has joined #openstack-infra | 21:31 | |
openstackgerrit | Dmitriy Ukhlov proposed openstack-infra/project-config: Adds non voting ceilometer tests for oslo.messaging drivers https://review.openstack.org/273637 | 21:31 |
ianw | prometheanfire: that just moves the work to the reviewers to untangle things, that's not a good trade-off | 21:32 |
*** cathy_ has joined #openstack-infra | 21:32 | |
prometheanfire | ianw: ya... | 21:32 |
openstackgerrit | Dmitriy Ukhlov proposed openstack-infra/project-config: Adds non voting ceilometer tests for oslo.messaging drivers https://review.openstack.org/273637 | 21:33 |
prometheanfire | all those new bugs | 21:33 |
*** sabeen3 has joined #openstack-infra | 21:33 | |
*** sabeen has quit IRC | 21:34 | |
*** Sukhdev has joined #openstack-infra | 21:35 | |
*** tphummel has quit IRC | 21:36 | |
*** kzaitsev_mb has joined #openstack-infra | 21:36 | |
openstackgerrit | Merged openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/273297 | 21:36 |
openstackgerrit | Dan Smith proposed openstack-infra/elastic-recheck: Query for stalling libvirt live migration https://review.openstack.org/273763 | 21:38 |
*** shardy has quit IRC | 21:38 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add new cloud-init element https://review.openstack.org/273764 | 21:38 |
*** jcoufal has joined #openstack-infra | 21:39 | |
*** ashleighfarnham has joined #openstack-infra | 21:40 | |
cathy_ | Hi, I have a question on a document update. We have a document update patch merged for networking-sfc project, https://review.openstack.org/#/c/273708/, but this update does not show up in the networking-sfc document page---http://docs.openstack.org/developer/networking-sfc/. Could you clarify why? | 21:41 |
*** jesusaur has quit IRC | 21:42 | |
*** amitgandhinz has quit IRC | 21:43 | |
*** jesusaur has joined #openstack-infra | 21:43 | |
jeblair | cathy_: the job that performs the update may still be in the queue; see the 'post' pipeline at http://status.openstack.org//zuul/ | 21:44 |
jeblair | cathy_: (they run at a lower priority than most other jobs) | 21:45 |
*** alivigni has quit IRC | 21:45 | |
*** sdake has joined #openstack-infra | 21:45 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: Enable voting for Puppet OpenStack Integration jobs https://review.openstack.org/273768 | 21:45 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add gentoo support to growroot https://review.openstack.org/273769 | 21:45 |
*** sdake has quit IRC | 21:45 | |
*** alivigni has joined #openstack-infra | 21:46 | |
kzaitsev_mb | anteaya: is there a standard for 3d-party CI's on how to retrigger them? We currently use 'retrigger murano-ci' | 21:46 |
*** ayoung has joined #openstack-infra | 21:47 | |
cathy_ | jeblair: Thanks. So after it is merged, the change should show up on the document page, right? | 21:47 |
kzaitsev_mb | anteaya: AJaeger suggested I ask you if there is a standard pattern +) | 21:47 |
jeblair | cathy_: after that job runs, yes, assuming everything is configured correctly | 21:47 |
*** sdake has joined #openstack-infra | 21:48 | |
*** flwang1 has joined #openstack-infra | 21:48 | |
openstackgerrit | Merged openstack/gertty: Add missing import of 'six' to app.py https://review.openstack.org/271130 | 21:48 |
jeblair | cody-somerville: ^ thanks! :) | 21:48 |
cathy_ | jeblair: we had a previous patch merged--https://review.openstack.org/#/c/271101/2, but the document does not show the change. Could you shed some light on the issue here? What is not configured properly? Thank you! | 21:49 |
*** sdake_ has joined #openstack-infra | 21:50 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add gentoo support to growroot https://review.openstack.org/273769 | 21:51 |
mgagne | kzaitsev_mb https://wiki.openstack.org/wiki/ThirdPartySystems | 21:51 |
mgagne | kzaitsev_mb click on 3rd party and there should be a note about the keyword to use | 21:51 |
mgagne | Recheck trigger: "recheck XXX" | 21:52 |
*** sdake has quit IRC | 21:52 | |
kzaitsev_mb | mgagne: but that also rechecks the gerrit checks as far as we tested =/ | 21:52 |
jeblair | kzaitsev_mb, mgagne: yes, see http://docs.openstack.org/infra/system-config/third_party.html#requirements | 21:53 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for openrc to dib-init-system https://review.openstack.org/273772 | 21:53 |
openstackgerrit | Akihiro Motoki proposed openstack-infra/project-config: Use new translation setup for all horizon plugin repos https://review.openstack.org/273773 | 21:54 |
*** baoli has quit IRC | 21:55 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for openrc to dib-init-system https://review.openstack.org/273772 | 21:55 |
*** baoli has joined #openstack-infra | 21:55 | |
*** vgridnev has quit IRC | 21:55 | |
kzaitsev_mb | jeblair: so, the way I understand it — recheck should recheck everything, but 3d-party CI may allow additional command to recheck just itself | 21:56 |
*** trown is now known as trown|outttypeww | 21:56 | |
jeblair | kzaitsev_mb: we make no promises there -- we have changed the grammar before and we change it again, so we don't recommend creating a 'recheck foo' syntax. | 21:56 |
jeblair | (we may change) | 21:57 |
jhesketh | Morning | 21:57 |
*** maishsk has quit IRC | 21:57 | |
kzaitsev_mb | k. I see, thanks for clarification | 21:58 |
jeblair | cathy_: let's see if the job in the post queue fixes it | 21:58 |
cathy_ | jeblair: OK, thanks. | 21:58 |
openstackgerrit | Merged openstack/diskimage-builder: Add systemd/fedora support to growroot https://review.openstack.org/271862 | 21:59 |
*** agentle has joined #openstack-infra | 22:00 | |
jeblair | mgagne, greghaynes, clarkb, mordred: we just started uploading a new image to ovh-gra1 and it's getting 16mbps | 22:01 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: adds support for gentoo to source-repositories by adding a pkg-map https://review.openstack.org/273776 | 22:01 |
jeblair | this is strange in that it seems to mirror what we saw with hpcloud | 22:01 |
*** maishsk has joined #openstack-infra | 22:02 | |
jeblair | where each upload was a roll of the dice for what speed it would upload at | 22:02 |
jeblair | so i'm starting to wonder if the problem is closer to home | 22:02 |
greghaynes | jeblair: Yea :( | 22:02 |
jeblair | like, something in glanceclient, or shade, or requests.... | 22:02 |
greghaynes | jeblair: we could check window sizes | 22:02 |
jeblair | or something in rax networking | 22:02 |
greghaynes | jeblair: see if it is the remote end or us which is window 0 | 22:02 |
mgagne | jeblair please keep me updated on your findings, it's interesting as we are getting similar unpredictable behavior with Glance | 22:04 |
jeblair | mgagne: will do | 22:05 |
mgagne | jeblair we had a network config issue where router was routing in software instead of hardware. it got fixed but we are still seeing issue with random upload speed | 22:05 |
*** salv-orl_ has joined #openstack-infra | 22:06 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: package-installs doesn't work in python3/gentoo https://review.openstack.org/273782 | 22:07 |
*** edmondsw has joined #openstack-infra | 22:08 | |
*** salv-orlando has quit IRC | 22:08 | |
*** tiswanso has quit IRC | 22:09 | |
*** jesusaur has quit IRC | 22:11 | |
*** jsavak has quit IRC | 22:11 | |
*** agentle_ has joined #openstack-infra | 22:13 | |
*** agentle__ has joined #openstack-infra | 22:15 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Query for stalling libvirt live migration https://review.openstack.org/273763 | 22:15 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: add support for gentoo to simple-init https://review.openstack.org/273790 | 22:15 |
jeblair | i'm restarting the nodepool builder because otherwise we'll be here till next week | 22:16 |
*** agentle has quit IRC | 22:16 | |
* greghaynes hopes to still be here next week | 22:16 | |
jeblair | greghaynes: without any bathroom breaks? :) | 22:17 |
greghaynes | oh no | 22:17 |
*** flepied has joined #openstack-infra | 22:17 | |
*** agentle_ has quit IRC | 22:18 | |
*** agentle__ has quit IRC | 22:19 | |
Swanson | All, is getting 'No nw_info cache associated with instance' errors on my CI a network setup error? | 22:20 |
*** burgerk has quit IRC | 22:21 | |
*** ayoung has quit IRC | 22:21 | |
*** ashleighfarnham has quit IRC | 22:22 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/project-config: Add Packstack integration test gate jobs https://review.openstack.org/269918 | 22:22 |
*** e0ne has quit IRC | 22:22 | |
*** ashleighfarnham has joined #openstack-infra | 22:23 | |
*** FallenPegasus has joined #openstack-infra | 22:23 | |
*** EricGonczer_ has quit IRC | 22:24 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder: fix gentoo hardened support https://review.openstack.org/273795 | 22:25 |
prometheanfire | ianw: happy? | 22:25 |
openstackgerrit | David Moreau Simard proposed openstack-infra/project-config: Add Packstack integration test gate jobs https://review.openstack.org/269918 | 22:25 |
dmsimard | AJaeger: no rush but ^ | 22:25 |
*** rbrndt_ has joined #openstack-infra | 22:26 | |
dmsimard | I took out the log recovery part and self-contained it within packstsack | 22:26 |
*** jesusaur has joined #openstack-infra | 22:28 | |
prometheanfire | ianw: https://review.openstack.org/273795 https://review.openstack.org/273790 https://review.openstack.org/273782 https://review.openstack.org/273776 https://review.openstack.org/273772 https://review.openstack.org/273769 https://review.openstack.org/273764 | 22:28 |
*** piet_ has joined #openstack-infra | 22:28 | |
*** bryan_att has quit IRC | 22:29 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Query for stalling libvirt live migration https://review.openstack.org/273763 | 22:30 |
*** cathy_ has quit IRC | 22:30 | |
*** jcoufal has quit IRC | 22:33 | |
*** baoli has quit IRC | 22:35 | |
*** moravec has quit IRC | 22:35 | |
*** baoli has joined #openstack-infra | 22:35 | |
*** rvasilets___ has joined #openstack-infra | 22:37 | |
*** diana_clarke has joined #openstack-infra | 22:37 | |
*** hashar has quit IRC | 22:41 | |
*** flwang1 has quit IRC | 22:45 | |
*** pahuang has joined #openstack-infra | 22:45 | |
*** sridhar_ram has quit IRC | 22:46 | |
*** dingyichen has joined #openstack-infra | 22:46 | |
*** baoli has quit IRC | 22:46 | |
*** baoli has joined #openstack-infra | 22:47 | |
*** tonytan4ever has quit IRC | 22:47 | |
*** maishsk has quit IRC | 22:48 | |
*** ybathia has quit IRC | 22:48 | |
*** yamahata has quit IRC | 22:49 | |
samueldmq | fungi: hi, about https://review.openstack.org/#/c/264398/ | 22:49 |
samueldmq | fungi: do you think there is anything I may do to make that move ? | 22:49 |
*** tzn has quit IRC | 22:49 | |
*** julim has quit IRC | 22:50 | |
samueldmq | fungi: we should be able to re-update that documentation once that pip issue you pointed out gets resolved | 22:50 |
*** maishsk has joined #openstack-infra | 22:50 | |
*** julim has joined #openstack-infra | 22:52 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: Add commit-message jobs to Puppet OpenStack modules gate https://review.openstack.org/273812 | 22:54 |
*** flwang1 has joined #openstack-infra | 22:55 | |
*** e0ne has joined #openstack-infra | 22:56 | |
*** dingyichen has quit IRC | 22:56 | |
mgagne | anyone with issue installing latest nodepool? I'm getting "ImportError: No module named pep8" | 22:57 |
mgagne | is it related to latest pip release? | 22:57 |
openstackgerrit | Dmitriy Ukhlov proposed openstack-infra/project-config: Adds non voting ceilometer tests for oslo.messaging drivers https://review.openstack.org/273637 | 22:57 |
jeblair | mgagne, greghaynes: the main difference i see between bhs1 and gra1 right now are that bhs1 has about 0.5 the rtt, and about 10x the segment size. i suspect the segment size difference is significant here, but i don't have the start of the streams (yet) to dig deeper | 22:58 |
jeblair | mgagne: do you have a full traceback? | 22:59 |
mgagne | http://paste.openstack.org/show/485345/ | 22:59 |
*** e0ne_ has joined #openstack-infra | 23:00 | |
mgagne | ok, let me first connect to the right box | 23:01 |
dougwig | meeting topic borked in #openstack-meeting, fyi. | 23:01 |
mgagne | deleted nodepool install dir on wrong VM :D | 23:01 |
*** diana_clarke has quit IRC | 23:01 | |
jeblair | mgagne: ok | 23:02 |
*** diana_clarke has joined #openstack-infra | 23:02 | |
mgagne | ok, same error | 23:02 |
*** e0ne has quit IRC | 23:02 | |
jeblair | dougwig: thanks. though i briefly considered that just leaving it as "other things" might be best. :) | 23:02 |
mgagne | http://paste.openstack.org/show/485347/ | 23:03 |
dougwig | jeblair: haha. :) | 23:03 |
*** regXboi has quit IRC | 23:03 | |
jeblair | mgagne, greghaynes: Running setup.py install for dib-utils | 23:04 |
jeblair | greghaynes: maybe related to the dib release? | 23:04 |
greghaynes | jeblair: I never got around to doing that - waiting on a fix to merge | 23:05 |
*** yamamoto has joined #openstack-infra | 23:06 | |
greghaynes | and dib-utils hasn't released in about a year | 23:06 |
*** erlon has quit IRC | 23:06 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Basic folder support https://review.openstack.org/134307 | 23:07 |
*** weshay_xchat has quit IRC | 23:07 | |
greghaynes | maybe flake8 released? | 23:08 |
greghaynes | doesnt look like it | 23:08 |
*** agentle has joined #openstack-infra | 23:09 | |
jeblair | setuptools released | 23:09 |
greghaynes | uh oh | 23:09 |
ianw | prometheanfire: one further tip, i have never yet seen a change that doesn't benefit from description. i always try to remember that reviewers have 100's of other things they could be doing than reviewing my change. while everything is obvious when you're deep in the weeds of it, remember everyone else is coming to everything you throw out completely cold | 23:09 |
jeblair | prepare for carnage? | 23:09 |
mgagne | do you know a good version I could test? | 23:10 |
*** agentle has quit IRC | 23:10 | |
jeblair | mgagne: i _think_ the previous version was 19.5 ? | 23:10 |
*** julim has quit IRC | 23:11 | |
*** agentle has joined #openstack-infra | 23:11 | |
mgagne | strange how pip freeze doesn't see it | 23:11 |
*** bpokorny_ has joined #openstack-infra | 23:12 | |
jeblair | mgagne: what version of virtualenv do you have? | 23:12 |
mgagne | 1.11.4-1ubuntu1 | 23:13 |
*** tzn has joined #openstack-infra | 23:13 | |
mgagne | not much effect after downgrading setuptools | 23:13 |
*** jgriffith has quit IRC | 23:14 | |
*** Guest94234 is now known as jgriffith | 23:14 | |
jeblair | mgagne: i installed the latest setuptools in a virtualenv and it worked | 23:15 |
mgagne | ok, will dig more then | 23:15 |
*** bpokorny has quit IRC | 23:16 | |
*** vilobhmm11 has left #openstack-infra | 23:16 | |
mgagne | will install pep8 by hand and move on... | 23:17 |
*** yamamoto has quit IRC | 23:19 | |
*** edmondsw has quit IRC | 23:23 | |
*** kzaitsev_mb has quit IRC | 23:24 | |
mgagne | now I'm getting "ImportError: No module named debtcollector" from oslo_utils when running nodepool command line | 23:24 |
mgagne | something is very wrong with my setup I guess | 23:25 |
*** kzaitsev_mb has joined #openstack-infra | 23:26 | |
*** e0ne_ has quit IRC | 23:27 | |
*** sridhar_ram has joined #openstack-infra | 23:29 | |
*** ashleighfarnham has quit IRC | 23:29 | |
*** flwang1 has quit IRC | 23:30 | |
mgagne | half of dependencies aren't installed | 23:31 |
*** Qiming has joined #openstack-infra | 23:32 | |
*** chlong has quit IRC | 23:32 | |
*** ayoung has joined #openstack-infra | 23:33 | |
mgagne | ok, preinstalling pep8 in venv fixed it | 23:36 |
*** austin81 has left #openstack-infra | 23:36 | |
jeblair | mgagne: pep8 isn't a runtime dependency, so yeah, something is very wrong | 23:37 |
*** FallenPegasus has quit IRC | 23:37 | |
*** ashleighfarnham has joined #openstack-infra | 23:38 | |
mgagne | dib-utils -> pbr -> setuptools -> pkg_resources -> flake8 -> pep8 not found | 23:38 |
mgagne | I'm not sure why flake8 is involved... | 23:38 |
*** gordc has quit IRC | 23:38 | |
*** bpokorny_ has quit IRC | 23:39 | |
*** dingyichen has joined #openstack-infra | 23:40 | |
*** bpokorny has joined #openstack-infra | 23:40 | |
jeblair | greghaynes: i'm running the builder with my threading patch; we hit 337mbit outbound, briefly | 23:41 |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config: Update bandersnatch documentation https://review.openstack.org/273519 | 23:42 |
openstackgerrit | James E. Blair proposed openstack-infra/nodepool: Builder: Also unregister image-delete https://review.openstack.org/273203 | 23:43 |
openstackgerrit | James E. Blair proposed openstack-infra/nodepool: Make builder multi-threaded https://review.openstack.org/272849 | 23:44 |
jeblair | with one slight logging change ^ | 23:44 |
jeblair | though, i kind of think maybe gear should change its self.log attribute | 23:44 |
greghaynes | jeblair: hahahha | 23:45 |
jeblair | it's a grey area :) | 23:46 |
greghaynes | re: 338 mbps | 23:46 |
greghaynes | that is pretty good | 23:46 |
greghaynes | Agreed on gear changing self.log | 23:46 |
*** tzn has quit IRC | 23:47 | |
jeblair | we're uploading 2 images right now at 115mbit | 23:49 |
jeblair | and iowait/cpu/load/mem/etc look good from a few minutes ago when it was doing a dib build + 4 uploads | 23:50 |
*** ayoung has quit IRC | 23:50 | |
greghaynes | nice | 23:50 |
*** tdurakov_ has joined #openstack-infra | 23:52 | |
*** ashleighfarnham has quit IRC | 23:52 | |
*** sabeen3 has quit IRC | 23:52 | |
jeblair | theoretically, bhs1, nyj01, and sjc1 should be using the afs mirrors now | 23:53 |
ianw | jeblair: would BaseWorker benefit from being declared as an abstract class? | 23:53 |
jeblair | oh, except there's an error in the ready script... | 23:54 |
openstackgerrit | Merged openstack/diskimage-builder: Revert "Use pip 7 for ironic" https://review.openstack.org/271380 | 23:54 |
*** baoli has quit IRC | 23:54 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:56 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Fix permission error in ready script https://review.openstack.org/273823 | 23:56 |
*** amotoki has quit IRC | 23:56 | |
jeblair | is anyone around to review that? | 23:56 |
*** alivigni has quit IRC | 23:56 | |
*** Swami has quit IRC | 23:57 | |
jeblair | ianw: i don't know how that would benefit us | 23:57 |
*** agentle has quit IRC | 23:57 | |
ianw | jeblair: just make it clearer what's going on with it, that's all | 23:57 |
jeblair | ianw: (it also seems odd to be to build an abstract class on top of a concrete class) | 23:58 |
jeblair | ianw: (and the underlying gear.worker class is definitely intended to be either concrete or subclassed depending on the whims of the developer) | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!