Thursday, 2021-11-18

gmannade_lee: done, I am ok with those but let's add the job enable the fips and setup then we can go with the config option or so. I have commented in gerrit too.00:16
opendevreviewMerged openstack/devstack master: Add additional project personas for secure RBAC  https://review.opendev.org/c/openstack/devstack/+/78003300:22
*** pojadhav|afk is now known as pojadhav04:01
*** brinzhang0 is now known as brinzhang06:10
*** soniya29|ruck is now known as soniya29|ruck|lunch07:13
*** pojadhav- is now known as pojadhav08:08
*** soniya29|ruck|lunch is now known as soniya29|ruck08:11
*** jpena|off is now known as jpena08:36
opendevreviewSlawek Kaplonski proposed openstack/devstack master: Add missing configure_qos_ml2 function to devstack  https://review.opendev.org/c/openstack/devstack/+/81835509:38
slaweqsimondodsley: clarkb I think I missed rehome of one function earlier, here is fix https://review.opendev.org/c/openstack/devstack/+/81835509:40
slaweqsorry for that09:40
slaweqsimondodsley: please let me know if that will work for You fine or not :)09:40
*** pojadhav is now known as pojadhav|brb11:35
*** jpena is now known as jpena|lunch12:23
*** pojadhav|brb is now known as pojadhav12:31
opendevreviewMerged openstack/stackviz master: Updated Node.js Installation Command  https://review.opendev.org/c/openstack/stackviz/+/81701513:01
frickleranyone interested in centos might want to look into these appstream repo issues, tripleo also noticed this earlier in #opendev https://zuul.opendev.org/t/openstack/build/2402c562b08f445b8aa8460fb628321f13:03
*** jpena|lunch is now known as jpena13:16
*** pojadhav is now known as pojadhav|afk15:14
*** akahat|rover is now known as akahat|dinner15:19
opendevreviewSlawek Kaplonski proposed openstack/devstack master: Add missing ml2, L2 and L3 agent functions to devstack  https://review.opendev.org/c/openstack/devstack/+/81835515:43
opendevreviewmitya-eremeev-2 proposed openstack/tempest master: Take domain_id from config in some tests.  https://review.opendev.org/c/openstack/tempest/+/81843316:30
ade_leegmann, responded to your comments in https://review.opendev.org/c/openstack/tempest/+/80746516:33
opendevreviewmitya-eremeev-2 proposed openstack/tempest master: Take domain_id from config in some tests.  https://review.opendev.org/c/openstack/tempest/+/81843316:36
*** akahat|dinner is now known as akahat|rover16:58
gthiemongeHi Folks, this change in devstack https://review.opendev.org/c/openstack/devstack/+/780417/9/stack.sh is breaking the Octavia gates, our devstack plugin relies on OS_AUTH_URL to configure the octavia.conf file17:23
gthiemongeafter this patch, OS_AUTH_URL is not set, and our configuration file no longer works17:23
gthiemongeso the question is: can we use OS_AUTH_URL in the plugins? or should we change for KEYSTONE_SERVICE_URI?17:25
*** jpena is now known as jpena|off17:39
*** tkajinam is now known as Guest622018:30
TheJuliahttps://review.opendev.org/c/openstack/devstack/+/780417 <-- shot ironic's gate in the foot by forcing an explicit OS_CLOUD setting override18:32
TheJuliagthiemonge: I suspect KEYSTONE_SERVICE_URI. It is what we use in ironic.18:34
clarkbTheJulia: would export OS_CLOUD=${OS_CLOUD:devstack-admin} work for your use case? It isn't clear to me if you are already setting that value or not.18:35
TheJuliaclarkb: likely would fix us, tbh18:35
TheJuliaours gets set super early on in the run, where as this is coming in much later it seems18:36
gthiemongeTheJulia: thanks, I proposed a change in the octavia plugin to switch to KEYSTONE_SERVICE_URI18:36
clarkbTheJulia: do you want to write that change or should I? I can +2 on that repo and that seems within scope of something I'd be safe +2'ing if you want to push it18:37
TheJuliaclarkb: yeah, give me a minute, just double checking one thing18:37
clarkber I needed OS_CLOUD=${OS_CLOUD:-devstack-admin}18:37
TheJuliaheh18:37
TheJuliayeah18:37
opendevreviewJulia Kreger proposed openstack/devstack master: Make OS_CLOUD be able to be configured  https://review.opendev.org/c/openstack/devstack/+/81844918:42
clarkbgmann: ^ fyi I +2'd it and marked it as a gate blocker since it is affecting ironic's testing18:43
TheJuliatest change uploaded to verify this fixes Ironic's CI18:43
gmannclarkb: checking18:43
gmannlgtm, waiting until ironic testing patch18:49
gmanngthiemonge: yeah, tacker did the same when they were broken. 19:08
fricklerTheJulia: which of the ironic jobs are failing currently? if that patch is causing issues, I wonder how it was working before19:09
TheJuliafrickler: https://review.opendev.org/c/openstack/ironic/+/818299 is where I spotted it, specifically in ironic-tempest-functional-rbac-scope-enforced where we launch the job in a scope enforcing mode and it sets OS_CLOUD as part of the job setup in order to configure/interact with services19:11
TheJuliafrickler: https://zuul.opendev.org/t/openstack/build/a59ac5f44a25423cae70da28e01cee2d is where you can see the errors being reported, since we're using OS_CLOUD in the job19:11
fricklerTheJulia: ah, so you are setting OS_CLOUD very early, but unset the other OS_* stuff much later. if you'd do both at the same time, there wouldn't be an issue I think19:14
TheJuliahttps://zuul.opendev.org/t/openstack/build/b58f9464114d4e368028622405a532f4 passes now with that being pulled in19:14
fricklerbut anyway, your patch is fine IMO19:14
TheJuliathe unsets are from Wallaby development19:14
TheJuliawhen we were not going to wait on devstack to have perfect support19:15
TheJuliaI should be able to rip the unsets out now19:15
fricklergmann: could you drop your w-1 now? ^^19:18
gmannfrickler: TheJulia done19:27
TheJuliagmann: frickler: clarkb: much appreciated!19:27
TheJuliahttps://zuul.opendev.org/t/openstack/build/6db102bfcb714ebdab8e81ca27ee2ed5 <-- I wonder if the cinder library is broken19:47
clarkbprogramming error choosing an endpoint19:49
clarkbneat19:49
fricklerTheJulia: clarkb: that's on keystone https://opendev.org/openstack/keystoneauth/src/branch/master/keystoneauth1/access/service_catalog.py#L281-L28319:51
fricklerbut maybe the trigger is that cinder isn't ready for system scope yet19:56
TheJuliapossibly, I don't think we force that in that job, so we'll see19:58
TheJuliasome time()19:58
fricklerTheJulia: well you are forcing it now if you set OS_CLOUD=devstack-admin-system early like we saw above. that setting had no effect on devstack until after you did your unset OS_* before 780417. after that, if forces system scope for all of devstack20:00
fricklers/after that/after 818449/20:01
TheJuliahmm, yeah20:25
TheJuliaI guess some of the commands were happy before hand, now not so much20:26
opendevreviewMerged openstack/devstack master: Make OS_CLOUD be able to be configured  https://review.opendev.org/c/openstack/devstack/+/81844922:17

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