Tuesday, 2017-04-11

ianwyes, /usr/bin/pip on fedora25 nodes uses #!/usr/local/bin/dib-python , which is python300:00
ianwso, install_puppet.sh must have been re-installing pip00:01
ianwwhich then re-installed /usr/bin/pip back to the python2 version00:02
pabelangerianw: did you want to +3 and I'll kick off a new build https://review.openstack.org/#/c/455473/00:03
*** gcb has quit IRC00:03
ianwpabelanger: it's worth a go, but per ^ we've basically totally changed the environment i think00:03
ianwso i doubt it will work00:04
ianwin general00:04
pabelangerk, I'll delete the current fedora-25 dib once ^ langs00:05
pabelangerlands*00:05
pabelangerthen we can recheck clarkb patches at the same time00:05
openstackgerritClark Boylan proposed openstack-infra/bindep master: Consistently check subprocess output  https://review.openstack.org/45547500:06
clarkbI squashed everything together but ^ is working for mel ocally00:07
clarkbfungi: ^ thats using the outstanding suse patch as well so I should go review that one00:07
fungik00:07
mordredclarkb: wouldn't it be neat if subprocess just worked that way?00:08
fungii think i already +2'd the opensuse patch but can try to take another look if you need00:08
fungidance card is pretty full over here at the moment though00:08
clarkbya it has the +2s I'm about to approve as soon as I get through the tests00:08
* fungi grimaces at three-hour domestic delta flight with no wifi at all00:09
clarkbmordred: 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 on00:09
openstackgerritMerged openstack-infra/project-config master: Force python2.7 for bindep-env  https://review.openstack.org/45547300:09
clarkbmordred: basically its rebuidling everything from first principals to get it right00:09
clarkbeg any time we accept input to the system convert to internal representation00:09
fungiwhich, if you only support python 3, is pretty awesome00:10
fungiif you also need to continue supporting python 2, incredibly ugly00:10
clarkbso the thing that made this ugly was our tests00:11
clarkbbecause mock00:11
clarkbmock was not returning the same type as the real work00:11
clarkbs/work/wold/00:11
clarkbwhich made us think that the old fix was correct even though it couldn't possibly work00:12
clarkbanyways thats now corrected and it works with python36 locally00:12
fungifuture 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
clarkband it passed fedora25 test00:12
pabelangerNice!00:12
pabelangerdo we want to tag a new bindep release? and revert 445473?00:13
openstackgerritMerged openstack-infra/nodepool master: Add support for specifying key-name per label  https://review.openstack.org/45546600:14
pabelangerfungi: did you want to +3 455475?00:14
fungime: "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
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Revert "Force python2.7 for bindep-env"  https://review.openstack.org/45547800:15
openstackgerritMerged openstack-infra/bindep master: Consistently check subprocess output  https://review.openstack.org/45547500:19
pabelangeryay00:19
fungii can tag a bindep point release, though perfectly happy if one of you wants to take care of that too00:20
*** amotoki has joined #openstack-infra00:20
mordredmnaser: 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
pabelangerfungi: go for it!00:21
fungishould probably be minor increment not patch increment, since it introduces support for a new platform too00:21
mordred++00:22
*** MasterOfBugs has quit IRC00:22
*** aeng has joined #openstack-infra00:22
fungi2.3.000:23
*** pramodrj07 has quit IRC00:23
*** esikache1 has joined #openstack-infra00:23
*** mtanino_ has joined #openstack-infra00:23
*** mtanino has quit IRC00:25
fungiactually, no, looks like the opensuse support patch is failing on the f25 job so didn't merge00:26
fungistill the other change since 2.2.0 was a pbr lower bound bump so should be 2.3.0 on those grounds anyway00:26
ianwhttps://github.com/pypa/pip/issues/3164 sigh00:26
fungipabelanger: clarkb: mordred: disagree?00:26
pabelangerfungi: wfm00:27
ianwso it seems like, and i'd have to agree, we probably never want to call "pip" or "virtualenv"00:27
*** esikache1 has quit IRC00:28
ianwyou should call "python-i-want-to-use -m virtualenv" i think00:28
*** wolverineav has quit IRC00:29
fungiianw: that's the general recommendation i see on distutils-sig for when you care what python you're using, yes00:30
*** gildub has joined #openstack-infra00:31
fungii 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 out00:31
mordredfungi: wow. so yes. I agree00:32
mordredwhat a fantastic can of worms we have here00:32
ianwthe 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 achieve00:34
ianwwe want the latest pip/setuptools/virtualenv ... because we often have issues with the packaged versions00:35
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add infra-root-keys to nodepool nodes  https://review.openstack.org/45548000:35
ianwi guess that means it needs to setup the latest for both python 2 and 300:35
*** hongbin has quit IRC00:36
loquacitiesheya, any infra cores available to look at this? https://review.openstack.org/#/c/447341/00:36
*** skelso has joined #openstack-infra00:37
*** sekelso has joined #openstack-infra00:40
*** esikache1 has joined #openstack-infra00:41
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter  https://review.openstack.org/45548200:43
*** yamahata has joined #openstack-infra00:43
*** skelso has quit IRC00:43
mordredianw: 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
mordredianw: that patch looks good00:44
*** esikache1 has quit IRC00:45
*** mat128 has quit IRC00:47
*** baoli has joined #openstack-infra00:48
ianwmordred: 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 env00:49
*** baoli has quit IRC00:49
ianwi think pip-and-virtualenv needs to setup both python2 & 300:50
ianwyou can build a python3 only system, but not with the pip-and-virtualenv element00:50
*** baoli has joined #openstack-infra00:50
*** zhurong has joined #openstack-infra00:54
*** mat128 has joined #openstack-infra00:56
*** Julien-zte has joined #openstack-infra00:57
*** mdrabe has quit IRC00:57
*** Apoorva_ has joined #openstack-infra01:02
*** gyee has quit IRC01:04
*** Apoorva has quit IRC01:06
*** Apoorva_ has quit IRC01:06
pabelangerianw: is /usr/local/bin/dib-python needed after the image has been created? Eg: should we be cleaning it up?01:07
ianwwe probably should delete it to remove confusion01:07
pabelanger++01:08
pabelangerunlink I guess01:08
*** esikache1 has joined #openstack-infra01:11
*** liujiong has joined #openstack-infra01:12
ianwok, here's a weird one trying to get both pips updated -> https://github.com/pypa/pip/issues/443501:14
ianwpython3 pip leaves python2 pip alone01:14
ianwpython2 pip deletes python3 pip01:14
*** esikache1 has quit IRC01:15
*** gcb has joined #openstack-infra01:16
pabelangerfedora-25 dib uploading now01:16
*** tonytan4ever has joined #openstack-infra01:18
*** Julien-zte has quit IRC01:19
*** shu-mutou-AWAY has quit IRC01:19
*** Julien-zte has joined #openstack-infra01:20
*** knangia has quit IRC01:21
*** gildub has quit IRC01:21
*** Julien-zte has quit IRC01:23
*** Julien-zte has joined #openstack-infra01:24
*** pradk has quit IRC01:24
*** yanyanhu has joined #openstack-infra01:26
*** Julien-zte has quit IRC01:29
*** Julien-zte has joined #openstack-infra01:29
*** thorst has quit IRC01:30
*** thorst has joined #openstack-infra01:30
*** Sukhdev has quit IRC01:33
*** Julien-zte has quit IRC01:34
*** Julien-zte has joined #openstack-infra01:34
*** thorst has quit IRC01:34
*** gildub has joined #openstack-infra01:35
*** nadya has joined #openstack-infra01:38
*** Julien-zte has quit IRC01:40
*** Julien-zte has joined #openstack-infra01:40
openstackgerritQiming Teng proposed openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests  https://review.openstack.org/45445801:41
*** nadya has quit IRC01:43
*** gildub has quit IRC01:44
*** gildub has joined #openstack-infra01:44
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink  https://review.openstack.org/45548601:47
*** jcoufal has joined #openstack-infra01:47
fungilooks like nobody's tagged bindep 2.3.0 yet, so doing that now01:49
*** john-davidge has joined #openstack-infra01:49
*** Julien-zte has quit IRC01:49
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Add libselinux-python to bindep.txt  https://review.openstack.org/45548701:50
*** Julien-zte has joined #openstack-infra01:50
*** john-davidge has quit IRC01:54
*** esikache1 has joined #openstack-infra01:54
*** esikache1 has quit IRC01:58
*** esberglu has joined #openstack-infra01:58
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Force python2.7 for ansible virtualenv  https://review.openstack.org/45548702:02
*** esberglu has quit IRC02:03
*** yonglihe has joined #openstack-infra02:03
pabelangerianw: 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 morning02:04
ianwpabelanger: about to push a dib "fix" ...02:05
pabelangercool02:05
pabelangercatch you tomorrow02:05
*** Julien-zte has quit IRC02:06
*** Julien-zte has joined #openstack-infra02:07
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549102:07
ianwpabelanger: np.  ^ that is the solution i think ... it makes sure "pip" and "virtualenv" are both python2 versions by default, which retains the status quo02:08
*** mtanino_ has quit IRC02:11
*** tuanluong has joined #openstack-infra02:15
fungi#status log bindep 2.3.0 relesed to fix fedora 25 image issues02:17
openstackstatusfungi: finished logging02:17
fungitook 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 away02:20
fungi(tmux sessions inheriting remote display envvar)02:20
*** shu-mutou has joined #openstack-infra02:21
*** hongbin has joined #openstack-infra02:26
*** thorst has joined #openstack-infra02:31
*** jcoufal_ has joined #openstack-infra02:31
*** jcoufal_ has quit IRC02:32
*** jcoufal has quit IRC02:34
*** ihrachys has joined #openstack-infra02:50
*** thorst has quit IRC02:51
*** Julien-zte has quit IRC02:53
*** Julien-zte has joined #openstack-infra02:54
*** esikache1 has joined #openstack-infra02:55
*** esikache1 has quit IRC02:59
*** armax has joined #openstack-infra03:00
*** dingyichen has quit IRC03:04
*** dingyichen has joined #openstack-infra03:04
*** ramishra has joined #openstack-infra03:08
*** namnh has joined #openstack-infra03:09
*** nicolasbock has quit IRC03:10
*** cody-somerville has joined #openstack-infra03:24
*** amotoki has quit IRC03:26
*** csomerville has joined #openstack-infra03:26
*** cody-somerville has quit IRC03:29
*** sekelso has quit IRC03:31
*** sekelso has joined #openstack-infra03:31
*** dimtruck is now known as zz_dimtruck03:38
*** nadya has joined #openstack-infra03:39
*** amotoki has joined #openstack-infra03:40
*** nadya has quit IRC03:43
*** vikrant has joined #openstack-infra03:46
*** chlong has quit IRC03:47
*** esberglu has joined #openstack-infra03:47
*** Julien-zte has quit IRC03:49
*** knangia has joined #openstack-infra03:49
*** amotoki has quit IRC03:50
*** Julien-zte has joined #openstack-infra03:51
*** gouthamr has quit IRC03:51
*** esberglu has quit IRC03:52
*** Julien-zte has quit IRC03:53
*** Julien-zte has joined #openstack-infra03:54
*** esikache1 has joined #openstack-infra03:56
*** mriedem has quit IRC03:56
*** amotoki has joined #openstack-infra03:58
*** esikache1 has quit IRC04:00
*** sekelso has quit IRC04:01
*** dfflanders_ has joined #openstack-infra04:01
namnhhi everyone, could you please take a look at this patch set: https://review.openstack.org/#/c/455207/04:01
*** Dinesh_Bhor has quit IRC04:07
*** Julien-zte has quit IRC04:07
*** Julien-zte has joined #openstack-infra04:09
*** yamamoto_ has quit IRC04:09
*** markvoelker has quit IRC04:09
*** yamamoto has joined #openstack-infra04:09
*** hongbin has quit IRC04:12
*** amotoki has quit IRC04:13
*** mat128 has quit IRC04:14
*** Sukhdev has joined #openstack-infra04:14
*** baoli has quit IRC04:14
*** yamahata has quit IRC04:17
*** esikache1 has joined #openstack-infra04:21
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549104:23
*** esikache1 has quit IRC04:26
*** dharinic has quit IRC04:27
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Use public_ipv4 variable when passing to executor  https://review.openstack.org/45550804:28
*** amotoki has joined #openstack-infra04:29
*** psachin has joined #openstack-infra04:31
*** thorst has joined #openstack-infra04:48
*** thorst has quit IRC04:52
*** nadya has joined #openstack-infra04:54
*** esikache1 has joined #openstack-infra04:56
*** nadya has quit IRC04:59
*** esikache1 has quit IRC05:01
*** liujiong has quit IRC05:05
*** liujiong has joined #openstack-infra05:06
*** esikache1 has joined #openstack-infra05:07
*** Julien-zte has quit IRC05:10
*** Dinesh_Bhor has joined #openstack-infra05:11
*** esikache1 has quit IRC05:11
*** Sukhdev has quit IRC05:12
*** Julien-zte has joined #openstack-infra05:12
*** hichihara has joined #openstack-infra05:13
*** rcernin has joined #openstack-infra05:15
*** prateek has joined #openstack-infra05:20
*** prateek has quit IRC05:29
*** prateek has joined #openstack-infra05:29
*** ihrachys has quit IRC05:31
*** florianf has joined #openstack-infra05:32
*** tuanluong has quit IRC05:33
*** cshastri has joined #openstack-infra05:33
*** psachin has quit IRC05:34
*** esberglu has joined #openstack-infra05:37
*** Julien-zte has quit IRC05:37
*** Julien-zte has joined #openstack-infra05:37
openstackgerritMerged openstack-infra/bindep master: bindep: depends: Add support for openSUSE {Leap,Tumbleweed}  https://review.openstack.org/44880005:40
*** esberglu has quit IRC05:41
*** spotz is now known as spotz_zzz05:46
openstackgerritQiming Teng proposed openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests  https://review.openstack.org/45445805:48
*** thorst has joined #openstack-infra05:48
*** Julien-zte has quit IRC05:48
*** spotz_zzz is now known as spotz05:48
*** Julien-zte has joined #openstack-infra05:49
*** Julien-zte has quit IRC05:52
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549105:53
*** Julien-zte has joined #openstack-infra05:53
*** thorst has quit IRC05:53
*** esikache1 has joined #openstack-infra05:55
*** jaosorior_away is now known as jaosorior05:55
*** Julien-zte has quit IRC05:57
*** Julien-zte has joined #openstack-infra05:58
*** tuanluong has joined #openstack-infra05:58
*** pgadiya has joined #openstack-infra05:59
*** pgadiya has quit IRC06:00
*** adriant has quit IRC06:02
AJaegerproject-config cores, here're two cleanups to remove unused files and fix permissions: https://review.openstack.org/455446 and https://review.openstack.org/45544806:03
*** bhavik1 has joined #openstack-infra06:04
*** markus_z has joined #openstack-infra06:04
*** Julien-zte has quit IRC06:06
*** Julien-zte has joined #openstack-infra06:06
AJaegerclarkb, 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
AJaegerFor that we should consider the open reviews https://review.openstack.org/#/c/450634/ and https://review.openstack.org/#/c/452007/ as well06:09
*** knangia has quit IRC06:11
*** nadya has joined #openstack-infra06:11
*** esikache1 has quit IRC06:15
*** liujiong_lj has joined #openstack-infra06:15
*** liujiong has quit IRC06:16
*** esikachev has joined #openstack-infra06:18
*** andreas_s has joined #openstack-infra06:18
*** schang has quit IRC06:20
*** bhavik1 has quit IRC06:28
*** bstinson has quit IRC06:29
*** kuromagi has quit IRC06:29
*** kuromagi has joined #openstack-infra06:30
*** liujiong has joined #openstack-infra06:30
*** bstinson has joined #openstack-infra06:31
*** psachin has joined #openstack-infra06:31
*** jtomasek_ has quit IRC06:31
*** liujiong_lj has quit IRC06:32
*** Hal has quit IRC06:34
*** liujiong has quit IRC06:37
*** rwsu has quit IRC06:37
*** Julien-zte has quit IRC06:39
*** Julien-zte has joined #openstack-infra06:39
*** flepied has quit IRC06:40
*** flepied has joined #openstack-infra06:40
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Use PBR's setup.py test command  https://review.openstack.org/45492306:42
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Configure zk fixture cleanup early  https://review.openstack.org/45492406:43
*** sdake has quit IRC06:46
*** tesseract has joined #openstack-infra06:47
*** pbourke has quit IRC06:47
*** pbourke has joined #openstack-infra06:49
*** thorst has joined #openstack-infra06:49
*** rwsu has joined #openstack-infra06:51
*** mgagne has quit IRC06:52
*** thorst has quit IRC06:54
*** dtardivel has joined #openstack-infra06:56
*** winggundamth has joined #openstack-infra07:04
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter  https://review.openstack.org/45548207:04
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549107:04
*** pcaruana has joined #openstack-infra07:06
*** martinkopec has joined #openstack-infra07:07
*** Julien-zte has quit IRC07:08
*** Julien-zte has joined #openstack-infra07:08
*** john-davidge has joined #openstack-infra07:10
*** ssbarnea has joined #openstack-infra07:13
*** john-davidge has quit IRC07:14
*** Julien-zte has quit IRC07:18
*** aviau has quit IRC07:19
ianwpabelanger: ^^ i believe that will restore things to the way we want it07:19
*** Julien-zte has joined #openstack-infra07:19
*** aviau has joined #openstack-infra07:19
*** Julien-zte has quit IRC07:21
*** Julien-zte has joined #openstack-infra07:21
rm_workianw: so will we see a DIB release this week?07:25
*** Julien-zte has quit IRC07:25
ianwrm_work: 2.3.0 was released yesterday and should have all fixes in it07:25
rm_workah are those two patches an attempt to fix more py3 issues?07:25
rm_workhmm ok07:25
rm_worklet me do some rechecks07:25
*** Julien-zte has joined #openstack-infra07:25
ianwyes, those are unrelated really ... they involve how we setup the "pip" and "virtualenv" tools07:25
rm_workhmm k07:26
rm_workoh, anyone from g-r here? https://review.openstack.org/#/c/455411/07:26
rm_workah I should ask in their channel07:26
*** Julien-zte has quit IRC07:27
*** Julien-zte has joined #openstack-infra07:28
openstackgerritMerged openstack-infra/project-config master: Cleanup jenkins/scripts  https://review.openstack.org/45544607:30
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing TLS-everywhere with keystone container  https://review.openstack.org/44957007:32
*** Julien-zte has quit IRC07:33
*** Julien-zte has joined #openstack-infra07:34
*** jascott1_ has quit IRC07:34
*** Julien-zte has quit IRC07:37
*** Julien-zte has joined #openstack-infra07:38
*** kong has quit IRC07:39
*** knangia has joined #openstack-infra07:40
*** Julien-zte has quit IRC07:40
*** Julien-zte has joined #openstack-infra07:41
*** aarefiev_afk is now known as aarefiev07:41
*** dizquierdo has joined #openstack-infra07:42
*** rossella_s has joined #openstack-infra07:45
*** Julien-zte has quit IRC07:46
*** Julien-zte has joined #openstack-infra07:46
*** rpodolyaka_afk is now known as rpodolyaka07:47
*** thorst has joined #openstack-infra07:50
*** jpich has joined #openstack-infra07:50
*** frickler has quit IRC07:51
*** frickler has joined #openstack-infra07:52
*** Julien-zte has quit IRC07:52
*** Julien-zte has joined #openstack-infra07:53
*** shardy has joined #openstack-infra07:53
*** ianychoi has quit IRC07:54
*** derekh has joined #openstack-infra07:54
*** ianychoi has joined #openstack-infra07:54
*** john-davidge has joined #openstack-infra07:57
*** nadya has quit IRC07:59
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing TLS everywhere for etcd  https://review.openstack.org/45530907:59
*** nadya has joined #openstack-infra07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** Hal has joined #openstack-infra08:01
*** tonytan4ever has quit IRC08:02
*** dfflanders_ has quit IRC08:03
*** nadya has quit IRC08:03
*** gildub has quit IRC08:04
*** lucas-afk is now known as lucasagomes08:06
*** nadya has joined #openstack-infra08:09
*** thorst has quit IRC08:09
rm_workianw: 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_40908:10
rm_workso I guess we didn't get it :(08:10
rm_workon py3x only08:10
rm_workmust still be using the wrong env (or installing to the wrong env? but more likely the former)08:10
*** Julien-zte has quit IRC08:12
*** Hal has quit IRC08:12
*** Hal has joined #openstack-infra08:12
*** Julien-zte has joined #openstack-infra08:14
*** Julien-zte has quit IRC08:17
*** Julien-zte has joined #openstack-infra08:17
*** efoley_ has joined #openstack-infra08:18
*** ralonsoh has joined #openstack-infra08:20
*** ianychoi has quit IRC08:20
*** Hal has quit IRC08:21
*** ianychoi has joined #openstack-infra08:21
*** efoley__ has joined #openstack-infra08:21
*** Kevin_Zheng has quit IRC08:23
*** Hal has joined #openstack-infra08:24
*** efoley_ has quit IRC08:24
*** Julien-zte has quit IRC08:26
*** priteau has joined #openstack-infra08:27
*** Julien-zte has joined #openstack-infra08:27
*** bhavik1 has joined #openstack-infra08:29
*** hashar has joined #openstack-infra08:30
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Do not set permissions for jenkins/*  https://review.openstack.org/45558408:30
*** dizquierdo has quit IRC08:30
*** Julien-zte has quit IRC08:31
*** Julien-zte has joined #openstack-infra08:32
AJaegerpabelanger: 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 IRC08:35
*** Julien-zte has quit IRC08:37
openstackgerritMerged openstack-infra/project-config master: New project - OpenStack-Helm  https://review.openstack.org/43915908:37
*** Julien-zte has joined #openstack-infra08:37
*** ianychoi has joined #openstack-infra08:38
*** electrofelix has joined #openstack-infra08:41
*** Julien-zte has quit IRC08:41
*** Julien-zte has joined #openstack-infra08:42
*** derekjhyang has joined #openstack-infra08:43
*** Julien-zte has quit IRC08:44
openstackgerritMerged openstack-infra/project-config master: Add py35 gates for Senlin API & Functional tests  https://review.openstack.org/45445808:44
*** Julien-zte has joined #openstack-infra08:44
*** Hal has quit IRC08:45
openstackgerritMerged openstack-infra/project-config master: [rally] reuse neutron-unstable job for telemetry  https://review.openstack.org/45532108:45
openstackgerritMerged openstack-infra/project-config master: Setup /usr/local/jenkins within nodepool-base element  https://review.openstack.org/45544008:45
openstackgerritMerged openstack-infra/project-config master: Revert "Force python2.7 for bindep-env"  https://review.openstack.org/45547808:45
openstackgerritMerged openstack-infra/project-config master: Change Barbican KMIP gate to voting  https://review.openstack.org/45540308:46
*** Hal has joined #openstack-infra08:47
openstackgerritMerged openstack-infra/project-config master: Add heat-agents to tripleo cloned list  https://review.openstack.org/45537908:48
openstackgerritMerged openstack-infra/project-config master: Add barbicanclient to Cinder LIO job  https://review.openstack.org/45541408:48
openstackgerritMerged openstack-infra/project-config master: Add release notes jobs for swift  https://review.openstack.org/45111808:48
openstackgerritMerged openstack-infra/project-config master: Use OOOQ featureset for container upgrades job  https://review.openstack.org/44920308:48
openstackgerritMerged openstack-infra/project-config master: Add congress-dashboard to PROJECTS  https://review.openstack.org/45513608:48
openstackgerritMerged openstack-infra/project-config master: Add coverage job to sushy  https://review.openstack.org/45263808:48
openstackgerritMerged openstack-infra/project-config master: Add success pattern for placement-api-ref job  https://review.openstack.org/45476308:49
openstackgerritMerged openstack-infra/project-config master: Skip non-doc jobs for changes in placement-api-ref  https://review.openstack.org/45476408:49
openstackgerritMerged openstack-infra/project-config master: Add stable/ocata notifications for Kolla  https://review.openstack.org/45483308:49
openstackgerritMerged openstack-infra/project-config master: Fix build-image.sh example comments  https://review.openstack.org/45474108:49
openstackgerritMerged openstack-infra/project-config master: Don't run py35 tests on os-net-config stable/newton  https://review.openstack.org/45474808:49
*** sshnaidm|pto has quit IRC08:50
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Use ssh for git-upload-pack  https://review.openstack.org/43680208:55
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Resolve project_name/project confusion for gerrit  https://review.openstack.org/45560408:55
openstackgerritMerged openstack-infra/project-config master: Add bgp to dragonflow fullstack job  https://review.openstack.org/45260508:56
openstackgerritMerged openstack-infra/project-config master: Update Blazar's gate jobs  https://review.openstack.org/45263508:56
ianwrm_work: i don't have time right now, but i can hold a node tomorrow and check it out08:56
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter  https://review.openstack.org/45548208:59
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549108:59
*** Julien-zte has quit IRC08:59
*** Julien-zte has joined #openstack-infra09:00
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI  https://review.openstack.org/45078409:02
*** openstackgerrit has quit IRC09:03
*** lewo has quit IRC09:04
*** lewo has joined #openstack-infra09:05
*** ociuhandu has quit IRC09:05
*** thorst has joined #openstack-infra09:06
*** Julien-zte has quit IRC09:07
*** Julien-zte has joined #openstack-infra09:08
*** tosky has joined #openstack-infra09:09
*** thorst has quit IRC09:11
*** Julien-zte has quit IRC09:12
*** Julien-zte has joined #openstack-infra09:12
*** esberglu has joined #openstack-infra09:14
*** numans has quit IRC09:16
*** Julien-zte has quit IRC09:16
*** numans has joined #openstack-infra09:17
*** openstackgerrit has joined #openstack-infra09:18
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Put test id in zk chroot path  https://review.openstack.org/45492509:18
*** tinwood has quit IRC09:18
*** esberglu has quit IRC09:19
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config master: Normalize projects.yaml  https://review.openstack.org/45561709:19
*** Julien-zte has joined #openstack-infra09:19
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI  https://review.openstack.org/45078409:21
*** sambetts|afk is now known as sambetts09:26
*** Julien-zte has quit IRC09:27
*** Julien-zte has joined #openstack-infra09:28
*** tinwood has joined #openstack-infra09:35
*** neiljerram has quit IRC09:37
*** dizquierdo has joined #openstack-infra09:40
*** dtantsur|afk is now known as dtantsur09:43
*** Hal has quit IRC09:45
*** Hal has joined #openstack-infra09:46
*** akscram has quit IRC09:50
*** Hal has quit IRC09:50
*** bhavik1 has quit IRC09:50
*** Hal has joined #openstack-infra09:50
*** bhavik1 has joined #openstack-infra09:50
*** Hal has quit IRC09:55
*** ociuhandu has joined #openstack-infra09:57
*** tuanluong_ has joined #openstack-infra10:02
*** tonytan4ever has joined #openstack-infra10:03
*** bhavik1 has quit IRC10:03
*** tuanluong has quit IRC10:05
asettleHey - 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
asettleTwo rechecks to see if "turning it on and off again" might work with the sphinx gods.10:08
*** Julien-zte has quit IRC10:09
asettleBut otherwise, nope. I have no idea what the error could mean.10:09
*** Julien-zte has joined #openstack-infra10:10
*** zhurong has quit IRC10:10
*** zhurong has joined #openstack-infra10:11
*** hichihara has quit IRC10:15
johnthetubaguyfungi: oh, thats odd. When I email myself it seems to get through. (shrugs).10:15
*** Julien-zte has quit IRC10:17
*** kong has joined #openstack-infra10:22
mordredinfra-root: pypi-mirror released successfully - should be back in good shape10:23
*** nicolasbock has joined #openstack-infra10:24
*** adarazs is now known as adarazs_lunch10:25
openstackgerritGhanshyam Mann proposed openstack-infra/project-config master: Remove Mitaka tempest jobs  https://review.openstack.org/45563710:29
gmannandreaf: ^^ before stable branches are gone.10:29
*** alexchadin has joined #openstack-infra10:30
*** knangia has quit IRC10:31
openstackgerritSam Betts proposed openstack-infra/glean master: Fix bonding for RHEL and systemd based OSs  https://review.openstack.org/45563810:31
*** makowals_ has quit IRC10:32
*** rossella_s has quit IRC10:33
*** rossella_s has joined #openstack-infra10:34
*** yanyanhu has quit IRC10:35
*** ianychoi has quit IRC10:36
*** ianychoi has joined #openstack-infra10:38
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Send interface_ip in the node description  https://review.openstack.org/45563910:39
*** sdague has joined #openstack-infra10:42
*** nadya has quit IRC10:43
*** jkilpatr has quit IRC10:43
*** nadya has joined #openstack-infra10:44
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove public_ipv[46] and private_ipv4  https://review.openstack.org/45564210:48
*** nadya has quit IRC10:48
*** gkibardin has joined #openstack-infra10:51
gkibardinHi colleagues!10:52
gkibardinGuys, any idea why "reverify" doesn't retrigger Jenkins checks?10:52
mordredasettle: looking10:52
asettlemordred: thank you!10:53
mordredgkibardin: reverify isn't a thing anymore - try recheck instead10:53
gkibardinaha, thanks, I'm going to try10:53
asettleWeirdly 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
asettleAnd I just can't see how it's related, tbh10:54
mordredasettle: well, it's related in general to the warnings=errors working again10:54
asettlemordred: what's that? Excuse my ignorance :(10:55
mordredasettle: https://review.openstack.org/455649 there ya go!10:55
mordredasettle: basically, in modern pbr we treat and sphinx warnings as errors instead of warnings10:56
asettleHooray *claps*10:56
asettleSo, why is it failing *me* and nobody else? :/10:56
asettleWEll, actually, that's not true at all is it.10:56
mordredI'm guessing a new sphinx maybe released and you just got lucky with the timing10:56
asettle"lucky" :p10:56
asettleThank you :)10:57
asettleThe governance patches though? Why would that be affected mordred ? Any insight?10:57
mordredasettle: here's a patch to fix governance: https://review.openstack.org/45565010:58
asettleYou so fast.10:58
mordred:)10:58
asettleLike lighteningggggg10:58
asettleAlso you understand sphinx. You must have special powahs10:58
* mordred has many years of practice10:58
mordredhaha10:58
mordredI have learned some tricks, that's all10:58
*** john-davidge has quit IRC10:58
*** john-dav_ has joined #openstack-infra10:58
asettlemordred: impressive :P10:59
asettleWEll, good to know in a way I'm not going crazy. And it's just sphinx... again :p10:59
*** jkilpatr has joined #openstack-infra10:59
*** gkibardin has left #openstack-infra11:00
mordredasettle: you're favorite!!!11:00
mordredgah11:00
mordreds/you're/your/11:00
*** Julien-zte has joined #openstack-infra11:01
asettleHA :p11:01
asettleOkay that failed maybe sphinx doesn't like you either :o11:01
mordredyay!11:01
mordredoh wow11:02
asettleI say we give up \o/11:02
asettle(I truly embody community spirit)11:02
mordred:)11:02
mordreddhellmann: ^^ there's a thing sphinx is warning about that we might need to think abouthere11:03
*** tonytan4ever has quit IRC11:03
asettle:(11:04
mordredasettle: (still looking)11:05
*** neiljerram has joined #openstack-infra11:06
*** shardy has quit IRC11:07
*** shardy has joined #openstack-infra11:07
*** thorst has joined #openstack-infra11:08
*** shardy is now known as shardy_lunch11:09
mordredasettle: k. maybe that'll fix it11:12
*** prateek_ has joined #openstack-infra11:13
*** thorst has quit IRC11:13
*** prateek has quit IRC11:15
asettlemordred: looking now11:18
asettle*sad trombone*11:18
mordredhrm.11:18
*** lucasagomes is now known as lucas-bbl11:20
*** hashar is now known as hasharLunch11:23
*** prateek__ has joined #openstack-infra11:23
*** prateek_ has quit IRC11:26
*** adarazs_lunch is now known as adarazs11:27
*** nadya has joined #openstack-infra11:28
*** ekhugen has quit IRC11:30
*** zz_ja has quit IRC11:30
*** alexchadin has quit IRC11:32
*** patriciadomin has quit IRC11:32
*** mamitchl has quit IRC11:32
fungiif 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-davdge11:35
*** john-davdge is now known as john-davidge11:35
* fungi is still not really here11:35
*** patriciadomin has joined #openstack-infra11:37
*** mamitchl has joined #openstack-infra11:37
*** zz_ja has joined #openstack-infra11:37
*** ekhugen_alt has joined #openstack-infra11:37
*** ldnunes has joined #openstack-infra11:38
*** pradk has joined #openstack-infra11:39
fungiwoo! got my "r" release naming ballot!!!11:39
mordredfungi: woot!11:40
mordredfungi: 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 ttx11:41
*** ldnunes has quit IRC11:41
fungisoon, yes11:41
funginow, coffee11:41
mordredfungi: 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 jimmy11:41
mordredfungi: but with the skipped meetingthis week and the choices in a different repo, I'm pretty sure it's flying under people's radars11:42
fungiyeah, i'll try to remember to review and prod others11:42
*** zz_dimtruck is now known as dimtruck11:43
*** jascott1_ has joined #openstack-infra11:44
mordredfungi: cool. thanks. I also just sent a mailing list reminder11:45
*** mat128 has joined #openstack-infra11:45
*** baoli has joined #openstack-infra11:47
*** thorst has joined #openstack-infra11:47
*** jascott1_ has quit IRC11:48
*** akscram has joined #openstack-infra11:50
*** baoli has quit IRC11:52
AJaegermordred: thanks for the sphinx help!11:54
*** markvoelker has joined #openstack-infra11:56
AJaegermordred: we both have been patching the docs-spec change, let me go back to your version ;)11:57
mordredAJaeger: :)12:00
*** e0ne has joined #openstack-infra12:00
*** markvoelker has quit IRC12:03
*** ldnunes has joined #openstack-infra12:04
mordredAJaeger: uhm12:05
mordredAJaeger: that latest error ...12:05
AJaegermordred: yeah, I'm confused. Locally tox -e docs works, now trying tox -e venv...12:07
ttxmordred: actually I'm not going to be not-here12:07
mordredttx: oh yay!12:08
*** nadya has quit IRC12:08
mordredAJaeger: yah - I'm super confused12:08
*** tuanluong_ has quit IRC12:08
mordredAJaeger: oh wow -that docs tox env is super different12:08
*** nadya has joined #openstack-infra12:08
AJaegermordred: time to change it ;(12:09
*** shardy_lunch is now known as shardy12:10
*** e0ne has quit IRC12:11
*** amotoki has quit IRC12:11
AJaegermordred: I'm out of ideas right now ;(12:11
*** esikachev has quit IRC12:12
mordredAJaeger: I'm hoping Stephen Finucane will fix it for us12:12
*** nadya has quit IRC12:12
AJaegersfinucan: do you want to fix 455649 for us? ^12:13
sfinucanAJaeger: sure12:13
AJaegerthanks!12:13
*** namnh has quit IRC12:14
openstackgerritMasahito Muroi proposed openstack-infra/project-config master: Fix syntax error in blazar.yaml  https://review.openstack.org/45568312:14
*** gouthamr has joined #openstack-infra12:15
lucas-bblc12:16
*** lucas-bbl is now known as lucasagomes12:16
*** dizquierdo has quit IRC12:17
mordred\o/12:17
*** dprince has joined #openstack-infra12:17
*** breton has quit IRC12:17
*** breton has joined #openstack-infra12:18
*** hasharLunch is now known as hashar12:20
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Support container upgrades in multinode OOOQ CI  https://review.openstack.org/45078412:21
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Use infra's docker registry mirror for featureset jobs  https://review.openstack.org/45522112:21
*** ianychoi has quit IRC12:21
*** Julien-zte has quit IRC12:22
*** amotoki has joined #openstack-infra12:23
*** gordc has joined #openstack-infra12:23
*** ramishra has quit IRC12:24
*** Madasi has quit IRC12:24
AJaegermordred, fungi, can we remove the zuul-swift upload code? See https://review.openstack.org/45544812:25
*** ianychoi has joined #openstack-infra12:26
*** shu-mutou is now known as shu-mutou-AWAY12:27
*** ramishra has joined #openstack-infra12:27
*** e0ne has joined #openstack-infra12:33
mordredAJaeger: done12:33
openstackgerritMerged openstack-infra/project-config master: Normalize projects.yaml  https://review.openstack.org/45561712:34
*** prateek__ has quit IRC12:35
AJaegerthanks, mordred12:37
*** e0ne has quit IRC12:38
*** amotoki has quit IRC12:39
openstackgerritMerged openstack-infra/project-config master: Remove zuul_swift_upload  https://review.openstack.org/45544812:41
*** aviau has quit IRC12:43
*** aviau has joined #openstack-infra12:43
*** amotoki has joined #openstack-infra12:43
*** scottda has joined #openstack-infra12:44
sfinucanmordred, AJaeger: Done (finally)12:46
sfinucanStupid pbr12:46
sfinucan:mutter mutter:12:46
mordredsfinucan: :)12:47
*** e0ne has joined #openstack-infra12:47
Shrewsh/b 1012:48
mordredsfinucan: woot!12:48
mordredShrews: fail12:48
ShrewsENOCOFFEE12:48
*** amotoki has quit IRC12:49
*** xarses_ has joined #openstack-infra12:53
*** xarses_ has quit IRC12:53
*** xarses_ has joined #openstack-infra12:54
AJaegersfinucan: thanks a lot!12:54
*** xarses has quit IRC12:54
*** zhurong has quit IRC12:54
*** alexchadin has joined #openstack-infra12:57
*** ldnunes has quit IRC12:59
*** esberglu has joined #openstack-infra13:00
*** ldnunes has joined #openstack-infra13:01
*** kgiusti has joined #openstack-infra13:02
d0ugalDid the documentation builds just switch to Python 3?13:03
*** tonytan4ever has joined #openstack-infra13:04
*** mriedem has joined #openstack-infra13:04
AJaegerd0ugal: not on purpose. Might be some side effect of another change we did13:04
*** esikachev has joined #openstack-infra13:04
*** sekelso has joined #openstack-infra13:05
d0ugalAJaeger: 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_10257213:05
AJaegermordred, pabelanger, clarkb, might this be a result of the dib nodepool changes or new diskimage-builder?13:05
AJaegerd0ugal: noticed in docs-specs as well.13:05
d0ugalaha, cool. kinda glad it isn't just us :)13:05
d0ugalrakhmerov: /cc13:05
rakhmerovhere..13:06
d0ugalrakhmerov: it isn't just us ^13:06
rakhmerovI assumed so..13:06
*** mdrabe has joined #openstack-infra13:07
*** skelso has joined #openstack-infra13:08
*** jcoufal has joined #openstack-infra13:08
*** Goneri has joined #openstack-infra13:08
*** sekelso has quit IRC13:10
*** jaypipes has joined #openstack-infra13:10
cmurphymaybe something to do with how the pip-and-virtualenv element works? https://review.openstack.org/#/c/449961/13:10
*** mdrabe has quit IRC13:11
*** winggundamth has quit IRC13:12
*** amotoki has joined #openstack-infra13:12
AJaegercmurphy: might be, pip and virtualenv sound related13:13
cmurphypabelanger was debugging some python2 issues in the fedora images earlier13:13
*** rfolco has joined #openstack-infra13:15
AJaegercmurphy: that was supposed to be fixed, see https://review.openstack.org/#/c/455478/13:16
*** thrash has joined #openstack-infra13:16
*** Dinesh_Bhor has quit IRC13:22
*** hichihara has joined #openstack-infra13:24
*** Dinesh_Bhor has joined #openstack-infra13:24
*** erlon has joined #openstack-infra13:24
*** mat128 has quit IRC13:27
*** dizquierdo has joined #openstack-infra13:29
openstackgerritTom Barron proposed openstack-infra/project-config master: Add experimental manila cephfs CentOS jobs  https://review.openstack.org/45391013:29
*** thrash has left #openstack-infra13:30
*** smarcet has joined #openstack-infra13:30
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Don't report start on unmanaged projects  https://review.openstack.org/45571113:33
*** csomerville has quit IRC13:34
*** eharney has joined #openstack-infra13:34
*** pblaho has quit IRC13:35
therved0ugal, When did it start failing?13:35
therveI'm seeing a py3 build issue that started in the last hour or so13:36
d0ugaltherve: good question. Sometime today I think.13:36
fricklerAJaeger: cmurphy: https://review.openstack.org/455491 might be relevant13:36
*** mhickey has joined #openstack-infra13:36
therveSeems to be ubuntu specific13:36
d0ugaltherve: It wasn't me that spotted it, but in the alst hour or so seems likely.13:36
d0ugaltherve: really?13:36
cmurphyfrickler: i was just about to paste that :)13:37
therved0ugal, https://review.openstack.org/45538213:37
d0ugaltherve: oh, interesting.13:37
*** xarses has joined #openstack-infra13:38
therved0ugal, Maybe it's just that we don't run stackviz on centos13:38
*** xarses has quit IRC13:38
*** xarses has joined #openstack-infra13:39
*** xarses_ has quit IRC13:39
*** jtomasek_ has joined #openstack-infra13:42
openstackgerritDoug Hellmann proposed openstack-dev/pbr master: add changelog to published documentation  https://review.openstack.org/45571513:44
*** jascott1_ has joined #openstack-infra13:45
*** waynr has quit IRC13:45
*** vikrant has quit IRC13:45
*** xarses_ has joined #openstack-infra13:45
*** jkilpatr has quit IRC13:46
*** waynr has joined #openstack-infra13:46
openstackgerritNam Nguyen Hoai proposed openstack-infra/project-config master: Delete running tempest with all plugins  https://review.openstack.org/45520713:48
*** xarses has quit IRC13:49
*** jkilpatr has joined #openstack-infra13:49
openstackgerritMartin André proposed openstack-infra/tripleo-ci master: [WIP] add containerized deployment on multinode  https://review.openstack.org/45415213:49
*** jascott1_ has quit IRC13:50
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Revert "Add the pip-and-virtualenv DIB element to images"  https://review.openstack.org/45571713:52
lucasagomeshi 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_19441813:52
lucasagomes ImportError: No module named openstack_requirements13:52
*** dimtruck is now known as zz_dimtruck13:53
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Revert "Add the pip-and-virtualenv DIB element to images"  https://review.openstack.org/45571713:53
*** bh526r has joined #openstack-infra13:55
*** xarses has joined #openstack-infra13:56
*** flwang has quit IRC13:57
*** xarses_ has quit IRC13:57
*** dizquierdo has quit IRC13:58
*** jaypipes has quit IRC13:58
*** Julien-zte has joined #openstack-infra13:59
fricklercmurphy: 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-infra14:01
*** sekelso has joined #openstack-infra14:01
pabelangermorning14:01
*** Julien-zte has quit IRC14:01
pabelangerjust catching up14:01
cmurphyfrickler: that would be nice14:02
cmurphyi'll keep the revert posted so we have options14:02
*** mattmceuen has joined #openstack-infra14:02
*** Julien-zte has joined #openstack-infra14:02
*** EricGonczer_ has joined #openstack-infra14:03
*** rbrndt has joined #openstack-infra14:03
*** skelso has quit IRC14:03
mwhahahahey did you guys add python 3.5 to the xenial images by default?14:03
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Turn off sphinx warnings-is-error for now  https://review.openstack.org/45572014:03
pabelangeryes, virtualenv for xenial switched to python3.5 2 hours ago. We are investigating still14:04
mwhahahawe 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_72169514:04
pabelangerthis is a result of unpuppeting things14:04
mwhahahak14:04
*** ianychoi has quit IRC14:05
*** pblaho has joined #openstack-infra14:05
*** jaosorior is now known as jaosorior_away14:06
*** ianychoi has joined #openstack-infra14:06
AJaegerpabelanger: should we #status notice?14:07
*** e0ne has quit IRC14:08
*** ihrachys has joined #openstack-infra14:09
pabelangerAJaeger: cmurphy: ^ we can revert that for now. I can then delete images and rebuilt with it14:09
dansmithis this docs failure known to anyone here? http://logs.openstack.org/92/443292/15/check/gate-nova-docs-ubuntu-xenial/a9a4dc5/console.html14:09
pabelangerthat should keep us moving forward until we can discuss how to properly create our virtualenvs14:09
pabelangerdansmith: yes14:10
*** ldnunes has quit IRC14:10
dansmithpabelanger: assume it's 100% fail so we should not be rechecking?14:10
*** flwang has joined #openstack-infra14:10
pabelangerright, we'll send out a message shortly to recheck14:10
dansmithpabelanger: ack thanks14:10
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Revert "Stop installing pip from install_puppet.sh"  https://review.openstack.org/45572214:11
pabelangercmurphy: AJaeger: sorry, ^ is our revert14:11
pabelangerneed some coffee14:11
*** markvoelker has joined #openstack-infra14:12
*** markvoelker has quit IRC14:12
*** felipemonteiro has joined #openstack-infra14:12
*** markvoelker has joined #openstack-infra14:13
*** Zhongjun__ has joined #openstack-infra14:15
*** dizquierdo has joined #openstack-infra14:17
pabelangermordred: AJaeger: care to +3 https://review.openstack.org/#/c/455722/14:19
pabelangerI'll start deleting images shortly14:20
openstackgerritQiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting  https://review.openstack.org/45572614:20
*** chlong has joined #openstack-infra14:22
*** ldnunes has joined #openstack-infra14:22
mordredpabelanger: +314:23
*** alexchadin has quit IRC14:24
*** esikachev has quit IRC14:24
pabelangerthanks14:24
*** esikachev has joined #openstack-infra14:24
mordredpabelanger, AJaeger: #status notice latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway14:24
*** alexchadin has joined #openstack-infra14:24
mordredhow does that look?14:24
pabelangermordred: yes, thank you14:24
mordred#status notice latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway14:25
openstackstatusmordred: sending notice14:25
*** EricGonc_ has joined #openstack-infra14:25
smarcetfungi: morning could you re enable please the puppet for openstackid produccion14:25
openstackgerritQiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting  https://review.openstack.org/45572614:25
smarcetfungi: test concluded and its working fine on dev thx!14:25
*** EricGonczer_ has quit IRC14:25
openstackgerritJiri Stransky proposed openstack-infra/tripleo-ci master: Specify custom role data for multinode jobs  https://review.openstack.org/45573014:26
AJaegerthanks, pabelanger14:26
-openstackstatus- NOTICE: latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway14:26
pabelangercmurphy: 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 images14:26
*** jkilpatr has quit IRC14:26
* AJaeger is in meeting, need to leave...14:26
pabelangerbut will tests that first14:26
*** jordanP has joined #openstack-infra14:28
openstackstatusmordred: finished sending notice14:28
cmurphypabelanger: I think ianw's dib change would fix it too, it would make /usr/bin/virtualenv use python214:28
pabelangercmurphy: cool, haven't looked at them yet. coffee in hand now14:30
*** jascott1_ has joined #openstack-infra14:30
pabelangercmurphy: Ah, yes. 455491 looks promising14:31
cmurphyya that one14:31
*** Julien-zte has quit IRC14:31
cmurphyi'm testing it now14:32
pabelangercmurphy: great, thanks14:32
*** Julien-zte has joined #openstack-infra14:32
*** jascott1_ has quit IRC14:33
openstackgerritMerged openstack-infra/project-config master: Revert "Stop installing pip from install_puppet.sh"  https://review.openstack.org/45572214:33
*** rossella_s has quit IRC14:33
pabelangeralso, sounds like we should be moving to python3 -m virtualenv myenv3 or python2 -m virtualenv myenv2 long term14:33
*** rossella_s has joined #openstack-infra14:33
*** dave-mccowan has joined #openstack-infra14:34
pabelangerclarkb: fungi: mordred: ^does that sound right?14:34
*** tphummel has joined #openstack-infra14:34
asettlemordred: you figured it out?!14:34
*** eharney has quit IRC14:36
*** eharney has joined #openstack-infra14:36
*** martinkopec has quit IRC14:36
*** jordanP has quit IRC14:37
pabelangerk, images should be rolling back now14:37
pabelangercentos-7, fedora-25 and ubuntu-xenial14:37
*** andreas_s has quit IRC14:38
cmurphythanks pabelanger14:39
*** jordanP has joined #openstack-infra14:39
*** armax has quit IRC14:40
*** Julien-zte has quit IRC14:40
*** cshastri has quit IRC14:40
*** jkilpatr has joined #openstack-infra14:40
*** Julien-zte has joined #openstack-infra14:41
*** mdrabe has joined #openstack-infra14: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
openstackstatuspabelanger: sending notice14: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 IRC14:48
openstackstatuspabelanger: finished sending notice14:49
*** baoli has joined #openstack-infra14:49
*** erikmwilson has quit IRC14:49
*** erikmwil_ has joined #openstack-infra14:49
*** mtanino has joined #openstack-infra14:49
*** Hal has joined #openstack-infra14:49
*** hichihara has quit IRC14:51
*** askb has quit IRC14:51
*** ianychoi has joined #openstack-infra14:52
*** jlvillal_pto is now known as jlvillal14:52
*** rderose has joined #openstack-infra14:52
v1k0d3nmordred hey are you around or can you help me?14:54
v1k0d3nour new project just got added this morning, and i need cores added to the project :)14:55
v1k0d3nexciting times :) :)14:55
*** marst has quit IRC14:56
v1k0d3nhttps://review.openstack.org/#/admin/projects/openstack/openstack-helm,access14:56
*** Julien-zte has quit IRC14:56
clarkbv1k0d3n: where was the original change again?14:56
*** Julien-zte has joined #openstack-infra14:56
*** esikache1 has joined #openstack-infra14:57
*** srobert has joined #openstack-infra14:58
*** hongbin has joined #openstack-infra14:58
v1k0d3none sec14:58
v1k0d3nclarkb: https://review.openstack.org/#/c/439159/14:59
*** beslemon has joined #openstack-infra14:59
v1k0d3nwe're just going to carry over cores that we had in github. only had a few.14:59
v1k0d3nteam is electing me as PTL for now.14:59
*** esikachev has quit IRC15:00
v1k0d3nalthough i feel dirty saying that. portdirect can you second this at least?15:00
AJaegerv1k0d3n: clarkb will add you - and then it's self-service, you can add others...15:00
clarkbya, ask for the change so its easy to see which groups are new15:00
openstackgerritMichal Dulko proposed openstack-infra/system-config master: Add #openstack-helm to meetbot channels  https://review.openstack.org/45574215:00
clarkband what the gerrit user is to add15:00
*** dizquierdo has quit IRC15:00
*** jcoufal_ has joined #openstack-infra15:01
*** dizquierdo has joined #openstack-infra15:01
v1k0d3nclarkb: add v1k0d3n15:01
* v1k0d3n looks again to make sure15:01
*** zz_dimtruck is now known as dimtruck15:01
clarkbI got the person that submitted the original change15:01
clarkbshould be done15:01
v1k0d3nthat's me :)15:01
*** jcoufal has quit IRC15:03
clarkbpabelanger: cmurphy so was problem that sphinx things couldn't run under python3?15:03
clarkbbut the unittests specify version so were fine?15:03
v1k0d3nthanks clarkb ! huge help, and really appriciate it.15:04
pabelangerclarkb: 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
pabelangerI wanted to first see if we wanted to make that change15:05
AJaegerclarkb: the docs-specs repo has a python2 dependency: yasfb - and that one did not run.15:05
*** rcernin has quit IRC15:05
clarkbAJaeger: gotcha15:05
AJaegerclarkb: not sure what was the problem for the others with python315:05
pabelangerclarkb: https://review.openstack.org/#/c/455491 is what I am reviewing now, and I think what cmurphy is testing15:05
AJaegerclarkb: let's ask d0ugal and rakhmerov about details15:06
*** armax has joined #openstack-infra15:06
pabelangerI am also curious if we should be using python2 -m virtualenv and python3 -m virtualenv and be explicit of what our virtualenvs are15:06
*** Goneri has quit IRC15:06
*** marst has joined #openstack-infra15:07
clarkbyou can do it the other way around and specify what virtuaelnv creates15:07
cmurphythis 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.html15:08
pabelangervirtualenv --python ... ?15:08
*** HeOS has quit IRC15:08
cmurphyvirtualenv -p python2.7 venv15:08
clarkbya -p or --python15:08
clarkbby default virtualenv uses the python it is run under15:08
clarkbbut python3 virtualenv can make python2 env and vice versa15:08
pabelangerclarkb: cmurphy: should we start updating things to be explicit?15:08
*** kong has quit IRC15:09
pabelangercmurphy: thanks, I missed that one15:09
clarkbI think if projects know they must have python2 for eg docs then they should specify that in tox (under the venv env15:09
d0ugalclarkb, AJaeger it works for us because we add this: https://github.com/openstack/mistral/blob/master/tox.ini#L5515:09
d0ugalI think that was the question, let me know if you have others.15:09
clarkbd0ugal: yes tahts what projects should do if they have that dependency15:10
clarkbmake it explicit15:10
pabelangerd0ugal: ah, nice15:10
d0ugalclarkb: right, but it seems that jenkns doesn't use our tox file?15:10
clarkbd0ugal: it does but not that env15:10
*** Goneri has joined #openstack-infra15:10
pabelangerright, run_docs.sh15:10
clarkbd0ugal: tox -e venv -- python setup.py build_sphinx is the command15:10
d0ugalright, so why did the mistral docs still fail? :)15:10
d0ugalah15:10
clarkbd0ugal: because you have to do it for the venv env15:10
d0ugalI see15:11
pabelangerokay, so that is a good step forward. Have projects define the basepython they need15:12
pabelangergoing to see what is needed for stackviz15:12
pabelangerand python315:12
d0ugal+115:13
*** dizquierdo has quit IRC15:13
d0ugalso this is all I need to do, right? https://review.openstack.org/#/c/455745/15:13
pabelangerya, believe so15:13
d0ugalgreat15:13
pabelangerAJaeger: ^15:13
pabelangerwhen you return15:13
clarkbyes thats it15:14
AJaegerpabelanger: that's what we did for docs-specs as well. What about sending an email out to openstack-dev?15:14
AJaegerAnd does this need backporting for all branches?15:14
pabelangerAJaeger: sounds like a great idea15:14
pabelangerAJaeger: ya, backports would be needed15:15
*** wolverineav has joined #openstack-infra15:15
*** baoli_ has joined #openstack-infra15:20
openstackgerritAnton Chevychalov proposed openstack-infra/project-config master: Add ruby-dev to common dependencies.  https://review.openstack.org/45574615:21
*** beslemon has quit IRC15:21
*** alexchadin has quit IRC15:21
*** aarefiev is now known as aarefiev_afk15:22
*** baoli has quit IRC15:22
pabelangerYa, looks like stackviz has encoding / decoding issues15:23
pabelangeropen as byte, write as str15:23
*** gcb has quit IRC15:24
pabelangertimothyb89: is that something you can help with?^15:25
*** psachin has quit IRC15:25
*** cody-somerville has joined #openstack-infra15:28
*** cody-somerville has joined #openstack-infra15:28
*** EricGonc_ has quit IRC15:29
*** chlong_ has joined #openstack-infra15:29
*** Julien-zte has quit IRC15:29
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Fix comments about bindep.txt  https://review.openstack.org/45574815:29
*** Julien-zte has joined #openstack-infra15:30
*** Julien-zte has quit IRC15:30
*** Julien-zte has joined #openstack-infra15:30
*** chlong has quit IRC15:32
*** xarses_ has joined #openstack-infra15:33
*** eharney_ has joined #openstack-infra15:35
*** andreww has joined #openstack-infra15:35
timothyb89pabelanger: ah, hmm. I believe the fix would be to merge https://review.openstack.org/#/c/329291/115:35
pabelangertimothyb89: great15:35
*** xarses_ has quit IRC15:37
pabelangerlooks like I might have been a little too fast on deleting the images this morning, we already rebuilt, but didn't pick up our revert15:37
pabelangerin the process of deleting them again to pick it up properly15:37
*** xarses_ has joined #openstack-infra15:38
*** eharney has quit IRC15:39
*** eharney_ is now known as eharney15:39
*** sekelso has quit IRC15:39
*** andreww has quit IRC15:39
openstackgerritAnton Chevychalov proposed openstack-infra/project-config master: Add ruby-dev to common dependencies.  https://review.openstack.org/45574615:39
*** chlong has joined #openstack-infra15:44
openstackgerritClark Boylan proposed openstack-infra/devstack-gate master: Remove oslo projects from PROJECTS list  https://review.openstack.org/45194815:47
openstackgerritClark Boylan proposed openstack-infra/devstack-gate master: Move more libs into PROJECTS list removal section  https://review.openstack.org/45576115:47
mordredsmarcet: 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
clarkbinfra-root I'd like to get ^ in today as that should have a non zero impact on devstack test runtimes15:48
*** e0ne has joined #openstack-infra15:48
smarcetmordred: i think , ihmo, that should be correct to omit then15:49
*** Julien-zte has quit IRC15:49
mordredsmarcet: ok. cool. I'll make that be the answer then. thanks!15:50
*** Julien-zte has joined #openstack-infra15:50
*** e0ne has quit IRC15:50
*** Julien-zte has quit IRC15:50
*** Julien-zte has joined #openstack-infra15:51
*** Julien-zte has quit IRC15:51
*** e0ne has joined #openstack-infra15:51
*** Julien-zte has joined #openstack-infra15:52
mordredclarkb: 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 IRC15:52
*** Julien-zte has quit IRC15:52
*** e0ne has joined #openstack-infra15:52
*** Julien-zte has joined #openstack-infra15:52
clarkbmordred: possibly, but I'm not sure if their jobs are explicitly adding them to PROJECTS currently15:53
*** e0ne has quit IRC15:53
smarcetmordred: ack15:53
*** Julien-zte has quit IRC15:53
clarkbmordred: 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 repease15:53
*** e0ne has joined #openstack-infra15:53
clarkb*repeat15:53
*** e0ne has quit IRC15:53
*** e0ne has joined #openstack-infra15:54
*** e0ne has quit IRC15:54
*** e0ne has joined #openstack-infra15:55
*** Julien-zte has joined #openstack-infra15:55
*** e0ne has quit IRC15:55
*** Julien-zte has quit IRC15:55
mordredclarkb: ++15:55
mordredclarkb: you're supposed to lather before rinse and repeat15:55
clarkbno wonder my hair never comes out as awesome as fungis15:56
*** jistr is now known as jistr|mtg15:59
openstackgerritAnton Chevychalov proposed openstack-infra/project-config master: Sync dependencies list for puppet-prepare-node macros.  https://review.openstack.org/45574615:59
timothyb89pabelanger: https://review.openstack.org/#/c/329291/2 just merged16:03
*** rwsu has quit IRC16:04
*** rwsu has joined #openstack-infra16:04
*** pblaho has quit IRC16:04
pabelangertimothyb89: great, thanks for the turn around16:04
pabelangertimothyb89: 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 builds16:05
*** armax has quit IRC16:06
*** ianychoi has quit IRC16:07
*** EricGonczer_ has joined #openstack-infra16:09
clarkbpabelanger: we may need to also double check the nodejs based jobs have npm/nodejs in bindep.txt too16:11
openstackgerritSam Betts proposed openstack-infra/glean master: Fix bonding for RHEL and systemd based OSs  https://review.openstack.org/45563816:11
pabelangerclarkb: agreed16:11
timothyb89pabelanger: that seems like a reasonable approach, what would be needed to get that working?16:12
*** ianychoi has joined #openstack-infra16:12
*** trown is now known as trown|lunch16:13
*** annegentle has joined #openstack-infra16:13
sdaguemordred: https://review.openstack.org/#/c/454831/16:14
sdagueos-loganalyze change to support systemd logs16:14
*** baoli_ has quit IRC16:14
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean  https://review.openstack.org/45577016:14
*** ggillies has quit IRC16:15
pabelangertimothyb89: we'll need to create an experimental jobs first, which does the same thing as our stackviz element16:15
sdagueclarkb: the remove swift logs is below that one, if you could look at that as well16:15
sdagueit deleted like 500 lines of code in there16:15
sdaguemordred: thanks16:17
*** ggillies has joined #openstack-infra16:17
*** jpich has quit IRC16:17
sdagueclarkb: if you could review - https://review.openstack.org/#/c/452316 then we're getting close16:17
clarkbyup pulling it up now16:18
*** d0ugal has quit IRC16:18
*** Apoorva has joined #openstack-infra16:21
*** derekh has quit IRC16:23
*** tonytan4ever has quit IRC16:24
*** dtantsur is now known as dtantsur|afk16:24
*** tonytan4ever has joined #openstack-infra16:24
*** csomerville has joined #openstack-infra16:24
*** cody-somerville has quit IRC16:24
*** baoli has joined #openstack-infra16:24
*** beslemon has joined #openstack-infra16:25
*** gyee has joined #openstack-infra16:25
openstackgerritMerged openstack-infra/project-config master: Fix comments about bindep.txt  https://review.openstack.org/45574816:25
*** pblaho has joined #openstack-infra16:28
*** john-davidge has quit IRC16:28
*** john-dav_ has joined #openstack-infra16:28
*** tonytan4ever has quit IRC16:28
*** EricGonczer_ has quit IRC16:28
*** tonytan4ever has joined #openstack-infra16:28
*** pcaruana has quit IRC16:29
openstackgerritMonty Taylor proposed openstack/os-client-config master: WIP: Straw man for new format for vendor data  https://review.openstack.org/45577416:30
*** neiljerram has quit IRC16:31
*** sekelso has joined #openstack-infra16:31
openstackgerritMerged openstack-infra/tripleo-ci master: Collect /var/lib/pacemaker/cib with logs  https://review.openstack.org/43653716:33
*** EricGonczer_ has joined #openstack-infra16:34
*** skelso has joined #openstack-infra16:34
*** markus_z has quit IRC16:36
*** sekelso has quit IRC16:36
*** jistr|mtg is now known as jistr16:37
*** florianf has quit IRC16:38
*** beslemon has quit IRC16:41
*** florianf has joined #openstack-infra16:41
*** smarcet has quit IRC16:43
clarkbsdague: 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 IRC16:44
sdagueclarkb: yeh, we can handle those 2 cleanups as follow up16:44
sdaguegood catches16:44
sdagueI actually want to get jhesketh into the mix because I think there is another thing about directory listings that can be removed16:45
*** john-dav_ is now known as john-davidge16:45
*** lucasagomes is now known as lucas-afk16:45
*** ldnunes has quit IRC16:47
*** gouthamr has quit IRC16:47
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean  https://review.openstack.org/45577016:47
*** esikache1 has joined #openstack-infra16:48
*** rderose has quit IRC16:51
*** rderose has joined #openstack-infra16:51
*** rderose has quit IRC16:52
*** esikache1 has quit IRC16:52
*** rderose_ has joined #openstack-infra16:52
*** winggundamth has joined #openstack-infra16:53
*** Gravious has joined #openstack-infra16:55
*** ralonsoh has quit IRC16:56
*** esikache1 has joined #openstack-infra16:56
*** armax has joined #openstack-infra16:58
*** rossella_s has quit IRC16:58
*** mgagne has joined #openstack-infra17:00
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink  https://review.openstack.org/45548617:00
*** smarcet has joined #openstack-infra17:00
*** EricGonczer_ has quit IRC17:01
clarkbpabelanger: re ^ so was that the problem? basically end image had dib-python as default python?17:02
*** tonytan4ever has quit IRC17:02
clarkbor was it that we were making things with dib-python during build?17:02
*** ldnunes has joined #openstack-infra17:02
*** tonytan4ever has joined #openstack-infra17:02
Gravioushello17:03
*** EricGonczer_ has joined #openstack-infra17:03
Gravioushow strict is the pep8 requirement for openstack components?17:03
pabelangerclarkb: https://review.openstack.org/#/c/455482/ and https://review.openstack.org/#/c/455491/ are our fixes I believe. ^ is a nice to have17:03
Graviousnamely can lines exceed 79 chars?17:03
clarkbpabelanger: gotcha17:04
*** amotoki has quit IRC17:04
clarkbGravious: 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
Graviousclarkb, fair enough, well if everyone else is doing it i'll do so as well17:05
*** hashar has quit IRC17:06
Graviousthanks :)17:07
clarkbpabelanger: 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 IRC17:09
dirkpabelanger: uhh,just reading the openstack bot notice.. What was the fix for the wrong nodepool images? Keen on learning what I broke17:10
*** gouthamr has joined #openstack-infra17:10
clarkbdirk: https://review.openstack.org/#/c/455482/3 and its child change are the two dib fixes17:10
clarkbwas combo of dib doing some funny things in pip-and-virtualenv and us switching to it without realizing17:11
*** jascott1_ has joined #openstack-infra17:13
pabelangerclarkb: I guess so? I've need +2ing things17:13
pabelangerI haven't approved anything yet17:13
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Fix typo in 89-jenkins-scripts  https://review.openstack.org/45578417:13
*** sambetts is now known as sambetts|afk17:15
*** efoley__ has quit IRC17:16
dirkclarkb: ah, thanks for the info, i missed that we switched implementations17:17
*** electrofelix has quit IRC17:21
openstackgerritAnton Studenov proposed openstack-infra/project-config master: [rally] Move experimental jobs to check section  https://review.openstack.org/45080717:21
*** mtanino has quit IRC17:21
*** EricGonczer_ has quit IRC17:24
*** tesseract has quit IRC17:26
*** EricGonczer_ has joined #openstack-infra17:26
*** jascott1_ has quit IRC17:27
*** jascott1_ has joined #openstack-infra17:28
openstackgerritZara proposed openstack-infra/storyboard-webclient master: Upgrade node in tox.ini to newest LTS (6.10.2)  https://review.openstack.org/45578817:28
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean  https://review.openstack.org/45577017:29
*** tosky has quit IRC17:29
*** EricGonc_ has joined #openstack-infra17:29
*** EricGonczer_ has quit IRC17:30
*** rbrndt has quit IRC17:32
*** jascott1_ has quit IRC17:34
openstackgerritMerged openstack-dev/pbr master: Add Changelog build handling for invalid chars  https://review.openstack.org/43989717:36
*** sshnaidm has joined #openstack-infra17:38
*** sshnaidm is now known as sshnaidm|pto17:39
greghaynesclarkb: yes its intentional. It's up to you if you feel ok approving stuff17:40
*** beslemon has joined #openstack-infra17:40
*** MasterOfBugs has joined #openstack-infra17:41
*** pramodrj07 has joined #openstack-infra17:41
AJaegerpabelanger: I don't see how 455784   will make a difference.17:44
*** ociuhandu has quit IRC17:45
*** armax has quit IRC17:47
pabelangerAJaeger: odd, I thought it was a typo17:47
pabelangerokay, I'll look into it more17:47
*** Goneri has quit IRC17:47
AJaegerpabelanger: for rsync it would make a difference...17:48
pabelangerAJaeger: I think I know the issue17:50
clarkbit does with rsync but not cp iirc17:50
*** csomerville has quit IRC17:50
*** armax has joined #openstack-infra17:50
clarkbdid we break the location of things?17:50
pabelangerAJaeger: it is because puppet crates the /usr/local/jenkins folder today17:51
clarkbgreghaynes: ok then17:51
pabelangerAJaeger: so, we copy the directory into it17:51
pabelangerAJaeger: once we remove it from puppet, we'll be okay17:51
AJaegerpabelanger:if the target dir does not exist, it works. If it exists, we copy into it.17:51
pabelangerAJaeger: yes, it exists right now17:52
pabelangersoon, it won't17:52
*** tosky has joined #openstack-infra17:53
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove unused scripts  https://review.openstack.org/45579517:53
AJaegerpabelanger: so, mkdir target;cp -a source/* target?17:54
AJaegermkdir -p target is better - so it won't fail if it exists17:54
pabelangerAJaeger: sure, we can do that17:55
AJaegerclarkb, pabelanger : 455795  removes some scripts that are ancient (and a recent one) - all unused. A review would be nice but is not urgent at all17:55
mnasermordred 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 v217:55
AJaegerpabelanger: unless you have a better idea for these17:56
mnaseri tried adding auth_plugin: v3password in auth but no go :(17:56
clarkbAJaeger: sure I'm continuning yesterday's review binge17:56
clarkbmnaser: I think there is a specifric auth version parameter17:56
mnaserclarkb ive been searching os-client-config source code for a while now trying to look for it17:56
mnasergranted its been more ctrl+f searches related to auth17:57
clarkbmnaser: give me a moment to look at things17:57
clarkbI recall monty forcing it on for us somewhere17:57
mnaseri 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
clarkbya I think that may be it17:58
clarkbidentity_api_version: '3' is what we set17:58
clarkband its outside of auth dict on same level as auth dict17:58
*** baoli has quit IRC17:59
mnaseroooh thats probably what will make the difference clarkb17:59
mnaserlet me try17:59
*** baoli has joined #openstack-infra17:59
*** armax has quit IRC18:01
clarkbAJaeger: thats the old original kexec stuff?18:02
clarkbAJaeger: I almost want to leave that there with a comment "this is preserved bceause its awesome"18:02
AJaegerclarkb: really? Wow18:02
clarkbya I think thats the tooling that was used to kexec off the read only lvm volume back in the original test setup18:03
mordredmnaser: yes, what clarkb said18:03
*** sekelso has joined #openstack-infra18:03
clarkbAJaeger: we should remove it since its unused, its just neat history :)18:03
AJaegerclarkb: thanks for the explanation.18:03
mordredalthough honestly we _should_ make that auth_api_version and we also _should_ look at v3password in auth - so we should fix both of those18:03
AJaegergit will keep it around if we need it again ;)18:03
*** skelso has quit IRC18:03
mordredmnaser: also - ifyou do not have domain settings in your auth dict, it'll use v2 protocol18:04
mordredmnaser: 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: default18:04
mordredmnaser: which is WAY too much information, and I'm sorry18:04
mnasermordred 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_version18:04
mnaseryeah the whole "domains force v3" is nothing new working with keystone :p18:05
mnaseri guess ansible is enforcing the parameters passed and not letting me pass that one18:05
mordredmnaser: oh - yah - you can't pass identity_api_version in the playbook - sorry - that's a clouds.yaml only setting18:05
mnaseruser_domain_id: default project_domain_id: default in playbook might help me get away with it?18:05
mordredmnaser: there are so many things you can put into clouds.yaml we can't actually support all of them as direct ansible parameters18:06
mordredmnaser: yes - give that a try18:06
mordredmnaser: if that doesn't work I'm going to have a sad18:06
*** mtanino has joined #openstack-infra18:06
mordredmnaser: (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-infra18:06
clarkbmordred: btw this is sort of what I mean by ETOOMANYWAYSTOAUTH on the api etherpad thing18:07
mnaseri think it is auth-ing with v3, grabs endpoint, and then passing the token to the v2 api18:07
mnaser(trying to create a service)18:07
mnaserhttps://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/kolla_keystone_user.py18:07
mnasererr sorry18:07
mnaserhttps://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/kolla_keystone_service.py18:08
mnaserTypeError: create() got an unexpected keyword argument \\'service\\' -- and im 99% sure that is because its trying to make a request to the v2 api18:08
*** beslemon has quit IRC18:08
mnaserthe very questionable workaround by kolla which prevents this ... https://github.com/openstack/kolla/blob/master/docker/kolla-toolbox/Dockerfile.j2#L7218:08
mnaserwhich i would like to see gone..18:09
mnasermordred the cleanest way i came up with.. add OS_IDENTITY_API_VERSION=3 to the env18:11
*** ricardoas has joined #openstack-infra18:17
*** beslemon_ has quit IRC18:17
*** diltram_ is now known as diltram18:17
*** sshnaidm|pto has quit IRC18:17
*** pvaneck has joined #openstack-infra18:18
*** yamahata has joined #openstack-infra18:18
*** trown|lunch is now known as trown18:20
*** MasterOfBugs has quit IRC18:21
*** pramodrj07 has quit IRC18:21
*** dizquierdo has joined #openstack-infra18:24
*** ociuhandu has joined #openstack-infra18:25
*** mhickey has quit IRC18:26
*** Sukhdev has joined #openstack-infra18:26
*** priteau has quit IRC18:26
openstackgerritClark Boylan proposed openstack-infra/nodepool master: Cleanup old keypair config option  https://review.openstack.org/45580218:29
*** florianf has quit IRC18:30
*** Apoorva_ has joined #openstack-infra18:31
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove /usr/local/jenkins from single_use_slave.pp  https://review.openstack.org/45580318:32
*** Apoorva has quit IRC18:34
*** mgagne_ has joined #openstack-infra18:35
*** mgagne_ is now known as Guest8931718:35
*** mtanino has left #openstack-infra18:35
*** jcoufal has joined #openstack-infra18:36
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean  https://review.openstack.org/45577018:37
*** jcoufal_ has quit IRC18:38
openstackgerritMerged openstack-infra/devstack-gate master: Remove oslo projects from PROJECTS list  https://review.openstack.org/45194818:38
*** rbrndt has joined #openstack-infra18:39
*** ociuhandu has quit IRC18:40
*** ociuhandu has joined #openstack-infra18:40
*** ociuhandu has quit IRC18:40
*** ociuhandu has joined #openstack-infra18:41
*** florianf has joined #openstack-infra18:43
*** Guest89317 has quit IRC18:46
*** Guest56698 is now known as Vivek18:47
*** Vivek has joined #openstack-infra18:48
*** florianf has quit IRC18:49
*** baoli has quit IRC18:49
*** dtardivel has quit IRC18:50
*** Zhongjun__ has quit IRC18:51
openstackgerritMerged openstack/diskimage-builder master: Install pip with python interpreter  https://review.openstack.org/45548218:53
*** mat128 has joined #openstack-infra18:53
openstackgerritMerged openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2  https://review.openstack.org/45549118:53
pabelangerReminder, weekly IRC meeting in #openstack-meeting in 5mins18:55
*** baoli has joined #openstack-infra18:57
*** marst has quit IRC18:59
openstackgerritClark Boylan proposed openstack-infra/nodepool master: Cleanup old keypair config option  https://review.openstack.org/45580219:01
ianwclarkb: sure, why not19:01
ianwso just catching up ... yeah, looks like my concern about it being more widespread is real19:02
clarkbianw: I approved your changes because greghaynes said I could if I was brave :)19:02
*** csomerville has joined #openstack-infra19:02
*** ociuhandu has quit IRC19:03
*** ociuhandu has joined #openstack-infra19:03
*** ociuhandu has quit IRC19:03
*** ociuhandu has joined #openstack-infra19:03
ianwdo we need a release?19:03
*** kzaitsev_mb has joined #openstack-infra19:03
clarkbprobably worth doing considering how it may affect people though I think infra has mitigated until a release happens?19:03
*** mat128 has quit IRC19:04
ianwsince these are the only two changes since 2.3.0, i think we can do 2.3.119:05
clarkbianw: maybe also include pabelanger's change to remove the dib-python link?19:05
*** mat128 has joined #openstack-infra19:05
clarkbI'm not sure if we want that hanging around19:05
*** sslypushenko_ has joined #openstack-infra19:06
ianwit's been there for years :)  but yeah, that one was jenkins -1 when i looked...19:06
ianwyeah, let's leave that one.  i think it needs to be chrootified19:06
clarkbkk19:08
*** esikache1 has quit IRC19:09
*** esikache1 has joined #openstack-infra19:11
ianw2.3.1 out19:12
*** ssbarnea has quit IRC19:15
*** esikache1 has quit IRC19:15
*** ssbarnea has joined #openstack-infra19:16
*** Goneri has joined #openstack-infra19:16
openstackgerritAndreas Florath proposed openstack/diskimage-builder master: Refactor: Cleanup block device config  https://review.openstack.org/45486719:16
*** dharinic has joined #openstack-infra19:16
*** john-davidge has quit IRC19:17
*** mgagne_ has joined #openstack-infra19:18
*** mgagne_ is now known as Guest436619:19
*** dave-mccowan has quit IRC19:21
*** armax has joined #openstack-infra19:22
*** esikache1 has joined #openstack-infra19:24
*** mgagne has quit IRC19:24
*** esikachev has joined #openstack-infra19:24
*** Guest4366 is now known as mgagne19:25
*** mgagne has quit IRC19:25
*** mgagne has joined #openstack-infra19:25
*** jascott1_ has joined #openstack-infra19:27
pabelangerianw: clarkb: cool!19:27
*** liusheng has quit IRC19:29
pabelangerianw: we have an issue19:29
pabelangerhttp://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_50519:29
pabelangerour dsvm-nodepool jobs didn't pass19:29
*** liusheng has joined #openstack-infra19:29
*** winggundamth has quit IRC19:29
pabelangerso, we won't be able to build trusty images19:30
pabelangerclarkb: ^19:30
ianwlooking for the failure...19:30
*** rockyg has joined #openstack-infra19:31
pabelangerE: Unable to locate package python3-virtualenv19:31
*** kzaitsev_mb has quit IRC19:31
*** jascott1_ has quit IRC19:31
ianwoh, damn i thought i checked that was there19:31
clarkbgah I checked suse because its what I'm on :(19:33
*** esikachev has quit IRC19:33
ianwdon't we set dib python to 3 for trusty?19:33
*** jascott1_ has joined #openstack-infra19:33
pabelangerno, 219:33
*** ianychoi has quit IRC19:34
*** mat128 has quit IRC19:34
ianwbut it has python3 right?19:34
pabelanger3.4 IIRC19:34
clarkbit has python3 but no python3-virtualenv apparently19:34
clarkbthats confusing19:34
ianwpython3-venv there maybe19:35
*** ianychoi has joined #openstack-infra19:35
*** pramodrj07 has joined #openstack-infra19:36
*** MasterOfBugs has joined #openstack-infra19:36
*** jascott1_ has quit IRC19:36
clarkbI need to grab lunch, but can review any fix pushed once thats done19:36
clarkbsetuptools has a python3 package on trusty19:37
clarkbas does pip so its just virtualenv being annoying there19:37
pabelangerfrom what I see, python3-virtualenv wasn't packaged for trusty19:37
ianwreally why i put that in was to get enough python2 coming in that it would work19:38
*** hashar has joined #openstack-infra19:38
ianwi guess we just hardcode around it19:39
*** jascott1_ has joined #openstack-infra19:40
mwhahahawhat 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_62338219:40
pabelangermwhahaha: we are slowly depuppeting things from our images. So, this is likely a side affect.  Let me see if I can find the commit19:41
mwhahahabut it's sporatic because some work19:41
pabelangerit will depend on which image is being used19:41
mwhahahahow can i tell which image?19:43
pabelangerhttps://review.openstack.org/#/c/455449/ seems likely19:43
mwhahahait seems that the osic ones fail but the rax-ord was ok19:43
*** jascott1_ has quit IRC19:43
pabelangermwhahaha: most jobs output the info19:43
pabelangerlet me check yours19:43
cmurphymwhahaha: at the top it will say "Building remotely on ubuntu-xenial-..."19:43
pabelangerwe need to add net-info macro to the puppet jobs to find out the build information19:44
* mwhahaha gets out the magic decorder ring19:44
mwhahahaubuntu-xenial-rax-ord-8377101 is OK19:44
mwhahahaubuntu-xenial-osic-cloud1-s3500-8377170 is not19:44
cmurphypabelanger: that change should only have affected fedora images19:44
mwhahahabasically ruby-devel is missing (i think)19:45
pabelangerhttp://logs.openstack.org/84/455784/1/check/gate-project-config-layout/1e0e828/console.html#_2017-04-11_17_14_24_68163219:45
mwhahahabut it's odd that it's ok in one cloud but not another19:45
pabelangeris an example of the net-info macro19:45
pabelangermwhahaha: yes, it is possible we are still uploading images to rax19:45
*** jkilpatr_ has joined #openstack-infra19:45
mwhahahaok19:45
pabelangersince uploads are not atomic19:45
*** aspiers has quit IRC19:45
mwhahahai'll recheck later19:45
pabelangercmurphy: I wonder if this is puppet-jenkins removal19:46
pabelangerwe might need to add ruby-devel into bindep-fallback for now19:46
*** jascott1_ has joined #openstack-infra19:46
*** esikachev has joined #openstack-infra19:46
cmurphypabelanger: was ruby-devel in puppet-jenkins?19:46
pabelangerya19:46
cmurphyoh then yep19:46
cmurphyi thought that had only removed the java crap19:46
mwhahahawhats the loading priority of the various bindep files19:46
pabelangerwe must have missed adding them to bindep-fallback.txt19:46
*** aspiers has joined #openstack-infra19:47
*** jkilpatr has quit IRC19:47
pabelangerhttp://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/params.pp19:47
AJaegermwhahaha, pabelanger : Check https://review.openstack.org/455746 - is that related?19:47
pabelangerseems to only have ruby-dev for ubuntu19:47
pabelangerwhich is odd19:47
mwhahahaAJaeger: yea that's a  fix19:48
AJaegerreading more above - I think 455746 is the solution. Just wonder why it happens only now...19:48
pabelangerlooking to see where we installed ruby dev on centos19:48
mwhahahahttp://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/params.pp#n7419:49
mwhahahathats why19:49
mwhahahait  used to get added for xenial in puppet-jenkins19:49
pabelangeryup19:49
pabelangerso, we can fix macro19:49
pabelangerand update bindep fallback.txt too19:49
mwhahahahttps://review.openstack.org/#/c/455746/3/jenkins/jobs/macros.yaml@50919:49
mwhahahathat's where centos adds it19:49
mwhahahait's ok not to add it globally19:49
mwhahahai think it's better to just add it there19:49
openstackgerritHongbin Lu proposed openstack-infra/project-config master: Create a repo for container devstack plugin  https://review.openstack.org/45323019:50
mwhahahait's really only for puppet19:50
AJaegerpabelanger: do we really need bindep fallback?19:50
pabelangerAJaeger: mwhahaha +219:50
*** jascott1_ has quit IRC19:50
pabelangerAJaeger: maybe? depends on which other jobs fail19:50
*** shardy has quit IRC19:50
pabelangerideally, we should, to avoid breakages19:50
mwhahaharight now it's just the puppet lint jobs19:50
mwhahahawhich run the puppet-prepare-node macro19:51
pabelangerI'm okay with skipping bindep fallback for now19:51
pabelangerbut jobs that don't use the macro, will fail19:51
mwhahahai'm not aware of any other ruby jobs that don't use that macro19:51
mwhahahabut we'll see19:52
pabelangerok19:52
AJaegerI agree, let's wait...19:52
pabelangerAJaeger: your call, we can have projects add it to their bindep.txt files19:52
pabelangerI know puppet, that is a lot of things19:52
weshayhowdy, looking for some doc on how a project can get setup to use tarballs.openstack.org19:52
*** jascott1_ has joined #openstack-infra19:52
cmurphypossibly the chef folks might run into something similar19:53
AJaegerpabelanger: 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 IRC19:54
pabelangerAJaeger: right, adding it to fallback requires new images too. Which takes about an hour to build19:54
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on < trusty  https://review.openstack.org/45581619:54
ianwpabelanger / clarkb: ^ testing19:55
*** markvoelker has quit IRC19:56
AJaegerianw: shouldn't that be "<= trusty" ?19:56
*** jascott1_ has quit IRC19:56
ianwAJaeger: yep ... code should do that19:57
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty  https://review.openstack.org/45581619:57
openstackgerritMerged openstack-infra/project-config master: Sync dependencies list for puppet-prepare-node macros.  https://review.openstack.org/45574619:58
*** jascott1_ has joined #openstack-infra20:00
*** jcoufal has quit IRC20:00
*** sekelso has quit IRC20:02
*** sekelso has joined #openstack-infra20:02
*** jascott1_ has quit IRC20:04
*** eharney has quit IRC20:04
*** sekelso has quit IRC20:05
*** sekelso has joined #openstack-infra20:06
*** jascott1_ has joined #openstack-infra20:06
*** dizquierdo has quit IRC20:08
ianw413 Request Entity Too Large: Image storage media is full: None (HTTP 413)20:08
*** Hal has quit IRC20:09
*** Hal1 has joined #openstack-infra20:09
ianwyou 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-infra20:09
*** jascott1_ has quit IRC20:11
clarkbok back from lunch reviewing the dib change above20:13
*** xyang1 has joined #openstack-infra20:13
*** srobert has quit IRC20:13
*** jascott1_ has joined #openstack-infra20:14
openstackgerritPaul Belanger proposed openstack-infra/nodepool master: [WIP] Add functional test for key-name and glean  https://review.openstack.org/45577020:15
*** srobert_ has quit IRC20:15
openstackgerritMerged openstack-infra/os-loganalyze master: Remove swift support  https://review.openstack.org/45231620:16
openstackgerritMerged openstack-infra/os-loganalyze master: Add support for systemd logs  https://review.openstack.org/45483120:16
*** rockyg has quit IRC20:18
*** eharney has joined #openstack-infra20:18
*** jascott1_ has quit IRC20:19
clarkbianw: the appraoch taken in the dib change makes sense and is straightforward so I +2'd it20:20
ianwclarkb: hmm, local testing is showing "virtualenv" is still creating a python3 environment20:20
ianwi stupidly didn't include network in this vm so that's annoying20:21
clarkbhuh I wonder how its deciding that if virtualenv comes from python-virtualenv20:22
ianwi'm wondering if "pip install virtualenv" overwrites "pip3 install virtualenv"20:23
ianwit did, on my local testing on a xenial20:24
*** sdake has joined #openstack-infra20:24
*** sdake has quit IRC20:24
*** sdake has joined #openstack-infra20:24
*** armax has quit IRC20:26
*** dprince has quit IRC20:27
*** armax has joined #openstack-infra20:27
*** gouthamr has quit IRC20:28
openstackgerritJon Bernard proposed openstack-infra/project-config master: Load nova configuration for devstack-plugin-ceph job  https://review.openstack.org/45581820:29
*** esikachev has joined #openstack-infra20:30
openstackgerritMonty Taylor proposed openstack-infra/shade master: Stop defaulting container_format to ovf for vhd  https://review.openstack.org/45582220:30
mordredclarkb: ^^ related to the conversatoin with rosmaita just now20:31
hemanthmCan we get some reviews on this please? https://review.openstack.org/#/c/426428/20:32
hemanthmWe are working on rolling upgrades in Glance and this patch enables multinode grenade jobs for us20:33
*** dimtruck is now known as zz_dimtruck20:35
openstackgerritAdam Coldrick proposed openstack-infra/project-config master: Remove python-jobs from pynotedb  https://review.openstack.org/45582720:36
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty  https://review.openstack.org/45581620:36
*** esikachev has quit IRC20:37
ianwclarkb: ^ thinking this might do it20:37
clarkbhemanthm: +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 pass20:37
pabelangerclarkb: 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 side20:38
mordredhemanthm, clarkb: ++20:38
ianwok20:39
openstackgerritMerged openstack-infra/system-config master: Highlight POST_FAILURE same as FAILURE on Gerrit page  https://review.openstack.org/44878620:39
clarkbianw: -f fixes everythin20:40
ianwclarkb: ok, you think change everything to "-f"?20:41
clarkbianw: oh sorry I was trying to be silly. the --force-reinstall is good20:41
ianwoh, heh, i assumed -f was short opt for that20:42
cmurphypabelanger: also a couple of easy ones that aren't in that stack - 455021 455020 455018 45501420:42
hemanthmthanks for the quick review/merge clarkb, mordred20:44
*** kgiusti has quit IRC20:47
openstackgerritMatthew Treinish proposed openstack-infra/system-config master: Add mqtt_statsd to firehose config  https://review.openstack.org/45345220:47
*** dmellado has quit IRC20:48
openstackgerritMerged openstack-infra/system-config master: Create infra-root-keys and add pabelanger public key  https://review.openstack.org/45538820:49
*** jascott1_ has joined #openstack-infra20:49
ianwclarkb: ok, built and booted a trusty vm with that, and "virtualenv" is creating python2 envs, "pip" is python2 and "pip3" is python3.420:49
sdagueclarkb: how long until os-loganalyze actually deploys on the log server?20:49
sdagueoh, there it is20:49
clarkbsdague: should go out on the normal puppet run so ~45 minutes20:49
sdaguethough, it looks like there is a bug... hmmm20:50
*** jtomasek_ has quit IRC20:51
*** smarcet has quit IRC20:53
*** jascott1_ has quit IRC20:54
zigopabelanger: Hi there! Any good news for me?20:54
clarkbianw: it has my +220:55
Gravioushowdy, how would i handle getting a C dep into the test environment for an infra project?20:55
clarkbGravious: most jobs should honor a bindep.txt and install any system packages listed there20:55
clarkbGravious: can you be more specific on what you need and for what job/test?20:55
*** armax has quit IRC20:56
*** dharinic has quit IRC20:56
Graviousah 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 job20:57
*** dharinic has joined #openstack-infra20:58
*** trown is now known as trown|outtypewww20:58
clarkbis this related to the notedb stuff? did dulwich not work out?20:59
Graviousclarkb, indeed. we went with pygit2 over dulwich for compatibility with other libs, zuul etc21:00
*** xyang1 has quit IRC21:00
openstackgerritBrian Haley proposed openstack-infra/project-config master: Move DVR+HA multinode tempest job to check queue  https://review.openstack.org/45540621:00
clarkbGravious: not sure I follow on the zuul front, it doesn't use pygit2 as there are licensing concerns iirc21:00
*** xyang1 has joined #openstack-infra21:00
*** rfolco has quit IRC21:01
clarkbgitpython 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 distro21:01
Graviousclarkb, 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 end21:01
openstackgerritSean Dague proposed openstack-infra/os-loganalyze master: Fix systemd line parsing  https://review.openstack.org/45583121:02
Graviousas in the linking exception is sufficient for python as well, i'll try to find that discussion21:02
*** zz_dimtruck is now known as dimtruck21:02
sdagueclarkb: that probably fails other unit tests, but I added a new systemd test, and found I lost a space in my regex21:02
*** sbezverk_ is now known as sbezverk21:04
openstackgerritMerged openstack-infra/system-config master: Add mqtt_statsd to firehose config  https://review.openstack.org/45345221:04
*** jascott1_ has joined #openstack-infra21:04
Graviousclarkb, https://github.com/libgit2/pygit2/issues/1521:05
clarkbGravious: and looks like libgit2-dev is in xenial so should be as easy as listing that for py35 jobs21:05
Graviousclarkb, cool thanks :)21:06
*** thorst has quit IRC21:07
clarkbsdague: jenkins says +121:07
openstackgerritAndreas Florath proposed openstack-infra/bindep master: Refactor: factor out subprocess and error handling stub  https://review.openstack.org/45583221:07
*** EricGonc_ has quit IRC21:08
*** chlong has quit IRC21:09
*** chlong_ has quit IRC21:09
*** armax has joined #openstack-infra21:10
*** andreas-f has joined #openstack-infra21:10
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs  https://review.openstack.org/35921521:11
*** gouthamr has joined #openstack-infra21:13
*** ldnunes has quit IRC21:15
clarkbsdague: I +2'd it, but have a question to understand something in the test if you have a moment to look21:18
pabelangerzigo: getting closer. Working with cmurphy to depuppet our images. Once that is done, it will be much easier to bring new images online21:18
pabelangerzigo: I am hoping by this time next week, we'll be in a good spot21:18
zigopabelanger: Do you mean you guys are getting completely rid of puppet scripts?21:18
zigoWhat do you replace it with?21:18
*** eharney has quit IRC21:19
*** esberglu has quit IRC21:19
zigopabelanger: I'd be happy to give a hand if I can.21:20
*** ihrachys has quit IRC21:20
*** esberglu has joined #openstack-infra21:20
*** Apoorva_ has quit IRC21:21
*** Apoorva has joined #openstack-infra21:22
*** esikachev has joined #openstack-infra21:24
*** esberglu has quit IRC21:24
pabelangerzigo: 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 projects21:25
openstackgerritAndreas Florath proposed openstack-infra/bindep master: Refactor: factor out subprocess and error handling stub  https://review.openstack.org/45583221:25
zigopabelanger: bindep?21:26
pabelangerhttps://docs.openstack.org/infra/bindep/readme.html21:26
*** smarcet has joined #openstack-infra21:26
pabelangera way for projects to control which packages we install21:26
*** john-davidge has joined #openstack-infra21:29
*** kong has joined #openstack-infra21:30
*** thorst has joined #openstack-infra21:30
*** jkilpatr_ has quit IRC21:30
*** sekelso has quit IRC21:30
*** smarcet has quit IRC21:31
pabelangerclarkb: ianw: just waiting for opensuse on 455816, then we can likely +321:32
ianwpabelanger: ok, just running some manual builds into oslab to double check too21:33
ianwi'm trying to think how we can have an effective test-case21:33
*** john-davidge has quit IRC21:34
*** thorst has quit IRC21:34
*** esberglu has joined #openstack-infra21:35
zigopabelanger: Ah yeah, that thing ...21:36
*** esikachev has quit IRC21:38
zigopabelanger: How can I help?21:38
*** jascott1_ has quit IRC21:39
*** ociuhandu has quit IRC21:43
clarkbpabelanger: the opensuse nodepool test came back as passing21:44
clarkbianw: 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
clarkbthat might be too fragile21:45
ianwyeah, i was thinking grepping #! lines of scripts, but that's not fun21:45
clarkbneeds_python2 || shutdown -h now or needs_python3 || shutdown -h now depending21:46
*** ihrachys has joined #openstack-infra21:46
clarkbthat way you don't have to check execution within the instance just its behavior21:46
*** sekelso has joined #openstack-infra21:47
mtreinishclarkb: want to give this the rubber stamp: https://review.openstack.org/#/c/449279/21:50
clarkbmtreinish: done21:52
*** esberglu has quit IRC21:53
*** ociuhandu has joined #openstack-infra21:53
mtreinishclarkb: thanks21:53
pabelangerclarkb: ianw: +321:54
* fungi is really, really not here, but thanks you all21:54
pabelangerzigo: you can help review topic:unpuppet-zuul-workers21:54
fungipabelanger: i'll read the meeting log later, but thanks for chairing!21:54
pabelangerfungi: np! easy one today21:55
mtreinishfungi, clarkb: want to look at the system config side too :)  https://review.openstack.org/#/c/449630/21:55
ianwpabelanger: ok, cool, i'll keep an eye21:55
openstackgerritMerged openstack-infra/puppet-subunit2sql master: Add MQTT support to the gearman worker  https://review.openstack.org/44927921:58
openstackgerritMerged openstack-infra/devstack-gate master: Glance experimental multinode grenade job setup  https://review.openstack.org/42642821:58
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Bump dsvm-nodepool to 90min timeout  https://review.openstack.org/45583822:00
*** jaypipes has quit IRC22:02
*** mdrabe has quit IRC22:04
*** jkilpatr_ has joined #openstack-infra22:08
*** askb has joined #openstack-infra22:12
*** esikachev has joined #openstack-infra22:13
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: support github pull reqeust labels  https://review.openstack.org/44451122:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow github trigger to match on branches/refs  https://review.openstack.org/44562522:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Set filter according to PR/Change in URL  https://review.openstack.org/44678222:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for requiring github pr head status  https://review.openstack.org/44939022:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for dependent pipelines with github  https://review.openstack.org/44529222:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Adds github triggering from status updates  https://review.openstack.org/45384422:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Implement pipeline requirement on github reviews  https://review.openstack.org/45384522:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add basic Github Zuul Reporter.  https://review.openstack.org/44332322:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Configurable SSH access to GitHub  https://review.openstack.org/44403422:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'push' and 'tag' github webhook events.  https://review.openstack.org/44394722:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'pr-comment' github webhook event  https://review.openstack.org/44395922:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for github commit status  https://review.openstack.org/44406022:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Better merge message for GitHub pull reqeusts  https://review.openstack.org/44564422:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Query changes only via relevant sources  https://review.openstack.org/44825722:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Encapsulate determining the event purpose  https://review.openstack.org/44524222:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow using webapp from connections  https://review.openstack.org/43983122:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Merge pull requests from github reporter  https://review.openstack.org/44446322:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for github enterprise  https://review.openstack.org/44925822:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support GitHub PR webhooks  https://review.openstack.org/43983422:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: GitHub file matching support  https://review.openstack.org/44611322:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add trigger capability on github pr review  https://review.openstack.org/44936522:14
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Log GitHub API rate limit  https://review.openstack.org/44615022:14
*** sslypushenko_ has quit IRC22:15
pabelangerheh, is diskimage-builder still not using a our fedora mirrors22:15
pabelangerI'll work on that tomorrow22:15
*** hashar has quit IRC22:17
*** esikachev has quit IRC22:18
*** gordc has quit IRC22:21
openstackgerritMerged openstack-infra/tripleo-ci master: Remove the old hiera hook from upgrade workflow  https://review.openstack.org/45371522:21
*** andreww has joined #openstack-infra22:22
*** andreww has quit IRC22:22
*** andreww has joined #openstack-infra22:23
*** andreww has quit IRC22:23
*** andreww has joined #openstack-infra22:24
*** dgonzalez has quit IRC22:24
*** xarses has quit IRC22:24
*** gordc has joined #openstack-infra22:25
*** esikachev has joined #openstack-infra22:25
*** xyang1 has quit IRC22:26
*** ssbarnea has quit IRC22:26
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Revert "Revert "Stop installing pip from install_puppet.sh""  https://review.openstack.org/45584322:28
*** dgonzalez has joined #openstack-infra22:28
pabelangerianw: clarkb: ^is we decided to tag a new release of diskimage-builder, we can give that another shot in the morning22:28
clarkbrevert all the things22:29
*** ociuhandu has quit IRC22:29
*** ociuhandu has joined #openstack-infra22:29
*** ociuhandu has quit IRC22:29
pabelangerthat aside, we are off puppet-jenkins.... which is awesome22:29
pabelangerwhile we still use it to create the jenkins user, we can move that step next22:30
*** esikachev has quit IRC22:30
cmurphy\o/22:31
*** ociuhandu has joined #openstack-infra22:31
*** xarses has joined #openstack-infra22:32
*** andreww has quit IRC22:32
mgagneFYI, 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
pabelangerthanks for the heads up22:34
clarkbwith the oslo projects removed from default d-g PROJECTS list it looks like workspace setup is now under a minute22:34
pabelangerclarkb: down from what again?22:35
clarkbpabelanger: before I started this work it was around 5 minutes, and repeated for grenade22:35
pabelangerthat's what I though22:35
pabelangernice22:35
clarkbpabelanger: so we are down to like 10% of old cost compared to worst case22:35
*** sekelso has quit IRC22:35
*** esikachev has joined #openstack-infra22:37
*** r-daneel has joined #openstack-infra22:38
loquacitieshello lovely infra people!22:39
loquacitiesis there any chance a core could look at my patch, please?22:39
*** gordc has quit IRC22:39
ianwpabelanger: yep, seems good.  i think fedora is having issues22:39
ianwmirror issues22:40
loquacitiesit's been sitting around for a while, just waiting for a second +222:40
loquacitieshttps://review.openstack.org/#/c/447341/22:40
*** felipemonteiro has quit IRC22:40
*** esikachev has quit IRC22:42
openstackgerritMerged openstack-infra/infra-manual master: Adding instructions for rebasing  https://review.openstack.org/44734122:44
clarkbloquacities: ianw got it in^ but I left a couple comments that may be worth a followup? curious what you think22:45
ianwi generally err towards commiting docs and fixing them up :)22:49
loquacitiesah, thanks!22:49
loquacitiesyes, I can address those today22:49
ianwyeah, i usually leave a pristine master, unless i forget22:50
clarkbyup more docs better than no docs22:50
*** esikachev has joined #openstack-infra22:50
pabelangerclarkb: 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 forward22:50
clarkbI just saw your email22:51
jheskethMorning22:51
clarkbpabelanger: 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 proposed22:52
pabelangerclarkb: no problems22:52
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: support github pull reqeust labels  https://review.openstack.org/44451122:52
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow github trigger to match on branches/refs  https://review.openstack.org/44562522:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Set filter according to PR/Change in URL  https://review.openstack.org/44678222:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for requiring github pr head status  https://review.openstack.org/44939022:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for dependent pipelines with github  https://review.openstack.org/44529222:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Adds github triggering from status updates  https://review.openstack.org/45384422:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Implement pipeline requirement on github reviews  https://review.openstack.org/45384522:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add basic Github Zuul Reporter.  https://review.openstack.org/44332322:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Configurable SSH access to GitHub  https://review.openstack.org/44403422:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'push' and 'tag' github webhook events.  https://review.openstack.org/44394722:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add 'pr-comment' github webhook event  https://review.openstack.org/44395922:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support for github commit status  https://review.openstack.org/44406022:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Better merge message for GitHub pull reqeusts  https://review.openstack.org/44564422:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Query changes only via relevant sources  https://review.openstack.org/44825722:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Encapsulate determining the event purpose  https://review.openstack.org/44524222:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Allow using webapp from connections  https://review.openstack.org/43983122:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Merge pull requests from github reporter  https://review.openstack.org/44446322:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add support for github enterprise  https://review.openstack.org/44925822:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Support GitHub PR webhooks  https://review.openstack.org/43983422:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: GitHub file matching support  https://review.openstack.org/44611322:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add trigger capability on github pr review  https://review.openstack.org/44936522:53
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Log GitHub API rate limit  https://review.openstack.org/44615022:53
*** xarses_ has quit IRC22:53
*** esikachev has quit IRC22:54
*** esikachev has joined #openstack-infra22:55
*** r-daneel has quit IRC22:59
*** esikachev has quit IRC23:02
*** esikachev has joined #openstack-infra23:03
*** rbrndt has quit IRC23:05
*** tosky has quit IRC23:06
*** esikachev has quit IRC23:07
*** sdague has quit IRC23:09
*** esikachev has joined #openstack-infra23:12
*** annegentle has quit IRC23:12
*** erlon has quit IRC23:15
*** esikachev has quit IRC23:16
openstackgerritTony Breeds proposed openstack-infra/irc-meetings master: Remove the Stable team meeting  https://review.openstack.org/45584823:16
*** Apoorva_ has joined #openstack-infra23:16
*** Apoorva has quit IRC23:20
*** thorst has joined #openstack-infra23:20
*** baoli has quit IRC23:21
*** thorst has quit IRC23:23
openstackgerritIan Wienand proposed openstack-infra/system-config master: Limit depth on git cleanup  https://review.openstack.org/45585023:24
ianwpabelanger: ^ there's your bizarre corner case issue of the day23:24
*** claudiub has quit IRC23:25
*** kgiusti has joined #openstack-infra23:30
pabelangerianw: finding all the good ones23:31
*** s-shiono has joined #openstack-infra23:33
openstackgerritQiming Teng proposed openstack-infra/project-config master: Demote Senlin py35 job to non-voting  https://review.openstack.org/45572623:37
clarkbwut23:38
clarkbalso we host pygit2 packaging for debian?23:41
ianwrm_work: looking at that py35 failure on node now ... it's looking ... interesting23:43
rm_workT_T23:44
ianwhttp://paste.openstack.org/show/606207/23:46
openstackgerritMerged openstack-infra/system-config master: Limit depth on git cleanup  https://review.openstack.org/45585023:46
ianwi can import it, but the entry point can't?23:46
*** jamielennox is now known as jamielennox|away23:48
*** baoli has joined #openstack-infra23:49
*** baoli has quit IRC23:49
kfox1111did anything change in the last few days in the rax vm's?23:49
ianwkfox1111: in a word, yes23:50
clarkbhowever not in rax specifically23:50
ianwthe way setup is being done has undergone some changes, but across all images23:50
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal  https://review.openstack.org/45585223:50
*** baoli has joined #openstack-infra23:50
pabelangerkfox1111: please post logs of failures, we've started depuppeting our nodes23:51
kfox1111ianw: interesting. so far most of our multinode jobs have only landed at rax, so could be having issues at other sites too.23:51
kfox1111what changed?23:51
*** jamielennox|away is now known as jamielennox23:51
kfox1111ah.23:51
ianwkfox1111: lots, you might have to reverse this and tell us what's broken :)23:51
kfox1111pabelanger: just starting to dig in, but connectivity between nodes in the k8s clusters we're building is not working so well anymore.23:52
pabelangerlargest right now, is the removal of java / ruby dependencies23:52
kfox1111its showing itself at the moment by dns not working in pods on the slave node.23:52
*** gildub has joined #openstack-infra23:52
pabelangerI think we did remove some DNS too23:52
kfox1111hmm.. that could be the problem/part of the problem.23:53
kfox1111we did have some code in there to ddeal with the local dns server.23:53
kfox1111was that removed entirely?23:53
*** thorst has joined #openstack-infra23:53
pabelangerhttps://review.openstack.org/#/q/status:merged+topic:unpuppet-zuul-workers is the list of recent changes23:53
*** hongbin has quit IRC23:54
pabelangeronly change related to dns was https://review.openstack.org/#/c/452976/23:54
pabelangerwe stopped installing it with puppet and now directly in DIB23:54
kfox1111hmm.. unbound looks like a candidate... lets see....23:54
pabelangerso, possible the default config file has changed23:54
clarkbwell we shouldn't use dns for anything multinode related23:55
kfox1111we do some unbound config here: https://github.com/openstack/kolla-kubernetes/blob/master/tools/setup_gate_common.sh#L1123:55
clarkboverlays are configured via IP addrs and we update /etc/hosts for naming things23:55
*** mattmceuen has quit IRC23:56
pabelangerkfox1111: which OS is the failure on?23:56
clarkband can you provide a link to a failing job?23:57
kfox1111pabelanger: centos multinode.23:57
kfox1111sec....23:57
kfox1111http://logs.openstack.org/41/454841/8/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv/50ae7d9/console.html23:58
kfox1111its 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!