*** ysandeep|out is now known as ysandeep | 05:21 | |
*** ysandeep is now known as ysandeep|lunch | 07:57 | |
jrosser | i always forget if we can depend-on in stable branches without a sha bump, for example on this https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/850233 | 07:59 |
---|---|---|
noonedeadpunk | I think yes? | 08:47 |
noonedeadpunk | eventually within a branch we likely don't need that as we pull always latest except upgrade job for N-1 | 08:48 |
noonedeadpunk | so we should be able to just recheck once it merges | 08:49 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible stable/xena: Add mistra-extra repo https://review.opendev.org/c/openstack/openstack-ansible/+/849574 | 08:54 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible stable/xena: Return facts gathering to pre_tasks for masakari https://review.opendev.org/c/openstack/openstack-ansible/+/848006 | 08:54 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_magnum stable/xena: Fixed dest typo in config_template https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/846932 | 08:54 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_horizon stable/xena: Fix ALLOWED_HOSTS https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/848004 | 08:54 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible stable/xena: Fix facts gathering for zun https://review.opendev.org/c/openstack/openstack-ansible/+/849630 | 08:55 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_manila stable/xena: Create backends when running against manila_share https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/847993 | 08:55 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible stable/xena: Do not try to run etcd in serial mode https://review.opendev.org/c/openstack/openstack-ansible/+/848003 | 08:55 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_mistral stable/xena: Add mistral-extra in the mistral venv https://review.opendev.org/c/openstack/openstack-ansible-os_mistral/+/849575 | 08:56 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible stable/xena: Switch ARA report type from html to database for openstack-ansible jobs https://review.opendev.org/c/openstack/openstack-ansible/+/849797 | 08:56 |
opendevreview | Jonathan Rosser proposed openstack/ansible-role-python_venv_build stable/xena: Gather build hosts facts once. https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/849641 | 08:56 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/xena: Drop tripleo c7 job definition https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/849977 | 08:57 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-galera_server stable/xena: Bump mariadb version. https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/847435 | 08:57 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server stable/xena: Sync RedHat erlang version https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/850233 | 09:28 |
*** ysandeep|lunch is now known as ysandeep | 09:30 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump ansible-core to 2.13.2 https://review.opendev.org/c/openstack/openstack-ansible/+/842387 | 10:05 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump ansible-core to 2.13.2 https://review.opendev.org/c/openstack/openstack-ansible/+/842387 | 10:05 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump ansible-core to 2.13.2 https://review.opendev.org/c/openstack/openstack-ansible/+/842387 | 10:05 |
jrosser | ^ there was something truly odd happening with that | 10:09 |
jrosser | iirc it was some error with rabbitmq installation and i was wondering if something to do with the templating of the config files came out different with a newer version of jinja2 | 10:18 |
noonedeadpunk | Well, the issue I saw was about erlang version conflict. | 10:25 |
noonedeadpunk | Basically on apt update | 10:25 |
noonedeadpunk | (no sorry, instalaltion) | 10:25 |
noonedeadpunk | Anyway have some time to waste on it now | 10:26 |
jrosser | oh and this https://zuul.opendev.org/t/openstack/build/64e9c1c454cb447e88731e5b22386414/log/job-output.txt#13079 | 10:39 |
noonedeadpunk | ^ thas sounds fun | 10:40 |
noonedeadpunk | well rabit issue is reproduced quite easily | 11:12 |
*** dviroel|out is now known as dviroel | 11:27 | |
MichielPiscaer[m] | Hi, I'm trying to install "only" the l3 agent on some nodes. I try to specify with neutron_l3_agent in openstack_user_config.yml but this get ignored. What is the bestway to do this? | 11:39 |
mgariepy | MichielPiscaer[m], can you paste the relevant part of your config ? | 12:01 |
mgariepy | on paste.openstack.org or similar | 12:01 |
*** ysandeep is now known as ysandeep|break | 12:02 | |
mgariepy | Just to be clear you want to have neutron-agent on only a subset of your infra node ? or you want to have them on separate host ? | 12:02 |
mgariepy | MichielPiscaer[m], also : https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L420-L452 | 12:07 |
*** ysandeep|break is now known as ysandeep|mtg | 12:33 | |
noonedeadpunk | MichielPiscaer[m]: well, I guess you will at least need also ovs/lxb agent there in addition to l3? | 12:46 |
noonedeadpunk | also wondering about dhcp/metadata? | 12:46 |
noonedeadpunk | but eventually, in openstack_user_config you should place only hosts from physical_skel | 12:47 |
mgariepy | if you tried something that didn't work you might need to cleanup the opesntack_inventory.json file.. | 12:47 |
MichielPiscaer[m] | Sorry, that there is some radio silence, but I'm in a meeting. I will get to you all in a couple of minutes. | 12:47 |
mgariepy | this part might need a bit more documentation | 12:48 |
mgariepy | MichielPiscaer[m], no worries, IRC doesn't need to be instant. :) | 12:49 |
noonedeadpunk | as of today, in order to place only l3 separately, you will need to make new env.d file and define independant stanza comparing to default one https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/env.d/neutron.yml | 12:50 |
noonedeadpunk | as this is smth that describes how components co-exist with each other | 12:51 |
*** ysandeep|mtg is now known as ysandeep | 12:58 | |
mgariepy | issue is bionic, rabbitmq and erlang not compatible .. https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/849861/ | 13:10 |
mgariepy | for train. | 13:10 |
mgariepy | did we had a fix for this? | 13:11 |
mgariepy | not sure why erlang version do not respect the pin also.https://zuul.opendev.org/t/openstack/build/a4c18720342949ad835e061850ea1485/log/logs/etc/host/apt/preferences.d/rabbitmq.pref.txt | 13:12 |
noonedeadpunk | wtf with ansible-core 2.13..... It feels like it explicitly provides version isntead of relying on system | 13:12 |
noonedeadpunk | mgariepy: yeah, I think we had a fix for that | 13:12 |
mgariepy | https://zuul.opendev.org/t/openstack/build/a4c18720342949ad835e061850ea1485/log/logs/host/apt/history.log.txt#69 | 13:12 |
noonedeadpunk | we used https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/849225 for the fix | 13:14 |
mgariepy | so we need to backport to U/S/T ? | 13:14 |
noonedeadpunk | So what confuses me for ansible-core 2.13 is that "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'erlang-base=1:25.0.3-1' 'erlang-diameter=1:25.0.3-1' 'erlang-eldap=1:25.0.3-1' 'erlang-nox=1:25.0.3-1' 'socat=1.7.3.3-2'' | 13:14 |
noonedeadpunk | mgariepy: well... we can do that | 13:15 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-rabbitmq_server stable/ussuri: Use cloudsmith repo for rabbit and erlang https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/850350 | 13:21 |
jrosser | noonedeadpunk: you mean like 2.13 ignores apt pins somehow? | 13:41 |
noonedeadpunk | it provides version explicitly somehow | 13:42 |
jrosser | oh i see what you mean | 13:43 |
noonedeadpunk | and yes, with that it seems ignores apt pins | 13:43 |
noonedeadpunk | I never saw ansible passing erlang-base=1:25.0.3-1 for install command | 13:43 |
noonedeadpunk | though I don't see even with -vvv what command was in 2.12 | 13:43 |
mgariepy | https://github.com/ansible/ansible/commit/4a62c4e3e44b01a904aa86e9b87206a24bd41fbc | 13:44 |
admin1 | i followed the docs to upgrade to 25.0.0 .. i get this: https://paste.opendev.org/show/b7T9tsd6UptEOLtOBdtu/ something new that has to do with Generate an OpenSSH user certificate for keystone-container | 13:44 |
noonedeadpunk | wtf | 13:45 |
mgariepy | noonedeadpunk, indeed.. | 13:45 |
* noonedeadpunk goes to ansible | 13:45 | |
mgariepy | from the comment: The version selection is handled by Apt itself, so things like the system policy, pinning, etc, are considered. | 13:46 |
MichielPiscaer[m] | noonedeadpunk: I currently use linux bridge agent. When we also move the dhcp/metadata, that is fine. But I don't want a container for the neutron server on the new nodes. | 13:47 |
* noonedeadpunk don't trust that statement | 13:47 | |
mgariepy | but i think it's kinda wrong while reading quickly the change.. | 13:47 |
noonedeadpunk | MichielPiscaer[m]: then jsut define network_hosts for l3/dhcp/meta and network-agent_hosts for api in openstack_user_config | 13:48 |
mgariepy | https://github.com/ansible/ansible/issues/77969 | 13:51 |
jrosser | admin1: try `openstack-ansible playbooks/certificate-ssh-authority.yml` | 13:56 |
noonedeadpunk | lol, also erlang :D | 13:56 |
MichielPiscaer[m] | noonedeadpunk & mgariepy https://paste.opendev.org/show/baX2mILNig6BMuz4Op8I/ I tryed using network-agent_hosts but it still generates a a container on the node. | 14:00 |
opendevreview | Merged openstack/openstack-ansible stable/victoria: Fix facts gathering for zun https://review.opendev.org/c/openstack/openstack-ansible/+/849632 | 14:00 |
jrosser | MichielPiscaer[m]: i think it may have done what you asked it to? | 14:02 |
jrosser | specifically becasue of `network_hosts` | 14:03 |
noonedeadpunk | MichielPiscaer[m]: one thing, is that hosts are cached in openstack_inventory.json once generated and not auto-removed from there for $reasons | 14:04 |
noonedeadpunk | Though backup is present in archive nearby. So if you have misconfigured that part - container will still show up | 14:04 |
MichielPiscaer[m] | I did a restore of /etc/openstack_deploy from this morning. | 14:05 |
noonedeadpunk | ah, and it still appears? | 14:05 |
noonedeadpunk | huh | 14:05 |
noonedeadpunk | ah. yes, jrosser is right | 14:05 |
noonedeadpunk | it should be `network-agent_hosts` not `network_hosts` | 14:05 |
jrosser | i am guessing because of cached stuff in the inventory it has remembered about the agents being defined there at some previous point | 14:06 |
noonedeadpunk | so, tctrko1, tctrko2, tctrko3 are network-infra_hosts and tcpuko1 is network-agent_hosts | 14:06 |
jrosser | sorry server i mean | 14:07 |
*** ysandeep is now known as ysandeep|dinner | 14:28 | |
mgariepy | https://zuul.opendev.org/t/openstack/build/45aad60bcb0d43618bac6ac1955cbcba/log/job-output.txt#12169 | 14:28 |
mgariepy | Failed to download key at http://repo.vexxhost.net/mariadb/key.gpg: Request failed: | 14:28 |
opendevreview | Merged openstack/ansible-role-python_venv_build stable/xena: Gather build hosts facts once. https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/849641 | 14:34 |
MichielPiscaer[m] | noonedeadpunk: I try'ed network-agent_hosts, network-infra_hosts & network-server_hosts but all does not pick any changes. I'm using Ussuri & I don't have any files in the env.d & conf.d directory https://paste.opendev.org/show/bXuoPI8Vrh63p8vMa66D/ | 14:35 |
noonedeadpunk | oh, ussuri :) | 14:35 |
noonedeadpunk | I should have started with that L) | 14:36 |
noonedeadpunk | MichielPiscaer[m]: you would need to create custom env.d file then inside /etc/openstack_deploy/env.d directory | 14:36 |
opendevreview | Merged openstack/openstack-ansible-os_magnum stable/xena: Fixed dest typo in config_template https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/846932 | 14:37 |
MichielPiscaer[m] | noonedeadpunk: sorry for that. | 14:38 |
noonedeadpunk | let me search how it should look like | 14:39 |
* noonedeadpunk got side-pinged | 14:46 | |
MichielPiscaer[m] | noonedeadpunk: np | 14:48 |
noonedeadpunk | MichielPiscaer[m]: smth like that should work https://paste.openstack.org/show/b20ep2WybbuJ6OQgtiyY/ | 14:51 |
noonedeadpunk | (I hope) | 14:52 |
MichielPiscaer[m] | And then I define a network-agent_hosts for atleast the l3 agent? | 14:54 |
MichielPiscaer[m] | network-agent_hosts is then the tcpuko nodes? | 14:54 |
noonedeadpunk | yup | 15:02 |
*** ysandeep|dinner is now known as ysandeep | 15:02 | |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-rabbitmq_server stable/ussuri: Use cloudsmith repo for rabbit and erlang https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/850350 | 15:03 |
damiandabrowski | noonedeadpunk: alarm failed again? :D | 15:16 |
noonedeadpunk | whaaat | 15:19 |
noonedeadpunk | damn | 15:19 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:20 |
opendevmeet | Meeting started Tue Jul 19 15:20:16 2022 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:20 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:20 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:20 |
noonedeadpunk | #topic office hours | 15:20 |
noonedeadpunk | sorry, skipping rollcall | 15:20 |
noonedeadpunk | So, I saw that Rocky Linux 9 has finally released :) | 15:23 |
noonedeadpunk | another news, that are not that great, is that ansible-croe2.13 has valid bug, so I'd discourage anybody from using it, as it simply ignores package pinning. And while for some cases you will fail, in others it can silently do wrong thing | 15:24 |
noonedeadpunk | *ansible-core | 15:24 |
mgariepy | https://github.com/ansible/ansible/issues/77969 | 15:24 |
mgariepy | for logs :D | 15:24 |
noonedeadpunk | Yes, thanks! | 15:25 |
noonedeadpunk | #link https://github.com/ansible/ansible/issues/77969 | 15:25 |
noonedeadpunk | :D | 15:25 |
noonedeadpunk | I was just checking backports to Xena, and at very least horizon seems to be failing for bullseye pretty consistent, so I assume there's some valid issue in there | 15:26 |
noonedeadpunk | And i've noticed that centos fails intermittently a lot especially on stable branches | 15:29 |
admin1 | anyone noticed any change in the cpu_allocation_ratio .. in one cluster which is on 24.3.0 , cpu_allocation_ratio is at 4.0, but it refuses to go above the physical threads .. giving There was a conflict when trying to complete your request. Unable to allocate inventory: Unable to create allocation for 'VCPU' on resource provider 'UUID '. The | 15:31 |
admin1 | requested amount would exceed the capacity. | 15:31 |
damiandabrowski | admin1: maybe You have orphaned resource allocations in placement? I've seen it many times | 15:36 |
admin1 | sean from openstack-nova just replied it could be a mariadb bug | 15:37 |
admin1 | " admin1: yep that version is apprently broken and its fixed in 10.6.8 i belive" | 15:37 |
admin1 | doh ! | 15:37 |
damiandabrowski | ouh | 15:38 |
admin1 | https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029536.html | 15:38 |
admin1 | spatel did a mariadb upgrade i think outside of the playbooks | 15:39 |
admin1 | i try to stick to the playbooks to ensure i don't have any unicorn deployments | 15:39 |
noonedeadpunk | I bet we backported mariadb bump recently but haven't released yet | 15:40 |
noonedeadpunk | as waiting for other backports to land | 15:40 |
noonedeadpunk | as eventually there're bunch of CVEs that's been released/covered recently | 15:40 |
noonedeadpunk | and mariadb is always a powder barrel | 15:41 |
spatel | admin1 no, i always stick to OSA version of db | 15:41 |
admin1 | hopefully that #tmp db fix also comes in | 15:41 |
noonedeadpunk | anyway, I don't have any more updates. | 15:41 |
noonedeadpunk | I don't think we have backported it.... | 15:42 |
admin1 | is there a cherry pick on the mysql i can apply | 15:42 |
noonedeadpunk | But internally we applied 2 overrides to make it work | 15:42 |
noonedeadpunk | so it's quite easy to get it | 15:42 |
admin1 | just apt upgrade to the new version ? | 15:42 |
noonedeadpunk | that won't work :) | 15:43 |
noonedeadpunk | oh, well, indeed we backported tmp fix | 15:43 |
noonedeadpunk | https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/847435 | 15:43 |
admin1 | thanks | 15:45 |
noonedeadpunk | #topic bug triage | 15:46 |
noonedeadpunk | I realized we have couple of new bugs | 15:46 |
noonedeadpunk | #link https://bugs.launchpad.net/openstack-ansible/+bug/1981463 | 15:46 |
noonedeadpunk | damiandabrowski: you did quite a lot of work regarding pooling, and I'm not sure we included it in Xena, did we? | 15:47 |
* noonedeadpunk meories gets shorter and shorter with age | 15:47 | |
noonedeadpunk | *memories | 15:47 |
noonedeadpunk | so maybe you can take a look at that, as sounds like smth we have already fighten with? | 15:48 |
noonedeadpunk | also | 15:53 |
noonedeadpunk | #link https://bugs.launchpad.net/openstack-ansible/+bug/1980226 | 15:53 |
noonedeadpunk | but I think this one is just misconfigured openstack_user_config I guess | 15:54 |
noonedeadpunk | I missed it for quite a while... | 15:54 |
noonedeadpunk | Will answer it till EOD | 15:54 |
noonedeadpunk | #endmeeting | 15:55 |
opendevmeet | Meeting ended Tue Jul 19 15:55:27 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:55 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-07-19-15.20.html | 15:55 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-07-19-15.20.txt | 15:55 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-07-19-15.20.log.html | 15:55 |
damiandabrowski | noonedeadpunk: yeah, db pooling changes are included in Xena, I'll have a look at this bug | 16:02 |
opendevreview | Merged openstack/openstack-ansible stable/xena: Switch ARA report type from html to database for openstack-ansible jobs https://review.opendev.org/c/openstack/openstack-ansible/+/849797 | 16:05 |
*** ysandeep is now known as ysandeep|afk | 16:18 | |
*** ysandeep|afk is now known as ysandeep|out | 16:38 | |
opendevreview | Merged openstack/openstack-ansible stable/xena: Set zuul post-timeout to 3 hours https://review.opendev.org/c/openstack/openstack-ansible/+/847990 | 18:06 |
opendevreview | Merged openstack/openstack-ansible stable/xena: Return facts gathering to pre_tasks for masakari https://review.opendev.org/c/openstack/openstack-ansible/+/848006 | 19:52 |
*** dviroel is now known as dviroel|dinner | 22:22 | |
opendevreview | Merged openstack/openstack-ansible stable/xena: Add mistra-extra repo https://review.opendev.org/c/openstack/openstack-ansible/+/849574 | 23:18 |
*** dviroel|dinner is now known as dviroel|out | 23:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!