Friday, 2019-10-25

*** mattw4 has quit IRC00:00
*** weifan has joined #openstack-infra00:01
*** weifan has quit IRC00:01
*** weifan has joined #openstack-infra00:01
*** gyee has quit IRC00:05
*** weifan has quit IRC00:06
clarkbmordred: we do get things like ./api/compute/GET/e8fd161dc34c421a979a9e6421f823e9/25d702bc-6c34-4fcd-8296-eda3001afd85/sum_squares_90.wsp00:07
clarkbis that GET/tenant/compute-uuid/ ?00:08
clarkbif so then compute may also suffer this00:08
calebbclarkb: i think im not far from being able to test the mirror thing on a vm00:08
clarkbcalebb: ok like tomorrow?00:09
calebbif you wanna wait until im super ready (if it's annoying for you to have that quota taken up or whatever) i can wait more, but otherwise i might be able to test things over the weekend00:09
calebbyeah, i think so00:09
clarkbcan probably spin one up tomorrow00:09
calebbi basically have a few small things to clean up00:09
calebbok, sounds good00:10
mordredclarkb: weird. ok. I mean - that is not a very useful thing to track00:14
mordredclarkb: I'm going to mull ways to make that better overall00:14
*** jamesmcarthur has joined #openstack-infra00:14
clarkbmordred: reskimming that function I think https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/proxy.py#L133-L136 may be broken. Maybe there is a type difference?00:14
mordredclarkb, corvus: I ran the stack ending in https://review.opendev.org/690766 from bridge against review-dev and all seems happy00:15
clarkbbut also we don't actually exclude the id of the resource I don't think00:15
clarkbwhihc is why we end up with the id in the comput epaths00:15
clarkboh wait the consume function is what should pull out the uuid of the actual resource so that must be buggy too00:15
*** rfolco|rover has joined #openstack-infra00:16
clarkbhttps://opendev.org/openstack/openstacksdk/src/branch/master/openstack/proxy.py#L176 we only look at every other entry?00:16
clarkbthat seems like a bug00:17
*** slaweq has joined #openstack-infra00:17
mordredclarkb, corvus: so I think we can land that stack00:17
mordredwell - it was an early attempt to exclude the ids from the urls - since what you want are the signatures of teh general calls, not the specific calls to objects00:18
*** goldyfruit has quit IRC00:18
clarkbsure but why would it be every other entry?00:18
clarkbthat doesn't seem like a reliable metric00:18
*** andreaf has joined #openstack-infra00:18
clarkbI think that is one bug00:18
mordredbecause the pattern is usually /server/{id}/action or /image/{id} or whatnot00:18
mordredyou can't just exclude ids based on them being a uuid because there's non-uuid ids00:19
clarkbmordred: then you need to flip the condition then00:19
clarkboh wait its adding them to a list ok00:19
mordredI think what we need to do, now that we have per-server proxy subclasses, is not try to do things like "skip every other url segment" but instead have the compute proxy have a method that says "this is how to report my urls"00:20
clarkboh wait no that is the bug00:20
clarkbI think because we aren't removingthe project/tenant id properly we get shifted by one00:20
mordredyeah. I agree with that00:20
clarkband then we evaluate the uuid instead of the action in that function00:20
mordredyup00:20
clarkbbeing specific in the subclasses makes sense to me00:21
mordredway more scalable - because there's likely to be a bazillion edge cases00:21
*** slaweq has quit IRC00:22
mordredoh - you know what - I bet self.session.get_project_id() in the call to _extract_names is wrong and it should be self.get_project_id()00:22
* mordred goes to check00:23
clarkbyou think it is returning none or something like that?00:23
clarkbnone is the default value to the method too00:23
mordrednope. nevermind -they both have it00:24
mordredyeah- my thought was that we were not stripping the project_id because we weren't passing it in00:24
mordredbut self.session.get_project_id() totally has the project id - so that shouldn't be it00:24
mordred(like, I think we should rework this - but if we can fix the lack of stripping the project id properly, that should buy us a little more space to work in)00:25
clarkbya00:26
clarkbI'm fairly certain it is the list comprehension but the logic there apperas corret to me00:26
clarkbwhich is why I think it must be a typing issue?00:26
mordredyeah - like unicode vs bytes or something?00:27
*** markvoelker has joined #openstack-infra00:27
*** jamesmcarthur has quit IRC00:27
*** jamesmcarthur has joined #openstack-infra00:28
clarkbor uuid is an int or has the -'s stripped out when we get project id but in the url its got the -'s00:28
mordredproject_id should always be a string - it comes from a field of a json dict00:29
mordredbut - worth looking at00:29
*** markvoelker has quit IRC00:30
*** markvoelker has joined #openstack-infra00:30
mordredclarkb: do we have any things like ./api/compute/GET/e8fd161dc34c421a979a9e6421f823e9/25d702bc-6c34-4fcd-8296-eda3001afd85/sum_squares_90.wsp that are attached to a specific cloud?00:31
clarkbmordred: no it does http method then uuids or servers or os-volumes-boot etc00:32
clarkbI believe the uuids are project/tenant uuids00:32
clarkbI need to figure out dinner00:35
mordreddinner is important00:35
clarkbthe whisper resize is running in a root screen00:35
clarkbI expect it will be a while00:35
*** weifan has joined #openstack-infra00:45
*** benj_ has quit IRC00:50
*** weifan has quit IRC00:50
*** ricolin has joined #openstack-infra00:50
*** jamesmcarthur has quit IRC00:53
*** markvoelker has quit IRC00:54
*** ricolin has quit IRC00:55
mordredclarkb: I can't reproduce this locally - making the various calls both with and without additional logging and print statements - the things are doing what they should (this is both on clouds with project_id in the url and without)00:56
*** markvoelker has joined #openstack-infra00:57
clarkbmordred: maybe we can figure out which cloud theseproject ids come from and work backward from there?00:58
mordredyeah - I tried with one of those clouds00:58
mordred(rax is one of the ones with projectid/uuid whisper files)00:59
*** diablo_rojo has quit IRC01:01
*** benj_ has joined #openstack-infra01:05
*** jamesmcarthur has joined #openstack-infra01:07
*** markvoelker has quit IRC01:08
*** Goneri has joined #openstack-infra01:10
*** jamesmcarthur has quit IRC01:19
*** Goneri has quit IRC01:20
*** weifan has joined #openstack-infra01:21
*** weifan has quit IRC01:26
*** jamesmcarthur has joined #openstack-infra01:43
*** jamesmcarthur has quit IRC01:46
openstackgerritSean McGinnis proposed openstack/project-config master: Increase tag-releases timeout  https://review.opendev.org/69113901:50
*** rfolco|rover has quit IRC01:51
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for murano-dashboard to horizon-core  https://review.opendev.org/69114001:51
*** rosmaita has quit IRC01:53
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for solum-dashboard to horizon-core  https://review.opendev.org/69114201:54
*** weifan has joined #openstack-infra02:01
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for murano-dashboard to horizon-core  https://review.opendev.org/69114002:04
*** rosmaita has joined #openstack-infra02:05
*** yamamoto has joined #openstack-infra02:06
*** weifan has quit IRC02:07
*** yamamoto has quit IRC02:11
*** ramishra has joined #openstack-infra02:28
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for solum-dashboard to horizon-core  https://review.opendev.org/69114202:30
*** yamamoto has joined #openstack-infra02:32
*** roman_g has quit IRC02:34
*** jerryz has quit IRC02:47
*** markvoelker has joined #openstack-infra03:09
*** benj_ has quit IRC03:10
*** yamamoto has quit IRC03:11
openstackgerritMonty Taylor proposed opendev/system-config master: Add service playbook and test run for prod gerrit  https://review.opendev.org/69117103:12
openstackgerritMonty Taylor proposed opendev/system-config master: Add launchpadlib credentials to gerrit ansible  https://review.opendev.org/69117203:12
openstackgerritMonty Taylor proposed opendev/system-config master: Add replication config to gerrit ansible  https://review.opendev.org/69117303:12
*** markvoelker has quit IRC03:13
*** yamamoto has joined #openstack-infra03:13
openstackgerritzhangboye proposed openstack/os-testr master: Switch to Ussuri jobs  https://review.opendev.org/69117603:29
*** yamamoto has quit IRC03:33
*** psachin has joined #openstack-infra03:34
*** yamamoto has joined #openstack-infra03:34
*** yamamoto has quit IRC03:35
*** benj_ has joined #openstack-infra03:40
*** benj_ has quit IRC03:53
*** janki has joined #openstack-infra03:56
*** ykarel|away has joined #openstack-infra03:57
*** yamamoto has joined #openstack-infra04:01
*** igordc has quit IRC04:01
*** benj_ has joined #openstack-infra04:05
*** ykarel|away is now known as ykarel04:06
*** yamamoto has quit IRC04:08
*** benj_ has quit IRC04:10
*** benj_ has joined #openstack-infra04:14
*** janki has quit IRC04:19
*** janki has joined #openstack-infra04:22
*** ricolin has joined #openstack-infra04:24
openstackgerritMerged openstack/diskimage-builder master: Ensure machine-id is not included in images  https://review.opendev.org/68327204:28
*** kjackal has joined #openstack-infra04:31
*** ykarel is now known as ykarel|afk04:37
*** udesale has joined #openstack-infra04:44
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv: include python3-venv for Debuntu  https://review.opendev.org/69118204:46
*** ianychoi has quit IRC04:59
*** ykarel|afk is now known as ykarel05:00
*** ianychoi has joined #openstack-infra05:01
*** tkajinam has quit IRC05:01
openstackgerritMerged openstack/diskimage-builder master: Add security suite name override in debian-minimal  https://review.opendev.org/68881605:16
*** sgw has joined #openstack-infra05:18
*** kjackal has quit IRC05:18
*** hamzy has quit IRC05:19
*** hamzy has joined #openstack-infra05:21
*** surpatil has joined #openstack-infra05:25
openstackgerritIan Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv: include python3-venv for Debuntu  https://review.opendev.org/69118205:27
openstackgerritIan Wienand proposed opendev/system-config master: [wip] test arm64 mirror  https://review.opendev.org/69079805:28
openstackgerritIan Wienand proposed opendev/system-config master: install-ansible: Pre-install build deps for aarch64  https://review.opendev.org/69118705:28
*** janki has quit IRC05:30
*** janki has joined #openstack-infra05:33
*** janki has quit IRC05:33
*** janki has joined #openstack-infra05:33
*** yamamoto has joined #openstack-infra05:34
*** dchen has quit IRC05:38
*** janki has quit IRC05:39
*** slaweq has joined #openstack-infra05:39
*** dchen has joined #openstack-infra05:40
*** dchen has quit IRC05:44
*** tkajinam has joined #openstack-infra05:44
*** slaweq has quit IRC05:44
*** slaweq has joined #openstack-infra05:45
*** dchen has joined #openstack-infra05:45
*** yamamoto has quit IRC05:51
*** yamamoto has joined #openstack-infra05:53
*** lmiccini has joined #openstack-infra05:57
*** yamamoto has quit IRC06:13
*** dpawlik has joined #openstack-infra06:17
*** jerryz has joined #openstack-infra06:18
*** tesseract has joined #openstack-infra06:19
*** jerryz has quit IRC06:24
*** udesale has quit IRC06:24
*** udesale has joined #openstack-infra06:25
*** rcernin has quit IRC06:26
*** udesale has quit IRC06:27
*** jtomasek has joined #openstack-infra06:36
*** kjackal has joined #openstack-infra06:42
*** apetrich has joined #openstack-infra06:50
openstackgerritMerged openstack/diskimage-builder master: Drop vhdutil dependency, use qemu-img  https://review.opendev.org/68884906:52
*** udesale has joined #openstack-infra06:52
*** apetrich has quit IRC06:53
*** apetrich has joined #openstack-infra06:54
*** lmiccini has quit IRC06:57
*** sshnaidm is now known as sshnaidm|off06:58
*** lmiccini has joined #openstack-infra06:59
AJaegerconfig-core, could you review https://review.opendev.org/#/c/688997/ to allow moving forward with python2 drop for Ussuri, please?07:00
*** yamamoto has joined #openstack-infra07:00
*** ccamacho has joined #openstack-infra07:01
*** trident has quit IRC07:02
*** trident has joined #openstack-infra07:06
*** otsukahy has joined #openstack-infra07:07
AJaegerthanks, mordred07:09
*** markvoelker has joined #openstack-infra07:11
*** slaweq has quit IRC07:12
*** yamamoto has quit IRC07:16
*** markvoelker has quit IRC07:16
*** tosky has joined #openstack-infra07:18
*** gfidente has joined #openstack-infra07:19
openstackgerritMerged openstack/openstack-zuul-jobs master: Update openstack-python3-ussuri-jobs-* templates to test without Python2  https://review.opendev.org/68899707:20
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for murano-dashboard to horizon-core  https://review.opendev.org/69114007:26
*** yamamoto has joined #openstack-infra07:39
*** kopecmartin|off is now known as kopecmartin07:45
*** udesale has quit IRC07:49
*** udesale has joined #openstack-infra07:49
*** rpittau|afk is now known as rpittau07:51
openstackgerritFabien Boucher proposed zuul/zuul master: Keep tenant_last_reconfigured float precision (time.sleep removal)  https://review.opendev.org/68939407:51
openstackgerritFabien Boucher proposed zuul/zuul master: Pagure - Manage project connector refresh when EINVALIDTOK  https://review.opendev.org/68725907:52
*** zbr has joined #openstack-infra07:53
*** ralonsoh has joined #openstack-infra07:55
*** otsukahy has quit IRC07:55
*** yamamoto has quit IRC07:59
*** amoralej|off is now known as amoralej08:01
*** efried has quit IRC08:02
*** efried has joined #openstack-infra08:02
openstackgerritFelix Schmidt proposed zuul/zuul master: Make reporting asynchronous  https://review.opendev.org/69125308:03
*** yamamoto has joined #openstack-infra08:04
*** rcernin has joined #openstack-infra08:09
*** lucasagomes has joined #openstack-infra08:09
*** tkajinam has quit IRC08:10
openstackgerritFabien Boucher proposed zuul/zuul master: Pagure: Fix handling of threshold_reached: None  https://review.opendev.org/69125408:11
*** whoami-rajat has joined #openstack-infra08:14
*** yolanda has quit IRC08:14
*** yolanda has joined #openstack-infra08:14
openstackgerritFelix Schmidt proposed zuul/zuul master: WIP: Make reporting asynchronous  https://review.opendev.org/69125308:16
*** rcernin has quit IRC08:28
*** trident has quit IRC08:29
*** dpawlik has quit IRC08:34
*** trident has joined #openstack-infra08:35
*** derekh has joined #openstack-infra08:43
openstackgerritLuka Peschke proposed openstack/project-config master: Grant core permissions to horizon-core on cloudkitty-dashboard  https://review.opendev.org/69126308:46
*** yamamoto has quit IRC08:59
*** dpawlik has joined #openstack-infra09:02
*** ykarel is now known as ykarel|lunch09:03
*** yamamoto has joined #openstack-infra09:04
*** markvoelker has joined #openstack-infra09:12
*** markvoelker has quit IRC09:17
*** xek_ has joined #openstack-infra09:19
*** prometheanfire has quit IRC09:20
*** prometheanfire has joined #openstack-infra09:21
*** otsukahy has joined #openstack-infra09:23
*** pkopec has joined #openstack-infra09:26
*** FlorianFa has joined #openstack-infra09:28
*** ykarel|lunch is now known as ykarel09:30
*** ykarel is now known as ykarel|meeting09:36
*** lpetrut has joined #openstack-infra09:42
*** otsukahy has quit IRC09:42
*** e0ne has joined #openstack-infra09:43
zbri observed that openstack-tox-linters is often starting slowly, in many cases after other heavy-duty jobs, can we update the min-ready for it?09:43
zbrthe issue is that I tried to identify which nodeset it uses but got lost into the inheritance and never managed to find where it comes from09:44
AJaegerzbr: min-ready is per node type - not per job09:44
zbryeha, i know. but i was not able to find the nodeset used by it by looking at all parents.09:45
zbri went up to unittests, no nodeset09:45
AJaegerzbr: just look at the log of one run09:45
zbrubuntu-bionic09:47
AJaegerand xenial for older stable branches, see https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/jobs.yaml#L7909:47
*** dpawlik has quit IRC09:48
*** rcernin has joined #openstack-infra09:49
*** otsukahy has joined #openstack-infra09:49
zbrAJaeger: i think i found where to bump it, but i still not sure where is defined, probably i missed it / not important.09:50
*** otsukahy has quit IRC09:50
*** otsukahy has joined #openstack-infra09:51
*** yamamoto has quit IRC09:51
AJaegernodepool/nl01.openstack.org.yaml in openstack/project-config - and having there 1 and 10 for xenial: Yes, bumping up a bit is fine IMHO09:51
zbri am proposing 1-3, do you want me to lower the 10?09:55
*** lpetrut has quit IRC09:55
openstackgerritSorin Sbarnea proposed openstack/project-config master: Bump min-ready for ubuntu-bionic  https://review.opendev.org/69127509:56
*** otsukahy has quit IRC09:56
*** rpittau is now known as rpittau|bbl10:08
*** otsukahy has joined #openstack-infra10:12
*** whoami-rajat has quit IRC10:14
*** dtantsur|afk has quit IRC10:16
*** dtantsur has joined #openstack-infra10:16
*** dpawlik has joined #openstack-infra10:19
*** dpawlik has quit IRC10:24
*** otsukahy has quit IRC10:31
*** otsukahy has joined #openstack-infra10:37
*** otsukahy has quit IRC10:50
*** ykarel|meeting is now known as ykarel10:54
*** ccamacho has quit IRC10:55
*** lpetrut has joined #openstack-infra11:02
*** lpetrut has quit IRC11:05
*** dpawlik has joined #openstack-infra11:10
*** whoami-rajat_ has joined #openstack-infra11:17
donnydlooks like something may be broken in grafana http://grafana.openstack.org/d/3Bwpi5SZk/nodepool-fortnebula?orgId=1&from=now-24h&to=now11:18
*** rcernin has quit IRC11:18
donnydonly shows data till 22:3011:18
*** otsukahy has joined #openstack-infra11:21
*** whoami-rajat_ is now known as whoami-rajat11:22
*** ccamacho has joined #openstack-infra11:27
*** otsukahy has quit IRC11:32
*** ykarel is now known as ykarel|afk11:35
*** iurygregory has joined #openstack-infra11:36
*** iurygregory has quit IRC11:49
*** otsukahy has joined #openstack-infra11:50
*** ramishra has quit IRC11:52
*** otsukahy has quit IRC11:54
*** rh-jelabarre has joined #openstack-infra11:57
*** otsukahy has joined #openstack-infra12:00
*** rpittau|bbl is now known as rpittau12:04
*** jamesmcarthur has joined #openstack-infra12:10
*** ramishra has joined #openstack-infra12:11
zbrjust made same same discovery! see https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-7-scenario003-standalone --- last execution is 5-6 hours ago! which is not true.12:14
*** rosmaita has left #openstack-infra12:14
zbrapparently zuul history is no longer updated12:15
*** aedc has quit IRC12:15
*** slaweq has joined #openstack-infra12:15
*** otsukahy has quit IRC12:15
*** dave-mccowan has joined #openstack-infra12:16
*** ykarel|afk is now known as ykarel12:17
*** otsukahy has joined #openstack-infra12:17
*** rlandy has joined #openstack-infra12:20
*** rosmaita has joined #openstack-infra12:20
*** jamesmcarthur has quit IRC12:20
openstackgerritSagi Shnaidman proposed zuul/zuul-jobs master: DNM: test openvswitch on centos8  https://review.opendev.org/69129412:22
*** otsukahy has quit IRC12:23
*** aedc has joined #openstack-infra12:25
*** otsukahy has joined #openstack-infra12:26
openstackgerritFelix Schmidt proposed zuul/zuul master: WIP: Make reporting asynchronous  https://review.opendev.org/69125312:27
*** surpatil has quit IRC12:35
*** otsukahy has quit IRC12:37
*** rfolco|rover has joined #openstack-infra12:43
*** jamesmcarthur has joined #openstack-infra12:45
*** FlorianFa has quit IRC12:48
openstackgerritDavid Shrewsbury proposed zuul/zuul master: Handle upgrade of autohold held nodes  https://review.opendev.org/69129712:51
*** aedc has quit IRC12:53
*** dpawlik has quit IRC12:57
*** aedc has joined #openstack-infra13:00
*** yamamoto has joined #openstack-infra13:01
*** jamesmcarthur has quit IRC13:05
*** yamamoto has quit IRC13:07
*** ykarel is now known as ykarel|afk13:10
*** yamamoto has joined #openstack-infra13:10
*** markvoelker has joined #openstack-infra13:15
*** mriedem has joined #openstack-infra13:17
AJaegerzbr, btw. the bump of min-ready will only help on an idle system. AFAIK If we are at the limit, then min-ready is ignored and nodes are booted according to demand13:17
*** goldyfruit has joined #openstack-infra13:17
AJaegerzbr: do you have a link to a later run of that job?13:18
zbrAJaeger: https://zuul.opendev.org/t/openstack/build/e6e6847012474ebe83380a42177f1389 -- i observed this one being triggered later than others.13:19
*** markvoelker has quit IRC13:19
*** amoralej is now known as amoralej|lunch13:19
zbrit was not a huge delay but enough to observe it. i seen this happening quite often and the min-ready=1 explains why I seen it.13:20
zbrin fact is very easy to reproduce, just do a recheck on it and you will see how most of the other jobs are started right away but this one starts much later.13:22
*** yamamoto has quit IRC13:22
*** yamamoto has joined #openstack-infra13:26
*** eharney has quit IRC13:30
*** tesseract has quit IRC13:36
*** yamamoto has quit IRC13:37
*** dpawlik has joined #openstack-infra13:37
*** Goneri has joined #openstack-infra13:47
*** otsukahy has joined #openstack-infra13:57
*** ykarel|afk is now known as ykarel13:57
*** amoralej|lunch is now known as amoralej13:57
*** rascasoft has quit IRC13:57
*** priteau has joined #openstack-infra13:59
*** benj_ has quit IRC14:08
*** pkopec has quit IRC14:10
*** benj has joined #openstack-infra14:11
*** benj is now known as Guest1461114:12
clarkbdonnyd:we ran out of disk on the server so I stopped the services and am reducing whisper file sizes and retention14:13
*** yamamoto has joined #openstack-infra14:13
clarkbzbr node assignment is not a strict fifo and is effectively random14:13
clarkbnodepools assigns a launcher thread to each zuul request in order but the launchers may not produce nodes in order14:14
*** markvoelker has joined #openstack-infra14:16
*** goldyfruit_ has joined #openstack-infra14:17
*** dpawlik has quit IRC14:17
*** goldyfruit has quit IRC14:19
*** yamamoto has quit IRC14:19
*** piotrowskim has quit IRC14:19
*** eharney has joined #openstack-infra14:23
donnydclarkb: thanks for the update14:25
TheJuliafungi: diablo_rojo_phon: or anyone else with back-end storyboard access. I'm trying to submit a new story to storyboard and I either get a "sql transation is being rolled back" or "unable to convert input to story"14:29
fungiTheJulia: let me guess, trying to add more than one initial task when creating the story?14:30
TheJuliayes14:30
TheJuliatwo tasks to be precise14:30
fungiworkaround for now is to create the story with one task and then add additional tasks once it's created14:30
fungithere is a write lock contention with task additions happening in one transaction, trying to work out a solution14:30
TheJuliak14:30
*** mattw4 has joined #openstack-infra14:31
TheJuliafungi: deleting the 2nd task and it still went boom, starting over completely14:34
fungiyes, i think the webclient gets into an inconsistent state following database write errors, the error handling there needs improvement as well (though ideally that wouldn't be hit if the insert/update queries didn't step on one another)14:35
*** jaosorior has joined #openstack-infra14:38
*** ccamacho has quit IRC14:39
TheJulia\o/ it created a duplicate. I marked it as invalid14:40
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928014:40
fungiTheJulia: ahh, yeah, that's probably why it went splodey when you retried to save it after removing the second task, it didn't realize it had successfully created the story14:43
*** jangutter has quit IRC14:43
fungihopefully we get this fixed soon. we had a prospective intern write up a patch, but that turned out to not be a great solution and we had to walk it back14:44
*** goldyfruit___ has joined #openstack-infra14:45
*** eernst_ has joined #openstack-infra14:47
*** goldyfruit_ has quit IRC14:48
*** eernst_ has quit IRC14:49
*** eernst_ has joined #openstack-infra14:49
clarkbmy whisper resize of just the poenstack timings is still running14:51
clarkb51GB free now14:51
clarkbI think the stats per resource are really hurting us there14:52
*** mattw4 has quit IRC14:52
clarkbI was hoping I'd wake and be able to run the resize over the zuul files14:53
*** yamamoto has joined #openstack-infra14:58
corvusclarkb: did you get to the bottom of that?14:59
corvuswhen i checked out, it seemed like everyone was surprised that was happening...14:59
clarkbcorvus: I think we understand the failure mode in sdk. But we don't know why it happens. mordred was trying to reprpduce it yesterday when I ran off to dinner15:00
clarkbcorvus: basically the sdk code has code to remove the project id from the url, then from that it has a check every other url path entry. Problem is it isn't removing the project id then its every other check is offset by one which means it looks at the resource id instead of the actions15:01
openstackgerritMatt Riedemann proposed opendev/elastic-recheck master: Add query for ssh fail bug 1849857  https://review.opendev.org/69137415:01
openstackbug 1849857 in OpenStack-Gate "ssh fails to guest in tempest run, "Starting dropbear sshd: WARN: generating key of type ecdsa failed!" in guest console log" [Undecided,New] https://launchpad.net/bugs/184985715:01
clarkbWhat we weren't understanding is why that remove project id code isn't working15:01
clarkbcalebb: I have an instance booted in ovh bhs1 (chose that region because it has a 200GB disk flavor we use for the mirror nodes and they don't charge customers for network io so figure doing a bunch of network io there is ok)15:02
clarkbcorvus: need ssh keys whenever you are ready15:03
*** yamamoto has quit IRC15:03
clarkber calebb ^15:03
*** xek__ has joined #openstack-infra15:03
clarkbcorvus: mordred the other thing I've realized sleeping on it is that without a cloud/project prefix that data is going to be not very useful to us anyway15:04
*** tosky_ has joined #openstack-infra15:04
clarkbbecause it will be 8 different regions all mixed together15:04
*** Benibr has joined #openstack-infra15:04
*** yamamoto has joined #openstack-infra15:04
*** xek_ has quit IRC15:06
*** tosky has quit IRC15:06
*** jamesmcarthur has joined #openstack-infra15:08
clarkbbasically there are two bugs here. The software isn't doing what is intended but the intended behavior isn't useful to users. Both things will need to be addressed. Fixing the "not doing what is intended" bug should help with the disk usage15:09
clarkbcorvus: https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/proxy.py#L130-L138 is the code that attempts to remove the project id from the url parts. Maybe the bug stands out to you? Best I can figure is the logic is correct so we may have a type error15:12
*** roman_g has joined #openstack-infra15:13
*** gyee has joined #openstack-infra15:14
*** e0ne has quit IRC15:15
corvusclarkb: what are the paths that are ending up on disk?  (example?)15:17
clarkbstats/times/openstack/api/compute/DELETE/dcaab5e32b234d56b626f72581e3644c/fe945625-f7ca-4dcc-99c3-0bca1fa7ab96/sum.wsp15:18
clarkbcorvus: another idea I had is that first id lacks -'s15:18
clarkband its possible that the sdk internal representation of that string includes them15:18
*** kjackal has quit IRC15:19
*** kopecmartin is now known as kopecmartin|off15:19
calebbclarkb: my github keys should be good15:20
calebbhttps://github.com/squidboylan.keys15:20
clarkbcalebb: ssh ubuntu@158.69.66.15115:23
openstackgerritMerged opendev/elastic-recheck master: Add query for ssh fail bug 1849857  https://review.opendev.org/69137415:24
openstackgerritMerged opendev/elastic-recheck master: Hard-code os-brick into TestQueries.openstack_projects  https://review.opendev.org/68903915:24
openstackbug 1849857 in OpenStack-Gate "ssh fails to guest in tempest run, "Starting dropbear sshd: WARN: generating key of type ecdsa failed!" in guest console log" [Undecided,Confirmed] https://launchpad.net/bugs/184985715:24
calebbclarkb: ty15:24
corvusclarkb: or that's being called without a project_id argument15:25
corvusclarkb: do you know what those 2 ids in the example path are?15:26
corvusdca... and fe9...15:26
openstackgerritMerged zuul/zuul-website master: Update case studies on users page  https://review.opendev.org/69113015:27
clarkbcorvus: I believe dca is a rackspace project id (based on conversation with mordred yesterday) and fe9 is a nova instance id. Confirming the first should be straightforward. Confirming the second is not so easy15:27
corvusi thought rax projects were integers?15:27
clarkbhrm ya they are. maybe another cloud then (mordred mentioned rax yesterday and tested against them because the project id matched but maybe he meant for a different path). Let me see if I can track down what dcaa is15:29
corvusit doesn't show up in all-clouds.yaml15:29
openstackgerritMerged opendev/elastic-recheck master: Remove H233 from flake8 ignore list  https://review.opendev.org/68904115:29
openstackgerritMerged opendev/elastic-recheck master: Fix link formatting in CONTRIBUTING.rst  https://review.opendev.org/68904315:29
clarkbcorvus: dcaa is the ovh openstack-jenkins project15:30
clarkb*project id15:30
corvuswhy can i not find that in all-clouds?15:30
clarkbI'm guessing because we use the name in all clouds /me looks15:30
clarkbyes we use a project name there not id15:31
*** lmiccini has quit IRC15:31
clarkb(I did openstack project list against clouds to look for the id)15:31
corvusi wonder if sdk does the same....15:31
*** otsukahy has quit IRC15:32
*** tosky_ is now known as tosky15:36
corvuswhat's the env var to tell sdk where clouds.yaml is?15:39
clarkbcorvus: OS_CLIENT_CONFIG_FILE=/etc/openstack/all-clouds.yaml15:40
corvusopenstack.connect(cloud='openstackjenkins-ovh').session.get_project_id()  returns 'dcaab5e32b234d56b626f72581e3644c'  so i think that's working as expected.15:40
clarkbfwiw conn.session.get_project_id() gives me 'dcaab5e32b234d56b626f72581e3644c'15:41
clarkbya15:41
*** mattw4 has joined #openstack-infra15:46
*** diablo_rojo has joined #openstack-infra15:46
*** mattw4 has quit IRC15:50
*** mattw4 has joined #openstack-infra15:51
*** gfidente has quit IRC15:51
*** jaosorior has quit IRC15:51
*** mattw4 has quit IRC15:54
*** xek_ has joined #openstack-infra15:56
fungigonna take a break from banging my head against openid/cors interactions in storyboard-webclient drafts and take a long lunch to run some errands15:57
clarkbhrm so I'm trying to debug it with opreations against server resources and I used osc to create an instance for that15:57
clarkbproblem is sdk can't get that server instance15:57
*** mattw4 has joined #openstack-infra15:57
*** STEWIE925 has joined #openstack-infra15:58
STEWIE925requesting review and approval for https://review.opendev.org/#/c/691038/  -  thank you so much!15:58
clarkbah that is because it is only looking at gra1 and not bhs1 even though I toldit a region at connect time. I'm betting I didn't use thecorrect parameter for that and it doens't care what you pass in15:59
*** xek__ has quit IRC15:59
clarkband from that I'm not able to reproduce having the project id in the url parts list that ends up being part of the statsd stuff16:01
clarkbcorvus: perhaps this is an older bug not present in current sdk? and we've just go old stale data as a result?16:02
corvusclarkb: oh, are these not current timestamps?16:02
*** lucasagomes has quit IRC16:02
clarkbI'm not sure how to check properly (via a garphite query?)16:03
corvusclarkb: file creation time?16:04
clarkbI bet that the whisper file size reduction is mangling that16:04
clarkbbut could check16:04
corvusit's unfortunate we did that.  i bet the original retentions were fine16:05
*** rpittau is now known as rpittau|afk16:05
clarkbI've found one with timestamps from august 1216:06
clarkboctober 216:06
clarkb(we wouldn't have noticed hte problem without the resizing so chicken and egg I guess)16:07
*** derekh has quit IRC16:07
corvusi think i repro'd; patch incoming16:07
*** otsukahy has joined #openstack-infra16:08
corvusclarkb: remote:   https://review.opendev.org/691386 WIP: test extract_name16:08
corvusclarkb: that produces:     b'testtools.matchers._impl.MismatchError: !=:'16:08
corvus    b"reference = ['servers']"16:08
corvus    b"actual    = ['dcaab5e32b234d56b626f72581e3644c', 'a82af292-bb2e-44a4-bf31-fb8145b66e6b']"16:08
corvuswhich, based on my read of the calling site, would produce a path just like what we're seeing16:09
mriedemfyi docs jobs might be failing globally https://zuul.opendev.org/t/openstack/build/10344924bca44849b06b8fae29b5494f/log/job-output.txt#65216:10
clarkbyup that is what I would expect given our filesystem entries16:10
clarkbSTEWIE925: can you respond to fungi's question?16:10
clarkbSTEWIE925: just to make sure we are setting the correct acls16:10
STEWIE925thank you clarkb - let me look16:10
clarkbcorvus: in my testing against ovh what I've been getting after the first pass of parts is ['v2.1', 'servers', '8a84deaa-8b94-4f3d-9584-1f71a9938605']16:11
corvusclarkb: i'm going to mention this in openstack-sdks16:11
clarkbcorvus: the project id is getting removed but the rest of the url is still there as expected. It is possible the bug is not in the removal of project id and is further down16:12
clarkbcorvus: ++ fwiw I think this affects all the reporting systems too and it doesn't produce useful reporting :(16:12
*** otsukahy has quit IRC16:12
clarkbyour reproduction is an easier way to test so I'm switching to that locally now instead of talking to ovh16:15
corvusclarkb: i've got it down to self._extract_name_consume_url_parts(url_parts)16:16
corvusoh wait16:17
clarkbcorvus: ya the modulus there breaks if project id isn't removed properly16:17
corvusthe initial project id filtering is failing too16:17
corvusright that16:17
clarkbthat seems to happen because project_id is None in your example16:18
clarkbwhich gives support to the idea that maybe we aren't passing in project_id always16:18
corvusoh, hrm.  project_id wasn't supposed to be none16:18
corvusoh i forgot to pass in the arg16:18
corvusall right -- so if i fix the test, it does pass16:19
clarkbthat does make me wonder though if the production calls aren't always passing in project_id16:20
corvusright.  i wonder how that could happen?16:20
clarkbmaybe get_project_id() fails?16:20
clarkbfiguring out what the actual definition of these methods is always fun16:21
clarkbis session a keystoneauth1 session?16:22
corvusyes16:22
corvusit's ultimately calling get_session_id on keystoneauth1.identity.generic.password.Password16:23
corvuswhich inherits that method16:23
clarkband reading the source there it seems that the project id comes out of the token16:24
clarkbit would be really weird for us to not have a project id in that case16:24
openstackgerritMerged zuul/zuul master: Annotate further log messages in pipeline processing  https://review.opendev.org/68475916:24
corvusclarkb: did you figure out how to call _extract_name in a repl?16:28
corvuscloud.compute._extract_name  is what i would expect16:29
clarkbcorvus: I did the nasty thing of removing the if statsd_client conditional then commented out the bits that send statsd at the end16:29
clarkbcorvus: then started making real quests to ovh :/16:29
*** ykarel is now known as ykarel|away16:30
openstackgerritMerged zuul/zuul master: Handle upgrade of autohold held nodes  https://review.opendev.org/69129716:33
corvusoh i think my sdk version may be old16:35
corvuslaunchers seem to run 0.3616:37
clarkbcorvus: da45a449dc047e25a295069991b42f1e431e0f3c updates stats reporting post 0.36.0 release16:40
clarkbincludes "fix metric names in weird cases" I wish that was its own commit but reading it now16:40
clarkbI'm going to try rebasing your test on 0.36.016:41
corvusit works in my repl: cloud.compute._extract_name('https://compute.gra1.cloud.ovh.net/v2.1/dcaab5e32b234d56b626f72581e3644c/servers/a82af292-bb2e-44a4-bf31-fb8145b66e6b', cloud.compute.service_type, cloud.compute.session.get_project_id())  ->  ['server']16:42
corvusthat's with openstacksdk 0.36.0 and keystoneauth1 3.18.016:42
clarkbya it was working for me too talking to ovh directly16:43
corvusclarkb: 0.36.0 was sept 1816:43
corvusbut we may have run an older version for a while16:44
clarkbI think its unreleased code that may fix it though16:44
clarkbbased on the "fix metric names in weird cases" commit message item16:44
clarkbyour test still works when rebased on 0.36.0 though16:45
corvusand my repl test works on .3616:45
corvusso it must have mostly worked before?16:45
clarkbya it is possible these are very corner casey16:45
clarkband the specific request details matter a lot16:45
corvusit looks like we restarted launches on 0.35.0 on sept 9, and then next in october (which should have picked up 0.36)16:47
clarkbwhat date in october? I was able to find cases of the bug on graphite.o.o from october 216:47
*** udesale has quit IRC16:48
corvusno earlier than oct 1516:48
corvus(01 and 04 on oct 15, all launchers on oct 17)16:48
corvusso if it was fixed in 0.36, we've only been running that for ~ a week16:48
clarkbmaybe the easiest thing to do here is rm all the resource specific graphite whisper files and dirs then chcek it again in a week or so (course that then runs into summit travel)16:49
*** roman_g has quit IRC16:49
clarkbbut something like that to be able to check easily if it is still a problem16:49
*** yamamoto has quit IRC16:49
corvusclarkb: da45a449dc047e25a295069991b42f1e431e0f3c is in 0.3616:49
corvusso if we assume that fixes it ("fix metric name build when url contains project id") then i think everything lines up16:50
clarkboh so it is. I see what happened I tried to check it out but that failed becuase I had local edits16:50
clarkband so when I did git log I had tip of master which is after 0.36.016:51
openstackgerritMerged zuul/zuul master: Keep tenant_last_reconfigured float precision (time.sleep removal)  https://review.opendev.org/68939416:51
corvusclarkb: you want to rm all the things?16:55
clarkbcorvus: ya if people think that is a useful next step I can rm all the timers/openstack/VERB/project_id dirs16:55
corvus++16:55
clarkbI'll stop my whisper resize first, rm the dirs then rerun the whisper resize? It should run much more quickly16:56
clarkbok resize stopped. working on rms now16:56
*** jamesmcarthur has quit IRC16:57
*** otsukahy has joined #openstack-infra17:04
clarkbok compute and object store are the only ones that work this way17:08
clarkbI expect that the object store one will still be an issue but its far less data overall17:10
clarkbI've cleared them out and am restarting the resize. It should go quick now17:10
clarkbyup thats done now17:11
clarkbcorvus: ok, do you think it is worth running the resize on the zuul timers?17:12
*** priteau has quit IRC17:12
clarkbI expect that will be a sloewr one based on total file size consumed by zuul timers. But we have 273GB free now so could start the service up again and probably be ok17:12
clarkbthen watch for openstack timer weirdness17:12
corvusi'm not sure it's safe to resize with carbon running17:13
clarkbya carbon is off now which is why I'm wondering if we should attempt the resize while we've got it off17:13
clarkbor maybe just not bother resizing zuul for now since we've freed a bunch of disk17:13
corvusoh i see what you're asking17:13
*** goldyfruit_ has joined #openstack-infra17:13
*** igordc has joined #openstack-infra17:14
corvusi think it'd be good for the db to be coherent with the config17:14
clarkbok why don't I start it in my screen then and if it is still running on say monday we can reconsider?17:15
clarkbworst case we stop it17:15
*** goldyfruit___ has quit IRC17:15
corvusk17:16
clarkbthat is running now against stats/timers/zuul. stats/timers/openstack is done17:16
clarkbthere are a couple other timers as well but they are comparatively tiny so can be done quickly when zuul is done17:17
corvusmaybe there's enough io bandwidth to do them in parallel?17:17
corvus(looking at top, i'd say we have lots of headroom)17:18
*** jerryz has joined #openstack-infra17:18
*** otsukahy has quit IRC17:19
*** yamamoto has joined #openstack-infra17:20
clarkbk I'll start the others now then17:20
clarkbthey are all running now17:24
clarkbnodepool and zuul are the only ones that haven'tfinished17:24
*** jerryz has quit IRC17:24
*** yamamoto has quit IRC17:26
*** weifan has joined #openstack-infra17:30
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928017:32
*** xek_ has quit IRC17:35
*** xek_ has joined #openstack-infra17:35
clarkbnow nodepool is done. Zuul is the only timers subdir still getting resized17:38
*** ralonsoh has quit IRC17:39
*** zbr has quit IRC17:45
openstackgerritMerged zuul/zuul master: Pagure - Manage project connector refresh when EINVALIDTOK  https://review.opendev.org/68725917:48
*** amoralej is now known as amoralej|off18:09
*** psachin has quit IRC18:15
*** aedc has quit IRC18:15
*** bnemec is now known as beekneemech18:16
*** takamatsu has quit IRC18:24
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928018:27
*** ricolin has quit IRC18:31
*** markvoelker has quit IRC18:36
*** markvoelker has joined #openstack-infra18:38
*** ykarel|away has quit IRC18:38
*** efried has quit IRC18:44
*** weifan has quit IRC18:52
*** weifan has joined #openstack-infra18:52
*** weifan has quit IRC18:52
*** weifan has joined #openstack-infra18:53
*** jerryz has joined #openstack-infra18:53
*** weifan has quit IRC18:53
*** weifan has joined #openstack-infra18:53
*** weifan has quit IRC18:54
*** weifan has joined #openstack-infra18:54
*** weifan has quit IRC18:55
*** weifan has joined #openstack-infra18:55
*** weifan has quit IRC18:56
*** weifan has joined #openstack-infra18:56
*** weifan has quit IRC18:56
*** weifan has joined #openstack-infra18:57
*** gmann is now known as gmann_afk18:57
*** weifan has quit IRC18:57
*** weifan has joined #openstack-infra18:57
*** weifan has quit IRC18:58
*** weifan has joined #openstack-infra18:58
*** weifan has quit IRC18:59
*** weifan has joined #openstack-infra18:59
*** weifan has quit IRC19:00
*** weifan has joined #openstack-infra19:00
*** weifan has quit IRC19:00
*** weifan has joined #openstack-infra19:01
*** zbr has joined #openstack-infra19:01
*** weifan has quit IRC19:01
*** weifan has joined #openstack-infra19:01
*** weifan has quit IRC19:02
*** weifan has joined #openstack-infra19:02
*** weifan has quit IRC19:03
*** weifan has joined #openstack-infra19:03
*** weifan has quit IRC19:04
*** weifan has joined #openstack-infra19:04
*** weifan has quit IRC19:04
*** weifan has joined #openstack-infra19:05
*** eharney has quit IRC19:05
*** xek_ has quit IRC19:05
*** weifan has quit IRC19:05
*** xek_ has joined #openstack-infra19:05
*** weifan has joined #openstack-infra19:05
*** weifan has quit IRC19:06
*** weifan has joined #openstack-infra19:06
*** weifan has quit IRC19:07
*** weifan has joined #openstack-infra19:07
*** weifan has quit IRC19:08
*** weifan has joined #openstack-infra19:08
*** weifan has quit IRC19:08
*** weifan has joined #openstack-infra19:09
*** yamamoto has joined #openstack-infra19:09
*** weifan has quit IRC19:09
*** weifan has joined #openstack-infra19:09
*** KeithMnemonic has quit IRC19:10
*** KeithMnemonic has joined #openstack-infra19:11
*** yamamoto has quit IRC19:13
*** KeithMnemonic has quit IRC19:14
*** KeithMnemonic has joined #openstack-infra19:15
*** beekneemech has quit IRC19:16
*** bnemec has joined #openstack-infra19:18
*** lifeless has quit IRC19:29
sshnaidm|offplease take a look at os_image fix in ansible: https://github.com/ansible/ansible/pull/6395919:35
*** jamesmcarthur has joined #openstack-infra19:51
*** goldyfruit_ has quit IRC20:01
*** e0ne has joined #openstack-infra20:02
*** goldyfruit has joined #openstack-infra20:02
*** eharney has joined #openstack-infra20:08
*** gmann_afk is now known as gmann20:11
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928020:16
*** prometheanfire has quit IRC20:19
*** prometheanfire has joined #openstack-infra20:20
*** e0ne has quit IRC20:22
*** jamesmcarthur has quit IRC20:24
*** jamesmcarthur has joined #openstack-infra20:24
*** jamesmcarthur has quit IRC20:24
*** EmilienM has quit IRC20:32
*** goldyfruit has quit IRC20:38
*** jamesmcarthur has joined #openstack-infra20:40
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928020:42
openstackgerritAdam Coldrick proposed opendev/storyboard master: Add support for POST requests to /v1/openid/authorize_return  https://review.opendev.org/69142820:49
*** markvoelker has quit IRC20:50
clarkbdtroyer: fyi remote:   https://review.opendev.org/691430 Switch to the opensuse-15 nodeset20:53
*** xarses has quit IRC20:54
*** xarses has joined #openstack-infra20:54
dtroyerclarkb: thanks for the heads-up, I'll make sure Saul (sgw) sees it20:55
clarkbdtroyer: I wouldn't call it a rush at this point, but want to call it out as I push them up so people are aware of the planned change20:56
clarkbeventually we'll likely merge changes if we hvae to but better for you all to transition pain free ahead of time :)20:56
dtroyerI don't think it will be a problem for them, they are still working on packaging and builds there20:56
*** jamesmcarthur has quit IRC20:58
*** goldyfruit_ has joined #openstack-infra21:00
clarkbmriedem: related to ^ https://review.opendev.org/#/c/690437/ is a straightforward stable change against keystone21:00
*** yamamoto has joined #openstack-infra21:01
STEWIE925hello Infra team - thanks for the review - would like to request workflow for https://review.opendev.org/#/c/691038/21:01
clarkbhttps://review.opendev.org/#/c/690440/ and https://review.opendev.org/#/c/690439/ for freezer stable branches21:01
clarkbSTEWIE925: done21:02
*** KeithMnemonic has quit IRC21:02
mriedemclarkb: that's not a cherry-pick?21:02
STEWIE925clarkb: thank you!21:02
clarkbmriedem: no because it doesn't apply to master in the keystone case and otherwise its branch specific config21:03
mriedemdoes it apply to train?21:03
clarkbnope21:03
mriedemalright then21:04
*** yamamoto has quit IRC21:05
clarkbeach branch's zuul config is independent of the others21:06
clarkbin general we shouldn't be afraid of modifying older branches to ccomdate changes (eol of platform as in this case or maybe job simply stops working etc)21:06
openstackgerritJeremy Stanley proposed opendev/storyboard master: Regular expression support for CORS and OAuth ACLs  https://review.opendev.org/69103421:06
mordredclarkb: oh good, it's fixed in newer sdk - that explains why I couldn't reproduce it yesterday21:07
clarkbmordred: well maybe21:07
clarkbwe haven't turned on statsd yet to confirm21:07
clarkbstill reducing zuul timers retention21:07
*** mriedem has quit IRC21:08
mordrednod21:14
openstackgerritMerged openstack/project-config master: Update Project Configs for x/ranger  https://review.opendev.org/69103821:16
*** xarses has quit IRC21:17
*** xarses has joined #openstack-infra21:17
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928021:20
openstackgerritMonty Taylor proposed opendev/system-config master: Add service playbook and test run for prod gerrit  https://review.opendev.org/69117121:22
openstackgerritMonty Taylor proposed opendev/system-config master: Add launchpadlib credentials to gerrit ansible  https://review.opendev.org/69117221:22
openstackgerritMonty Taylor proposed opendev/system-config master: Add replication config to gerrit ansible  https://review.opendev.org/69117321:22
*** markvoelker has joined #openstack-infra21:23
openstackgerritJeremy Stanley proposed opendev/system-config master: Use a wildcard regex for storyboard-dev OAuth/CORS  https://review.opendev.org/69144021:24
fungiSotK: diablo_rojo: ^ that's the config change we'll need corresponding to the regex implementation21:24
*** diablo_rojo has quit IRC21:25
SotKnice, thanks21:25
*** rlandy has quit IRC21:25
mordredfungi: lgtm - I didn't +A in case you want to land in a coordinated fashion21:27
fungimordred: thanks! care to review https://review.opendev.org/691428 too? that is also needed because our object storage urls are so long that launchpad switches from get to post when connecting back to the api21:28
mordredoh neat21:29
fungii have that set of three changes (the regex implementation, the post addition, and the config change) hand-applied on storyboard-dev and working21:29
mordredall lgtm21:30
SotKthanks for reviewing21:30
fungimuch obliged! i'll approve the lot of them now and keep an eye on everything21:30
*** markvoelker has quit IRC21:33
* SotK reviews the config change21:36
fungiyeah, i'm not approving that one until the other two merge21:37
*** goldyfruit_ has quit IRC21:37
fungisince i don't think they share a change queue in zuul anyway21:37
*** yamamoto has joined #openstack-infra21:38
*** xek_ has quit IRC21:41
*** xek has joined #openstack-infra21:42
*** yamamoto has quit IRC21:43
*** xarses has quit IRC22:05
*** xarses has joined #openstack-infra22:05
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928022:06
openstackgerritMonty Taylor proposed opendev/system-config master: Add service playbook and test run for prod gerrit  https://review.opendev.org/69117122:08
*** EmilienM has joined #openstack-infra22:10
clarkbinfra-root care to look at https://review.opendev.org/#/c/691275/1 for updating min-ready values? If there is consensus we should make my suggeted change I'll probably go ahead and push that up and we can get that in22:12
mordredclarkb: I think you are correct22:14
*** xarses has quit IRC22:15
clarkbfungi: on https://review.opendev.org/#/c/690757/2/nodepool/nodepool.yaml do we need apt-https or whateve rthe pacakge is called?22:15
clarkbor does it come by default on all the distros now?22:16
*** xarses has joined #openstack-infra22:17
*** xarses has quit IRC22:17
*** xarses has joined #openstack-infra22:17
clarkblooks like it is there by default in buster but not stretch22:18
* clarkb tries to figure it out for ubuntu22:18
corvusclarkb: ++minready22:18
clarkbk I'll get a new ps up shortly22:18
openstackgerritClark Boylan proposed openstack/project-config master: Bump min-ready for ubuntu-bionic  https://review.opendev.org/69127522:19
clarkber I hsould update the commit message too one moment22:20
openstackgerritMerged openstack/project-config master: Grant core permissions to horizon-core on cloudkitty-dashboard  https://review.opendev.org/69126322:20
openstackgerritMerged openstack/project-config master: Increase tag-releases timeout  https://review.opendev.org/69113922:21
openstackgerritMerged openstack/project-config master: Grant permissions for solum-dashboard to horizon-core  https://review.opendev.org/69114222:21
openstackgerritMerged openstack/project-config master: Update ceph grafana dashboard for cinder master branch  https://review.opendev.org/69098022:21
openstackgerritClark Boylan proposed openstack/project-config master: Bump min-ready for ubuntu-bionic  https://review.opendev.org/69127522:21
clarkbthere22:21
openstackgerritMerged openstack/project-config master: Grant permissions for Monasca UI to horizon-core  https://review.opendev.org/69091822:22
openstackgerritJeremy Stanley proposed opendev/storyboard master: Regular expression support for CORS and OAuth ACLs  https://review.opendev.org/69103422:23
openstackgerritJeremy Stanley proposed opendev/system-config master: Use a wildcard regex for storyboard-dev OAuth/CORS  https://review.opendev.org/69144022:23
openstackgerritMerged opendev/storyboard master: Add support for POST requests to /v1/openid/authorize_return  https://review.opendev.org/69142822:24
*** rosmaita has left #openstack-infra22:34
openstackgerritMerged openstack/project-config master: Override security suite for Debian image builds  https://review.opendev.org/68881722:36
openstackgerritMerged openstack/project-config master: Bump min-ready for ubuntu-bionic  https://review.opendev.org/69127522:38
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928022:41
*** ociuhandu has joined #openstack-infra22:43
*** yamamoto has joined #openstack-infra22:53
*** gyee has quit IRC22:53
openstackgerritJames E. Blair proposed zuul/zuul-jobs master: Test buildset registry with k8s and docker  https://review.opendev.org/68928022:56
*** yamamoto has quit IRC22:57
*** jtomasek has quit IRC22:58
*** jtomasek has joined #openstack-infra22:59
*** jtomasek has quit IRC22:59
*** ociuhandu has quit IRC23:04
*** rfolco|rover has quit IRC23:04
*** mattw4 has quit IRC23:06
openstackgerritMerged opendev/storyboard master: Regular expression support for CORS and OAuth ACLs  https://review.opendev.org/69103423:14
*** markvoelker has joined #openstack-infra23:16
openstackgerritMonty Taylor proposed opendev/system-config master: Run a gerrit container (test only)  https://review.opendev.org/63040623:28
openstackgerritMonty Taylor proposed opendev/system-config master: Run gerrit with podman instead  https://review.opendev.org/68989023:28
openstackgerritMonty Taylor proposed opendev/system-config master: Apply review container to review-dev  https://review.opendev.org/69048323:28
openstackgerritMonty Taylor proposed opendev/system-config master: Use explicit image paths  https://review.opendev.org/69051123:28
openstackgerritMonty Taylor proposed opendev/system-config master: Update pip3 role to install from get-pip.py  https://review.opendev.org/69076623:28
openstackgerritMonty Taylor proposed opendev/system-config master: Add service playbook and test run for prod gerrit  https://review.opendev.org/69117123:28
openstackgerritMonty Taylor proposed opendev/system-config master: Add launchpadlib credentials to gerrit ansible  https://review.opendev.org/69117223:28
openstackgerritMonty Taylor proposed opendev/system-config master: Add replication config to gerrit ansible  https://review.opendev.org/69117323:28
openstackgerritMonty Taylor proposed opendev/system-config master: Fix gerrit 2.13 execution path  https://review.opendev.org/69145123:28
*** markvoelker has quit IRC23:28
*** yamamoto has joined #openstack-infra23:30
*** tosky has quit IRC23:42
*** igordc has quit IRC23:42
*** rh-jelabarre has quit IRC23:47
*** eernst_ has quit IRC23:56
*** weifan has quit IRC23:57
*** jamesmcarthur has joined #openstack-infra23:59

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