Monday, 2022-05-23

opendevreviewyatin proposed openstack/devstack stable/yoga: Configure placement section in neutron conf  https://review.opendev.org/c/openstack/devstack/+/84274706:46
opendevreviewyatin proposed openstack/devstack stable/xena: Configure placement section in neutron conf  https://review.opendev.org/c/openstack/devstack/+/84274806:50
opendevreviewyatin proposed openstack/devstack stable/wallaby: Configure placement section in neutron conf  https://review.opendev.org/c/openstack/devstack/+/84274906:50
opendevreviewFrancesco Pantano proposed openstack/devstack master: Do not create cinder backup pool and key when cephadm is used  https://review.opendev.org/c/openstack/devstack/+/83426907:23
*** jpena|off is now known as jpena07:33
opendevreviewBalazs Gibizer proposed openstack/tempest master: Wait for guest to boot before attach a volume  https://review.opendev.org/c/openstack/tempest/+/84292108:21
gibigmann: yet another SSHABLE fix ^^08:21
*** elodilles is now known as elodilles_afk08:31
opendevreviewBalazs Gibizer proposed openstack/tempest master: Wait for guest to boot before attach a volume  https://review.opendev.org/c/openstack/tempest/+/84292111:46
*** elodilles_afk is now known as elodilles12:16
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/wallaby: Drop platform jobs for bionic and centos-8-stream  https://review.opendev.org/c/openstack/devstack/+/84296812:48
kopecmartingmann: 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
dansmithclarkb: looks like you made progress while I was out, thanks for doing that14:56
dansmithclarkb: I'm not sure where modules came from, but I copied it from some other setup.cfg14:56
dansmithnot sure from the commit message, but how was that actually related?14:56
opendevreviewCaique Mello proposed openstack/tempest master: Fix compare volume stats for storage_protocols  https://review.opendev.org/c/openstack/tempest/+/84243215:18
clarkbdansmith: 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
clarkbdansmith: that part isn't entirely clear to me but the docs seem to make py_modules the actual name15:18
dansmithhrm :/15:18
gmanngibi: ack, thanks15:29
gmannkopecmartin: are you running with scope enabled and with no legacy rules?15:30
kopecmartingmann: i enabled all services under [enforce_scope] in tempest.conf , no idea what you mean by legacy rules15:47
opendevreviewClark Boylan proposed openstack/devstack master: Cleanup comment that should've been removed  https://review.opendev.org/c/openstack/devstack/+/84299215:47
gmannkopecmartin: this flag, enforce_new_defaults and it is per service so if that is true means no legacy rule15:49
kopecmartingmann: hmm, let me try .. i haven't found it in tempest/config.py so wasn't aware something like that exists15:50
kopecmartingmann: i put enforce_new_defaults = true under all sections in my tempest.conf and still the same 16:03
gmannkopecmartin: yeah, I mean that will not fix but if scope are enabled with new default then yes it will as policy expect scoped token client16:07
gibigmann: 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 ideas16:37
opendevreviewsean mooney proposed openstack/devstack stable/ussuri: [WIP] use unpinned upper-constratits for tempest venv  https://review.opendev.org/c/openstack/devstack/+/84300616:59
*** jpena is now known as jpena|off17:10
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Allow for guest ram to be configurable  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/84301318:23
johnsomDoes anyone know what is up with the "caputre-performance-data" task "Unkown database 'stats'" ?19:22
johnsomhttps://zuul.opendev.org/t/openstack/build/52a212790e0f4ce3b29b7ed3448b10a8/log/job-output.txt#784719:22
johnsomOk, that is a side effect of a issue with os-brick package.19:33
dansmithjohnsom: it's something I added recently, but it shouldn't be barfing like that... what did you find19:39
dansmith?19:39
dansmithmaybe this job is weirdly configured or something to install but not use mysql?19:40
johnsomdansmith 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 sync19:40
dansmithhmm okay19:40
johnsomdansmith https://zuul.opendev.org/t/openstack/build/52a212790e0f4ce3b29b7ed3448b10a8/log/job-output.txt#767719:41
dansmithoh I see, so devstack didn't even finish, gotcha19:42
dansmithhence why I couldn't find it doing any mysql setup :)19:42
johnsomYeah, it didn't get to the database create step19:42
dansmithI guess maybe we should figure some way to not run that post task if we failed or something19:42
johnsomOr just skip the collection if the DB isn't present19:42
dansmithyeah, I think I'll have to stringify that exception to catch that, but should be doable19:43
opendevreviewDan Smith proposed openstack/devstack master: Do not barf stack trace if stats DB is missing  https://review.opendev.org/c/openstack/devstack/+/84302219:47
johnsomThat was fast... lol19:47
dansmithnot yet tested, but should be pretty straightforward :)19:48
opendevreviewsean mooney proposed openstack/devstack stable/ussuri: [WIP] use unpinned upper-constratits for tempest venv  https://review.opendev.org/c/openstack/devstack/+/84300620:37
opendevreviewClark Boylan proposed openstack/devstack master: DNM try devstack and friends with ansible v5  https://review.opendev.org/c/openstack/devstack/+/84303322:30
opendevreviewClark Boylan proposed openstack/devstack master: DNM try devstack and friends with ansible v5  https://review.opendev.org/c/openstack/devstack/+/84303322:37
gmannkopecmartin: can you check this https://review.opendev.org/c/openstack/grenade/+/84279923:37
gmanngibi: 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/+/84224023:39
opendevreviewGhanshyam proposed openstack/devstack stable/ussuri: Test Tempest 30.0.0 on ussuri  https://review.opendev.org/c/openstack/devstack/+/83805123:47

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!