Friday, 2022-03-04

opendevreviewMerged openstack/designate master: Add inactive value to floating ip status  https://review.opendev.org/c/openstack/designate/+/83054905:09
opendevreviewErik Olof Gunnar Andersson proposed openstack/designate-tempest-plugin master: Enable unset ptr test  https://review.opendev.org/c/openstack/designate-tempest-plugin/+/82390505:36
zigoI've created a new VM, which has now a DNS entry that shows in "openstack port show", however, I'm not seeing it published in my bind server. Where should I look? In Neutron log, to see if it got in touch with Designate?16:08
zigoWhere will that be? In neutron-rpc-server.log ?16:09
zigoHow do I debug this?16:09
zigoTo me, it looks like Neutron failed asking Designate to add the record.16:10
zigoIndeed, "openstack recordset list" shows no such record (only the SOA and NS).16:11
opendevreviewDon Kehn proposed openstack/designate master: Updated HA document and picture  https://review.opendev.org/c/openstack/designate/+/82938816:17
zigoQuestion: does it work only on newly created networks? ie: will my old networks also do DNS, or I need to manually patch the db or something?18:33
zigoI've tried setting --dns-domain but it doesn't seem enough. :/18:44
fricklerzigo: depending on your subnet you may need to set dns_publish_fixed_ip, see use case 3a in https://docs.openstack.org/neutron/xena/admin/config-dns-int-ext-serv.html21:30
frickler"normal" tenant networks by default do not get DNS records published21:30
fricklerfrickler: also for debugging, you need debug=true and look in the neutron-api-server or rpc-server log. but in the default case, nothing will be logged. the dns information on the port is just for internal dns, not for designate21:31
zigothanks, I have debug already on21:32
zigoI didn't know about dns_publish_fixed_ip, I'll try.21:32
zigofrickler: root@16QZ05J-preprod-controller-1>_ ~ # openstack subnet set --dns-publish-fixed-ip 58a2ebfd-aa97-43c6-b02f-ab5f1c6986e121:35
zigoBadRequestException: 400: Client Error for url: https://preprod-api.cloud.infomaniak.ch/network/v2.0/subnets/58a2ebfd-aa97-43c6-b02f-ab5f1c6986e1, Unrecognized attribute(s) 'dns_publish_fixed_ip'21:35
zigoWhy do I have that?!?21:35
fricklerzigo: it is a neutron extension that you have to enable instead of dns or dns_domain_ports, it is a superset of those two, so enable only one of them21:38
zigofrickler: So, only dns_domain_ports and remove dns, and then it will work?21:39
fricklerzigo: no, remove both an enable subnet_dns_publish_fixed_ip instead, as described in that doc21:39
zigoAh, thanks, trying21:39
fricklerI'm off for today, let us know how it goes21:40
zigoCheers, that's very helpful! :)21:40

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