opendevreview | Merged openstack/designate master: Add inactive value to floating ip status https://review.opendev.org/c/openstack/designate/+/830549 | 05:09 |
---|---|---|
opendevreview | Erik Olof Gunnar Andersson proposed openstack/designate-tempest-plugin master: Enable unset ptr test https://review.opendev.org/c/openstack/designate-tempest-plugin/+/823905 | 05:36 |
zigo | I'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 |
zigo | Where will that be? In neutron-rpc-server.log ? | 16:09 |
zigo | How do I debug this? | 16:09 |
zigo | To me, it looks like Neutron failed asking Designate to add the record. | 16:10 |
zigo | Indeed, "openstack recordset list" shows no such record (only the SOA and NS). | 16:11 |
opendevreview | Don Kehn proposed openstack/designate master: Updated HA document and picture https://review.opendev.org/c/openstack/designate/+/829388 | 16:17 |
zigo | Question: 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 |
zigo | I've tried setting --dns-domain but it doesn't seem enough. :/ | 18:44 |
frickler | zigo: 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.html | 21:30 |
frickler | "normal" tenant networks by default do not get DNS records published | 21:30 |
frickler | frickler: 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 designate | 21:31 |
zigo | thanks, I have debug already on | 21:32 |
zigo | I didn't know about dns_publish_fixed_ip, I'll try. | 21:32 |
zigo | frickler: root@16QZ05J-preprod-controller-1>_ ~ # openstack subnet set --dns-publish-fixed-ip 58a2ebfd-aa97-43c6-b02f-ab5f1c6986e1 | 21:35 |
zigo | BadRequestException: 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 |
zigo | Why do I have that?!? | 21:35 |
frickler | zigo: 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 them | 21:38 |
zigo | frickler: So, only dns_domain_ports and remove dns, and then it will work? | 21:39 |
frickler | zigo: no, remove both an enable subnet_dns_publish_fixed_ip instead, as described in that doc | 21:39 |
zigo | Ah, thanks, trying | 21:39 |
frickler | I'm off for today, let us know how it goes | 21:40 |
zigo | Cheers, that's very helpful! :) | 21:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!