Saturday, 2026-03-21

opendevreviewMerged openstack/kayobe master: Drop backwards compatibility for template trusting  https://review.opendev.org/c/openstack/kayobe/+/97873500:43
opendevreviewPierre Riteau proposed openstack/kayobe master: Fix lookup plugins for external playbooks  https://review.opendev.org/c/openstack/kayobe/+/97805808:47
opendevreviewPierre Riteau proposed openstack/kayobe master: Add kayobe_path variable  https://review.opendev.org/c/openstack/kayobe/+/97784508:47
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590109:40
tafkamaxblanson: thanks for the comments.09:41
tafkamaxI have an question regarding the openstack domain_id and commented under there. I think the better way would be to do a lookup, but as it requires looping over the keystone_identity_providers, then thanks to our genius ansible I would need to create another sub_task file, as I cant loop over multiple tasks. Do you think is accepatable?09:42
tafkamaxI really wish blocks would support looping q_q09:42
*** jhorstmann is now known as Guest561109:42
blanson[m]ah yes, oldest trick in the book 10:02
opendevreviewMerged openstack/kolla-ansible master: ansible-lint: Fix fqcn[actions-core] for haproxy-config  https://review.opendev.org/c/openstack/kolla-ansible/+/98143210:05
blanson[m]Taavi Ansper: I'm failing to see why you'd want to loop over multiple tasks in sequence here tho ? wouldn't you be fine with independent loops ? 10:06
blanson[m]in my exp, loopfiles are only really necessary to do sequential execution, but in this case I don't get why you'd need sequential execution ? can't you look them all up, then create them ? 10:07
tafkamaxI was thinking I would loop over the providers list. Then I would query for identity_domain and search for matching name in the identity_domains and fetch the ID from there. But yes I could just use https://docs.ansible.com/projects/ansible/latest/collections/openstack/cloud/identity_domain_info_module.html#ansible-collections-openstack-cloud-identity-domain-info-module to fetch all domains. And then find the first matching one.10:13
tafkamaxIt does have the edge case if there are multiple domains with the same name, but different ID.10:13
tafkamaxI think it is a stupid idea to do multiple domains with same name :D10:13
tafkamaxso this would be an acceptable caveat10:13
blanson[m]yh I think multiple domains with the same name is a stupid edge case aswell, and you can't really work around it unless you know the id which you might not. I think it's fine to assume (and maybe document?) that this works only as long as your domains have unique names (which shouldn't be too hard of a requirement)10:21
tafkamaxOK here goes nothing. First attempt.10:40
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590110:41
tafkamaxAlso added my first docs entry.10:41
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457510:51
tafkamaxI have two fixes in a-c-k, who would I need to assign them to for reviews?10:52
tafkamaxI got one +1 review10:52
tafkamaxBut no +210:52
tafkamaxSorry I meant a-c-o10:53
priteaumnasiadka: It appears that my a-c-k docker_host_info change broke nightly image builds, because requests is not installed. Do you know where this dependency should be added?11:52
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457512:31
mnasiadkapriteau: if we need that jn docker role - then it would make sense to do it in docker_sdk or docker role I guess13:33
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457514:12
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590114:31
opendevreviewMerged openstack/kolla-ansible master: ansible-lint: Fix fqcn[actions-core] for heat  https://review.opendev.org/c/openstack/kolla-ansible/+/98143316:49
opendevreviewVerification of a change to openstack/kolla-ansible master failed: ansible-lint: Fix fqcn[actions-core] for horizon  https://review.opendev.org/c/openstack/kolla-ansible/+/98143416:49
opendevreviewVerification of a change to openstack/kolla-ansible master failed: ansible-lint: Fix fqcn[actions-core] for ironic  https://review.opendev.org/c/openstack/kolla-ansible/+/98143516:50
opendevreviewVerification of a change to openstack/kolla-ansible master failed: ansible-lint: Fix fqcn[actions-core] for iscsi  https://review.opendev.org/c/openstack/kolla-ansible/+/98143616:50
opendevreviewPiotr Milewski proposed openstack/kolla master: Add Dockerfile for neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla/+/92430217:19
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457517:22
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457520:02
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590120:16
tafkamaxWhat do you think of this: domain_id: "{{ '{{ existing_identity_domains | selectattr('name', 'equalto', item.openstack_domain) | map(attribute='id') | first }}' }}"20:18
tafkamaxreasonable?20:18
opendevreviewVerification of a change to openstack/kolla-ansible master failed: ansible-lint: Fix fqcn[actions-core] for horizon  https://review.opendev.org/c/openstack/kolla-ansible/+/98143420:37

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