weshay|ruck | hrm.. best guess right now would be we're sending logstash a gzipd file by accident atm, would that do it? fix is here https://review.opendev.org/#/c/704649/2 | 00:00 |
---|---|---|
clarkb | "TypeError: $.plot is not a function" | 00:00 |
clarkb | weshay|ruck: no we should handle gzip vs not gzip ok | 00:00 |
*** armax has quit IRC | 00:00 | |
weshay|ruck | hrm k | 00:00 |
* weshay|ruck gets the code I suspect | 00:00 | |
clarkb | weshay|ruck: I think its treating the whole document as a multiline event because it can't parse the line prefixes properly | 00:00 |
weshay|ruck | https://opendev.org/openstack/ansible-role-collect-logs/src/branch/master/tasks/collect/system.yml#L120-L124 | 00:01 |
weshay|ruck | it's been there for a while though | 00:01 |
weshay|ruck | I can disable it if it's blowing you guys up though | 00:01 |
clarkb | weshay|ruck: https://opendev.org/openstack/logstash-filters/src/branch/master/filters/openstack-filters.conf#L12 its the INFO after the timestamp and before the | | 00:02 |
clarkb | I think | 00:02 |
* weshay|ruck looks | 00:02 | |
clarkb | becaus the rule there expects timestamp then | | 00:02 |
fungi | okay, so graph rendering error stems from https://opendev.org/opendev/elastic-recheck/src/branch/master/web/share/elastic-recheck.js#L18 being invalid i guess? | 00:03 |
weshay|ruck | oh i see | 00:03 |
clarkb | fungi: ya, but reading the flot readme it seems that $.plot is the expected graphing function | 00:04 |
clarkb | fungi: now I'm guessing its some issue with jquery | 00:04 |
clarkb | fungi: oh expcet we may not be serving the flot files if I'm reading my debugger correctly | 00:05 |
openstackgerrit | Merged opendev/gerritlib master: Pass Gerrit not GerritConnection to GerritWatcher https://review.opendev.org/704693 | 00:05 |
*** yolanda has quit IRC | 00:06 | |
clarkb | jquery.flot.min.js is a 404 | 00:06 |
*** smarcet has quit IRC | 00:07 | |
clarkb | an issue with our minimization and copy I think | 00:07 |
clarkb | I see jquery.flot.js in /opt/flot/source | 00:08 |
clarkb | but for some reason it didn't get minimized and copied | 00:08 |
*** tosky has quit IRC | 00:08 | |
fungi | oops | 00:08 |
*** yolanda has joined #openstack-infra | 00:09 | |
clarkb | manually running yui-compressor gives: Caused by: java.util.MissingResourceException: Can't find bundle for base name org.mozilla.javascript.resources.Messages, locale en_US | 00:10 |
fungi | do we really need to minimize these? | 00:11 |
clarkb | probably not | 00:11 |
clarkb | confirmed that running yui-compressor just on the jquery.flot.js file is what breaks | 00:13 |
fungi | seems like just one more fragile toolchain component | 00:13 |
clarkb | running it on other fiels that have been minimized succeeds | 00:13 |
clarkb | mostly I just wanted to do what required minimal effort | 00:14 |
fungi | completely agree | 00:16 |
fungi | which is why ripping out a misbehaving optional piece of the toolchain may be simpler than trying to figure out why it's choking on that file | 00:17 |
clarkb | ya, but then I have to figure out what to rewrite to change filepaths | 00:17 |
clarkb | and that is apparently really difficult | 00:17 |
clarkb | its in e-r | 00:19 |
clarkb | ok give me a minute to set this up on the new server and if it works we can update puppet and e-r | 00:19 |
clarkb | progress, no more 404s but still not working I think we may need to load more js into the browser | 00:25 |
*** jamesmcarthur has joined #openstack-infra | 00:28 | |
clarkb | fungi: ya so the problem now is we basically have to include all the js files I think | 00:32 |
clarkb | in normal js dev I expect all of this gets compiled into a single minimized file | 00:32 |
fungi | oh, were they all being concatenated previously? | 00:32 |
clarkb | fungi: I think flot had everything in a monolithic file before then split stuff up | 00:34 |
clarkb | in any case try a hard refresh now | 00:34 |
clarkb | I think I got it | 00:34 |
clarkb | now to update puppet and e-r | 00:34 |
*** jamesmcarthur has quit IRC | 00:38 | |
openstackgerrit | Clark Boylan proposed opendev/elastic-recheck master: Update flot js file inclusion to match new flot https://review.opendev.org/704716 | 00:39 |
openstackgerrit | Clark Boylan proposed opendev/system-config master: Copy unminimized flot files https://review.opendev.org/704717 | 00:41 |
clarkb | fungi: ^ I think that will fix it | 00:41 |
fungi | awesome, looking | 00:41 |
clarkb | oh wait I need to update gate.html too | 00:42 |
clarkb | one sec | 00:42 |
openstackgerrit | Clark Boylan proposed opendev/elastic-recheck master: Update flot js file inclusion to match new flot https://review.opendev.org/704716 | 00:43 |
clarkb | that should do it | 00:44 |
clarkb | (and is in place on the new server) | 00:44 |
clarkb | I feel like I just leveled up my web dev stat | 00:46 |
clarkb | infra-root I think once I've got status stable it would be good ofr us to get a handle on our gerrit tooling beyond just config management (jeepyb, gerritlib, etc). I'll try to pick up my testing work and make that more robust so we can think about maybe using the other gerrit python lib or rewrite bits of jeepyb safely | 00:48 |
clarkb | that should then feed into writing toolign to make opendev more consumable by others | 00:49 |
*** threestrands has joined #openstack-infra | 00:50 | |
fungi | i'd love to see us discard as much of jeepyb as we can safely get away with | 00:53 |
fungi | optionally, break some of it out into smaller independent projects | 00:54 |
clarkb | ya I think what we should do is get the important bits tested so that if/when we replace those bits we ensure behavior does't change | 00:54 |
fungi | it sort of turned into a dumping ground for anything gerrit-related | 00:54 |
fungi | granted, it sort of also started out as a dumping ground for anything gerrit-related | 00:55 |
clarkb | ya | 00:55 |
fungi | it was harder for us to make new projects back then, ironically ;) | 00:55 |
fungi | ye olde bootstrapping problem | 00:55 |
clarkb | its actually quite easy to set up a gerrit to test against now so I think we should just go ahead and do full itnegration testing of whatever gerrit-related chagnes we have :) | 00:56 |
fungi | we've been doing that for git-review since ages | 00:56 |
clarkb | corvus: ^ re that is the 'secret' passwd for admin built into gerrit? | 00:56 |
clarkb | fungi: its quite a bit easier now using the zuul quickstart pattern. You don't have to manually edit the db from what I can see | 00:56 |
clarkb | (which git-review does beacuse it predates simplified gerrit installation) | 00:56 |
fungi | but even git-review's functional testing could benefit from being redone with our new gerrit container jobs, yeah | 00:56 |
fungi | granted, git-review's can bootstrap from a tox invocation, not sure how to easily run those tests locally unless the answer is to rerun our job playbooks in a local ansible | 00:58 |
clarkb | fungi: I think it would be run docker-compose then tox | 00:59 |
fungi | so git-review could also benefit from some unit testing with mocks | 00:59 |
clarkb | ok I need to step out for evening thigns now. I'll try to swing back around and get that gitea OOM story written. If not tonight then tomorrow morning | 01:00 |
*** armax has joined #openstack-infra | 01:04 | |
*** slaweq has joined #openstack-infra | 01:11 | |
*** jamesmcarthur has joined #openstack-infra | 01:14 | |
*** slaweq has quit IRC | 01:16 | |
*** jamesmcarthur has quit IRC | 01:16 | |
*** jamesmcarthur has joined #openstack-infra | 01:19 | |
*** jamesmcarthur has quit IRC | 01:21 | |
*** igordc has quit IRC | 01:23 | |
*** yamamoto has joined #openstack-infra | 01:25 | |
*** Lucas_Gray has quit IRC | 01:26 | |
*** jamesmcarthur has joined #openstack-infra | 01:47 | |
*** gyee has quit IRC | 01:55 | |
*** hamzy has quit IRC | 01:56 | |
*** hamzy has joined #openstack-infra | 01:56 | |
*** jrist has quit IRC | 01:57 | |
*** jpena|off has quit IRC | 01:57 | |
*** weshay has joined #openstack-infra | 01:57 | |
*** kopecmartin has quit IRC | 01:57 | |
*** nhicher has quit IRC | 01:57 | |
*** weshay|ruck has quit IRC | 01:57 | |
*** kopecmartin has joined #openstack-infra | 02:00 | |
*** jamesmcarthur has quit IRC | 02:03 | |
*** zzzeek has quit IRC | 02:03 | |
*** jpena|off has joined #openstack-infra | 02:05 | |
*** zzzeek has joined #openstack-infra | 02:08 | |
*** zul has quit IRC | 02:12 | |
*** jamesmcarthur has joined #openstack-infra | 02:14 | |
*** smarcet has joined #openstack-infra | 02:15 | |
*** smarcet has joined #openstack-infra | 02:16 | |
*** gshippey has quit IRC | 02:16 | |
*** yamamoto has quit IRC | 02:19 | |
*** nhicher has joined #openstack-infra | 02:20 | |
*** rfolco has joined #openstack-infra | 02:31 | |
*** rfolco has quit IRC | 02:36 | |
ianw | clarkb/fungi: thanks for looking in on publishing. sorry son decided today would be a good day to jump of playground equipment and need a foot xray | 02:40 |
*** jrist has joined #openstack-infra | 02:40 | |
*** jamesmcarthur has quit IRC | 02:53 | |
fungi | ouch! | 03:02 |
fungi | hope it's just a bruise/sprain | 03:02 |
fungi | foot fractures are no fun | 03:02 |
ianw | yeah, looks like it, thankfully :) | 03:03 |
ianw | i'll ping AJaeger a little later but i think those sites are good to go with a dns cutover | 03:04 |
fungi | good. christine, my wife, had a compression fracture in one foot from over-training and was laid up in one of frankenstein's boots for over 6 months | 03:04 |
ianw | releases and tarballs i think will need more thought | 03:04 |
fungi | i hope that tarball/release publication turns out to be more straightforward than docs/site content | 03:05 |
fungi | though it will need a seed copy | 03:05 |
ianw | :( on the foot | 03:05 |
ianw | yep, i guess step one is creating the volumes actually, which i haven't done | 03:05 |
fungi | we do already have afs publication for branch tarballs: http://files.openstack.org/project/opendev.org/tarballs/ | 03:07 |
fungi | i think the idea was to expand that | 03:07 |
fungi | and maybe redirect tarballs.openstack.org/(.*) to tarballs.opendev.org/openstack/$1 | 03:08 |
fungi | https://tarballs.opendev.org/ is itself up and working | 03:08 |
*** yamamoto has joined #openstack-infra | 03:08 | |
ianw | yeah, so if content went to /afs/...tarballs/openstack/ ... | 03:10 |
fungi | if by release you mean the releases.openstack.org site, that's probably very similar to governance and security sites | 03:11 |
ianw | and then static.opendev.org served the tarballs.openstack.org vhost from "/openstack" it should be transparent? | 03:11 |
*** slaweq has joined #openstack-infra | 03:11 | |
fungi | correct | 03:11 |
ianw | i might formalise this in some tasks of https://storyboard.openstack.org/#!/story/2006598 | 03:12 |
fungi | we could either do that or permanent pattern redirect | 03:12 |
fungi | both seem legit, though the latter means we might be able to drop the old hostname eventually | 03:13 |
fungi | anyway, if we keep the old publication job and add the new one alongside it, we can copy the existing files into afs at out leisure and then cut over hosting when it's ready, similar to what you did with governance et cetera | 03:15 |
*** yamamoto has quit IRC | 03:15 | |
*** slaweq has quit IRC | 03:16 | |
ianw | hrm, so it seems that opendev.org www/tarballs/etc is all on one volume | 03:19 |
fungi | ahh, i guess moving tarballs to its own probably makes sense | 03:20 |
ianw | we could do this many ways; make an openstack tarballs volume and mount that under | 03:21 |
ianw | or indeed, separate to a new volume | 03:21 |
ianw | i think a little email is in order so covus can loop in asynchronously as i imagine he setup opendev.org volumes | 03:22 |
fungi | yeah, i'm inclined not to separate subpaths of the tarballs site into separate volumes if only to cut down on manual overhead for new namespaces who want to start publishing tarballs in opendev | 03:25 |
*** rlandy|bbl is now known as rlandy | 03:29 | |
*** jamesmcarthur has joined #openstack-infra | 03:29 | |
*** jamesmcarthur has quit IRC | 03:38 | |
*** rlandy has quit IRC | 03:42 | |
*** goldyfruit_ has quit IRC | 04:04 | |
mordred | clarkb: ++ to getting a handle on gerrit tooling / dealing with jeepyb | 04:11 |
mordred | there's a bunch of things that, at this point, could be playbooks and/or zuul jobs | 04:11 |
*** udesale has joined #openstack-infra | 04:13 | |
*** smarcet has quit IRC | 04:24 | |
*** factor has joined #openstack-infra | 04:24 | |
fungi | that's basically what i was thinking with splitting stuff out | 04:25 |
fungi | not specifically the implementations, just the things that need doing | 04:26 |
fungi | we have simpler/cleaner ways to do a lot of it now | 04:26 |
fungi | compared to 2012 | 04:26 |
*** ykarel|away is now known as ykarel | 04:35 | |
*** zxiiro has quit IRC | 04:37 | |
*** redrobot has quit IRC | 04:37 | |
*** redrobot has joined #openstack-infra | 04:38 | |
mordred | ++ | 04:43 |
mordred | fungi: case in point ... we have gerrit hook scripts that do $things which currently mean we have to install jeepyb into the gerrit container so that the hook scripts can run ... but those tasks might be better suited to be no-node zuul post jobs | 04:44 |
mordred | they might not | 04:44 |
mordred | but it's at least worth thinking about | 04:45 |
mordred | similarly (and I might hack on this one sooner than later) - because puppet we currently do config management for gerrit and gitea in sequence with and tied to manage-projects ... but really manage-projects is about managing data in the service and the other is about managing the service - so maybe that wants to be two playbooks that get triggered by different things - and the gerrit project part of | 04:46 |
mordred | jeepyb can just be some ansible like it is for gitea | 04:46 |
fungi | i suspect all the hook scripts could be zuul jobs now | 05:10 |
fungi | they just call launchpad apis or leave comments on gerrit reviews | 05:11 |
*** slaweq has joined #openstack-infra | 05:11 | |
fungi | and i agree wrt manage-projects, though we need to find ways to stop fiddling with the database (which presumably will be necessary when we upgrade to notedb anyway) | 05:12 |
*** raukadah is now known as chkumar|rover | 05:13 | |
mordred | fungi: do we still fiddle with the db? | 05:15 |
mordred | fungi: I thought we were all API now | 05:15 |
*** slaweq has quit IRC | 05:15 | |
mordred | OH | 05:16 |
mordred | group uuid | 05:16 |
clarkb | mordred: I have a change up to change that in my testing stack | 05:17 |
mordred | clarkb: cool | 05:17 |
clarkb | seems to work against modern gwrrit (because its tested :) )) | 05:17 |
mordred | clarkb: btw - I have a change up to add apache support to docker-gerrit ... but that made me want to go LE review-dev so that the apache config for the ssl certs could be done easily | 05:18 |
clarkb | mordred: k also openid login doesnt work on review-dev becauseit redirects you to review.opendev.org after logging in | 05:18 |
mordred | (right now it should work - we don't need to block on the LE - paths to certs can be passed in - but it would be nicer to not need to) | 05:18 |
mordred | clarkb: neat | 05:18 |
clarkb | did not have time to look at that and just used ssh instead | 05:18 |
mordred | clarkb: seems like maybe we should just go ahead and create a review-dev.opendev.org - would be a good way to verify that the ansible is taking care of everything it's supposed to | 05:19 |
clarkb | makes sense | 05:19 |
mordred | I'll work on both review-dev.opendev.org and LE of review-dev.opendev.org as next steps there | 05:20 |
clarkb | fwiw jeepyb and manage projects in particulwr encodes a lot of good stuff it justneeds a refactor to be maintainable | 05:21 |
mordred | clarkb: gerrit.config:canonicalWebUrl = https://review.opendev.org/ | 05:22 |
mordred | gerrit.config:gitHttpUrl = https://review.opendev.org/ | 05:22 |
clarkb | possible it gets refactored into ansible module but overall I dont think we can delete a lot of what it does | 05:22 |
mordred | on review-dev ... that would do it :) | 05:22 |
clarkb | ++ | 05:22 |
mordred | clarkb: ++ | 05:22 |
openstackgerrit | Monty Taylor proposed opendev/system-config master: Add Apache to Ansible for Gerrit https://review.opendev.org/704498 | 05:24 |
mordred | clarkb: ^^ that should both add apache - and fix the openid redirect | 05:24 |
openstackgerrit | Monty Taylor proposed opendev/system-config master: Add SSL Cipher list to gerrit apache vhost https://review.opendev.org/704729 | 05:33 |
mordred | fungi: ^^ thanks - there's the cipher list | 05:34 |
*** hwoarang has quit IRC | 05:48 | |
*** hwoarang has joined #openstack-infra | 05:48 | |
*** kjackal has joined #openstack-infra | 06:05 | |
*** lmiccini has joined #openstack-infra | 07:01 | |
*** slaweq has joined #openstack-infra | 07:11 | |
openstackgerrit | Daniel Lublin proposed opendev/git-review master: Allow choosing which field to use as author when naming branch https://review.opendev.org/444574 | 07:13 |
*** rchanter has quit IRC | 07:15 | |
*** slaweq has quit IRC | 07:15 | |
*** dpawlik has joined #openstack-infra | 07:16 | |
AJaeger | ianw: just glancing over backscroll - how can I help exactly? | 07:17 |
*** redrobot has quit IRC | 07:21 | |
*** pgaxatte has joined #openstack-infra | 07:29 | |
*** pkopec has joined #openstack-infra | 07:41 | |
*** ykarel is now known as ykarel|lunch | 07:42 | |
AJaeger | fungi, ianw, transparency-policy repo is dead, no merges - but publishing is set up via https://opendev.org/openstack/project-config/src/branch/master/zuul.d/projects.yaml#L4254. We could remove that - let me propose that... | 07:44 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Remove publishing job for transparency-policy https://review.opendev.org/704737 | 07:47 |
AJaeger | fungi, ianw, ^ | 07:50 |
*** dtantsur|afk is now known as dtantsur | 07:54 | |
*** slaweq has joined #openstack-infra | 07:56 | |
*** tesseract has joined #openstack-infra | 08:03 | |
*** hashar has joined #openstack-infra | 08:07 | |
*** tkajinam has quit IRC | 08:08 | |
*** rpittau|afk is now known as rpittau | 08:08 | |
ianw | AJaeger: do you think you might have a chance to look at the service-types publishing? | 08:08 |
AJaeger | ianw: I thought mnaser signed up to do all the remaining jobs? | 08:08 |
ianw | AJaeger: ok, mnaser ^ :) i think it's next on the list and should be straight forward now | 08:09 |
AJaeger | ianw, mnaser : happy to review and help if questions arise | 08:10 |
ianw | AJaeger: if you could override governance.openstack.org and security.openstack.org with 23.253.245.150 and confirm it seems ok, i'll be confident enough to cut over the dns tomorrow | 08:10 |
AJaeger | ianw: https://23.253.245.150/ looks fine but not the subdirectories like https://23.253.245.150/tc | 08:11 |
*** jtomasek has joined #openstack-infra | 08:12 | |
AJaeger | ianw: not sure how to do this for security | 08:12 |
ianw | AJaeger: did you put entires in /etc/hosts for security/governance.openstack.org? | 08:12 |
AJaeger | ah ;) | 08:13 |
AJaeger | will do | 08:13 |
AJaeger | ianw: /tc still does not work for me, security looks fine | 08:15 |
AJaeger | ianw: could you review this docs update, please? https://review.opendev.org/704359 | 08:15 |
ianw | AJaeger: hrm ... https://governance.openstack.org/tc/ is working for me with the hosts override, let me check the logs | 08:16 |
AJaeger | try: without trailing "/" -> https://governance.openstack.org/tc | 08:17 |
ianw | ahh, hrm | 08:17 |
AJaeger | Ah, without neither site works - so user error ;) | 08:17 |
AJaeger | all is good ;) | 08:17 |
ianw | heh, yeah just trying that :) ok, at least everything is broken in the same way :) | 08:18 |
AJaeger | all links seem to work - let's switch ;) | 08:19 |
ianw | mnaser: i've added https://storyboard.openstack.org/#!/story/2006598 task 38503 for the service-types change | 08:20 |
*** rcernin has quit IRC | 08:20 | |
openstackgerrit | Merged openstack/project-config master: Fix description for promote-tox-docs-infra https://review.opendev.org/704359 | 08:26 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Remove static publishing for governance https://review.opendev.org/704741 | 08:28 |
AJaeger | ianw: once you swichted DNS, we cna merge ^ | 08:28 |
ianw | AJaeger: thanks, cleanup was my next thing :) | 08:29 |
*** gfidente has joined #openstack-infra | 08:29 | |
*** dchen has quit IRC | 08:32 | |
openstackgerrit | Antoine Musso proposed zuul/zuul master: gear: remove support for custom MASS_DO packet https://review.opendev.org/704742 | 08:34 |
*** tosky has joined #openstack-infra | 08:35 | |
AJaeger | ianw: what was the topic to use? I forgot about it ;( | 08:39 |
AJaeger | ianw: will use static-services ... | 08:40 |
ianw | AJaeger: static-services is the one from the spec | 08:40 |
ianw | i don't think i've been super careful about using it though | 08:40 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Remove static publishing for governance https://review.opendev.org/704741 | 08:40 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Remove promote-tox-docs-static https://review.opendev.org/704745 | 08:40 |
AJaeger | ianw: cleanups pushed and topic updated. fungi will need to approve the election change | 08:42 |
ianw | thanks, i'm about to disappear so won't switch dns now and leave anyone with a mess :) | 08:42 |
AJaeger | have a good night, ianw ! Thanks | 08:43 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Move governance-uc jobs in-tree https://review.opendev.org/704747 | 08:52 |
*** jpena|off is now known as jpena | 08:54 | |
*** ralonsoh has joined #openstack-infra | 08:59 | |
*** gshippey has joined #openstack-infra | 09:03 | |
*** rchanter has joined #openstack-infra | 09:03 | |
*** ykarel|lunch is now known as ykarel | 09:04 | |
openstackgerrit | Sorin Sbarnea proposed opendev/gerritbot master: Avoid silent execution failures https://review.opendev.org/618802 | 09:13 |
*** lucasagomes has joined #openstack-infra | 09:16 | |
openstackgerrit | Mohammed Naser proposed zuul/zuul master: Start ignoring certain Gerrit events https://review.opendev.org/704756 | 09:38 |
*** iurygregory has joined #openstack-infra | 09:40 | |
openstackgerrit | Simon Westphahl proposed zuul/zuul master: Allow skipping child jobs from paused job again https://review.opendev.org/704758 | 09:47 |
*** threestrands has quit IRC | 09:47 | |
openstackgerrit | Sagi Shnaidman proposed openstack/project-config master: Don't require CLA for contributors of Ansible Openstack modules https://review.opendev.org/704648 | 09:55 |
mnaser | AJaeger: i apologize for dropping the ball on the static hosting thing. i've had a few things happen here personally that slowed me down overall. i'd like to know where it's at roughly and what's needed to finish it up | 09:59 |
*** xek has quit IRC | 10:10 | |
*** derekh has joined #openstack-infra | 10:13 | |
*** lifeless has quit IRC | 10:19 | |
*** hashar has quit IRC | 10:30 | |
*** ykarel is now known as ykarel|away | 10:31 | |
AJaeger | mnaser: I didn't dig into that either in the last weeks, so from ianw I understood that he needs a job for service-types publishing. Have a look what we did for the other repos and ask if you have questions. | 10:34 |
AJaeger | mnaser: Is everything fine for you again and are you able to help - or do you need help? | 10:34 |
*** psachin has joined #openstack-infra | 10:35 | |
ianw | mnaser: yes please don't stress over it; https://storyboard.openstack.org/#!/story/2006598 task #37723 is the next thing | 10:36 |
ianw | but we are not blocked, there's work to do with tarballs and releases that i have in progress too | 10:37 |
AJaeger | mnaser: the stack at https://review.opendev.org/#/c/704737 is the cleanup for the first jobs in case you want to review a bit | 10:43 |
*** xek has joined #openstack-infra | 10:55 | |
*** pcaruana has quit IRC | 10:57 | |
*** priteau has joined #openstack-infra | 10:59 | |
*** udesale has quit IRC | 11:01 | |
*** xek_ has joined #openstack-infra | 11:10 | |
*** xek has quit IRC | 11:10 | |
openstackgerrit | Matthieu Huin proposed zuul/zuul master: JWT drivers: Deprecate RS256withJWKS, introduce OpenIDConnect https://review.opendev.org/701972 | 11:12 |
openstackgerrit | Matthieu Huin proposed zuul/zuul master: OIDCAuthenticator: add capabilities, scope option https://review.opendev.org/702275 | 11:12 |
openstackgerrit | Matthieu Huin proposed zuul/zuul master: admin REST API: zuul-web integration https://review.opendev.org/643536 | 11:12 |
*** Lucas_Gray has joined #openstack-infra | 11:16 | |
openstackgerrit | Daniel Bengtsson proposed openstack/reviewstats master: Stop configuring install_command in tox. https://review.opendev.org/694506 | 11:17 |
*** psachin has quit IRC | 11:18 | |
*** rchanter has quit IRC | 11:33 | |
*** pcaruana has joined #openstack-infra | 11:40 | |
*** calbers has quit IRC | 11:49 | |
*** ykarel|away is now known as ykarel | 11:49 | |
*** calbers has joined #openstack-infra | 11:50 | |
*** rpittau is now known as rpittau|bbl | 11:53 | |
*** ociuhandu has joined #openstack-infra | 11:58 | |
*** ramishra has quit IRC | 12:08 | |
*** rfolco has joined #openstack-infra | 12:10 | |
*** hashar has joined #openstack-infra | 12:10 | |
*** ramishra has joined #openstack-infra | 12:13 | |
*** sshnaidm is now known as sshnaidm|afk | 12:15 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Replace existing operator tasks with the new dhall function https://review.opendev.org/702106 | 12:29 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Generate TLS certificats for the gearman service https://review.opendev.org/702716 | 12:29 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Handle service restart when connections are changed https://review.opendev.org/703624 | 12:29 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Add tenant reconfiguration when main.yaml changed https://review.opendev.org/703631 | 12:29 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Add OpenShift SCC and functional test https://review.opendev.org/702758 | 12:30 |
*** jpena is now known as jpena|lunch | 12:31 | |
*** ociuhandu has quit IRC | 12:31 | |
*** hashar has quit IRC | 12:34 | |
mnaser | AJaeger, ianw: cool, i'm doing better now -- it sounds like most governance/tc related stuff is taken care of and the only static publishing left is specs/security/service-types from what i understand in that story, right? | 12:36 |
*** ociuhandu has joined #openstack-infra | 12:40 | |
openstackgerrit | Thierry Carrez proposed opendev/irc-meetings master: Add Large Scale SIG meeting https://review.opendev.org/704790 | 12:42 |
openstackgerrit | Mohammed Naser proposed zuul/zuul master: Start ignoring certain Gerrit events https://review.opendev.org/704756 | 12:44 |
openstackgerrit | Merged openstack/project-config master: Remove publishing job for transparency-policy https://review.opendev.org/704737 | 12:46 |
*** ramishra has quit IRC | 12:50 | |
*** gfidente has quit IRC | 12:56 | |
*** gfidente has joined #openstack-infra | 12:57 | |
openstackgerrit | Merged opendev/irc-meetings master: Add Large Scale SIG meeting https://review.opendev.org/704790 | 12:58 |
*** Lucas_Gray has quit IRC | 12:59 | |
*** goldyfruit_ has joined #openstack-infra | 13:01 | |
*** rlandy has joined #openstack-infra | 13:02 | |
*** artom has quit IRC | 13:06 | |
AJaeger | mnaser: yes, looks like it. ianw might know best | 13:07 |
*** rh-jelabarre has joined #openstack-infra | 13:12 | |
*** ociuhandu has quit IRC | 13:17 | |
*** ociuhandu has joined #openstack-infra | 13:21 | |
*** ociuhandu has quit IRC | 13:26 | |
*** jpena|lunch is now known as jpena | 13:29 | |
*** smarcet has joined #openstack-infra | 13:29 | |
*** rchanter has joined #openstack-infra | 13:29 | |
*** rpittau|bbl is now known as rpittau | 13:30 | |
*** rosmaita has quit IRC | 13:32 | |
*** rosmaita has joined #openstack-infra | 13:32 | |
*** pkopec_ has joined #openstack-infra | 13:33 | |
*** smarcet has quit IRC | 13:33 | |
*** ramishra_ has joined #openstack-infra | 13:36 | |
*** pkopec has quit IRC | 13:36 | |
*** ykarel is now known as ykarel|away | 13:36 | |
*** redrobot has joined #openstack-infra | 13:46 | |
*** Lucas_Gray has joined #openstack-infra | 13:49 | |
*** jamesmcarthur has joined #openstack-infra | 13:49 | |
*** strigazi has quit IRC | 13:56 | |
*** rchanter has quit IRC | 13:58 | |
*** petevg has joined #openstack-infra | 13:59 | |
*** ociuhandu has joined #openstack-infra | 14:00 | |
*** strigazi has joined #openstack-infra | 14:02 | |
*** ykarel|away is now known as ykarel | 14:02 | |
*** zxiiro has joined #openstack-infra | 14:04 | |
*** pkopec_ has quit IRC | 14:05 | |
*** pkopec has joined #openstack-infra | 14:05 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-jobs master: fetch-output-openshift: initial role https://review.opendev.org/682044 | 14:11 |
*** smarcet has joined #openstack-infra | 14:12 | |
*** gfidente has quit IRC | 14:13 | |
*** gfidente has joined #openstack-infra | 14:13 | |
*** Lucas_Gray has quit IRC | 14:14 | |
*** addyess has quit IRC | 14:16 | |
*** KeithMnemonic has joined #openstack-infra | 14:20 | |
*** zzzeek has quit IRC | 14:22 | |
*** pkopec has quit IRC | 14:23 | |
*** pkopec has joined #openstack-infra | 14:23 | |
*** zzzeek has joined #openstack-infra | 14:23 | |
*** addyess has joined #openstack-infra | 14:24 | |
*** pkopec has quit IRC | 14:26 | |
*** pkopec has joined #openstack-infra | 14:26 | |
*** jamesmcarthur has quit IRC | 14:38 | |
*** pkopec has quit IRC | 14:39 | |
*** pkopec has joined #openstack-infra | 14:39 | |
*** jamesmcarthur has joined #openstack-infra | 14:40 | |
*** jamesmcarthur has quit IRC | 14:45 | |
*** priteau has quit IRC | 14:50 | |
*** priteau has joined #openstack-infra | 14:51 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Add OpenShift SCC and functional test https://review.opendev.org/702758 | 14:53 |
*** priteau has quit IRC | 14:56 | |
*** sshnaidm|afk is now known as sshnaidm | 14:56 | |
*** dklyle has quit IRC | 15:02 | |
*** dklyle has joined #openstack-infra | 15:03 | |
*** priteau has joined #openstack-infra | 15:07 | |
*** jamesmcarthur has joined #openstack-infra | 15:09 | |
*** jamesmcarthur has quit IRC | 15:14 | |
*** smarcet has quit IRC | 15:24 | |
*** ociuhandu has quit IRC | 15:24 | |
*** smarcet has joined #openstack-infra | 15:30 | |
*** artom has joined #openstack-infra | 15:31 | |
frickler | infra-root: FYI I'm going to be on PTO until next Wednesday | 15:40 |
clarkb | frickler: enjoy your holidays | 15:40 |
*** pgaxatte has quit IRC | 15:42 | |
openstackgerrit | Merged opendev/elastic-recheck master: Update flot js file inclusion to match new flot https://review.opendev.org/704716 | 15:42 |
clarkb | fungi: ^ I went ahead and approved that and will approve the config mgmt side now | 15:43 |
clarkb | And once this stabilizes I'll have to see if I can work e-r into the QA teams toolset. gmann do you have thoughts on that? | 15:44 |
*** smarcet has quit IRC | 15:45 | |
*** jamesmcarthur has joined #openstack-infra | 15:47 | |
*** smarcet has joined #openstack-infra | 15:50 | |
*** lbragstad has quit IRC | 15:52 | |
*** ociuhandu has joined #openstack-infra | 15:52 | |
*** jamesmcarthur has quit IRC | 15:53 | |
*** smarcet has quit IRC | 15:53 | |
*** smarcet has joined #openstack-infra | 15:55 | |
*** lbragstad has joined #openstack-infra | 15:57 | |
*** jackedin has joined #openstack-infra | 16:01 | |
*** smarcet has quit IRC | 16:01 | |
*** chkumar|rover is now known as raukadah | 16:04 | |
openstackgerrit | Merged opendev/system-config master: Copy unminimized flot files https://review.opendev.org/704717 | 16:07 |
openstackgerrit | Merged openstack/project-config master: Remove static publishing for governance https://review.opendev.org/704741 | 16:07 |
*** ykarel is now known as ykarel|away | 16:09 | |
*** eharney has quit IRC | 16:09 | |
*** smarcet has joined #openstack-infra | 16:13 | |
*** gyee has joined #openstack-infra | 16:14 | |
*** lmiccini has quit IRC | 16:21 | |
clarkb | to summarize the airship call it was largely a logistics call. Explaining how we enroll resources into nodepool once accounts are ready | 16:23 |
clarkb | sounds like we may have credentials by the end of the week | 16:24 |
clarkb | re the flot stuff. I'll force puppet to rerun the flot file copies by moving the flot repo aside | 16:25 |
openstackgerrit | Thierry Carrez proposed openstack/project-config master: Allow python-storyboardclient direct release https://review.opendev.org/704837 | 16:33 |
fungi | your local edits seem to have gotten the graphs showing up for me at least | 16:34 |
clarkb | fungi: ya, I've now undone them to force updates | 16:34 |
clarkb | though I think I need to wait for N+1 puppet because N is about to run | 16:34 |
clarkb | fungi: if you hard refresh they should be broken | 16:34 |
fungi | yep, confirmed, on reload they're broken again | 16:34 |
clarkb | then once confirmed that it reconfigures properly I'll switch dns and look at deleting the old server tomorrow. | 16:35 |
fungi | so once they start working once more, we can update dns i suppose | 16:35 |
fungi | yeah | 16:35 |
*** lbragstad has quit IRC | 16:38 | |
clarkb | yup next run should have it so in about an hour it will be another round of browser refreshes | 16:38 |
*** jamesmcarthur has joined #openstack-infra | 16:39 | |
clarkb | with that out of the way, are we all caught up on static migration reviews? AJaeger fungi | 16:40 |
AJaeger | clarkb: we're ready to switch dns anytime - ianw wnats to do it later today | 16:40 |
fungi | i believe i am. we need some help from the uc to approve changes there though | 16:40 |
clarkb | roger | 16:41 |
fungi | but those are just cleanup | 16:41 |
clarkb | this is excellent progress over the last few days, thank you everyone for helping | 16:41 |
AJaeger | exactly, only cleanup left - and then next sites ;) | 16:41 |
openstackgerrit | Merged openstack/project-config master: Remove promote-tox-docs-static https://review.opendev.org/704745 | 16:45 |
fungi | pretty sure security.o.o dns can be switched over too if it hasn't been already | 16:49 |
gmann | clarkb: i am ok for e-r to QA, only worring about web part of it as i (or any QA) have very limited knowledge on js side. | 16:50 |
gmann | but you are here so should be ok :) | 16:50 |
clarkb | gmann: same with us re web | 16:50 |
AJaeger | fungi: both governance and security can - but ianw did not have time to monitor in case of problems | 16:50 |
AJaeger | fungi: and only those two AFAIU | 16:50 |
clarkb | gmann: I think in my mind to start its mostly just using the tool and keep queries up to date | 16:50 |
fungi | yep | 16:50 |
clarkb | gmann: as it is a really powerful tool for QA work, but seems like the QA team may not use it much? | 16:51 |
fungi | AJaeger: that's what i gathered from scrollback anyway. thanks for confirming | 16:51 |
*** eharney has joined #openstack-infra | 16:51 | |
fungi | clarkb: gmann: the irony is that the web stuff was developed by (then) regular contributors to the qa team along with some interns | 16:52 |
gmann | clarkb: yeah. health-deashboard is another example where js things are setup and keep working. | 16:52 |
gmann | fungi: clarkb true. i think they keep working and if anyone want to improve/enhance anyone is welcome. so overall lgtm. keep it upto date with queries etc is more close to QA. | 16:53 |
AJaeger | spotz: could you put https://review.opendev.org/#/c/704746/ on your review queue, please? It's a small job cleanup | 16:53 |
*** ociuhandu has quit IRC | 16:59 | |
clarkb | gmann: (this is pure brainstorming right now) to start maybe the QA team can try to add a new query each week? Could be group activity during office hours if no one shows up with other questions | 17:00 |
*** bnemec-ooo has quit IRC | 17:00 | |
clarkb | gmann: then we'll improve our classificatiion rate and get some experience with the tool | 17:00 |
gmann | +1 | 17:01 |
spotz | AJaeger: looking now | 17:02 |
spotz | I'll ask the group to review tomorrow morning in our meeting if will workflow after if that works for you | 17:03 |
spotz | if=and | 17:03 |
fungi | spotz: it's just cleanup, so it's not blocking anything urgent, but reviews are appreciated nonetheless! | 17:05 |
spotz | fungi okie | 17:05 |
*** jackedin_ has joined #openstack-infra | 17:10 | |
*** lucasagomes has quit IRC | 17:12 | |
*** jackedin has quit IRC | 17:14 | |
*** lbragstad has joined #openstack-infra | 17:15 | |
*** dtantsur is now known as dtantsur|afk | 17:19 | |
AJaeger | spotz: there's no functional change, just moving the lines from one repo to another. It can wait until tomorrow. thanks | 17:20 |
spotz | AJaeger: Just trying to get the UC more into the mindset of checking for reviews | 17:21 |
*** pkopec has quit IRC | 17:24 | |
AJaeger | spotz: hope you're successful ;) | 17:26 |
spotz | AJaeger: Thanks:) | 17:28 |
*** rpittau is now known as rpittau|afk | 17:33 | |
clarkb | status has had its N+1 puppet run and appears to have working e-r graphs again | 17:37 |
clarkb | fungi: ^ can you double check when you have a moment? | 17:38 |
clarkb | I've just noticed that I think there is a bug in the time axis labels | 17:38 |
clarkb | but I think we can sort that out as a followon | 17:38 |
clarkb | (probably a unit conversion? I dunno) | 17:38 |
*** gfidente is now known as gfidente|afk | 17:38 | |
clarkb | if the time axis labels are the only issue we can find I'll go ahead and update dns | 17:42 |
fungi | clarkb: yep, seems to be working again, graphs load more quickly than they used to as well, i think? | 17:43 |
fungi | and yeah, the x axis values are indeed strange. i wonder what that's a count of... hours? | 17:44 |
clarkb | it should be a 10 day range | 17:44 |
clarkb | that means there are 30 indexes there | 17:45 |
clarkb | each is 8 hours? | 17:45 |
clarkb | I'm going to update dns | 17:45 |
*** jberg-dev has joined #openstack-infra | 17:47 | |
clarkb | #status log Updated status.openstack.org to point at new Xenial status01.openstack.org server | 17:49 |
openstackstatus | clarkb: finished logging | 17:49 |
clarkb | gmann: ^ please let us know if you see any problems with health | 17:50 |
clarkb | I'll delete the old server in the next day or two if no problems show up | 17:50 |
gmann | clarkb: sure. | 17:52 |
clarkb | cool have a fix for the xaxis now | 17:56 |
clarkb | change in a minute | 17:56 |
*** jpena is now known as jpena|off | 17:58 | |
openstackgerrit | Clark Boylan proposed opendev/elastic-recheck master: Fix flot xaxis labels https://review.opendev.org/704858 | 17:59 |
clarkb | fungi: ^ | 17:59 |
fungi | awesome | 17:59 |
clarkb | flot has really good docs which help a js noob like me figure things out | 18:00 |
openstackgerrit | Merged openstack/project-config master: Don't require CLA for contributors of Ansible Openstack modules https://review.opendev.org/704648 | 18:01 |
*** rkukura has joined #openstack-infra | 18:01 | |
clarkb | in debugging ^ I've realized that the json files we load have lots of unnecessary whitespace which may contribute to their size | 18:01 |
clarkb | working on a fix for that now too | 18:01 |
*** mattw4 has joined #openstack-infra | 18:01 | |
*** lbragsta_ has joined #openstack-infra | 18:03 | |
*** derekh has quit IRC | 18:03 | |
openstackgerrit | Clark Boylan proposed opendev/elastic-recheck master: Don't pretty print json files https://review.opendev.org/704860 | 18:06 |
clarkb | I expect ^ will have a noticeable impact on file size which should impact page load times | 18:07 |
*** jamesmcarthur has quit IRC | 18:09 | |
*** michael-beaver has joined #openstack-infra | 18:10 | |
clarkb | 1.7MB to 302KB | 18:11 |
clarkb | with the current all.json file | 18:11 |
*** rkukura has quit IRC | 18:15 | |
*** jamesmcarthur has joined #openstack-infra | 18:18 | |
fungi | nice! | 18:18 |
*** adriancz has quit IRC | 18:18 | |
fungi | that's a lot of whitespace | 18:18 |
*** lbragsta_ has quit IRC | 18:20 | |
*** tosky has quit IRC | 18:22 | |
Shrews | wow. quick math says 82% reduction? crazy | 18:26 |
openstackgerrit | Merged opendev/elastic-recheck master: Fix flot xaxis labels https://review.opendev.org/704858 | 18:26 |
*** jamesmcarthur has quit IRC | 18:26 | |
clarkb | Shrews: ya its a lot of deep nesting so a lot of 4 space indents | 18:27 |
Shrews | clarkb: great find | 18:29 |
openstackgerrit | Merged opendev/elastic-recheck master: Don't pretty print json files https://review.opendev.org/704860 | 18:32 |
*** priteau has quit IRC | 18:33 | |
*** rkukura has joined #openstack-infra | 18:34 | |
*** ramishra_ has quit IRC | 18:37 | |
fungi | what i like best is that it's just yet another thing we can *stop* doing, so simplifies the automation in the process | 18:37 |
*** eharney has quit IRC | 18:38 | |
*** benj_ has quit IRC | 18:47 | |
*** kjackal has quit IRC | 18:47 | |
*** benj_ has joined #openstack-infra | 18:47 | |
*** ralonsoh has quit IRC | 18:47 | |
*** kjackal has joined #openstack-infra | 18:49 | |
*** eharney has joined #openstack-infra | 18:51 | |
*** iurygregory has quit IRC | 18:52 | |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: Update default OpenID provider to ubuntu.com https://review.opendev.org/630761 | 18:53 |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: puppet-lint: class included by absolute name https://review.opendev.org/704863 | 18:53 |
fungi | infra-puppet-core: can you take a look at ^ when you get a sec? | 18:53 |
*** pkopec has joined #openstack-infra | 18:54 | |
*** jamesmcarthur has joined #openstack-infra | 18:55 | |
*** tesseract has quit IRC | 18:59 | |
*** igordc has joined #openstack-infra | 19:02 | |
*** jackedin_ has quit IRC | 19:02 | |
*** tomaw has quit IRC | 19:04 | |
*** kjackal has quit IRC | 19:04 | |
*** tomaw has joined #openstack-infra | 19:05 | |
*** hashar has joined #openstack-infra | 19:10 | |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: Sort extensions list for improved manageability https://review.opendev.org/704871 | 19:13 |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: Add the ConfirmEdit extension https://review.opendev.org/704872 | 19:13 |
fungi | those too | 19:13 |
*** kprice789 has joined #openstack-infra | 19:14 | |
clarkb | fungi: yup I'll take a look shortly | 19:15 |
*** smarcet has quit IRC | 19:17 | |
fungi | that last one is going to grow, i'm iterating through missing extensions now | 19:17 |
*** kjackal has joined #openstack-infra | 19:18 | |
*** hashar has quit IRC | 19:26 | |
*** eharney has quit IRC | 19:26 | |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: Sort extensions list for improved manageability https://review.opendev.org/704871 | 19:27 |
openstackgerrit | Jeremy Stanley proposed opendev/puppet-mediawiki master: Add missing extensions https://review.opendev.org/704872 | 19:27 |
*** jamesmcarthur has quit IRC | 19:27 | |
fungi | https://wiki-dev.openstack.org/wiki/Main_Page is loading for me with those applied | 19:28 |
fungi | next i need to focus on figuring out why the login button isn't showing up, and also why images are missing | 19:28 |
clarkb | nice. sorry just finishing up one thing then will dig into that | 19:28 |
fungi | but need to take a break to grab late lunch and run some pre-fosdem errands, should be back soonish | 19:29 |
*** mattw4 has quit IRC | 19:29 | |
*** mattw4 has joined #openstack-infra | 19:30 | |
*** jamesmcarthur has joined #openstack-infra | 19:38 | |
*** eharney has joined #openstack-infra | 19:39 | |
cloudnull | qq - any idea why this is failing zuul checks - https://review.opendev.org/#/c/704875/3/zuul.d/layout.yaml ? | 19:42 |
cloudnull | "multiple repeat at position 37"? | 19:42 |
openstackgerrit | Merged zuul/zuul master: Change default Gerrit HTTP auth method https://review.opendev.org/704068 | 19:43 |
clarkb | cloudnull: line 40, ** | 19:44 |
clarkb | I'm guessing that is a regex parse error | 19:44 |
cloudnull | ah ha! | 19:44 |
clarkb | line 61 too | 19:44 |
* cloudnull updating | 19:45 | |
cloudnull | thanks cloudnull | 19:45 |
cloudnull | ** clarkb | 19:45 |
cloudnull | stupid tab complete. | 19:45 |
clarkb | you're welcome | 19:46 |
clarkb | fungi: I went ahead and approved all but https://review.opendev.org/#/c/704872/. The other chagne swere small in scope and applied to non production server. For https://review.opendev.org/#/c/704872/ you indicated the listm ight grow so left it as is for now | 19:48 |
*** eharney has quit IRC | 19:48 | |
clarkb | if that is the complete list feel free to approve | 19:48 |
*** dklyle has quit IRC | 19:56 | |
*** gmann is now known as gmann_afk | 19:57 | |
*** dawzon has joined #openstack-infra | 19:58 | |
*** lifeless has joined #openstack-infra | 20:01 | |
*** dklyle has joined #openstack-infra | 20:03 | |
*** hashar has joined #openstack-infra | 20:05 | |
*** dklyle has quit IRC | 20:08 | |
*** dklyle has joined #openstack-infra | 20:14 | |
openstackgerrit | Clark Boylan proposed opendev/elastic-recheck master: Simplify 1708704's query https://review.opendev.org/704878 | 20:17 |
clarkb | fungi: ^ workaround for the e-r OOMing | 20:17 |
openstackgerrit | Merged opendev/puppet-mediawiki master: puppet-lint: class included by absolute name https://review.opendev.org/704863 | 20:18 |
openstackgerrit | Merged opendev/puppet-mediawiki master: Update default OpenID provider to ubuntu.com https://review.opendev.org/630761 | 20:18 |
* clarkb finds lunch | 20:19 | |
*** smarcet has joined #openstack-infra | 20:20 | |
*** slaweq has quit IRC | 20:22 | |
*** slaweq has joined #openstack-infra | 20:23 | |
*** mattw4 has quit IRC | 20:25 | |
ianw | ok i'm going to switch the governance and static openstack.org A/AAAA to the opendev server now | 20:27 |
ianw | actually they're cname-ed | 20:29 |
ianw | #status log governance.openstack.org and security.openstack.org switched CNAMEs to new static.opendev.org server | 20:30 |
openstackstatus | ianw: finished logging | 20:30 |
openstackgerrit | Merged zuul/zuul-jobs master: Fix periodic image build jobs https://review.opendev.org/704680 | 20:34 |
*** auristor has quit IRC | 20:37 | |
*** auristor has joined #openstack-infra | 20:38 | |
*** pkopec has quit IRC | 20:43 | |
openstackgerrit | Merged openstack/project-config master: Allow python-storyboardclient direct release https://review.opendev.org/704837 | 20:47 |
*** dawzon has quit IRC | 20:53 | |
*** slaweq has quit IRC | 20:54 | |
openstackgerrit | Merged opendev/puppet-mediawiki master: Sort extensions list for improved manageability https://review.opendev.org/704871 | 20:54 |
*** eharney has joined #openstack-infra | 21:03 | |
*** slaweq has joined #openstack-infra | 21:04 | |
*** smarcet has quit IRC | 21:04 | |
*** jamesmcarthur has quit IRC | 21:05 | |
*** kjackal has quit IRC | 21:07 | |
*** artom has quit IRC | 21:08 | |
*** slaweq has quit IRC | 21:09 | |
*** Lucas_Gray has joined #openstack-infra | 21:10 | |
*** slaweq has joined #openstack-infra | 21:11 | |
*** smarcet has joined #openstack-infra | 21:14 | |
*** slaweq has quit IRC | 21:16 | |
fungi | clarkb: thanks, i indicated the list would grow, then i grew the list in another revision. it's probably complete for now so i'll approve | 21:16 |
clarkb | ++ | 21:17 |
*** gmann_afk is now known as gmann | 21:17 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-jobs master: fetch-output-openshift: initial role https://review.opendev.org/682044 | 21:25 |
openstackgerrit | Merged opendev/elastic-recheck master: Simplify 1708704's query https://review.opendev.org/704878 | 21:27 |
clarkb | fungi: thank you for ^ | 21:27 |
fungi | yw | 21:27 |
clarkb | looks like refstack is the last host not being currently looked at for upgrades that needs an upgrade | 21:30 |
clarkb | fungi: any idea who to talk to about possibly taking a downtime on that service (mostly awnt to coordinate any acitivty) | 21:30 |
*** rcernin has joined #openstack-infra | 21:32 | |
openstackgerrit | Clark Boylan proposed opendev/system-config master: Switch more puppet testing to xenial https://review.opendev.org/704889 | 21:32 |
clarkb | this is a related cleanup change to the work we've done the last few days | 21:32 |
*** jamesmcarthur has joined #openstack-infra | 21:32 | |
*** stevebaker_ has quit IRC | 21:35 | |
openstackgerrit | Merged opendev/puppet-mediawiki master: Add missing extensions https://review.opendev.org/704872 | 21:38 |
fungi | clarkb: i feel like this might be something diablo_rojo_phon can help with | 21:38 |
fungi | or diablo_rojo depending on time of day | 21:39 |
fungi | (regarding refstack) | 21:39 |
*** mattw4 has joined #openstack-infra | 21:40 | |
clarkb | ianw: https://storyboard.openstack.org/#!/story/2007237 story filed | 21:42 |
*** xek_ has quit IRC | 21:42 | |
clarkb | ianw: let me know if I can add more info | 21:42 |
clarkb | fungi: good idea | 21:42 |
*** apetrich has quit IRC | 21:43 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-jobs master: fetch-output-openshift: initial role https://review.opendev.org/682044 | 21:43 |
diablo_rojo | clarkb, you need refstack reviews? or what? | 21:45 |
*** gfidente|afk is now known as gfidente | 21:46 | |
clarkb | diablo_rojo: we need to upgrade the server refstack runs on and wonder how/who to coordinate any needed downtime/testing/etc | 21:46 |
diablo_rojo | Ohh okay. I can help? Though I am not sure exactly what that entails. | 21:47 |
clarkb | diablo_rojo: usually the way it works is we build a new server alongside the old one, test that it works and then cut dns over. In this case there is a db backend that we'll either need to share or migrate over too. I'll have to have a think on the best way to do that | 21:47 |
clarkb | diablo_rojo: I think what we would need is someone to help confirm that the new server is workign ebfore we make it the production server | 21:47 |
diablo_rojo | Ah, okay. I am not exactly sure how to do that having not touched it before, but I can poke egle and see what that entails. | 21:48 |
clarkb | thanks! | 21:48 |
clarkb | note there is no new server yet. likely a next week acitivty | 21:48 |
diablo_rojo | clarkb, no problem | 21:48 |
diablo_rojo | clarkb, noted. | 21:50 |
openstackgerrit | sebastian marcet proposed opendev/puppet-openstackid master: Refactored Deployment Script Functions https://review.opendev.org/704329 | 21:53 |
smarcet | fungi: could we review and approved theese changes https://review.opendev.org/#/c/704329/ and https://review.opendev.org/#/c/704482/ thx u :) | 21:55 |
clarkb | smarcet: fyi semicolon is still there at https://review.opendev.org/#/c/704329/1..3/files/functions | 21:58 |
smarcet | clarkb: sorry will get rid of it | 21:58 |
clarkb | no worth a -1, but figured I would point it out | 21:58 |
clarkb | k | 21:58 |
fungi | diablo_rojo: i'm happy to work with you on that too, we can tag-team it if you like | 22:00 |
fungi | i'm also not that sure what i'm looking at, so it can be a learning experience all 'round | 22:00 |
*** ociuhandu has joined #openstack-infra | 22:01 | |
openstackgerrit | sebastian marcet proposed opendev/puppet-openstackid master: Refactored Deployment Script Functions https://review.opendev.org/704329 | 22:03 |
smarcet | fungi:clarkb: done :) | 22:03 |
*** ociuhandu has quit IRC | 22:06 | |
*** smarcet has quit IRC | 22:06 | |
*** jtomasek has quit IRC | 22:06 | |
*** tosky has joined #openstack-infra | 22:10 | |
clarkb | the e-r graph pages are now backed by the smaller json files | 22:14 |
clarkb | it seems like they load much quicker now | 22:14 |
openstackgerrit | Merged opendev/puppet-openstackid master: Fixed broken deployment https://review.opendev.org/704482 | 22:15 |
*** rh-jelabarre has quit IRC | 22:17 | |
*** jamesmcarthur has quit IRC | 22:18 | |
*** jamesmcarthur has joined #openstack-infra | 22:19 | |
*** artom has joined #openstack-infra | 22:19 | |
fungi | they already seemed quicker than the old server, so supra-fast now | 22:24 |
clarkb | I'm going to look at logstash and es a bit closer now to see what may be making them unhappy | 22:25 |
*** hashar has quit IRC | 22:25 | |
openstackgerrit | James E. Blair proposed zuul/zuul master: Add gcloud_service auth option for Gerrit driver https://review.opendev.org/704904 | 22:26 |
clarkb | we've essentially run out of disk :/ | 22:32 |
clarkb | I'm going to delete older indexes to free space for new data | 22:33 |
*** rfolco has quit IRC | 22:33 | |
clarkb | then we'll likely need to figure out why daily indexes are into the half terabyte size range | 22:33 |
fungi | #status log filed pbl whitelisting request with spamhaus for lists.katacontainers.io ipv4 address | 22:35 |
openstackstatus | fungi: finished logging | 22:35 |
clarkb | I manually reduced ES retention to a week for the current dataset | 22:39 |
clarkb | I expect the cluster will go green, then we can monitor and make adjustment should we overflow again | 22:39 |
ianw | clarkb: thanks for story, LGTM as something we can track | 22:45 |
clarkb | infra-root https://review.opendev.org/#/c/704889/ passes testing and would be good to land to reflect our current ability to test things and what we've got in production | 22:46 |
clarkb | (its a simple change to what platforms we run puppet tests for a few things on) | 22:46 |
ianw | since we seem ok with the tarball mail i sent, i'm going to get creating the afs volume and see about publishing jobs | 22:47 |
fungi | sounds great, thanks for taking care of that ianw! | 22:48 |
clarkb | the refstack installation process is interesting | 22:56 |
clarkb | we download the sdist from pypi, untar it, pip install that, then run npm things in it | 22:56 |
clarkb | at this point I think the nodejs stuff may potentially cause us problems | 22:56 |
*** smarcet has joined #openstack-infra | 23:03 | |
openstackgerrit | Merged opendev/puppet-openstackid master: Refactored Deployment Script Functions https://review.opendev.org/704329 | 23:05 |
clarkb | ya we install nodejs-legacy which doesn't exist on newer distro releaes | 23:06 |
*** smarcet has quit IRC | 23:06 | |
*** kaisers has quit IRC | 23:06 | |
*** tkajinam has joined #openstack-infra | 23:07 | |
*** slaweq has joined #openstack-infra | 23:11 | |
openstackgerrit | James E. Blair proposed zuul/zuul master: Add gcloud_service auth option for Gerrit driver https://review.opendev.org/704904 | 23:12 |
*** rlandy is now known as rlandy|bbl | 23:14 | |
*** slaweq has quit IRC | 23:16 | |
*** kaisers has joined #openstack-infra | 23:23 | |
*** dchen has joined #openstack-infra | 23:24 | |
openstackgerrit | Merged opendev/system-config master: Switch more puppet testing to xenial https://review.opendev.org/704889 | 23:27 |
clarkb | I think I'll need to spin up a test VM for refstack and spend a lot of time manually iterating on it | 23:28 |
clarkb | the node stuff is gonna need work for sure | 23:28 |
*** gfidente has quit IRC | 23:33 | |
*** sshnaidm is now known as sshnaidm|afk | 23:45 | |
*** tosky has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!