*** ysandeep|out is now known as ysandeep | 05:17 | |
jrosser_ | noonedeadpunk: i think we are pretty close on 778396 - last thing is the `bird` role, but that maybe asks the question if/why we still support calico..... | 07:12 |
---|---|---|
noonedeadpunk | jrosser_: I'm fine with dropping calico | 07:44 |
noonedeadpunk | btw I guess we need to switch our services to stable/zed, but we're blocked with memcached thing | 07:44 |
noonedeadpunk | we need smth like https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/859054 everywhere I guess | 07:45 |
noonedeadpunk | Or at very least for services that explicitly use memcache_pool | 07:45 |
noonedeadpunk | which is only nova :D | 07:46 |
*** ysandeep is now known as ysandeep|afk | 07:53 | |
*** ysandeep|afk is now known as ysandeep | 08:25 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Bump mariadb version to 10.6.10 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/858555 | 08:35 |
noonedeadpunk | jrosser_: btw I've jsut rebased https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/858939 but -CR was not reset by that | 09:23 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Improve way of cache backend selection https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/860540 | 09:38 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server master: Update rabbitmq to 3.10.7-1 https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/855985 | 10:23 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server stable/xena: Upgrade erlang version https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/860208 | 10:26 |
*** ysandeep is now known as ysandeep|afk | 10:42 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Switch master branch to track stable/zed https://review.opendev.org/c/openstack/openstack-ansible/+/860549 | 11:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts master: Switch codename to Zed https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/860551 | 11:22 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/xena: Bump OpenStack-Ansible Xena https://review.opendev.org/c/openstack/openstack-ansible/+/859730 | 11:24 |
anskiy | noonedeadpunk: I've added a comment here (and it got absolutely chewed upon): https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/855829. If you have any questions, I'm happy to explain. | 11:31 |
*** dviroel|afk is now known as dviroel | 11:31 | |
noonedeadpunk | I was about to ask TL;DR version lol | 11:37 |
noonedeadpunk | yeah, will check it out | 11:37 |
noonedeadpunk | can't promise that today though... | 11:55 |
*** ysandeep|afk is now known as ysandeep | 12:04 | |
anskiy | noonedeadpunk: TLDR is: three versions and each one is uglier than previous. I can re-post it to paste (I can't even select the whole comment on gerrit now) if that would help a little bit. No worries, I'm not in a hurry, ping me whenever you'll have some time. | 12:10 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_ironic master: Allow ironic inspector callback URL to be overridden https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/860560 | 12:33 |
jrosser_ | ThiagoCMC: ^ this might help you | 12:33 |
gokhanisi | hi folks, I am trying to use one of my infra node both infra an compute node. when I try to launch vm on this machine, I am getting "failed to activate service 'org.freedesktop.machine1': timed out". it seems this failure is about systemd. I want to know may be this is a bug and it is resolved. My environment is osa 22.1.0. | 12:57 |
jrosser_ | noonedeadpunk: what do you think about this? https://opendev.org/openstack/openstack-ansible-os_nova/src/branch/master/defaults/main.yml#L253 | 13:02 |
noonedeadpunk | that it will break in container? | 13:05 |
noonedeadpunk | eventually I'd rather set that to container_address | 13:05 |
noonedeadpunk | gokhanisi: ha! there was recent thread in ML with the same issue | 13:06 |
noonedeadpunk | try to re-run containers-lxc-host.yml playbook | 13:07 |
noonedeadpunk | jrosser_: yeah, seems we indeed need to backport that change | 13:07 |
noonedeadpunk | as sounds like ubuntu has launched some unattended upgrade | 13:08 |
jrosser_ | noonedeadpunk: yes i also think it should be container_address, in our case ansible_host is an out-of-band interface, not br-mgmt | 13:10 |
noonedeadpunk | gokhanisi: and then re-start systemd-machined.service iirc | 13:10 |
noonedeadpunk | I'd say we should check for ansible_host usage and think twice if that should be left. As it's quite an assumption that mgmt_address is what you define in openstack_user_config | 13:12 |
jrosser_ | yes | 13:12 |
gokhanisi | noonedeadpunk, ok thanks it seems it is about filesystem in the file /lib/systemd/system/var-lib-machines.mount. it was brtfs instead of ext4 . I will try your suggestion. | 13:13 |
noonedeadpunk | yeah, exactly. var-lib-machines.mount provided by some package and in case of it update it get's overwritten. And the fix we have landed only on Yoga | 13:13 |
gokhanisi | noonedeadpunk, is fix you have landed is on lxc_hosts role ? | 13:19 |
noonedeadpunk | yup | 13:19 |
noonedeadpunk | gokhanisi: https://opendev.org/openstack/openstack-ansible-lxc_hosts/commit/337ddf87802c7597b7c51a071eb9829a4b87defa | 13:20 |
gokhanisi | noonedeadpunk, thanks a lot :) | 13:21 |
noonedeadpunk | that is bad :( https://review.opendev.org/c/openstack/openstack-ansible/+/860549 | 15:07 |
noonedeadpunk | hm, still fails with dogpile.cache.exception.PluginNotFound: Couldn't find cache plugin to load: oslo_cache.memcache_pool | 15:08 |
noonedeadpunk | weird... | 15:08 |
anskiy | `No module named 'bmemcached': ModuleNotFoundError: No module named 'bmemcached'` missing dep? | 15:11 |
anskiy | that's from stevedore | 15:12 |
noonedeadpunk | Yeah, well, https://opendev.org/openstack/openstack-ansible-os_keystone/commit/1add87ad2fb1ca7ba7ba7974cd20bd1b6957951f was supposed to fix it | 15:27 |
anskiy | it looks, like it should install https://pypi.org/project/python-binary-memcached/ this thing, which provides `bmemcached` | 15:34 |
*** dviroel is now known as dviroel|afk | 15:35 | |
*** ysandeep is now known as ysandeep|dinner | 15:36 | |
anskiy | but I don't see it as a dependency in dogpile.cache itself, so it should be in global-requirements/constraints/etc (or how does that thing called) | 15:37 |
noonedeadpunk | well it's supposed to install oslo.cache[dogpile] which would bring https://github.com/openstack/oslo.cache/blob/master/setup.cfg#L38-L40 yes | 15:39 |
noonedeadpunk | But maybe that's not happening... | 15:39 |
anskiy | I can only see python-binary-memcached here: https://opendev.org/openstack/oslo.cache/src/branch/master/test-requirements.txt, but that's test-requirements | 15:39 |
anskiy | noonedeadpunk: yeah, true. | 15:40 |
* noonedeadpunk needs to spawn aio to see | 15:43 | |
anskiy | there is no python-binary-memcached dependency in this version: https://github.com/openstack/oslo.cache/blob/3.1.0/setup.cfg | 15:45 |
anskiy | which gets installed in keystone venv | 15:46 |
anskiy | noonedeadpunk: this commit https://github.com/openstack/oslo.cache/commit/7c6effd10e7c09f75fe0c644dab418ada4dc5e8a is not tagged yet | 15:48 |
noonedeadpunk | anskiy: good catch :( | 15:48 |
anskiy | noonedeadpunk: https://6afc0ec476a3d9ae35ae-597ff148d0ea9164d11e7cb764cf9b04.ssl.cf2.rackcdn.com/860549/1/check/openstack-ansible-deploy-aio_metal-ubuntu-focal/c1fb7e6/logs/host/python_venv_build.log.txt this log is super useful | 15:49 |
noonedeadpunk | yeah, I 've opened it but on meeting now so didn't really read it | 15:50 |
noonedeadpunk | why I even assumed it is tagged.... | 15:54 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Improve way of cache backend selection https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/860540 | 16:01 |
*** ysandeep|dinner is now known as ysandeep|out | 16:06 | |
jrosser_ | noonedeadpunk: do you have any deployments where your inventory ip in openstack_user_config are different from the br-mgmt ip, i.e seperate OOB network for ansible/ssh? | 16:22 |
noonedeadpunk | nope | 16:22 |
jrosser_ | hmm | 16:23 |
jrosser_ | i am suspecting inventory script problems when you do that | 16:23 |
jrosser_ | container_address becomes the ssh address not the br-mgmt address for hosts, but is as expected in LXCs | 16:23 |
noonedeadpunk | ouch | 16:24 |
noonedeadpunk | For some reason I though that container_address must be from container network | 16:25 |
noonedeadpunk | And if oob =! container network - it will set one... | 16:26 |
noonedeadpunk | But not sure about last... | 16:26 |
jrosser_ | yes i thought that too that container_address should always be container_network | 16:27 |
jrosser_ | and looking at out deployments it seems pretty much luck that it's not broken anything | 16:27 |
jrosser_ | mainly because it's all LXC so the address is correct there, and anything on metal is using MQ rather than binding to local ports | 16:28 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_nova master: Clarify nova serial proxy bind address https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/860593 | 16:40 |
*** dviroel|afk is now known as dviroel | 17:09 | |
ThiagoCMC | jrosser_, you're fast! :-D | 19:01 |
*** dviroel is now known as dviroel|afk | 20:32 | |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_ironic master: Allow ironic inspector callback URL to be overridden https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/860560 | 21:48 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!