ianw | yes, /usr/bin/pip on fedora25 nodes uses #!/usr/local/bin/dib-python , which is python3 | 00:00 |
---|---|---|
ianw | so, install_puppet.sh must have been re-installing pip | 00:01 |
ianw | which then re-installed /usr/bin/pip back to the python2 version | 00:02 |
pabelanger | ianw: did you want to +3 and I'll kick off a new build https://review.openstack.org/#/c/455473/ | 00:03 |
*** gcb has quit IRC | 00:03 | |
ianw | pabelanger: it's worth a go, but per ^ we've basically totally changed the environment i think | 00:03 |
ianw | so i doubt it will work | 00:04 |
ianw | in general | 00:04 |
pabelanger | k, I'll delete the current fedora-25 dib once ^ langs | 00:05 |
pabelanger | lands* | 00:05 |
pabelanger | then we can recheck clarkb patches at the same time | 00:05 |
openstackgerrit | Clark Boylan proposed openstack-infra/bindep master: Consistently check subprocess output https://review.openstack.org/455475 | 00:06 |
clarkb | I squashed everything together but ^ is working for mel ocally | 00:07 |
clarkb | fungi: ^ thats using the outstanding suse patch as well so I should go review that one | 00:07 |
fungi | k | 00:07 |
mordred | clarkb: wouldn't it be neat if subprocess just worked that way? | 00:08 |
fungi | i think i already +2'd the opensuse patch but can try to take another look if you need | 00:08 |
fungi | dance card is pretty full over here at the moment though | 00:08 |
clarkb | ya it has the +2s I'm about to approve as soon as I get through the tests | 00:08 |
* fungi grimaces at three-hour domestic delta flight with no wifi at all | 00:09 | |
clarkb | mordred: its mostly just annoying that this is yet another case of we have to do the silly things because it changes 2 different ways depending on what specific version of $thing you are on | 00:09 |
openstackgerrit | Merged openstack-infra/project-config master: Force python2.7 for bindep-env https://review.openstack.org/455473 | 00:09 |
clarkb | mordred: basically its rebuidling everything from first principals to get it right | 00:09 |
clarkb | eg any time we accept input to the system convert to internal representation | 00:09 |
fungi | which, if you only support python 3, is pretty awesome | 00:10 |
fungi | if you also need to continue supporting python 2, incredibly ugly | 00:10 |
clarkb | so the thing that made this ugly was our tests | 00:11 |
clarkb | because mock | 00:11 |
clarkb | mock was not returning the same type as the real work | 00:11 |
clarkb | s/work/wold/ | 00:11 |
clarkb | which made us think that the old fix was correct even though it couldn't possibly work | 00:12 |
clarkb | anyways thats now corrected and it works with python36 locally | 00:12 |
fungi | future generations won't understand what we had to deal with (in the same ways that my eyes mostly glaze over when dad starts talking about designing power regulation for high-voltage vacuum tubes) | 00:12 |
clarkb | and it passed fedora25 test | 00:12 |
pabelanger | Nice! | 00:12 |
pabelanger | do we want to tag a new bindep release? and revert 445473? | 00:13 |
openstackgerrit | Merged openstack-infra/nodepool master: Add support for specifying key-name per label https://review.openstack.org/455466 | 00:14 |
pabelanger | fungi: did you want to +3 455475? | 00:14 |
fungi | me: "that's an awesome oversized transmitter tube. would make a great prop for my lab. i wonder how it would look powered up?" him: "well, you'd need a transformer bank the size of a small room" | 00:14 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Revert "Force python2.7 for bindep-env" https://review.openstack.org/455478 | 00:15 |
openstackgerrit | Merged openstack-infra/bindep master: Consistently check subprocess output https://review.openstack.org/455475 | 00:19 |
pabelanger | yay | 00:19 |
fungi | i can tag a bindep point release, though perfectly happy if one of you wants to take care of that too | 00:20 |
*** amotoki has joined #openstack-infra | 00:20 | |
mordred | mnaser: I left some summary of irc things on your infra-spec about publishing docker images - would you check it out when you have a chance and let me know if it makes sense? | 00:21 |
pabelanger | fungi: go for it! | 00:21 |
fungi | should probably be minor increment not patch increment, since it introduces support for a new platform too | 00:21 |
mordred | ++ | 00:22 |
*** MasterOfBugs has quit IRC | 00:22 | |
*** aeng has joined #openstack-infra | 00:22 | |
fungi | 2.3.0 | 00:23 |
*** pramodrj07 has quit IRC | 00:23 | |
*** esikache1 has joined #openstack-infra | 00:23 | |
*** mtanino_ has joined #openstack-infra | 00:23 | |
*** mtanino has quit IRC | 00:25 | |
fungi | actually, no, looks like the opensuse support patch is failing on the f25 job so didn't merge | 00:26 |
fungi | still the other change since 2.2.0 was a pbr lower bound bump so should be 2.3.0 on those grounds anyway | 00:26 |
ianw | https://github.com/pypa/pip/issues/3164 sigh | 00:26 |
fungi | pabelanger: clarkb: mordred: disagree? | 00:26 |
pabelanger | fungi: wfm | 00:27 |
ianw | so it seems like, and i'd have to agree, we probably never want to call "pip" or "virtualenv" | 00:27 |
*** esikache1 has quit IRC | 00:28 | |
ianw | you should call "python-i-want-to-use -m virtualenv" i think | 00:28 |
*** wolverineav has quit IRC | 00:29 | |
fungi | ianw: that's the general recommendation i see on distutils-sig for when you care what python you're using, yes | 00:30 |
*** gildub has joined #openstack-infra | 00:31 | |
fungi | i need to pop out with some colleagues but can either tag it when i get back, or one of you feel free to knock that out | 00:31 |
mordred | fungi: wow. so yes. I agree | 00:32 |
mordred | what a fantastic can of worms we have here | 00:32 |
ianw | the question is ... what is https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/04-install-pip trying to achieve | 00:34 |
ianw | we want the latest pip/setuptools/virtualenv ... because we often have issues with the packaged versions | 00:35 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Add infra-root-keys to nodepool nodes https://review.openstack.org/455480 | 00:35 |
ianw | i guess that means it needs to setup the latest for both python 2 and 3 | 00:35 |
*** hongbin has quit IRC | 00:36 | |
loquacities | heya, any infra cores available to look at this? https://review.openstack.org/#/c/447341/ | 00:36 |
*** skelso has joined #openstack-infra | 00:37 | |
*** sekelso has joined #openstack-infra | 00:40 | |
*** esikache1 has joined #openstack-infra | 00:41 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 00:43 |
*** yamahata has joined #openstack-infra | 00:43 | |
*** skelso has quit IRC | 00:43 | |
mordred | ianw: yes. I believe hte outcome of thatwould be that there exists a command line tool called "pip" that is the latest version, and if python3 exists it should also have the latest pip package installed (although based on history, we should do so such that "pip" defaults to pyton2, no? | 00:44 |
mordred | ianw: that patch looks good | 00:44 |
*** esikache1 has quit IRC | 00:45 | |
*** mat128 has quit IRC | 00:47 | |
*** baoli has joined #openstack-infra | 00:48 | |
ianw | mordred: yes ... the problem being that we use dib-python (python3) to install pip and virtualenv, so that when you call "virtualenv foo" you're getting a python3 env | 00:49 |
*** baoli has quit IRC | 00:49 | |
ianw | i think pip-and-virtualenv needs to setup both python2 & 3 | 00:50 |
ianw | you can build a python3 only system, but not with the pip-and-virtualenv element | 00:50 |
*** baoli has joined #openstack-infra | 00:50 | |
*** zhurong has joined #openstack-infra | 00:54 | |
*** mat128 has joined #openstack-infra | 00:56 | |
*** Julien-zte has joined #openstack-infra | 00:57 | |
*** mdrabe has quit IRC | 00:57 | |
*** Apoorva_ has joined #openstack-infra | 01:02 | |
*** gyee has quit IRC | 01:04 | |
*** Apoorva has quit IRC | 01:06 | |
*** Apoorva_ has quit IRC | 01:06 | |
pabelanger | ianw: is /usr/local/bin/dib-python needed after the image has been created? Eg: should we be cleaning it up? | 01:07 |
ianw | we probably should delete it to remove confusion | 01:07 |
pabelanger | ++ | 01:08 |
pabelanger | unlink I guess | 01:08 |
*** esikache1 has joined #openstack-infra | 01:11 | |
*** liujiong has joined #openstack-infra | 01:12 | |
ianw | ok, here's a weird one trying to get both pips updated -> https://github.com/pypa/pip/issues/4435 | 01:14 |
ianw | python3 pip leaves python2 pip alone | 01:14 |
ianw | python2 pip deletes python3 pip | 01:14 |
*** esikache1 has quit IRC | 01:15 | |
*** gcb has joined #openstack-infra | 01:16 | |
pabelanger | fedora-25 dib uploading now | 01:16 |
*** tonytan4ever has joined #openstack-infra | 01:18 | |
*** Julien-zte has quit IRC | 01:19 | |
*** shu-mutou-AWAY has quit IRC | 01:19 | |
*** Julien-zte has joined #openstack-infra | 01:20 | |
*** knangia has quit IRC | 01:21 | |
*** gildub has quit IRC | 01:21 | |
*** Julien-zte has quit IRC | 01:23 | |
*** Julien-zte has joined #openstack-infra | 01:24 | |
*** pradk has quit IRC | 01:24 | |
*** yanyanhu has joined #openstack-infra | 01:26 | |
*** Julien-zte has quit IRC | 01:29 | |
*** Julien-zte has joined #openstack-infra | 01:29 | |
*** thorst has quit IRC | 01:30 | |
*** thorst has joined #openstack-infra | 01:30 | |
*** Sukhdev has quit IRC | 01:33 | |
*** Julien-zte has quit IRC | 01:34 | |
*** Julien-zte has joined #openstack-infra | 01:34 | |
*** thorst has quit IRC | 01:34 | |
*** gildub has joined #openstack-infra | 01:35 | |
*** nadya has joined #openstack-infra | 01:38 | |
*** Julien-zte has quit IRC | 01:40 | |
*** Julien-zte has joined #openstack-infra | 01:40 | |
openstackgerrit | Qiming Teng proposed openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests https://review.openstack.org/454458 | 01:41 |
*** nadya has quit IRC | 01:43 | |
*** gildub has quit IRC | 01:44 | |
*** gildub has joined #openstack-infra | 01:44 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink https://review.openstack.org/455486 | 01:47 |
*** jcoufal has joined #openstack-infra | 01:47 | |
fungi | looks like nobody's tagged bindep 2.3.0 yet, so doing that now | 01:49 |
*** john-davidge has joined #openstack-infra | 01:49 | |
*** Julien-zte has quit IRC | 01:49 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Add libselinux-python to bindep.txt https://review.openstack.org/455487 | 01:50 |
*** Julien-zte has joined #openstack-infra | 01:50 | |
*** john-davidge has quit IRC | 01:54 | |
*** esikache1 has joined #openstack-infra | 01:54 | |
*** esikache1 has quit IRC | 01:58 | |
*** esberglu has joined #openstack-infra | 01:58 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Force python2.7 for ansible virtualenv https://review.openstack.org/455487 | 02:02 |
*** esberglu has quit IRC | 02:03 | |
*** yonglihe has joined #openstack-infra | 02:03 | |
pabelanger | ianw: about to bail, but ^ should be our fix for system-config and fedora-25. If you want to keep working on it, otherwise will pick up in the morning | 02:04 |
ianw | pabelanger: about to push a dib "fix" ... | 02:05 |
pabelanger | cool | 02:05 |
pabelanger | catch you tomorrow | 02:05 |
*** Julien-zte has quit IRC | 02:06 | |
*** Julien-zte has joined #openstack-infra | 02:07 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 02:07 |
ianw | pabelanger: np. ^ that is the solution i think ... it makes sure "pip" and "virtualenv" are both python2 versions by default, which retains the status quo | 02:08 |
*** mtanino_ has quit IRC | 02:11 | |
*** tuanluong has joined #openstack-infra | 02:15 | |
fungi | #status log bindep 2.3.0 relesed to fix fedora 25 image issues | 02:17 |
openstackstatus | fungi: finished logging | 02:17 |
fungi | took me a while to work out that i both needed to set $GPG_TTY and unset $DISPLAY to get it to use pinentry-curses over my remote shell instead of popping up a pinentry dialog in x on a monitor a thousand miles away | 02:20 |
fungi | (tmux sessions inheriting remote display envvar) | 02:20 |
*** shu-mutou has joined #openstack-infra | 02:21 | |
*** hongbin has joined #openstack-infra | 02:26 | |
*** thorst has joined #openstack-infra | 02:31 | |
*** jcoufal_ has joined #openstack-infra | 02:31 | |
*** jcoufal_ has quit IRC | 02:32 | |
*** jcoufal has quit IRC | 02:34 | |
*** ihrachys has joined #openstack-infra | 02:50 | |
*** thorst has quit IRC | 02:51 | |
*** Julien-zte has quit IRC | 02:53 | |
*** Julien-zte has joined #openstack-infra | 02:54 | |
*** esikache1 has joined #openstack-infra | 02:55 | |
*** esikache1 has quit IRC | 02:59 | |
*** armax has joined #openstack-infra | 03:00 | |
*** dingyichen has quit IRC | 03:04 | |
*** dingyichen has joined #openstack-infra | 03:04 | |
*** ramishra has joined #openstack-infra | 03:08 | |
*** namnh has joined #openstack-infra | 03:09 | |
*** nicolasbock has quit IRC | 03:10 | |
*** cody-somerville has joined #openstack-infra | 03:24 | |
*** amotoki has quit IRC | 03:26 | |
*** csomerville has joined #openstack-infra | 03:26 | |
*** cody-somerville has quit IRC | 03:29 | |
*** sekelso has quit IRC | 03:31 | |
*** sekelso has joined #openstack-infra | 03:31 | |
*** dimtruck is now known as zz_dimtruck | 03:38 | |
*** nadya has joined #openstack-infra | 03:39 | |
*** amotoki has joined #openstack-infra | 03:40 | |
*** nadya has quit IRC | 03:43 | |
*** vikrant has joined #openstack-infra | 03:46 | |
*** chlong has quit IRC | 03:47 | |
*** esberglu has joined #openstack-infra | 03:47 | |
*** Julien-zte has quit IRC | 03:49 | |
*** knangia has joined #openstack-infra | 03:49 | |
*** amotoki has quit IRC | 03:50 | |
*** Julien-zte has joined #openstack-infra | 03:51 | |
*** gouthamr has quit IRC | 03:51 | |
*** esberglu has quit IRC | 03:52 | |
*** Julien-zte has quit IRC | 03:53 | |
*** Julien-zte has joined #openstack-infra | 03:54 | |
*** esikache1 has joined #openstack-infra | 03:56 | |
*** mriedem has quit IRC | 03:56 | |
*** amotoki has joined #openstack-infra | 03:58 | |
*** esikache1 has quit IRC | 04:00 | |
*** sekelso has quit IRC | 04:01 | |
*** dfflanders_ has joined #openstack-infra | 04:01 | |
namnh | hi everyone, could you please take a look at this patch set: https://review.openstack.org/#/c/455207/ | 04:01 |
*** Dinesh_Bhor has quit IRC | 04:07 | |
*** Julien-zte has quit IRC | 04:07 | |
*** Julien-zte has joined #openstack-infra | 04:09 | |
*** yamamoto_ has quit IRC | 04:09 | |
*** markvoelker has quit IRC | 04:09 | |
*** yamamoto has joined #openstack-infra | 04:09 | |
*** hongbin has quit IRC | 04:12 | |
*** amotoki has quit IRC | 04:13 | |
*** mat128 has quit IRC | 04:14 | |
*** Sukhdev has joined #openstack-infra | 04:14 | |
*** baoli has quit IRC | 04:14 | |
*** yamahata has quit IRC | 04:17 | |
*** esikache1 has joined #openstack-infra | 04:21 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 04:23 |
*** esikache1 has quit IRC | 04:26 | |
*** dharinic has quit IRC | 04:27 | |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Use public_ipv4 variable when passing to executor https://review.openstack.org/455508 | 04:28 |
*** amotoki has joined #openstack-infra | 04:29 | |
*** psachin has joined #openstack-infra | 04:31 | |
*** thorst has joined #openstack-infra | 04:48 | |
*** thorst has quit IRC | 04:52 | |
*** nadya has joined #openstack-infra | 04:54 | |
*** esikache1 has joined #openstack-infra | 04:56 | |
*** nadya has quit IRC | 04:59 | |
*** esikache1 has quit IRC | 05:01 | |
*** liujiong has quit IRC | 05:05 | |
*** liujiong has joined #openstack-infra | 05:06 | |
*** esikache1 has joined #openstack-infra | 05:07 | |
*** Julien-zte has quit IRC | 05:10 | |
*** Dinesh_Bhor has joined #openstack-infra | 05:11 | |
*** esikache1 has quit IRC | 05:11 | |
*** Sukhdev has quit IRC | 05:12 | |
*** Julien-zte has joined #openstack-infra | 05:12 | |
*** hichihara has joined #openstack-infra | 05:13 | |
*** rcernin has joined #openstack-infra | 05:15 | |
*** prateek has joined #openstack-infra | 05:20 | |
*** prateek has quit IRC | 05:29 | |
*** prateek has joined #openstack-infra | 05:29 | |
*** ihrachys has quit IRC | 05:31 | |
*** florianf has joined #openstack-infra | 05:32 | |
*** tuanluong has quit IRC | 05:33 | |
*** cshastri has joined #openstack-infra | 05:33 | |
*** psachin has quit IRC | 05:34 | |
*** esberglu has joined #openstack-infra | 05:37 | |
*** Julien-zte has quit IRC | 05:37 | |
*** Julien-zte has joined #openstack-infra | 05:37 | |
openstackgerrit | Merged openstack-infra/bindep master: bindep: depends: Add support for openSUSE {Leap,Tumbleweed} https://review.openstack.org/448800 | 05:40 |
*** esberglu has quit IRC | 05:41 | |
*** spotz is now known as spotz_zzz | 05:46 | |
openstackgerrit | Qiming Teng proposed openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests https://review.openstack.org/454458 | 05:48 |
*** thorst has joined #openstack-infra | 05:48 | |
*** Julien-zte has quit IRC | 05:48 | |
*** spotz_zzz is now known as spotz | 05:48 | |
*** Julien-zte has joined #openstack-infra | 05:49 | |
*** Julien-zte has quit IRC | 05:52 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 05:53 |
*** Julien-zte has joined #openstack-infra | 05:53 | |
*** thorst has quit IRC | 05:53 | |
*** esikache1 has joined #openstack-infra | 05:55 | |
*** jaosorior_away is now known as jaosorior | 05:55 | |
*** Julien-zte has quit IRC | 05:57 | |
*** Julien-zte has joined #openstack-infra | 05:58 | |
*** tuanluong has joined #openstack-infra | 05:58 | |
*** pgadiya has joined #openstack-infra | 05:59 | |
*** pgadiya has quit IRC | 06:00 | |
*** adriant has quit IRC | 06:02 | |
AJaeger | project-config cores, here're two cleanups to remove unused files and fix permissions: https://review.openstack.org/455446 and https://review.openstack.org/455448 | 06:03 |
*** bhavik1 has joined #openstack-infra | 06:04 | |
*** markus_z has joined #openstack-infra | 06:04 | |
*** Julien-zte has quit IRC | 06:06 | |
*** Julien-zte has joined #openstack-infra | 06:06 | |
AJaeger | clarkb, fungi, the SUSE patch didn't make it in for bindep 2.3.0, it needed a recheck. For moving forward with openSUSE images, we need probably another bindep release... | 06:08 |
AJaeger | For that we should consider the open reviews https://review.openstack.org/#/c/450634/ and https://review.openstack.org/#/c/452007/ as well | 06:09 |
*** knangia has quit IRC | 06:11 | |
*** nadya has joined #openstack-infra | 06:11 | |
*** esikache1 has quit IRC | 06:15 | |
*** liujiong_lj has joined #openstack-infra | 06:15 | |
*** liujiong has quit IRC | 06:16 | |
*** esikachev has joined #openstack-infra | 06:18 | |
*** andreas_s has joined #openstack-infra | 06:18 | |
*** schang has quit IRC | 06:20 | |
*** bhavik1 has quit IRC | 06:28 | |
*** bstinson has quit IRC | 06:29 | |
*** kuromagi has quit IRC | 06:29 | |
*** kuromagi has joined #openstack-infra | 06:30 | |
*** liujiong has joined #openstack-infra | 06:30 | |
*** bstinson has joined #openstack-infra | 06:31 | |
*** psachin has joined #openstack-infra | 06:31 | |
*** jtomasek_ has quit IRC | 06:31 | |
*** liujiong_lj has quit IRC | 06:32 | |
*** Hal has quit IRC | 06:34 | |
*** liujiong has quit IRC | 06:37 | |
*** rwsu has quit IRC | 06:37 | |
*** Julien-zte has quit IRC | 06:39 | |
*** Julien-zte has joined #openstack-infra | 06:39 | |
*** flepied has quit IRC | 06:40 | |
*** flepied has joined #openstack-infra | 06:40 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Use PBR's setup.py test command https://review.openstack.org/454923 | 06:42 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Configure zk fixture cleanup early https://review.openstack.org/454924 | 06:43 |
*** sdake has quit IRC | 06:46 | |
*** tesseract has joined #openstack-infra | 06:47 | |
*** pbourke has quit IRC | 06:47 | |
*** pbourke has joined #openstack-infra | 06:49 | |
*** thorst has joined #openstack-infra | 06:49 | |
*** rwsu has joined #openstack-infra | 06:51 | |
*** mgagne has quit IRC | 06:52 | |
*** thorst has quit IRC | 06:54 | |
*** dtardivel has joined #openstack-infra | 06:56 | |
*** winggundamth has joined #openstack-infra | 07:04 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 07:04 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 07:04 |
*** pcaruana has joined #openstack-infra | 07:06 | |
*** martinkopec has joined #openstack-infra | 07:07 | |
*** Julien-zte has quit IRC | 07:08 | |
*** Julien-zte has joined #openstack-infra | 07:08 | |
*** john-davidge has joined #openstack-infra | 07:10 | |
*** ssbarnea has joined #openstack-infra | 07:13 | |
*** john-davidge has quit IRC | 07:14 | |
*** Julien-zte has quit IRC | 07:18 | |
*** aviau has quit IRC | 07:19 | |
ianw | pabelanger: ^^ i believe that will restore things to the way we want it | 07:19 |
*** Julien-zte has joined #openstack-infra | 07:19 | |
*** aviau has joined #openstack-infra | 07:19 | |
*** Julien-zte has quit IRC | 07:21 | |
*** Julien-zte has joined #openstack-infra | 07:21 | |
rm_work | ianw: so will we see a DIB release this week? | 07:25 |
*** Julien-zte has quit IRC | 07:25 | |
ianw | rm_work: 2.3.0 was released yesterday and should have all fixes in it | 07:25 |
rm_work | ah are those two patches an attempt to fix more py3 issues? | 07:25 |
rm_work | hmm ok | 07:25 |
rm_work | let me do some rechecks | 07:25 |
*** Julien-zte has joined #openstack-infra | 07:25 | |
ianw | yes, those are unrelated really ... they involve how we setup the "pip" and "virtualenv" tools | 07:25 |
rm_work | hmm k | 07:26 |
rm_work | oh, anyone from g-r here? https://review.openstack.org/#/c/455411/ | 07:26 |
rm_work | ah I should ask in their channel | 07:26 |
*** Julien-zte has quit IRC | 07:27 | |
*** Julien-zte has joined #openstack-infra | 07:28 | |
openstackgerrit | Merged openstack-infra/project-config master: Cleanup jenkins/scripts https://review.openstack.org/455446 | 07:30 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing TLS-everywhere with keystone container https://review.openstack.org/449570 | 07:32 |
*** Julien-zte has quit IRC | 07:33 | |
*** Julien-zte has joined #openstack-infra | 07:34 | |
*** jascott1_ has quit IRC | 07:34 | |
*** Julien-zte has quit IRC | 07:37 | |
*** Julien-zte has joined #openstack-infra | 07:38 | |
*** kong has quit IRC | 07:39 | |
*** knangia has joined #openstack-infra | 07:40 | |
*** Julien-zte has quit IRC | 07:40 | |
*** Julien-zte has joined #openstack-infra | 07:41 | |
*** aarefiev_afk is now known as aarefiev | 07:41 | |
*** dizquierdo has joined #openstack-infra | 07:42 | |
*** rossella_s has joined #openstack-infra | 07:45 | |
*** Julien-zte has quit IRC | 07:46 | |
*** Julien-zte has joined #openstack-infra | 07:46 | |
*** rpodolyaka_afk is now known as rpodolyaka | 07:47 | |
*** thorst has joined #openstack-infra | 07:50 | |
*** jpich has joined #openstack-infra | 07:50 | |
*** frickler has quit IRC | 07:51 | |
*** frickler has joined #openstack-infra | 07:52 | |
*** Julien-zte has quit IRC | 07:52 | |
*** Julien-zte has joined #openstack-infra | 07:53 | |
*** shardy has joined #openstack-infra | 07:53 | |
*** ianychoi has quit IRC | 07:54 | |
*** derekh has joined #openstack-infra | 07:54 | |
*** ianychoi has joined #openstack-infra | 07:54 | |
*** john-davidge has joined #openstack-infra | 07:57 | |
*** nadya has quit IRC | 07:59 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing TLS everywhere for etcd https://review.openstack.org/455309 | 07:59 |
*** nadya has joined #openstack-infra | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:00 | |
*** Hal has joined #openstack-infra | 08:01 | |
*** tonytan4ever has quit IRC | 08:02 | |
*** dfflanders_ has quit IRC | 08:03 | |
*** nadya has quit IRC | 08:03 | |
*** gildub has quit IRC | 08:04 | |
*** lucas-afk is now known as lucasagomes | 08:06 | |
*** nadya has joined #openstack-infra | 08:09 | |
*** thorst has quit IRC | 08:09 | |
rm_work | ianw: ugh, still seeing this: http://logs.openstack.org/13/452213/1/check/gate-octavia-v1-dsvm-py3x-scenario-ubuntu-xenial-nv/9115cea/logs/devstacklog.txt.gz#_2017-04-11_07_38_18_409 | 08:10 |
rm_work | so I guess we didn't get it :( | 08:10 |
rm_work | on py3x only | 08:10 |
rm_work | must still be using the wrong env (or installing to the wrong env? but more likely the former) | 08:10 |
*** Julien-zte has quit IRC | 08:12 | |
*** Hal has quit IRC | 08:12 | |
*** Hal has joined #openstack-infra | 08:12 | |
*** Julien-zte has joined #openstack-infra | 08:14 | |
*** Julien-zte has quit IRC | 08:17 | |
*** Julien-zte has joined #openstack-infra | 08:17 | |
*** efoley_ has joined #openstack-infra | 08:18 | |
*** ralonsoh has joined #openstack-infra | 08:20 | |
*** ianychoi has quit IRC | 08:20 | |
*** Hal has quit IRC | 08:21 | |
*** ianychoi has joined #openstack-infra | 08:21 | |
*** efoley__ has joined #openstack-infra | 08:21 | |
*** Kevin_Zheng has quit IRC | 08:23 | |
*** Hal has joined #openstack-infra | 08:24 | |
*** efoley_ has quit IRC | 08:24 | |
*** Julien-zte has quit IRC | 08:26 | |
*** priteau has joined #openstack-infra | 08:27 | |
*** Julien-zte has joined #openstack-infra | 08:27 | |
*** bhavik1 has joined #openstack-infra | 08:29 | |
*** hashar has joined #openstack-infra | 08:30 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Do not set permissions for jenkins/* https://review.openstack.org/455584 | 08:30 |
*** dizquierdo has quit IRC | 08:30 | |
*** Julien-zte has quit IRC | 08:31 | |
*** Julien-zte has joined #openstack-infra | 08:32 | |
AJaeger | pabelanger: I think we can remove the chmod with my permissions change merged but let's do it in steps, this is on top of your change ^ | 08:33 |
*** ianychoi has quit IRC | 08:35 | |
*** Julien-zte has quit IRC | 08:37 | |
openstackgerrit | Merged openstack-infra/project-config master: New project - OpenStack-Helm https://review.openstack.org/439159 | 08:37 |
*** Julien-zte has joined #openstack-infra | 08:37 | |
*** ianychoi has joined #openstack-infra | 08:38 | |
*** electrofelix has joined #openstack-infra | 08:41 | |
*** Julien-zte has quit IRC | 08:41 | |
*** Julien-zte has joined #openstack-infra | 08:42 | |
*** derekjhyang has joined #openstack-infra | 08:43 | |
*** Julien-zte has quit IRC | 08:44 | |
openstackgerrit | Merged openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests https://review.openstack.org/454458 | 08:44 |
*** Julien-zte has joined #openstack-infra | 08:44 | |
*** Hal has quit IRC | 08:45 | |
openstackgerrit | Merged openstack-infra/project-config master: [rally] reuse neutron-unstable job for telemetry https://review.openstack.org/455321 | 08:45 |
openstackgerrit | Merged openstack-infra/project-config master: Setup /usr/local/jenkins within nodepool-base element https://review.openstack.org/455440 | 08:45 |
openstackgerrit | Merged openstack-infra/project-config master: Revert "Force python2.7 for bindep-env" https://review.openstack.org/455478 | 08:45 |
openstackgerrit | Merged openstack-infra/project-config master: Change Barbican KMIP gate to voting https://review.openstack.org/455403 | 08:46 |
*** Hal has joined #openstack-infra | 08:47 | |
openstackgerrit | Merged openstack-infra/project-config master: Add heat-agents to tripleo cloned list https://review.openstack.org/455379 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Add barbicanclient to Cinder LIO job https://review.openstack.org/455414 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Add release notes jobs for swift https://review.openstack.org/451118 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Use OOOQ featureset for container upgrades job https://review.openstack.org/449203 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Add congress-dashboard to PROJECTS https://review.openstack.org/455136 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Add coverage job to sushy https://review.openstack.org/452638 | 08:48 |
openstackgerrit | Merged openstack-infra/project-config master: Add success pattern for placement-api-ref job https://review.openstack.org/454763 | 08:49 |
openstackgerrit | Merged openstack-infra/project-config master: Skip non-doc jobs for changes in placement-api-ref https://review.openstack.org/454764 | 08:49 |
openstackgerrit | Merged openstack-infra/project-config master: Add stable/ocata notifications for Kolla https://review.openstack.org/454833 | 08:49 |
openstackgerrit | Merged openstack-infra/project-config master: Fix build-image.sh example comments https://review.openstack.org/454741 | 08:49 |
openstackgerrit | Merged openstack-infra/project-config master: Don't run py35 tests on os-net-config stable/newton https://review.openstack.org/454748 | 08:49 |
*** sshnaidm|pto has quit IRC | 08:50 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Use ssh for git-upload-pack https://review.openstack.org/436802 | 08:55 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Resolve project_name/project confusion for gerrit https://review.openstack.org/455604 | 08:55 |
openstackgerrit | Merged openstack-infra/project-config master: Add bgp to dragonflow fullstack job https://review.openstack.org/452605 | 08:56 |
openstackgerrit | Merged openstack-infra/project-config master: Update Blazar's gate jobs https://review.openstack.org/452635 | 08:56 |
ianw | rm_work: i don't have time right now, but i can hold a node tomorrow and check it out | 08:56 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 08:59 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 08:59 |
*** Julien-zte has quit IRC | 08:59 | |
*** Julien-zte has joined #openstack-infra | 09:00 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI https://review.openstack.org/450784 | 09:02 |
*** openstackgerrit has quit IRC | 09:03 | |
*** lewo has quit IRC | 09:04 | |
*** lewo has joined #openstack-infra | 09:05 | |
*** ociuhandu has quit IRC | 09:05 | |
*** thorst has joined #openstack-infra | 09:06 | |
*** Julien-zte has quit IRC | 09:07 | |
*** Julien-zte has joined #openstack-infra | 09:08 | |
*** tosky has joined #openstack-infra | 09:09 | |
*** thorst has quit IRC | 09:11 | |
*** Julien-zte has quit IRC | 09:12 | |
*** Julien-zte has joined #openstack-infra | 09:12 | |
*** esberglu has joined #openstack-infra | 09:14 | |
*** numans has quit IRC | 09:16 | |
*** Julien-zte has quit IRC | 09:16 | |
*** numans has joined #openstack-infra | 09:17 | |
*** openstackgerrit has joined #openstack-infra | 09:18 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Put test id in zk chroot path https://review.openstack.org/454925 | 09:18 |
*** tinwood has quit IRC | 09:18 | |
*** esberglu has quit IRC | 09:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/455617 | 09:19 |
*** Julien-zte has joined #openstack-infra | 09:19 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI https://review.openstack.org/450784 | 09:21 |
*** sambetts|afk is now known as sambetts | 09:26 | |
*** Julien-zte has quit IRC | 09:27 | |
*** Julien-zte has joined #openstack-infra | 09:28 | |
*** tinwood has joined #openstack-infra | 09:35 | |
*** neiljerram has quit IRC | 09:37 | |
*** dizquierdo has joined #openstack-infra | 09:40 | |
*** dtantsur|afk is now known as dtantsur | 09:43 | |
*** Hal has quit IRC | 09:45 | |
*** Hal has joined #openstack-infra | 09:46 | |
*** akscram has quit IRC | 09:50 | |
*** Hal has quit IRC | 09:50 | |
*** bhavik1 has quit IRC | 09:50 | |
*** Hal has joined #openstack-infra | 09:50 | |
*** bhavik1 has joined #openstack-infra | 09:50 | |
*** Hal has quit IRC | 09:55 | |
*** ociuhandu has joined #openstack-infra | 09:57 | |
*** tuanluong_ has joined #openstack-infra | 10:02 | |
*** tonytan4ever has joined #openstack-infra | 10:03 | |
*** bhavik1 has quit IRC | 10:03 | |
*** tuanluong has quit IRC | 10:05 | |
asettle | Hey - any sphinx minds in here? I'm completely stumped. I've got this patch: https://review.openstack.org/#/c/439122/ which builds perfectly locally (no errors), but the gate is telling me "WARNING: no "man_pages" config value found" | 10:08 |
asettle | Two rechecks to see if "turning it on and off again" might work with the sphinx gods. | 10:08 |
*** Julien-zte has quit IRC | 10:09 | |
asettle | But otherwise, nope. I have no idea what the error could mean. | 10:09 |
*** Julien-zte has joined #openstack-infra | 10:10 | |
*** zhurong has quit IRC | 10:10 | |
*** zhurong has joined #openstack-infra | 10:11 | |
*** hichihara has quit IRC | 10:15 | |
johnthetubaguy | fungi: oh, thats odd. When I email myself it seems to get through. (shrugs). | 10:15 |
*** Julien-zte has quit IRC | 10:17 | |
*** kong has joined #openstack-infra | 10:22 | |
mordred | infra-root: pypi-mirror released successfully - should be back in good shape | 10:23 |
*** nicolasbock has joined #openstack-infra | 10:24 | |
*** adarazs is now known as adarazs_lunch | 10:25 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Remove Mitaka tempest jobs https://review.openstack.org/455637 | 10:29 |
gmann | andreaf: ^^ before stable branches are gone. | 10:29 |
*** alexchadin has joined #openstack-infra | 10:30 | |
*** knangia has quit IRC | 10:31 | |
openstackgerrit | Sam Betts proposed openstack-infra/glean master: Fix bonding for RHEL and systemd based OSs https://review.openstack.org/455638 | 10:31 |
*** makowals_ has quit IRC | 10:32 | |
*** rossella_s has quit IRC | 10:33 | |
*** rossella_s has joined #openstack-infra | 10:34 | |
*** yanyanhu has quit IRC | 10:35 | |
*** ianychoi has quit IRC | 10:36 | |
*** ianychoi has joined #openstack-infra | 10:38 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Send interface_ip in the node description https://review.openstack.org/455639 | 10:39 |
*** sdague has joined #openstack-infra | 10:42 | |
*** nadya has quit IRC | 10:43 | |
*** jkilpatr has quit IRC | 10:43 | |
*** nadya has joined #openstack-infra | 10:44 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove public_ipv[46] and private_ipv4 https://review.openstack.org/455642 | 10:48 |
*** nadya has quit IRC | 10:48 | |
*** gkibardin has joined #openstack-infra | 10:51 | |
gkibardin | Hi colleagues! | 10:52 |
gkibardin | Guys, any idea why "reverify" doesn't retrigger Jenkins checks? | 10:52 |
mordred | asettle: looking | 10:52 |
asettle | mordred: thank you! | 10:53 |
mordred | gkibardin: reverify isn't a thing anymore - try recheck instead | 10:53 |
gkibardin | aha, thanks, I'm going to try | 10:53 |
asettle | Weirdly enoguh mordred - I'm getting the same error on my two governance patches: https://review.openstack.org/#/c/455641/ and https://review.openstack.org/#/c/455647/ | 10:54 |
asettle | And I just can't see how it's related, tbh | 10:54 |
mordred | asettle: well, it's related in general to the warnings=errors working again | 10:54 |
asettle | mordred: what's that? Excuse my ignorance :( | 10:55 |
mordred | asettle: https://review.openstack.org/455649 there ya go! | 10:55 |
mordred | asettle: basically, in modern pbr we treat and sphinx warnings as errors instead of warnings | 10:56 |
asettle | Hooray *claps* | 10:56 |
asettle | So, why is it failing *me* and nobody else? :/ | 10:56 |
asettle | WEll, actually, that's not true at all is it. | 10:56 |
mordred | I'm guessing a new sphinx maybe released and you just got lucky with the timing | 10:56 |
asettle | "lucky" :p | 10:56 |
asettle | Thank you :) | 10:57 |
asettle | The governance patches though? Why would that be affected mordred ? Any insight? | 10:57 |
mordred | asettle: here's a patch to fix governance: https://review.openstack.org/455650 | 10:58 |
asettle | You so fast. | 10:58 |
mordred | :) | 10:58 |
asettle | Like lighteningggggg | 10:58 |
asettle | Also you understand sphinx. You must have special powahs | 10:58 |
* mordred has many years of practice | 10:58 | |
mordred | haha | 10:58 |
mordred | I have learned some tricks, that's all | 10:58 |
*** john-davidge has quit IRC | 10:58 | |
*** john-dav_ has joined #openstack-infra | 10:58 | |
asettle | mordred: impressive :P | 10:59 |
asettle | WEll, good to know in a way I'm not going crazy. And it's just sphinx... again :p | 10:59 |
*** jkilpatr has joined #openstack-infra | 10:59 | |
*** gkibardin has left #openstack-infra | 11:00 | |
mordred | asettle: you're favorite!!! | 11:00 |
mordred | gah | 11:00 |
mordred | s/you're/your/ | 11:00 |
*** Julien-zte has joined #openstack-infra | 11:01 | |
asettle | HA :p | 11:01 |
asettle | Okay that failed maybe sphinx doesn't like you either :o | 11:01 |
mordred | yay! | 11:01 |
mordred | oh wow | 11:02 |
asettle | I say we give up \o/ | 11:02 |
asettle | (I truly embody community spirit) | 11:02 |
mordred | :) | 11:02 |
mordred | dhellmann: ^^ there's a thing sphinx is warning about that we might need to think abouthere | 11:03 |
*** tonytan4ever has quit IRC | 11:03 | |
asettle | :( | 11:04 |
mordred | asettle: (still looking) | 11:05 |
*** neiljerram has joined #openstack-infra | 11:06 | |
*** shardy has quit IRC | 11:07 | |
*** shardy has joined #openstack-infra | 11:07 | |
*** thorst has joined #openstack-infra | 11:08 | |
*** shardy is now known as shardy_lunch | 11:09 | |
mordred | asettle: k. maybe that'll fix it | 11:12 |
*** prateek_ has joined #openstack-infra | 11:13 | |
*** thorst has quit IRC | 11:13 | |
*** prateek has quit IRC | 11:15 | |
asettle | mordred: looking now | 11:18 |
asettle | *sad trombone* | 11:18 |
mordred | hrm. | 11:18 |
*** lucasagomes is now known as lucas-bbl | 11:20 | |
*** hashar is now known as hasharLunch | 11:23 | |
*** prateek__ has joined #openstack-infra | 11:23 | |
*** prateek_ has quit IRC | 11:26 | |
*** adarazs_lunch is now known as adarazs | 11:27 | |
*** nadya has joined #openstack-infra | 11:28 | |
*** ekhugen has quit IRC | 11:30 | |
*** zz_ja has quit IRC | 11:30 | |
*** alexchadin has quit IRC | 11:32 | |
*** patriciadomin has quit IRC | 11:32 | |
*** mamitchl has quit IRC | 11:32 | |
fungi | if gkibardin ever returns, refer to http://lists.openstack.org/pipermail/openstack-dev/2017-March/114828.html for details on the end of "reverify" | 11:34 |
*** john-dav_ is now known as john-davdge | 11:35 | |
*** john-davdge is now known as john-davidge | 11:35 | |
* fungi is still not really here | 11:35 | |
*** patriciadomin has joined #openstack-infra | 11:37 | |
*** mamitchl has joined #openstack-infra | 11:37 | |
*** zz_ja has joined #openstack-infra | 11:37 | |
*** ekhugen_alt has joined #openstack-infra | 11:37 | |
*** ldnunes has joined #openstack-infra | 11:38 | |
*** pradk has joined #openstack-infra | 11:39 | |
fungi | woo! got my "r" release naming ballot!!! | 11:39 |
mordred | fungi: woot! | 11:40 |
mordred | fungi: hey - I know you're not here, but I lso know you're likely to be not-here with a few of the other TC members including ttx | 11:41 |
*** ldnunes has quit IRC | 11:41 | |
fungi | soon, yes | 11:41 |
fungi | now, coffee | 11:41 |
mordred | fungi: I'd like to get some traction on https://review.openstack.org/#/c/454688/ vs. https://review.openstack.org/#/c/454691/ so we can get them all filled out and get something to jimmy | 11:41 |
mordred | fungi: but with the skipped meetingthis week and the choices in a different repo, I'm pretty sure it's flying under people's radars | 11:42 |
fungi | yeah, i'll try to remember to review and prod others | 11:42 |
*** zz_dimtruck is now known as dimtruck | 11:43 | |
*** jascott1_ has joined #openstack-infra | 11:44 | |
mordred | fungi: cool. thanks. I also just sent a mailing list reminder | 11:45 |
*** mat128 has joined #openstack-infra | 11:45 | |
*** baoli has joined #openstack-infra | 11:47 | |
*** thorst has joined #openstack-infra | 11:47 | |
*** jascott1_ has quit IRC | 11:48 | |
*** akscram has joined #openstack-infra | 11:50 | |
*** baoli has quit IRC | 11:52 | |
AJaeger | mordred: thanks for the sphinx help! | 11:54 |
*** markvoelker has joined #openstack-infra | 11:56 | |
AJaeger | mordred: we both have been patching the docs-spec change, let me go back to your version ;) | 11:57 |
mordred | AJaeger: :) | 12:00 |
*** e0ne has joined #openstack-infra | 12:00 | |
*** markvoelker has quit IRC | 12:03 | |
*** ldnunes has joined #openstack-infra | 12:04 | |
mordred | AJaeger: uhm | 12:05 |
mordred | AJaeger: that latest error ... | 12:05 |
AJaeger | mordred: yeah, I'm confused. Locally tox -e docs works, now trying tox -e venv... | 12:07 |
ttx | mordred: actually I'm not going to be not-here | 12:07 |
mordred | ttx: oh yay! | 12:08 |
*** nadya has quit IRC | 12:08 | |
mordred | AJaeger: yah - I'm super confused | 12:08 |
*** tuanluong_ has quit IRC | 12:08 | |
mordred | AJaeger: oh wow -that docs tox env is super different | 12:08 |
*** nadya has joined #openstack-infra | 12:08 | |
AJaeger | mordred: time to change it ;( | 12:09 |
*** shardy_lunch is now known as shardy | 12:10 | |
*** e0ne has quit IRC | 12:11 | |
*** amotoki has quit IRC | 12:11 | |
AJaeger | mordred: I'm out of ideas right now ;( | 12:11 |
*** esikachev has quit IRC | 12:12 | |
mordred | AJaeger: I'm hoping Stephen Finucane will fix it for us | 12:12 |
*** nadya has quit IRC | 12:12 | |
AJaeger | sfinucan: do you want to fix 455649 for us? ^ | 12:13 |
sfinucan | AJaeger: sure | 12:13 |
AJaeger | thanks! | 12:13 |
*** namnh has quit IRC | 12:14 | |
openstackgerrit | Masahito Muroi proposed openstack-infra/project-config master: Fix syntax error in blazar.yaml https://review.openstack.org/455683 | 12:14 |
*** gouthamr has joined #openstack-infra | 12:15 | |
lucas-bbl | c | 12:16 |
*** lucas-bbl is now known as lucasagomes | 12:16 | |
*** dizquierdo has quit IRC | 12:17 | |
mordred | \o/ | 12:17 |
*** dprince has joined #openstack-infra | 12:17 | |
*** breton has quit IRC | 12:17 | |
*** breton has joined #openstack-infra | 12:18 | |
*** hasharLunch is now known as hashar | 12:20 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI https://review.openstack.org/450784 | 12:21 |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Use infra's docker registry mirror for featureset jobs https://review.openstack.org/455221 | 12:21 |
*** ianychoi has quit IRC | 12:21 | |
*** Julien-zte has quit IRC | 12:22 | |
*** amotoki has joined #openstack-infra | 12:23 | |
*** gordc has joined #openstack-infra | 12:23 | |
*** ramishra has quit IRC | 12:24 | |
*** Madasi has quit IRC | 12:24 | |
AJaeger | mordred, fungi, can we remove the zuul-swift upload code? See https://review.openstack.org/455448 | 12:25 |
*** ianychoi has joined #openstack-infra | 12:26 | |
*** shu-mutou is now known as shu-mutou-AWAY | 12:27 | |
*** ramishra has joined #openstack-infra | 12:27 | |
*** e0ne has joined #openstack-infra | 12:33 | |
mordred | AJaeger: done | 12:33 |
openstackgerrit | Merged openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/455617 | 12:34 |
*** prateek__ has quit IRC | 12:35 | |
AJaeger | thanks, mordred | 12:37 |
*** e0ne has quit IRC | 12:38 | |
*** amotoki has quit IRC | 12:39 | |
openstackgerrit | Merged openstack-infra/project-config master: Remove zuul_swift_upload https://review.openstack.org/455448 | 12:41 |
*** aviau has quit IRC | 12:43 | |
*** aviau has joined #openstack-infra | 12:43 | |
*** amotoki has joined #openstack-infra | 12:43 | |
*** scottda has joined #openstack-infra | 12:44 | |
sfinucan | mordred, AJaeger: Done (finally) | 12:46 |
sfinucan | Stupid pbr | 12:46 |
sfinucan | :mutter mutter: | 12:46 |
mordred | sfinucan: :) | 12:47 |
*** e0ne has joined #openstack-infra | 12:47 | |
Shrews | h/b 10 | 12:48 |
mordred | sfinucan: woot! | 12:48 |
mordred | Shrews: fail | 12:48 |
Shrews | ENOCOFFEE | 12:48 |
*** amotoki has quit IRC | 12:49 | |
*** xarses_ has joined #openstack-infra | 12:53 | |
*** xarses_ has quit IRC | 12:53 | |
*** xarses_ has joined #openstack-infra | 12:54 | |
AJaeger | sfinucan: thanks a lot! | 12:54 |
*** xarses has quit IRC | 12:54 | |
*** zhurong has quit IRC | 12:54 | |
*** alexchadin has joined #openstack-infra | 12:57 | |
*** ldnunes has quit IRC | 12:59 | |
*** esberglu has joined #openstack-infra | 13:00 | |
*** ldnunes has joined #openstack-infra | 13:01 | |
*** kgiusti has joined #openstack-infra | 13:02 | |
d0ugal | Did the documentation builds just switch to Python 3? | 13:03 |
*** tonytan4ever has joined #openstack-infra | 13:04 | |
*** mriedem has joined #openstack-infra | 13:04 | |
AJaeger | d0ugal: not on purpose. Might be some side effect of another change we did | 13:04 |
*** esikachev has joined #openstack-infra | 13:04 | |
*** sekelso has joined #openstack-infra | 13:05 | |
d0ugal | AJaeger: the Mistral doc builds just started failing - we have a Python 2 dep. http://logs.openstack.org/78/455178/8/check/gate-mistral-docs-ubuntu-xenial/62e042b/console.html#_2017-04-11_12_48_02_102572 | 13:05 |
AJaeger | mordred, pabelanger, clarkb, might this be a result of the dib nodepool changes or new diskimage-builder? | 13:05 |
AJaeger | d0ugal: noticed in docs-specs as well. | 13:05 |
d0ugal | aha, cool. kinda glad it isn't just us :) | 13:05 |
d0ugal | rakhmerov: /cc | 13:05 |
rakhmerov | here.. | 13:06 |
d0ugal | rakhmerov: it isn't just us ^ | 13:06 |
rakhmerov | I assumed so.. | 13:06 |
*** mdrabe has joined #openstack-infra | 13:07 | |
*** skelso has joined #openstack-infra | 13:08 | |
*** jcoufal has joined #openstack-infra | 13:08 | |
*** Goneri has joined #openstack-infra | 13:08 | |
*** sekelso has quit IRC | 13:10 | |
*** jaypipes has joined #openstack-infra | 13:10 | |
cmurphy | maybe something to do with how the pip-and-virtualenv element works? https://review.openstack.org/#/c/449961/ | 13:10 |
*** mdrabe has quit IRC | 13:11 | |
*** winggundamth has quit IRC | 13:12 | |
*** amotoki has joined #openstack-infra | 13:12 | |
AJaeger | cmurphy: might be, pip and virtualenv sound related | 13:13 |
cmurphy | pabelanger was debugging some python2 issues in the fedora images earlier | 13:13 |
*** rfolco has joined #openstack-infra | 13:15 | |
AJaeger | cmurphy: that was supposed to be fixed, see https://review.openstack.org/#/c/455478/ | 13:16 |
*** thrash has joined #openstack-infra | 13:16 | |
*** Dinesh_Bhor has quit IRC | 13:22 | |
*** hichihara has joined #openstack-infra | 13:24 | |
*** Dinesh_Bhor has joined #openstack-infra | 13:24 | |
*** erlon has joined #openstack-infra | 13:24 | |
*** mat128 has quit IRC | 13:27 | |
*** dizquierdo has joined #openstack-infra | 13:29 | |
openstackgerrit | Tom Barron proposed openstack-infra/project-config master: Add experimental manila cephfs CentOS jobs https://review.openstack.org/453910 | 13:29 |
*** thrash has left #openstack-infra | 13:30 | |
*** smarcet has joined #openstack-infra | 13:30 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Don't report start on unmanaged projects https://review.openstack.org/455711 | 13:33 |
*** csomerville has quit IRC | 13:34 | |
*** eharney has joined #openstack-infra | 13:34 | |
*** pblaho has quit IRC | 13:35 | |
therve | d0ugal, When did it start failing? | 13:35 |
therve | I'm seeing a py3 build issue that started in the last hour or so | 13:36 |
d0ugal | therve: good question. Sometime today I think. | 13:36 |
frickler | AJaeger: cmurphy: https://review.openstack.org/455491 might be relevant | 13:36 |
*** mhickey has joined #openstack-infra | 13:36 | |
therve | Seems to be ubuntu specific | 13:36 |
d0ugal | therve: It wasn't me that spotted it, but in the alst hour or so seems likely. | 13:36 |
d0ugal | therve: really? | 13:36 |
cmurphy | frickler: i was just about to paste that :) | 13:37 |
therve | d0ugal, https://review.openstack.org/455382 | 13:37 |
d0ugal | therve: oh, interesting. | 13:37 |
*** xarses has joined #openstack-infra | 13:38 | |
therve | d0ugal, Maybe it's just that we don't run stackviz on centos | 13:38 |
*** xarses has quit IRC | 13:38 | |
*** xarses has joined #openstack-infra | 13:39 | |
*** xarses_ has quit IRC | 13:39 | |
*** jtomasek_ has joined #openstack-infra | 13:42 | |
openstackgerrit | Doug Hellmann proposed openstack-dev/pbr master: add changelog to published documentation https://review.openstack.org/455715 | 13:44 |
*** jascott1_ has joined #openstack-infra | 13:45 | |
*** waynr has quit IRC | 13:45 | |
*** vikrant has quit IRC | 13:45 | |
*** xarses_ has joined #openstack-infra | 13:45 | |
*** jkilpatr has quit IRC | 13:46 | |
*** waynr has joined #openstack-infra | 13:46 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack-infra/project-config master: Delete running tempest with all plugins https://review.openstack.org/455207 | 13:48 |
*** xarses has quit IRC | 13:49 | |
*** jkilpatr has joined #openstack-infra | 13:49 | |
openstackgerrit | Martin André proposed openstack-infra/tripleo-ci master: [WIP] add containerized deployment on multinode https://review.openstack.org/454152 | 13:49 |
*** jascott1_ has quit IRC | 13:50 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config master: Revert "Add the pip-and-virtualenv DIB element to images" https://review.openstack.org/455717 | 13:52 |
lucasagomes | hi all, have you guys seem this error: http://logs.openstack.org/55/455255/2/check/gate-sushy-requirements/031c583/console.html#_2017-04-11_13_22_18_194418 | 13:52 |
lucasagomes | ImportError: No module named openstack_requirements | 13:52 |
*** dimtruck is now known as zz_dimtruck | 13:53 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/project-config master: Revert "Add the pip-and-virtualenv DIB element to images" https://review.openstack.org/455717 | 13:53 |
*** bh526r has joined #openstack-infra | 13:55 | |
*** xarses has joined #openstack-infra | 13:56 | |
*** flwang has quit IRC | 13:57 | |
*** xarses_ has quit IRC | 13:57 | |
*** dizquierdo has quit IRC | 13:58 | |
*** jaypipes has quit IRC | 13:58 | |
*** Julien-zte has joined #openstack-infra | 13:59 | |
frickler | cmurphy: maybe if we just delete today's images and get dib fixed before tomorrow we won't need to revert? | 14:00 |
*** jaypipes has joined #openstack-infra | 14:01 | |
*** sekelso has joined #openstack-infra | 14:01 | |
pabelanger | morning | 14:01 |
*** Julien-zte has quit IRC | 14:01 | |
pabelanger | just catching up | 14:01 |
cmurphy | frickler: that would be nice | 14:02 |
cmurphy | i'll keep the revert posted so we have options | 14:02 |
*** mattmceuen has joined #openstack-infra | 14:02 | |
*** Julien-zte has joined #openstack-infra | 14:02 | |
*** EricGonczer_ has joined #openstack-infra | 14:03 | |
*** rbrndt has joined #openstack-infra | 14:03 | |
*** skelso has quit IRC | 14:03 | |
mwhahaha | hey did you guys add python 3.5 to the xenial images by default? | 14:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Turn off sphinx warnings-is-error for now https://review.openstack.org/455720 | 14:03 |
pabelanger | yes, virtualenv for xenial switched to python3.5 2 hours ago. We are investigating still | 14:04 |
mwhahaha | we appear to be picking that up instead of the distro provided python and it's causing problems http://logs.openstack.org/82/455382/5/check/gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-xenial/9d73423/console.html#_2017-04-11_13_09_25_721695 | 14:04 |
pabelanger | this is a result of unpuppeting things | 14:04 |
mwhahaha | k | 14:04 |
*** ianychoi has quit IRC | 14:05 | |
*** pblaho has joined #openstack-infra | 14:05 | |
*** jaosorior is now known as jaosorior_away | 14:06 | |
*** ianychoi has joined #openstack-infra | 14:06 | |
AJaeger | pabelanger: should we #status notice? | 14:07 |
*** e0ne has quit IRC | 14:08 | |
*** ihrachys has joined #openstack-infra | 14:09 | |
pabelanger | AJaeger: cmurphy: ^ we can revert that for now. I can then delete images and rebuilt with it | 14:09 |
dansmith | is this docs failure known to anyone here? http://logs.openstack.org/92/443292/15/check/gate-nova-docs-ubuntu-xenial/a9a4dc5/console.html | 14:09 |
pabelanger | that should keep us moving forward until we can discuss how to properly create our virtualenvs | 14:09 |
pabelanger | dansmith: yes | 14:10 |
*** ldnunes has quit IRC | 14:10 | |
dansmith | pabelanger: assume it's 100% fail so we should not be rechecking? | 14:10 |
*** flwang has joined #openstack-infra | 14:10 | |
pabelanger | right, we'll send out a message shortly to recheck | 14:10 |
dansmith | pabelanger: ack thanks | 14:10 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Revert "Stop installing pip from install_puppet.sh" https://review.openstack.org/455722 | 14:11 |
pabelanger | cmurphy: AJaeger: sorry, ^ is our revert | 14:11 |
pabelanger | need some coffee | 14:11 |
*** markvoelker has joined #openstack-infra | 14:12 | |
*** markvoelker has quit IRC | 14:12 | |
*** felipemonteiro has joined #openstack-infra | 14:12 | |
*** markvoelker has joined #openstack-infra | 14:13 | |
*** Zhongjun__ has joined #openstack-infra | 14:15 | |
*** dizquierdo has joined #openstack-infra | 14:17 | |
pabelanger | mordred: AJaeger: care to +3 https://review.openstack.org/#/c/455722/ | 14:19 |
pabelanger | I'll start deleting images shortly | 14:20 |
openstackgerrit | Qiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting https://review.openstack.org/455726 | 14:20 |
*** chlong has joined #openstack-infra | 14:22 | |
*** ldnunes has joined #openstack-infra | 14:22 | |
mordred | pabelanger: +3 | 14:23 |
*** alexchadin has quit IRC | 14:24 | |
*** esikachev has quit IRC | 14:24 | |
pabelanger | thanks | 14:24 |
*** esikachev has joined #openstack-infra | 14:24 | |
mordred | pabelanger, AJaeger: #status notice latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway | 14:24 |
*** alexchadin has joined #openstack-infra | 14:24 | |
mordred | how does that look? | 14:24 |
pabelanger | mordred: yes, thank you | 14:24 |
mordred | #status notice latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway | 14:25 |
openstackstatus | mordred: sending notice | 14:25 |
*** EricGonc_ has joined #openstack-infra | 14:25 | |
smarcet | fungi: morning could you re enable please the puppet for openstackid produccion | 14:25 |
openstackgerrit | Qiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting https://review.openstack.org/455726 | 14:25 |
smarcet | fungi: test concluded and its working fine on dev thx! | 14:25 |
*** EricGonczer_ has quit IRC | 14:25 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Specify custom role data for multinode jobs https://review.openstack.org/455730 | 14:26 |
AJaeger | thanks, pabelanger | 14:26 |
-openstackstatus- NOTICE: latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway | 14:26 | |
pabelanger | cmurphy: mordred: AJaeger: the issue is, we force python2 for get-pip.py with install_puppet.sh, and pip-and-virtualenv default to DIB_PYTHON, which is python3. So, I think our fix, is to set DIB_PYTHON=2 in nodepool.yaml for images | 14:26 |
*** jkilpatr has quit IRC | 14:26 | |
* AJaeger is in meeting, need to leave... | 14:26 | |
pabelanger | but will tests that first | 14:26 |
*** jordanP has joined #openstack-infra | 14:28 | |
openstackstatus | mordred: finished sending notice | 14:28 |
cmurphy | pabelanger: I think ianw's dib change would fix it too, it would make /usr/bin/virtualenv use python2 | 14:28 |
pabelanger | cmurphy: cool, haven't looked at them yet. coffee in hand now | 14:30 |
*** jascott1_ has joined #openstack-infra | 14:30 | |
pabelanger | cmurphy: Ah, yes. 455491 looks promising | 14:31 |
cmurphy | ya that one | 14:31 |
*** Julien-zte has quit IRC | 14:31 | |
cmurphy | i'm testing it now | 14:32 |
pabelanger | cmurphy: great, thanks | 14:32 |
*** Julien-zte has joined #openstack-infra | 14:32 | |
*** jascott1_ has quit IRC | 14:33 | |
openstackgerrit | Merged openstack-infra/project-config master: Revert "Stop installing pip from install_puppet.sh" https://review.openstack.org/455722 | 14:33 |
*** rossella_s has quit IRC | 14:33 | |
pabelanger | also, sounds like we should be moving to python3 -m virtualenv myenv3 or python2 -m virtualenv myenv2 long term | 14:33 |
*** rossella_s has joined #openstack-infra | 14:33 | |
*** dave-mccowan has joined #openstack-infra | 14:34 | |
pabelanger | clarkb: fungi: mordred: ^does that sound right? | 14:34 |
*** tphummel has joined #openstack-infra | 14:34 | |
asettle | mordred: you figured it out?! | 14:34 |
*** eharney has quit IRC | 14:36 | |
*** eharney has joined #openstack-infra | 14:36 | |
*** martinkopec has quit IRC | 14:36 | |
*** jordanP has quit IRC | 14:37 | |
pabelanger | k, images should be rolling back now | 14:37 |
pabelanger | centos-7, fedora-25 and ubuntu-xenial | 14:37 |
*** andreas_s has quit IRC | 14:38 | |
cmurphy | thanks pabelanger | 14:39 |
*** jordanP has joined #openstack-infra | 14:39 | |
*** armax has quit IRC | 14:40 | |
*** Julien-zte has quit IRC | 14:40 | |
*** cshastri has quit IRC | 14:40 | |
*** jkilpatr has joined #openstack-infra | 14:40 | |
*** Julien-zte has joined #openstack-infra | 14:41 | |
*** mdrabe has joined #openstack-infra | 14:44 | |
pabelanger | #status notice we have rolled back centos-7, fedora-25 and ubuntu-xenial images to the previous days release. Feel free to recheck your jobs now. | 14:45 |
openstackstatus | pabelanger: sending notice | 14:45 |
-openstackstatus- NOTICE: we have rolled back centos-7, fedora-25 and ubuntu-xenial images to the previous days release. Feel free to recheck your jobs now. | 14:47 | |
*** ianychoi has quit IRC | 14:48 | |
openstackstatus | pabelanger: finished sending notice | 14:49 |
*** baoli has joined #openstack-infra | 14:49 | |
*** erikmwilson has quit IRC | 14:49 | |
*** erikmwil_ has joined #openstack-infra | 14:49 | |
*** mtanino has joined #openstack-infra | 14:49 | |
*** Hal has joined #openstack-infra | 14:49 | |
*** hichihara has quit IRC | 14:51 | |
*** askb has quit IRC | 14:51 | |
*** ianychoi has joined #openstack-infra | 14:52 | |
*** jlvillal_pto is now known as jlvillal | 14:52 | |
*** rderose has joined #openstack-infra | 14:52 | |
v1k0d3n | mordred hey are you around or can you help me? | 14:54 |
v1k0d3n | our new project just got added this morning, and i need cores added to the project :) | 14:55 |
v1k0d3n | exciting times :) :) | 14:55 |
*** marst has quit IRC | 14:56 | |
v1k0d3n | https://review.openstack.org/#/admin/projects/openstack/openstack-helm,access | 14:56 |
*** Julien-zte has quit IRC | 14:56 | |
clarkb | v1k0d3n: where was the original change again? | 14:56 |
*** Julien-zte has joined #openstack-infra | 14:56 | |
*** esikache1 has joined #openstack-infra | 14:57 | |
*** srobert has joined #openstack-infra | 14:58 | |
*** hongbin has joined #openstack-infra | 14:58 | |
v1k0d3n | one sec | 14:58 |
v1k0d3n | clarkb: https://review.openstack.org/#/c/439159/ | 14:59 |
*** beslemon has joined #openstack-infra | 14:59 | |
v1k0d3n | we're just going to carry over cores that we had in github. only had a few. | 14:59 |
v1k0d3n | team is electing me as PTL for now. | 14:59 |
*** esikachev has quit IRC | 15:00 | |
v1k0d3n | although i feel dirty saying that. portdirect can you second this at least? | 15:00 |
AJaeger | v1k0d3n: clarkb will add you - and then it's self-service, you can add others... | 15:00 |
clarkb | ya, ask for the change so its easy to see which groups are new | 15:00 |
openstackgerrit | Michal Dulko proposed openstack-infra/system-config master: Add #openstack-helm to meetbot channels https://review.openstack.org/455742 | 15:00 |
clarkb | and what the gerrit user is to add | 15:00 |
*** dizquierdo has quit IRC | 15:00 | |
*** jcoufal_ has joined #openstack-infra | 15:01 | |
*** dizquierdo has joined #openstack-infra | 15:01 | |
v1k0d3n | clarkb: add v1k0d3n | 15:01 |
* v1k0d3n looks again to make sure | 15:01 | |
*** zz_dimtruck is now known as dimtruck | 15:01 | |
clarkb | I got the person that submitted the original change | 15:01 |
clarkb | should be done | 15:01 |
v1k0d3n | that's me :) | 15:01 |
*** jcoufal has quit IRC | 15:03 | |
clarkb | pabelanger: cmurphy so was problem that sphinx things couldn't run under python3? | 15:03 |
clarkb | but the unittests specify version so were fine? | 15:03 |
v1k0d3n | thanks clarkb ! huge help, and really appriciate it. | 15:04 |
pabelanger | clarkb: ya, we changed the default version of python in the virtualenv, some what expected after fedora-25, but didn't debug the actual issues yet. | 15:05 |
pabelanger | I wanted to first see if we wanted to make that change | 15:05 |
AJaeger | clarkb: the docs-specs repo has a python2 dependency: yasfb - and that one did not run. | 15:05 |
*** rcernin has quit IRC | 15:05 | |
clarkb | AJaeger: gotcha | 15:05 |
AJaeger | clarkb: not sure what was the problem for the others with python3 | 15:05 |
pabelanger | clarkb: https://review.openstack.org/#/c/455491 is what I am reviewing now, and I think what cmurphy is testing | 15:05 |
AJaeger | clarkb: let's ask d0ugal and rakhmerov about details | 15:06 |
*** armax has joined #openstack-infra | 15:06 | |
pabelanger | I am also curious if we should be using python2 -m virtualenv and python3 -m virtualenv and be explicit of what our virtualenvs are | 15:06 |
*** Goneri has quit IRC | 15:06 | |
*** marst has joined #openstack-infra | 15:07 | |
clarkb | you can do it the other way around and specify what virtuaelnv creates | 15:07 |
cmurphy | this was another type of thing that was failing, somehow stackviz was failing because of python 3 http://logs.openstack.org/82/455382/5/check/gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-xenial/9d73423/console.html | 15:08 |
pabelanger | virtualenv --python ... ? | 15:08 |
*** HeOS has quit IRC | 15:08 | |
cmurphy | virtualenv -p python2.7 venv | 15:08 |
clarkb | ya -p or --python | 15:08 |
clarkb | by default virtualenv uses the python it is run under | 15:08 |
clarkb | but python3 virtualenv can make python2 env and vice versa | 15:08 |
pabelanger | clarkb: cmurphy: should we start updating things to be explicit? | 15:08 |
*** kong has quit IRC | 15:09 | |
pabelanger | cmurphy: thanks, I missed that one | 15:09 |
clarkb | I think if projects know they must have python2 for eg docs then they should specify that in tox (under the venv env | 15:09 |
d0ugal | clarkb, AJaeger it works for us because we add this: https://github.com/openstack/mistral/blob/master/tox.ini#L55 | 15:09 |
d0ugal | I think that was the question, let me know if you have others. | 15:09 |
clarkb | d0ugal: yes tahts what projects should do if they have that dependency | 15:10 |
clarkb | make it explicit | 15:10 |
pabelanger | d0ugal: ah, nice | 15:10 |
d0ugal | clarkb: right, but it seems that jenkns doesn't use our tox file? | 15:10 |
clarkb | d0ugal: it does but not that env | 15:10 |
*** Goneri has joined #openstack-infra | 15:10 | |
pabelanger | right, run_docs.sh | 15:10 |
clarkb | d0ugal: tox -e venv -- python setup.py build_sphinx is the command | 15:10 |
d0ugal | right, so why did the mistral docs still fail? :) | 15:10 |
d0ugal | ah | 15:10 |
clarkb | d0ugal: because you have to do it for the venv env | 15:10 |
d0ugal | I see | 15:11 |
pabelanger | okay, so that is a good step forward. Have projects define the basepython they need | 15:12 |
pabelanger | going to see what is needed for stackviz | 15:12 |
pabelanger | and python3 | 15:12 |
d0ugal | +1 | 15:13 |
*** dizquierdo has quit IRC | 15:13 | |
d0ugal | so this is all I need to do, right? https://review.openstack.org/#/c/455745/ | 15:13 |
pabelanger | ya, believe so | 15:13 |
d0ugal | great | 15:13 |
pabelanger | AJaeger: ^ | 15:13 |
pabelanger | when you return | 15:13 |
clarkb | yes thats it | 15:14 |
AJaeger | pabelanger: that's what we did for docs-specs as well. What about sending an email out to openstack-dev? | 15:14 |
AJaeger | And does this need backporting for all branches? | 15:14 |
pabelanger | AJaeger: sounds like a great idea | 15:14 |
pabelanger | AJaeger: ya, backports would be needed | 15:15 |
*** wolverineav has joined #openstack-infra | 15:15 | |
*** baoli_ has joined #openstack-infra | 15:20 | |
openstackgerrit | Anton Chevychalov proposed openstack-infra/project-config master: Add ruby-dev to common dependencies. https://review.openstack.org/455746 | 15:21 |
*** beslemon has quit IRC | 15:21 | |
*** alexchadin has quit IRC | 15:21 | |
*** aarefiev is now known as aarefiev_afk | 15:22 | |
*** baoli has quit IRC | 15:22 | |
pabelanger | Ya, looks like stackviz has encoding / decoding issues | 15:23 |
pabelanger | open as byte, write as str | 15:23 |
*** gcb has quit IRC | 15:24 | |
pabelanger | timothyb89: is that something you can help with?^ | 15:25 |
*** psachin has quit IRC | 15:25 | |
*** cody-somerville has joined #openstack-infra | 15:28 | |
*** cody-somerville has joined #openstack-infra | 15:28 | |
*** EricGonc_ has quit IRC | 15:29 | |
*** chlong_ has joined #openstack-infra | 15:29 | |
*** Julien-zte has quit IRC | 15:29 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Fix comments about bindep.txt https://review.openstack.org/455748 | 15:29 |
*** Julien-zte has joined #openstack-infra | 15:30 | |
*** Julien-zte has quit IRC | 15:30 | |
*** Julien-zte has joined #openstack-infra | 15:30 | |
*** chlong has quit IRC | 15:32 | |
*** xarses_ has joined #openstack-infra | 15:33 | |
*** eharney_ has joined #openstack-infra | 15:35 | |
*** andreww has joined #openstack-infra | 15:35 | |
timothyb89 | pabelanger: ah, hmm. I believe the fix would be to merge https://review.openstack.org/#/c/329291/1 | 15:35 |
pabelanger | timothyb89: great | 15:35 |
*** xarses_ has quit IRC | 15:37 | |
pabelanger | looks like I might have been a little too fast on deleting the images this morning, we already rebuilt, but didn't pick up our revert | 15:37 |
pabelanger | in the process of deleting them again to pick it up properly | 15:37 |
*** xarses_ has joined #openstack-infra | 15:38 | |
*** eharney has quit IRC | 15:39 | |
*** eharney_ is now known as eharney | 15:39 | |
*** sekelso has quit IRC | 15:39 | |
*** andreww has quit IRC | 15:39 | |
openstackgerrit | Anton Chevychalov proposed openstack-infra/project-config master: Add ruby-dev to common dependencies. https://review.openstack.org/455746 | 15:39 |
*** chlong has joined #openstack-infra | 15:44 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate master: Remove oslo projects from PROJECTS list https://review.openstack.org/451948 | 15:47 |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate master: Move more libs into PROJECTS list removal section https://review.openstack.org/455761 | 15:47 |
mordred | smarcet: do you have an opinion on whether we should omit min_version and max_version or whether they should have "" values when empty? | 15:47 |
clarkb | infra-root I'd like to get ^ in today as that should have a non zero impact on devstack test runtimes | 15:48 |
*** e0ne has joined #openstack-infra | 15:48 | |
smarcet | mordred: i think , ihmo, that should be correct to omit then | 15:49 |
*** Julien-zte has quit IRC | 15:49 | |
mordred | smarcet: ok. cool. I'll make that be the answer then. thanks! | 15:50 |
*** Julien-zte has joined #openstack-infra | 15:50 | |
*** e0ne has quit IRC | 15:50 | |
*** Julien-zte has quit IRC | 15:50 | |
*** Julien-zte has joined #openstack-infra | 15:51 | |
*** Julien-zte has quit IRC | 15:51 | |
*** e0ne has joined #openstack-infra | 15:51 | |
*** Julien-zte has joined #openstack-infra | 15:52 | |
mordred | clarkb: both look great. aren't heat and ceilometer off by default in devstack these days and need to be explicitly enabled too? | 15:52 |
*** e0ne has quit IRC | 15:52 | |
*** Julien-zte has quit IRC | 15:52 | |
*** e0ne has joined #openstack-infra | 15:52 | |
*** Julien-zte has joined #openstack-infra | 15:52 | |
clarkb | mordred: possibly, but I'm not sure if their jobs are explicitly adding them to PROJECTS currently | 15:53 |
*** e0ne has quit IRC | 15:53 | |
smarcet | mordred: ack | 15:53 |
*** Julien-zte has quit IRC | 15:53 | |
clarkb | mordred: so its been slow process of tweaking jobs/d-g over time until comfortable enoguh to remove things, remove them fix what breaks, rince and repease | 15:53 |
*** e0ne has joined #openstack-infra | 15:53 | |
clarkb | *repeat | 15:53 |
*** e0ne has quit IRC | 15:53 | |
*** e0ne has joined #openstack-infra | 15:54 | |
*** e0ne has quit IRC | 15:54 | |
*** e0ne has joined #openstack-infra | 15:55 | |
*** Julien-zte has joined #openstack-infra | 15:55 | |
*** e0ne has quit IRC | 15:55 | |
*** Julien-zte has quit IRC | 15:55 | |
mordred | clarkb: ++ | 15:55 |
mordred | clarkb: you're supposed to lather before rinse and repeat | 15:55 |
clarkb | no wonder my hair never comes out as awesome as fungis | 15:56 |
*** jistr is now known as jistr|mtg | 15:59 | |
openstackgerrit | Anton Chevychalov proposed openstack-infra/project-config master: Sync dependencies list for puppet-prepare-node macros. https://review.openstack.org/455746 | 15:59 |
timothyb89 | pabelanger: https://review.openstack.org/#/c/329291/2 just merged | 16:03 |
*** rwsu has quit IRC | 16:04 | |
*** rwsu has joined #openstack-infra | 16:04 | |
*** pblaho has quit IRC | 16:04 | |
pabelanger | timothyb89: great, thanks for the turn around | 16:04 |
pabelanger | timothyb89: did you by chance seem my comments yesterday about creating a post job to build /opt/stackviz contents, then creating a tarball and uploading to tarballs.o.o? I'd like to remove npm from getting installed durning our DIB builds | 16:05 |
*** armax has quit IRC | 16:06 | |
*** ianychoi has quit IRC | 16:07 | |
*** EricGonczer_ has joined #openstack-infra | 16:09 | |
clarkb | pabelanger: we may need to also double check the nodejs based jobs have npm/nodejs in bindep.txt too | 16:11 |
openstackgerrit | Sam Betts proposed openstack-infra/glean master: Fix bonding for RHEL and systemd based OSs https://review.openstack.org/455638 | 16:11 |
pabelanger | clarkb: agreed | 16:11 |
timothyb89 | pabelanger: that seems like a reasonable approach, what would be needed to get that working? | 16:12 |
*** ianychoi has joined #openstack-infra | 16:12 | |
*** trown is now known as trown|lunch | 16:13 | |
*** annegentle has joined #openstack-infra | 16:13 | |
sdague | mordred: https://review.openstack.org/#/c/454831/ | 16:14 |
sdague | os-loganalyze change to support systemd logs | 16:14 |
*** baoli_ has quit IRC | 16:14 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean https://review.openstack.org/455770 | 16:14 |
*** ggillies has quit IRC | 16:15 | |
pabelanger | timothyb89: we'll need to create an experimental jobs first, which does the same thing as our stackviz element | 16:15 |
sdague | clarkb: the remove swift logs is below that one, if you could look at that as well | 16:15 |
sdague | it deleted like 500 lines of code in there | 16:15 |
sdague | mordred: thanks | 16:17 |
*** ggillies has joined #openstack-infra | 16:17 | |
*** jpich has quit IRC | 16:17 | |
sdague | clarkb: if you could review - https://review.openstack.org/#/c/452316 then we're getting close | 16:17 |
clarkb | yup pulling it up now | 16:18 |
*** d0ugal has quit IRC | 16:18 | |
*** Apoorva has joined #openstack-infra | 16:21 | |
*** derekh has quit IRC | 16:23 | |
*** tonytan4ever has quit IRC | 16:24 | |
*** dtantsur is now known as dtantsur|afk | 16:24 | |
*** tonytan4ever has joined #openstack-infra | 16:24 | |
*** csomerville has joined #openstack-infra | 16:24 | |
*** cody-somerville has quit IRC | 16:24 | |
*** baoli has joined #openstack-infra | 16:24 | |
*** beslemon has joined #openstack-infra | 16:25 | |
*** gyee has joined #openstack-infra | 16:25 | |
openstackgerrit | Merged openstack-infra/project-config master: Fix comments about bindep.txt https://review.openstack.org/455748 | 16:25 |
*** pblaho has joined #openstack-infra | 16:28 | |
*** john-davidge has quit IRC | 16:28 | |
*** john-dav_ has joined #openstack-infra | 16:28 | |
*** tonytan4ever has quit IRC | 16:28 | |
*** EricGonczer_ has quit IRC | 16:28 | |
*** tonytan4ever has joined #openstack-infra | 16:28 | |
*** pcaruana has quit IRC | 16:29 | |
openstackgerrit | Monty Taylor proposed openstack/os-client-config master: WIP: Straw man for new format for vendor data https://review.openstack.org/455774 | 16:30 |
*** neiljerram has quit IRC | 16:31 | |
*** sekelso has joined #openstack-infra | 16:31 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Collect /var/lib/pacemaker/cib with logs https://review.openstack.org/436537 | 16:33 |
*** EricGonczer_ has joined #openstack-infra | 16:34 | |
*** skelso has joined #openstack-infra | 16:34 | |
*** markus_z has quit IRC | 16:36 | |
*** sekelso has quit IRC | 16:36 | |
*** jistr|mtg is now known as jistr | 16:37 | |
*** florianf has quit IRC | 16:38 | |
*** beslemon has quit IRC | 16:41 | |
*** florianf has joined #openstack-infra | 16:41 | |
*** smarcet has quit IRC | 16:43 | |
clarkb | sdague: ok I left a +2 on that change, I had two comments related to comments in code and figured you would want to just make followup changes for those (but didn't approve in case I was wrong, feel free to approve) | 16:43 |
*** esikache1 has quit IRC | 16:44 | |
sdague | clarkb: yeh, we can handle those 2 cleanups as follow up | 16:44 |
sdague | good catches | 16:44 |
sdague | I actually want to get jhesketh into the mix because I think there is another thing about directory listings that can be removed | 16:45 |
*** john-dav_ is now known as john-davidge | 16:45 | |
*** lucasagomes is now known as lucas-afk | 16:45 | |
*** ldnunes has quit IRC | 16:47 | |
*** gouthamr has quit IRC | 16:47 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean https://review.openstack.org/455770 | 16:47 |
*** esikache1 has joined #openstack-infra | 16:48 | |
*** rderose has quit IRC | 16:51 | |
*** rderose has joined #openstack-infra | 16:51 | |
*** rderose has quit IRC | 16:52 | |
*** esikache1 has quit IRC | 16:52 | |
*** rderose_ has joined #openstack-infra | 16:52 | |
*** winggundamth has joined #openstack-infra | 16:53 | |
*** Gravious has joined #openstack-infra | 16:55 | |
*** ralonsoh has quit IRC | 16:56 | |
*** esikache1 has joined #openstack-infra | 16:56 | |
*** armax has joined #openstack-infra | 16:58 | |
*** rossella_s has quit IRC | 16:58 | |
*** mgagne has joined #openstack-infra | 17:00 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink https://review.openstack.org/455486 | 17:00 |
*** smarcet has joined #openstack-infra | 17:00 | |
*** EricGonczer_ has quit IRC | 17:01 | |
clarkb | pabelanger: re ^ so was that the problem? basically end image had dib-python as default python? | 17:02 |
*** tonytan4ever has quit IRC | 17:02 | |
clarkb | or was it that we were making things with dib-python during build? | 17:02 |
*** ldnunes has joined #openstack-infra | 17:02 | |
*** tonytan4ever has joined #openstack-infra | 17:02 | |
Gravious | hello | 17:03 |
*** EricGonczer_ has joined #openstack-infra | 17:03 | |
Gravious | how strict is the pep8 requirement for openstack components? | 17:03 |
pabelanger | clarkb: https://review.openstack.org/#/c/455482/ and https://review.openstack.org/#/c/455491/ are our fixes I believe. ^ is a nice to have | 17:03 |
Gravious | namely can lines exceed 79 chars? | 17:03 |
clarkb | pabelanger: gotcha | 17:04 |
*** amotoki has quit IRC | 17:04 | |
clarkb | Gravious: ultimately I think its up to the projects themselves to manage their flake8 rules. I don't know of any that have opted out of the 80 char limit (I personally appreciate this limit as it means I have have more vertical panes in one workspace) | 17:05 |
Gravious | clarkb, fair enough, well if everyone else is doing it i'll do so as well | 17:05 |
*** hashar has quit IRC | 17:06 | |
Gravious | thanks :) | 17:07 |
clarkb | pabelanger: ianw greghaynes so uh with move of dib to infra I seem to ahve grown approval rights. Is that intentional? if yes I guess its fine for me to start approving changes? | 17:08 |
*** bh526r has quit IRC | 17:09 | |
dirk | pabelanger: uhh,just reading the openstack bot notice.. What was the fix for the wrong nodepool images? Keen on learning what I broke | 17:10 |
*** gouthamr has joined #openstack-infra | 17:10 | |
clarkb | dirk: https://review.openstack.org/#/c/455482/3 and its child change are the two dib fixes | 17:10 |
clarkb | was combo of dib doing some funny things in pip-and-virtualenv and us switching to it without realizing | 17:11 |
*** jascott1_ has joined #openstack-infra | 17:13 | |
pabelanger | clarkb: I guess so? I've need +2ing things | 17:13 |
pabelanger | I haven't approved anything yet | 17:13 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Fix typo in 89-jenkins-scripts https://review.openstack.org/455784 | 17:13 |
*** sambetts is now known as sambetts|afk | 17:15 | |
*** efoley__ has quit IRC | 17:16 | |
dirk | clarkb: ah, thanks for the info, i missed that we switched implementations | 17:17 |
*** electrofelix has quit IRC | 17:21 | |
openstackgerrit | Anton Studenov proposed openstack-infra/project-config master: [rally] Move experimental jobs to check section https://review.openstack.org/450807 | 17:21 |
*** mtanino has quit IRC | 17:21 | |
*** EricGonczer_ has quit IRC | 17:24 | |
*** tesseract has quit IRC | 17:26 | |
*** EricGonczer_ has joined #openstack-infra | 17:26 | |
*** jascott1_ has quit IRC | 17:27 | |
*** jascott1_ has joined #openstack-infra | 17:28 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient master: Upgrade node in tox.ini to newest LTS (6.10.2) https://review.openstack.org/455788 | 17:28 |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean https://review.openstack.org/455770 | 17:29 |
*** tosky has quit IRC | 17:29 | |
*** EricGonc_ has joined #openstack-infra | 17:29 | |
*** EricGonczer_ has quit IRC | 17:30 | |
*** rbrndt has quit IRC | 17:32 | |
*** jascott1_ has quit IRC | 17:34 | |
openstackgerrit | Merged openstack-dev/pbr master: Add Changelog build handling for invalid chars https://review.openstack.org/439897 | 17:36 |
*** sshnaidm has joined #openstack-infra | 17:38 | |
*** sshnaidm is now known as sshnaidm|pto | 17:39 | |
greghaynes | clarkb: yes its intentional. It's up to you if you feel ok approving stuff | 17:40 |
*** beslemon has joined #openstack-infra | 17:40 | |
*** MasterOfBugs has joined #openstack-infra | 17:41 | |
*** pramodrj07 has joined #openstack-infra | 17:41 | |
AJaeger | pabelanger: I don't see how 455784 will make a difference. | 17:44 |
*** ociuhandu has quit IRC | 17:45 | |
*** armax has quit IRC | 17:47 | |
pabelanger | AJaeger: odd, I thought it was a typo | 17:47 |
pabelanger | okay, I'll look into it more | 17:47 |
*** Goneri has quit IRC | 17:47 | |
AJaeger | pabelanger: for rsync it would make a difference... | 17:48 |
pabelanger | AJaeger: I think I know the issue | 17:50 |
clarkb | it does with rsync but not cp iirc | 17:50 |
*** csomerville has quit IRC | 17:50 | |
*** armax has joined #openstack-infra | 17:50 | |
clarkb | did we break the location of things? | 17:50 |
pabelanger | AJaeger: it is because puppet crates the /usr/local/jenkins folder today | 17:51 |
clarkb | greghaynes: ok then | 17:51 |
pabelanger | AJaeger: so, we copy the directory into it | 17:51 |
pabelanger | AJaeger: once we remove it from puppet, we'll be okay | 17:51 |
AJaeger | pabelanger:if the target dir does not exist, it works. If it exists, we copy into it. | 17:51 |
pabelanger | AJaeger: yes, it exists right now | 17:52 |
pabelanger | soon, it won't | 17:52 |
*** tosky has joined #openstack-infra | 17:53 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Remove unused scripts https://review.openstack.org/455795 | 17:53 |
AJaeger | pabelanger: so, mkdir target;cp -a source/* target? | 17:54 |
AJaeger | mkdir -p target is better - so it won't fail if it exists | 17:54 |
pabelanger | AJaeger: sure, we can do that | 17:55 |
AJaeger | clarkb, pabelanger : 455795 removes some scripts that are ancient (and a recent one) - all unused. A review would be nice but is not urgent at all | 17:55 |
mnaser | mordred i'm trying to get the ansible os_* modules to force v3 usage, it looks like adding /v3 will make the initial request using v3, then grab the identity endpoint, auth to it via v2 | 17:55 |
AJaeger | pabelanger: unless you have a better idea for these | 17:56 |
mnaser | i tried adding auth_plugin: v3password in auth but no go :( | 17:56 |
clarkb | AJaeger: sure I'm continuning yesterday's review binge | 17:56 |
clarkb | mnaser: I think there is a specifric auth version parameter | 17:56 |
mnaser | clarkb ive been searching os-client-config source code for a while now trying to look for it | 17:56 |
mnaser | granted its been more ctrl+f searches related to auth | 17:57 |
clarkb | mnaser: give me a moment to look at things | 17:57 |
clarkb | I recall monty forcing it on for us somewhere | 17:57 |
mnaser | i mean identity_api_version is there but im not sure if i can still that inside auth: | 17:57 |
mnaser | (i havent tried) | 17:57 |
clarkb | ya I think that may be it | 17:58 |
clarkb | identity_api_version: '3' is what we set | 17:58 |
clarkb | and its outside of auth dict on same level as auth dict | 17:58 |
*** baoli has quit IRC | 17:59 | |
mnaser | oooh thats probably what will make the difference clarkb | 17:59 |
mnaser | let me try | 17:59 |
*** baoli has joined #openstack-infra | 17:59 | |
*** armax has quit IRC | 18:01 | |
clarkb | AJaeger: thats the old original kexec stuff? | 18:02 |
clarkb | AJaeger: I almost want to leave that there with a comment "this is preserved bceause its awesome" | 18:02 |
AJaeger | clarkb: really? Wow | 18:02 |
clarkb | ya I think thats the tooling that was used to kexec off the read only lvm volume back in the original test setup | 18:03 |
mordred | mnaser: yes, what clarkb said | 18:03 |
*** sekelso has joined #openstack-infra | 18:03 | |
clarkb | AJaeger: we should remove it since its unused, its just neat history :) | 18:03 |
AJaeger | clarkb: thanks for the explanation. | 18:03 |
mordred | although honestly we _should_ make that auth_api_version and we also _should_ look at v3password in auth - so we should fix both of those | 18:03 |
AJaeger | git will keep it around if we need it again ;) | 18:03 |
*** skelso has quit IRC | 18:03 | |
mordred | mnaser: also - ifyou do not have domain settings in your auth dict, it'll use v2 protocol | 18:04 |
mordred | mnaser: so if you want to force v3 but don't have a non-default domain, you may want to add user_domain_id: default project_domain_id: default | 18:04 |
mordred | mnaser: which is WAY too much information, and I'm sorry | 18:04 |
mnaser | mordred so if i dont want to add identity_api_version, i can add domain settings and it'll force it? -- also getting this -- unsupported parameter for module: identity_api_version | 18:04 |
mnaser | yeah the whole "domains force v3" is nothing new working with keystone :p | 18:05 |
mnaser | i guess ansible is enforcing the parameters passed and not letting me pass that one | 18:05 |
mordred | mnaser: oh - yah - you can't pass identity_api_version in the playbook - sorry - that's a clouds.yaml only setting | 18:05 |
mnaser | user_domain_id: default project_domain_id: default in playbook might help me get away with it? | 18:05 |
mordred | mnaser: there are so many things you can put into clouds.yaml we can't actually support all of them as direct ansible parameters | 18:06 |
mordred | mnaser: yes - give that a try | 18:06 |
mordred | mnaser: if that doesn't work I'm going to have a sad | 18:06 |
*** mtanino has joined #openstack-infra | 18:06 | |
mordred | mnaser: (shade/occ auto-detect which auth plugin to use based on which auth params you pass, so if you don't have domain entries it assumes you want v2 currently) | 18:06 |
*** beslemon_ has joined #openstack-infra | 18:06 | |
clarkb | mordred: btw this is sort of what I mean by ETOOMANYWAYSTOAUTH on the api etherpad thing | 18:07 |
mnaser | i think it is auth-ing with v3, grabs endpoint, and then passing the token to the v2 api | 18:07 |
mnaser | (trying to create a service) | 18:07 |
mnaser | https://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/kolla_keystone_user.py | 18:07 |
mnaser | err sorry | 18:07 |
mnaser | https://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/kolla_keystone_service.py | 18:08 |
mnaser | TypeError: create() got an unexpected keyword argument \\'service\\' -- and im 99% sure that is because its trying to make a request to the v2 api | 18:08 |
*** beslemon has quit IRC | 18:08 | |
mnaser | the very questionable workaround by kolla which prevents this ... https://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/Dockerfile.j2#L72 | 18:08 |
mnaser | which i would like to see gone.. | 18:09 |
mnaser | mordred the cleanest way i came up with.. add OS_IDENTITY_API_VERSION=3 to the env | 18:11 |
*** ricardoas has joined #openstack-infra | 18:17 | |
*** beslemon_ has quit IRC | 18:17 | |
*** diltram_ is now known as diltram | 18:17 | |
*** sshnaidm|pto has quit IRC | 18:17 | |
*** pvaneck has joined #openstack-infra | 18:18 | |
*** yamahata has joined #openstack-infra | 18:18 | |
*** trown|lunch is now known as trown | 18:20 | |
*** MasterOfBugs has quit IRC | 18:21 | |
*** pramodrj07 has quit IRC | 18:21 | |
*** dizquierdo has joined #openstack-infra | 18:24 | |
*** ociuhandu has joined #openstack-infra | 18:25 | |
*** mhickey has quit IRC | 18:26 | |
*** Sukhdev has joined #openstack-infra | 18:26 | |
*** priteau has quit IRC | 18:26 | |
openstackgerrit | Clark Boylan proposed openstack-infra/nodepool master: Cleanup old keypair config option https://review.openstack.org/455802 | 18:29 |
*** florianf has quit IRC | 18:30 | |
*** Apoorva_ has joined #openstack-infra | 18:31 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config master: Remove /usr/local/jenkins from single_use_slave.pp https://review.openstack.org/455803 | 18:32 |
*** Apoorva has quit IRC | 18:34 | |
*** mgagne_ has joined #openstack-infra | 18:35 | |
*** mgagne_ is now known as Guest89317 | 18:35 | |
*** mtanino has left #openstack-infra | 18:35 | |
*** jcoufal has joined #openstack-infra | 18:36 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean https://review.openstack.org/455770 | 18:37 |
*** jcoufal_ has quit IRC | 18:38 | |
openstackgerrit | Merged openstack-infra/devstack-gate master: Remove oslo projects from PROJECTS list https://review.openstack.org/451948 | 18:38 |
*** rbrndt has joined #openstack-infra | 18:39 | |
*** ociuhandu has quit IRC | 18:40 | |
*** ociuhandu has joined #openstack-infra | 18:40 | |
*** ociuhandu has quit IRC | 18:40 | |
*** ociuhandu has joined #openstack-infra | 18:41 | |
*** florianf has joined #openstack-infra | 18:43 | |
*** Guest89317 has quit IRC | 18:46 | |
*** Guest56698 is now known as Vivek | 18:47 | |
*** Vivek has joined #openstack-infra | 18:48 | |
*** florianf has quit IRC | 18:49 | |
*** baoli has quit IRC | 18:49 | |
*** dtardivel has quit IRC | 18:50 | |
*** Zhongjun__ has quit IRC | 18:51 | |
openstackgerrit | Merged openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 18:53 |
*** mat128 has joined #openstack-infra | 18:53 | |
openstackgerrit | Merged openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 18:53 |
pabelanger | Reminder, weekly IRC meeting in #openstack-meeting in 5mins | 18:55 |
*** baoli has joined #openstack-infra | 18:57 | |
*** marst has quit IRC | 18:59 | |
openstackgerrit | Clark Boylan proposed openstack-infra/nodepool master: Cleanup old keypair config option https://review.openstack.org/455802 | 19:01 |
ianw | clarkb: sure, why not | 19:01 |
ianw | so just catching up ... yeah, looks like my concern about it being more widespread is real | 19:02 |
clarkb | ianw: I approved your changes because greghaynes said I could if I was brave :) | 19:02 |
*** csomerville has joined #openstack-infra | 19:02 | |
*** ociuhandu has quit IRC | 19:03 | |
*** ociuhandu has joined #openstack-infra | 19:03 | |
*** ociuhandu has quit IRC | 19:03 | |
*** ociuhandu has joined #openstack-infra | 19:03 | |
ianw | do we need a release? | 19:03 |
*** kzaitsev_mb has joined #openstack-infra | 19:03 | |
clarkb | probably worth doing considering how it may affect people though I think infra has mitigated until a release happens? | 19:03 |
*** mat128 has quit IRC | 19:04 | |
ianw | since these are the only two changes since 2.3.0, i think we can do 2.3.1 | 19:05 |
clarkb | ianw: maybe also include pabelanger's change to remove the dib-python link? | 19:05 |
*** mat128 has joined #openstack-infra | 19:05 | |
clarkb | I'm not sure if we want that hanging around | 19:05 |
*** sslypushenko_ has joined #openstack-infra | 19:06 | |
ianw | it's been there for years :) but yeah, that one was jenkins -1 when i looked... | 19:06 |
ianw | yeah, let's leave that one. i think it needs to be chrootified | 19:06 |
clarkb | kk | 19:08 |
*** esikache1 has quit IRC | 19:09 | |
*** esikache1 has joined #openstack-infra | 19:11 | |
ianw | 2.3.1 out | 19:12 |
*** ssbarnea has quit IRC | 19:15 | |
*** esikache1 has quit IRC | 19:15 | |
*** ssbarnea has joined #openstack-infra | 19:16 | |
*** Goneri has joined #openstack-infra | 19:16 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Refactor: Cleanup block device config https://review.openstack.org/454867 | 19:16 |
*** dharinic has joined #openstack-infra | 19:16 | |
*** john-davidge has quit IRC | 19:17 | |
*** mgagne_ has joined #openstack-infra | 19:18 | |
*** mgagne_ is now known as Guest4366 | 19:19 | |
*** dave-mccowan has quit IRC | 19:21 | |
*** armax has joined #openstack-infra | 19:22 | |
*** esikache1 has joined #openstack-infra | 19:24 | |
*** mgagne has quit IRC | 19:24 | |
*** esikachev has joined #openstack-infra | 19:24 | |
*** Guest4366 is now known as mgagne | 19:25 | |
*** mgagne has quit IRC | 19:25 | |
*** mgagne has joined #openstack-infra | 19:25 | |
*** jascott1_ has joined #openstack-infra | 19:27 | |
pabelanger | ianw: clarkb: cool! | 19:27 |
*** liusheng has quit IRC | 19:29 | |
pabelanger | ianw: we have an issue | 19:29 |
pabelanger | http://logs.openstack.org/91/455491/5/check/gate-dsvm-nodepool-ubuntu-src-nv/6ba4e7c/logs/screen-nodepool-builder.txt.gz#_2017-04-11_17_38_08_505 | 19:29 |
pabelanger | our dsvm-nodepool jobs didn't pass | 19:29 |
*** liusheng has joined #openstack-infra | 19:29 | |
*** winggundamth has quit IRC | 19:29 | |
pabelanger | so, we won't be able to build trusty images | 19:30 |
pabelanger | clarkb: ^ | 19:30 |
ianw | looking for the failure... | 19:30 |
*** rockyg has joined #openstack-infra | 19:31 | |
pabelanger | E: Unable to locate package python3-virtualenv | 19:31 |
*** kzaitsev_mb has quit IRC | 19:31 | |
*** jascott1_ has quit IRC | 19:31 | |
ianw | oh, damn i thought i checked that was there | 19:31 |
clarkb | gah I checked suse because its what I'm on :( | 19:33 |
*** esikachev has quit IRC | 19:33 | |
ianw | don't we set dib python to 3 for trusty? | 19:33 |
*** jascott1_ has joined #openstack-infra | 19:33 | |
pabelanger | no, 2 | 19:33 |
*** ianychoi has quit IRC | 19:34 | |
*** mat128 has quit IRC | 19:34 | |
ianw | but it has python3 right? | 19:34 |
pabelanger | 3.4 IIRC | 19:34 |
clarkb | it has python3 but no python3-virtualenv apparently | 19:34 |
clarkb | thats confusing | 19:34 |
ianw | python3-venv there maybe | 19:35 |
*** ianychoi has joined #openstack-infra | 19:35 | |
*** pramodrj07 has joined #openstack-infra | 19:36 | |
*** MasterOfBugs has joined #openstack-infra | 19:36 | |
*** jascott1_ has quit IRC | 19:36 | |
clarkb | I need to grab lunch, but can review any fix pushed once thats done | 19:36 |
clarkb | setuptools has a python3 package on trusty | 19:37 |
clarkb | as does pip so its just virtualenv being annoying there | 19:37 |
pabelanger | from what I see, python3-virtualenv wasn't packaged for trusty | 19:37 |
ianw | really why i put that in was to get enough python2 coming in that it would work | 19:38 |
*** hashar has joined #openstack-infra | 19:38 | |
ianw | i guess we just hardcode around it | 19:39 |
*** jascott1_ has joined #openstack-infra | 19:40 | |
mwhahaha | what other image changes happened latey? our lint tasks seem to be failing on trying to build the json gem http://logs.openstack.org/27/455627/4/check/gate-puppet-nova-puppet-lint/704d19f/console.html#_2017-04-11_18_05_01_623382 | 19:40 |
pabelanger | mwhahaha: we are slowly depuppeting things from our images. So, this is likely a side affect. Let me see if I can find the commit | 19:41 |
mwhahaha | but it's sporatic because some work | 19:41 |
pabelanger | it will depend on which image is being used | 19:41 |
mwhahaha | how can i tell which image? | 19:43 |
pabelanger | https://review.openstack.org/#/c/455449/ seems likely | 19:43 |
mwhahaha | it seems that the osic ones fail but the rax-ord was ok | 19:43 |
*** jascott1_ has quit IRC | 19:43 | |
pabelanger | mwhahaha: most jobs output the info | 19:43 |
pabelanger | let me check yours | 19:43 |
cmurphy | mwhahaha: at the top it will say "Building remotely on ubuntu-xenial-..." | 19:43 |
pabelanger | we need to add net-info macro to the puppet jobs to find out the build information | 19:44 |
* mwhahaha gets out the magic decorder ring | 19:44 | |
mwhahaha | ubuntu-xenial-rax-ord-8377101 is OK | 19:44 |
mwhahaha | ubuntu-xenial-osic-cloud1-s3500-8377170 is not | 19:44 |
cmurphy | pabelanger: that change should only have affected fedora images | 19:44 |
mwhahaha | basically ruby-devel is missing (i think) | 19:45 |
pabelanger | http://logs.openstack.org/84/455784/1/check/gate-project-config-layout/1e0e828/console.html#_2017-04-11_17_14_24_681632 | 19:45 |
mwhahaha | but it's odd that it's ok in one cloud but not another | 19:45 |
pabelanger | is an example of the net-info macro | 19:45 |
pabelanger | mwhahaha: yes, it is possible we are still uploading images to rax | 19:45 |
*** jkilpatr_ has joined #openstack-infra | 19:45 | |
mwhahaha | ok | 19:45 |
pabelanger | since uploads are not atomic | 19:45 |
*** aspiers has quit IRC | 19:45 | |
mwhahaha | i'll recheck later | 19:45 |
pabelanger | cmurphy: I wonder if this is puppet-jenkins removal | 19:46 |
pabelanger | we might need to add ruby-devel into bindep-fallback for now | 19:46 |
*** jascott1_ has joined #openstack-infra | 19:46 | |
*** esikachev has joined #openstack-infra | 19:46 | |
cmurphy | pabelanger: was ruby-devel in puppet-jenkins? | 19:46 |
pabelanger | ya | 19:46 |
cmurphy | oh then yep | 19:46 |
cmurphy | i thought that had only removed the java crap | 19:46 |
mwhahaha | whats the loading priority of the various bindep files | 19:46 |
pabelanger | we must have missed adding them to bindep-fallback.txt | 19:46 |
*** aspiers has joined #openstack-infra | 19:47 | |
*** jkilpatr has quit IRC | 19:47 | |
pabelanger | http://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/params.pp | 19:47 |
AJaeger | mwhahaha, pabelanger : Check https://review.openstack.org/455746 - is that related? | 19:47 |
pabelanger | seems to only have ruby-dev for ubuntu | 19:47 |
pabelanger | which is odd | 19:47 |
mwhahaha | AJaeger: yea that's a fix | 19:48 |
AJaeger | reading more above - I think 455746 is the solution. Just wonder why it happens only now... | 19:48 |
pabelanger | looking to see where we installed ruby dev on centos | 19:48 |
mwhahaha | http://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/params.pp#n74 | 19:49 |
mwhahaha | thats why | 19:49 |
mwhahaha | it used to get added for xenial in puppet-jenkins | 19:49 |
pabelanger | yup | 19:49 |
pabelanger | so, we can fix macro | 19:49 |
pabelanger | and update bindep fallback.txt too | 19:49 |
mwhahaha | https://review.openstack.org/#/c/455746/3/jenkins/jobs/macros.yaml@509 | 19:49 |
mwhahaha | that's where centos adds it | 19:49 |
mwhahaha | it's ok not to add it globally | 19:49 |
mwhahaha | i think it's better to just add it there | 19:49 |
openstackgerrit | Hongbin Lu proposed openstack-infra/project-config master: Create a repo for container devstack plugin https://review.openstack.org/453230 | 19:50 |
mwhahaha | it's really only for puppet | 19:50 |
AJaeger | pabelanger: do we really need bindep fallback? | 19:50 |
pabelanger | AJaeger: mwhahaha +2 | 19:50 |
*** jascott1_ has quit IRC | 19:50 | |
pabelanger | AJaeger: maybe? depends on which other jobs fail | 19:50 |
*** shardy has quit IRC | 19:50 | |
pabelanger | ideally, we should, to avoid breakages | 19:50 |
mwhahaha | right now it's just the puppet lint jobs | 19:50 |
mwhahaha | which run the puppet-prepare-node macro | 19:51 |
pabelanger | I'm okay with skipping bindep fallback for now | 19:51 |
pabelanger | but jobs that don't use the macro, will fail | 19:51 |
mwhahaha | i'm not aware of any other ruby jobs that don't use that macro | 19:51 |
mwhahaha | but we'll see | 19:52 |
pabelanger | ok | 19:52 |
AJaeger | I agree, let's wait... | 19:52 |
pabelanger | AJaeger: your call, we can have projects add it to their bindep.txt files | 19:52 |
pabelanger | I know puppet, that is a lot of things | 19:52 |
weshay | howdy, looking for some doc on how a project can get setup to use tarballs.openstack.org | 19:52 |
*** jascott1_ has joined #openstack-infra | 19:52 | |
cmurphy | possibly the chef folks might run into something similar | 19:53 |
AJaeger | pabelanger: if those repos all use the puppet-prepare-node macro, no need - but if they all need this, let's add to fallback. | 19:53 |
*** esikachev has quit IRC | 19:54 | |
pabelanger | AJaeger: right, adding it to fallback requires new images too. Which takes about an hour to build | 19:54 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on < trusty https://review.openstack.org/455816 | 19:54 |
ianw | pabelanger / clarkb: ^ testing | 19:55 |
*** markvoelker has quit IRC | 19:56 | |
AJaeger | ianw: shouldn't that be "<= trusty" ? | 19:56 |
*** jascott1_ has quit IRC | 19:56 | |
ianw | AJaeger: yep ... code should do that | 19:57 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty https://review.openstack.org/455816 | 19:57 |
openstackgerrit | Merged openstack-infra/project-config master: Sync dependencies list for puppet-prepare-node macros. https://review.openstack.org/455746 | 19:58 |
*** jascott1_ has joined #openstack-infra | 20:00 | |
*** jcoufal has quit IRC | 20:00 | |
*** sekelso has quit IRC | 20:02 | |
*** sekelso has joined #openstack-infra | 20:02 | |
*** jascott1_ has quit IRC | 20:04 | |
*** eharney has quit IRC | 20:04 | |
*** sekelso has quit IRC | 20:05 | |
*** sekelso has joined #openstack-infra | 20:06 | |
*** jascott1_ has joined #openstack-infra | 20:06 | |
*** dizquierdo has quit IRC | 20:08 | |
ianw | 413 Request Entity Too Large: Image storage media is full: None (HTTP 413) | 20:08 |
*** Hal has quit IRC | 20:09 | |
*** Hal1 has joined #openstack-infra | 20:09 | |
ianw | you know those morning when you just want to upload an image to test it, and you end up chasing other stuff... | 20:09 |
*** srobert_ has joined #openstack-infra | 20:09 | |
*** jascott1_ has quit IRC | 20:11 | |
clarkb | ok back from lunch reviewing the dib change above | 20:13 |
*** xyang1 has joined #openstack-infra | 20:13 | |
*** srobert has quit IRC | 20:13 | |
*** jascott1_ has joined #openstack-infra | 20:14 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean https://review.openstack.org/455770 | 20:15 |
*** srobert_ has quit IRC | 20:15 | |
openstackgerrit | Merged openstack-infra/os-loganalyze master: Remove swift support https://review.openstack.org/452316 | 20:16 |
openstackgerrit | Merged openstack-infra/os-loganalyze master: Add support for systemd logs https://review.openstack.org/454831 | 20:16 |
*** rockyg has quit IRC | 20:18 | |
*** eharney has joined #openstack-infra | 20:18 | |
*** jascott1_ has quit IRC | 20:19 | |
clarkb | ianw: the appraoch taken in the dib change makes sense and is straightforward so I +2'd it | 20:20 |
ianw | clarkb: hmm, local testing is showing "virtualenv" is still creating a python3 environment | 20:20 |
ianw | i stupidly didn't include network in this vm so that's annoying | 20:21 |
clarkb | huh I wonder how its deciding that if virtualenv comes from python-virtualenv | 20:22 |
ianw | i'm wondering if "pip install virtualenv" overwrites "pip3 install virtualenv" | 20:23 |
ianw | it did, on my local testing on a xenial | 20:24 |
*** sdake has joined #openstack-infra | 20:24 | |
*** sdake has quit IRC | 20:24 | |
*** sdake has joined #openstack-infra | 20:24 | |
*** armax has quit IRC | 20:26 | |
*** dprince has quit IRC | 20:27 | |
*** armax has joined #openstack-infra | 20:27 | |
*** gouthamr has quit IRC | 20:28 | |
openstackgerrit | Jon Bernard proposed openstack-infra/project-config master: Load nova configuration for devstack-plugin-ceph job https://review.openstack.org/455818 | 20:29 |
*** esikachev has joined #openstack-infra | 20:30 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Stop defaulting container_format to ovf for vhd https://review.openstack.org/455822 | 20:30 |
mordred | clarkb: ^^ related to the conversatoin with rosmaita just now | 20:31 |
hemanthm | Can we get some reviews on this please? https://review.openstack.org/#/c/426428/ | 20:32 |
hemanthm | We are working on rolling upgrades in Glance and this patch enables multinode grenade jobs for us | 20:33 |
*** dimtruck is now known as zz_dimtruck | 20:35 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/project-config master: Remove python-jobs from pynotedb https://review.openstack.org/455827 | 20:36 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty https://review.openstack.org/455816 | 20:36 |
*** esikachev has quit IRC | 20:37 | |
ianw | clarkb: ^ thinking this might do it | 20:37 |
clarkb | hemanthm: +2'd ianw pabelanger or mordred might be willing to give a second review. Seems straightforward though and while we don't have logs for the multinode check job anymore it did pass | 20:37 |
pabelanger | clarkb: ianw: mordred: do you mind adding the stack for https://review.openstack.org/#/c/455011/ to your pipeline. more changes from cmurphy for unpuppet, on system-config side | 20:38 |
mordred | hemanthm, clarkb: ++ | 20:38 |
ianw | ok | 20:39 |
openstackgerrit | Merged openstack-infra/system-config master: Highlight POST_FAILURE same as FAILURE on Gerrit page https://review.openstack.org/448786 | 20:39 |
clarkb | ianw: -f fixes everythin | 20:40 |
ianw | clarkb: ok, you think change everything to "-f"? | 20:41 |
clarkb | ianw: oh sorry I was trying to be silly. the --force-reinstall is good | 20:41 |
ianw | oh, heh, i assumed -f was short opt for that | 20:42 |
cmurphy | pabelanger: also a couple of easy ones that aren't in that stack - 455021 455020 455018 455014 | 20:42 |
hemanthm | thanks for the quick review/merge clarkb, mordred | 20:44 |
*** kgiusti has quit IRC | 20:47 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config master: Add mqtt_statsd to firehose config https://review.openstack.org/453452 | 20:47 |
*** dmellado has quit IRC | 20:48 | |
openstackgerrit | Merged openstack-infra/system-config master: Create infra-root-keys and add pabelanger public key https://review.openstack.org/455388 | 20:49 |
*** jascott1_ has joined #openstack-infra | 20:49 | |
ianw | clarkb: ok, built and booted a trusty vm with that, and "virtualenv" is creating python2 envs, "pip" is python2 and "pip3" is python3.4 | 20:49 |
sdague | clarkb: how long until os-loganalyze actually deploys on the log server? | 20:49 |
sdague | oh, there it is | 20:49 |
clarkb | sdague: should go out on the normal puppet run so ~45 minutes | 20:49 |
sdague | though, it looks like there is a bug... hmmm | 20:50 |
*** jtomasek_ has quit IRC | 20:51 | |
*** smarcet has quit IRC | 20:53 | |
*** jascott1_ has quit IRC | 20:54 | |
zigo | pabelanger: Hi there! Any good news for me? | 20:54 |
clarkb | ianw: it has my +2 | 20:55 |
Gravious | howdy, how would i handle getting a C dep into the test environment for an infra project? | 20:55 |
clarkb | Gravious: most jobs should honor a bindep.txt and install any system packages listed there | 20:55 |
clarkb | Gravious: can you be more specific on what you need and for what job/test? | 20:55 |
*** armax has quit IRC | 20:56 | |
*** dharinic has quit IRC | 20:56 | |
Gravious | ah right nice. the lib depends on libgit2 and i'm not sure about jobs, i've only just started looking at this, but it might be the python35 job | 20:57 |
*** dharinic has joined #openstack-infra | 20:58 | |
*** trown is now known as trown|outtypewww | 20:58 | |
clarkb | is this related to the notedb stuff? did dulwich not work out? | 20:59 |
Gravious | clarkb, indeed. we went with pygit2 over dulwich for compatibility with other libs, zuul etc | 21:00 |
*** xyang1 has quit IRC | 21:00 | |
openstackgerrit | Brian Haley proposed openstack-infra/project-config master: Move DVR+HA multinode tempest job to check queue https://review.openstack.org/455406 | 21:00 |
clarkb | Gravious: not sure I follow on the zuul front, it doesn't use pygit2 as there are licensing concerns iirc | 21:00 |
*** xyang1 has joined #openstack-infra | 21:00 | |
*** rfolco has quit IRC | 21:01 | |
clarkb | gitpython is what zuul uses, but yes genearlly you would write a bindep.txt for your project then make sure the bindep macro was added to your job in jjb and things will get installed from the distro | 21:01 |
Gravious | clarkb, there was a discussion a while back where the conclusion was if zuul were to move to a new gib lib it would be pygit2 over dulwich. i think the licensing concerns turned out to be not an issue in the end | 21:01 |
openstackgerrit | Sean Dague proposed openstack-infra/os-loganalyze master: Fix systemd line parsing https://review.openstack.org/455831 | 21:02 |
Gravious | as in the linking exception is sufficient for python as well, i'll try to find that discussion | 21:02 |
*** zz_dimtruck is now known as dimtruck | 21:02 | |
sdague | clarkb: that probably fails other unit tests, but I added a new systemd test, and found I lost a space in my regex | 21:02 |
*** sbezverk_ is now known as sbezverk | 21:04 | |
openstackgerrit | Merged openstack-infra/system-config master: Add mqtt_statsd to firehose config https://review.openstack.org/453452 | 21:04 |
*** jascott1_ has joined #openstack-infra | 21:04 | |
Gravious | clarkb, https://github.com/libgit2/pygit2/issues/15 | 21:05 |
clarkb | Gravious: and looks like libgit2-dev is in xenial so should be as easy as listing that for py35 jobs | 21:05 |
Gravious | clarkb, cool thanks :) | 21:06 |
*** thorst has quit IRC | 21:07 | |
clarkb | sdague: jenkins says +1 | 21:07 |
openstackgerrit | Andreas Florath proposed openstack-infra/bindep master: Refactor: factor out subprocess and error handling stub https://review.openstack.org/455832 | 21:07 |
*** EricGonc_ has quit IRC | 21:08 | |
*** chlong has quit IRC | 21:09 | |
*** chlong_ has quit IRC | 21:09 | |
*** armax has joined #openstack-infra | 21:10 | |
*** andreas-f has joined #openstack-infra | 21:10 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs https://review.openstack.org/359215 | 21:11 |
*** gouthamr has joined #openstack-infra | 21:13 | |
*** ldnunes has quit IRC | 21:15 | |
clarkb | sdague: I +2'd it, but have a question to understand something in the test if you have a moment to look | 21:18 |
pabelanger | zigo: getting closer. Working with cmurphy to depuppet our images. Once that is done, it will be much easier to bring new images online | 21:18 |
pabelanger | zigo: I am hoping by this time next week, we'll be in a good spot | 21:18 |
zigo | pabelanger: Do you mean you guys are getting completely rid of puppet scripts? | 21:18 |
zigo | What do you replace it with? | 21:18 |
*** eharney has quit IRC | 21:19 | |
*** esberglu has quit IRC | 21:19 | |
zigo | pabelanger: I'd be happy to give a hand if I can. | 21:20 |
*** ihrachys has quit IRC | 21:20 | |
*** esberglu has joined #openstack-infra | 21:20 | |
*** Apoorva_ has quit IRC | 21:21 | |
*** Apoorva has joined #openstack-infra | 21:22 | |
*** esikachev has joined #openstack-infra | 21:24 | |
*** esberglu has quit IRC | 21:24 | |
pabelanger | zigo: for now, we are using diskimage-builder elements to do some of the work. But the majority of things will be controlled by bindep for projects | 21:25 |
openstackgerrit | Andreas Florath proposed openstack-infra/bindep master: Refactor: factor out subprocess and error handling stub https://review.openstack.org/455832 | 21:25 |
zigo | pabelanger: bindep? | 21:26 |
pabelanger | https://docs.openstack.org/infra/bindep/readme.html | 21:26 |
*** smarcet has joined #openstack-infra | 21:26 | |
pabelanger | a way for projects to control which packages we install | 21:26 |
*** john-davidge has joined #openstack-infra | 21:29 | |
*** kong has joined #openstack-infra | 21:30 | |
*** thorst has joined #openstack-infra | 21:30 | |
*** jkilpatr_ has quit IRC | 21:30 | |
*** sekelso has quit IRC | 21:30 | |
*** smarcet has quit IRC | 21:31 | |
pabelanger | clarkb: ianw: just waiting for opensuse on 455816, then we can likely +3 | 21:32 |
ianw | pabelanger: ok, just running some manual builds into oslab to double check too | 21:33 |
ianw | i'm trying to think how we can have an effective test-case | 21:33 |
*** john-davidge has quit IRC | 21:34 | |
*** thorst has quit IRC | 21:34 | |
*** esberglu has joined #openstack-infra | 21:35 | |
zigo | pabelanger: Ah yeah, that thing ... | 21:36 |
*** esikachev has quit IRC | 21:38 | |
zigo | pabelanger: How can I help? | 21:38 |
*** jascott1_ has quit IRC | 21:39 | |
*** ociuhandu has quit IRC | 21:43 | |
clarkb | pabelanger: the opensuse nodepool test came back as passing | 21:44 |
clarkb | ianw: as for testing it maybe install a simple script that will turn off the instance if it can't get the right python? | 21:45 |
clarkb | that might be too fragile | 21:45 |
ianw | yeah, i was thinking grepping #! lines of scripts, but that's not fun | 21:45 |
clarkb | needs_python2 || shutdown -h now or needs_python3 || shutdown -h now depending | 21:46 |
*** ihrachys has joined #openstack-infra | 21:46 | |
clarkb | that way you don't have to check execution within the instance just its behavior | 21:46 |
*** sekelso has joined #openstack-infra | 21:47 | |
mtreinish | clarkb: want to give this the rubber stamp: https://review.openstack.org/#/c/449279/ | 21:50 |
clarkb | mtreinish: done | 21:52 |
*** esberglu has quit IRC | 21:53 | |
*** ociuhandu has joined #openstack-infra | 21:53 | |
mtreinish | clarkb: thanks | 21:53 |
pabelanger | clarkb: ianw: +3 | 21:54 |
* fungi is really, really not here, but thanks you all | 21:54 | |
pabelanger | zigo: you can help review topic:unpuppet-zuul-workers | 21:54 |
fungi | pabelanger: i'll read the meeting log later, but thanks for chairing! | 21:54 |
pabelanger | fungi: np! easy one today | 21:55 |
mtreinish | fungi, clarkb: want to look at the system config side too :) https://review.openstack.org/#/c/449630/ | 21:55 |
ianw | pabelanger: ok, cool, i'll keep an eye | 21:55 |
openstackgerrit | Merged openstack-infra/puppet-subunit2sql master: Add MQTT support to the gearman worker https://review.openstack.org/449279 | 21:58 |
openstackgerrit | Merged openstack-infra/devstack-gate master: Glance experimental multinode grenade job setup https://review.openstack.org/426428 | 21:58 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Bump dsvm-nodepool to 90min timeout https://review.openstack.org/455838 | 22:00 |
*** jaypipes has quit IRC | 22:02 | |
*** mdrabe has quit IRC | 22:04 | |
*** jkilpatr_ has joined #openstack-infra | 22:08 | |
*** askb has joined #openstack-infra | 22:12 | |
*** esikachev has joined #openstack-infra | 22:13 | |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: support github pull reqeust labels https://review.openstack.org/444511 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow github trigger to match on branches/refs https://review.openstack.org/445625 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Set filter according to PR/Change in URL https://review.openstack.org/446782 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for requiring github pr head status https://review.openstack.org/449390 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for dependent pipelines with github https://review.openstack.org/445292 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Adds github triggering from status updates https://review.openstack.org/453844 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Implement pipeline requirement on github reviews https://review.openstack.org/453845 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add basic Github Zuul Reporter. https://review.openstack.org/443323 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Configurable SSH access to GitHub https://review.openstack.org/444034 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'push' and 'tag' github webhook events. https://review.openstack.org/443947 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'pr-comment' github webhook event https://review.openstack.org/443959 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for github commit status https://review.openstack.org/444060 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Better merge message for GitHub pull reqeusts https://review.openstack.org/445644 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Query changes only via relevant sources https://review.openstack.org/448257 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Encapsulate determining the event purpose https://review.openstack.org/445242 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow using webapp from connections https://review.openstack.org/439831 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Merge pull requests from github reporter https://review.openstack.org/444463 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for github enterprise https://review.openstack.org/449258 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support GitHub PR webhooks https://review.openstack.org/439834 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: GitHub file matching support https://review.openstack.org/446113 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add trigger capability on github pr review https://review.openstack.org/449365 | 22:14 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Log GitHub API rate limit https://review.openstack.org/446150 | 22:14 |
*** sslypushenko_ has quit IRC | 22:15 | |
pabelanger | heh, is diskimage-builder still not using a our fedora mirrors | 22:15 |
pabelanger | I'll work on that tomorrow | 22:15 |
*** hashar has quit IRC | 22:17 | |
*** esikachev has quit IRC | 22:18 | |
*** gordc has quit IRC | 22:21 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Remove the old hiera hook from upgrade workflow https://review.openstack.org/453715 | 22:21 |
*** andreww has joined #openstack-infra | 22:22 | |
*** andreww has quit IRC | 22:22 | |
*** andreww has joined #openstack-infra | 22:23 | |
*** andreww has quit IRC | 22:23 | |
*** andreww has joined #openstack-infra | 22:24 | |
*** dgonzalez has quit IRC | 22:24 | |
*** xarses has quit IRC | 22:24 | |
*** gordc has joined #openstack-infra | 22:25 | |
*** esikachev has joined #openstack-infra | 22:25 | |
*** xyang1 has quit IRC | 22:26 | |
*** ssbarnea has quit IRC | 22:26 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Revert "Revert "Stop installing pip from install_puppet.sh"" https://review.openstack.org/455843 | 22:28 |
*** dgonzalez has joined #openstack-infra | 22:28 | |
pabelanger | ianw: clarkb: ^is we decided to tag a new release of diskimage-builder, we can give that another shot in the morning | 22:28 |
clarkb | revert all the things | 22:29 |
*** ociuhandu has quit IRC | 22:29 | |
*** ociuhandu has joined #openstack-infra | 22:29 | |
*** ociuhandu has quit IRC | 22:29 | |
pabelanger | that aside, we are off puppet-jenkins.... which is awesome | 22:29 |
pabelanger | while we still use it to create the jenkins user, we can move that step next | 22:30 |
*** esikachev has quit IRC | 22:30 | |
cmurphy | \o/ | 22:31 |
*** ociuhandu has joined #openstack-infra | 22:31 | |
*** xarses has joined #openstack-infra | 22:32 | |
*** andreww has quit IRC | 22:32 | |
mgagne | FYI, Internap mtl01 region is now running Glance and Cinder Mitaka (up from Kilo). Let me know if you find problems or anything wrong. =) | 22:33 |
pabelanger | thanks for the heads up | 22:34 |
clarkb | with the oslo projects removed from default d-g PROJECTS list it looks like workspace setup is now under a minute | 22:34 |
pabelanger | clarkb: down from what again? | 22:35 |
clarkb | pabelanger: before I started this work it was around 5 minutes, and repeated for grenade | 22:35 |
pabelanger | that's what I though | 22:35 |
pabelanger | nice | 22:35 |
clarkb | pabelanger: so we are down to like 10% of old cost compared to worst case | 22:35 |
*** sekelso has quit IRC | 22:35 | |
*** esikachev has joined #openstack-infra | 22:37 | |
*** r-daneel has joined #openstack-infra | 22:38 | |
loquacities | hello lovely infra people! | 22:39 |
loquacities | is there any chance a core could look at my patch, please? | 22:39 |
*** gordc has quit IRC | 22:39 | |
ianw | pabelanger: yep, seems good. i think fedora is having issues | 22:39 |
ianw | mirror issues | 22:40 |
loquacities | it's been sitting around for a while, just waiting for a second +2 | 22:40 |
loquacities | https://review.openstack.org/#/c/447341/ | 22:40 |
*** felipemonteiro has quit IRC | 22:40 | |
*** esikachev has quit IRC | 22:42 | |
openstackgerrit | Merged openstack-infra/infra-manual master: Adding instructions for rebasing https://review.openstack.org/447341 | 22:44 |
clarkb | loquacities: ianw got it in^ but I left a couple comments that may be worth a followup? curious what you think | 22:45 |
ianw | i generally err towards commiting docs and fixing them up :) | 22:49 |
loquacities | ah, thanks! | 22:49 |
loquacities | yes, I can address those today | 22:49 |
ianw | yeah, i usually leave a pristine master, unless i forget | 22:50 |
clarkb | yup more docs better than no docs | 22:50 |
*** esikachev has joined #openstack-infra | 22:50 | |
pabelanger | clarkb: fungi: think we are ready to move forward on https://review.openstack.org/#/c/453222. Stop enabling EPEL by default. I just followed up on the ML post, indicating were going to move forward | 22:50 |
clarkb | I just saw your email | 22:51 |
jhesketh | Morning | 22:51 |
clarkb | pabelanger: sounds good to me, I'm running out of steam early today due to idunno what. Allergies maybe? anyways happy to help keep an eye on that tomorow as proposed | 22:52 |
pabelanger | clarkb: no problems | 22:52 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: support github pull reqeust labels https://review.openstack.org/444511 | 22:52 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow github trigger to match on branches/refs https://review.openstack.org/445625 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Set filter according to PR/Change in URL https://review.openstack.org/446782 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for requiring github pr head status https://review.openstack.org/449390 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for dependent pipelines with github https://review.openstack.org/445292 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Adds github triggering from status updates https://review.openstack.org/453844 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Implement pipeline requirement on github reviews https://review.openstack.org/453845 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add basic Github Zuul Reporter. https://review.openstack.org/443323 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Configurable SSH access to GitHub https://review.openstack.org/444034 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'push' and 'tag' github webhook events. https://review.openstack.org/443947 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'pr-comment' github webhook event https://review.openstack.org/443959 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for github commit status https://review.openstack.org/444060 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Better merge message for GitHub pull reqeusts https://review.openstack.org/445644 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Query changes only via relevant sources https://review.openstack.org/448257 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Encapsulate determining the event purpose https://review.openstack.org/445242 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow using webapp from connections https://review.openstack.org/439831 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Merge pull requests from github reporter https://review.openstack.org/444463 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for github enterprise https://review.openstack.org/449258 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Support GitHub PR webhooks https://review.openstack.org/439834 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: GitHub file matching support https://review.openstack.org/446113 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Add trigger capability on github pr review https://review.openstack.org/449365 | 22:53 |
openstackgerrit | Jesse Keating proposed openstack-infra/zuul feature/zuulv3: Log GitHub API rate limit https://review.openstack.org/446150 | 22:53 |
*** xarses_ has quit IRC | 22:53 | |
*** esikachev has quit IRC | 22:54 | |
*** esikachev has joined #openstack-infra | 22:55 | |
*** r-daneel has quit IRC | 22:59 | |
*** esikachev has quit IRC | 23:02 | |
*** esikachev has joined #openstack-infra | 23:03 | |
*** rbrndt has quit IRC | 23:05 | |
*** tosky has quit IRC | 23:06 | |
*** esikachev has quit IRC | 23:07 | |
*** sdague has quit IRC | 23:09 | |
*** esikachev has joined #openstack-infra | 23:12 | |
*** annegentle has quit IRC | 23:12 | |
*** erlon has quit IRC | 23:15 | |
*** esikachev has quit IRC | 23:16 | |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings master: Remove the Stable team meeting https://review.openstack.org/455848 | 23:16 |
*** Apoorva_ has joined #openstack-infra | 23:16 | |
*** Apoorva has quit IRC | 23:20 | |
*** thorst has joined #openstack-infra | 23:20 | |
*** baoli has quit IRC | 23:21 | |
*** thorst has quit IRC | 23:23 | |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config master: Limit depth on git cleanup https://review.openstack.org/455850 | 23:24 |
ianw | pabelanger: ^ there's your bizarre corner case issue of the day | 23:24 |
*** claudiub has quit IRC | 23:25 | |
*** kgiusti has joined #openstack-infra | 23:30 | |
pabelanger | ianw: finding all the good ones | 23:31 |
*** s-shiono has joined #openstack-infra | 23:33 | |
openstackgerrit | Qiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting https://review.openstack.org/455726 | 23:37 |
clarkb | wut | 23:38 |
clarkb | also we host pygit2 packaging for debian? | 23:41 |
ianw | rm_work: looking at that py35 failure on node now ... it's looking ... interesting | 23:43 |
rm_work | T_T | 23:44 |
ianw | http://paste.openstack.org/show/606207/ | 23:46 |
openstackgerrit | Merged openstack-infra/system-config master: Limit depth on git cleanup https://review.openstack.org/455850 | 23:46 |
ianw | i can import it, but the entry point can't? | 23:46 |
*** jamielennox is now known as jamielennox|away | 23:48 | |
*** baoli has joined #openstack-infra | 23:49 | |
*** baoli has quit IRC | 23:49 | |
kfox1111 | did anything change in the last few days in the rax vm's? | 23:49 |
ianw | kfox1111: in a word, yes | 23:50 |
clarkb | however not in rax specifically | 23:50 |
ianw | the way setup is being done has undergone some changes, but across all images | 23:50 |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal https://review.openstack.org/455852 | 23:50 |
*** baoli has joined #openstack-infra | 23:50 | |
pabelanger | kfox1111: please post logs of failures, we've started depuppeting our nodes | 23:51 |
kfox1111 | ianw: interesting. so far most of our multinode jobs have only landed at rax, so could be having issues at other sites too. | 23:51 |
kfox1111 | what changed? | 23:51 |
*** jamielennox|away is now known as jamielennox | 23:51 | |
kfox1111 | ah. | 23:51 |
ianw | kfox1111: lots, you might have to reverse this and tell us what's broken :) | 23:51 |
kfox1111 | pabelanger: just starting to dig in, but connectivity between nodes in the k8s clusters we're building is not working so well anymore. | 23:52 |
pabelanger | largest right now, is the removal of java / ruby dependencies | 23:52 |
kfox1111 | its showing itself at the moment by dns not working in pods on the slave node. | 23:52 |
*** gildub has joined #openstack-infra | 23:52 | |
pabelanger | I think we did remove some DNS too | 23:52 |
kfox1111 | hmm.. that could be the problem/part of the problem. | 23:53 |
kfox1111 | we did have some code in there to ddeal with the local dns server. | 23:53 |
kfox1111 | was that removed entirely? | 23:53 |
*** thorst has joined #openstack-infra | 23:53 | |
pabelanger | https://review.openstack.org/#/q/status:merged+topic:unpuppet-zuul-workers is the list of recent changes | 23:53 |
*** hongbin has quit IRC | 23:54 | |
pabelanger | only change related to dns was https://review.openstack.org/#/c/452976/ | 23:54 |
pabelanger | we stopped installing it with puppet and now directly in DIB | 23:54 |
kfox1111 | hmm.. unbound looks like a candidate... lets see.... | 23:54 |
pabelanger | so, possible the default config file has changed | 23:54 |
clarkb | well we shouldn't use dns for anything multinode related | 23:55 |
kfox1111 | we do some unbound config here: https://github.com/openstack/kolla-kubernetes/blob/master/tools/setup_gate_common.sh#L11 | 23:55 |
clarkb | overlays are configured via IP addrs and we update /etc/hosts for naming things | 23:55 |
*** mattmceuen has quit IRC | 23:56 | |
pabelanger | kfox1111: which OS is the failure on? | 23:56 |
clarkb | and can you provide a link to a failing job? | 23:57 |
kfox1111 | pabelanger: centos multinode. | 23:57 |
kfox1111 | sec.... | 23:57 |
kfox1111 | http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html | 23:58 |
kfox1111 | its entirely possible its network and not dns related though. | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!