Friday, 2022-06-24

*** amoralej|off is now known as amoralej07:03
opendevreviewBertrand LALLAU proposed openstack/kolla-ansible master: Deploy Glance with S3 backend support  https://review.opendev.org/c/openstack/kolla-ansible/+/84461407:06
mnasiadkayoctozepto: re https://review.opendev.org/c/openstack/kolla-ansible/+/839356 - are you sure if I make a handler, that first notifies ovn-controller restart, then the rest - Ansible will not do restarts based on alphabetical order?07:57
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/yoga: Support setting Nova API microversion for openstack-exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/84753808:05
opendevreviewDr. Jens Harbott proposed openstack/kolla-ansible master: Add ironic_http_interface parameters  https://review.opendev.org/c/openstack/kolla-ansible/+/82836408:17
opendevreviewMerged openstack/kolla-ansible master: Support setting Nova API microversion for openstack-exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/82890208:48
opendevreviewBertrand LALLAU proposed openstack/kolla-ansible master: Deploy Glance with S3 backend support  https://review.opendev.org/c/openstack/kolla-ansible/+/84461409:01
yoctozeptomnasiadka: ansible goes task by task in handlers, you can order them however you like10:19
yoctozeptojust make sure you start with a task for the right host10:20
mnasiadkayoctozepto: so basically I can just revert the order10:20
mnasiadkawell, not revert the order, stop using meta flush_handlers10:20
yoctozeptomnasiadka: no, you need to modify the handlers10:20
mnasiadkayoctozepto: oh well, wanted to do it in a simple way, not to notify a ,,meta'' handler - but if that's the way to go, sure10:25
mnasiadkayoctozepto: probably easiest would be moving out ovn-controller to a separate role10:31
yoctozeptomnasiadka: and cleanest, and best10:35
yoctozeptowe should think more about in terms of roles, rather than projects10:35
mnasiadkaso breaking out to a separate role it is10:36
yoctozeptowe are already hurt enough by the project-focused roles10:36
yoctozeptowe split nova already to make it more role-focused10:36
yoctozeptoand we benefitted a lot10:36
yoctozeptothanks10:36
mnasiadkadid we merge the hosts_need_openvswitch patch?10:41
hrwgood news: td-agent for rhel9 family will be released at the end of the month10:49
hrwin meantime patch uses my own build10:49
mnasiadkayoctozepto: https://review.opendev.org/c/openstack/kolla-ansible/+/840895 - basically ovn-controller needs to be co-located with openvswitch - I'll stack my ovn-controller patch on top with similar logic11:16
hrwcan someone look at https://review.opendev.org/c/openstack/kolla-ansible/+/839715/3/tests/run.yml - what I made wrong? we need to build images.11:17
opendevreviewMark Goddard proposed openstack/kayobe master: Support --kolla-playbook argument  https://review.opendev.org/c/openstack/kayobe/+/84757211:27
opendevreviewMark Goddard proposed openstack/kayobe master: DNM: Test --kolla-playbook  https://review.opendev.org/c/openstack/kayobe/+/84757311:27
yoctozeptomnasiadka: hmm, makes sense; in fact, it would make sense to add ovn-controller to the openvswitch role and make it conditional on having ovn enabled - that is a proper *role*11:37
yoctozeptoit does not make sense to have it without ovs, nor ovs without it when ovn is enabled11:37
yoctozeptothus it makes a valid part of that very role11:37
yoctozeptocongrats, we achieved the right design :D11:37
yoctozeptothe problem could be dpdk though11:38
yoctozeptoas it has a separate role11:38
yoctozeptodoes ovn work with ovs-dpdk anyway?11:38
*** amoralej is now known as amoralej|lunch12:19
opendevreviewDr. Jens Harbott proposed openstack/kolla-ansible master: DNM: test openstack exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/84728812:59
*** amoralej|lunch is now known as amroalej13:16
*** amroalej is now known as amoralej13:16
jingvarFolk!13:20
jingvarHow Do I  use VPNaas if there are no pluto service ( systemd)  in the container?13:22
opendevreviewDr. Jens Harbott proposed openstack/kolla-ansible master: Add clouds.yaml file and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/45200513:26
opendevreviewPierre Riteau proposed openstack/kayobe master: Run selinux playbook on seed hypervisor  https://review.opendev.org/c/openstack/kayobe/+/82341814:00
mnasiadkayoctozepto: who cares about dpdk :)14:17
yoctozeptomnasiadka: :-) 14:19
mnasiadkafor sure not me, especially less than one week before vacation :)14:19
mnasiadkaI don't know if it even builds14:19
hrwmnasiadka: I will be off for two next weeks14:56
* hrw out14:56
yoctozeptomnasiadka: it builds, but no idea if it works15:25
opendevreviewMerged openstack/kayobe master: selinux: default to permissive  https://review.opendev.org/c/openstack/kayobe/+/81366115:38
*** amoralej is now known as amoralej|off16:09
jingvarAny ideas how to use vpnaas?  Is there an CI for vpnass feature in kolla-ansible?16:39
jingvarhttps://github.com/openstack/neutron-vpnaas/blob/master/neutron_vpnaas/services/vpn/device_drivers/libreswan_ipsec.py#L10716:46
jingvarhow can it work if no pluto in l3agent container16:47
mirek186Hi, can someone help, keystone role in Xena is empty. When I run with --tag keystone it's all fine but when run deploy I've got PLAY [Apply role keystone] ***************************************************** and nothing else, even when I run with verbose vvvv it's just empty and then it all fails on register the service17:24
mirek186In the summary I've got one ignored in control nodes and then failed on register the service task for Nova, but I can't figure which service is ignored17:25
mirek186172.16.70.4                : ok=105  changed=58   unreachable=0    failed=1    skipped=53   rescued=0    ignored=117:29
mirek186I can't figure it out, I've used same config for Yoga and it's all went OK17:30
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Make external access to monitoring services configurable  https://review.opendev.org/c/openstack/kolla-ansible/+/84759918:46
opendevreviewMerged openstack/kayobe master: Run selinux playbook on seed hypervisor  https://review.opendev.org/c/openstack/kayobe/+/82341820:28

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