Wednesday, 2018-08-29

clarkbianw: any idea why this task shows changed http://paste.openstack.org/show/729010/ ?00:01
clarkbdoens't do that for the centos nodes fwiw00:01
ianwooohhh, that uses apt: with a url00:01
ianwi wonder if apt doesn't keep track of that00:01
clarkboh it may just set it each time rather than checking00:02
ianwoh that sucks00:02
mnaser(it shouldn't)00:02
clarkblooking at the logs I've realized I may need to clean up system-config on the new mirror as soon as the stop cloning system-config change merges00:03
clarkbI don't think this is urgent either just a small cleanup since it didn't fail on the sjc1 mirror like the other nodes00:04
clarkboverall though seems to be working00:04
ianwthe apt module page explicitly gives an example of using a deb: https://... line -- i had assumed it would be idempotent00:04
ianwi guess it can't really know.  unless we do something like cache the repo .deb file and then stat it or something ... urgh00:06
clarkbianw: can we check if the deb is installed already?00:07
openstackgerritMerged openstack-infra/project-config master: Start booting instances at vexxhost-sjc1  https://review.openstack.org/59683000:08
fungiapt expects you to configure entries for package repositories in your sources list (with optional pinning if you want to make sure you only allow specific packages from them). it provides its own caching and freshness checking00:08
ianwfungi: the apt.puppetlabs.com repo .debs are probably just a convenience? we could certainly move to manual repo installation (see: initial code was cargo-cult import of install_puppet.sh)00:10
clarkbwow is it already 00:10UTC? time flies when you are fixing puppet!00:10
mnaserhah00:12
clarkbI'm going to have to step out and parent for a bit now. But this is good progress. I think we are close to being able to launch arbitrary xenial nodes and have them be puppeted now (there are a few oustanding fixes to launch node that I wrote iirc)00:15
clarkbianw: thanks for the help on the puppet installation piece00:15
* mnaser waits for new vms to go up00:15
fungiand i've now received another 28 e-mails from/about the zk servers00:15
fungii wonder if it's going to do this every ansible pulse from now on00:16
*** ansmith has quit IRC00:16
clarkbfungi: yes, we may want to remove the become: yes entries from install-puppet00:16
*** dingyichen has joined #openstack-infra00:16
clarkbfungi: https://review.openstack.org/#/c/597308/2 removes one of them00:16
fungithanks!00:16
clarkb(I'm not in a great spot to push that change up right now)00:16
fungiand looks like it's already approved00:17
clarkbfungi: I htink there are others fwiw00:17
ianwfungi: sorry i've missed this discussion.  what's up with become: yes ?00:19
*** ansmith has joined #openstack-infra00:19
*** anteaya has joined #openstack-infra00:19
openstackgerritMerged openstack-infra/system-config master: Don't git clone system-config in puppet-install  https://review.openstack.org/59730800:20
fungiianw: the "new" zk servers are misconfigured and don't know their fqdns. when sudo runs on them it tries to resolve the hostnames they think they have, fails to be able to do that, and sends root a security warning by e-mail00:21
fungiunfortunately since they don't know their fqdns they also attempt to directly deliver those to the sysadmin forward addresses using a helo which isn't in dns00:22
fungiso then a lot of our sysadmins have addresses at mtas which reject e-mail from such misconfigured servers00:22
fungithe zk servers of course want root to know about these delivery failures, so they send an ndr00:23
ianwoh, and so the new puppet role exacerbates this because i've put in "become: yes" calls?00:24
fungiseems so. now instead of a few each night because of cron, we get a couple dozen or more every hour00:24
ianwi put them there because as also zuul roles (which may not implicitly be run as root as we do for playbooks/roles), i think they need them?00:24
fungii'm definitely not questioning the need for become: yes00:25
fungimore whether we should be keeping these zk servers up and running (seems like we're still not actually using them?)00:25
fungiand if we do decide we need to keep them up and running, i guess we can fix whatever the various hostname misconfigurations are on them00:26
*** jamesmcarthur has joined #openstack-infra00:27
*** longkb has joined #openstack-infra00:32
*** rlandy is now known as rlandy|bbl00:33
*** anteaya has quit IRC00:36
mnaserooo00:37
mnaseri see vms getting spun up00:37
*** rh-jelabarre has quit IRC00:38
*** gyee has quit IRC00:42
*** bobh has joined #openstack-infra00:43
*** mriedem has quit IRC00:44
mnaseronly 2 vms though00:45
mnaserinfra-root: anyone around to check things out in nodepool?00:45
ianwmnaser: one tick ...00:49
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733300:49
ianwhrm, seeing limestone failiures00:52
ianw2018-08-29 00:51:40,395 ERROR nodepool.NodeLauncher-0001617694: Launch failed for node centos-7-limestone-regionone-000161769400:52
ianwand {"forbidden": {"message": "Maximum number of ports exceeded", "code": 403} on packethost00:53
ianwsigh ... did i really want to look! :)00:53
ianwtonyb: what is that doing in the check pipeline?  i can't see it could get secrets to copy anything there?00:56
tonybianw: It's just triggered on any jobs that touch bindep.txt00:57
ianwmnaser: ok ... Predicted remaining provider quota: {'compute': {'cores': -4, 'instances': 7, 'ram': 26624}}00:57
tonybianw: If that isn't correct I don't mind removing that config00:57
mnaserdarn00:57
mnaserof course00:57
mnaserianw: one second00:57
mnaserianw: boom (a good boom hopefully)00:58
mnaserquota might be cached though00:59
mnaserBumped volume quota too00:59
ianwmnaser: ok, i'm just tailing a "grep -i sjc" on the launcher logs ... still currently getting those messages but as you say, might take a bit for shade to realise01:00
mnaserSo maybe a nodepool restart might be necessary01:00
mnaserLast time I think clarkb restated nodepool to get rid of the cache01:01
tonybianw: when you're not talking to mnaser ... it's being run because of: http://git.openstack.org/cgit/openstack/requirements/tree/.zuul.d/project.yaml#n10 which as I said in the rlease channel if that's wrong I'm happy to remove it01:02
*** jcoufal has quit IRC01:02
ianwtonyb: i'm guessing that's to indicate if the builds are working?  do we have a separate publish step?  we must i imagine?  or why is afs getting installed here?01:03
*** yamamoto has quit IRC01:03
*** yamamoto has joined #openstack-infra01:03
ianwmnaser: hrm, the launcher has been around for a few days, so not sure if he restarted that at least01:03
mnaserianw: oh I mean the quota thing, the last time it happened, it was restarted to get it to01:04
mnaserForget cache01:04
mnaserBut don’t take my word for it01:04
clarkbya shade aggressively caches things01:05
clarkbI cant remember if quota had that issie though definitely other things like flavor listings rhough01:05
ianwclarkb: yeah, any idea how long it takes to timeout?  nodepool-launcher has been running since aug07 on nl03 which is where i'm looking01:05
clarkbin the case of flavors never, it loaded them once and never reloads unless the provider is reconfigured01:08
ianwmnaser: ok, restarted launcher ... did it just send a bunch of jobs your way?01:10
fungiany infra-puppet-core up for approving https://review.openstack.org/596398 ? if so, i can keep an eye on the meetbot restart01:12
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733301:13
ianwfungi: lgtm ... if you want more irc things to review also see https://review.openstack.org/#/c/589001/01:13
*** fungi has quit IRC01:18
*** fungi has joined #openstack-infra01:18
*** calbers has quit IRC01:19
*** kambiz has quit IRC01:19
*** Shrews has quit IRC01:19
*** odyssey4me has quit IRC01:19
*** bgmccollum has quit IRC01:19
*** gary_perkins has quit IRC01:19
*** dosaboy has quit IRC01:19
*** dtruong has quit IRC01:19
*** beagles has quit IRC01:19
*** sdoran has quit IRC01:19
*** dtantsur|afk has quit IRC01:19
*** beagles has joined #openstack-infra01:19
*** odyssey4me has joined #openstack-infra01:20
ianwTASK [emit-job-header : Print job information] thank you whoever got this in!!!! ++01:20
*** kambiz has joined #openstack-infra01:21
*** calbers has joined #openstack-infra01:21
*** dtantsur has joined #openstack-infra01:22
*** bgmccollum has joined #openstack-infra01:22
*** Bhujay has joined #openstack-infra01:25
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733301:26
*** dpawlik has joined #openstack-infra01:29
*** auristor has quit IRC01:29
*** dpawlik has quit IRC01:33
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733301:36
openstackgerritMerged openstack-infra/puppet-meetbot master: Wait to join channels until identified by NickServ  https://review.openstack.org/59639801:36
*** bobh has quit IRC01:41
*** jamesmcarthur has quit IRC01:42
*** hongbin has joined #openstack-infra01:48
*** dkehn has quit IRC01:49
*** pas-ha has quit IRC01:49
*** eglute has quit IRC01:49
*** simondodsley_ has quit IRC01:49
*** ianw has quit IRC01:49
*** SergeyLukjanov has quit IRC01:49
*** andreykurilin has quit IRC01:49
*** zigo has quit IRC01:49
*** spsurya has quit IRC01:49
*** jamielennox has quit IRC01:49
*** geekinutah has quit IRC01:49
*** rm_work has quit IRC01:49
*** persia has quit IRC01:49
*** andreykurilin has joined #openstack-infra01:49
*** SergeyLukjanov has joined #openstack-infra01:51
*** ianw has joined #openstack-infra01:53
*** jamielennox has joined #openstack-infra01:53
*** rm_work has joined #openstack-infra01:55
*** persia has joined #openstack-infra01:55
*** eernst has quit IRC01:57
*** Shrews has joined #openstack-infra02:00
*** auristor has joined #openstack-infra02:00
*** lewo has quit IRC02:01
*** vtapia has joined #openstack-infra02:01
*** ianw has quit IRC02:03
*** ianw has joined #openstack-infra02:04
ianwhuh i guess i didn't have sasl setup right02:05
*** larainema has joined #openstack-infra02:11
fungiianw: fwiw, it seems like when they force evacuate servers the stampeding herd overloads their auth backend and i get sasl timeouts02:12
fungii need to see if weechat has an option to just keep reconnecting if sasl doesn't succeed02:13
*** rlandy|bbl is now known as rlandy02:13
*** psachin has joined #openstack-infra02:16
*** bobh has joined #openstack-infra02:16
*** jamesmcarthur has joined #openstack-infra02:17
*** hamzy has quit IRC02:17
*** hamzy has joined #openstack-infra02:18
*** eumel8 has quit IRC02:19
*** bgmccollum has quit IRC02:19
mnaserI’m out of my hotel. I’ll be back soon02:19
*** bgmccollum has joined #openstack-infra02:25
*** jamesmcarthur has quit IRC02:26
pabelangerianw: yah, we managed to land nodepool info in emit-job-header today02:26
*** openstack has joined #openstack-infra02:51
*** zzzeek has joined #openstack-infra02:52
*** ChanServ sets mode: +o openstack02:52
*** dtroyer has joined #openstack-infra02:57
*** jhesketh has joined #openstack-infra02:57
*** jamesmcarthur has joined #openstack-infra02:59
*** openstackstatus has joined #openstack-infra03:00
*** ChanServ sets mode: +v openstackstatus03:00
*** lastmikoi has joined #openstack-infra03:02
fungi#status log updated chat.freenode.net entry in eavesdrop.o.o's /etc/hosts file from no-longer-active 82.96.96.11 to 38.229.70.22 (card.freenode.net) and restarted the openstack-meetbot and statusbot services03:05
openstackstatusfungi: finished logging03:05
*** bobh has quit IRC03:06
fungi#status log the openstack meetbot is now delaying channel joins until nickserv confirms identification; all channels should once again be logged03:06
openstackstatusfungi: finished logging03:06
*** graphene has quit IRC03:08
*** psachin has quit IRC03:13
*** psachin has joined #openstack-infra03:13
*** bobh has joined #openstack-infra03:17
*** diablo_rojo has quit IRC03:21
*** bobh has quit IRC03:24
*** rlandy has quit IRC03:30
*** ramishra has joined #openstack-infra03:37
*** jamesmcarthur has quit IRC03:49
*** hongbin has quit IRC03:51
*** jamesmcarthur has joined #openstack-infra03:52
*** spsurya has joined #openstack-infra03:52
*** nicolasbock has quit IRC03:58
*** udesale has joined #openstack-infra03:59
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733304:04
AJaegerconfig-core, https://review.openstack.org/588842 and https://review.openstack.org/#/c/592970 are two python3-first changes to remove jobs from project-config, please review04:11
AJaegerconfig-core, and two small job removal changes from openstack-zuul-jobs, please add to your review queue: https://review.openstack.org/#/c/596984/ and https://review.openstack.org/#/c/597169/04:12
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733304:13
*** jamesmcarthur has quit IRC04:15
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add job page  https://review.openstack.org/59704804:20
*** jamesmcarthur has joined #openstack-infra04:21
*** jamesmcarthur has quit IRC04:26
*** jamesmcarthur has joined #openstack-infra04:28
*** dpawlik has joined #openstack-infra04:29
*** jamesmcarthur has quit IRC04:33
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add job page  https://review.openstack.org/59704804:35
*** jamesmcarthur has joined #openstack-infra04:36
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733304:37
*** jamesmcarthur has quit IRC04:40
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement - step 1  https://review.openstack.org/59737004:43
mnaserianw: back, i still see 2 vms though04:43
mnaserdunno if its for a lack of load or04:43
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement - step 1  https://review.openstack.org/59737004:44
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement - step 1  https://review.openstack.org/59737004:45
ianwmnaser: the last thing i see is04:48
ianw2018-08-29 04:47:58,451 DEBUG nodepool.driver.NodeRequestHandler[nl03-30075-PoolWorker.vexxhost-sjc1-main]: Predicted remaining provider quota: {'compute': {'cores': -4, 'ram': 26624, 'instances': 7}}04:48
ianwso what's with the "-4" cores?04:49
openstackgerritAndreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove obsolete legacy-js-generator-openstack-nodejs6-npm-docs  https://review.openstack.org/59737104:49
*** dpawlik has quit IRC04:49
*** dpawlik has joined #openstack-infra04:50
*** diablo_rojo has joined #openstack-infra04:53
*** dpawlik has quit IRC04:56
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733305:00
*** jamesmcarthur has joined #openstack-infra05:01
openstackgerritMerged openstack-infra/git-review master: Use doc/requirements and openstackdocstheme  https://review.openstack.org/59418605:03
openstackgerritMerged openstack-infra/git-review master: Start using reno for releasenotes  https://review.openstack.org/59367005:03
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733305:05
*** jamesmcarthur has quit IRC05:06
*** dtruong has joined #openstack-infra05:09
*** janki has joined #openstack-infra05:09
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733305:12
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733305:17
*** jamesmcarthur has joined #openstack-infra05:27
*** ykarel has joined #openstack-infra05:28
*** jamesmcarthur has quit IRC05:31
*** jamesmcarthur has joined #openstack-infra05:33
openstackgerritIan Wienand proposed openstack-infra/system-config master: roles/kerberos-client: fix defaults  https://review.openstack.org/59737405:34
openstackgerritIan Wienand proposed openstack-infra/project-config master: Update kerberos client variable names  https://review.openstack.org/59737505:36
AJaegerianw, frickler, mnaser , could you put https://review.openstack.org/588842  , https://review.openstack.org/#/c/596984/ , and https://review.openstack.org/#/c/597169/ on your review list, please?05:39
*** cjloader has joined #openstack-infra05:40
*** ykarel has quit IRC05:42
*** alexchadin has joined #openstack-infra05:47
*** ykarel has joined #openstack-infra05:52
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733306:00
*** jamesmcarthur has quit IRC06:00
*** dpawlik has joined #openstack-infra06:01
*** ccamacho has joined #openstack-infra06:03
*** dpawlik has quit IRC06:03
*** dpawlik has joined #openstack-infra06:03
*** dpawlik has quit IRC06:04
*** dpawlik has joined #openstack-infra06:04
*** udesale has quit IRC06:07
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Remove obsolete legacy-dg-hooks-dsvm  https://review.openstack.org/59698406:12
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Remove legacy pbr jobs  https://review.openstack.org/59716906:12
*** ykarel has quit IRC06:23
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733306:23
openstackgerritMerged openstack-infra/project-config master: remove job settings for Oslo repositories  https://review.openstack.org/58884206:24
*** alexchadin has quit IRC06:26
mnaserianw: i sent cores to -106:31
*** alexchadin has joined #openstack-infra06:33
AJaegerthanks, ianw !06:38
*** markvoelker has joined #openstack-infra06:39
openstackgerritAndreas Jaeger proposed openstack-infra/activity-board master: Retire repo  https://review.openstack.org/59738906:45
openstackgerritAndreas Jaeger proposed openstack-infra/err2d2 master: Retire err2d2  https://review.openstack.org/59739206:48
*** pcaruana has joined #openstack-infra06:50
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-vinz master: Retire puppet-vinz  https://review.openstack.org/59739606:54
*** udesale has joined #openstack-infra06:55
*** ykarel has joined #openstack-infra06:55
openstackgerritAndreas Jaeger proposed openstack-infra/vinz master: Retire vinz  https://review.openstack.org/59739706:55
*** aojea has joined #openstack-infra06:55
openstackgerritAndreas Jaeger proposed openstack-infra/vinz-webclient master: Retire vinz-webclient  https://review.openstack.org/59739806:56
*** eumel8 has joined #openstack-infra07:00
*** jamesmcarthur has joined #openstack-infra07:00
*** rcernin has quit IRC07:00
openstackgerritAndreas Jaeger proposed openstack-infra/system-config master: Remove obsolete pypi-mirror  https://review.openstack.org/59739907:01
*** apetrich has joined #openstack-infra07:02
openstackgerritAndreas Jaeger proposed openstack-infra/activity-board master: Retire repo  https://review.openstack.org/59738907:03
openstackgerritAndreas Jaeger proposed openstack-infra/pypi-mirror master: Retire pypi-mirror  https://review.openstack.org/59740107:03
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-vinz master: Retire puppet-vinz  https://review.openstack.org/59739607:04
*** ykarel has quit IRC07:05
*** shardy has joined #openstack-infra07:07
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement - step 1  https://review.openstack.org/59737007:08
*** ykarel has joined #openstack-infra07:10
*** ykarel has quit IRC07:10
*** ykarel has joined #openstack-infra07:10
*** ykarel has quit IRC07:11
*** ykarel has joined #openstack-infra07:12
*** jtomasek has joined #openstack-infra07:13
*** ykarel has quit IRC07:13
*** longkb has quit IRC07:14
*** r-mibu has joined #openstack-infra07:14
*** takamatsu has quit IRC07:16
tonybis ask.o.o down? or is it slow because of backups or som such?07:18
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 13 repos - step 1  https://review.openstack.org/59737007:19
*** electrofelix has joined #openstack-infra07:20
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 13 repos - step 1  https://review.openstack.org/59737007:22
*** jesusaur has quit IRC07:23
*** jesusaur has joined #openstack-infra07:27
*** udesale has quit IRC07:31
*** jpich has joined #openstack-infra07:37
*** tosky has joined #openstack-infra07:38
*** longkb has joined #openstack-infra07:39
*** fdegir has joined #openstack-infra07:41
*** ykarel has joined #openstack-infra07:49
*** threestrands has quit IRC07:50
*** jpena|off is now known as jpena07:51
fricklertonyb: works for me when checking now. probably short outage during daily cron jobs07:55
tonybfrickler: thanks07:56
AJaegerconfig-core, one more review, please - helping with python3-first: https://review.openstack.org/#/c/597035/07:56
*** e0ne has joined #openstack-infra07:56
*** zigo has joined #openstack-infra07:57
*** Emine has joined #openstack-infra07:58
*** e0ne has quit IRC08:00
*** jamesmcarthur_ has joined #openstack-infra08:01
*** graphene has joined #openstack-infra08:02
*** jamesmcarthur has quit IRC08:03
AJaegerttx, is openstack-infra/releasestatus and openstack-infra/puppet-releasestatus  still used anywhere?08:06
*** owalsh_ is now known as owalsh08:10
*** shabeeb has joined #openstack-infra08:11
*** ccamacho has quit IRC08:13
*** ccamacho has joined #openstack-infra08:14
*** hashar has joined #openstack-infra08:26
*** graphene has quit IRC08:27
*** ykarel is now known as ykarel|away08:27
*** alexchadin has quit IRC08:27
*** graphene has joined #openstack-infra08:28
*** ykarel|away has quit IRC08:29
AJaegerconfig-core, congress has finished moving in-repos, we can move forward with https://review.openstack.org/592970  - please review08:29
openstackgerritMarkus Hosch proposed openstack-infra/nodepool master: Add metric for image build result  https://review.openstack.org/59041208:31
*** e0ne has joined #openstack-infra08:38
openstackgerritMarkus Hosch proposed openstack-infra/nodepool master: Add list of metrics provided to statsd  https://review.openstack.org/59023308:45
*** longkb has quit IRC08:51
*** ccamacho has quit IRC08:55
*** ccamacho has joined #openstack-infra08:56
*** ykarel has joined #openstack-infra08:56
*** sshnaidm|afk is now known as sshnaidm08:59
*** noama has joined #openstack-infra08:59
*** dpawlik has quit IRC09:03
*** dpawlik has joined #openstack-infra09:04
*** gema has joined #openstack-infra09:07
*** wendar has joined #openstack-infra09:10
*** Bhujay has quit IRC09:10
*** dpawlik has quit IRC09:24
ttxAJaeger: no it's not used anymore09:26
*** dpawlik has joined #openstack-infra09:28
AJaegerthanks for confirming, ttx09:29
*** holser_ has joined #openstack-infra09:30
*** gfidente has joined #openstack-infra09:31
*** ykarel is now known as ykarel|away09:36
openstackgerritMarkus Hosch proposed openstack-infra/nodepool master: Add metric for image build result  https://review.openstack.org/59041209:40
*** ykarel|away has quit IRC09:43
*** priteau has joined #openstack-infra09:46
*** sambetts|afk has joined #openstack-infra09:52
*** udesale has joined #openstack-infra09:52
*** diablo_rojo has quit IRC09:53
*** ykarel has joined #openstack-infra09:57
openstackgerritFrank Kloeker proposed openstack-infra/puppet-ptgbot master: [WIP] Make ptgbot fit for Stein  https://review.openstack.org/59743710:04
openstackgerritMerged openstack-infra/project-config master: remove job settings for congress repositories  https://review.openstack.org/59297010:10
openstackgerritMerged openstack-infra/project-config master: Remove job settings for monasca-agent  https://review.openstack.org/59703510:11
openstackgerritIan Wienand proposed openstack-infra/system-config master: [wip] rotate ansible logfiles  https://review.openstack.org/59733310:11
openstackgerritAndreas Jaeger proposed openstack-infra/releasestatus master: Retire releasestatus  https://review.openstack.org/59743910:21
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-releasestatus master: Retire puppet-releasestatus  https://review.openstack.org/59744010:21
openstackgerritAndreas Jaeger proposed openstack-infra/system-config master: Remove releasestatus configuration  https://review.openstack.org/59744210:26
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 14 repos - step 1  https://review.openstack.org/59737010:27
*** psachin has quit IRC10:28
*** graphene has quit IRC10:38
*** graphene has joined #openstack-infra10:40
*** yamamoto_ has joined #openstack-infra10:41
*** yamamoto has quit IRC10:45
*** AJaeger has quit IRC10:49
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add logrotate role and rotate ansible log files  https://review.openstack.org/59733310:51
*** shabeeb has quit IRC10:51
*** shabeeb has joined #openstack-infra10:51
*** AJaeger has joined #openstack-infra10:52
*** shabeeb has quit IRC10:56
*** srp has joined #openstack-infra10:56
*** srp has quit IRC10:56
*** srp has joined #openstack-infra10:57
*** shabeeb has joined #openstack-infra10:59
*** longkb has joined #openstack-infra11:01
*** snapiri has joined #openstack-infra11:01
*** srp has quit IRC11:01
*** electrofelix has quit IRC11:02
*** d0ugal has quit IRC11:03
*** udesale has quit IRC11:04
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add logrotate role and rotate ansible log files  https://review.openstack.org/59733311:07
*** nicolasbock has joined #openstack-infra11:11
*** electrofelix has joined #openstack-infra11:14
openstackgerritRafael Folco proposed openstack-infra/project-config master: Switch to emit-zuul-job-header-test role  https://review.openstack.org/59723611:14
*** gary_perkins has joined #openstack-infra11:15
*** r-mibu has quit IRC11:16
*** ginopc has joined #openstack-infra11:16
*** d0ugal has joined #openstack-infra11:17
*** viks__ has quit IRC11:17
openstackgerritRafael Folco proposed openstack-infra/zuul-jobs master: [DNM] base-test #597235  https://review.openstack.org/59744911:20
*** dpawlik has quit IRC11:21
*** jcoufal has joined #openstack-infra11:24
openstackgerritRafael Folco proposed openstack-infra/project-config master: Switch to emit-zuul-job-header-test role  https://review.openstack.org/59723611:28
*** shabeeb has quit IRC11:32
*** shabeeb has joined #openstack-infra11:32
*** ginopc has quit IRC11:34
openstackgerritRafael Folco proposed openstack-infra/zuul-jobs master: Set zuul job start time fact  https://review.openstack.org/59723511:35
*** snapiri has quit IRC11:35
*** shabeeb has quit IRC11:37
*** jpena is now known as jpena|lunch11:37
openstackgerritMerged openstack-infra/devstack-gate master: Add gate job for stable/rocky  https://review.openstack.org/59628011:42
*** longkb has quit IRC11:42
*** tpsilva has joined #openstack-infra11:43
*** shabeeb has joined #openstack-infra11:48
*** aojea has quit IRC11:51
*** ssbarnea|ruck has joined #openstack-infra11:54
*** shabeeb has quit IRC11:55
*** shabeeb has joined #openstack-infra11:56
*** vivsoni has quit IRC11:58
*** vivsoni has joined #openstack-infra11:59
*** bobh has joined #openstack-infra12:03
*** ssbarnea|ruck has quit IRC12:03
*** rosmaita has joined #openstack-infra12:03
*** rh-jelabarre has joined #openstack-infra12:03
*** vivsoni has quit IRC12:05
*** vivsoni has joined #openstack-infra12:05
*** vivsoni has quit IRC12:06
*** janki has quit IRC12:06
*** vivsoni has joined #openstack-infra12:07
*** ccamacho has quit IRC12:07
*** ccamacho has joined #openstack-infra12:09
*** bobh has quit IRC12:10
*** beagles has quit IRC12:12
pabelangerinfra-root: I've manually fixed /etc/hosts on zk0[123], should stop sudo spam12:13
*** beagles has joined #openstack-infra12:13
*** dpawlik has joined #openstack-infra12:14
*** udesale has joined #openstack-infra12:14
*** udesale has quit IRC12:16
*** udesale has joined #openstack-infra12:19
*** sthussey has joined #openstack-infra12:20
*** ykarel_ has joined #openstack-infra12:20
*** ykarel has quit IRC12:22
*** signed8bit_Zzz is now known as signed8bit12:22
*** trown|outtypewww is now known as trown12:25
openstackgerritRafael Folco proposed openstack-infra/zuul-jobs master: [DNM] base-test #597235  https://review.openstack.org/59744912:26
*** udesale has joined #openstack-infra12:28
*** udesale has quit IRC12:28
*** sshnaidm is now known as sshnaidm|afk12:28
*** rlandy has joined #openstack-infra12:29
*** janki has joined #openstack-infra12:30
*** udesale has joined #openstack-infra12:31
*** yamamoto has joined #openstack-infra12:33
openstackgerritNguyen Hai proposed openstack-infra/project-config master: remove job settings for dragonflow repositories  https://review.openstack.org/59747512:33
*** ykarel_ is now known as ykarel12:36
*** jpich has quit IRC12:36
*** yamamoto_ has quit IRC12:36
*** kgiusti has joined #openstack-infra12:37
*** boden has joined #openstack-infra12:40
*** mriedem has joined #openstack-infra12:42
openstackgerritNguyen Hai proposed openstack-infra/project-config master: remove job settings for senlin repositories  https://review.openstack.org/59750212:45
*** jpena|lunch is now known as jpena12:46
*** eharney has joined #openstack-infra12:47
*** jamesmcarthur_ has quit IRC12:50
*** jamesmcarthur has joined #openstack-infra12:50
*** rfolco has joined #openstack-infra12:54
*** ginopc has joined #openstack-infra12:55
*** ccamacho has quit IRC12:58
*** ccamacho has joined #openstack-infra12:59
*** sshnaidm|afk is now known as sshnaidm13:02
*** dtantsur is now known as dtantsur|bbl13:04
*** pcaruana has quit IRC13:04
*** snapiri has joined #openstack-infra13:08
*** jamesmcarthur has quit IRC13:15
openstackgerritRafael Folco proposed openstack-infra/zuul-jobs master: [WIP] Set zuul job start time fact  https://review.openstack.org/59751313:17
openstackgerritDan Radez proposed openstack-infra/project-config master: adding readthedocs to networking-ansible  https://review.openstack.org/59719413:18
openstackgerritNguyen Hai proposed openstack-infra/project-config master: remove job settings for rally repositories  https://review.openstack.org/59751713:18
*** auristor has quit IRC13:30
*** srp has joined #openstack-infra13:37
*** shabeeb has quit IRC13:40
*** auristor has joined #openstack-infra13:41
*** rajinir has joined #openstack-infra13:42
*** dkehn has joined #openstack-infra13:45
*** jamesmcarthur has joined #openstack-infra13:46
openstackgerritAndreas Jaeger proposed openstack-infra/zuul-packaging master: Retire zuul-packaging  https://review.openstack.org/59753113:52
*** markvoelker has quit IRC13:53
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 15 repos - step 1  https://review.openstack.org/59737013:53
*** signed8bit is now known as signed8bit_Zzz13:57
*** dtantsur|bbl is now known as dtantsur13:58
*** signed8bit_Zzz is now known as signed8bit14:00
*** knikolla has joined #openstack-infra14:02
AJaegerconfig-core, next change to move jobs out - searchlight finished python3-first: please review https://review.openstack.org/#/c/594033/14:04
openstackgerritTrinh Nguyen proposed openstack-infra/irc-meetings master: Update Searchlight team meeting  https://review.openstack.org/59753714:05
*** lbragstad has joined #openstack-infra14:07
*** srp has quit IRC14:07
fungithanks pabelanger! my inbox thanks you mightily14:09
*** ykarel is now known as ykarel|afk14:11
dtroyerfungi: would you have a minute to look at https://review.openstack.org/#/c/596426/ for me?14:14
*** ykarel|afk has quit IRC14:15
AJaegerTheJulia: do you want to change https://review.openstack.org/596844 as suggested by clarkb ?14:22
TheJuliaAJaeger: I can, just on calls for the next two hours.14:23
TheJuliaI will try to do so in a little bit14:23
AJaegerTheJulia: not urgent from my side ;) thanks14:23
*** bobh has joined #openstack-infra14:28
openstackgerritRafael Folco proposed openstack-infra/zuul-jobs master: Set zuul job start time fact  https://review.openstack.org/59723514:29
*** shabeeb has joined #openstack-infra14:29
fungidtroyer: sure thing14:29
fungi#status log reset /opt/etherpad-lite/etherpad-lite on etherpad-dev.o.o to the 1.7.0 release and restarted the etherpad-lite service for testing14:29
openstackstatusfungi: finished logging14:29
openstackgerritJeremy Stanley proposed openstack-infra/system-config master: Update etherpad.o.o to etherpad-lite 1.7.0  https://review.openstack.org/59754414:30
fungiinfra-root: ^ we may want to slightly prioritize that14:30
TheJuliaAJaeger: pushing up now14:33
openstackgerritJulia Kreger proposed openstack-infra/project-config master: Add virtualbmc-core group  https://review.openstack.org/59684414:33
AJaegerTheJulia: LGTM14:34
*** shabeeb has quit IRC14:36
AJaegerfungi, here're two small changes, could you review them as well, please?  https://review.openstack.org/#/c/594033/ and https://review.openstack.org/#/c/588980/14:36
AJaegerthanks, fungi !14:40
openstackgerritMerged openstack-infra/project-config master: Add pushMerge for starlingx-release  https://review.openstack.org/59642614:41
*** markvoelker has joined #openstack-infra14:44
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: move legacy-tempest-dsvm-full-zmq to openstack/devstack-plugin-zmq  https://review.openstack.org/58898014:45
openstackgerritMerged openstack-infra/project-config master: remove job settings for searchlight repositories  https://review.openstack.org/59403314:48
*** pcaruana has joined #openstack-infra14:50
dtroyerthanks fungi!14:50
*** ykarel has joined #openstack-infra14:57
fungii'm testing https://etherpad-dev.openstack.org/p/things for any obvious problems we might run into with 597544, if anybody wants to help14:57
*** pbourke has quit IRC15:01
*** pbourke has joined #openstack-infra15:04
*** janki has quit IRC15:04
*** knikolla has quit IRC15:14
*** knikolla has joined #openstack-infra15:15
*** dklyle has quit IRC15:22
*** dklyle has joined #openstack-infra15:23
*** ykarel has quit IRC15:25
*** ykarel has joined #openstack-infra15:27
*** bramwelt has joined #openstack-infra15:27
*** Emine has quit IRC15:27
*** jtomasek has quit IRC15:29
openstackgerritMerged openstack-infra/puppet-ptgbot master: Push configuration for Denver PTG4  https://review.openstack.org/59676515:33
clarkbcorvus: followup on logstash firewall rules from yesterday, elastic-recheck looks caught up so I think that fixed the outstanding issues.15:36
clarkbmnaser: how is sjc1 looking?15:36
*** ykarel_ has joined #openstack-infra15:39
*** graphene has quit IRC15:41
corvusclarkb: \o/15:42
corvuswhat should we be breaking now?15:42
*** ykarel has quit IRC15:42
*** graphene has joined #openstack-infra15:43
clarkbcorvus: cloud launcher is what I'm hoping I'll get too before the end of the day. Before that I want to follow up on winterscale thread, draw up a list of trusty nodes that needs upgrades (will help identify the ansible python2 needs as well), and sign the new gpg release key15:43
clarkbpabelanger is working on clouds.yaml stuff so that should be up soon hopefully15:43
pabelangerYup, I was going to base it atop of https://review.openstack.org/597185/ which collects testinfra logs15:44
*** fnordahl has joined #openstack-infra15:45
*** r-daneel has joined #openstack-infra15:48
*** markvoelker has quit IRC15:48
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add job page  https://review.openstack.org/59704815:49
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add config-errors notifications drawer  https://review.openstack.org/59714715:49
clarkbhttp://grafana.openstack.org/d/nuvIH5Imk/nodepool-vexxhost?orgId=1 seems we aren't using much of the vexxhost quota yet. I may start there as a finish up to yesterday's work15:51
clarkbbut first tea and breakfast15:51
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add config-errors notifications drawer  https://review.openstack.org/59714715:52
*** diablo_rojo has joined #openstack-infra15:53
*** rosmaita has quit IRC15:57
*** efried is now known as efried_rollin15:57
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on openstack using hosts  https://review.openstack.org/59302915:58
*** jpich has joined #openstack-infra15:59
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Generate junit.xml file for testinfra  https://review.openstack.org/59718516:01
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on openstack using hosts  https://review.openstack.org/59302916:01
*** slaweq has quit IRC16:11
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Add private key storage migration  https://review.openstack.org/59221316:12
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: web: add job page  https://review.openstack.org/59704816:13
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for OpenStack-Helm repositories  https://review.openstack.org/59757416:14
*** ramishra has quit IRC16:15
AJaegerdhellmann: https://review.openstack.org/593264 needs rebasing - removing the WIP alone is not enough...16:15
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on hosts using openstacksdk  https://review.openstack.org/59302916:15
AJaegerdhellmann: want to do that? That's the mistral one...16:16
*** slaweq has joined #openstack-infra16:16
dhellmannAJaeger : I was going to let Nguyen do it16:16
*** ykarel_ is now known as ykarel|away16:16
*** udesale has quit IRC16:16
dhellmannI'm working on proposing the missing cleanup patches right now16:16
AJaegerdhellmann: fine with me16:16
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for OpenStackAnsible repositories  https://review.openstack.org/59757616:17
dhellmannAJaeger : we're ready to go ahead with https://review.openstack.org/#/c/59370616:18
AJaegerconfig-core, please review ^16:19
*** ginopc has quit IRC16:19
AJaegerdhellmann: LGTM16:19
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for OpenStackClient repositories  https://review.openstack.org/59757716:20
openstackgerritJames E. Blair proposed openstack-infra/system-config master: base-test: iptables: allow zuul console streaming  https://review.openstack.org/59730516:20
*** slaweq has quit IRC16:21
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for OpenStackSDK repositories  https://review.openstack.org/59757916:21
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for ec2-api repositories  https://review.openstack.org/59758216:23
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for freezer repositories  https://review.openstack.org/59758316:24
*** hashar is now known as hasharAway16:28
*** jpena is now known as jpena|off16:31
*** jpich has quit IRC16:32
*** trown is now known as trown|lunch16:33
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Change project.private_key to private_secrets_key  https://review.openstack.org/59730216:34
*** slaweq has joined #openstack-infra16:35
clarkbdhellmann: is going to win the most lines of code removed award for this cycle :)16:36
* dhellmann hopes the trophy comes with a beer16:36
*** psachin has joined #openstack-infra16:39
*** r-daneel has quit IRC16:40
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on hosts using openstacksdk  https://review.openstack.org/59302916:42
clarkbmnaser: ianw still seeing 2018-08-29 16:44:09,149 DEBUG nodepool.driver.NodeRequestHandler[nl03-30075-PoolWorker.vexxhost-sjc1-main]: Predicted remaining provider quota: {'compute': {'cores': -4, 'ram': 26624, 'instances': 7}} with sjc116:44
clarkbI'll manually list quotas ina bit to check them myself, but found an unrelated bug in nodepool that I want to fix first16:44
*** rkukura_ has joined #openstack-infra16:45
clarkbcorvus: Shrews http://paste.openstack.org/show/729064/ is the unrelated bug if curious16:45
openstackgerritMerged openstack-infra/project-config master: remove job settings for Technical Committee repositories  https://review.openstack.org/59370616:45
clarkbI think zuul is giving hold expiries in string?16:45
*** ykarel|away has quit IRC16:46
*** rkukura has quit IRC16:47
*** rkukura_ is now known as rkukura16:47
corvusoh interesting16:47
corvusmaybe that's a bug in zuul?16:47
clarkball of the defaults are in int so this must've been human command argument passed as a string I think16:48
clarkbcorvus: ya16:48
clarkbI'm sorting out a fix16:48
corvusi'm guessing the feature's author just used the nodepool default16:48
*** slaweq has quit IRC16:49
clarkbya need a type=int in the argparse, fix up in a sec16:49
fungidhellmann: it ought to come with a mandatory vacation16:49
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for kolla repositories  https://review.openstack.org/59759016:51
corvuswe can "reward" people with mandatory "vacations"?  that sounds useful ;)16:51
*** shardy has quit IRC16:52
dhellmannthat should definitely be a thing16:52
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for magnum repositories  https://review.openstack.org/59759116:52
openstackgerritClark Boylan proposed openstack-infra/zuul master: The argparse type of node-hold-expiration is int  https://review.openstack.org/59759216:53
corvusclarkb: in related news, i guess i have some nodes i need to manually clean up eh?16:53
corvusi'll do that now16:53
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for murano repositories  https://review.openstack.org/59759316:53
*** dtantsur is now known as dtantsur|afk16:54
clarkbcorvus: ya or update the zk to integers and nodepool will do it for you16:54
clarkbnow to investigate sjc1 quotas16:54
*** ccamacho has quit IRC16:54
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for qinling repositories  https://review.openstack.org/59759716:55
*** psachin has quit IRC16:56
*** e0ne has quit IRC16:56
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for storlets repositories  https://review.openstack.org/59759816:57
*** gyee has joined #openstack-infra16:59
*** diablo_rojo has quit IRC16:59
clarkbmnaser: http://paste.openstack.org/show/729067/ relevant output from limits show --absoluve against openstackjenkins-vexxhost account with suggested changes17:02
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for winstackers repositories  https://review.openstack.org/59760317:05
*** snapiri has quit IRC17:05
corvusclarkb: what's the core count for our flavor?17:05
*** zul has quit IRC17:06
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for zaqar repositories  https://review.openstack.org/59760417:06
clarkbcorvus: 8 coes17:08
clarkb*cores17:08
corvusclarkb: ok, so because nova is returning an apparently incorrect max value, when nodepool wants to create the next instance, it calculates 4-8=-4 remaining17:09
clarkbyup, the max value is what our quota is I think17:11
clarkbthe quota is just out of sync with what we are trying to boot17:11
*** rabel has joined #openstack-infra17:16
*** graphene has quit IRC17:16
rabelhi. is this the correct channel for questions regarding tempest?17:16
clarkbrabel: typically #openstack-qa is a better lcoation since tempest is a qa team project, but many of them livehere too and some of us may know the answers if you want ot ask here as well17:18
*** graphene has joined #openstack-infra17:18
rabelthx. i will ask there17:18
openstackgerritClark Boylan proposed openstack-infra/nodepool master: Force node hold expiration to integer type  https://review.openstack.org/59760917:24
*** graphene has quit IRC17:31
*** diablo_rojo has joined #openstack-infra17:31
*** graphene has joined #openstack-infra17:33
mnaserclarkb: i realized what i've been doing17:34
mnaserquota update on wrong region17:34
fungihah, that certainly would yield unexpected results17:35
mnasershould be fixed now17:36
mnasernot sure if you have to do something to get rid of cached values17:36
clarkbmnaser: I'll check17:36
clarkbI do see the max is set to -1 which I think means infinity now17:37
clarkblooking to see if nodepool has noticed17:37
corvusclarkb: nodepool caches for 5 minutes, or until it hits an unexpected quota error17:38
clarkbcorvus: gotcha will wait a few minutes then17:38
*** shabeeb has joined #openstack-infra17:38
*** bhavikdbavishi has joined #openstack-infra17:38
openstackgerritBen Nemec proposed openstack-dev/pbr master: Support provides_extra metadata  https://review.openstack.org/59761217:39
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Add private key storage migration  https://review.openstack.org/59221317:43
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Change project.private_key to private_secrets_key  https://review.openstack.org/59730217:43
*** jamesmcarthur has quit IRC17:43
*** Emine has joined #openstack-infra17:44
corvusclarkb, pabelanger, fungi: https://review.openstack.org/597305  is ready and makes run-base console log nicer17:44
clarkbcorvus: looking17:44
*** jtomasek has joined #openstack-infra17:45
clarkbcorvus: base is what the role always sets, extra is the per service set, then test is any test rules?17:45
corvusclarkb: base is what we set globally.  nothing now, but we could factor 22 out of the role and put it in base, for example.17:46
corvus(to maybe clarify -- the role itself knows nothing about this, this is infrastructure we build outside the role, and then pass it in as a single parameter to the role)17:47
*** graphene has quit IRC17:48
corvuswe do the same thing with the aliases file for exim.  the role only knows about one list of aliases, but we create that list by combining several other lists (base: our root alias + individual service aliases)17:48
clarkbgot it, I did leave a question comment on the change that is mostly to do with ansible's behavuor17:49
*** graphene has joined #openstack-infra17:50
corvusclarkb: late-binding17:50
*** trown|lunch is now known as trown|brb17:50
*** trown|brb is now known as trown17:50
clarkbansible variable precedence is magic17:51
clarkb+217:51
*** noama has quit IRC17:52
*** slaweq has joined #openstack-infra17:53
*** jamesmcarthur has joined #openstack-infra17:57
*** diablo_rojo has quit IRC17:57
openstackgerritMerged openstack-infra/zuul master: The argparse type of node-hold-expiration is int  https://review.openstack.org/59759217:58
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: remove job settings for mistral repositories  https://review.openstack.org/59326418:01
*** slaweq has quit IRC18:03
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761718:05
corvusclarkb, pabelanger, fungi: ^ that should theoretically give us a little more confidence in the iptables streaming change -- it should exercise the extra tcp ports thing (eavesdrop sets an extra tcp port of 80)18:06
AJaegerdhellmann: looking at magnum, I see that you migrate install-guide jobs. That shouldn't be done, those run only on older branches, see http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/jobs.yaml#n80318:06
dhellmannAJaeger : the migration script deals with that. If a job applies to multiple branches it is added to only those branches.18:06
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761718:07
AJaegerdhellmann: the install-guide-jobs template uses those jobs. I think your script is not aware of that indirection18:07
dhellmannah18:07
AJaegerdhellmann: https://review.openstack.org/#/c/595476/1/.zuul.yaml18:07
AJaegerthat's rocky - but install-guide-jobs job runs only on newton and ocata.18:08
dhellmannit does try to look for job definitions, but it isn't always successful at finding them18:08
dhellmannok18:08
dhellmannit's probably simplest to just leave that configured in project-config for now18:08
AJaegeryep...18:08
corvusdhellmann: the zuul job api endpoint is live, btw18:08
* AJaeger fixes magnum18:08
AJaegerdhellmann: will you fix the tool?18:08
dhellmannyes18:08
corvusnot sure if that's helpful, just thought i'd mention it in case it slipped by unnoticed18:09
corvusdhellmann: http://zuul.openstack.org/api/job/devstack  for example18:09
corvuswe don't have a project-template api endpoint yet though18:09
dhellmannAJaeger : https://review.openstack.org/59761818:09
dhellmanncorvus : yes, I didn't see that land, so thanks.18:10
dhellmannis that documented somewhere?18:10
dhellmannso I can go look at how to use it18:10
*** electrofelix has quit IRC18:11
corvusdhellmann: nope.  still very much under construction, undocumented and subject to change.  but i think it's close enough that using it for things like answering "does this job exist, and if so, where is it defined" is relatively low-risk.18:11
dhellmannthat looks like it gives me some job info, but not which repos use the job18:11
dhellmannI suppose that query is expensive18:11
corvusdhellmann: yeah, we don't have that yet18:12
dhellmannok, cool18:12
AJaegerdhellmann: thanks18:12
dhellmannthis will be useful for some things; maybe not the cases I'm dealing with today18:12
AJaegerconfig-core, another python3-first change is ready, please +2A https://review.openstack.org/#/c/59326418:13
corvusdhellmann: yeah.  it'll continue to grow.18:13
dhellmanncorvus : yep, I'm looking forward to a day when I don't have to parse yaml files :-)18:13
clarkb`sudo ansible all -m setup -a 'filter=ansible_distribution_release gather_subset=min'` appears to be the way to get a list of distro releases from all our hosts so that we can list which ones are trusty if anyone is wondering :)18:17
*** graphene has quit IRC18:17
* clarkb runs this now to find out18:17
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761718:18
*** graphene has joined #openstack-infra18:18
*** e0ne has joined #openstack-infra18:19
openstackgerritMerged openstack-infra/system-config master: base-test: iptables: allow zuul console streaming  https://review.openstack.org/59730518:19
*** zul has joined #openstack-infra18:20
clarkbpabelanger: when you have a momemtn I think we still need to clean up the old review.o.o server18:20
clarkbpabelanger: maybe you can take a look at make a recommendation of what we do there (since you drove the upgrade to the new server)18:20
*** rh-jelabarre has quit IRC18:22
*** slaweq has joined #openstack-infra18:22
*** e0ne_ has joined #openstack-infra18:23
*** e0ne has quit IRC18:25
EmilienMhey infra, can someone tell me if something is blocking https://review.openstack.org/#/c/592695/ to land?18:27
*** shabeeb has quit IRC18:27
*** srp has joined #openstack-infra18:27
clarkbEmilienM: no, done18:28
EmilienMclarkb: thank you18:28
clarkbmy above ansible command failed to find the release version for birdge.o.o because python ins't installed. Any idea why it failed to find the regular group data for that saying use python3?18:28
*** kgiusti has left #openstack-infra18:29
*** rh-jelabarre has joined #openstack-infra18:29
*** kgiusti has joined #openstack-infra18:30
*** slaweq has quit IRC18:31
*** wolverineav has joined #openstack-infra18:32
*** srp has quit IRC18:34
*** graphene has quit IRC18:37
*** graphene has joined #openstack-infra18:39
*** e0ne_ has quit IRC18:39
AJaegerdhellmann: I gave -1 or fixed myself all install-guide-jobs related changes...18:40
dhellmannAJaeger : thanks18:40
*** e0ne has joined #openstack-infra18:41
*** e0ne has quit IRC18:44
*** kgiusti has left #openstack-infra18:46
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-docker_registry master: Retire puppet-docker_registry  https://review.openstack.org/59763118:47
*** bhavikdbavishi has quit IRC18:47
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 15 repos - step 1  https://review.openstack.org/59737018:48
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 16 repos - step 1  https://review.openstack.org/59737018:49
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for murano repositories  https://review.openstack.org/59759318:49
AJaegerclarkb: I'm waiting for feedback from product group but expect the other two repos to be dead as well - but the above 16 repos can be retired IMHO - feedback welcome. I pushed step 1 out everywhere. (above = https://review.openstack.org/597370). If this is fine, I can do the follow up changes18:50
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for ec2-api repositories  https://review.openstack.org/59758218:51
clarkbAJaeger: ok let me look really quickly before your day ends18:51
openstackgerritMerged openstack-infra/nodepool master: Force node hold expiration to integer type  https://review.openstack.org/59760918:51
clarkbAJaeger: ya lgtm18:52
AJaegerclarkb: great!18:52
openstackgerritMerged openstack-infra/system-config master: Enable cbs.centos.org mirror  https://review.openstack.org/59269518:53
*** graphene has quit IRC18:53
*** graphene has joined #openstack-infra18:55
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for magnum repositories  https://review.openstack.org/59759118:55
*** e0ne has joined #openstack-infra18:56
clarkbhttps://etherpad.openstack.org/p/201808-infra-server-upgrades-and-cleanup a list of servers that need upgrading or cleanup18:57
clarkbI was working on getting etherpad-dev and etherpad.o.o upgraded prior to taking last week off (and I got etehrcalc done). So I'll continue to work on those next week after the release18:58
clarkbbut we should start looking at pushing on this a bit more now that launch node from bridge is mostly working18:58
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761718:58
corvushelps to run the job18:58
clarkbinfra-root https://review.openstack.org/#/c/596859/ is a change needed to get launch node working (its child in particular)18:59
*** jamesdenton has quit IRC19:02
clarkbcorvus: only if you want results :P19:04
corvuseverything passed in the last patchset!19:05
Shrewsclarkb: hrm, the launch README mentions installing shade, but i don't think that's actually used anywhere19:05
clarkbShrews: ya I think that is an additional cleanup we will need19:05
clarkbit works if you install it and I was focused on getting to something that works :)19:06
Shrewsprobably b/c it incidentally installs openstacksdk19:06
clarkblikely19:06
clarkbwe probably want to s/shade/openstacksdk/ but would be good to do that in a followup19:06
clarkb(if only bceause what is there does work)19:06
*** Emine has quit IRC19:08
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for magnum repositories  https://review.openstack.org/59759119:08
clarkbWith release this week I don't think we should be focused onr eplacing servers until next week :)19:08
clarkbso its not a huge rush19:08
clarkband now I must find lunch19:08
*** pcaruana has quit IRC19:09
*** ijw has joined #openstack-infra19:11
*** ijw has quit IRC19:13
*** ijw has joined #openstack-infra19:13
*** ijw has quit IRC19:14
*** jamesdenton has joined #openstack-infra19:16
*** kgiusti has joined #openstack-infra19:19
openstackgerritMerged openstack-infra/system-config master: Use python3 and modern ansible for launch node  https://review.openstack.org/59685919:21
openstackgerritMerged openstack-infra/system-config master: Unlink proper path to ansible cache  https://review.openstack.org/59687319:21
*** jamesmcarthur has quit IRC19:24
*** jamesmcarthur has joined #openstack-infra19:24
*** rosmaita has joined #openstack-infra19:25
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 16 repos - step 3  https://review.openstack.org/59763619:26
*** diablo_rojo has joined #openstack-infra19:26
*** efried_rollin is now known as efried19:26
AJaegerclarkb: pushed all changes out - including governance one, see https://review.openstack.org/59763919:30
*** mriedem has quit IRC19:31
*** mriedem has joined #openstack-infra19:31
fungicorvus: the failing test result on 597617,4 seems to show the port 80 rule is not making it into the running ruleset19:39
corvusfungi: then we just might not want to merge the parent :)19:39
fungistill scratching my head, not sure why is isn't19:39
corvuswhich has merged19:40
openstackgerritDavid Moreau Simard proposed openstack-infra/nodepool master: WIP: Implement an Amazon EC2 driver  https://review.openstack.org/53555819:41
*** graphene has quit IRC19:41
corvusthe last ansible run started after the change merged -- 2018-08-29T18:45:01+00:0019:42
corvusso i don't think we broke production19:42
fungiyeah, i'm still successfully hitting http://eavesdrop.openstack.org/ for now19:42
corvusfungi: it's possible we're missing something to either cause that node to be in the eavesdrop group, or for the test to pick up the group_vars19:42
*** graphene has joined #openstack-infra19:43
*** graphene has quit IRC19:43
pabelangerclarkb: re: review.o.o, I think we can just delete it. After we moved the volumes, I don't think we have anything else in it.19:43
*** jamesmcarthur has quit IRC19:43
corvusi'm stuffing my face with a sandwich right now, i'll jump in in a few mins19:43
fungiso, turns out the reason i was having trouble pulling the stein signing key from the keyservers to attest is that the gnupg 2.1 dirmngr daemon had gone sideways. did a `pkill dirmngr` and then `gpg2 --recv-key 0xD943D5D270273ADA` worked fine19:44
*** graphene has joined #openstack-infra19:45
fungijust a tip in case anybody gets similarly stumped by vague "gpg: keyserver receive failed: No data" errors19:45
mnaserinfra-root: i see vms going up19:50
mnaserare jobs going through well?19:50
mnaseri guess i can go to logtsash19:51
*** jamesmcarthur has joined #openstack-infra19:51
mnasertime to learn it for the first time again fro the millionth time19:51
*** e0ne has quit IRC19:56
*** graphene has quit IRC20:00
openstackgerritAndreas Jaeger proposed openstack-infra/featuretracker master: retire featuretracker  https://review.openstack.org/59764920:00
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on hosts using openstacksdk  https://review.openstack.org/59302920:01
*** slaweq has joined #openstack-infra20:01
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-featuretracker master: Retire puppet-featuretracker  https://review.openstack.org/59765020:01
*** r-daneel has joined #openstack-infra20:01
*** graphene has joined #openstack-infra20:02
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 18 repos - step 1  https://review.openstack.org/59737020:02
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Infra repo retirement of 18 repos - step 3  https://review.openstack.org/59763620:02
AJaegerclarkb: we can retire featuretracker as well, I added them ^20:03
openstackgerritAndreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove puppet-featuretracker  https://review.openstack.org/59765120:04
AJaegerdhellmann: if you run scripts over infra repos, you can exclude the 18 repos above now...20:06
dhellmannAJaeger : I was going to wait to do the infra repos until after the final release, and coordinate that with clarkb, so that should give us plenty of time to update the governance data20:07
AJaegergood...20:08
AJaegerdhellmann: zuul load is decreasing, I think you can start pushing out what you have queued...20:08
dhellmannlooking at the test nodes graph on http://grafana.openstack.org/d/T6vSHcSik/zuul-status?orgId=1 I see the available count is still relatively low, but let me see how many we have for keystone and tripleo20:09
AJaegerconfig-core, here's one change for python3-first that is ready - please approve https://review.openstack.org/59326420:09
dhellmann46 for keystone 112 for tripleo20:10
dhellmannI'll go ahead and do keystone now20:10
AJaegerdhellmann: available means those that are started already, we can start another 150 afterwards...20:11
dhellmannoh, really? ok20:11
AJaegerdhellmann: compare "in use" now and earlier where we basically maxed out20:11
dhellmannthen I'll go ahead and do both teams20:11
AJaegerdhellmann: do one - those are nodes, each jobs needs several nodes ;)20:11
dhellmannheh, ok20:12
AJaegerI mean each change needs...20:12
dhellmannjust keystone it is then20:12
AJaegerdhellmann: and rest in an hour or two - then the short running jobs (pep, docs) are done20:12
AJaegerunless the zuul experts have other ideas ;)20:12
dhellmannyeah, I'll come back in a few hours and see how things look then20:12
dhellmannI usually try to submit them early in my day, before most folks have started proposing patches20:13
AJaegeror late in your day ;)20:13
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761720:14
AJaegerdhellmann: node requests: 346 ;)20:15
corvusfungi: i think we were missing the bit that groups hosts by hostname ^20:15
pabelangerlooks like issues with packethost again20:15
pabelangeropenstack.exceptions.HttpException: HttpException: 403: Client Error for url: https://packet.platform9.net/nova/v2.1/ba163363643541d88a737f8af23cfa7f/servers, {"forbidden": {"message": "Maximum number of ports exceeded", "code": 403}}20:15
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for keystone repositories  https://review.openstack.org/59769720:15
pabelangerclarkb: guess we leaked ports again^20:15
dhellmannAJaeger : oof20:16
clarkbpabelanger: arg20:17
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Install limestone CA on hosts using openstacksdk  https://review.openstack.org/59302920:17
clarkbI wish I understood that problem20:17
clarkbmnaser: did you figure it out?20:17
fungicorvus: ahh!20:17
AJaegerdhellmann: now up to 540 or so - so, let's wait with tripelo ;) But zuul copies nicely with your stress tests ;)20:17
mnaserclarkb: it should be working?20:18
dhellmannAJaeger : yeah, I'll do tripleo in the morning :-)20:18
AJaegerdhellmann: I suggest last action for the day - they have very long running jobs20:19
clarkbmnaser: ya I think sjc1 is happy now, was wondinerg if you managed to get logstash to say so20:19
dhellmannAJaeger : oh, so late today would be better?20:20
*** rh-jelabarre has quit IRC20:20
clarkbAJaeger: on the beaker-* repos I don't even have +2 we may not have added members to its groups20:20
AJaegerdhellmann: that's my gut feeling.20:20
dhellmannmakes sense20:20
dhellmannI'll give it a few hours and come back20:20
*** mgagne has joined #openstack-infra20:20
clarkbI'll swing back around on those when done with these other retirement changes and see if that is the cas20:20
AJaegerclarkb: you can give yourself superpowers ;)20:21
AJaegerclarkb: I used topic https://review.openstack.org/#/q/status:open+++topic:infra-retire20:21
AJaegerinfra-root, if you want to review the complete retirement series for the 18 repos, please check topic infra-retire20:21
*** kgiusti has left #openstack-infra20:23
*** priteau has quit IRC20:23
AJaegerclarkb: thanks for reviewing. keep in mind that some repos have jobs refined, the first change needs to merge before we have "noop-jobs" so that Zuul gives a +1.20:23
* AJaeger waves good night20:23
clarkboh the -1's said it couldn't merge because parent couldn't merge20:24
clarkbmaybe my rechecks are too optomistic then20:24
AJaegerclarkb: some of them did...20:24
AJaegerdhellmann: I might beat you with lines removed - see https://review.openstack.org/#/c/597389/ - removes 3203137 lines ;)20:25
dhellmannAJaeger : cheater20:25
AJaeger;)20:25
*** rh-jelabarre has joined #openstack-infra20:26
*** dhill_ has quit IRC20:27
* corvus avoids syncing that change in gertty20:28
clarkbAJaeger: comment on https://review.openstack.org/#/c/597636/220:30
*** jamesmcarthur has quit IRC20:33
openstackgerritMerged openstack-infra/project-config master: Infra repo retirement of 18 repos - step 1  https://review.openstack.org/59737020:37
*** jcoufal has quit IRC20:38
*** hwoarang has quit IRC20:39
*** jamesmcarthur has joined #openstack-infra20:41
*** jamesmcarthur has quit IRC20:44
openstackgerritSlawek Kaplonski proposed openstack-infra/project-config master: Neutron failure rate - include TIMED_OUT jobs on graphs  https://review.openstack.org/59576320:45
*** jamesmcarthur has joined #openstack-infra20:47
*** markvoelker has joined #openstack-infra20:48
*** jamesmcarthur has quit IRC20:51
*** jamesmcarthur has joined #openstack-infra20:51
clarkbpabelanger: I see ~180 leaked ports in packethost. I'm running a show to get all their dns_names to double check they are all nodepool ports and will delete them20:52
clarkbwill also look for leaked floating IPs20:52
clarkbrunning show on 180 ports is not terribly fast20:53
*** hasharAway has quit IRC20:54
*** markvoelker has quit IRC20:55
*** bobh has quit IRC20:57
*** trown is now known as trown|outtypewww21:05
*** yamamoto has quit IRC21:08
*** ijw has joined #openstack-infra21:11
ianwclarkb: sorry that popped up when i looked at the logs yesterday and i didn't look into it21:11
clarkbno problem, its been an ongoing issue with that cloud21:12
clarkbwe've seen ti with other fip clouds too21:12
ianwpabelanger: did I manage to convince you about the ansible group v sudo on -> https://review.openstack.org/#/c/596630/ ?21:12
*** ijw has quit IRC21:14
*** eharney has quit IRC21:15
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Create per-project ssh keys  https://review.openstack.org/59771121:15
clarkball of the DOWN ports do look deletable so I am deleting them21:16
ianwalso appreciate review of logrotate addition https://review.openstack.org/#/c/597333/ .  on one hand i'm sure we could drag in some dependency for this sort of thing.  otoh, it's simple and self-contained.  and with the history of puppet modules, we don't exactly do a great job at keeping up with things when we do pull in such dependencies as libraries21:17
*** wolverineav has quit IRC21:20
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761721:21
clarkbianw: left a comment, I may have missed that so didn't -1 but if I'm right should be addressed I think21:23
ianwclarkb: replied, i did leave that out on purpose such that it wasn't spending time checking for the package every time we installed a logrotate file21:25
clarkbianw: ya documenting that it assumes the package is there is probably a good idea, where do we install it for bridge (where we are using it first?)21:26
clarkbmaybe we need to add logrotate to the vars/ package lists in base-server role?21:26
prometheanfirehttp://logs.openstack.org/96/594496/1/check/build-wheel-mirror-centos-7/70ec312/job-output.txt.gz makes me think that somethings wrong with the image, or something21:27
clarkbhttp://logs.openstack.org/96/594496/1/check/build-wheel-mirror-centos-7/70ec312/job-output.txt.gz#_2018-08-29_19_16_29_664394 is the error21:29
clarkbI don't think its the image, the job should make that directory if it needs it I think21:29
clarkboh but it never gets that far because http://logs.openstack.org/96/594496/1/check/build-wheel-mirror-centos-7/70ec312/job-output.txt.gz#_2018-08-29_19_16_22_186849 happens21:29
clarkbianw: ^ y ou probably know things about that one21:29
*** boden has quit IRC21:30
*** boden has joined #openstack-infra21:30
*** boden has joined #openstack-infra21:31
*** boden has quit IRC21:31
*** boden has joined #openstack-infra21:32
ianwclarbk / prometheanfire: i do know about it, and even fixed it -> https://review.openstack.org/#/c/597375/ :)21:32
prometheanfireianw: lol, followed21:32
clarkbianw wins, I will review that now21:32
*** boden has quit IRC21:32
ianwprometheanfire: but, what didn't get last afternoon, is why this job is running in the check queue21:32
*** boden has joined #openstack-infra21:32
ianwdo you know the history there?21:33
prometheanfireyou want the review that triggered it?21:33
*** boden has quit IRC21:33
*** boden has joined #openstack-infra21:33
*** boden has quit IRC21:34
ianwprometheanfire: no, the bigger picture of why it's running.  because it can't get access to the secrets to put stuff in AFS unless it runs as a post job21:34
*** boden has joined #openstack-infra21:34
*** boden has quit IRC21:34
*** boden has joined #openstack-infra21:35
*** boden has quit IRC21:35
*** boden has joined #openstack-infra21:36
*** boden has quit IRC21:36
*** boden has joined #openstack-infra21:36
*** bobh has joined #openstack-infra21:37
*** boden has quit IRC21:37
*** boden has joined #openstack-infra21:37
*** boden has quit IRC21:38
*** boden has joined #openstack-infra21:38
ianwahhh ... "    This also add support to test wheel-mirror builds." @ Ia6c1113d119b01e7189e4ada41e10865c4ec006621:38
*** boden has quit IRC21:38
*** boden has joined #openstack-infra21:39
*** boden has quit IRC21:39
*** boden has joined #openstack-infra21:39
*** boden has quit IRC21:40
*** boden has joined #openstack-infra21:40
openstackgerritMerged openstack-infra/project-config master: Update kerberos client variable names  https://review.openstack.org/59737521:40
*** boden has quit IRC21:41
*** boden has joined #openstack-infra21:41
*** boden has quit IRC21:41
*** boden has joined #openstack-infra21:42
*** boden has quit IRC21:42
*** boden has joined #openstack-infra21:43
*** boden has joined #openstack-infra21:43
*** boden has joined #openstack-infra21:44
*** mriedem is now known as mriedem_away21:44
*** boden has quit IRC21:45
*** boden has joined #openstack-infra21:45
*** boden has quit IRC21:45
ianwprometheanfire / tonyb: ok, i see; the build jobs all have a different post run.  so we don't need to install the afs client on the build job -- that will cut about 12 minutes off the job too.  i'll sort something out today to clear it all up21:46
*** boden has joined #openstack-infra21:46
ianwbut we'll also want to keep an eye on the post publish jobs too21:46
tonybianw: Thanks21:46
*** boden has quit IRC21:46
tonybianw: happy to watch the post pipeline21:47
*** boden has joined #openstack-infra21:47
prometheanfireianw: thanks, sorry, got sidetracked by meeting21:47
clarkbok packethost is doing more things now after deleting leaked ports, will have to watch and see if it continues21:48
*** rcernin has joined #openstack-infra21:49
*** mriedem_away has quit IRC21:49
*** boden has quit IRC21:51
*** yamamoto has joined #openstack-infra21:53
clarkbcurrent errors in packethost appear to be timeouts, will watch and see fi that improves as it may just be related to image copies since we haven't booted much there recently21:55
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources master: Updated Summit Json cache  https://review.openstack.org/59771821:56
*** graphene has quit IRC21:59
openstackgerritMerged openstack-infra/openstackid-resources master: Updated Summit Json cache  https://review.openstack.org/59771821:59
*** graphene has joined #openstack-infra22:01
*** jamesmcarthur has quit IRC22:01
clarkbmnaser: so I don't forget probably the thing for us to follow up on is whether or not we are leaking volumes in sjc1 ya?22:03
*** yamamoto has quit IRC22:03
clarkbif I look at a current volume list all volumes are in use so that looks good right now22:03
*** r-daneel_ has joined #openstack-infra22:05
*** r-daneel has quit IRC22:05
*** r-daneel_ is now known as r-daneel22:05
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761722:09
*** bobh has quit IRC22:12
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Create per-project ssh keys  https://review.openstack.org/59771122:14
*** ijw has joined #openstack-infra22:17
*** slaweq has quit IRC22:17
*** gema has quit IRC22:18
*** threestrands has joined #openstack-infra22:19
*** threestrands has quit IRC22:19
*** tpsilva has quit IRC22:22
*** threestrands has joined #openstack-infra22:22
tonybianw: Okay i'm back so when you're free I'm happy to look at whatever I can to help22:25
clarkbfungi: I just approved the etherpad upgrade22:26
clarkbcommit message mentioned security fixes so figured we shouldn't wait on that22:26
fungiclarkb: thanks!!!22:31
clarkbfungi: also I was able to recv-key the Stein key22:32
clarkbso thats all signed now22:32
fungiawesome. i had no problem after i tried killing the lingering dirmngr process22:33
fungiso presumably my signature is showing up on it22:33
fungii still have the key generation doc update half drafter22:33
fungidrafted22:33
clarkbthe attestation docs don't change (of couse its 94% local anyway)22:34
fungiyup22:36
fungithough the default key length is 50% more with the gnupg on bionic22:37
fungignupg increased the rsa default from 2048 to 3072 bits22:37
*** markvoelker has joined #openstack-infra22:46
clarkbI'm looking at running cloud launcher on bridge.o.o, it needs to run with all-clouds.yaml yaml file. Does anyone know if that will pollute our global ansible cache with instance info for the cloud accounts we don't want normal ansible cron talking to?22:46
* ianw googles the ascii shrug guy22:47
openstackgerritMerged openstack-infra/system-config master: Update etherpad.o.o to etherpad-lite 1.7.0  https://review.openstack.org/59754422:47
clarkbalso I think I can't run it out of bridge.yaml for a similar reason, so this needs to be its own cron and separte ansible invocation22:48
clarkbya doesn't look like I can temporarily tell the ansible modules to use a different client config file, but still trying to confirm that22:49
clarkbI'll convert it to be a cron like we run already22:50
clarkbs/already/previously/22:50
*** diablo_rojo has quit IRC22:53
*** gfidente has quit IRC22:55
*** r-daneel has quit IRC22:56
*** rlandy is now known as rlandy|bbl22:57
clarkbianw: did you see the followup comment on https://review.openstack.org/#/c/597333/ ? I'm going to base cloud launcher on this chagne too so that I can set up a log rotation23:01
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Provide per-project ssh key to executor  https://review.openstack.org/59772723:01
openstackgerritClark Boylan proposed openstack-infra/system-config master: Run cloud launcher on bridge.o.o  https://review.openstack.org/59772823:03
clarkbI think that will do it but it depends on us getting all-clouds.yaml written so I will WIP until pabelanger has those patches up and I can depends on23:03
*** dingyichen has quit IRC23:04
openstackgerritJames E. Blair proposed openstack-infra/system-config master: Add system-config-run-eavesdrop  https://review.openstack.org/59761723:05
*** ijw has quit IRC23:06
clarkbin interesting news, github is scanning openstack/requirements:global-requirements.txt for security vulnerabilities23:07
clarkbprometheanfire: ^ fyi I mentioned to keystone but pysam2 should be bumped to pysaml2 ~> 4.5.0 according to github23:07
fungineat23:10
*** slaweq has joined #openstack-infra23:11
*** markvoelker has quit IRC23:12
*** tosky has quit IRC23:13
mnaserclarkb: yup it looks like its good so far23:13
mnaserclarkb: maybe we can bump to 50?23:13
mnaserif we can check that jobs are healthy23:13
clarkbmnaser: sure let me take a look at logstash23:14
*** slaweq has quit IRC23:15
ianwclarkb: yeah, adding to base seems good23:22
clarkbmnaser: filename:"job-output.txt" AND message:"Upload logs to log server" AND node_provider:"vexxhost-sjc1" AND build_status:"FAILURE" is my query, says 23 failures the vast majority are kata-runsh23:22
clarkbmnaser: I'm going to dig into failures now, I'm not up to speed on status of kata ci right now23:22
mnaserclarkb: but the openstack side seems okay i assume?23:22
clarkbya only a small number of failures there and all appear to be incheck23:23
clarkbhttp://logs.openstack.org/22/622/1a8368f50e32fa7dba045d2a22e79a0a820763a4/third-party-check/kata-runsh/a8faaff/job-output.txt#_2018-08-29_20_34_22_940044 is legit failure in kata runsh23:23
openstackgerritMohammed Naser proposed openstack-infra/project-config master: Bump vexxhost-sjc1 to 50 servers  https://review.openstack.org/59773123:24
clarkbhttp://logs.openstack.org/78/597678/1/check/build-openstack-sphinx-docs/8cfa182/job-output.txt#_2018-08-29_20_41_48_955862 also looks like a valid fail (incompatible requirements)23:24
mnaserclarkb: ^23:24
clarkbhttp://logs.openstack.org/86/596986/1/check/tripleo-ci-centos-7-containers-multinode/7979318/job-output.txt#_2018-08-29_20_09_17_823672 is a tripleo timeout23:24
clarkbhttp://logs.openstack.org/21/597721/1/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/d8c271b/job-output.txt#_2018-08-29_22_39_18_642829 looks like valid failure in ansible playbooks things23:25
clarkbso ya I think we can bump it up23:25
clarkbnot seeing anything that says broken cloud other than the timeout could indicate a slow node?23:25
mnaserdoubt its a slow node23:25
mnaserthe cloud is honestly empty23:25
mnaserlol23:25
mnaserclarkb: but its possible that it was a cold cache?23:26
clarkbmnaser: or maybe you are using qemu instead of kvm? :P I seriously doubt that though23:26
clarkbcold caches could be at fault, and that will only get better as we use the cloud23:26
mnaserif that was the case i dont think the we'd have any jobs passing at all23:26
mnaser:P23:26
clarkbmnaser: it has been known to happen on more than one cloud because bioses disable vtx by default iirc23:27
clarkbbut you seem to know how to run a cloud so I doubt that would hit you23:27
fungimnaser definitely seems to know how to run a cloud23:28
mnaser:)23:29
mnaserand also double checked, it's on lol23:29
*** holser_ has quit IRC23:29
clarkbianw: fungi: care to review https://review.openstack.org/597731 to kick it up to 50 instances in sjc1?23:30
fungilgtm23:31
fungii'm planning to stick a personal vm there pretty soon anyway23:31
clarkbdanke23:31
fungiwas interested to see that's the region my account defaulted to23:31
mnaserdat tripleo gate queue23:35
ianwclarkb: did we figure out the strangely odd quota results nodepool had?23:36
clarkbianw: yes mnaser bumped the wrong region23:36
mnaserdarn23:37
clarkbonce the correct region was updated everything went happy as soon as shade caches expired23:37
mnaseri got worried with that comment out of context23:37
mnaserthinking i bumped ca-ymq-1 in my last change23:37
mnaserlol23:37
ianwohh, cool, that neatly explains why the cache was never expiring then :)23:37
ianwit's hard to tell the difference between a cached invalid value and an invalid cache value23:38
openstackgerritMerged openstack-infra/project-config master: Bump vexxhost-sjc1 to 50 servers  https://review.openstack.org/59773123:40
*** sthussey has quit IRC23:44
clarkbI believe http://status.openstack.org/elastic-recheck/#1384373 is all github23:54
clarkbwhich is painful23:54
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add logrotate role and rotate ansible log files  https://review.openstack.org/59733323:54
clarkbwas looking at e-r to see if it would show anything different about sjc123:54
*** signed8bit is now known as signed8bit_Zzz23:55
clarkbianw: ^ lgtm now thanks23:56
clarkbfungi: that is curious stein key still not showing up on mit keyserver?23:58
openstackgerritDoug Hellmann proposed openstack-infra/project-config master: remove job settings for tripleo repositories  https://review.openstack.org/59782223:59
clarkbubuntu has it I guess syncing is just slow23:59

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