Thursday, 2017-06-22

*** salv-orlando has joined #openstack-infra00:00
clarkbcentos images are working now as they get uploaded into clouds00:01
clarkband their dns forwarders are set the way we want in osic00:02
clarkbinc0: I'm noticing that kolla seems to be the last set of dns lookup failures that we have00:04
clarkbinc0: for example http://logs.openstack.org/39/475939/3/check/gate-kolla-dsvm-build-oraclelinux-binary-centos-7-nv/bb246b2/console.html it tries to lookup epel.vpsnet.lt which does not resolve to an A or AAAA record00:04
*** askb has joined #openstack-infra00:04
*** salv-orlando has quit IRC00:05
clarkbperhaps you are better off using http://mirror.dfw.rax.openstack.org/epel/ ? though I think ianw is learning things about that00:05
*** eranrom has joined #openstack-infra00:05
*** gmann has quit IRC00:06
ianwyeah, that has just installed epel-release which will be round-robin00:06
*** gmann has joined #openstack-infra00:06
ianwthe thing with round-robin seems to be a lot of the time you're round-robined to some useless black hole00:07
clarkbianw: but other than ^ I think our dns woes are finally behind us00:07
clarkbat least according to logstash and my query00:07
ianwyay! great work, very glad you were on it00:08
*** dingyichen has joined #openstack-infra00:08
*** eranrom has quit IRC00:09
*** ijw has quit IRC00:11
clarkbI have laerned much about unbound and systemd and even selinux... it was an adventure :)00:12
*** esberglu has joined #openstack-infra00:12
*** edmondsw has joined #openstack-infra00:13
zaroclarkb: hey, noticed you had some questions00:14
*** dimtruck is now known as zz_dimtruck00:15
clarkbzaro: ya specifically with 2.13.8 and the database. Noticed that there is some weirdness documented going to 2.13.800:17
edmondswanybody else seeing gate failures like this? http://logs.openstack.org/87/474987/3/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial-newton/be81168/logs/screen-n-cpu.txt.gz#_2017-06-21_20_12_10_72400:18
clarkbzaro biggest question is do you have to configure anything to avoid h2 if going from 2.11. to 2.13?00:18
clarkbzaro: er 2.11 to 2.13.800:18
edmondswI found https://bugs.launchpad.net/nova/+bug/1507915 but that's really old at this point00:18
openstackLaunchpad bug 1507915 in openstack-ansible "libguestfs launch image failed in ubuntu" [Undecided,In progress]00:18
clarkbzaro: I think we have decided to avoid doing 2.11 to 2.13.7 and just go staright to 2.13.8 as it looks simpler (so I am getting everything built for 2.13.8 nowish)00:19
*** ijw has joined #openstack-infra00:19
*** Swimingly has quit IRC00:19
clarkbedmondsw: libguestfs has traditionally been the source of all problems00:19
clarkbedmondsw: so I thought we had completely disabled it but I guess not00:19
edmondswclarkb I keep rechecking https://review.openstack.org/#/c/474987/3 but it keeps failing00:20
*** Swimingly has joined #openstack-infra00:20
edmondswclarkb should I just hope for better luck rechecking tomorrow, or... ?00:21
zaroclarkb: sorry i haven’t been keeping up with gerrit so i don’t know if you can avoid h2.  i think they used it as a bridge for moving things to git backend.00:21
clarkbedmondsw: likely not, that appears to be a packaging problem00:21
zaroprobably a good idea to avoid it if you can.00:21
edmondswclarkb packaging problem?00:21
clarkbzaro: it looks like 2.13 introduced h2 then in 2.13.8 they switched to using mysql00:21
zaroh2 was probably temporary anways00:21
clarkbedmondsw: yes libguestfs and libvirt both come from the distros. Guessing some interaction between them in new packages possibly are the problem00:22
clarkbzaro: the problem is the migration away from h2 is not automated00:22
clarkbzaro: so we are trying to avoid it entirely00:22
*** zz_dimtruck is now known as dimtruck00:22
clarkbzaro: we'll be testing 2.13.8 in the near future, once we get plugins built and a war00:23
zaroclarkb: sounds like a good idea.00:23
edmondswclarkb so what should I do?00:23
edmondswsorry, I don't have a lot of experience with gate issues00:23
clarkbedmondsw: you'll probably want to reproduce the issue lcoally and set those vars for debugging. But beyond that I'm not sure. Talk to libguestfs?00:23
clarkbor nova may have ideas00:23
clarkbedmondsw: http://logs.openstack.org/87/474987/3/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial-newton/be81168/logs/reproduce.sh can be used to reproduce the test run00:24
clarkbzaro: gerrit upgrades have gotten significantly more complicated than they used to be :/00:24
edmondswclarkb I don't think it can possible be related to the change being made here, so surely I'm not the only one seeing this00:24
clarkbedmondsw: well its newton, I don't know how many people care about or watch newton00:24
clarkbedmondsw: you can see if tonyb knows more00:25
* tonyb tries to catch up00:25
zaroclarkb: you mean integration with other things or just gerrit itself?00:25
clarkbtonyb: tldr is http://logs.openstack.org/87/474987/3/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial-newton/be81168/logs/screen-n-cpu.txt.gz#_2017-06-21_20_12_10_724 shows libguestfs exploding in nova under newton00:25
clarkbzaro: just gerrit itself. This h2 thing in particular is a third database that you have to manage now (previously was mysql and secondary index). It requires you manually update tables if you use it and upgrade and they recommend you push it into postgres or mysql00:26
*** Sukhdev has quit IRC00:27
tonybIs this a new issues? It look slike the perminssions are wrong00:27
clarkbzaro: couple that with mandatory onffline reindexes that take more than 4 hours and needing to manually install plugins that are already included in the gerrit war it seems like it is much more complicated than it used to be00:27
zaroclarkb: IIRC h2 was just temporary until all db stuff gets moved to git.00:30
zarobut yeah, the reindex, secondary index and cache is difficult to manage at scale.00:31
edmondswtonyb I started seeing it today, but have seen it several times00:31
edmondswtonyb all 4 rechecks on https://review.openstack.org/#/c/474987/300:32
zaroclarkb: but yes, overall it's more complicated now.00:32
zaroclarkb: when is your next ptg?  i may visit and help if you have not upgraded by then.00:33
clarkbzaro: mid september in denver00:33
edmondswtonyb patch set 2 there had passed jenkins on the 18th, and the only difference in ps3 is a comment change, so it can't be related to the patch00:34
tonybedmondsw: Yeah I'm tryign to see if UCA (which I think we're using) updated libvirt/libguestfs00:35
*** Julien-zte has joined #openstack-infra00:36
tonybedmondsw: Nope same libguestfs00:39
edmondswtonyb :(00:39
*** jamesdenton has joined #openstack-infra00:40
clarkbI dont think newton uses uca00:41
*** Swami has quit IRC00:41
clarkbI would double chwck base xenial too00:41
tonybclarkb: Ok.  My mistake, still it could have been a base OS change00:41
*** bobh has joined #openstack-infra00:48
*** tuanluong has joined #openstack-infra00:50
*** makowals has quit IRC00:56
*** s-shiono_ has joined #openstack-infra00:59
*** ijw has quit IRC01:00
*** s-shiono has quit IRC01:01
*** ijw has joined #openstack-infra01:02
*** hongbin has quit IRC01:02
*** cshastri has joined #openstack-infra01:04
*** ijw has quit IRC01:06
*** gildub has joined #openstack-infra01:09
openstackgerritTristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: requirements: update ansible version  https://review.openstack.org/47522801:10
*** ijw has joined #openstack-infra01:12
*** ijw has quit IRC01:14
*** baoli has joined #openstack-infra01:15
*** baoli has quit IRC01:16
*** cuongnv has joined #openstack-infra01:17
*** baoli has joined #openstack-infra01:17
*** Apoorva_ has joined #openstack-infra01:19
*** ijw has joined #openstack-infra01:19
*** salv-orlando has joined #openstack-infra01:20
openstackgerritJamie Lennox proposed openstack/diskimage-builder master: Use the dib python to do cleanup  https://review.openstack.org/47630201:20
*** Apoorva has quit IRC01:22
*** Apoorva_ has quit IRC01:23
*** baoli has quit IRC01:23
*** LindaWang has joined #openstack-infra01:24
*** ijw has quit IRC01:24
*** eranrom has joined #openstack-infra01:24
*** salv-orlando has quit IRC01:25
*** xinliang_ has quit IRC01:26
*** baoli has joined #openstack-infra01:28
*** eranrom has quit IRC01:29
*** liujiong has joined #openstack-infra01:31
*** xinliang_ has joined #openstack-infra01:38
*** chlong has joined #openstack-infra01:44
*** jamesmcarthur has joined #openstack-infra01:46
*** cschwede has quit IRC01:47
*** otherwiseguy has quit IRC01:47
*** rnoriega has quit IRC01:47
*** jamesmcarthur has quit IRC01:50
*** rfolco has joined #openstack-infra01:51
*** rfolco has quit IRC01:51
*** jamesdenton has quit IRC01:52
*** zhurong has joined #openstack-infra01:52
*** baoli has quit IRC01:55
xinliang_Hi, Does anybody know how to confiure image property "hw_firmware_type=uefi" in nodepool.yaml file? I want to make my image boot with UEFI.01:55
*** makowals has joined #openstack-infra01:58
*** rfolco has joined #openstack-infra01:59
*** rfolco has quit IRC02:00
*** yee379 has quit IRC02:00
*** yee379 has joined #openstack-infra02:01
*** xarses has quit IRC02:01
*** xarses_ has joined #openstack-infra02:01
*** yamahata_ has quit IRC02:01
*** rfolco has joined #openstack-infra02:03
*** rfolco has quit IRC02:03
*** bmjen has quit IRC02:04
*** Hunner has quit IRC02:04
*** chlong has quit IRC02:04
*** apetrich has quit IRC02:06
*** baoli has joined #openstack-infra02:07
*** liujiong_lj has joined #openstack-infra02:10
*** apetrich has joined #openstack-infra02:11
*** liujiong has quit IRC02:12
*** bmjen has joined #openstack-infra02:13
*** Hunner has joined #openstack-infra02:15
*** Hunner has quit IRC02:15
*** Hunner has joined #openstack-infra02:15
*** esberglu has quit IRC02:20
*** salv-orlando has joined #openstack-infra02:21
*** shu-mutou-AWAY is now known as shu-mutou02:21
*** namnh has joined #openstack-infra02:22
*** gongysh has joined #openstack-infra02:24
*** eranrom has joined #openstack-infra02:25
*** salv-orlando has quit IRC02:25
*** liujiong_lj is now known as liujiong02:27
*** bobh has quit IRC02:28
*** eranrom has quit IRC02:29
*** Sukhdev has joined #openstack-infra02:32
*** chlong has joined #openstack-infra02:37
clarkbxinliang_: is that an image metadata option?02:42
clarkbif so nodepool has the ability to set metadata per image, should be documented02:43
*** Sukhdev has quit IRC02:43
*** baoli has quit IRC02:45
xinliang_Yes, I see the metadata settting docs. But not sure it is what I need. I know less of metadata . Image property is what I need to set02:45
clarkbI think those are the same02:47
xinliang_clarkb: someting like this: http://paste.openstack.org/show/613340/02:48
*** JudeC has quit IRC02:48
clarkbyes that should be the same thing02:49
xinliang_clarkb: great! thanks, then I will  have a try.02:49
*** JudeC has joined #openstack-infra02:50
*** yamamoto has joined #openstack-infra02:56
*** JudeC has quit IRC02:57
*** gyee has quit IRC02:58
*** rlandy|bbl is now known as rlandy03:04
*** rlandy has quit IRC03:04
*** amotoki_away is now known as amotoki03:06
*** esberglu has joined #openstack-infra03:08
openstackgerritAdrian Turjak proposed openstack-infra/project-config master: new project Adjutant UI  https://review.openstack.org/47631803:10
*** esberglu has quit IRC03:12
openstackgerritAdrian Turjak proposed openstack-infra/project-config master: add project python-adjutantclient  https://review.openstack.org/47631903:18
openstackgerritAdrian Turjak proposed openstack-infra/project-config master: new project Adjutant UI  https://review.openstack.org/47631803:21
*** markvoelker has quit IRC03:21
*** markvoelker has joined #openstack-infra03:21
*** nicolasbock has joined #openstack-infra03:22
*** edmondsw has quit IRC03:22
*** salv-orlando has joined #openstack-infra03:22
*** makowals has quit IRC03:23
*** salv-orlando has quit IRC03:26
*** markvoelker has quit IRC03:26
xinliang_clarkb: yes,  it works. metadata can set the image property. Thanks :-)03:32
*** iyamahat has joined #openstack-infra03:35
*** gomarivera has joined #openstack-infra03:36
*** iyamahat has quit IRC03:36
openstackgerritAdrian Turjak proposed openstack-infra/project-config master: add project python-adjutantclient  https://review.openstack.org/47631903:37
*** iyamahat has joined #openstack-infra03:38
*** gongysh has quit IRC03:39
*** gouthamr has quit IRC03:39
*** lennyb has quit IRC03:40
openstackgerritAdrian Turjak proposed openstack-infra/project-config master: add project python-adjutantclient  https://review.openstack.org/47631903:42
*** iyamahat_ has joined #openstack-infra03:42
*** gongysh has joined #openstack-infra03:42
openstackgerritzhufl proposed openstack-infra/project-config master: DNM just test  https://review.openstack.org/47632603:44
*** namnh_ has joined #openstack-infra03:45
*** iyamahat has quit IRC03:45
*** iyamahat has joined #openstack-infra03:46
*** namnh has quit IRC03:48
*** rwsu has joined #openstack-infra03:49
*** zhurong has quit IRC03:49
*** iyamahat_ has quit IRC03:50
*** lennyb has joined #openstack-infra03:52
*** gongysh has quit IRC03:53
*** iyamahat_ has joined #openstack-infra03:54
*** makowals has joined #openstack-infra03:55
*** dave-mccowan has quit IRC03:56
*** iyamahat has quit IRC03:57
openstackgerritzhufl proposed openstack-infra/project-config master: DNM just test  https://review.openstack.org/47632603:58
*** dhajare has joined #openstack-infra03:58
*** yamahata_ has joined #openstack-infra03:59
openstackgerritAkihiro Motoki proposed openstack-infra/project-config master: Add various jobs for neutron-vpnaas-dashboard  https://review.openstack.org/47633204:00
*** chlong has quit IRC04:02
openstackgerritAkihiro Motoki proposed openstack-infra/project-config master: Add various jobs for neutron-fwaas-dashboard  https://review.openstack.org/47633404:03
openstackgerritAkihiro Motoki proposed openstack-infra/project-config master: Add various jobs for neutron-vpnaas-dashboard  https://review.openstack.org/47633204:04
*** sflanigan has quit IRC04:04
*** dimtruck is now known as zz_dimtruck04:04
*** rhallisey has quit IRC04:06
*** psachin has joined #openstack-infra04:10
*** gomarivera has quit IRC04:13
*** chlong has joined #openstack-infra04:16
*** sflanigan has joined #openstack-infra04:17
*** sflanigan has joined #openstack-infra04:17
*** gomarivera has joined #openstack-infra04:19
*** gomarivera has quit IRC04:20
*** gomarivera has joined #openstack-infra04:20
*** links has joined #openstack-infra04:21
*** iyamahat__ has joined #openstack-infra04:22
*** iyamahat_ has quit IRC04:25
*** iyamahat_ has joined #openstack-infra04:27
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Additional mount order unit test  https://review.openstack.org/47634004:28
*** iyamahat__ has quit IRC04:30
*** adisky__ has joined #openstack-infra04:31
*** salv-orlando has joined #openstack-infra04:35
*** sree has joined #openstack-infra04:37
*** ykarel has joined #openstack-infra04:39
*** makowals has quit IRC04:39
*** iyamahat_ has quit IRC04:40
*** iyamahat has joined #openstack-infra04:41
*** ykarel_ has joined #openstack-infra04:44
*** sflanigan has quit IRC04:44
*** iyamahat has quit IRC04:45
*** ykarel has quit IRC04:46
*** makowals has joined #openstack-infra04:52
*** ykarel_ has quit IRC04:56
*** ykarel_ has joined #openstack-infra04:57
*** makowals has quit IRC04:57
*** sflanigan has joined #openstack-infra04:58
*** sflanigan has joined #openstack-infra04:58
*** yuanying_ has joined #openstack-infra05:03
*** yuanying has quit IRC05:05
openstackgerritLajos Katona proposed openstack-infra/project-config master: Enable q-trunk in heat dsvm functional jobs  https://review.openstack.org/47370005:08
*** aeng has quit IRC05:08
*** ltomasbo|away is now known as ltomasbo05:18
*** rwsu has quit IRC05:19
*** jbadiapa_ has quit IRC05:19
*** iyamahat has joined #openstack-infra05:20
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Fix and test report urls for unknown failures  https://review.openstack.org/46921405:24
*** aeng has joined #openstack-infra05:25
*** markvoelker has joined #openstack-infra05:28
*** e0ne has joined #openstack-infra05:29
*** ykarel_ has quit IRC05:34
*** ykarel_ has joined #openstack-infra05:35
*** prateek has joined #openstack-infra05:36
*** markvoelker has quit IRC05:40
*** pgadiya has joined #openstack-infra05:43
*** aeng has quit IRC05:43
*** markvoelker_ has joined #openstack-infra05:44
*** gongysh has joined #openstack-infra05:47
*** aeng has joined #openstack-infra05:47
*** markvoelker_ has quit IRC05:52
*** esberglu has joined #openstack-infra05:53
*** ccamacho has left #openstack-infra05:56
*** makowals has joined #openstack-infra05:56
*** Dinesh_Bhor has quit IRC05:57
*** esberglu has quit IRC05:57
*** markus_z has joined #openstack-infra06:00
*** AJaeger has quit IRC06:00
*** csomerville has quit IRC06:02
*** cody-somerville has joined #openstack-infra06:03
*** cody-somerville has joined #openstack-infra06:03
*** sree_ has joined #openstack-infra06:03
*** sree_ is now known as Guest6611706:04
*** eranrom has joined #openstack-infra06:04
*** sree has quit IRC06:05
*** e0ne has quit IRC06:06
*** Dinesh_Bhor has joined #openstack-infra06:06
*** andreas_s has joined #openstack-infra06:09
*** ijw has joined #openstack-infra06:09
*** ijw has quit IRC06:14
*** yuanying_ has quit IRC06:19
*** yuanying has joined #openstack-infra06:20
*** prateek_ has joined #openstack-infra06:23
*** prateek has quit IRC06:25
*** jascott1 has quit IRC06:26
*** e0ne has joined #openstack-infra06:26
*** rcernin has joined #openstack-infra06:30
*** Guest66117 has quit IRC06:33
*** mrunge_ is now known as mrunge06:34
*** sree has joined #openstack-infra06:35
*** Julien-zte has quit IRC06:36
*** martinkopec has joined #openstack-infra06:36
*** rcernin has quit IRC06:37
*** markvoelker has joined #openstack-infra06:40
*** e0ne has quit IRC06:42
*** prateek__ has joined #openstack-infra06:44
*** eranrom has quit IRC06:46
*** prateek_ has quit IRC06:46
*** jamesmcarthur has joined #openstack-infra06:47
*** eranrom has joined #openstack-infra06:47
*** markvoelker has quit IRC06:47
*** ijw has joined #openstack-infra06:47
*** salv-orlando has quit IRC06:48
*** AJaeger has joined #openstack-infra06:48
*** salv-orlando has joined #openstack-infra06:48
*** netsinn has quit IRC06:50
*** gibi_ is now known as gibi06:50
*** rcernin has joined #openstack-infra06:50
*** aeng has quit IRC06:50
*** jamesmcarthur has quit IRC06:52
*** ijw has quit IRC06:52
openstackgerritShu Muto proposed openstack-infra/project-config master: For zun-ui, add jobs for official project  https://review.openstack.org/47637506:53
*** jascott1 has joined #openstack-infra06:53
*** salv-orlando has quit IRC06:53
andreafmtreinish, fungi: question on firehose - I subscribe to one topic but I get push about what it looks like anything going through - am I doing something wrong? http://paste.openstack.org/show/613346/06:54
*** JudeC has joined #openstack-infra06:54
*** jbadiapa_ has joined #openstack-infra06:56
*** markvoelker has joined #openstack-infra06:59
*** netsin has joined #openstack-infra07:00
*** tesseract has joined #openstack-infra07:02
*** markvoelker has quit IRC07:04
*** pcaruana has joined #openstack-infra07:05
*** markvoelker has joined #openstack-infra07:08
openstackgerritXinliang Liu proposed openstack/diskimage-builder master: Fix mkfs use wrong label option for vfat  https://review.openstack.org/47638207:10
*** rory has joined #openstack-infra07:11
*** pahuang has quit IRC07:12
*** markvoelker has quit IRC07:13
*** ralonsoh has joined #openstack-infra07:13
*** tmorin has joined #openstack-infra07:16
*** gildub has quit IRC07:20
*** markvoelker has joined #openstack-infra07:21
*** rory has left #openstack-infra07:22
*** jpich has joined #openstack-infra07:22
*** ccamacho has joined #openstack-infra07:28
*** markvoelker has quit IRC07:29
*** waynr has joined #openstack-infra07:29
*** eranrom has quit IRC07:30
openstackgerritAndrea Frittoli proposed openstack-infra/elastic-recheck master: Add ER query for bug #1646002  https://review.openstack.org/47638807:34
openstackbug 1646002 in tempest "periodic-tempest-dsvm-neutron-full-ssh-master fails on the gate - libguestfs installed but not usable (/usr/bin/supermin exited with error status 1." [High,Fix released] https://launchpad.net/bugs/1646002 - Assigned to Andrea Frittoli (andrea-frittoli)07:34
*** dtantsur|afk is now known as dtantsur07:35
*** liusheng has quit IRC07:36
*** liusheng has joined #openstack-infra07:37
*** gildub has joined #openstack-infra07:37
*** apetrich has quit IRC07:39
*** amoralej|off is now known as amoralej07:40
*** esberglu has joined #openstack-infra07:41
*** jpena|off is now known as jpena07:42
*** eranrom has joined #openstack-infra07:43
*** prateek__ is now known as prateek07:45
*** esberglu has quit IRC07:45
*** stakeda has joined #openstack-infra07:47
*** priteau has joined #openstack-infra07:51
*** bnemec has quit IRC07:52
openstackgerritYuval Brik proposed openstack-infra/project-config master: Karbor: add translate option to karbor projects  https://review.openstack.org/47639507:56
pabelangerclarkb: the 3rd vhost is becaue we modify http headers for caching, we only want to do that for docker hub right now07:57
pabelangerand was the only way I would set it up just for docker hub and rdo07:58
*** mriedem has quit IRC07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** yamamoto has quit IRC08:03
*** hashar has joined #openstack-infra08:06
*** bnemec has joined #openstack-infra08:08
openstackgerritMerged openstack-infra/irc-meetings master: Karbor: turn irc meetings into biweekly  https://review.openstack.org/47570908:08
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Add a test to verify push reports only set status  https://review.openstack.org/47640008:09
*** yuanying_ has joined #openstack-infra08:09
*** yuanying has quit IRC08:13
*** mhickey has joined #openstack-infra08:15
*** sflanigan has quit IRC08:16
*** markvoelker has joined #openstack-infra08:17
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Allow secrets for check pipeline  https://review.openstack.org/47640308:17
*** benj_ has quit IRC08:18
*** e0ne has joined #openstack-infra08:20
*** benj_ has joined #openstack-infra08:20
*** electrofelix has joined #openstack-infra08:21
*** markvoelker has quit IRC08:22
*** cschwede has joined #openstack-infra08:23
*** benj_ has quit IRC08:25
*** zhurong has joined #openstack-infra08:27
pabelangerOpenStackCloudException: Error in creating instance (Inner Exception: Quota exceeded for cores, instances: Requested 8, 1, but already used 400, 50 of 400, 50 cores, instances (HTTP 403) (Request-ID: req-04c56921-8d0a-404f-8321-0b33c35e133e))08:30
pabelangerseeing that in sto2 atm08:30
*** benj_ has joined #openstack-infra08:33
*** lucas-afk is now known as lucasagomes08:33
*** yamahata_ has quit IRC08:34
*** sree has quit IRC08:34
*** markvoelker has joined #openstack-infra08:36
*** ijw has joined #openstack-infra08:36
*** iyamahat has quit IRC08:37
*** mpaolino has joined #openstack-infra08:37
*** ijw has quit IRC08:37
*** jascott1 has quit IRC08:37
*** sree has joined #openstack-infra08:38
*** derekh has joined #openstack-infra08:38
*** jascott1 has joined #openstack-infra08:38
dnikishovhello, can I get some reviews please @ https://review.openstack.org/#/c/475323/ ?08:38
*** ijw has joined #openstack-infra08:38
*** dmk0202 has joined #openstack-infra08:40
*** tosky has joined #openstack-infra08:40
dnikishovSergeyLukjanov: ^08:40
*** ijw has quit IRC08:42
*** markvoelker has quit IRC08:42
*** jascott1 has quit IRC08:42
*** aarefiev_afk is now known as aarefiev08:43
openstackgerritMerged openstack-infra/project-config master: jenkins: scripts: propose_update: Turn on OSA updates on all repositories  https://review.openstack.org/47573408:47
*** jamesmcarthur has joined #openstack-infra08:47
*** kzaitsev_mb has joined #openstack-infra08:48
openstackgerritMerged openstack-infra/project-config master: Move rally-py35 to experimental neutron  https://review.openstack.org/47572508:48
openstackgerritMerged openstack-infra/project-config master: Remove stackviz from tools/build-image.sh  https://review.openstack.org/47616008:50
openstackgerritDong Ma proposed openstack-infra/jenkins-job-builder master: Implement a publisher for HockeyApp  https://review.openstack.org/37117808:51
*** jamesmcarthur has quit IRC08:52
openstackgerritMerged openstack-infra/project-config master: networking-midonet: Move centos jobs out of experimental  https://review.openstack.org/47619608:53
*** apuimedo is now known as apuimedo|away08:55
openstackgerritMerged openstack-infra/project-config master: networking-midonet: Remove mitaka jobs  https://review.openstack.org/47620508:55
*** dingyichen has quit IRC08:57
*** markvoelker has joined #openstack-infra09:00
*** hashar has quit IRC09:01
*** yamamoto has joined #openstack-infra09:04
*** hashar has joined #openstack-infra09:04
*** salv-orlando has joined #openstack-infra09:04
*** markvoelker has quit IRC09:05
*** eranrom has quit IRC09:08
*** yamamoto has quit IRC09:09
*** yamamoto has joined #openstack-infra09:09
*** hashar_ has joined #openstack-infra09:09
*** arif-ali has quit IRC09:09
*** hashar has quit IRC09:09
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: DONT REVIEW: prepare subunit fail  https://review.openstack.org/47642709:10
*** efoley has joined #openstack-infra09:13
*** salv-orlando has quit IRC09:13
*** zhurong has quit IRC09:16
openstackgerritJames Page proposed openstack-infra/project-config master: Add dsvm-lxd-ovs check to nova-lxd gate  https://review.openstack.org/47643209:19
*** bhavik1 has joined #openstack-infra09:23
*** eranrom has joined #openstack-infra09:24
*** dtantsur is now known as dtantsur|bbl09:25
*** JudeC has quit IRC09:25
*** eranrom has quit IRC09:26
*** apetrich has joined #openstack-infra09:29
*** yamamoto has quit IRC09:30
*** apuimedo|away is now known as apuimedo09:35
*** yamamoto has joined #openstack-infra09:36
openstackgerritColleen Murphy proposed openstack-infra/devstack-gate master: Add horizon to projects if testing django_os_auth  https://review.openstack.org/47644009:36
openstackgerritJohannes Kulik proposed openstack-infra/project-config master: Let unbound find rc.local on Debian stretch in DIB  https://review.openstack.org/47644209:39
*** hashar_ has quit IRC09:40
*** dmk0202 has quit IRC09:40
*** sdague has joined #openstack-infra09:44
*** yamamoto has quit IRC09:46
*** gildub has quit IRC09:49
*** liujiong has quit IRC09:59
*** bhavik1 has quit IRC10:00
*** spiffxp_ has quit IRC10:03
*** vipul has quit IRC10:04
*** rhallisey has joined #openstack-infra10:04
*** rhallisey has quit IRC10:04
*** salv-orlando has joined #openstack-infra10:05
*** rhallisey has joined #openstack-infra10:05
*** vipul has joined #openstack-infra10:05
*** spiffxp has joined #openstack-infra10:06
*** tumbarka has joined #openstack-infra10:12
*** salv-orl_ has joined #openstack-infra10:12
*** tushar has quit IRC10:12
*** wfoster has quit IRC10:13
*** stakeda has quit IRC10:13
*** wfoster has joined #openstack-infra10:13
*** salv-orlando has quit IRC10:15
*** flepied has joined #openstack-infra10:16
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574710:17
*** rook has quit IRC10:18
*** wfoster has quit IRC10:18
*** hrubi has quit IRC10:20
*** yamamoto has joined #openstack-infra10:21
*** wfoster has joined #openstack-infra10:23
*** esberglu has joined #openstack-infra10:23
*** cshastri has quit IRC10:25
*** s-shiono_ has quit IRC10:27
*** rook has joined #openstack-infra10:27
*** esberglu has quit IRC10:27
*** rook is now known as Guest25010:28
arxcruzmtreinish: around ?10:28
*** yamamoto has quit IRC10:28
*** gildub has joined #openstack-infra10:30
openstackgerritAkihiro Motoki proposed openstack-infra/nose-html-output master: Python 3 support  https://review.openstack.org/47645610:30
*** zhurong has joined #openstack-infra10:31
*** dtantsur|bbl is now known as dtantsur10:34
*** yamamoto has joined #openstack-infra10:34
*** wolverineav has joined #openstack-infra10:35
*** hrubi has joined #openstack-infra10:36
*** gildub has quit IRC10:36
*** markvoelker has joined #openstack-infra10:36
*** yamamoto has quit IRC10:39
*** yamamoto has joined #openstack-infra10:40
*** markvoelker has quit IRC10:41
*** eranrom has joined #openstack-infra10:43
*** gildub has joined #openstack-infra10:43
*** sflanigan has joined #openstack-infra10:43
*** sflanigan has joined #openstack-infra10:43
*** hrubi has quit IRC10:44
*** hrubi has joined #openstack-infra10:44
*** sree has quit IRC10:45
*** baoli has joined #openstack-infra10:46
*** kzaitsev_mb has quit IRC10:46
*** markvoelker has joined #openstack-infra10:47
*** gongysh has quit IRC10:47
*** jamesmcarthur has joined #openstack-infra10:48
*** flepied has quit IRC10:48
*** hrubi has quit IRC10:48
*** baoli has quit IRC10:51
*** jamesmcarthur has quit IRC10:52
*** shu-mutou is now known as shu-mutou-AWAY10:52
*** mat128 has joined #openstack-infra10:53
*** kzaitsev_mb has joined #openstack-infra10:55
*** markvoelker has quit IRC10:55
*** sambetts|afk has quit IRC10:56
*** katkapilatova has joined #openstack-infra10:57
*** sambetts_ has joined #openstack-infra11:02
*** hrubi has joined #openstack-infra11:03
*** jkilpatr has joined #openstack-infra11:05
*** lucasagomes is now known as lucas-hungry11:10
*** flepied has joined #openstack-infra11:11
*** yamamoto has quit IRC11:11
*** hashar has joined #openstack-infra11:17
*** kzaitsev_mb has quit IRC11:19
*** ijw has joined #openstack-infra11:20
*** hrubi has quit IRC11:23
*** kzaitsev_mb has joined #openstack-infra11:24
*** ijw has quit IRC11:25
*** hrubi has joined #openstack-infra11:25
*** salv-orl_ has quit IRC11:26
*** salv-orlando has joined #openstack-infra11:27
openstackgerritPratik Shah proposed openstack-infra/project-config master: Added changes to run unit tests for Omni project using Zuul  https://review.openstack.org/47530011:28
*** kzaitsev_mb has quit IRC11:32
*** yamamoto has joined #openstack-infra11:33
*** arif-ali has joined #openstack-infra11:34
amotokiAJaeger: ping11:38
*** dizquierdo has joined #openstack-infra11:38
*** yamamoto has quit IRC11:39
*** jascott1 has joined #openstack-infra11:40
*** hrubi has quit IRC11:43
*** jascott1 has quit IRC11:44
*** hrubi has joined #openstack-infra11:45
*** hashar has quit IRC11:46
*** hashar has joined #openstack-infra11:46
*** jamesmcarthur has joined #openstack-infra11:47
*** amoralej is now known as amoralej|lunch11:47
*** pradk has joined #openstack-infra11:49
*** rwsu has joined #openstack-infra11:50
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Set jobs subunit file as fail until it's overwritten  https://review.openstack.org/47642711:51
*** jamesmcarthur has quit IRC11:51
*** hashar has quit IRC11:53
*** hrubi has quit IRC11:54
*** Hudu has joined #openstack-infra11:55
*** hrubi has joined #openstack-infra11:57
*** ldnunes has joined #openstack-infra11:58
openstackgerritMerged openstack/diskimage-builder master: On suse the python2 dev package is python-devel  https://review.openstack.org/47505112:01
*** zhurong has quit IRC12:01
*** ramishra has quit IRC12:03
*** sflanigan has quit IRC12:03
*** hashar has joined #openstack-infra12:03
*** aarefiev has quit IRC12:04
*** ramishra has joined #openstack-infra12:05
*** tuanluong has quit IRC12:06
*** salv-orlando has quit IRC12:06
*** namnh_ has quit IRC12:07
*** salv-orlando has joined #openstack-infra12:07
*** aarefiev has joined #openstack-infra12:10
*** salv-orlando has quit IRC12:12
*** dprince has joined #openstack-infra12:12
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574712:13
*** trown|outtypewww is now known as trown12:13
fungiandreaf: are you trying with the mosquitto_sub cli or one of the mqtt libs directly? mostly curious to see your topic pattern and how you're passing it in since a misplaced # wildcard could certainly cause what you describe12:16
*** zhurong has joined #openstack-infra12:16
*** lucas-hungry is now known as lucasagomes12:16
openstackgerritSean Dague proposed openstack-infra/project-config master: update descriptions of some projects I maintain  https://review.openstack.org/47648812:17
sdaguefungi: I'm not sure if you've caught up on the ML yet, but I would volunteer to go and do some topic updates on projects manually, given that it doesn't seem to be in the api12:18
sdaguebut I would need access privs to do so12:18
*** zhurong has quit IRC12:18
*** hashar has quit IRC12:18
*** hashar has joined #openstack-infra12:18
*** yamamoto has joined #openstack-infra12:19
*** yamamoto has quit IRC12:19
*** cuongnv has quit IRC12:20
*** gcb has joined #openstack-infra12:20
openstackgerritAndy McCrae proposed openstack-infra/project-config master: Fix zuul-clone command for keystone OSA upgrade job  https://review.openstack.org/47616812:22
fungisdague: yeah, i scrubbed the api docs. looks like in the v3 api there is an experimental developer preview feature for repository topics but i can't tell if it can also set them or just list them. the v4 graphql api also seems to have some support for repository topics but would need testing12:24
apuimedodims: lifeless: dhellmann: flaper87: could you take a look at https://review.openstack.org/#/c/476489/ . We need this change in Kuryr CNI12:24
sdaguefungi: it's get only12:24
fungisdague: bigger issue i think is pinning. looks like there's no pinning support in the v3 rest api at all, and the v4 graphql api only seems to have support for user-pinned lists not organization-pinned12:24
sdaguefungi: right, so pinning I'm less concerned on12:25
sdaguebecause we're talking about 6 repos12:25
fungithough it looks like they're relatively responsive to developer requests for new graphql api objects/methods12:25
sdagueI can just do that in 120s12:25
*** rfolco has joined #openstack-infra12:25
*** Hudu has quit IRC12:25
fungionly 6? i figured the request was going to be pinning all the api services or something12:25
fungibut yeah, i guess that's not so tough to maintain manually, which is more or less where i was going with the whole thing too12:26
sdagueI assumed we'd mirror the popular projects from https://www.openstack.org/software/12:26
*** chlong has quit IRC12:26
sdagueat least as a starting point12:26
*** gongysh has joined #openstack-infra12:27
fungiand thanks for volunteering, i'll still need to bring it up with the rest of the infra team but i expect that's the best compromise we're going to come up with is to have someone from the community or on the foundation marketing team added as an org admin to take care of pins and topics12:27
sdaguefungi: yep no problem. I think it will make a difference, so happy to put in the time to do some manual bits here12:28
fungibasically treat the openstack org on github the same way we treat twitter or ohloh (i.e. not an infra team problem)12:28
sdaguefungi: sure12:28
fungigithub is social media, so i think we can start thinking about it the same way we do other socual media12:29
fungis/socual/social/12:29
sdague:)12:29
*** jpena is now known as jpena|lunch12:29
fungiand now the hvac contractor is here, so i gotta disappear12:29
sdagueenjoy12:30
*** rlandy has joined #openstack-infra12:32
dimsapuimedo : added ttx to that review. looks legit to me :)12:33
*** eharney has quit IRC12:33
*** pgadiya has quit IRC12:34
*** flepied has quit IRC12:36
*** yamamoto has joined #openstack-infra12:36
*** sree has joined #openstack-infra12:37
*** gordc has joined #openstack-infra12:39
*** hrubi has quit IRC12:41
*** dave-mccowan has joined #openstack-infra12:43
*** gomarivera_ has joined #openstack-infra12:45
*** mat128 has quit IRC12:45
*** gomarivera has quit IRC12:46
*** ramishra has quit IRC12:46
*** mat128 has joined #openstack-infra12:47
*** ramishra has joined #openstack-infra12:48
ttxdims apuimedo: +2A12:50
*** ericyoung has joined #openstack-infra12:50
*** yamamoto has quit IRC12:51
openstackgerritSean Dague proposed openstack-infra/project-config master: update descriptions of some projects I maintain  https://review.openstack.org/47648812:52
*** hrubi has joined #openstack-infra12:52
flaper87apuimedo: ttx dims I +'2d and dropped a question but ttx beat me and +2A12:52
ttxflaper87: ah oops12:52
dnikishovhello, can I get some reviews please @ https://review.openstack.org/#/c/475323/ ?12:52
flaper87ttx: np, race review but not a blocker, I think12:53
*** bobh has joined #openstack-infra12:53
ttxyeah, we can always be more liberal in what we accept12:53
*** gomarivera_ has quit IRC12:55
*** gildub has quit IRC12:56
*** hwoarang has quit IRC12:56
*** danpawlik_ is now known as danpawlik12:56
*** hwoarang has joined #openstack-infra12:56
*** efoley has quit IRC12:57
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: enable voting on tripleo-containers jobs  https://review.openstack.org/47253612:58
*** bh526r has joined #openstack-infra12:58
*** annegentle has joined #openstack-infra13:00
*** hwoarang_ has joined #openstack-infra13:02
ttxapuimedo: I blocked the merge since dhellmann has a good question, which the bug comments only answer partially13:02
*** pradk has quit IRC13:02
apuimedottx: thanks. I'll look at it after my current meeting13:02
*** dizquierdo has quit IRC13:03
*** jamesdenton has joined #openstack-infra13:04
*** hwoarang has quit IRC13:04
*** esberglu has joined #openstack-infra13:05
apuimedodhellmann: ttx: I put it where it is for consistency with the helper_command configuration13:05
*** Guest250 is now known as rook13:06
apuimedowhich also seems something that is not so much for the deployer as it is application dependant13:06
apuimedobut I may be wrong on that13:07
*** sflanigan has joined #openstack-infra13:07
*** LindaWang has quit IRC13:08
ttxapuimedo: let's move to -dev, as this is a bit off-topic here13:09
*** esberglu has quit IRC13:09
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: tripleo/containers: run jobs when touching docker services  https://review.openstack.org/47651013:10
apuimedottx: ok, sorry13:10
*** bobh has quit IRC13:12
*** yamamoto has joined #openstack-infra13:15
*** pfallenop has quit IRC13:16
*** baoli has joined #openstack-infra13:16
*** eharney has joined #openstack-infra13:18
*** pfallenop has joined #openstack-infra13:18
*** pfallenop has joined #openstack-infra13:18
*** markvoelker has joined #openstack-infra13:22
*** pradk has joined #openstack-infra13:22
*** hrubi has quit IRC13:23
*** esberglu has joined #openstack-infra13:24
*** xyang1 has joined #openstack-infra13:26
*** hrubi has joined #openstack-infra13:27
*** mdrabe has joined #openstack-infra13:28
*** LindaWang has joined #openstack-infra13:29
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create openstack-infra/post playbook  https://review.openstack.org/47651613:30
*** liujiong has joined #openstack-infra13:31
pabelangerodyssey4me: ^ was why I was asking about add_host13:31
*** Goneri has joined #openstack-infra13:32
*** jpena|lunch is now known as jpena13:32
*** zz_dimtruck is now known as dimtruck13:34
*** gouthamr has joined #openstack-infra13:35
*** amoralej|lunch is now known as amoralej13:36
*** sree has quit IRC13:36
fungiinfra-root: (and rest of the channel for that matter) reminder that i'm not really here today through monday, though i'll try to check in occasionally in case anything ptl-urgent comes up13:37
*** chlong has joined #openstack-infra13:39
*** edmondsw_ has joined #openstack-infra13:40
*** edmondsw_ has quit IRC13:40
*** psachin has quit IRC13:42
dnikishovpabelanger: could you please take a look @ https://review.openstack.org/#/c/475323/? Thanks13:42
*** edmondsw has joined #openstack-infra13:42
*** mriedem has joined #openstack-infra13:42
openstackgerritSagi Shnaidman proposed openstack-infra/system-config master: Set up new logstash index files for TripleO  https://review.openstack.org/47652413:43
*** bobh has joined #openstack-infra13:45
*** gouthamr has quit IRC13:47
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create openstack-infra/post playbook  https://review.openstack.org/47651613:48
pabelangerjeblair: mordred: ^ an example we could do for log publisher. Ready to bikeshed13:48
*** gomarivera has joined #openstack-infra13:49
*** dnikishov1 has joined #openstack-infra13:51
*** gouthamr has joined #openstack-infra13:52
*** markvoelker has quit IRC13:53
*** jokke__ is now known as jokke_13:55
*** jcoufal has joined #openstack-infra13:58
*** felipemonteiro has joined #openstack-infra14:00
*** jbadiapa_ has quit IRC14:01
*** marst has joined #openstack-infra14:01
*** jamesdenton has quit IRC14:02
*** felipemonteiro_ has joined #openstack-infra14:02
*** dizquierdo has joined #openstack-infra14:02
*** rhallisey has quit IRC14:04
*** dnikishov1 has quit IRC14:04
*** rhallisey has joined #openstack-infra14:05
*** felipemonteiro has quit IRC14:06
*** askb has quit IRC14:06
*** spzala has joined #openstack-infra14:12
lbragstadandymccr: thanks for cleaning up https://review.openstack.org/#/c/476168/214:14
andymccrlbragstad: no problem! Hopefully that'll work!14:15
*** mdrabe has quit IRC14:15
lbragstadandymccr: i'll rebase my test patch sometime today if that merges14:15
andymccrlbragstad: sounds good14:15
pabelangerjlk: https://review.openstack.org/476516 do you mind reviewing, since we are talking about it14:16
*** jbadiapa_ has joined #openstack-infra14:16
*** mdrabe has joined #openstack-infra14:17
*** liujiong has quit IRC14:18
*** jbadiapa_ has quit IRC14:18
*** jbadiapa_ has joined #openstack-infra14:18
*** rbrndt has joined #openstack-infra14:20
*** jamesdenton has joined #openstack-infra14:20
*** dhajare has quit IRC14:20
*** jamesdenton has quit IRC14:22
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create openstack-infra/post playbook  https://review.openstack.org/47651614:23
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Create openstack-infra/post playbook  https://review.openstack.org/47651614:26
*** hongbin has joined #openstack-infra14:26
*** ykarel_ has quit IRC14:32
openstackgerritAntoine Musso proposed openstack-infra/jenkins-job-builder master: Complete support of Yaml Axis Plugin  https://review.openstack.org/28669014:36
*** salv-orlando has joined #openstack-infra14:36
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Update builders_from to make use of convert_mapping_to_xml()  https://review.openstack.org/47514214:37
*** dprince has quit IRC14:43
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Update artifact_resolver to make use of convert_mapping_to_xml()  https://review.openstack.org/47399414:43
*** sbezverk has quit IRC14:44
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Update Ant Plugin to make use of convert_mapping_to_xml()  https://review.openstack.org/47363214:45
*** hrubi has quit IRC14:45
*** jpena is now known as jpena|brb14:45
*** links has quit IRC14:45
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Update trigger_remote to make use of convert_mapping_to_xml  https://review.openstack.org/47396514:47
*** katkapilatova has left #openstack-infra14:47
openstackgerritDong Ma proposed openstack-infra/jenkins-job-builder master: Update plot plugin  https://review.openstack.org/47654014:48
*** hrubi has joined #openstack-infra14:48
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Update shell and python plugins to make use of convert_mapping_to_xml  https://review.openstack.org/47305114:48
*** dhajare has joined #openstack-infra14:49
zxiirozaro: electrofelix: waynr: hey guys. I'd like to consider putting Dong Ma up again for core-reviewer I think he's done a significant amount of patches as well as code reviews since the last time we considered him. Thoughts? https://review.openstack.org/#/q/owner:%22Dong+Ma%2214:55
*** markvoelker has joined #openstack-infra14:55
*** Swami has joined #openstack-infra14:55
*** LindaWang has quit IRC14:56
odyssey4meclarkb fungi we're still seeing dns failures for images.linuxcontainers.org regularly :/14:56
odyssey4meI'd like us to setup a reverse proxy for that site - how do I go about doing that?14:57
*** mdrabe has quit IRC14:59
*** LindaWang has joined #openstack-infra15:01
*** aarefiev is now known as aarefiev_afk15:02
*** jbadiapa_ has quit IRC15:02
openstackgerritCarlos Camacho proposed openstack-infra/tripleo-ci master: Enable the HA deployment by default  https://review.openstack.org/41517915:04
*** hwoarang_ is now known as hwoarang15:04
openstackgerritAntoine Musso proposed openstack-infra/jenkins-job-builder master: project matrix: rename variable/refactor  https://review.openstack.org/32297615:09
*** rcernin has quit IRC15:09
*** iyamahat has joined #openstack-infra15:10
*** yamahata has joined #openstack-infra15:10
*** pblaho has quit IRC15:10
*** yee379 has quit IRC15:10
*** yee379 has joined #openstack-infra15:10
AJaegeramotoki: I'm here now15:13
*** camunoz has joined #openstack-infra15:16
*** jamesmcarthur has joined #openstack-infra15:16
*** ltomasbo is now known as ltomasbo|away15:16
*** eharney_ has joined #openstack-infra15:17
*** marst_ has joined #openstack-infra15:17
*** jbadiapa_ has joined #openstack-infra15:17
*** eharney has quit IRC15:18
amotokiAJaeger: hi. I'd like to check you on translation job on non-official project.15:18
amotokiAJaeger: what i need to do is to drop both docs publishing including release notes and translation jobs, right?15:18
openstackgerritCarlos Camacho proposed openstack-infra/tripleo-ci master: Enable the HA deployment by default  https://review.openstack.org/41517915:19
AJaegeramotoki: yes15:19
AJaegeramotoki: I'll double check and if there's more, I'll comment once you update15:20
*** danpawlik is now known as danpawlik_15:20
*** marst has quit IRC15:20
amotokiAJaeger: thanks. I was not aware that translation job is not allowed. the strategy horizon plugin split out might need to be changed to keep translations for existing VPNaaS translations.15:20
AJaegeramotoki: the translations will stay in translation memory AFAIU15:22
AJaegerand didn't you want to get VPNaaS into Neutron official?15:22
amotokiAJaeger: it's only for translators. users cannot consume it.15:22
amotokiAJaeger: it is under the way to be back to the official.15:22
AJaegeramotoki: correct15:22
AJaegeramotoki: so, once it's official, set up translations again...15:23
amotokiAJaeger: yeah, that's true. just wondering how we can move this forward until then.15:25
amotokiAJaeger: some background: neutron and horizon teams agree that networking feature in the main neutron repo should go to horizon and other stadium networking features should be implemented as horizon plugins.15:26
*** mdrabe has joined #openstack-infra15:26
*** bauzas has quit IRC15:26
amotokithat's the background and we already block vpnaas patches in horizon. anyway I will check the approach. thanks.15:26
openstackgerritYolande Amate proposed openstack-infra/jenkins-job-builder master: Update shell and python plugins to use convert_mapping_to_xml  https://review.openstack.org/47305115:27
*** bauzas has joined #openstack-infra15:27
*** jbadiapa_ has quit IRC15:27
openstackgerritCarlos Camacho proposed openstack-infra/tripleo-ci master: Enable the HA deployment by default  https://review.openstack.org/41517915:29
*** eharney_ has quit IRC15:30
*** jamesdenton has joined #openstack-infra15:33
*** ccamacho has quit IRC15:33
*** wolverineav has quit IRC15:34
*** markus_z has quit IRC15:34
*** eharney has joined #openstack-infra15:34
*** Swami has quit IRC15:35
*** jamesdenton has quit IRC15:36
*** gardlt has joined #openstack-infra15:37
clarkbodyssey4me: can you point me to those failures? my rough logstash querying yesterday showed that switching to ipv6 only resolvers in osic seemed to correct things15:39
clarkbodyssey4me: the only fails I could find were for a name that had no A or AAAA record in the epel mirror list15:39
odyssey4meclarkb one example (see all the rechecks) https://review.openstack.org/#/c/474734/15:40
*** dtantsur is now known as dtantsur|afk15:40
odyssey4mehttp://logs.openstack.org/34/474734/3/check/gate-openstack-ansible-os_keystone-ansible-uw_apache-ubuntu-xenial/5df3797/console.html#_2017-06-22_07_20_33_44506115:40
clarkbodyssey4me: I want to make sure its not another case like the epel mirror that just doesn't have dns records15:41
odyssey4mehttp://logs.openstack.org/34/474734/3/check/gate-openstack-ansible-os_keystone-ansible-uw_nginx-ubuntu-xenial/f3609ae/console.html#_2017-06-22_07_21_11_74587215:41
clarkband that name does resolve both A and AAAA via a CNAME15:41
odyssey4meit's also infracloud and internap, so it's cross provider15:42
*** pcaruana has quit IRC15:42
clarkbodyssey4me: is that lookup running in the base infra vm or in a container? wondering what resolver it will be using15:42
odyssey4methe container uses the host resolver15:42
*** hashar is now known as hasharAway15:43
odyssey4mebut that's happening on the host15:43
clarkbodyssey4me: (message:"Temporary failure in name resolution." OR message:"Temporary failure resolving" OR message:"wget: unable to resolve" OR  message:"Could not resolve host") AND NOT message:"Could not resolve host: fake" AND tags:"console"15:44
clarkbthat is my logstash query string. I'm looking at that to see if it gives any more insight15:44
clarkbas for setting up a reverse proxy it should be ~3 lines in  the existing vhost to get that now. Let me get a link15:45
clarkbodyssey4me: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/mirror.vhost.erb#n110 you should just need a section in the per site reverse caching proxy rules15:46
*** gyee has joined #openstack-infra15:46
*** ltomasbo|away is now known as ltomasbo15:47
odyssey4meclarkb odd, logstash.openstack.org isn't working for me15:47
odyssey4mejust a blank page15:47
clarkbodyssey4me: try a hard refresh15:48
odyssey4meoh, here it comes - just very slow15:48
clarkbthe distribution of failurse is definitely far more spread out than it used to be15:49
clarkband os ansible jobs light up trying to ersolve that images.linuxcontainers.org name across clouds and regions and across the world too15:50
clarkbfirst thing that comes to mind is maybe they broke their dns record? but I can resolve it locally now so hard to confirm that other than waiting so lets ignore it for a minute15:51
openstackgerritSanket Sudake proposed openstack-infra/project-config master: Added changes to run unit tests for Omni project using Zuul  https://review.openstack.org/47530015:52
odyssey4meclarkb are the hosts set to rotate/retry different servers?15:52
clarkbodyssey4me: yes, unbound is currently configured to use opendns and google dns. It will use ipv6 resolvers if on hosts with routable ipv6 (osic + rax) and ipv4 resolvers elsewhere15:53
clarkbodyssey4me: we were just using google dns but first thing we did when dns started getting sad was diversify to include opendns15:54
*** andreas_s has quit IRC15:54
*** dprince has joined #openstack-infra15:54
clarkbso that change has been in place for a few days now15:54
odyssey4mehmm, do you think that using a reverse proxy for this will help at all?15:55
*** rderose has joined #openstack-infra15:55
odyssey4meor would caching in AFS or in the image be better?15:55
clarkbodyssey4me: if the issue is general upstream reliability then possibly a little as you'll cache in the proxy problem is that proxy is still vulnerable to the upstream going away when cache is stale15:56
clarkbafs is nice bceause it allows us to control the content and publish it only when the aggregate is ready/whole/complete15:56
clarkbthe downside to afs is that it performs poorly over large distances so we are actually looking at possibly setting up our region local mirrors to reverse proxy cache to a central afs published mirror15:57
clarkbodyssey4me: reading your example job log that job does quite a few things that will require a dns lookup before the failure. git clones tox pip installs etc15:59
clarkbodyssey4me: and considering all of the dns failures in your jobs are for that one name I'm inclined to think there was a problem with the name itself (otherwise I would expect to see git.o.o or mirror.foo.bar.o.o lookup failurse too15:59
clarkbanother possiblitly is that some side effect of the job is breaking name resolution before then and then that specific step trips over it16:00
*** dnikishov2 has joined #openstack-infra16:00
*** jpena|brb is now known as jpena16:01
*** dizquierdo has quit IRC16:01
odyssey4meclarkb sure, except that this process worked just fine before the dns config change in infra16:01
odyssey4mewhat was the dns config before this switch?16:01
odyssey4meusing the cloud provider DNS perhaps?16:02
clarkbodyssey4me: we haven't used the dns in cloud provider for years because it doesn't work in rackspace (due to ip blacklists)16:03
clarkbodyssey4me: the only real change at this point was switching to ip version specific resolvers depending on whether or not ipv6 is routable in cloud16:03
odyssey4meodd16:03
clarkbodyssey4me: and that went in ~29 hours ago on the xenial images16:03
odyssey4mewe started hitting these issues a week ago, on friday IIRC16:04
*** dizquierdo has joined #openstack-infra16:04
*** HeOS has quit IRC16:04
clarkbodyssey4me: there have been general dns issues for a while now a little longer than that iirc16:04
*** gongysh has quit IRC16:05
*** Apoorva has joined #openstack-infra16:05
clarkbodyssey4me: the vast majority were in osic so we theorized the issue was with ipv4 NAT since we don't have public ipv4 addresses there. Which is what led us to switch to ip version specific resolvers16:05
clarkbodyssey4me: that seems to have corrected the osic specific problem. It no longer has a 35:5 fail rate over 6 hours compared to other regions16:05
clarkbthe distribution now is much less cloud specific16:06
clarkbalso when we had those problems the domain name being looked up wasn't fixed16:06
clarkbgit.o.o, zmXX.o.o, github.com, etc were all affected16:06
*** mdrabe has quit IRC16:07
*** mdrabe has joined #openstack-infra16:07
odyssey4mehmm, well for a test and to buy us some time I can push the IP's for this name into /etc/hosts for our tests16:07
*** yamamoto has quit IRC16:08
odyssey4memaybe something has gone wrong upstream, although we're not seeing these errors outside openstack-infra16:08
odyssey4meso it's weird16:08
*** jpich has quit IRC16:08
clarkbodyssey4me: if you do that and see the next lookup after that name fail then I think we likely have some setup conflict where dns is being trashed before that step. If everything magically works with that in place I think it is the upstream name16:08
clarkband yes I confirm the name resolves for me as well. However maybe that means they just fixed it?16:08
*** yamamoto has joined #openstack-infra16:10
odyssey4meit's been resolving for me consistently when I test16:10
odyssey4me(via dig)16:10
*** salv-orl_ has joined #openstack-infra16:12
clarkbodyssey4me: (message:"Temporary failure in name resolution." OR message:"Temporary failure resolving" OR message:"wget: unable to resolve" OR  message:"Could not resolve host") AND NOT message:"Could not resolve host: fake" AND NOT message:"images.linuxcontainers.org" AND NOT message:"us.images.linuxcontainers.org" AND NOT message:"uk.images.linuxcontainers.org" AND tags:"console"16:12
clarkbodyssey4me: using that query the results are all hits for names that don't resolve or are fake test names that shouldn't resolve16:12
clarkbexcept for the last two16:13
odyssey4mewhen querying images.linuxcontainers.org I get a CNAME to canonical.images.linuxcontainers.org which has two A records16:13
clarkber 3? so ya 2 or 3 dns failures total in 12 hours if we exclude known bad names and linuxcontainers.org16:13
clarkband those last three were long enough ago they could have run on the old trusty/centos images without dns ip version resolvers16:14
*** ramishra has quit IRC16:14
odyssey4mealright, lemme push in a hosts hack and see how that goes16:14
*** salv-orlando has quit IRC16:14
clarkbodyssey4me: you might also inject a dig (not sure if it will be installed though) right before the step that talks to linuxcontainers.org16:15
*** amotoki is now known as amotoki_away16:15
clarkbodyssey4me: so do a dig images.linuxcontainers.org ; edit /etc/hosts ; run code that uses images.linuxcontainers.org16:15
*** yamamoto has quit IRC16:15
clarkbthen you can see what the resolver is getting back at least16:15
*** e0ne has quit IRC16:15
openstackgerritAkihiro Motoki proposed openstack-infra/project-config master: Add various jobs for neutron-vpnaas-dashboard  https://review.openstack.org/47633216:16
*** jascott1 has joined #openstack-infra16:16
odyssey4meok, thanks clarkb16:21
*** mhickey has quit IRC16:21
*** cschwede has quit IRC16:24
openstackgerritMarkos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkinks: jobs: bifrost: Use the zuul-git-prep macro  https://review.openstack.org/47661716:24
*** makowals has quit IRC16:27
*** tmorin has quit IRC16:27
AJaegerodyssey4me: could you review https://review.openstack.org/475710 and https://review.openstack.org/475711 , please?16:28
clarkbodyssey4me: I'm going to jump on a handful of our test nodes and do some manual dns lookups for that domain too16:28
*** jascott1 has quit IRC16:28
*** ralonsoh has quit IRC16:29
*** jascott1 has joined #openstack-infra16:29
*** jascott1 has quit IRC16:29
*** jascott1 has joined #openstack-infra16:29
openstackgerritMarkos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkinks: jobs: bifrost: Fix order of builders  https://review.openstack.org/47661716:30
*** dprince has quit IRC16:31
clarkbodyssey4me: one thing I have noticed is that images.linuxcontainers.org is cname canonical.images.linuxcontainers.org this then has two A records like you said. Those two A records are for us.images.linuxcontainers.org and uk.images.linuxcontainers.org16:31
clarkbodyssey4me: some of your failures were to us and uk .images.linuxcontainers.org hwoever they are not in the resolution path for images.linuxcontainers.org currently16:31
clarkbodyssey4me: that seems to lend some weight to the idea that dns was updated16:31
odyssey4meLGTM AJaeger16:32
odyssey4meclarkb yeah, the curl shows a redirect16:32
odyssey4mefunny thing is that they resolve to the same IP's16:32
AJaegerthanks, odyssey4me - then I'm happy to +2 ;)16:33
AJaegerclarkb: here's an unbound change for Debian, could you review, please? https://review.openstack.org/47644216:35
*** LindaWang has quit IRC16:35
clarkbAJaeger: done16:39
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: update toci to use --environment and --nodes options in quickstart  https://review.openstack.org/47593016:39
clarkbAJaeger: we can probably get ianw to review later today too. ianw if you see this https://review.openstack.org/476442 is a thing you may have opinions about. Perhaps latest fedora makes it a non issue entirely?16:41
*** thorst has joined #openstack-infra16:44
*** gibi has quit IRC16:45
*** gibi has joined #openstack-infra16:45
MasterofJOKersfor getting stretch images, should the mirrors be updated to mirror it in addition to jessie? If yes, how does that work?16:46
clarkbMasterofJOKers: yes we should mirror stretch too if we are moving to stretch. We use reprepro to build our mirrors into an afs volume that is only published when the mirror is in a happy consistent state. I think you just need to add stretch to the release names in the existing reprepro config. Let me get you links16:47
clarkbMasterofJOKers: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/mirror_update.pp#n146 is the top level config which uses https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/reprepro/debuntu-updates and16:49
clarkbhttps://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/reprepro/distributions.debian.erb to configure reprepro. The key bit is adding stretch next to jessie on line 152 of that first link16:49
*** lucasagomes is now known as lucas-afk16:49
MasterofJOKersthanks, I'll read through this16:49
clarkbwe may also need to double check disk space on that volume first but not sure if afs lets read only uses do that, if not an admin can do it before merging)16:50
MasterofJOKerswe might also need to add a stretch release key16:53
clarkbMasterofJOKers: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/mirror_update.pp#n169 we have that key already16:56
clarkbMasterofJOKers: but easy enough to add a second16:56
*** thorst has quit IRC16:57
*** thorst has joined #openstack-infra16:57
*** jascott1 has quit IRC16:58
MasterofJOKersclarkb: yes, but it's the jessie key. probably better add the stretch key, too16:59
*** jascott1 has joined #openstack-infra16:59
*** iyamahat has quit IRC16:59
*** martinkopec has quit IRC17:00
*** yamahata has quit IRC17:00
*** hyakuhei has quit IRC17:00
*** hyakuhei has joined #openstack-infra17:00
*** hyakuhei has quit IRC17:00
*** hyakuhei has joined #openstack-infra17:00
*** thorst_ has joined #openstack-infra17:00
*** jascott1 has quit IRC17:01
*** thorst has quit IRC17:02
*** derekh has quit IRC17:05
*** hughhalf has quit IRC17:05
*** thorst_ has quit IRC17:05
*** ggillies_ has quit IRC17:05
*** hughhalf has joined #openstack-infra17:06
*** xarses has joined #openstack-infra17:06
*** trown is now known as trown|lunch17:06
*** ggillies has joined #openstack-infra17:07
*** bh526r has quit IRC17:07
*** mdrabe has quit IRC17:10
*** tosky has quit IRC17:13
oansonclarkb, AJaeger, other infra cores: Could someone please review https://review.openstack.org/#/c/475410/ ?17:17
*** jpena is now known as jpena|off17:17
*** jascott1 has joined #openstack-infra17:19
*** thorst has joined #openstack-infra17:20
*** jamesmcarthur has quit IRC17:21
*** ianychoi has quit IRC17:22
*** iyamahat has joined #openstack-infra17:24
AJaegeroanson, it helps if you tell us the repo this is. devstack is a QA repo, better ask on #openstack-qa17:24
*** thorst has quit IRC17:24
oansonAJaeger, sorry. Thought it was part of infra. Will ask in QA.17:25
oansonThanks17:25
*** jbadiapa_ has joined #openstack-infra17:26
*** mpaolino has quit IRC17:28
*** yamamoto has joined #openstack-infra17:30
*** sflanigan has quit IRC17:32
*** yland has joined #openstack-infra17:32
*** tosky has joined #openstack-infra17:33
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: convert cliff to use the unified doc build job  https://review.openstack.org/47664017:34
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: convert cliff to use the unified doc build job  https://review.openstack.org/47664017:35
*** yamamoto has quit IRC17:35
*** ijw has joined #openstack-infra17:37
*** electrofelix has quit IRC17:40
*** yamahata has joined #openstack-infra17:42
*** SumitNaiksatam has joined #openstack-infra17:43
*** ijw has quit IRC17:44
*** ijw has joined #openstack-infra17:45
*** ijw has quit IRC17:46
*** bmjen has quit IRC17:47
*** kzaitsev_mb has joined #openstack-infra17:47
clarkbAJaeger: there are more problems with the gerrit plugin builds. I am working on sorting that out. If you can hang around for a bit longer to review that it would be great (as I think it is only you and me and ianw later today)17:49
*** bmjen has joined #openstack-infra17:50
*** gardlt has quit IRC17:51
*** ykarel has joined #openstack-infra17:53
openstackgerritClark Boylan proposed openstack-infra/project-config master: Add java JDK to gerrit job deps  https://review.openstack.org/47664617:53
*** dimtruck is now known as zz_dimtruck17:53
*** gardlt has joined #openstack-infra17:53
clarkbAJaeger: fungi ianw ^ I think that should make ant happy in the gerrit plugin jobs17:54
*** ltomasbo is now known as ltomasbo|away17:55
*** ijw has joined #openstack-infra17:55
*** gardlt_ has joined #openstack-infra17:55
*** Apoorva_ has joined #openstack-infra17:57
*** bmjen has quit IRC17:57
*** gardlt has quit IRC17:58
*** ijw has quit IRC17:58
*** dprince has joined #openstack-infra17:59
*** tesseract has quit IRC17:59
*** gardlt has joined #openstack-infra18:00
*** gardlt_ has quit IRC18:00
*** Apoorva has quit IRC18:00
*** ijw has joined #openstack-infra18:00
*** bmjen has joined #openstack-infra18:00
*** camunoz has quit IRC18:02
*** cody-somerville has quit IRC18:02
*** ykarel has quit IRC18:02
*** cody-somerville has joined #openstack-infra18:02
*** cody-somerville has joined #openstack-infra18:02
*** baoli has quit IRC18:03
clarkbfungi: zaro looking at the patches we cherry picked onto 2.13.7 they are both related to the h2 accounts reviews db which we won't be using in 2.13.8 so I think we can skip those.18:03
clarkbI think that means we only need to worry about the chagnes at the tip of 2.13 branch not included in 2.13.818:04
*** baoli has joined #openstack-infra18:04
clarkbI don't want to push a bunch of code now before the ci stuff is happier though18:04
*** priteau has quit IRC18:04
*** ijw has quit IRC18:05
clarkbsdague: if you happen to be around would you mind reviewing https://review.openstack.org/476646 trying to keep the gerrit upgrade ball rolling18:06
*** bmjen has quit IRC18:07
*** JudeC has joined #openstack-infra18:07
*** ijw has joined #openstack-infra18:07
sdagueclarkb: sure, I guess my only preference would be to make that 4 calls just from reviewability and readability18:09
sdagueembedded \n is always annoying18:09
clarkbsdague: thats fair, I was keeping with the existing style18:09
clarkbsdague: I can respin and do one per line18:09
sdagueclarkb: yeh, either way, I think it will be less future error prone if it's one per line18:10
*** bmjen has joined #openstack-infra18:10
*** csomerville has joined #openstack-infra18:10
*** dhinesh has joined #openstack-infra18:11
openstackgerritClark Boylan proposed openstack-infra/project-config master: Add java JDK to gerrit job deps  https://review.openstack.org/47664618:11
clarkbsdague: ^ it is much easier to read18:11
sdague+218:12
clarkband like yesterday I am going to single core approve that (jobs aren't critical to current functioanlity and are broken anyways)18:13
*** dizquierdo has quit IRC18:13
*** gardlt has quit IRC18:13
*** cody-somerville has quit IRC18:13
*** camunoz has joined #openstack-infra18:14
*** ijw has quit IRC18:21
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: update toci to use --environment and --nodes options in quickstart  https://review.openstack.org/47593018:21
*** makowals has joined #openstack-infra18:22
*** thorst has joined #openstack-infra18:23
*** sshnaidm is now known as sshnaidm|off18:24
openstackgerritMerged openstack-infra/project-config master: Add java JDK to gerrit job deps  https://review.openstack.org/47664618:25
*** eharney has quit IRC18:25
*** Hunner has quit IRC18:27
*** mdrabe has joined #openstack-infra18:27
*** thorst has quit IRC18:27
*** ijw has joined #openstack-infra18:28
*** Hunner has joined #openstack-infra18:28
*** Hunner has quit IRC18:28
*** Hunner has joined #openstack-infra18:28
*** hrubi has quit IRC18:31
*** ijw has quit IRC18:32
*** gardlt has joined #openstack-infra18:33
*** thorst has joined #openstack-infra18:35
clarkbhttps://review.openstack.org/476655 and https://review.openstack.org/476656 pushed to finish up gerrit 2.13.8 branch setup18:36
*** hrubi has joined #openstack-infra18:37
*** gus has quit IRC18:38
*** salv-orl_ has quit IRC18:39
*** salv-orlando has joined #openstack-infra18:39
*** thorst has quit IRC18:40
*** gus has joined #openstack-infra18:40
*** jascott1 has quit IRC18:43
*** salv-orlando has quit IRC18:43
*** jamesmcarthur has joined #openstack-infra18:45
*** trown|lunch is now known as trown18:45
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: convert osc-lib to use the new unified doc job  https://review.openstack.org/47666018:49
*** thorst has joined #openstack-infra18:50
*** camunoz has quit IRC18:50
*** jascott1 has joined #openstack-infra18:51
*** nicolasbock has quit IRC18:54
*** thorst has quit IRC18:54
*** eharney has joined #openstack-infra18:57
*** yland has quit IRC18:57
*** yland has joined #openstack-infra18:58
*** yland is now known as Guest6878418:58
*** camunoz has joined #openstack-infra19:02
*** amoralej is now known as amoralej|off19:04
openstackgerritMerged openstack-infra/infra-specs master: PTG Bot  https://review.openstack.org/47358219:04
openstackgerritMerged openstack-infra/infra-specs master: New spec for translation_check_site (Ansible AIO)  https://review.openstack.org/44082519:04
*** e0ne has joined #openstack-infra19:06
*** bmjen has quit IRC19:11
*** bmjen has joined #openstack-infra19:12
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574719:15
*** Guest68784 has quit IRC19:20
*** danpawlik has joined #openstack-infra19:24
*** e0ne has quit IRC19:25
danpawlikHi. About gerrit configuration: Openstack have a hook that is triggering job (ref-updated) for zuul or?19:25
*** dprince has quit IRC19:25
*** dprince has joined #openstack-infra19:26
openstackgerritDoug Hellmann proposed openstack/os-client-config master: rearrange existing documentation to follow the new standard layout  https://review.openstack.org/47666719:26
danpawlikis there any example of the hook? And second think is that I try to make a bash hook and its not working properly. I added it into $DIR/git/test-project/hooks/ref-updated  with chmod 755 and as I see in logs19:26
openstackgerritDoug Hellmann proposed openstack/os-client-config master: turn on warning-is-error in documentation build  https://review.openstack.org/47666819:26
openstackgerritDoug Hellmann proposed openstack/os-client-config master: switch from oslosphinx to openstackdocstheme  https://review.openstack.org/47666919:26
danpawlikits not triggered19:26
*** florianf has quit IRC19:27
fungidanpawlik: zuul does not rely on gerrit hooks or plugins. it watches the gerrit event stream and does its own triggering internally: https://docs.openstack.org/infra/zuul/triggers.html#gerrit19:28
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: switch os-client-config to the new unified doc jobs  https://review.openstack.org/47667019:28
*** trown is now known as trown|brb19:28
danpawlikfungi: nie19:32
danpawlikfungi: thanks for reply19:32
danpawlikfungi: I try to make it using hook19:32
danpawlikbecause I don't want to use zuul19:32
openstackgerritCarlos Camacho proposed openstack-infra/tripleo-ci master: Enable the HA deployment by default  https://review.openstack.org/41517919:34
*** trown|brb is now known as trown19:35
*** makowals has quit IRC19:35
*** bswartz has quit IRC19:38
*** thorst has joined #openstack-infra19:40
*** mdrabe has quit IRC19:43
*** thorst has quit IRC19:44
*** rderose has quit IRC19:44
*** Hunner has quit IRC19:45
*** AndChat|479316 has joined #openstack-infra19:45
*** thorst has joined #openstack-infra19:46
*** prateek has quit IRC19:48
*** dnikishov2 has quit IRC19:49
*** thorst has quit IRC19:50
*** Hunner has joined #openstack-infra19:51
*** Hunner has quit IRC19:51
*** Hunner has joined #openstack-infra19:51
*** krtaylor has quit IRC19:52
*** jcoufal has quit IRC19:53
openstackgerritClark Boylan proposed openstack-infra/nodepool feature/zuulv3: Use private attribute lookup interanlly in builder.py  https://review.openstack.org/47667719:56
openstackgerritClark Boylan proposed openstack-infra/nodepool feature/zuulv3: Don't join image upload workers on stop()  https://review.openstack.org/47667819:56
*** rderose has joined #openstack-infra19:57
*** baoli has quit IRC19:58
*** HeOS has joined #openstack-infra19:58
*** baoli has joined #openstack-infra19:58
*** baoli has quit IRC19:58
*** baoli has joined #openstack-infra20:00
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci master: Test with bonded public interface  https://review.openstack.org/38556220:01
*** Apoorva_ has quit IRC20:02
*** sbezverk has joined #openstack-infra20:02
*** Apoorva has joined #openstack-infra20:02
openstackgerritJoshua Harlow proposed openstack-infra/nodepool master: Use threading.Event for quicker shutdowns  https://review.openstack.org/47668320:02
*** Swami has joined #openstack-infra20:03
*** AndChat|479316 has quit IRC20:04
*** AndChat|479316 has joined #openstack-infra20:04
openstackgerritJoshua Harlow proposed openstack-infra/nodepool master: Use threading.Event for quicker shutdowns  https://review.openstack.org/47668320:05
*** ram5391 has joined #openstack-infra20:05
openstackgerritMerged openstack-infra/project-config master: tripleo/containers: run jobs when touching docker services  https://review.openstack.org/47651020:06
*** salv-orlando has joined #openstack-infra20:06
*** dprince has quit IRC20:07
openstackgerritDoug Hellmann proposed openstack-dev/pbr master: rearrange existing documentation using the new standard layout  https://review.openstack.org/47668420:08
openstackgerritDoug Hellmann proposed openstack-dev/pbr master: turn on warning-as-error flag for doc build  https://review.openstack.org/47668520:08
openstackgerritDoug Hellmann proposed openstack-dev/pbr master: switch from oslosphinx to openstackdocstheme  https://review.openstack.org/47668620:08
openstackgerritEmilien Macchi proposed openstack-infra/project-config master: tripleo: move scenario003-multinode-oooq-container to gate  https://review.openstack.org/47668720:09
*** jrist has quit IRC20:09
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci master: Test with bonded public interface  https://review.openstack.org/38556220:10
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: convert pbr to the new unified documentation jobs  https://review.openstack.org/47668920:10
*** marst_ has quit IRC20:11
*** marst_ has joined #openstack-infra20:11
*** ram5391 has quit IRC20:12
dhellmannAJaeger : about the client lib doc build, why would we treat those differently from other libraries?20:13
*** dkehn has quit IRC20:14
*** yland has joined #openstack-infra20:14
*** rhallisey has quit IRC20:15
AJaegerdhellmann: not sure whether annegentle remembers - but server projects have always published after each build, and clients (those are uploaded to pypi) only at release20:15
dhellmannok. I don't think we were doing that consistently for the non client libraries20:15
dhellmannI'm not sure why we would want that20:15
AJaegerdhellmann: We do it for the majority of them.20:15
dhellmannso many special cases20:15
AJaegerdhellmann: yeah ;(20:16
annegentleAJaeger dhellmann I think continuous was the goal with many projects20:16
annegentlebut my memory is fuzzy20:16
AJaegerdhellmann: I'm fine to change that - but not silently ;)20:16
dhellmannhow about if we just start doing this the same way for all projects for now, and if we figure out why that's wrong I'll help fix it?20:16
dhellmannAJaeger : well, the commit message says it's changing the jobs, I'm not sure what more you want sadi?20:16
dhellmannsaid?20:16
AJaegerwhat about asking on the mailing list for objection instead?20:16
*** jrist has joined #openstack-infra20:17
dhellmannthis is all tied up to the doc-migration spec20:17
AJaegerdhellmann: nobody is aware that this changes the way we publish stuff.20:17
annegentledhellmann are you taking away something that's expected? (continuous publishing?)20:17
dhellmannannegentle : the opposite20:17
dhellmannthe new jobs publish for every merge for all repos20:17
AJaegerannegentle: he proposes to change the client projects to publish always - right now the publish only at release time20:18
dhellmannthe servers were doing that already, but the clients and some (most?) libs were not20:18
annegentledhellmann ok... I suppose since it's not a takeaway20:18
dhellmannI have a todo to figure out version-specific builds, too, but that will be transparent to the projects20:18
annegentleAJaeger ok20:18
*** eharney has quit IRC20:18
dhellmannI'll just add it to the unified template thing in zuul's layout file20:18
annegentledhellmann yeah we'll need version-specific too20:18
dhellmannit's on the list20:18
annegentledhellmann heh, yep!20:19
AJaegerdhellmann: I've seen a couple of questions where people wondered about this behaviour (why is my client repo not updating docs?), so I think we can change.20:19
annegentleAJaeger oh yeah, that's true20:19
AJaegerdhellmann: What about adding a sentence to the docs-migration spec? ;) Or sending an email to the list?20:19
dhellmannthe burden of all of this change just keeps getting bigger20:19
dhellmannAJaeger : If I need to do another draft of that spec I'm going to step away from this work. Seriously.20:20
dhellmannI could send an email, I guess20:20
*** jkilpatr has quit IRC20:20
AJaegerdhellmann: sorry, didn't want to make your life harder - I was just not expecting this change (and I'm not objecting to it, so will +1 your email ;).20:22
* AJaeger calls it a day now ...20:22
*** jamesmcarthur has quit IRC20:24
dhellmannAJaeger : np, sorry, I just keep finding more and more special cases and old decisions that have unintended complications20:24
*** rderose has quit IRC20:26
jristpossible stupid question20:27
jristis there a command line tool for lodgeit (paste.openstack.org)20:27
jristi.e. cat <file> | lodgeit20:27
dhellmannAJaeger : http://lists.openstack.org/pipermail/openstack-dev/2017-June/118817.html20:28
*** rwsu has quit IRC20:28
clarkbjrist: pastebinit should work20:29
inc0hey guys, I'm almost ready to make publisher jobs periodic, how do I go about pipelined periodic jobs?20:30
clarkbinc0: same as pipelined any other job. Just add it to the pipeline and do the staggering thing20:30
*** rfolco has quit IRC20:30
inc0can you show me example of periodic job pleasE?20:31
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: switch os-client-config to the new unified doc jobs  https://review.openstack.org/47667020:31
jristclarkb: nice20:31
clarkbinc0: you should find lots of examples if you grep for periodic20:33
inc0k thanks, could've figure it out myself:(20:34
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574720:34
*** dizquierdo has joined #openstack-infra20:35
*** krtaylor has joined #openstack-infra20:36
*** mdrabe has joined #openstack-infra20:38
*** jkilpatr has joined #openstack-infra20:40
*** zz_dimtruck is now known as dimtruck20:41
*** wolverineav has joined #openstack-infra20:41
*** mat128 has quit IRC20:42
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool master: Use threading.Event for quicker shutdowns  https://review.openstack.org/47668320:42
openstackgerritJan Hruban proposed openstack-infra/gearman-plugin master: Allow non-standard Jenkins job types to be cancelled  https://review.openstack.org/47669920:43
*** dizquierdo has quit IRC20:43
*** esberglu has quit IRC20:43
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool master: Use threading.Event for quicker shutdowns  https://review.openstack.org/47668320:45
*** baoli has quit IRC20:50
*** baoli has joined #openstack-infra20:51
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool feature/zuulv3: Use threading.Event for quicker shutdowns  https://review.openstack.org/47670520:52
*** camunoz has quit IRC20:54
*** jamesmcarthur has joined #openstack-infra20:55
*** prateek has joined #openstack-infra20:55
openstackgerritClark Boylan proposed openstack-infra/project-config master: Init submodules in gerrit build jobs  https://review.openstack.org/47670620:59
openstackgerritClark Boylan proposed openstack-infra/project-config master: Install nodejs for gerrit builds  https://review.openstack.org/47670720:59
clarkbsdague: AJaeger ^ if you are still around review on those would be nice. I think that should be everything to make gerrit build now20:59
*** jamesmcarthur has quit IRC20:59
*** dmellado has quit IRC21:00
*** annegentle has quit IRC21:01
*** Apoorva_ has joined #openstack-infra21:01
*** dmellado has joined #openstack-infra21:03
*** Apoorva has quit IRC21:03
*** thorst has joined #openstack-infra21:04
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool feature/zuulv3: Use Event for faster shutdown of launcher  https://review.openstack.org/47670921:07
*** Apoorva_ has quit IRC21:09
*** Apoorva has joined #openstack-infra21:10
*** edmondsw has quit IRC21:13
*** mdrabe has quit IRC21:13
*** prateek has quit IRC21:13
*** mdrabe has joined #openstack-infra21:13
*** ldnunes has quit IRC21:18
openstackgerritMerged openstack-infra/project-config master: Init submodules in gerrit build jobs  https://review.openstack.org/47670621:20
openstackgerritMerged openstack-infra/project-config master: Install nodejs for gerrit builds  https://review.openstack.org/47670721:21
*** trown is now known as trown|outtypewww21:21
*** bobh has quit IRC21:25
*** baoli has quit IRC21:28
*** esberglu has joined #openstack-infra21:30
*** jascott1 has quit IRC21:30
*** jascott1 has joined #openstack-infra21:30
*** Apoorva_ has joined #openstack-infra21:32
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci master: Test with bonded public interface  https://review.openstack.org/38556221:32
*** jascott1 has quit IRC21:35
*** esberglu has quit IRC21:35
*** Apoorva has quit IRC21:35
*** sbezverk has quit IRC21:39
*** armax has joined #openstack-infra21:41
*** thorst has quit IRC21:47
*** kzaitsev_mb has quit IRC21:47
*** dimtruck is now known as zz_dimtruck21:49
*** kzaitsev_mb has joined #openstack-infra21:49
*** dizquierdo has joined #openstack-infra21:50
*** dizquierdo has quit IRC21:51
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574721:52
openstackgerritMerged openstack-infra/tripleo-ci master: Collect workflow lists and execution lists in host_info  https://review.openstack.org/46506521:52
*** dizquierdo has joined #openstack-infra21:52
*** danpawlik has quit IRC21:53
*** hichihara has joined #openstack-infra21:55
*** gouthamr has quit IRC21:55
*** spzala has quit IRC21:55
*** xyang1 has quit IRC21:56
*** spzala has joined #openstack-infra21:56
*** spzala has quit IRC21:56
*** spzala has joined #openstack-infra21:56
*** chlong has quit IRC21:57
*** mdrabe has quit IRC22:00
*** iyamahat has quit IRC22:03
*** iyamahat has joined #openstack-infra22:03
*** armax_ has joined #openstack-infra22:05
*** armax has quit IRC22:05
*** armax_ is now known as armax22:05
*** kzaitsev_mb has quit IRC22:06
*** baoli has joined #openstack-infra22:06
*** wolverineav has quit IRC22:07
clarkbok those last two patches did it, gerrit builds are functional now22:07
clarkbtonight we should get plugins built too. I am going to be mostly out tomorrow but monday I think we can try upgrading review-dev again22:08
*** baoli has quit IRC22:10
*** salv-orl_ has joined #openstack-infra22:12
*** wolverineav has joined #openstack-infra22:13
*** jascott1 has joined #openstack-infra22:13
*** dave-mccowan has quit IRC22:15
*** salv-orlando has quit IRC22:15
*** gouthamr has joined #openstack-infra22:16
*** wolverineav has quit IRC22:17
*** jcoufal has joined #openstack-infra22:20
*** dalvarez has quit IRC22:21
*** ltomasbo|away has quit IRC22:22
*** xarses has quit IRC22:23
*** ltomasbo|away has joined #openstack-infra22:24
*** felipemonteiro_ has quit IRC22:26
*** rbrndt has quit IRC22:27
*** Apoorva_ has quit IRC22:28
*** Apoorva has joined #openstack-infra22:28
*** dalvarez has joined #openstack-infra22:28
*** weshay has quit IRC22:29
*** jpena|off has quit IRC22:32
*** marst_ has quit IRC22:32
*** ltomasbo|away has quit IRC22:32
*** marst_ has joined #openstack-infra22:32
*** iyamahat has quit IRC22:33
*** weshay has joined #openstack-infra22:33
*** iyamahat has joined #openstack-infra22:33
*** dmellado has quit IRC22:33
*** marst_ has quit IRC22:36
*** jpena|off has joined #openstack-infra22:37
*** dmellado has joined #openstack-infra22:37
*** amoralej|off has quit IRC22:37
*** ltomasbo|away has joined #openstack-infra22:37
*** dalvarez has quit IRC22:38
*** weshay has quit IRC22:39
*** adriant has quit IRC22:39
*** dmanchad has quit IRC22:39
*** adriant has joined #openstack-infra22:39
*** weshay has joined #openstack-infra22:42
*** dmanchad has joined #openstack-infra22:43
*** ltomasbo|away has quit IRC22:45
*** jcoufal has quit IRC22:46
*** hasharAway has quit IRC22:48
*** spzala has quit IRC22:49
*** xarses has joined #openstack-infra22:49
*** dmanchad has quit IRC22:50
*** dhajare has quit IRC22:50
*** jpena|off has quit IRC22:50
*** adisky__ has quit IRC22:50
*** wznoinsk has quit IRC22:51
*** weshay has quit IRC22:51
*** ltomasbo|away has joined #openstack-infra22:51
*** thorst has joined #openstack-infra22:52
*** dmanchad has joined #openstack-infra22:52
*** jpena|off has joined #openstack-infra22:52
*** weshay has joined #openstack-infra22:52
*** amoralej has joined #openstack-infra22:54
*** yland has quit IRC22:56
*** ltomasbo|away has quit IRC22:56
*** yland has joined #openstack-infra22:56
*** yland is now known as Guest732522:57
*** Guest7325 has quit IRC22:57
*** gordc has quit IRC22:57
*** dmanchad has quit IRC22:59
clarkbodyssey4me: http://logs.openstack.org/49/476649/2/gate/gate-openstack-ansible-os_neutron-ansible-func-centos-7/c094abe/console.html#_2017-06-22_22_34_56_640329 is really curious because the two agent containers worked fine but the two server containers did not despite doing the same thing, yum installing libffi-devel23:00
*** weshay has quit IRC23:00
*** gardlt has quit IRC23:02
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574723:02
*** weshay has joined #openstack-infra23:03
*** rlandy has quit IRC23:03
*** dmellado has quit IRC23:03
*** hichihara has quit IRC23:05
*** dmellado has joined #openstack-infra23:06
*** salv-orl_ has quit IRC23:08
*** Apoorva_ has joined #openstack-infra23:08
*** dmanchad has joined #openstack-infra23:08
*** thorst has quit IRC23:09
*** chlong has joined #openstack-infra23:10
*** Apoorva has quit IRC23:11
*** dmellado has quit IRC23:15
*** wznoinsk has joined #openstack-infra23:17
*** gomarivera has quit IRC23:18
*** gomarivera has joined #openstack-infra23:18
*** dmellado has joined #openstack-infra23:18
*** dmanchad has quit IRC23:19
*** gomarivera has quit IRC23:22
*** wznoinsk has quit IRC23:24
*** ltomasbo|away has joined #openstack-infra23:25
*** dalvarez has joined #openstack-infra23:26
*** wznoinsk has joined #openstack-infra23:28
*** dmanchad has joined #openstack-infra23:29
clarkbodyssey4me: I think I may have figured out your problem possiblty23:30
clarkbactually maybe not23:30
*** ijw has joined #openstack-infra23:30
*** mriedem has quit IRC23:31
*** dalvarez has quit IRC23:31
*** gongysh has joined #openstack-infra23:31
clarkbbut maybe :)23:31
*** dmellado has quit IRC23:31
*** ltomasbo|away has quit IRC23:32
clarkbodyssey4me: I think it is possible that there may be routing issues from unbound to dnsmaq to lxc container23:33
*** tosky has quit IRC23:33
*** amoralej has quit IRC23:33
*** gongysh has quit IRC23:33
clarkbI need to draw pictures because this ends up being fairly complicated23:34
*** dmanchad has quit IRC23:34
*** gongysh has joined #openstack-infra23:37
*** jpena|off has quit IRC23:37
*** dalvarez has joined #openstack-infra23:38
*** gongysh has quit IRC23:38
*** yland has joined #openstack-infra23:38
*** yland is now known as Guest7645923:38
*** wznoinsk has quit IRC23:40
*** wznoinsk has joined #openstack-infra23:40
*** dmanchad has joined #openstack-infra23:40
*** jpena|off has joined #openstack-infra23:41
*** xarses has quit IRC23:41
jlkso you're saying it's a network problem... :D23:43
clarkbodyssey4me: I have been able to roughly reproduce the problem on a held osic node. Now I'm trying to pin it down and routing is my guess23:43
clarkbjlk: well its a dnsmasq is silly problem :P23:43
jlkit's always DNS23:43
*** xarses has joined #openstack-infra23:44
*** dalvarez has quit IRC23:44
*** ltomasbo|away has joined #openstack-infra23:45
*** armax has quit IRC23:46
*** dizquierdo has quit IRC23:46
*** s-shiono has joined #openstack-infra23:47
*** wznoinsk has quit IRC23:48
clarkbwithin the container if I lookup anything just using python3 socket.gethostbyname (because I can't install dig because no dns) while tcpdumping in the host where the two dns servers are running I see no packets23:48
clarkbthis is why i think it is a routing problem, could be a firewall issue though23:48
clarkboh actually should've checked the simple thing first I guess. My container has nothing in its /etc/resolc.conf wtf23:49
*** jpena|off has quit IRC23:50
*** amoralej has joined #openstack-infra23:50
*** krtaylor has quit IRC23:50
jlkthat's..  odd23:51
*** jpena|off has joined #openstack-infra23:51
jlkI have no clue what lxc does to provide dns into the container.23:51
*** dmellado has joined #openstack-infra23:51
clarkbjlk: my understanding is that it sticks a dnsmasq on the lxcbr0 (which I see running on the host)23:52
clarkbjlk: but my container never dhcp'd? it has no networking23:52
clarkbso maybe its as simple as that. lxc + dnsmasq doesn't always result in your conatiner having dhcp23:52
*** dalvarez has joined #openstack-infra23:53
openstackgerritMerged openstack-infra/system-config master: Add Shrews to statusbot user whitelist  https://review.openstack.org/47578723:53
*** SumitNaiksatam has quit IRC23:53
*** Swami has quit IRC23:54
*** ltomasbo|away has quit IRC23:54
openstackgerritMerged openstack-infra/system-config master: Switch twine to upload.pypi.org  https://review.openstack.org/34928223:54
*** wznoinsk has joined #openstack-infra23:55
*** amoralej has quit IRC23:55
*** dmellado has quit IRC23:55
*** jpena|off has quit IRC23:55
*** jpena|off has joined #openstack-infra23:59

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