*** amoralej|off is now known as amoralej | 07:03 | |
opendevreview | Bertrand LALLAU proposed openstack/kolla-ansible master: Deploy Glance with S3 backend support https://review.opendev.org/c/openstack/kolla-ansible/+/844614 | 07:06 |
---|---|---|
mnasiadka | yoctozepto: 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 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible stable/yoga: Support setting Nova API microversion for openstack-exporter https://review.opendev.org/c/openstack/kolla-ansible/+/847538 | 08:05 |
opendevreview | Dr. Jens Harbott proposed openstack/kolla-ansible master: Add ironic_http_interface parameters https://review.opendev.org/c/openstack/kolla-ansible/+/828364 | 08:17 |
opendevreview | Merged openstack/kolla-ansible master: Support setting Nova API microversion for openstack-exporter https://review.opendev.org/c/openstack/kolla-ansible/+/828902 | 08:48 |
opendevreview | Bertrand LALLAU proposed openstack/kolla-ansible master: Deploy Glance with S3 backend support https://review.opendev.org/c/openstack/kolla-ansible/+/844614 | 09:01 |
yoctozepto | mnasiadka: ansible goes task by task in handlers, you can order them however you like | 10:19 |
yoctozepto | just make sure you start with a task for the right host | 10:20 |
mnasiadka | yoctozepto: so basically I can just revert the order | 10:20 |
mnasiadka | well, not revert the order, stop using meta flush_handlers | 10:20 |
yoctozepto | mnasiadka: no, you need to modify the handlers | 10:20 |
mnasiadka | yoctozepto: oh well, wanted to do it in a simple way, not to notify a ,,meta'' handler - but if that's the way to go, sure | 10:25 |
mnasiadka | yoctozepto: probably easiest would be moving out ovn-controller to a separate role | 10:31 |
yoctozepto | mnasiadka: and cleanest, and best | 10:35 |
yoctozepto | we should think more about in terms of roles, rather than projects | 10:35 |
mnasiadka | so breaking out to a separate role it is | 10:36 |
yoctozepto | we are already hurt enough by the project-focused roles | 10:36 |
yoctozepto | we split nova already to make it more role-focused | 10:36 |
yoctozepto | and we benefitted a lot | 10:36 |
yoctozepto | thanks | 10:36 |
mnasiadka | did we merge the hosts_need_openvswitch patch? | 10:41 |
hrw | good news: td-agent for rhel9 family will be released at the end of the month | 10:49 |
hrw | in meantime patch uses my own build | 10:49 |
mnasiadka | yoctozepto: 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 logic | 11:16 |
hrw | can 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 |
opendevreview | Mark Goddard proposed openstack/kayobe master: Support --kolla-playbook argument https://review.opendev.org/c/openstack/kayobe/+/847572 | 11:27 |
opendevreview | Mark Goddard proposed openstack/kayobe master: DNM: Test --kolla-playbook https://review.opendev.org/c/openstack/kayobe/+/847573 | 11:27 |
yoctozepto | mnasiadka: 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 |
yoctozepto | it does not make sense to have it without ovs, nor ovs without it when ovn is enabled | 11:37 |
yoctozepto | thus it makes a valid part of that very role | 11:37 |
yoctozepto | congrats, we achieved the right design :D | 11:37 |
yoctozepto | the problem could be dpdk though | 11:38 |
yoctozepto | as it has a separate role | 11:38 |
yoctozepto | does ovn work with ovs-dpdk anyway? | 11:38 |
*** amoralej is now known as amoralej|lunch | 12:19 | |
opendevreview | Dr. Jens Harbott proposed openstack/kolla-ansible master: DNM: test openstack exporter https://review.opendev.org/c/openstack/kolla-ansible/+/847288 | 12:59 |
*** amoralej|lunch is now known as amroalej | 13:16 | |
*** amroalej is now known as amoralej | 13:16 | |
jingvar | Folk! | 13:20 |
jingvar | How Do I use VPNaas if there are no pluto service ( systemd) in the container? | 13:22 |
opendevreview | Dr. Jens Harbott proposed openstack/kolla-ansible master: Add clouds.yaml file and use it https://review.opendev.org/c/openstack/kolla-ansible/+/452005 | 13:26 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Run selinux playbook on seed hypervisor https://review.opendev.org/c/openstack/kayobe/+/823418 | 14:00 |
mnasiadka | yoctozepto: who cares about dpdk :) | 14:17 |
yoctozepto | mnasiadka: :-) | 14:19 |
mnasiadka | for sure not me, especially less than one week before vacation :) | 14:19 |
mnasiadka | I don't know if it even builds | 14:19 |
hrw | mnasiadka: I will be off for two next weeks | 14:56 |
* hrw out | 14:56 | |
yoctozepto | mnasiadka: it builds, but no idea if it works | 15:25 |
opendevreview | Merged openstack/kayobe master: selinux: default to permissive https://review.opendev.org/c/openstack/kayobe/+/813661 | 15:38 |
*** amoralej is now known as amoralej|off | 16:09 | |
jingvar | Any ideas how to use vpnaas? Is there an CI for vpnass feature in kolla-ansible? | 16:39 |
jingvar | https://github.com/openstack/neutron-vpnaas/blob/master/neutron_vpnaas/services/vpn/device_drivers/libreswan_ipsec.py#L107 | 16:46 |
jingvar | how can it work if no pluto in l3agent container | 16:47 |
mirek186 | Hi, 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 service | 17:24 |
mirek186 | In 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 ignored | 17:25 |
mirek186 | 172.16.70.4 : ok=105 changed=58 unreachable=0 failed=1 skipped=53 rescued=0 ignored=1 | 17:29 |
mirek186 | I can't figure it out, I've used same config for Yoga and it's all went OK | 17:30 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Make external access to monitoring services configurable https://review.opendev.org/c/openstack/kolla-ansible/+/847599 | 18:46 |
opendevreview | Merged openstack/kayobe master: Run selinux playbook on seed hypervisor https://review.opendev.org/c/openstack/kayobe/+/823418 | 20:28 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!