*** anbanerj is now known as frenzyfriday | 06:04 | |
rohit02 | hi 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 ip | 07:01 |
---|---|---|
jrosser | morning | 07:45 |
jrosser | rohit02: re-addressing the containers is possible but really quite difficult | 07:46 |
jrosser | the ip addresses also get wired into all sorts of config files across the deployment | 07:46 |
jrosser | if you want to have the same addressing in multiple deployments then the internal networks should be isolated between the deployments | 07:50 |
jrosser | noonedeadpunk: do you have a moment to talk about how we should unwedge all this centos-8 stuff? | 08:25 |
noonedeadpunk | o/ | 08:30 |
noonedeadpunk | yes, let me check in details about these patches | 08:32 |
jrosser | this might be the starting point https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827495 | 08:33 |
noonedeadpunk | yep, already found that) didn't saw you publish update yestarday | 08:34 |
jrosser | it'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 too | 08:34 |
noonedeadpunk | I don't think we need to bump for CI | 08:35 |
noonedeadpunk | as we always use top of branch there | 08:35 |
jrosser | oooh | 08:35 |
noonedeadpunk | well, we need to bump anyway, yes, but it's not a blocker at least | 08:35 |
jrosser | ok so thats one thing, sorting out the advanced virt job | 08:36 |
jrosser | thats broken the stable branches | 08:36 |
jrosser | and there is a second issue due to the removal of the centos-8 nodeset | 08:37 |
jrosser | example would be here https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827400 | 08:38 |
jrosser | see that there was a zuul job graph error - deadlock in the zuul config | 08:38 |
jrosser | that 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 host | 08:39 |
jrosser | just for the purposes of moving forward these patches | 08:39 |
jrosser | so my thought was that we drop openstack-ansible-deploy-aio_metal-jobs from 827400 in order to merge it | 08:41 |
noonedeadpunk | um, we also have `openstack-ansible-deploy-aio_metal-centos-8` there? | 08:44 |
jrosser | oh well that too then :) | 08:44 |
noonedeadpunk | sorry, openstack-ansible-deploy-aio_distro_metal-centos-8 | 08:44 |
noonedeadpunk | so to merge it we basically need https://review.opendev.org/c/openstack/openstack-ansible/+/824570 in current state, right? | 08:45 |
jrosser | we do - but thats where the zuul errors seem to concentrate | 08:45 |
jrosser | see it currently failing on manila | 08:45 |
jrosser | so we need a similar job dropping on https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/827515 | 08:46 |
jrosser | btw really interesting chat about manila microversions for tempest yesterday, you should read back | 08:47 |
opendevreview | Jonathan 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/+/827400 | 08:48 |
opendevreview | Jonathan 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/+/827515 | 08:49 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603 | 08:51 |
noonedeadpunk | oh yes, I was about to do that (I jsut quickly scrolled for now) | 08:52 |
noonedeadpunk | Well I hoped to find easier way before dropping jobs:) | 08:52 |
noonedeadpunk | but ok | 08:53 |
jrosser | if you can see an easier way then sure | 08:53 |
noonedeadpunk | https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603/1 failed with zuul conf error | 08:54 |
noonedeadpunk | I have a thought of adding centos-8 jobs definition for master to untie everything | 08:54 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603 | 08:54 |
jrosser | argh | 08:54 |
noonedeadpunk | then https://review.opendev.org/c/openstack/openstack-ansible/+/824570 will be unblocked | 08:55 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_manila stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/827604 | 08:56 |
jrosser | maybe - tbh i am pretty much had enough of trying to fix all this | 08:57 |
noonedeadpunk | ot sure it's easier but less patches I guess | 08:57 |
jrosser | and it is now harder with advanced_virt / manila / centos-8 all broken together on all the branches | 08:57 |
noonedeadpunk | Ok, will try to help out here then | 08:58 |
jrosser | on better news, looks like ansible2.12 no longer requires selinux python bindings | 08:58 |
noonedeadpunk | oh? | 08:58 |
noonedeadpunk | and how they work with selinux then :D? | 08:59 |
jrosser | https://review.opendev.org/c/openstack/openstack-ansible/+/827556 | 08:59 |
noonedeadpunk | oh, ctype | 08:59 |
noonedeadpunk | interesting | 08:59 |
jrosser | the internalise it now | 08:59 |
jrosser | and also there is a new ansible concept "respawn" for a module | 08:59 |
noonedeadpunk | oh I saw the link | 08:59 |
noonedeadpunk | not sure I fully understand usecase though | 09:00 |
jrosser | oh so like lxc_container module only comes with lets say the distro python3.6 on centos | 09:00 |
jrosser | but maybe we want to install python3.8 like we tried to do | 09:00 |
jrosser | the module can try more than one python interpreter on the target until it finds one where the import works | 09:01 |
jrosser | it needs support in the module for that, but they already do this in the core modules for apt/dnf etc | 09:01 |
jrosser | https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/apt.py#L1153-L1206 | 09:02 |
noonedeadpunk | um, so kind of replacement for https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/openstack-hosts-setup.yml#L27-L40 ?:) | 09:02 |
noonedeadpunk | thats kind of weird isn't it? | 09:03 |
jrosser | really we should not `update-alternatives --install /usr/bin/python python /usr/bin/python3 10` | 09:04 |
jrosser | that just looks bogus | 09:04 |
noonedeadpunk | hardcoded interpreters I mean? | 09:04 |
noonedeadpunk | (that update alternative as well) | 09:04 |
jrosser | i 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 needs | 09:05 |
noonedeadpunk | what value https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/apt.py#L1171 brings for modern os... | 09:05 |
noonedeadpunk | should be py3.8/py3.9/py3.10 :D | 09:06 |
noonedeadpunk | but yeah, I guess that's why I was confused about usecase | 09:06 |
noonedeadpunk | but it's cool and handy | 09:06 |
jrosser | i think it's to fall back to the system python and use the system bindings for $thing | 09:06 |
noonedeadpunk | I wonder if it will be pita to debug why smth fails | 09:07 |
noonedeadpunk | as you will search in ansible_python_interpreter while for $reason it will fallback to system python... | 09:08 |
jrosser | oh hah of course the linters are also broken on victoria :) | 09:08 |
jrosser | ffs | 09:08 |
opendevreview | Jonathan 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/+/827400 | 09:11 |
noonedeadpunk | jsut 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-L24 | 09:13 |
noonedeadpunk | that was fun in how many ways this thing can go wrong | 09:15 |
opendevreview | Jonathan 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/+/827515 | 09:16 |
noonedeadpunk | dog and branch command has gone from gerrit after upgrade as well :( | 09:49 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603 | 09:52 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827603 | 09:52 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Fix rich version for ansible-lint https://review.opendev.org/c/openstack/openstack-ansible/+/824028 | 09:55 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Add data to disable the advanced-virtualisation repository https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827495 | 09:56 |
opendevreview | Dmitriy 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/+/827632 | 09:57 |
opendevreview | Dmitriy 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/+/827632 | 09:57 |
opendevreview | Dmitriy 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/+/827633 | 09:58 |
opendevreview | Dmitriy 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/+/827634 | 09:58 |
opendevreview | Merged openstack/openstack-ansible-os_keystone stable/victoria: Remove legacy centos-8 CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827400 | 10:00 |
opendevreview | Jonathan 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/+/827633 | 10:03 |
opendevreview | Jonathan 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/+/827632 | 10:03 |
opendevreview | Jonathan 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/+/827634 | 10:03 |
jrosser | ^ really silly mistake in the commit message | 10:03 |
opendevreview | Merged openstack/openstack-ansible-os_manila stable/victoria: Remove legacy centos-8 CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/827515 | 10:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Define max microversion for manila tempest https://review.opendev.org/c/openstack/openstack-ansible/+/827618 | 10:06 |
noonedeadpunk | ah, yeah... | 10:07 |
noonedeadpunk | I even not spotted that as with all this centos stuff head goes round | 10:07 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_manila stable/victoria: Restore CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/827604 | 10:08 |
jrosser | next error is in "openstack/openstack-ansible-os_panko/zuul.d/project.yaml@stable/ussuri", line 16, column 3 | 10:11 |
opendevreview | Jonathan 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/+/827622 | 10:32 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Remove configuration of advanced-virtualisation repo https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827497 | 10:42 |
opendevreview | Dmitriy 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/+/827622 | 11:15 |
*** dviroel|out is now known as dviroel | 11:16 | |
*** dviroel is now known as dviroel|biab | 12:10 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Add advancedvirt-common repository https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827501 | 12:17 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Add centos_mirror_url variable. https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827510 | 12:21 |
*** dviroel|biab is now known as dviroel | 12:27 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Add advancedvirt-common repository https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827501 | 12:47 |
noonedeadpunk | I 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 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Define max microversion for manila tempest https://review.opendev.org/c/openstack/openstack-ansible/+/827618 | 12:51 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: Temporary add CentOS 9 jobs https://review.opendev.org/c/openstack/openstack-ansible-tests/+/827657 | 12:58 |
mgariepy | noonedeadpunk, done. for the virt repo on centos8 | 12:58 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: Temporary add CentOS 8 jobs https://review.opendev.org/c/openstack/openstack-ansible-tests/+/827657 | 12:58 |
noonedeadpunk | jrosser: I think we can go with ^ to unblock stable/victoria merge | 12:59 |
noonedeadpunk | and mgariepy ofc and thanks ! | 12:59 |
noonedeadpunk | damn | 13:01 |
mgariepy | hehe. | 13:01 |
mgariepy | dependency hell ! | 13:01 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Temporary re-add CentOS 8 jobs https://review.opendev.org/c/openstack/openstack-ansible/+/827658 | 13:03 |
noonedeadpunk | just wanted to be able to quick merge/quick revert... | 13:03 |
mgariepy | haha ok ;) | 13:08 |
*** dviroel is now known as dviroel|ruck | 13:44 | |
*** akahat is now known as akahat|rover | 13:45 | |
*** dviroel|ruck is now known as dviroel | 13:48 | |
opendevreview | Merged openstack/openstack-ansible-os_nova master: Remove apt pinning task for debian buster https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/826759 | 13:52 |
*** akahat|rover is now known as akahat | 13:56 | |
admin1 | as 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 |
admin1 | anyone knows a quick way how i can fix this | 14:32 |
admin1 | i already tried compute service delete but no help | 14:32 |
noonedeadpunk | mgariepy: if around - https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/827622 :) | 14:36 |
noonedeadpunk | admin1: 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 |
noonedeadpunk | damiandabrowski[m]: I was recently talking about this internally ^ | 14:37 |
noonedeadpunk | admin1: it eventually happens as uuid has changed, but nova tries to add same hyperisor name with different id, but fail as resource already there | 14:38 |
opendevreview | Merged 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/+/827633 | 14:42 |
opendevreview | Merged 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/+/827632 | 14:42 |
NeilHanlon | re: 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 |
admin1 | noonedeadpunk, is it due to placement ? is there a way to clear/fix the placement | 14:50 |
admin1 | even manually is fine though | 14:50 |
noonedeadpunk | NeilHanlon: I guess it was more about https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827501 ? | 14:51 |
NeilHanlon | noonedeadpunk: rgr, thanks | 14:52 |
NeilHanlon | ah, just the stream repos, perfect :) | 14:52 |
noonedeadpunk | admin1: 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 |
noonedeadpunk | NeilHanlon: I;'m not sure though what about 9-stream | 14:53 |
admin1 | i think its in the virsh secrets | 14:53 |
admin1 | if i recall correctly .. | 14:53 |
admin1 | i can try it | 14:53 |
noonedeadpunk | no-no, it was either palcement or hypervisors | 14:53 |
noonedeadpunk | somewhere in mysql | 14:54 |
noonedeadpunk | we 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 upstream | 14:54 |
admin1 | i enabled general query log in mariadb .. will try to restart the nova-compute process and then grep and see where it checks | 15:17 |
admin1 | can't thin of another way | 15:18 |
noonedeadpunk | if you paste stack strace from nova-compute maybe I will be able to help you more :) | 15:20 |
noonedeadpunk | (based on it) | 15:20 |
noonedeadpunk | as I really have only vague memories that issue existed and I fixed it somehow 2 years ago | 15:21 |
admin1 | does this help ? https://gist.githubusercontent.com/a1git/2434a8cde00ae5efddd0dbb9cef45cdc/raw/ac8d3ff1630c54314ad1f860c101ee1eabbde1fc/gistfile1.txt | 15:23 |
admin1 | found an entry in the compute_nodes table | 15:24 |
admin1 | from the query, its trying to insert into resource_providers table .. | 15:29 |
admin1 | could be that | 15:29 |
admin1 | i will test and update .. | 15:29 |
admin1 | found an entry in nova_api.resource_providers .. but it does not allow me to delete due to foreign key constraints .. .. | 15:33 |
noonedeadpunk | yeah, try to update uuid of that | 15:36 |
noonedeadpunk | should be updated to `149a347e-8f5b-4862-a86b-3b05c52465cd` for the hostname | 15:36 |
noonedeadpunk | sorry, I'm multitasking heavily ( | 15:36 |
admin1 | noonedeadpunk thanks .. that was it | 15:47 |
admin1 | shows no errors now | 15:47 |
*** dviroel is now known as dviroel|lunch | 16:02 | |
noonedeadpunk | awesome! | 16:23 |
noonedeadpunk | we should likely write this down somewhere | 16:23 |
opendevreview | Merged openstack/openstack-ansible-os_panko stable/ussuri: Remove legacy centos-8 CI jobs https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/827622 | 16:25 |
noonedeadpunk | wow, https://review.opendev.org/c/openstack/openstack-ansible/+/824570 got queued in zuul | 16:40 |
*** dviroel|lunch is now known as dviroel | 17:02 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_zun master: Refactor use of include_vars https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/824313 | 17:27 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_zun master: Update Zun api-paste https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/822847 | 17:28 |
*** sshnaidm is now known as sshnaidm|afk | 17:30 | |
opendevreview | Merged openstack/ansible-role-qdrouterd master: Only support python3 for the qpid bindings https://review.opendev.org/c/openstack/ansible-role-qdrouterd/+/827463 | 17:52 |
opendevreview | Merged openstack/openstack-ansible-os_cinder master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/827435 | 18:52 |
opendevreview | Merged openstack/openstack-ansible-os_sahara master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/827452 | 19:03 |
opendevreview | Merged 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/+/827217 | 19:07 |
opendevreview | Merged openstack/openstack-ansible-os_barbican master: Remove SSL variables which appear to be unused https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/823957 | 19:09 |
opendevreview | Merged openstack/openstack-ansible-os_octavia master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/827451 | 19:09 |
opendevreview | Merged openstack/openstack-ansible-os_designate master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_designate/+/827437 | 19:09 |
opendevreview | Merged openstack/openstack-ansible-os_ironic master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/827442 | 19:13 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Remove legacy network scripts cleanup task https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/827425 | 19:13 |
opendevreview | Merged 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/+/827426 | 19:13 |
opendevreview | Merged openstack/openstack-ansible-os_barbican master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/827432 | 19:14 |
opendevreview | Merged openstack/openstack-ansible-os_ceilometer master: Remove py2/py3 compatibility notes https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/827433 | 19:16 |
opendevreview | Merged openstack/openstack-ansible-os_nova master: Fix nova-key tag handling https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/824551 | 19:19 |
opendevreview | Merged openstack/openstack-ansible-os_nova master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827450 | 19:19 |
opendevreview | Merged openstack/openstack-ansible-os_heat master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_heat/+/827440 | 19:21 |
opendevreview | Merged openstack/openstack-ansible-os_trove master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/827455 | 19:25 |
opendevreview | Merged openstack/openstack-ansible-os_senlin master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/827453 | 19:25 |
opendevreview | Merged openstack/openstack-ansible-os_keystone master: Remove legacy db pooling variables https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827228 | 19:25 |
opendevreview | Merged openstack/openstack-ansible-os_tacker master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/827454 | 19:28 |
opendevreview | Merged openstack/openstack-ansible-ceph_client master: Simpify selection of the python interpreter. https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/827459 | 19:28 |
opendevreview | Merged openstack/openstack-ansible-os_ceilometer master: Remove legacy pipeline cleanup task https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/827434 | 19:29 |
opendevreview | Merged openstack/openstack-ansible-os_aodh master: Remove policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/827430 | 19:29 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Remove old repos for Debian https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/827221 | 19:30 |
opendevreview | Merged openstack/openstack-ansible-galera_server master: Remove legacy cleanup tasks https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/827216 | 19:44 |
opendevreview | Merged openstack/openstack-ansible master: Bump ansible to 2.12.2 https://review.opendev.org/c/openstack/openstack-ansible/+/827313 | 19:49 |
opendevreview | Merged openstack/openstack-ansible-os_aodh master: Remove legacy apache variables https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/827431 | 19:51 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/827449 | 19:56 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova stable/xena: Fix nova-key tag handling https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/827738 | 19:57 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Remove legacy db pooling variables https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/827250 | 20:10 |
opendevreview | Merged openstack/ansible-role-python_venv_build master: Remove legacy comment https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/827253 | 20:12 |
admin1 | anyone seen this during migration ? qemu-system-x86_64: Length mismatch: 0000:00:03.0/virtio-net-pci.rom: 0x40000 in != 0x80000: Invalid argument | 20:33 |
opendevreview | Merged openstack/openstack-ansible-os_glance master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/827438 | 20:33 |
noonedeadpunk | nope, never occured for me | 20:44 |
noonedeadpunk | but are you migrating from xenial to bionic or smth like that? | 20:44 |
noonedeadpunk | As they likely have incompatible libvirt/qemu versions | 20:44 |
noonedeadpunk | bionic/focal upgrade is fine though if uca is used for bionic ofc | 20:45 |
admin1 | migrating instances from xenail -> bionic hypervisors .. | 20:48 |
admin1 | 16 -> 18 | 20:48 |
admin1 | its migrate all , reinstall , restart-the-proces | 20:49 |
*** dviroel is now known as dviroel|afk | 20:50 | |
opendevreview | Merged openstack/openstack-ansible stable/victoria: Remove CI jobs for centos-8 https://review.opendev.org/c/openstack/openstack-ansible/+/824570 | 20:58 |
noonedeadpunk | iirc we had to offline migrate x->b | 21:27 |
noonedeadpunk | as you can online migrate only through same qemu and libvirt versions | 21:28 |
mgariepy | loads of fun | 21:29 |
mgariepy | soon to be redone for the 20.04 > 22.04 upgrade.. | 21:30 |
* noonedeadpunk pretends not seeing that | 21:32 | |
mgariepy | lol | 21:37 |
mgariepy | it does really depends on on your setup tho.. | 21:37 |
noonedeadpunk | we should aim to release before ubuntu :D | 21:38 |
mgariepy | haha :D i hope. | 21:38 |
opendevreview | Merged openstack/ansible-hardening master: Add centos-9 support https://review.opendev.org/c/openstack/ansible-hardening/+/823697 | 22:14 |
opendevreview | Merged openstack/openstack-ansible-tests master: Gather /etc/pki directory https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798703 | 22:20 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Remove condtionals for kernel module installation on debian https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827427 | 22:37 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Remove ubuntu bionic vars file https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827428 | 22:37 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Simplify generation of osbpo repo name https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/827460 | 22:41 |
mnaser | admin1: https://cpaelzer.github.io/blogs/002-migration-with-changed-roms/ | 22:52 |
mnaser | jrosser: yes, realms ended up working with a little bit of messing around | 22:53 |
opendevreview | Merged openstack/openstack-ansible-openstack_hosts master: Add centos-9 support https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/823420 | 23:08 |
jrosser | mnaser: 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 work | 23:12 |
gillesMo | Hello 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 |
jrosser | gillesMo: that’s driven by the ansible inventory group still existing and having hosts in it, even though those hosts are deleted | 23:16 |
jrosser | you might use scripts/inventory_manage.py to remove the inventory items | 23:19 |
gillesMo | jrosser: I've seen that yes, but, at least for Horizon, it's not sufficient. I think Horizon need to rebuild cached static files | 23:21 |
jrosser | gillesMo: https://github.com/openstack/openstack-ansible-os_horizon/blob/master/defaults/main.yml#L316 | 23:23 |
jrosser | that should drive it | 23:23 |
gillesMo | Mmm, 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 |
gillesMo | I 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 it | 23:26 |
jrosser | did you rerun the horizon role? | 23:27 |
gillesMo | Of course. Perhaps just a pip package to remove, the only thing done if horizon_enable_magnum_ui is True is to install pip packages | 23:30 |
gillesMo | I'll try tomorow morning (00:30 here) | 23:30 |
opendevreview | Merged openstack/openstack-ansible-os_masakari master: Remove legacy policy.json cleanup handler https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/827446 | 23:47 |
opendevreview | Merged openstack/openstack-ansible-os_keystone master: Remove legacy nginx cleanup tasks https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/827220 | 23:58 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!