rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Bump rdoinfo dalmatian-uc tags to latest upper-constraints or latest Puppetfile https://review.rdoproject.org/r/c/rdoinfo/+/53252 | 00:04 |
---|---|---|
rdogerrit | rdo-trunk rdo-trunk proposed nfvinfo master: Promote CBS tags update for nfvsig-openvswitch2.17-release https://review.rdoproject.org/r/c/nfvinfo/+/53253 | 00:04 |
rdogerrit | rdo-trunk rdo-trunk proposed nfvinfo master: Promote CBS tags update for nfvsig-openvswitch3.1-release https://review.rdoproject.org/r/c/nfvinfo/+/53236 | 00:04 |
rdogerrit | rdo-trunk rdo-trunk proposed nfvinfo master: Promote CBS tags update for nfvsig-openvswitch3.2-release https://review.rdoproject.org/r/c/nfvinfo/+/53254 | 00:05 |
rdogerrit | rdo-trunk rdo-trunk proposed nfvinfo master: Promote CBS tags update for nfvsig-openvswitch3.3-release https://review.rdoproject.org/r/c/nfvinfo/+/53255 | 00:05 |
rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for caracal-9s-release https://review.rdoproject.org/r/c/rdoinfo/+/53256 | 00:09 |
rdogerrit | Merged rdoinfo master: Promote CBS tags update for caracal-9s-release https://review.rdoproject.org/r/c/rdoinfo/+/53256 | 07:10 |
rdogerrit | Merged nfvinfo master: Promote CBS tags update for nfvsig-openvswitch3.3-release https://review.rdoproject.org/r/c/nfvinfo/+/53255 | 07:11 |
rdogerrit | Merged nfvinfo master: Promote CBS tags update for nfvsig-openvswitch3.2-release https://review.rdoproject.org/r/c/nfvinfo/+/53254 | 07:11 |
rdogerrit | Merged rdoinfo master: Bump rdoinfo dalmatian-uc tags to latest upper-constraints or latest Puppetfile https://review.rdoproject.org/r/c/rdoinfo/+/53252 | 07:11 |
rdogerrit | Merged nfvinfo master: Promote CBS tags update for nfvsig-openvswitch2.17-release https://review.rdoproject.org/r/c/nfvinfo/+/53253 | 07:13 |
rdogerrit | Alfredo Moralejo proposed openstack/sahara-tests-distgit wallaby-rdo: Dummy commit to force rebuild https://review.rdoproject.org/r/c/openstack/sahara-tests-distgit/+/53234 | 07:49 |
rdogerrit | Merged openstack/cinder-distgit rpm-master: Ignore tzdata automatic dependency https://review.rdoproject.org/r/c/openstack/cinder-distgit/+/53241 | 08:02 |
rdogerrit | Merged openstack/designate-distgit rpm-master: Skip infoblox-client as automatic BR https://review.rdoproject.org/r/c/openstack/designate-distgit/+/53242 | 08:03 |
rdogerrit | Merged openstack/sahara-tests-distgit wallaby-rdo: Dummy commit to force rebuild https://review.rdoproject.org/r/c/openstack/sahara-tests-distgit/+/53234 | 08:20 |
rdogerrit | rdo-trunk rdo-trunk proposed openstack/networking-sfc-distgit rpm-master: python-networking-sfc: failed to build f15cd81 https://review.rdoproject.org/r/c/openstack/networking-sfc-distgit/+/53257 | 08:46 |
rdogerrit | Marios Andreou proposed rdo-jobs master: WIP Add logs collection for tripleo nodes in data plane adoption jobs https://review.rdoproject.org/r/c/rdo-jobs/+/52712 | 08:47 |
rdogerrit | Tobias Urdin proposed openstack/nova-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/nova-distgit/+/53258 | 09:08 |
rdogerrit | Tobias Urdin proposed openstack/neutron-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/53259 | 09:09 |
tobias-urdin | ^ it's upgrade season again :p | 09:10 |
amoralej | tobias-urdin, for my understanding, how are you doing the upgrade ? | 09:16 |
amoralej | dnf update only nova ? | 09:16 |
amoralej | iiuc a dnf update *all* would work with the changes in oslo.middleware and oslo.reports | 09:17 |
tobias-urdin | not actually upgrade but install of antelope - something is holding jinj2 >=3.0.0 back https://paste.opendev.org/show/brLMI58eOyy48ZbqEBqu/ | 09:20 |
amoralej | previous jinja2 is there because of ansible installation before addint rdo repos, i guess | 09:21 |
amoralej | but i see oslo_middleware is installed there | 09:21 |
amoralej | which version of oslo_middleware is installed? | 09:21 |
amoralej | oslo-middleware is already patched https://review.rdoproject.org/r/c/openstack/oslo-middleware-distgit/+/51715 | 09:22 |
amoralej | it's not pulling the updated one? | 09:22 |
tobias-urdin | python3-oslo-middleware-5.1.1-1.el9s.noarch | 09:23 |
amoralej | dnf resolver is sometimes weird but I'd say it should pull the latest one | 09:23 |
tobias-urdin | yeah something is holding 5.1.1-2 back | 09:23 |
amoralej | lemme check it please | 09:23 |
amoralej | in our ci jobs, we usually do a dnf update right after adding rdo repos anyway, to fix this kind of issues | 09:23 |
amoralej | but still i think it should work | 09:23 |
tobias-urdin | yeah weird i will have to debug some more – something is blocking it from installing newer, it might be an unrelated package that pins jinja2 <3 | 09:24 |
amoralej | tobias-urdin, i can reproduce it | 09:29 |
amoralej | i think it's just behavior of dnf ... | 09:29 |
amoralej | somehow it prefers to minimize updated packages if they resolve dependencies rather than update everything | 09:30 |
amoralej | when doing dnf instal openstack-nova | 09:31 |
tobias-urdin | ye i have python3-jinja2 2.11.3-4 by default due to cloud-init being installed | 09:31 |
amoralej | the point is that, running "dnf install python3-oslo-middleware" it will pull the latest version and update jinja2 | 09:31 |
tobias-urdin | so i guess it ignores latest oslo.middleware and thus not updating jinja2 | 09:32 |
amoralej | it applies "--best" only to the package included in the install command | 09:32 |
amoralej | iiuc, it realizes that there is an available oslo-middleware which meets nova requirements and does not require jinja2 update, so it prefers it | 09:33 |
tobias-urdin | so theoretically it would prioritize jinja2 >= 3.0.0 if nova and neutron spec would say that? | 09:33 |
amoralej | yes, i think so | 09:33 |
tobias-urdin | would that be acceptable per the patches above? | 09:37 |
amoralej | likely, I'm checking if there is a better alternative | 09:40 |
amoralej | in any case, i'd still recommend to run "dnf update" right after adding rdo repos | 09:40 |
amoralej | that'd fix the issue | 09:40 |
amoralej | there may be similar cases, although the jinja one has been probably the most problematic | 09:41 |
tobias-urdin | ye we have a lot of these workaround in our ansible code used for upgrades – to workaround things like this for upgrade, but usually does not get these for installs in CI | 09:43 |
rdogerrit | Tobias Urdin proposed openstack/mistral-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/mistral-distgit/+/53260 | 09:51 |
rdogerrit | Tobias Urdin proposed openstack/designate-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/designate-distgit/+/53261 | 09:51 |
rdogerrit | Tobias Urdin proposed openstack/octavia-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/octavia-distgit/+/53262 | 09:52 |
rdogerrit | Tobias Urdin proposed openstack/gnocchi-distgit antelope-rdo: Bump jinja2 >= 3.0.0 https://review.rdoproject.org/r/c/openstack/gnocchi-distgit/+/53263 | 09:52 |
amoralej | tobias-urdin, ^ that's what i was trying to avoid :) | 09:56 |
amoralej | faking minimal version when the real issue is in oslo_middleware iiuc | 09:57 |
amoralej | so, you don't like my proposal of "dnf update" before doing any other openstack package installation ? | 09:58 |
amoralej | from dnf man: "Note that the use of the newest available version is only guaranteed for the packages directly requested (e.g. as a command line arguments), and the solver may use older versions of dependencies to meet their requirements." | 10:00 |
tobias-urdin | i understand – if you don't think it's acceptable i will find another approach no worries, but it's annoying that the default dnf behavior results in a broken install | 10:05 |
* tobias-urdin leaves for lunch | 10:06 | |
amoralej | tobias-urdin, i've explained the situation in https://review.rdoproject.org/r/c/openstack/nova-distgit/+/53258 | 10:22 |
amoralej | i understand the issue, the point is that, from dnf pov, installation is successful in the sense that all declared requirements are met | 10:23 |
amoralej | and well, dnf designers made that decission ... | 10:23 |
amoralej | an option may be removing python-oslo-middleware-5.1.1-1.el9s from CloudSIG official repo, but removing released packages from repos is usually not a good thing | 10:25 |
rdogerrit | Alfredo Moralejo proposed deps/python-sqlalchemy c9s-dalmatian-rdo: Update to 2.0.29 https://review.rdoproject.org/r/c/deps/python-sqlalchemy/+/53220 | 11:09 |
tobias-urdin | amoralej: yeah, removing it is not an option either, i'll abandon the patches and work it in another angle, thanks for looking at it! | 11:44 |
amoralej | glad to help, unfortunately i don't se a better option ... | 11:45 |
rdogerrit | Bogdan Dobrelya proposed rdo-jobs master: Extend hostnamemap for multi-cell deployments https://review.rdoproject.org/r/c/rdo-jobs/+/53192 | 12:30 |
rdogerrit | rdo-trunk rdo-trunk proposed openstack/rally-openstack-distgit caracal-rdo: openstack-rally-plugins: failed to build 9d53318f https://review.rdoproject.org/r/c/openstack/rally-openstack-distgit/+/53265 | 13:13 |
rdogerrit | rdo-trunk rdo-trunk proposed openstack/rally-openstack-distgit rpm-master: openstack-rally-plugins: failed to build 9d53318f https://review.rdoproject.org/r/c/openstack/rally-openstack-distgit/+/53266 | 13:17 |
rdogerrit | Bogdan Dobrelya proposed rdo-jobs master: Extend hostnamemap for multi-cell deployments https://review.rdoproject.org/r/c/rdo-jobs/+/53192 | 13:23 |
rdogerrit | Bogdan Dobrelya proposed rdo-jobs master: Extend hostnamemap for multi-cell deployments https://review.rdoproject.org/r/c/rdo-jobs/+/53192 | 13:24 |
rdogerrit | Alfredo Moralejo proposed deps/python-sqlalchemy c9s-dalmatian-rdo: Update to 2.0.29 https://review.rdoproject.org/r/c/deps/python-sqlalchemy/+/53220 | 13:25 |
rdogerrit | Bogdan Dobrelya proposed rdo-jobs master: Extend hostnamemap for multi-cell deployments https://review.rdoproject.org/r/c/rdo-jobs/+/53192 | 13:26 |
rdogerrit | Alfredo Moralejo proposed openstack/rally-distgit rpm-master: Dummy commit to force rebuild https://review.rdoproject.org/r/c/openstack/rally-distgit/+/53267 | 15:08 |
rdogerrit | Merged openstack/rally-distgit rpm-master: Dummy commit to force rebuild https://review.rdoproject.org/r/c/openstack/rally-distgit/+/53267 | 15:33 |
rdogerrit | Alfredo Moralejo proposed rdoinfo master: Pin the packages falling back to master in Caracal https://review.rdoproject.org/r/c/rdoinfo/+/53046 | 15:40 |
rdogerrit | Michael Johnson proposed openstack/designate-distgit zed-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/53268 | 15:45 |
rdogerrit | Michael Johnson proposed openstack/designate-distgit yoga-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52805 | 15:47 |
rdogerrit | Marios Andreou proposed rdo-jobs master: WIP Add logs collection for tripleo nodes in data plane adoption jobs https://review.rdoproject.org/r/c/rdo-jobs/+/52712 | 15:47 |
rdogerrit | Michael Johnson proposed openstack/designate-distgit xena-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52806 | 15:48 |
rdogerrit | Michael Johnson proposed openstack/designate-distgit wallaby-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52807 | 15:48 |
rdogerrit | Merged openstack/designate-distgit yoga-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52805 | 16:11 |
rdogerrit | Merged openstack/designate-distgit xena-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52806 | 16:13 |
rdogerrit | Merged openstack/designate-distgit wallaby-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/52807 | 16:13 |
rdogerrit | Merged openstack/designate-distgit zed-rdo: Remove dependency on Werkzeug package https://review.rdoproject.org/r/c/openstack/designate-distgit/+/53268 | 16:13 |
rdogerrit | Sergii Golovatiuk proposed rdo-jobs master: Switch Maria IP to internal https://review.rdoproject.org/r/c/rdo-jobs/+/53204 | 21:38 |
rdogerrit | Sergii Golovatiuk proposed rdo-jobs master: Switch Maria IP to internal https://review.rdoproject.org/r/c/rdo-jobs/+/53204 | 22:56 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!