opendevreview | yatin proposed openstack/devstack stable/yoga: Configure placement section in neutron conf https://review.opendev.org/c/openstack/devstack/+/842747 | 06:46 |
---|---|---|
opendevreview | yatin proposed openstack/devstack stable/xena: Configure placement section in neutron conf https://review.opendev.org/c/openstack/devstack/+/842748 | 06:50 |
opendevreview | yatin proposed openstack/devstack stable/wallaby: Configure placement section in neutron conf https://review.opendev.org/c/openstack/devstack/+/842749 | 06:50 |
opendevreview | Francesco Pantano proposed openstack/devstack master: Do not create cinder backup pool and key when cephadm is used https://review.opendev.org/c/openstack/devstack/+/834269 | 07:23 |
*** jpena|off is now known as jpena | 07:33 | |
opendevreview | Balazs Gibizer proposed openstack/tempest master: Wait for guest to boot before attach a volume https://review.opendev.org/c/openstack/tempest/+/842921 | 08:21 |
gibi | gmann: yet another SSHABLE fix ^^ | 08:21 |
*** elodilles is now known as elodilles_afk | 08:31 | |
opendevreview | Balazs Gibizer proposed openstack/tempest master: Wait for guest to boot before attach a volume https://review.opendev.org/c/openstack/tempest/+/842921 | 11:46 |
*** elodilles_afk is now known as elodilles | 12:16 | |
opendevreview | Dr. Jens Harbott proposed openstack/devstack stable/wallaby: Drop platform jobs for bionic and centos-8-stream https://review.opendev.org/c/openstack/devstack/+/842968 | 12:48 |
kopecmartin | gmann: hi , i'm experimenting with s-rbac and am getting errors like this, https://paste.openstack.org/show/bmtacyBjiur862wVXb9v/ .. is that related to the fact that we need to migrate tests in tempest for s-rbac? | 14:38 |
dansmith | clarkb: looks like you made progress while I was out, thanks for doing that | 14:56 |
dansmith | clarkb: I'm not sure where modules came from, but I copied it from some other setup.cfg | 14:56 |
dansmith | not sure from the commit message, but how was that actually related? | 14:56 |
opendevreview | Caique Mello proposed openstack/tempest master: Fix compare volume stats for storage_protocols https://review.opendev.org/c/openstack/tempest/+/842432 | 15:18 |
clarkb | dansmith: without py_modules dbcounter.py doesn't get installed. It does on older systems though so I think it may be a synonym for a different version of $tool? | 15:18 |
clarkb | dansmith: that part isn't entirely clear to me but the docs seem to make py_modules the actual name | 15:18 |
dansmith | hrm :/ | 15:18 |
gmann | gibi: ack, thanks | 15:29 |
gmann | kopecmartin: are you running with scope enabled and with no legacy rules? | 15:30 |
kopecmartin | gmann: i enabled all services under [enforce_scope] in tempest.conf , no idea what you mean by legacy rules | 15:47 |
opendevreview | Clark Boylan proposed openstack/devstack master: Cleanup comment that should've been removed https://review.opendev.org/c/openstack/devstack/+/842992 | 15:47 |
gmann | kopecmartin: this flag, enforce_new_defaults and it is per service so if that is true means no legacy rule | 15:49 |
kopecmartin | gmann: hmm, let me try .. i haven't found it in tempest/config.py so wasn't aware something like that exists | 15:50 |
kopecmartin | gmann: i put enforce_new_defaults = true under all sections in my tempest.conf and still the same | 16:03 |
gmann | kopecmartin: yeah, I mean that will not fix but if scope are enabled with new default then yes it will as policy expect scoped token client | 16:07 |
gibi | gmann: is there any trick to avoid ExternalGatewayForFloatingIPNotFound for the new sshable tests? https://91693dbbf17119a669f1-c927275d4e17fb7bf943d53f2abff4d7.ssl.cf5.rackcdn.com/842921/2/check/tempest-full-py3/22e184a/testr_results.html https://review.opendev.org/c/openstack/tempest/+/842921 I run out of ideas | 16:37 |
opendevreview | sean mooney proposed openstack/devstack stable/ussuri: [WIP] use unpinned upper-constratits for tempest venv https://review.opendev.org/c/openstack/devstack/+/843006 | 16:59 |
*** jpena is now known as jpena|off | 17:10 | |
opendevreview | James Parker proposed openstack/whitebox-tempest-plugin master: Allow for guest ram to be configurable https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/843013 | 18:23 |
johnsom | Does anyone know what is up with the "caputre-performance-data" task "Unkown database 'stats'" ? | 19:22 |
johnsom | https://zuul.opendev.org/t/openstack/build/52a212790e0f4ce3b29b7ed3448b10a8/log/job-output.txt#7847 | 19:22 |
johnsom | Ok, that is a side effect of a issue with os-brick package. | 19:33 |
dansmith | johnsom: it's something I added recently, but it shouldn't be barfing like that... what did you find | 19:39 |
dansmith | ? | 19:39 |
dansmith | maybe this job is weirdly configured or something to install but not use mysql? | 19:40 |
johnsom | dansmith Turns out it was a side effect I hadn't seen before due to devstack failing earlier on a package issue. Probably another case where an upstream CDN is out of sync | 19:40 |
dansmith | hmm okay | 19:40 |
johnsom | dansmith https://zuul.opendev.org/t/openstack/build/52a212790e0f4ce3b29b7ed3448b10a8/log/job-output.txt#7677 | 19:41 |
dansmith | oh I see, so devstack didn't even finish, gotcha | 19:42 |
dansmith | hence why I couldn't find it doing any mysql setup :) | 19:42 |
johnsom | Yeah, it didn't get to the database create step | 19:42 |
dansmith | I guess maybe we should figure some way to not run that post task if we failed or something | 19:42 |
johnsom | Or just skip the collection if the DB isn't present | 19:42 |
dansmith | yeah, I think I'll have to stringify that exception to catch that, but should be doable | 19:43 |
opendevreview | Dan Smith proposed openstack/devstack master: Do not barf stack trace if stats DB is missing https://review.opendev.org/c/openstack/devstack/+/843022 | 19:47 |
johnsom | That was fast... lol | 19:47 |
dansmith | not yet tested, but should be pretty straightforward :) | 19:48 |
opendevreview | sean mooney proposed openstack/devstack stable/ussuri: [WIP] use unpinned upper-constratits for tempest venv https://review.opendev.org/c/openstack/devstack/+/843006 | 20:37 |
opendevreview | Clark Boylan proposed openstack/devstack master: DNM try devstack and friends with ansible v5 https://review.opendev.org/c/openstack/devstack/+/843033 | 22:30 |
opendevreview | Clark Boylan proposed openstack/devstack master: DNM try devstack and friends with ansible v5 https://review.opendev.org/c/openstack/devstack/+/843033 | 22:37 |
gmann | kopecmartin: can you check this https://review.opendev.org/c/openstack/grenade/+/842799 | 23:37 |
gmann | gibi: I need to debug. I am, facing the same issue in my patch making all detach-tests to wait for server SSH-able https://review.opendev.org/c/openstack/tempest/+/842240 | 23:39 |
opendevreview | Ghanshyam proposed openstack/devstack stable/ussuri: Test Tempest 30.0.0 on ussuri https://review.opendev.org/c/openstack/devstack/+/838051 | 23:47 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!