Thursday, 2022-02-03

*** anbanerj is now known as frenzyfriday06:04
rohit02hi team,we have multiple environments of OSA if any containers ip conflict with other setup container ip is there any we can change the container ip07:01
jrossermorning07:45
jrosserrohit02: re-addressing the containers is possible but really quite difficult07:46
jrosserthe ip addresses also get wired into all sorts of config files across the deployment07:46
jrosserif you want to have the same addressing in multiple deployments then the internal networks should be isolated between the deployments07:50
jrossernoonedeadpunk: do you have a moment to talk about how we should unwedge all this centos-8 stuff?08:25
noonedeadpunko/08:30
noonedeadpunkyes, let me check in details about these patches08:32
jrosserthis might be the starting point https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82749508:33
noonedeadpunkyep, already found that) didn't saw you publish update yestarday08:34
jrosserit's just that we kind of won't know it works until we can backport to W and bump the SHA for openstack_hosts there too08:34
noonedeadpunkI don't think we need to bump for CI08:35
noonedeadpunkas we always use top of branch there08:35
jrosseroooh08:35
noonedeadpunkwell, we need to bump anyway, yes, but it's not a blocker at least08:35
jrosserok so thats one thing, sorting out the advanced virt job08:36
jrosserthats broken the stable branches08:36
jrosserand there is a second issue due to the removal of the centos-8 nodeset08:37
jrosserexample would be here https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82740008:38
jrossersee that there was a zuul job graph error - deadlock in the zuul config 08:38
jrosserthat deadlock is resolved with some help from the infra people, the centos-8 nodeset is re-introduced but it actually runs on a centos-8-stream host08:39
jrosserjust for the purposes of moving forward these patches08:39
jrosserso my thought was that we drop openstack-ansible-deploy-aio_metal-jobs from 827400 in order to merge it08:41
noonedeadpunkum, we also have `openstack-ansible-deploy-aio_metal-centos-8` there?08:44
jrosseroh well that too then :)08:44
noonedeadpunksorry, openstack-ansible-deploy-aio_distro_metal-centos-808:44
noonedeadpunkso to merge it we basically need https://review.opendev.org/c/openstack/openstack-ansible/+/824570 in current state, right?08:45
jrosserwe do - but thats where the zuul errors seem to concentrate08:45
jrossersee it currently failing on manila08:45
jrosserso we need a similar job dropping on https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82751508:46
jrosserbtw really interesting chat about manila microversions for tempest yesterday, you should read back08:47
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82740008:48
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_manila stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82751508:49
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82760308:51
noonedeadpunkoh yes, I was about to do that (I jsut quickly scrolled for now)08:52
noonedeadpunkWell I hoped to find easier way before dropping jobs:)08:52
noonedeadpunkbut ok08:53
jrosserif you can see an easier way then sure08:53
noonedeadpunkhttps://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603/1 failed with zuul conf error08:54
noonedeadpunkI have a thought of adding centos-8 jobs definition for master to untie everything08:54
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82760308:54
jrosserargh08:54
noonedeadpunkthen https://review.opendev.org/c/openstack/openstack-ansible/+/824570 will be unblocked08:55
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_manila stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82760408:56
jrossermaybe - tbh i am pretty much had enough of trying to fix all this08:57
noonedeadpunkot sure it's easier but less patches I guess 08:57
jrosserand it is now harder with advanced_virt / manila / centos-8 all broken together on all the branches08:57
noonedeadpunkOk, will try to help out here then 08:58
jrosseron better news, looks like ansible2.12 no longer requires selinux python bindings08:58
noonedeadpunkoh?08:58
noonedeadpunkand how they work with selinux then :D?08:59
jrosserhttps://review.opendev.org/c/openstack/openstack-ansible/+/82755608:59
noonedeadpunkoh, ctype08:59
noonedeadpunkinteresting08:59
jrosserthe internalise it now08:59
jrosserand also there is a new ansible concept "respawn" for a module08:59
noonedeadpunkoh I saw the link08:59
noonedeadpunknot sure I fully understand usecase though09:00
jrosseroh so like lxc_container module only comes with lets say the distro python3.6 on centos09:00
jrosserbut maybe we want to install python3.8 like we tried to do09:00
jrosserthe module can try more than one python interpreter on the target until it finds one where the import works09:01
jrosserit needs support in the module for that, but they already do this in the core modules for apt/dnf etc09:01
jrosserhttps://github.com/ansible/ansible/blob/devel/lib/ansible/modules/apt.py#L1153-L120609:02
noonedeadpunkum, so kind of replacement for https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/openstack-hosts-setup.yml#L27-L40 ?:)09:02
noonedeadpunkthats kind of weird isn't it?09:03
jrosserreally we should not `update-alternatives --install /usr/bin/python python /usr/bin/python3 10`09:04
jrosserthat just looks bogus09:04
noonedeadpunkhardcoded interpreters I mean?09:04
noonedeadpunk(that update alternative as well)09:04
jrosseri think that the hardcoded interpreters there are the ones that get tried as a fallback if the first one fails to import the things it needs09:05
noonedeadpunkwhat value https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/apt.py#L1171 brings for modern os...09:05
noonedeadpunkshould be py3.8/py3.9/py3.10 :D09:06
noonedeadpunkbut yeah, I guess that's why I was confused about usecase09:06
noonedeadpunkbut it's cool and handy09:06
jrosseri think it's to fall back to the system python and use the system bindings for $thing09:06
noonedeadpunkI wonder if it will be pita to debug why smth fails 09:07
noonedeadpunkas you will search in ansible_python_interpreter while for $reason it will fallback to system python...09:08
jrosseroh hah of course the linters are also broken on victoria :) 09:08
jrosserffs09:08
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82740009:11
noonedeadpunkjsut side story - I looked yestarday at os-migrate roles code and was a bit surprised from what I saw. What's fun - it's not legacy and was added in recent release https://github.com/os-migrate/os-migrate/blob/a1b249cb9538295506c1e2db9febe5d1c367f692/os_migrate/roles/prelude_common/tasks/main.yml#L17-L2409:13
noonedeadpunkthat was fun in how many ways this thing can go wrong09:15
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_manila stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82751509:16
noonedeadpunkdog and branch command has gone from gerrit  after upgrade as well :(09:49
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82760309:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82760309:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Fix rich version for ansible-lint  https://review.opendev.org/c/openstack/openstack-ansible/+/82402809:55
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82749509:56
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts stable/wallaby: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763209:57
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts stable/wallaby: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763209:57
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts stable/xena: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763309:58
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts stable/victoria: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763409:58
opendevreviewMerged openstack/openstack-ansible-os_keystone stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82740010:00
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts stable/xena: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763310:03
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts stable/wallaby: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763210:03
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts stable/victoria: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763410:03
jrosser^ really silly mistake in the commit message10:03
opendevreviewMerged openstack/openstack-ansible-os_manila stable/victoria: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82751510:04
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Define max microversion for manila tempest  https://review.opendev.org/c/openstack/openstack-ansible/+/82761810:06
noonedeadpunkah, yeah...10:07
noonedeadpunkI even not spotted that as with all this centos stuff head goes round10:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_manila stable/victoria: Restore CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/82760410:08
jrossernext error is in "openstack/openstack-ansible-os_panko/zuul.d/project.yaml@stable/ussuri", line 16, column 310:11
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_panko stable/ussuri: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/82762210:32
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Remove configuration of advanced-virtualisation repo  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82749710:42
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_panko stable/ussuri: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/82762211:15
*** dviroel|out is now known as dviroel11:16
*** dviroel is now known as dviroel|biab12:10
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Add advancedvirt-common repository  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82750112:17
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Add centos_mirror_url variable.  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82751012:21
*** dviroel|biab is now known as dviroel12:27
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Add advancedvirt-common repository  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82750112:47
noonedeadpunkI think we need to land https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827632 and https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827633 ?12:48
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Define max microversion for manila tempest  https://review.opendev.org/c/openstack/openstack-ansible/+/82761812:51
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: Temporary add CentOS 9 jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/82765712:58
mgariepynoonedeadpunk, done. for the virt repo on centos8 12:58
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: Temporary add CentOS 8 jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/82765712:58
noonedeadpunkjrosser: I think we can go with ^ to unblock stable/victoria merge12:59
noonedeadpunkand mgariepy ofc and thanks !12:59
noonedeadpunkdamn13:01
mgariepyhehe. 13:01
mgariepydependency hell !13:01
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Temporary re-add CentOS 8 jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/82765813:03
noonedeadpunkjust wanted to be able to quick merge/quick revert...13:03
mgariepyhaha ok ;)13:08
*** dviroel is now known as dviroel|ruck13:44
*** akahat is now known as akahat|rover13:45
*** dviroel|ruck is now known as dviroel13:48
opendevreviewMerged openstack/openstack-ansible-os_nova master: Remove apt pinning task for debian buster  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82675913:52
*** akahat|rover is now known as akahat13:56
admin1as part of migraiton from rocky (xenial ) to bionic, when re-adding a hypervisor reinstalled with bionic back, it says  " ResourceProviderCreationFailed: Failed to create resource provider h4" .. while no such thing happened with h1 h2 h3 ( hypervisors) .. 14:32
admin1anyone knows a quick way how i can fix this 14:32
admin1i already tried  compute service delete  but no help 14:32
noonedeadpunkmgariepy: if around - https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/827622 :)14:36
noonedeadpunkadmin1: um, I can recall this happening, yes Don't remember how I fixed. It was for sure messing up with database. I was either updating uuid for resource or marking it as deleted (or deleting row)14:37
noonedeadpunkdamiandabrowski[m]: I was recently talking about this internally ^14:37
noonedeadpunkadmin1: it eventually happens as uuid has changed, but nova tries to add same hyperisor name with different id, but fail as resource already there14:38
opendevreviewMerged openstack/openstack-ansible-openstack_hosts stable/xena: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763314:42
opendevreviewMerged openstack/openstack-ansible-openstack_hosts stable/wallaby: Add data to disable the advanced-virtualisation repository  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82763214:42
NeilHanlonre: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827633 -- I'm trying to get the CentOS sig responsible to keep it going... might be a bit though. not sure if a blocker,  but in any case, the release of RHEL8.6 will eliminate the need for this repo anyways (the components will be in the main OS)14:50
admin1noonedeadpunk, is it due to placement ? is there a way to clear/fix the placement 14:50
admin1even manually is fine though 14:50
noonedeadpunkNeilHanlon: I guess it was more about https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827501 ?14:51
NeilHanlonnoonedeadpunk: rgr, thanks14:52
NeilHanlonah, just the stream repos, perfect :) 14:52
noonedeadpunkadmin1: it was veeery long time ago. But what for sure worked - is replacing UUID. On nova-compute logs you should have uuid with which it tries to register. But I can't recall where to put it... And don't have this anything in writing...14:52
noonedeadpunkNeilHanlon: I;'m not sure though what about 9-stream14:53
admin1i think its in the virsh secrets 14:53
admin1if i recall correctly .. 14:53
admin1i can try it 14:53
noonedeadpunkno-no, it was either palcement or hypervisors14:53
noonedeadpunksomewhere in mysql14:54
noonedeadpunkwe just talked with damiandabrowski[m] that if we catch this, we need to document. But I haven't see this for quite a while now, so likely it has been fixed upstream14:54
admin1i enabled general query log in mariadb .. will try to restart the nova-compute process and then grep and see where it checks 15:17
admin1can't thin of another way15:18
noonedeadpunkif you paste stack strace from nova-compute maybe I will be able to help you more :)15:20
noonedeadpunk(based on it)15:20
noonedeadpunkas I really have only vague memories that issue existed and I fixed it somehow 2 years ago15:21
admin1does this help ? https://gist.githubusercontent.com/a1git/2434a8cde00ae5efddd0dbb9cef45cdc/raw/ac8d3ff1630c54314ad1f860c101ee1eabbde1fc/gistfile1.txt15:23
admin1found an entry in the compute_nodes table 15:24
admin1from the query, its trying to insert into resource_providers table .. 15:29
admin1could be that 15:29
admin1i will test and update .. 15:29
admin1found an entry in nova_api.resource_providers .. but it does not allow me to delete due to foreign key constraints .. ..15:33
noonedeadpunkyeah, try to update uuid of that15:36
noonedeadpunkshould be updated to `149a347e-8f5b-4862-a86b-3b05c52465cd` for the hostname15:36
noonedeadpunksorry, I'm multitasking heavily (15:36
admin1noonedeadpunk thanks .. that was it 15:47
admin1shows no errors now 15:47
*** dviroel is now known as dviroel|lunch16:02
noonedeadpunkawesome!16:23
noonedeadpunkwe should likely write this down somewhere16:23
opendevreviewMerged openstack/openstack-ansible-os_panko stable/ussuri: Remove legacy centos-8 CI jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/82762216:25
noonedeadpunkwow, https://review.opendev.org/c/openstack/openstack-ansible/+/824570 got queued in zuul16:40
*** dviroel|lunch is now known as dviroel17:02
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_zun master: Refactor use of include_vars  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/82431317:27
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_zun master: Update Zun api-paste  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/82284717:28
*** sshnaidm is now known as sshnaidm|afk17:30
opendevreviewMerged openstack/ansible-role-qdrouterd master: Only support python3 for the qpid bindings  https://review.opendev.org/c/openstack/ansible-role-qdrouterd/+/82746317:52
opendevreviewMerged openstack/openstack-ansible-os_cinder master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/82743518:52
opendevreviewMerged openstack/openstack-ansible-os_sahara master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/82745219:03
opendevreviewMerged openstack/openstack-ansible-lxc_hosts master: Ansible systemd module can reload units without specifying a service  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/82721719:07
opendevreviewMerged openstack/openstack-ansible-os_barbican master: Remove SSL variables which appear to be unused  https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/82395719:09
opendevreviewMerged openstack/openstack-ansible-os_octavia master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/82745119:09
opendevreviewMerged openstack/openstack-ansible-os_designate master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_designate/+/82743719:09
opendevreviewMerged openstack/openstack-ansible-os_ironic master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/82744219:13
opendevreviewMerged openstack/openstack-ansible-lxc_hosts master: Remove legacy network scripts cleanup task  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/82742519:13
opendevreviewMerged openstack/openstack-ansible-lxc_hosts master: Remove vars files for EOL version of centos-8  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/82742619:13
opendevreviewMerged openstack/openstack-ansible-os_barbican master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/82743219:14
opendevreviewMerged openstack/openstack-ansible-os_ceilometer master: Remove py2/py3 compatibility notes  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/82743319:16
opendevreviewMerged openstack/openstack-ansible-os_nova master: Fix nova-key tag handling  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82455119:19
opendevreviewMerged openstack/openstack-ansible-os_nova master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82745019:19
opendevreviewMerged openstack/openstack-ansible-os_heat master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_heat/+/82744019:21
opendevreviewMerged openstack/openstack-ansible-os_trove master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/82745519:25
opendevreviewMerged openstack/openstack-ansible-os_senlin master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/82745319:25
opendevreviewMerged openstack/openstack-ansible-os_keystone master: Remove legacy db pooling variables  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82722819:25
opendevreviewMerged openstack/openstack-ansible-os_tacker master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/82745419:28
opendevreviewMerged openstack/openstack-ansible-ceph_client master: Simpify selection of the python interpreter.  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/82745919:28
opendevreviewMerged openstack/openstack-ansible-os_ceilometer master: Remove legacy pipeline cleanup task  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/82743419:29
opendevreviewMerged openstack/openstack-ansible-os_aodh master: Remove policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/82743019:29
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Remove old repos for Debian  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/82722119:30
opendevreviewMerged openstack/openstack-ansible-galera_server master: Remove legacy cleanup tasks  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/82721619:44
opendevreviewMerged openstack/openstack-ansible master: Bump ansible to 2.12.2  https://review.opendev.org/c/openstack/openstack-ansible/+/82731319:49
opendevreviewMerged openstack/openstack-ansible-os_aodh master: Remove legacy apache variables  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/82743119:51
opendevreviewMerged openstack/openstack-ansible-os_neutron master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/82744919:56
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova stable/xena: Fix nova-key tag handling  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/82773819:57
opendevreviewMerged openstack/openstack-ansible-os_neutron master: Remove legacy db pooling variables  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/82725020:10
opendevreviewMerged openstack/ansible-role-python_venv_build master: Remove legacy comment  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/82725320:12
admin1anyone seen this during migration ?  qemu-system-x86_64: Length mismatch: 0000:00:03.0/virtio-net-pci.rom: 0x40000 in != 0x80000: Invalid argument20:33
opendevreviewMerged openstack/openstack-ansible-os_glance master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/82743820:33
noonedeadpunknope, never occured for me20:44
noonedeadpunkbut are you migrating from xenial to bionic or smth like that?20:44
noonedeadpunkAs they likely have incompatible libvirt/qemu versions20:44
noonedeadpunkbionic/focal upgrade is fine though if uca is used for bionic ofc20:45
admin1migrating instances from xenail -> bionic hypervisors .. 20:48
admin116 -> 18 20:48
admin1its migrate all , reinstall , restart-the-proces 20:49
*** dviroel is now known as dviroel|afk20:50
opendevreviewMerged openstack/openstack-ansible stable/victoria: Remove CI jobs for centos-8  https://review.opendev.org/c/openstack/openstack-ansible/+/82457020:58
noonedeadpunkiirc we had to offline migrate x->b21:27
noonedeadpunkas you can online migrate only through same qemu and libvirt versions21:28
mgariepyloads of fun21:29
mgariepysoon to be redone for the 20.04 > 22.04 upgrade.. 21:30
* noonedeadpunk pretends not seeing that21:32
mgariepylol21:37
mgariepyit does really depends on on your setup tho..21:37
noonedeadpunkwe should aim to release before ubuntu :D21:38
mgariepyhaha :D i hope. 21:38
opendevreviewMerged openstack/ansible-hardening master: Add centos-9 support  https://review.opendev.org/c/openstack/ansible-hardening/+/82369722:14
opendevreviewMerged openstack/openstack-ansible-tests master: Gather /etc/pki directory  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/79870322:20
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Remove condtionals for kernel module installation on debian  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82742722:37
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Remove ubuntu bionic vars file  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82742822:37
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Simplify generation of osbpo repo name  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82746022:41
mnaseradmin1: https://cpaelzer.github.io/blogs/002-migration-with-changed-roms/22:52
mnaserjrosser: yes, realms ended up working with a little bit of messing around22:53
opendevreviewMerged openstack/openstack-ansible-openstack_hosts master: Add centos-9 support  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/82342023:08
jrossermnaser: we did hdd and nvme backed buckets in the same ceph cluster with all that, and rather surprisingly it needs multisite and realms and blah blah to make it work23:12
gillesMoHello there ! I'm looking at the best way to remove a component. For example : Heat. I would try to destroy lxc containers, catalog endpoints, users. I've just done that for Magnum, but the menu in Horizon don't want to go...23:14
jrossergillesMo: that’s driven by the ansible inventory group still existing and having hosts in it, even though those hosts are deleted23:16
jrosseryou might use scripts/inventory_manage.py to remove the inventory items23:19
gillesMojrosser: I've seen that yes, but, at least for Horizon, it's not sufficient. I think Horizon need to rebuild cached static files23:21
jrossergillesMo: https://github.com/openstack/openstack-ansible-os_horizon/blob/master/defaults/main.yml#L31623:23
jrosserthat should drive it23:23
gillesMoMmm, I already tried to define "horizon_enable_magnum_ui: False", but nothing. The value is already False because I had removed hosts in magnum_all group...23:25
gillesMoI wonder how much Heat can be important. We don't use it, and I think our users won't, as there are tools like Terraform, and above all, we will offer Kubernetes clusters, and drive them to it23:26
jrosserdid you rerun the horizon role?23:27
gillesMoOf course. Perhaps just a pip package to remove, the only thing done if horizon_enable_magnum_ui is True is to install pip packages23:30
gillesMoI'll try tomorow morning (00:30 here)23:30
opendevreviewMerged openstack/openstack-ansible-os_masakari master: Remove legacy policy.json cleanup handler  https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/82744623:47
opendevreviewMerged openstack/openstack-ansible-os_keystone master: Remove legacy nginx cleanup tasks  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/82722023:58

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