Tuesday, 2019-04-09

*** wolverineav has quit IRC00:02
*** wolverineav has joined #openstack-infra00:03
*** wolverineav has quit IRC00:07
*** Swami has quit IRC00:08
*** gyee has quit IRC00:09
*** ijw has quit IRC00:14
*** wolverineav has joined #openstack-infra00:20
*** tbachman has joined #openstack-infra00:25
*** wolverineav has quit IRC00:27
openstackgerritMerged openstack-infra/system-config master: Add graphite01.opendev.org letsencrypt configuration  https://review.openstack.org/64828800:33
*** wolverineav has joined #openstack-infra00:49
*** wolverineav has quit IRC00:53
openstackgerritManjeet Singh Bhatia proposed openstack-infra/project-config master: Add a new project networking-omnipath  https://review.openstack.org/65100800:59
openstackgerritManjeet Singh Bhatia proposed openstack-infra/project-config master: Add a new project networking-omnipath  https://review.openstack.org/65100801:00
*** ricolin has joined #openstack-infra01:02
*** igordc has quit IRC01:06
zxiiro-awayAnyone tried using "black" for their code linting? curious about others experiences with it. (ref: https://github.com/ambv/black)01:09
*** jamesmcarthur has quit IRC01:09
clarkbzxiiro-away: I've looked at it and like that it is optomized for avoiding merge conflicts and reducing diff sizes for code review01:15
clarkbzxiiro-away: I think we ahould consider using it insteadof pycodestyle once rhel8 happens and python3.6 is more broadly available01:15
zxiiro-awayyeah I'm liking what I've read about it so far. Anything that helps contributors spend less cycles spinning on small trivial issues is useful.01:17
lifelesszxiiro-away: I used it quite successfully internally at VMware01:27
lifelesszxiiro-away: its reasonably, though not completely, stable between versions (as you'd expect :))01:27
ianwfatal: [adns1.opendev.org]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'acme_txt_required'01:28
lifelessclarkb: if you can, you might consider having a robot submitting style fixes rather than folk having to match the style on submission01:28
lifelessclarkb: (e.g. a robot that pushes an update to the changesets if the formatting is wrong)01:28
ianwlifeless: cue complaints about robots getting credit for commits ... :)01:29
ianw"credit"01:29
lifelessianw: the lava like heat of corporate mad-investment is over, surely we can do good things for contributors now?01:30
lifelessActually that implies we haven't in the past, which is unfair.01:31
lifelessSay instead, surely we aren't blocked from ... now.01:31
clarkblifeless: doesnt that undo the benefits for code review?01:33
*** hongbin has joined #openstack-infra01:33
clarkbI guess its tradeoff between churn and format01:33
ianwlifeless: yeah, there's been work to make zuul put output rich gerrit comments that include highlighting of the errors and i think even pep8 was hooked up to it all, but maybe there was some issue and it didn't get activated01:33
lifelessclarkb: I don't think so; there are a couple of places it could be layered in.01:33
ianwwe get a ton of "skipping: [gitea07.opendev.org] => (item={'project': 'openstack/radar', 'description': 'dashboard for ci reporting'})" for every run in the ansible logs01:35
clarkbwe do have robots pushing changes (amd have for years) the trick here would be doing it early enough in the process that you get the diff benefits in code review01:35
clarkbianw I think we skip things if they are already there? or is it that specific repo?01:36
ianwclarkb: oh, sorry i mean we have that for *every* repo01:36
ianwi think on every run ... so it's quite verbose01:36
clarkbya I think that may be expected :/01:36
clarkbbecause we check if they need gitea setup and after its done we skip them01:36
ianwyeah and i guess related to corvus wanting to move it out of the base playbook01:37
ianwjust makes a big haystack for needles atm01:37
ianwletsencrypt appears to be *not* working ... despite my CI efforts :/01:38
clarkbya the pieces to move it out and have zuul drive it should all be there now01:38
clarkbis in my list for tomorrow to get the current test cd job working and from there drive gitea (and maybe dns?)01:39
*** nicolasbock has quit IRC01:39
clarkblifeless: does it have a operate on a diff mode or on the last git commit?01:42
clarkbhopefully we can avoid unrelated changes when black updates01:42
fungithe main reason we check changes for style rather than correcting style after they merge is not so much to enforce consistency, it's to stop overzealous reviewers arguing over code style on proposed changes01:48
*** ricolin_ has joined #openstack-infra01:50
*** ricolin has quit IRC01:50
*** sthussey has quit IRC01:51
ianwfungi / clarkb: hrm, i'm really struggling to see why it seems the letsencrypt roles aren't matching anything -> http://paste.openstack.org/show/749028/01:52
*** rosmaita has left #openstack-infra01:53
clarkbianw there is an ansible command I forget that prints group mbership01:55
clarkbI usually start with that when ansi le isnt runni g where I expect it01:56
openstackgerritIan Wienand proposed openstack-infra/system-config master: Remove linaro-cn1 region  https://review.openstack.org/65105301:58
*** apetrich has quit IRC01:58
lifelessclarkb: not that I'm aware of; you can certainly limit it to the files involved in a changeset, but not to the changed regions of those files.02:04
ianwsigh, playbooks/host_vars/graphite01.opendev.org.yaml is an untracked file ... i've forgotten to commit it02:05
openstackgerritIan Wienand proposed openstack-infra/system-config master: Really add graphite01.opendev.org certificate details  https://review.openstack.org/65105502:07
*** lseki has quit IRC02:27
*** roman_g has quit IRC02:29
ianwclarkb / cmurphy: not sure if you've noticed but all the "TASK [puppet-install : Install puppetlabs repo] ********************************" for puppet4 seems to fail02:32
ianwfatal: [cacti02.openstack.org]: FAILED! => {"changed": false, "msg": "A later version is already installed"}02:32
clarkbya its because we try to enforce puppet indtall in two ways. I ha e achange up to start simplifyi g that02:33
clarkbianw https://review.openstack.org/#/c/597325/02:35
clarkbit wont fix that but it does start removing redundant bits in that role02:35
*** hongbin has quit IRC02:35
*** whoami-rajat has joined #openstack-infra02:37
*** diablo_rojo has quit IRC02:37
*** hongbin has joined #openstack-infra02:38
ianwok ... will look02:38
ianwmirror01.nrt1.arm64ci.openstack.org has gone r/o with a bunch o kernel errors02:38
*** igordc has joined #openstack-infra02:40
*** hongbin has quit IRC02:49
*** hongbin has joined #openstack-infra02:51
*** ykarel|away has joined #openstack-infra02:51
*** bhavikdbavishi has joined #openstack-infra02:56
*** bhavikdbavishi has quit IRC03:21
*** bhavikdbavishi1 has joined #openstack-infra03:21
*** bhavikdbavishi1 is now known as bhavikdbavishi03:23
ianwclarkb: sigh, ansible is actually right about it's later version03:28
ianwwe have ii  puppetlabs-release-pc1           1.1.0-4xenial installed03:28
ianwhttps://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb appears to be Version: 1.1.0-2xenial03:28
ianwhow has it gone backwards!03:28
clarkbianw does /opt/puppetlabs exist?03:38
clarkband if so there should be a bin dir in there with puppet that reporta veraion 4 if you run puppet --version03:38
clarkbpc1 is this weird versioning thing they did I think it roughly maps to 4?03:39
clarkbits a collection of puppet 4 or something like that03:39
ianwclarkb: yeah, i am struggling to see how puppetlabs-release-pc1 version 1.1.0-4xenial is installed.  i'm not sure where that .deb comes from ... google has like 4 random weird hits03:39
ianwit's the deb with the puppet repos03:40
*** yamamoto has quit IRC03:40
clarkbis it our install puppet script?03:40
clarkbthat us what we are using to upgrade from 3 to 403:40
ianwinstalled at 2019-03-21 16:04:09 configure puppetlabs-release-pc1:all 1.1.0-4xenial <none>03:41
openstackgerritMerged openstack-infra/system-config master: Don't manage puppet.conf during puppet-install  https://review.openstack.org/59732503:44
ianwlogs don't go back that far ... where did this deb come from!03:46
clarkbthats in the range of time I wouldve upgraded puppet03:47
clarkbianw https://opendev.org/openstack-infra/system-config/src/branch/master/install_puppet.sh#L21803:48
clarkbI think that is where03:48
ianwclarkb: right ... but https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb is 1.1.0-2xenial ... unless somehow it was -4 when you updated it, and then it's remotely switched back?03:49
clarkbpc1 is puppet 4 but with its own versioning I think03:50
clarkbso its puppet collection 1 (which is puppet 4) version 1.1.003:51
clarkbthere wasnever really a true puppet v1 so I think that must be it03:51
clarkbit went from 0.something to 2.7 to 3 iirc03:51
clarkboh I see itsthe suffix03:53
clarkbsorry03:53
ianwclarkb: yeah, i mean AFAICS https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb was installed by probably puppet4 update, but somehow has used a later version than is currently available03:54
*** yamamoto has joined #openstack-infra03:55
clarkbdid maybe they removed packages or did a non version increase release?03:55
clarkbhttp://apt.puppetlabs.com/pool/xenial/PC1/p/puppetlabs-release-pc1/03:56
clarkbthey are both available03:57
clarkbdo we pin the version in that ansible role?03:57
ianwclarkb: ahhh!!! ok, so that's in the actual *repo*.  ansible is grabbing it from the top-level dir https://apt.puppetlabs.com/ ... it's out of sync03:58
*** ramishra has joined #openstack-infra03:59
ianwarrggghhh, what a mess04:00
clarkbya we've got code attacking it from two sides :/04:00
ianwso basically, you install https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb , and then upgrade, and it upgrades puppetlabs-release-pc1-xenial04:01
clarkbunfortunately I didnt realize until after we started upgrading and I didnt want to have to use a different process so instead have tried cleaning up (slowly)04:01
ianwnow you can't install https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb again.  i think the easiest thing to do here is add a skip in the ansible04:01
clarkbI think that is reasonable04:01
clarkbif puppetlabs list exists then skil04:02
*** imacdonn_ has quit IRC04:02
*** imacdonn_ has joined #openstack-infra04:03
*** udesale has joined #openstack-infra04:04
*** hongbin has quit IRC04:05
*** ykarel|away is now known as ykarel04:07
openstackgerritIan Wienand proposed openstack-infra/system-config master: Skip installing puppetlabs repos if they exist  https://review.openstack.org/65106404:15
ianwclarkb: ^ ok, yak shaved :)04:15
*** markvoelker has quit IRC04:31
ianwgary_perkins_: it seems mirror01.nrt1.arm64ci.openstack.org has gone into shutdown, and despite my best efforts to "start" it again (it doesn't return any error) it remains in shutdown04:34
ianwwell, to be clear, it was basically dead with the root filesystem r/o and ext4 errors.  i rebooted from command line, it didn't come back.  i did a hard reboot, which didn't seem to work but it went into shutdown04:35
ianwi would really prefer to not have to rebuild it if at all possible04:36
ianwclarkb: ^ fyi too04:36
*** hwoarang_ has quit IRC04:37
*** hwoarang has joined #openstack-infra04:42
*** ykarel has quit IRC04:42
*** dpawlik has joined #openstack-infra04:45
*** wolverineav has joined #openstack-infra04:49
*** dpawlik has quit IRC04:50
*** wolverineav has quit IRC04:54
*** ykarel has joined #openstack-infra04:56
*** igordc has quit IRC05:11
*** gregoryo has joined #openstack-infra05:22
*** e0ne has joined #openstack-infra05:25
*** e0ne has quit IRC05:29
*** quiquell|off is now known as quiquell|rover05:43
*** udesale has quit IRC05:52
*** ykarel is now known as ykarel|afk05:58
*** ricolin_ has quit IRC05:58
*** jbadiapa has joined #openstack-infra06:01
AJaegerinfra-root, https://git.openstack.org/cgit/inaugust/inaugust.com/ is not imported - it's an empty repo06:01
*** ykarel|afk has quit IRC06:02
*** kopecmartin|off is now known as kopecmartin06:05
*** ccamacho has joined #openstack-infra06:12
*** ykarel|afk has joined #openstack-infra06:13
openstackgerritIan Wienand proposed openstack-infra/system-config master: Remove graphite.openstack.org  https://review.openstack.org/65110406:14
*** kjackal_v2 has quit IRC06:21
*** ricolin has joined #openstack-infra06:22
*** pgaxatte has joined #openstack-infra06:22
*** rkukura has joined #openstack-infra06:26
*** dpawlik has joined #openstack-infra06:27
*** pcaruana has joined #openstack-infra06:30
*** markvoelker has joined #openstack-infra06:32
*** udesale has joined #openstack-infra06:33
*** snapiri has quit IRC06:33
*** ykarel|afk is now known as ykarel06:35
*** quiquell|rover is now known as quique|rover|brb06:41
*** slaweq has joined #openstack-infra06:47
*** ginopc has joined #openstack-infra06:56
*** kjackal has joined #openstack-infra06:56
*** hwoarang has quit IRC06:57
*** hwoarang has joined #openstack-infra07:04
*** gfidente has joined #openstack-infra07:05
*** markvoelker has quit IRC07:06
*** apetrich has joined #openstack-infra07:10
*** gfidente has quit IRC07:11
*** rpittau|afk is now known as rpittau07:12
*** quique|rover|brb is now known as quiquell|rover07:13
*** mnencia_ has joined #openstack-infra07:14
*** mnencia has quit IRC07:15
*** mnencia_ is now known as mnencia07:15
*** SpamapS has quit IRC07:15
*** slaweq has quit IRC07:17
*** SpamapS has joined #openstack-infra07:17
*** slaweq has joined #openstack-infra07:17
*** tosky has joined #openstack-infra07:20
*** sshnaidm|off is now known as sshnaidm|pto07:23
*** ykarel is now known as ykarel|lunch07:31
*** tosky has quit IRC07:33
*** tosky has joined #openstack-infra07:33
ianw#status log mirror01.nrt1.arm64ci.openstack.org currently offline pending (hopeful) recovery07:39
openstackstatusianw: finished logging07:39
*** roman_g has joined #openstack-infra07:39
*** jpena|off is now known as jpena07:47
fricklermordred: AJaeger: seems the source repo is messed up http://paste.openstack.org/show/749037/07:49
*** jpich has joined #openstack-infra07:52
*** jonher_ has joined #openstack-infra07:57
*** jonher has quit IRC07:58
*** frickler has quit IRC07:58
*** jonher_ is now known as jonher07:58
*** frickler has joined #openstack-infra07:59
*** dtantsur|afk is now known as dtantsur08:00
*** rcernin has quit IRC08:01
*** ccamacho has quit IRC08:01
*** markvoelker has joined #openstack-infra08:03
*** gfidente has joined #openstack-infra08:04
*** e0ne has joined #openstack-infra08:13
*** priteau has joined #openstack-infra08:15
*** wolverineav has joined #openstack-infra08:15
*** wolverineav has quit IRC08:20
*** kjackal has quit IRC08:21
*** kjackal has joined #openstack-infra08:22
ironfootianw: re. mirror01.nrt1.arm64ci.openstack.org, I can have a quick look in the meantime08:24
*** lucasagomes has joined #openstack-infra08:27
ianwironfoot: great, thanks08:27
*** zbr has quit IRC08:28
*** yamamoto has quit IRC08:30
openstackgerritIan Wienand proposed openstack-infra/system-config master: Skip installing puppetlabs repos if they exist  https://review.openstack.org/65106408:31
ianwfrickler: ^ thanks for pointing that out, dropped the puppet5 bit08:31
*** yamamoto has joined #openstack-infra08:36
*** markvoelker has quit IRC08:36
*** e0ne has quit IRC08:37
*** derekh has joined #openstack-infra08:40
*** tkajinam has quit IRC08:43
*** kjackal has quit IRC08:46
*** e0ne has joined #openstack-infra08:47
*** ykarel|lunch is now known as ykarel08:48
ironfootianw: space related issues in the controller... -.-'  Glance could do with an images cleanup on the zuul project08:48
ironfootI can do if it's safe to clean them up. I assume these images were uploaded as part of some tests08:48
ironfootAs a side note, we have finished a new cloud deployment, more robust, more redundancy, ceph backed, etc, to avoid these kind of problems in the future08:49
*** gregoryo has quit IRC08:59
*** yamamoto has quit IRC09:16
*** kjackal has joined #openstack-infra09:16
*** jaosorior has quit IRC09:24
*** e0ne has quit IRC09:25
*** bhavikdbavishi1 has joined #openstack-infra09:28
*** bhavikdbavishi has quit IRC09:29
*** bhavikdbavishi1 is now known as bhavikdbavishi09:29
*** jaosorior has joined #openstack-infra09:31
*** electrofelix has joined #openstack-infra09:41
*** e0ne has joined #openstack-infra09:44
*** yamamoto has joined #openstack-infra09:44
*** Lucas_Gray has joined #openstack-infra09:45
*** yolanda_ has quit IRC09:47
*** yamamoto has quit IRC09:47
*** Lucas_Gray has quit IRC09:53
*** Lucas_Gray has joined #openstack-infra09:54
*** udesale has quit IRC09:57
*** udesale has joined #openstack-infra09:58
*** psachin has joined #openstack-infra09:59
ianwironfoot: ok, cool -- it is possible that nodepool has leaked images -- any of the "-numbers" ones are from nodepool; only the ones listed in http://nl01.openstack.org/dib-image-list should be active10:02
*** yamamoto has joined #openstack-infra10:02
ironfootianw: thanks for that list. I'll do the cleanup :)10:03
ianwironfoot: looking at that list, those ones that are like 24 days old i think shouldn't be there.  i'll have to check later ... it might be that the linaro CN1 cloud somehow got things a little messed up with nodepool's tracking -- that has been flakey and eventually the ssl cert expired so we couldn't talk to it any more.  we've disabled that cloud now10:07
*** yamamoto has quit IRC10:08
AJaegerfrickler: thanks for checking. Hope mordred can fix the inaugust repo...10:08
ironfootianw: none of the -numbered images here were in that dib-image-list :/10:09
ironfootIt might be that this cloud has been faulty for a while10:09
*** gary_perkins_ has quit IRC10:11
*** gary_perkins has joined #openstack-infra10:11
ianwironfoot: yeah, possibly.  i just manually deleted all those really old ones from nodepool.  i'll keep an eye as it rebuilds and check on them tomorrow10:14
ironfootta10:14
ironfootI'll continue debuggin what's going on with `mirror01.nrt1.arm64ci.openstack.org`.10:15
*** yamamoto has joined #openstack-infra10:15
*** yamamoto has quit IRC10:18
*** yamamoto has joined #openstack-infra10:21
*** yamamoto has quit IRC10:21
*** yamamoto has joined #openstack-infra10:22
*** yamamoto has quit IRC10:24
*** yamamoto has joined #openstack-infra10:24
*** markvoelker has joined #openstack-infra10:33
*** bhavikdbavishi has quit IRC10:35
*** e0ne has quit IRC10:37
*** ykarel is now known as ykarel|afk10:41
*** e0ne has joined #openstack-infra10:44
*** nicolasbock has joined #openstack-infra10:46
*** tbachman has quit IRC10:48
*** owalsh has quit IRC10:53
*** owalsh_ has joined #openstack-infra10:53
*** udesale has quit IRC10:56
*** yamamoto has quit IRC11:01
*** yamamoto has joined #openstack-infra11:03
*** markvoelker has quit IRC11:07
*** yamamoto has quit IRC11:07
*** zbr has joined #openstack-infra11:08
*** yamamoto has joined #openstack-infra11:09
*** yamamoto has quit IRC11:09
*** ykarel|afk is now known as ykarel11:12
openstackgerritMatthieu Huin proposed openstack-infra/zuul master: [WIP] admin REST API: docker-compose PoC, frontend  https://review.openstack.org/64353611:12
*** yamamoto has joined #openstack-infra11:26
*** e0ne has quit IRC11:30
*** jpena is now known as jpena|lunch11:37
*** yamamoto has quit IRC11:41
mordredAJaeger: uhoh - what did I do?11:56
mordredAJaeger: oh - weird. k. I'm on it11:58
*** yamamoto has joined #openstack-infra11:59
*** yamamoto has quit IRC11:59
*** tbachman has joined #openstack-infra11:59
*** nicolasbock has quit IRC12:02
*** nicolasbock has joined #openstack-infra12:02
*** quiquell|rover is now known as quique|rover|eat12:07
*** bhavikdbavishi has joined #openstack-infra12:09
*** elod has quit IRC12:11
*** elod has joined #openstack-infra12:11
*** gfidente has quit IRC12:13
*** gfidente has joined #openstack-infra12:13
*** lseki has joined #openstack-infra12:14
*** wolverineav has joined #openstack-infra12:16
*** jamesmcarthur has joined #openstack-infra12:17
mordredAJaeger: fixed12:18
*** wolverineav has quit IRC12:20
*** rosmaita has joined #openstack-infra12:21
openstackgerritMerged openstack-infra/project-config master: Adds contributor guide repo to Upstream Institute channel  https://review.openstack.org/65100712:26
*** jpena|lunch is now known as jpena12:29
*** rlandy has joined #openstack-infra12:32
*** apetrich has quit IRC12:32
*** rlandy is now known as rlandy|ruck12:32
*** jamesdenton has quit IRC12:33
*** jamesmcarthur has quit IRC12:34
*** apetrich has joined #openstack-infra12:39
openstackgerritJoshua Hesketh proposed openstack-infra/jeepyb master: Correct blueprint topic links for modern Gerrit  https://review.openstack.org/63046112:39
*** priteau has quit IRC12:42
*** yamamoto has joined #openstack-infra12:43
*** openstackgerrit has quit IRC12:44
*** quique|rover|eat is now known as quiquell|rover12:44
*** apetrich has quit IRC12:45
*** dtantsur is now known as dtantsur|brb12:46
tdasilvaHello, I'm looking for some help with a gate job. I have a task in my ansible script to install 'yasm' in Centos7, but it is failing to do so as it can't find the package. In my own testing it should be available in epel12:49
tdasilvaHere's the failure: http://logs.openstack.org/75/650975/4/check/liberasurecode-unittests-centos-7/6d9c494/job-output.txt.gz#_2019-04-08_23_31_33_89329412:49
tdasilvathis is my test: http://paste.openstack.org/show/749029/12:49
*** Goneri has joined #openstack-infra12:50
*** jamesmcarthur has joined #openstack-infra12:50
*** kgiusti has joined #openstack-infra12:51
tdasilvaAJaeger, clarkb: wondering if you would have any pointers for above ^^^12:51
*** e0ne has joined #openstack-infra12:54
*** apetrich has joined #openstack-infra12:54
*** openstackgerrit has joined #openstack-infra12:55
openstackgerritMerged openstack-infra/jeepyb master: Correct blueprint topic links for modern Gerrit  https://review.openstack.org/63046112:55
*** witek has joined #openstack-infra12:55
*** jroll has quit IRC12:55
*** sthussey has joined #openstack-infra12:58
openstackgerritMerged openstack-infra/zuul-jobs master: Allow user to set ara_report_executable  https://review.openstack.org/64877312:58
*** owalsh_ is now known as owalsh_afk12:58
*** jroll has joined #openstack-infra12:59
mordredAJaeger, clarkb, fungi: https://review.openstack.org/651229 Add pipeline definitions12:59
fungitdasilva: i wonder if epel needs to be enabled first on the node?13:00
*** eharney has joined #openstack-infra13:00
mordredfungi: looks like it is13:02
fungihrm13:02
*** ykarel is now known as ykarel|afk13:02
mordredyeah13:02
tdasilvafungi: we added here: https://review.openstack.org/#/c/650975/4/roles/install_isal/tasks/main.yaml13:02
mordredI don't think we're doing anything to mirror epel right?13:02
mordred(like, we'd have to get pretty crafty for yum install epel-release to wind up installing a yum config file that pointed to our mirrors I think)13:03
pabelangerepel should be installed, just disabled on nodes13:03
pabelangeryum --enablerepo epel should would13:03
mordredyah13:03
mordredah13:03
mordredso that'll be the thing then13:03
fungitl;dr: we don't want jobs accidentally installing different packages from epel unless the job author explicitly desires that13:04
mordredyeah13:04
pabelanger+113:04
mordredso the yum install epel-release in tdasilva's job is essentially a no-op13:04
mordredand the enablerepo line is needed13:04
*** jamesmcarthur has quit IRC13:04
tdasilvamordred: yeah, i realized that later when looking at the logs. will try to change to enable repo13:05
mordred\o/13:05
pabelangeryah, epel-release is done via DIB builds, so we can get haveged, then we disable it. Also means we can configure our mirrors too13:05
mordredfungi, pabelanger: I think we have to force-merge the add pipelines to opendev patch, right? since there are no pipelines, it's not possible to land changes in that repo normally, yeah?13:05
mordredpabelanger: ++13:06
fungimordred: i concur. that will not run speculatively13:06
pabelangerlooking13:06
mordredk. well - I copied those verbatim from the zuul tenant - so they _should_ be good :)13:06
fungifrickler had a suggestion for the commit message on it13:06
pabelangeragree with force merge, we should maybe also add noop job too? otherwise that needs force merge too13:07
*** ykarel|afk has quit IRC13:09
*** yamamoto has quit IRC13:10
*** tbachman has quit IRC13:10
mordredpabelanger: good call - I'll update13:10
pabelangerI've been seening the following crontab emails from openstackid.org for the last few days:13:10
pabelangermysqldump: Got error: 2005: Unknown MySQL server host 'oodbeba95d95748e4e01a8f825ac9f1a980c.openstack.org' (0) when trying to connect13:10
pabelangerlooks like backups aren't working?13:10
ironfootianw: mirror01.nrt1.arm64ci.openstack.org instance is running now13:10
*** jcoufal has joined #openstack-infra13:10
*** yamamoto has joined #openstack-infra13:11
*** yamamoto has quit IRC13:11
mordredpabelanger, fungi, frickler: updated with the suggestions13:11
mordredif y'all are ok with that - I'll do the force-merge13:12
pabelanger+213:13
*** witek has quit IRC13:16
*** tbachman has joined #openstack-infra13:16
fricklermordred: ack13:18
AJaegermordred: http://git.openstack.org/cgit/inaugust/inaugust.com/ looks fine now - thanks13:19
*** aaronsheffield has joined #openstack-infra13:21
mordredwoot! zuul is running jobs in opendev tenant now13:25
*** priteau has joined #openstack-infra13:27
openstackgerritMonty Taylor proposed opendev/base-jobs master: Use tox-linters for opendev  https://review.openstack.org/65124013:28
*** tbachman has quit IRC13:32
*** ykarel has joined #openstack-infra13:32
*** udesale has joined #openstack-infra13:36
*** tbachman has joined #openstack-infra13:38
*** lpetrut has joined #openstack-infra13:42
*** mriedem has joined #openstack-infra13:43
*** eernst has joined #openstack-infra13:44
pabelangermordred: Yay13:49
*** yamamoto has joined #openstack-infra13:51
dmsimardthe gerrit replication autoreload patch has 3 +2s -- unless there's any objections I'll +w and keep an eye on it13:53
dmsimard( https://review.openstack.org/#/c/650051/ )13:53
*** e0ne has quit IRC13:53
*** Lucas_Gray has quit IRC13:57
*** eernst has quit IRC13:57
*** Lucas_Gray has joined #openstack-infra14:01
*** yamamoto has quit IRC14:02
fungido we want to wait on merging gerrit config changes until after tomorrow?14:03
fungijust a thought14:03
AJaegermordred: regarding https://review.openstack.org/#/c/651240/ - openstack-zuul-jobs-linters works, why is the change needed?14:03
dmsimardfungi: I've been trying to move the ara repos for a few weeks now :(14:03
fungidmsimard: yep, we've also been trying to release openstack stein for a few weeks and promised the openstack release team we'd try to avoid making any disruptive changes14:04
*** priteau has quit IRC14:04
dmsimardfair14:04
*** lpetrut has quit IRC14:04
fungii don't personally expect that change to be disruptive, but if we're in a bind and need to restart gerrit for some reason and that config change breaks our inability to start it up for a few minutes, that extends the potential disruption14:05
fungiplus, we need a gerrit restart for it to take effect, right?14:06
fungiso there's little point in merging it until we're about to restart gerrit (which we can probably plan to do on thursday or friday if we want)14:06
dmsimardthe autoreload addition requires a gerrit restart to be effective, yes -- I didn't plan to restart gerrit but I wanted the change to be in so that if we need to restart gerrit then it's picked up14:06
fungii would rather plan to just go ahead and restart it once release activity calms down. that way we know whether it's working the way we want prior to opendev migration14:07
dmsimardworks for me, apologies for my patience running short :p14:07
fungiand still leaves us some time to fix it up better if it isn't for some reason14:08
tdasilvafungi, mordred, pabelanger: thanks! enabling epel repo fixed our issue with patch 65097514:08
fungidmsimard: no worries, i'm eager to see it put to use as well14:08
pabelangertdasilva: \o/14:09
pabelangertdasilva: +1 left comment too14:11
openstackgerritDavid Moreau Simard proposed openstack-infra/system-config master: Use /usr/bin/python3 as the interpreter for bridge.o.o  https://review.openstack.org/65125114:16
dmsimardinfra-root: ^ not sure if that was a known issue but infra-prod-zuul_reconfigure has been consistently failing: http://zuul.openstack.org/builds?job_name=infra-prod-zuul_reconfigure14:17
*** michael-beaver has joined #openstack-infra14:17
pabelangerdmsimard: https://review.openstack.org/649331 is the fix14:19
dmsimardpabelanger: we have the same fix, I'll abandon mine :)14:20
dmsimardpabelanger: not exactly the same fix, mine provides /usr/bin/python3 instead of just python3 -- does just python3 work ?14:20
pabelangeryup, https://github.com/ansible-network/windmill-config/blob/master/tests/playbooks/bastion.yaml#L1014:21
pabelangerdmsimard: Oh, also14:21
dmsimardTIL14:21
*** michael-beaver has left #openstack-infra14:21
pabelangermaybe sure you use IP address for bridge.o.o, not DNS. Otherwise zuul_console won't work14:21
pabelangerthere is a bug that is only support IPs, not hostnames14:21
pabelangermordred: ^14:22
pabelangerhttp://eavesdrop.openstack.org/irclogs/%23zuul/%23zuul.2019-04-04.log.html#t2019-04-04T20:49:4314:22
*** bobh has joined #openstack-infra14:28
AJaegermordred: did you see my comment regarding https://review.openstack.org/#/c/651240/  ?14:29
AJaegermordred: sorry, thought you spoke in the meantime - misparsed lines above ;(14:29
*** dtantsur|brb is now known as dtantsur14:30
*** e0ne has joined #openstack-infra14:31
*** quiquell|rover is now known as quiquell|off14:38
*** owalsh_afk is now known as owalsh14:41
clarkbdmsimard: pabelanger: ya that was all not working previously due to not allowing root ssh from the executors. So I added the zuulcd user and that finally got in and now we have the next round of things to fix for it14:42
clarkbdmsimard: pabelanger: considering that gitea and the dns servers are 100% ansible driven (no puppet) I think we want to pivot that job to CDing those services14:42
*** igordc has joined #openstack-infra14:42
clarkbthat will be the step once we've got the base ssh in and run a thing working14:42
clarkbI've got a meeting in a few minutes but then will be catching up on ianw's puppet yak and can help shepherd the zuulcd stuff along too14:45
*** _erlon_ has joined #openstack-infra14:46
*** jamesmcarthur has joined #openstack-infra14:47
*** lpetrut has joined #openstack-infra14:48
*** jistr is now known as jistr|call14:51
*** ijw has joined #openstack-infra14:51
openstackgerritJeremy Stanley proposed openstack-infra/system-config master: Add rewrites for whitelabeled legacy git sites  https://review.openstack.org/65126815:02
*** ijw has quit IRC15:05
*** ijw has joined #openstack-infra15:05
openstackgerritMalek Karray proposed openstack-infra/storyboard-webclient master: Allowing the user to choose what Columns are seen  https://review.openstack.org/65127015:07
mordredAJaeger: oh weird ... I was looking at http://zuul.opendev.org/t/opendev/status at the config errors15:09
*** ijw has quit IRC15:09
clarkbmordred: AJaeger are we running jobs for opendev/base-jobs from the openstack tenant?15:09
*** ijw has joined #openstack-infra15:09
clarkbthat may explain that behavior?15:09
mordredah - yes, I think we are15:09
mordredwe have           - opendev/base-jobs:15:10
AJaegerah...15:10
mordred              shadow: openstack-infra/project-config15:10
mordredin the openstack tenant15:10
TheJuliaOut of curiosity, was it intentional to take rocky grenade to always start on Bionic?15:10
clarkbTheJulia: thats a question for the qa team. But I want to say in the past we have chosen the node so that we upgrade starting on the supported distro for the first release15:11
fungiTheJulia: probably not, but it's more a question for #openstack-qa and maybe gmann specifically15:11
*** kjackal has quit IRC15:12
*** tbachman has quit IRC15:15
*** tbachman has joined #openstack-infra15:22
*** e0ne has quit IRC15:23
*** e0ne has joined #openstack-infra15:27
openstackgerritTim Burke proposed openstack/os-testr master: Default concurrency to 0 to avoid TypeError in stestr  https://review.openstack.org/65127515:28
*** lpetrut has quit IRC15:29
*** iurygregory_ has joined #openstack-infra15:32
*** iurygregory has quit IRC15:35
*** gyee has joined #openstack-infra15:35
*** udesale has quit IRC15:37
*** iurygregory_ is now known as iurygregory15:38
clarkbmordred: AJaeger I think that means you can add the opendev linter job and then remove the openstack side config?15:38
clarkband for a short period we may end up running both jobs15:38
mordredclarkb: yeah - although with the shadowing - I'm not 100% I know what the job architecture intent is supposed to be15:39
mordredclarkb: so maybe we update zuul/main.yaml to only pull in jobs from opendev/base-jobs in the opendev tenant for now - I don't want to mess up any in-flight sequencing corvus might have been workign through15:40
clarkbmordred: I think that was mostly bootstrapping. However we may need an opendev/project-config15:40
mordredwe have one15:40
mordredjust landed pipelines in it this morning15:40
clarkbI think the problem here is that we want base-jobs to be reusable base jobs and so that needs to be constrained to that15:40
clarkbthen we can put all of the other stuff in the project-config repo15:41
clarkbah cool15:41
clarkbin that case I think it was largely just ease of bootstrapping15:41
mordrednod15:41
*** tbachman has quit IRC15:41
rosmaitaAJaeger: ianw: gerrit dashboard review at your convenience: https://review.openstack.org/651276 ... thanks!15:42
mordredclarkb: k. well - we have this: https://review.openstack.org/#/c/651240/15:42
mordredwhich removes the openstack-specific linter job usage15:42
*** jamesmcarthur has quit IRC15:42
mordredI'll push up a patch to remove opendev/base-jobs from openstack tenant15:42
clarkbmordred: opendev/base-jobs still needs to be in the openstack tenant for the base jobs15:43
clarkbbut shouldn't have a project: block15:43
clarkbaiui15:43
mordredclarkb: nod15:43
*** tbachman has joined #openstack-infra15:44
*** bobh has quit IRC15:44
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Only pull in jobs from opendev/base-jobs to openstack  https://review.openstack.org/65128015:45
mordredclarkb: something like that ^^?15:45
clarkbmordred: ya though the tab will liekly have to be cleaned up because yaml?15:46
clarkbmordred: also that might be scary enough that we merge it after the openstack release?15:46
mordredbah. I put in a tab? sigh15:46
mordred++15:46
mordredclarkb: it's totally non-urgent15:46
clarkbbut ya I think that is correct15:46
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Only pull in jobs from opendev/base-jobs to openstack  https://review.openstack.org/65128015:47
clarkbpabelanger: dmsimard I've approved https://review.openstack.org/#/c/649331/115:47
clarkbcurrently the playbook that runs should just say hello world15:48
clarkbif we get that to work I think we can fix the console streaming and pivot to configuring gitea with that15:48
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Remove project config for api-sig repo  https://review.openstack.org/65128215:50
*** apetrich has quit IRC15:50
openstackgerritPedro Alvarez Piedehierro proposed openstack/diskimage-builder master: Fix Fedora aarch64 image location  https://review.openstack.org/65128315:50
*** ijw has quit IRC15:50
*** ijw has joined #openstack-infra15:51
*** bobh has joined #openstack-infra15:57
*** jistr|call is now known as jistr16:00
*** diablo_rojo has joined #openstack-infra16:01
*** jamesmcarthur has joined #openstack-infra16:05
*** ginopc has quit IRC16:08
*** e0ne has quit IRC16:08
*** Lucas_Gray has quit IRC16:08
*** priteau has joined #openstack-infra16:13
ironfoot^ That helps when trying to build an aarch64 Amphora image, although fails because `open-vm-tools` package couldn't be found16:14
openstackgerritMerged openstack-infra/system-config master: Set ansible_python_interpreter for bridge.o.o  https://review.openstack.org/64933116:15
clarkbironfoot: is that fedora version dependent?16:16
* clarkb looks up some urls16:16
clarkb28 and 29 both have it so we should be fine16:17
ironfootyeah, and I couldn't find it on earlier versions16:18
ironfootalthough, are you talking about the aarch64 image or the open-vm-tools package16:18
clarkbaarch6416:18
* ironfoot nods16:19
*** pgaxatte has quit IRC16:19
*** lucasagomes has quit IRC16:22
*** jamesmcarthur has quit IRC16:23
openstackgerritMerged openstack-infra/zuul-jobs master: Use /etc/hosts with docker registries to handle ipv6  https://review.openstack.org/65096816:23
*** tjgresha has joined #openstack-infra16:26
openstackgerritClark Boylan proposed openstack-infra/zuul master: Don't cache wheels in dockerfile  https://review.openstack.org/65132216:29
mordredclarkb: on ^^ - the use of --cache-dir is to consume the wheels built in the builder image step16:35
clarkbmordred: ah16:35
clarkbmordred: well we can remove the zuul-executor use of it16:35
clarkbbecause the zuul image deletes them before zuul-executor can use them16:35
clarkbor we can stop zuul from deleting them and then delete them in every sub iamge?16:35
*** mattw4 has joined #openstack-infra16:36
clarkbmordred: do you have a preference on that? I can update the change so that it is mergeable16:36
mordredclarkb: that wouldn't save much - since they'd be in the zuul layer16:36
mordredclarkb: but - we copy /output from the builder image into the zuul-executor image16:36
mordredso the zuul image deleting them wouldn't impact the use of them in the executor image16:36
mordredthis is mostly all just to make sure we don't need -dev packages installed16:36
clarkbmordred: doesn't the copy happen after the delete though?16:36
openstackgerritManjeet Singh Bhatia proposed openstack-infra/project-config master: Add a new project networking-omnipath  https://review.openstack.org/65100816:37
mordredthe copy is happening --from=builder16:37
clarkboh I see16:37
mordredit would be so much nicer if one could use volumes in image builds16:37
mordredbut apparently that has a high degree of confusing people making them think that the volume content would wind up in the resulting image - thus why it is blocked16:38
clarkbI guess any valid zuul change would build new images16:38
mordredyeah16:38
clarkbso I should go review some zuul/nodepool changes16:38
mordredclarkb: I just +A'd https://review.openstack.org/#/c/650917 - it's just a change to tests, but I think it should still cause new images?16:40
clarkbmordred: I was just looking at that one16:40
clarkband ya I think we always build new images16:40
mordredcool16:40
mordredprobably a good idea to16:40
clarkbara --help creates a db?16:40
clarkbwe may want to make sure that isn't a behavior that could change but otherwise the test should be fine16:41
mordredclarkb: I figure if the behavior changes we just yell at dmsimard16:41
clarkbmordred: http://zuul.openstack.org/stream/555d041f4a8c4e76be08e4f16d907c86?logfile=console.log that should push to the intermediate registry and dockerhub16:42
clarkbI think it will run a buildset registry in that job too and push to it? then zuul-quick-start will pull from it16:43
clarkbso we should exercise this reasonably well16:43
mordredyes, I believe so16:43
*** ijw has quit IRC16:43
openstackgerritMerged openstack-infra/system-config master: Skip installing puppetlabs repos if they exist  https://review.openstack.org/65106416:43
*** jamesmcarthur has joined #openstack-infra16:45
openstackgerritGary Perkins proposed openstack-infra/system-config master: Changed config to add the new ewr1cloud * New cloud 'arm64ci-ewr1' (url: ewr1cloud.arm64ci.cloud) * Keeping the old cloud 'arm64ci' (url: arm64ci.cloud) for now for a bit of overlap.  https://review.openstack.org/65002116:47
*** jpena is now known as jpena|away16:50
*** dpawlik has quit IRC16:51
*** jpich has quit IRC16:54
*** electrofelix has quit IRC16:58
*** derekh has quit IRC17:00
*** psachin has quit IRC17:00
*** dtantsur is now known as dtantsur|afk17:03
*** priteau has quit IRC17:04
*** tjgresha has quit IRC17:10
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Revert "Use /etc/hosts with docker registries to handle ipv6"  https://review.openstack.org/65133217:10
*** bgmccollum has quit IRC17:10
*** ykarel is now known as ykarel|away17:12
*** bgmccollum has joined #openstack-infra17:13
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Revert "Revert "Use /etc/hosts with docker registries to handle ipv6""  https://review.openstack.org/65133417:13
openstackgerritJeremy Stanley proposed openstack-infra/openstackid master: Switch to openstackdocstheme and latest Sphinx  https://review.openstack.org/65133517:14
clarkbfungi: on ^ the openstackdocstheme docs imply you need to set some other conf.py values17:15
* clarkb finds recent glean change that did that switch17:15
clarkbfungi: https://review.openstack.org/#/c/650480/1/doc/source/conf.py17:16
*** ykarel|away has quit IRC17:17
AJaegerclarkb: or docs.openstack.org/openstackdocstheme17:17
AJaegerclarkb, fungi, marcet was too quick and already gave a +2A... Want to WIP?17:18
fungiinteresting. it builds and renders for me locally17:18
AJaegerfungi: might not be nice ;)17:19
AJaegerfungi: if it works, you can do a followup as well...17:19
*** ramishra has quit IRC17:19
fungimight as well add it to this change17:20
*** gfidente is now known as gfidente|afk17:23
openstackgerritJeremy Stanley proposed openstack-infra/openstackid master: Switch to openstackdocstheme and latest Sphinx  https://review.openstack.org/65133517:23
fungiAJaeger: clarkb: ^17:23
*** mriedem is now known as mriedem_away17:27
*** ijw has joined #openstack-infra17:28
*** yamamoto has joined #openstack-infra17:28
*** bobh has quit IRC17:32
*** kopecmartin is now known as kopecmartin|off17:36
*** tjgresha has joined #openstack-infra17:38
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Some python yaml fixes  https://review.openstack.org/65133817:39
AJaegerfungi, clarkb, our periodic jobs to remove the upstream keyword does not run anymore, could you review this, please? ^17:39
AJaegerfungi, openstackid change looks fine, thanks17:40
AJaegerregarding the yaml fixes: I used safeloader - or do we need the fullloader?17:40
*** gmann is now known as gmann_afk17:40
clarkbsafe should be fine for us17:41
*** michael-beaver has joined #openstack-infra17:41
clarkbwe don't serialize python objects other than str, int, bool, list, dict17:41
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool master: Fix race with test_provider_removal unit test  https://review.openstack.org/65133917:41
openstackgerritMerged openstack-infra/zuul-jobs master: Revert "Use /etc/hosts with docker registries to handle ipv6"  https://review.openstack.org/65133217:42
*** jpena|away is now known as jpena17:43
openstackgerritGary Perkins proposed openstack-infra/system-config master: Changed config to add the new ewr1cloud * New cloud 'arm64ci-ewr1' (url: ewr1cloud.arm64ci.cloud) * Keeping the old cloud 'arm64ci' (url: arm64ci.cloud) for now for a bit of overlap.  https://review.openstack.org/65002117:44
*** mriedem_away is now known as mriedem17:46
*** wolverineav has joined #openstack-infra17:48
openstackgerritJeremy Stanley proposed openstack-infra/storyboard-webclient master: Override javascript_content_dir in build job  https://review.openstack.org/65134117:52
*** wolverineav has quit IRC17:52
*** cfriesen has joined #openstack-infra17:53
*** wolverineav has joined #openstack-infra17:53
*** jpena is now known as jpena|off17:53
*** tjgresha has quit IRC17:53
cfriesenis this a race condition?  I'm seeing a -1 vote from Zuul, but no explanation of which tests failed. https://review.openstack.org/#/c/650311/17:53
fungicfriesen: zuul left a comment on the change which says "This change depends on a change that failed to merge."17:54
fungilikely 650311 was undergoing testing when one of its two dependencies (or one of their dependencies if it has any) received a new patchset17:55
cfriesenweird, I'm not seeing that comment in Chrome or Firefox17:55
fungiclick the "toggle ci" button at the bottom to un-hide comments from ci system accounts17:55
cfriesenah, cool.  so just a recheck then?17:55
fungiyeah, as long as that change's dependencies are still viable17:56
cfriesenshould be.  thanks17:56
fungicfriesen: the zuul team have been discussnig a possible behavior change to restart testing of changes in such a scenario. the failure message, while technically correct, isn't terribly helpful17:57
openstackgerritMerged openstack-infra/openstackid master: Switch to openstackdocstheme and latest Sphinx  https://review.openstack.org/65133517:58
openstackgerritMatt McEuen proposed openstack-infra/project-config master: Add airship-governance project  https://review.openstack.org/65134218:01
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Some python yaml fixes  https://review.openstack.org/65133818:03
AJaegerargh, yamllib needs some more changes, first cut - and then fix the next one ^18:03
*** ricolin has quit IRC18:04
fungiinfra-root: if we can get https://review.openstack.org/651268 fast-tracked in the next few minutes, then we'll be able to let our various community representatives know during the meeting that the opendev git redirects for their respective whitelabeled legacy sites are available for testing18:06
fungiit's a very small change to a .htaccess file used only in vhosts which don't have any dns pointed at them, so shouldn't be able to break anything even if it's terribly wrong (but i tested it all manually myself, so it shouldn't be)18:07
mordredfungi: I am supportive of such things18:07
fungithanks!18:08
fungii'm glad to have moved on to scripting the in-repository changes18:08
mordredfungi: that sounds like a lot of fun18:08
mordredI'm "looking forward" to reviewing such a thing18:08
fungibut wuold like to have the redirects fully in place to allow for a lot of time for the impacted communities to make sure i didn't miss something18:09
fungi(10 days and countnig!_18:09
* fungi can't type today18:09
clarkbfungi: what is the | in (cgit/|)18:12
fungian or condition, so that $1 contains one of "cgit/" or ""18:13
clarkboh we are redirectly not cgit to cgit too? I guess that is beacuse the opendev redirect requires cgit18:13
fungithough in the latter part of the pattern, i just spotted that i can simplify now that i'm wildcarding some stuff, just a sec18:13
clarkbok that makes sense to me18:13
*** ijw has quit IRC18:13
openstackgerritJeremy Stanley proposed openstack-infra/system-config master: Add rewrites for whitelabeled legacy git sites  https://review.openstack.org/65126818:14
clarkbhrm but we drop all args when we redirect to opendev.org?18:15
fungi(cgit/|) should match the same things as (cgit/)? except i don't know if the latter will always still populate $1 or could cause $1 to shift to the second match in the pattern18:15
clarkbI think it will cause it to shift so yours is better18:16
clarkbthat redirects git.zuul-ci.org/cgit/zuul to git.zuul-ci.org/cgit/openstack-infra/zuul ?18:16
*** e0ne has joined #openstack-infra18:16
fungibut yeah, the ^(cgit/|) is there to help us root the repository name prefixes18:16
fungiso if the url starts cgit/stx- or stx- then insert openstack/ so that it becomes cgit/openstack/stx- or openstack/stx-18:17
clarkbthen git.zuul-ci.org/cgit/openstack-infra/zuul goes through the normal redirect rules below and gets setn to opendev.org?18:17
fungiright18:17
fungithis block of rules exists solely to insert namespaces before the repository names so they'll match and be processed the same way as git.openstack.org urls are18:18
clarkbyup got it18:18
*** rlandy|ruck is now known as rlandy|ruck|hw18:19
*** jcoufal has quit IRC18:19
*** yamamoto has quit IRC18:19
*** gmann_afk is now known as gmann18:21
*** rpittau is now known as rpittau|afk18:21
*** cfriesen has left #openstack-infra18:22
*** e0ne has quit IRC18:23
*** lpetrut has joined #openstack-infra18:25
clarkbfungi: I'll bring https://etherpad.openstack.org/p/lists.o.o-upgrade-notice that up in our meeting today but since I think you are likely to end up being the second set of eyeballs on the upgrade want ot look over that now quickly?18:27
clarkbfungi: I'm flexible on time too but I figured 1700UTC gave you/me enough time to snapshot the server in the morning before we begin18:28
fungiplease send it as separate copies and don't cross-post that18:28
clarkbk, noted in the To: line18:28
fungiyeah, friday works fine for me18:28
fungimessage lgtm too, thanks!18:29
*** lpetrut has quit IRC18:29
clarkbcool if no one objects in the meeting I'll send that out after our meeting18:30
fungiawesome18:30
clarkbgetting that done knocks the list down to static, status, ask, refstack, wiki18:31
clarkbif anyone wants to volunteer to pick some of those up hint hint :P18:32
fungii'm still poking at wiki-dev but need to get around to lookup up what all the new package names are18:32
fungia quick test suggests the following packages specified in the manifest don't exist on xenial: libogg0, libtheora0, libvorbisenc2, ttf-bengali-fonts, ttf-devanagari-fonts, ttf-gujarati-fonts, ttf-kannada-fonts, ttf-linux-libertine, ttf-malayalam-fonts, ttf-oriya-fonts, ttf-punjabi-fonts, ttf-sil-scheherazade, ttf-tamil-fonts18:33
*** e0ne has joined #openstack-infra18:33
fungithat said, i also don't know how many of them are strictly necessary either18:33
clarkblibtheora0 exists on my xenial18:34
fungiahh, in that case puppet has failed to install it for some reason18:34
clarkbas does libogg018:35
fungiso might be skipping some packages due to other problems18:35
clarkbya18:35
fungiahh, nevermind, these are the packages puppet clearly said it was unable to find: apache2-prefork-dev php5-intl php5-memcached libvips37 ttf-sil-yi18:36
*** tjgresha has joined #openstack-infra18:36
fungia couple are related to the php7.0 transition18:37
fungiand i think apache 2.4 dropped the prefork mpm?18:37
*** adriant has quit IRC18:38
fungilibvips likely has a dummy package which could be used instead of getting specific about the soname18:38
fungileaving ttf-sil-yi to figure out a replacement for18:38
*** betherly has joined #openstack-infra18:38
fungithere are a ton of fonts-sil-.* packages in xenial18:39
fungiaha, ttf-sil-yi was a transitional dummy package for fonts-sil-nuosusil18:40
fungiwhich does exist in xenial18:40
*** eharney has quit IRC18:42
openstackgerritMerged openstack-infra/storyboard-webclient master: Override javascript_content_dir in build job  https://review.openstack.org/65134118:42
*** betherly has quit IRC18:43
*** wolverineav has quit IRC18:46
*** wolverineav has joined #openstack-infra18:47
openstackgerritJeremy Stanley proposed openstack-infra/puppet-mediawiki master: Replace transitional package names for Xenial  https://review.openstack.org/65135218:49
fungiclarkb: ^ that's hopefully the bulk of th problems to move forward on wiki-dev18:49
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Only alias registries on build nodes  https://review.openstack.org/65135318:51
*** wolverineav has quit IRC18:52
fungi#status log deleted old trusty-based openstackid-dev.openstack.org and openstackid.org servers now that the xenial-based replacements have been operating successfully in production for a while18:52
openstackstatusfungi: finished logging18:52
clarkbfungi: +218:52
clarkbfriendly reminder we'll have our infra meeting in about 8 mintes over in #openstack-meeting18:52
clarkb* 8 minutes18:52
* fungi consumes 8 mints18:53
*** jamesmcarthur has quit IRC18:55
*** yamamoto has joined #openstack-infra18:58
clarkbfungi: careful if you s/m/p/ that becomes a long day/night18:59
*** betherly has joined #openstack-infra18:59
*** ijw has joined #openstack-infra19:02
fungigood point19:03
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Some python yaml fixes  https://review.openstack.org/65133819:04
*** betherly has quit IRC19:04
*** ociuhandu has joined #openstack-infra19:05
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Some python yaml fixes  https://review.openstack.org/65133819:09
AJaegerfungi, clarkb, so, this works ^ - but gives some side effects.19:09
*** yamamoto has quit IRC19:09
ianwironfoot: hrm, i'm not getting a response from mirror01.nrt1.arm64ci.openstack.org now19:09
clarkbAJaeger: side effects like needing to change our yaml files?19:09
AJaegerclarkb: see the two checked in files. gerritbot/channels.yaml is fine, and gerrit/projects gets normalized (I shouldn't have checked it in) in the daily update that I only wanted to fix19:10
AJaegerSo, either we take it - or somebody needs to fix tools/projectconfig_yamllib.py to work differently19:11
* AJaeger has no ideas and neither time for another fix19:11
*** e0ne has quit IRC19:15
*** tbachman has quit IRC19:15
*** whoami-rajat has quit IRC19:17
openstackgerritMerged openstack-infra/system-config master: Add rewrites for whitelabeled legacy git sites  https://review.openstack.org/65126819:19
*** betherly has joined #openstack-infra19:20
*** jamesmcarthur has joined #openstack-infra19:21
*** wolverineav has joined #openstack-infra19:23
*** wolverineav has quit IRC19:23
*** wolverineav has joined #openstack-infra19:24
AJaegerinfra-root, any python yaml experts that want to look at 651338 and fix it better, please?19:25
* AJaeger needs to leave...19:25
*** betherly has quit IRC19:25
fungithanks AJaeger! if i get a moment i'll take a look19:27
*** efried is now known as efried_afk19:30
AJaegerfungi: thanks19:32
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove upstream lines from gerrit/projects.yaml  https://review.openstack.org/65136019:32
AJaegeras a band-aid, we can merge ^19:32
*** eharney has joined #openstack-infra19:38
*** betherly has joined #openstack-infra19:41
*** auristor has quit IRC19:43
*** e0ne has joined #openstack-infra19:44
*** betherly has quit IRC19:45
clarkbI'm going to review ianw's LE fix change then I need to find lunch19:59
clarkbI plan to send my lists upgrade email when I am back from lunch so please give that a look if youcan19:59
ianwclarkb: cool, thanks ... i think we should be ok now.  with the puppet fix acme.sh is installed and i'm just double-checking that it's running as part of base ok now20:00
anteayadoes slushy equate to flexible?20:00
anteayais this a thing and I missed the genesis?20:00
anteayato me slushy just means rubber boots20:00
clarkbianw: ok I just approved the fix20:00
anteayaand in the spring, maple syrup20:00
clarkbanteaya: "frozen" is a common term for not making changes20:00
anteayaah, silly me20:01
clarkbwe say slushy when we mean be extra careful about the changes you make20:01
anteayaI missed that thanks20:01
clarkbso updating graphite.o.o is ok but gerrit/zuul/nodepool less so20:01
fungislushy being "not entirely frozen"20:01
anteayato me frozen means tend to the fire20:01
clarkbsince release team relies on gerrit/zuul/nodepool but not directly on graphite20:01
*** betherly has joined #openstack-infra20:01
clarkbianw: should I unapprove it?20:01
anteayaah, thanks for the idiot's guide20:01
mordredianw, clarkb: https://review.openstack.org/#/c/651282/ easy p-c change if you want one20:01
clarkbmordred: done20:02
mordredthanks!20:02
mordredclarkb: (we noticed earlier that it was running python27 jobs - and they're really not needed - so yay tiny amount of less-wasted capacity!)20:02
clarkbianw: you probably have about half an hour to unapprove/wip that change if it isn't what you wanted so I'll leave it in place20:02
ianwfatal: [mirror01.cn1.linaro.openstack.org]: FAILED! => {"changed": false, "msg": "No package matching 'puppet-agent' is available"}20:03
ianwevery time i look at the logs something else :/20:03
clarkbianw: it should be puppet4 now and the package is just puppet iirc?20:03
clarkboh you know what20:03
clarkbwe use the puppetlabs repos for that20:03
clarkband maybe they don't have arm packages20:04
clarkbso we might need to pin nb03 and the arm mirrors to $distropuppet20:04
clarkbmordred: re placement and the docker image jobs don't forget we are half broken with ipv6 right now :)20:04
mordredclarkb: totally. :)20:05
mordredclarkb: I think that was an email teeing up discussion for the ptg20:05
clarkbok I'm off to find lunch. Back to send lists upgrade email and all the other things20:05
ianwok: [graphite01.opendev.org] => {20:05
ianw    "letsencrypt_certs": "VARIABLE IS NOT DEFINED!"20:05
ianw ... that's good; that change will fix that.  i think in a few hours when things go through we might be looking ood20:05
*** betherly has quit IRC20:06
* fungi is already looking odd20:06
*** pfallenop has quit IRC20:08
*** kjackal has joined #openstack-infra20:10
openstackgerritMerged openstack-infra/project-config master: Remove project config for api-sig repo  https://review.openstack.org/65128220:12
ironfootianw: I noticed I couldn't ping it or reach some ports. I wonder if the security groups got lost or something.20:16
*** jamesmcarthur has quit IRC20:17
*** jamesmcarthur has joined #openstack-infra20:18
*** pfallenop has joined #openstack-infra20:20
*** auristor has joined #openstack-infra20:21
ironfootwhen I recovered it, the floating IP was actually gone.20:22
*** betherly has joined #openstack-infra20:22
ianwironfoot: oh, if it's ip has changed that would explain a lot :)20:23
ianwhrm, ip address via openstack is same as in dns, so that's not it20:23
ironfootoh no, the floating IP should be the same. The internal one though, might be, if that affects the service20:24
*** Goneri has quit IRC20:24
*** kgiusti has left #openstack-infra20:24
*** auristor has quit IRC20:24
ianwno, that won't matter, only floating ip20:25
ianwlooks active, nothing crazy on console20:25
ironfootand security groups look permisive enough, right?20:25
openstackgerritMerged openstack-infra/system-config master: Really add graphite01.opendev.org certificate details  https://review.openstack.org/65105520:26
*** betherly has quit IRC20:26
*** rlandy|ruck|hw is now known as rlandy|ruck20:27
*** wolverineav has quit IRC20:27
ianwironfoot: yeah, i'm looking at 51053955-7559-467b-a12d-e43e8cdade9a and it all looks right20:27
*** pcaruana has quit IRC20:31
*** wolverineav has joined #openstack-infra20:32
*** ijw has quit IRC20:33
*** pcaruana has joined #openstack-infra20:33
*** pcaruana has quit IRC20:36
*** wolverineav has quit IRC20:37
*** pcaruana has joined #openstack-infra20:39
*** jamesmcarthur has quit IRC20:44
*** jamesmcarthur has joined #openstack-infra20:45
*** pcaruana has quit IRC20:47
*** wolverineav has joined #openstack-infra20:50
ironfootTried to reach it from an instance in the same subnet, no luck.20:54
*** wolverineav has quit IRC20:57
*** tbachman has joined #openstack-infra20:58
*** wolverineav has joined #openstack-infra20:59
*** wolverineav has quit IRC21:00
*** wolverineav has joined #openstack-infra21:00
*** betherly has joined #openstack-infra21:03
*** betherly has quit IRC21:08
*** SpamapS has quit IRC21:10
*** SpamapS has joined #openstack-infra21:11
*** jamesmcarthur has quit IRC21:11
*** wolverineav has quit IRC21:15
*** wolverineav has joined #openstack-infra21:16
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources master: Fixed Member/Speaker Pic URL  https://review.openstack.org/65138421:17
*** eharney has quit IRC21:19
clarkbianw: ianychoi I just sent an email to you both to kick off the next steps on weblate (I wasn't sure if email or irc is easier for ianychoi so mentioning it here too). Basically I think we should have the i18n team do a sanity check of the tool and if there aren't any major concerns we'll draft up an email together to send to the weblate hosted service and cc jbryce on that21:20
openstackgerritMerged openstack-infra/openstackid-resources master: Fixed Member/Speaker Pic URL  https://review.openstack.org/65138421:20
*** wolverineav has quit IRC21:21
ianwclarkb: ++, thanks21:21
*** wolverineav has joined #openstack-infra21:23
*** efried_afk is now known as efried21:25
*** igordc has quit IRC21:25
*** Goneri has joined #openstack-infra21:27
*** wolverineav has quit IRC21:27
*** e0ne has quit IRC21:28
*** wolverineav has joined #openstack-infra21:28
*** msmarcal is now known as msmarcal|eod21:28
*** wolverineav has quit IRC21:28
*** wolverin_ has joined #openstack-infra21:29
*** kjackal has quit IRC21:30
*** wolverin_ has quit IRC21:31
*** wolverineav has joined #openstack-infra21:33
openstackgerritIan Wienand proposed openstack-infra/system-config master: letsencrypt: split staging and self-signed generation  https://review.openstack.org/65138821:35
ianwclarkb: ^ seems obvious now that i should have split them ... hindsight21:35
*** wolverineav has quit IRC21:38
openstackgerritClark Boylan proposed openstack-infra/project-config master: Remove zuul_reconfigure CD job  https://review.openstack.org/65138921:38
openstackgerritClark Boylan proposed openstack-infra/system-config master: Pivot to running zuul cd against nameservers  https://review.openstack.org/65139021:38
clarkbinfra-root pabelanger and dmsimard in particular. That is sort of what I had in mind for the infra-prod job next step21:39
clarkbianw: looking21:39
openstackgerritMerged openstack-infra/storyboard master: Search bars handle queries as if they have a * at the end  https://review.openstack.org/64448721:40
clarkbianw lgtm21:41
openstackgerritPierre Riteau proposed openstack/diskimage-builder master: Increase size of EFI system partition (again)  https://review.openstack.org/64170221:41
openstackgerritMerged openstack-infra/openstackid master: Fixed Scope Groups Update  https://review.openstack.org/64943121:42
*** betherly has joined #openstack-infra21:44
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Only alias registries on build nodes  https://review.openstack.org/65139321:45
fungiianw: to answer your question on 650021, gary_perkins generously handed initial credentials off to me at ~20:30z21:47
*** betherly has quit IRC21:49
ianwfungi: cool, have they been put in the ... usual locations?21:53
clarkbhow to make your browser sad? open the 9k line yaml diff in AJaeger's yaml fixup change21:53
mordredclarkb: yeah. don't do that21:54
clarkbI may have to restart firefix21:54
fungiianw: nope, i haven't even had a chance to change the passwords yet, which is usually step #1 before recording them for everyone else21:54
clarkbit is really unhappy now21:54
ianwclarkb: it's not as fun these days with ssds, in the old days you knew you were in trouble when you heard things whirring and knew it was swappin time21:54
*** gfidente|afk has quit IRC21:54
fungisounded like your computer was preparing for launch21:55
*** mattw4 has quit IRC21:56
*** mattw4 has joined #openstack-infra21:57
*** wolverineav has joined #openstack-infra21:58
*** ijw has joined #openstack-infra22:00
mordredthe fanless laptop version of that is "why are my legs getting really hot?"22:00
*** slaweq has quit IRC22:01
*** jamesmcarthur has joined #openstack-infra22:03
openstackgerritClark Boylan proposed openstack-infra/system-config master: Pivot to running zuul cd against nameservers  https://review.openstack.org/65139022:05
*** thomasmckay has joined #openstack-infra22:08
thomasmckayhello! are there any python client devs/experts that i could email with issue? we're debugging an issue with quay22:09
thomasmckaysorry, keystone python client22:10
thomasmckayi don't know tech details but would like an email intro to anyone that may be able to direct further22:10
clarkbthomasmckay: you'll probably have better luck in the #openstack-keystone channel22:10
thomasmckaythanks!22:11
clarkbthough if using openstacksdk library mordred is the person to bug22:11
openstackgerritClark Boylan proposed openstack-infra/system-config master: Pivot to running zuul cd against nameservers  https://review.openstack.org/65139022:13
*** slaweq has joined #openstack-infra22:14
openstackgerritClark Boylan proposed openstack-infra/system-config master: Pivot to running zuul cd against nameservers  https://review.openstack.org/65139022:16
*** slaweq has quit IRC22:18
clarkbfungi: other than being awake early do you know of anything that would be helpful pre release?22:20
clarkbfungi: the d-g grenade change has merged22:20
*** rcernin has joined #openstack-infra22:28
*** jamesdenton has joined #openstack-infra22:32
rpiosoI submitted a change to stable/stein -- https://review.openstack.org/#/c/645956/ It hasn't merged. I've been asked to submit it to master first, and then backport it to stable/stein. May I change the branch of the original change or must it be abandoned and a new change against master created?22:32
clarkbrpioso: a change is in part uniquely identified by its target branch so you can't change that. What you can do is update your existing change on stein once you have a backport ready22:33
rpiosoclarkb: Thank you!22:34
*** auristor has joined #openstack-infra22:39
*** jamesmcarthur has quit IRC22:42
fungithough the stable branch folks generally like for them to have matching change-id footers22:44
fungiso the only way to do that would be to make sure the new change for the master branch uses the same change-id footer in its commit message22:44
fungiclarkb: i'm planning to be at the keyboard by 11:30z to make sure things look normal, big red button gets mashed at 12:00z, if all goes well automation will run to completion by 12:30-13:00z, press release embargo lifts at 15:00z22:46
fungiso i figure if something turns out to be broken and we didn't notice earlier, we'll be aware by ~12:30z which is likely still really early on your end of the rock22:47
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources master: Migrated Mail from native to Sendgrid API  https://review.openstack.org/65140522:47
openstackgerritIan Wienand proposed openstack-infra/system-config master: letsencrypt: split staging and self-signed generation  https://review.openstack.org/65138822:47
clarkbfungi: ya I think 1400UTC is about when I figured I could be at a computer22:47
fungijust in time to look at all the shiny new git tags and release announcements!22:48
fungii can always try to enlist ianw, frickler, dmsimard, pabelanger or mordred if further troubleshooting assistance is needed that time of day22:50
fungior Shrews or jhesketh22:50
clarkbheh ok. I have tried to keep my wednesday clear at least22:51
fungithanks!22:51
*** jamesmcarthur has joined #openstack-infra22:52
*** tkajinam has joined #openstack-infra22:53
*** betherly has joined #openstack-infra22:57
*** betherly has quit IRC23:02
clarkbalright the sun just popped out and my grass is like a foot tall after being mowed a week ago so I think I'm going to try and mow before the next rain storm shows up23:02
*** jamesmcarthur has quit IRC23:03
*** jamesmcarthur has joined #openstack-infra23:06
*** rlandy|ruck is now known as rlandy23:06
*** rlandy has quit IRC23:09
*** aaronsheffield has quit IRC23:10
*** jamesmcarthur has quit IRC23:14
*** betherly has joined #openstack-infra23:18
anteayamowing grass23:19
* anteaya looks at the snow covering everything in her yard23:20
anteayaI'm a ways away from mowing of the grass23:20
fungisnowmowing23:21
*** betherly has quit IRC23:22
*** _erlon_ has quit IRC23:25
*** mattw4 has quit IRC23:29
*** jamesmcarthur has joined #openstack-infra23:30
*** jamesmcarthur has quit IRC23:30
*** wolverineav has quit IRC23:31
*** wolverineav has joined #openstack-infra23:33
*** tosky has quit IRC23:36
mordredfungi: what are we troubleshooting?23:38
*** betherly has joined #openstack-infra23:38
mordredoh - tomorrow release day23:39
*** mattw4 has joined #openstack-infra23:39
mordredfungi: I have nothing on my calendar tomorrow until 23:00z23:40
*** wolverineav has quit IRC23:41
fungigood deal23:43
*** rkukura_ has joined #openstack-infra23:43
*** betherly has quit IRC23:44
*** rkukura has quit IRC23:45
*** rkukura_ is now known as rkukura23:45
*** slaweq has joined #openstack-infra23:48
openstackgerritManjeet Singh Bhatia proposed openstack-infra/project-config master: Add a new project networking-omnipath  https://review.openstack.org/65100823:52
*** dklyle has quit IRC23:52
*** slaweq has quit IRC23:52
*** hwoarang has quit IRC23:54
*** hwoarang has joined #openstack-infra23:58
*** betherly has joined #openstack-infra23:59

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