*** ircuser-1 has quit IRC | 00:58 | |
openstackgerrit | Arkady Shtempler proposed openstack/designate-tempest-plugin master: New test cases for unicode type TLD 1) Create unicode TLD 2) Update TLD: From "ascii" TLD to "unicode" TLD From "unicode" TLD to "unicode" TLD 3) Show unicode TLD https://review.opendev.org/c/openstack/designate-tempest-plugin/+/779558 | 09:36 |
---|---|---|
*** k-s-dean has joined #openstack-dns | 10:31 | |
*** openstackgerrit has quit IRC | 10:43 | |
k-s-dean | hi is there any one around to help me out with some DNS issues I'm having ? | 12:50 |
*** spatel_ has joined #openstack-dns | 13:14 | |
*** spatel_ has quit IRC | 13:15 | |
*** spatel_ has joined #openstack-dns | 13:16 | |
*** spatel_ has quit IRC | 13:48 | |
*** spatel_ has joined #openstack-dns | 13:49 | |
k-s-dean | Problem doing AXFR os.internal. from {'zone_id': 'a37a7e10-bb4e-437e-956b-29533da1e2b7', 'host': '10.33.0.2', 'port': 5354, 'id': 'a2b6ad5d-02a0-4df9-98e2-d9e417b17d98', 'created_at': datetime.datetime(2021, 3, 15, 14, 23, 33), 'updated_at': None, 'version': 1}. Trying next server.: TypeError: '>' not supported between instances of 'float' and 'NoneType' | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils Traceback (most recent call last): | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils File "/var/lib/kolla/venv/lib/python3.8/site-packages/designate/dnsutils.py", line 359, in do_axfr | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils raw_zone = dns.zone.from_xfr(xfr, relativize=False) | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils File "/var/lib/kolla/venv/lib/python3.8/site-packages/dns/zone.py", line 1106, in from_xfr | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils for r in xfr: | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils File "/var/lib/kolla/venv/lib/python3.8/site-packages/dns/query.py", line 611, in xfr | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils if mexpiration is None or mexpiration > expiration: | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils TypeError: '>' not supported between instances of 'float' and 'NoneType' | 14:34 |
k-s-dean | 2021-03-15 14:23:33.565 703 ERROR designate.dnsutils | 14:34 |
k-s-dean | does anyone know what this error means ? | 14:34 |
*** spatel_ has quit IRC | 14:40 | |
mugsie | it looks like the remote server or designate has a miss configured exipiry entry in the SOA record | 14:55 |
*** spatel_ has joined #openstack-dns | 14:56 | |
k-s-dean | Has anything changed in designate that means that floating IPs no longer recieve the VM name attribute from neutron | 14:58 |
*** spatel_ has quit IRC | 14:59 | |
k-s-dean | e.g. 10-30-0-205.os.example.com. | A | 10.30.0.205 | 14:59 |
k-s-dean | test1234.os.example.com. | A | 192.168.100.201 | 14:59 |
k-s-dean | currently the fixed IP is being added to the DNS attributes. | 15:00 |
k-s-dean | when its the floating IP that I need to be assigned. | 15:00 |
*** spatel has joined #openstack-dns | 15:15 | |
k-s-dean | the TTL is set to none on the entry | 15:16 |
*** openstackgerrit has joined #openstack-dns | 16:57 | |
*** ChanServ sets mode: +v openstackgerrit | 16:57 | |
openstackgerrit | Arkady Shtempler proposed openstack/designate-tempest-plugin master: Negative test cases for "Create a zone" https://review.opendev.org/c/openstack/designate-tempest-plugin/+/780623 | 16:57 |
*** timsim_ has joined #openstack-dns | 17:09 | |
*** timsim has quit IRC | 17:14 | |
*** timsim_ is now known as timsim | 17:15 | |
openstackgerrit | Arkady Shtempler proposed openstack/designate-tempest-plugin master: New API test - test_list_service_statuses https://review.opendev.org/c/openstack/designate-tempest-plugin/+/780567 | 17:22 |
*** hamalq has joined #openstack-dns | 17:27 | |
hamalq | frickler: the tempest test is working on https://review.opendev.org/c/openstack/designate-tempest-plugin/+/755876 can u please recheck | 17:27 |
hamalq | https://review.opendev.org/c/openstack/designate/+/754226/20, https://review.opendev.org/c/openstack/designate/+/748285/, https://review.opendev.org/c/openstack/designate/+/755379/ can i get +1 on these please thanks | 17:29 |
k-s-dean | Hi is anybody about to answer a question I have ? | 17:49 |
k-s-dean | or should I mail the mailing list ? | 17:49 |
hamalq | what is the question? | 17:59 |
*** spatel has quit IRC | 18:43 | |
*** k-s-dean has quit IRC | 18:47 | |
*** k-s-dean has joined #openstack-dns | 18:48 | |
k-s-dean | @hamalq Sorry, was AFK. are you still about ? | 18:49 |
k-s-dean | #hamalq | 18:49 |
k-s-dean | hamalq, sorry are you still around. | 18:50 |
hamalq | am here u can ask and send to mail list just in case | 18:55 |
k-s-dean | ok cool. | 18:56 |
k-s-dean | So, I originaly installed stein some time ago. And back then designate would register the DNS name for the floating IP. I've recently re-installed openstack using kolla on the victoria release. Images pulled from docker hub. | 18:57 |
k-s-dean | And it seems that designate no longer registers the VM name for the floating IP | 18:58 |
k-s-dean | has the functionality change at all. | 18:58 |
k-s-dean | e.g. 10-30-0-167.os.example.com. | A | 10.30.0.167 | 18:59 |
k-s-dean | so the floating IP gets registered like above. | 18:59 |
k-s-dean | but i was expecting the DNS entry to be registered like so | 18:59 |
k-s-dean | test2124.os.example.com. | A | 192.168.100.38 | 19:00 |
k-s-dean | to the floating IP | 19:00 |
k-s-dean | but instead its registering the VXLAN private IP | 19:00 |
k-s-dean | https://docs.openstack.org/ocata/networking-guide/config-dns-int.html | 19:00 |
k-s-dean | Use case 2: Floating IPs are published with associated port DNS attributes | 19:00 |
k-s-dean | in that document it says that after you create the server no IPs should be in DNS. | 19:01 |
k-s-dean | but once you assign the floating IP to the VM the DNS is populated | 19:01 |
k-s-dean | e.g. neutron floatingip-create | 19:02 |
k-s-dean | and on the recordset list the floating IP is in DNS with the VM name. | 19:02 |
k-s-dean | 5ff53fd0-3746-48da-b9c9-77ed3004ec67 | A | my-vm.example.org. | 172.24.4.4 | 19:03 |
k-s-dean | hamalq, thanks for answering me. I've been stumped on this issue. | 19:04 |
k-s-dean | Obviously if I use a flat network this will work as expected but as I'm using floating IPs with VXLAN private networks. I dont want the fixed IPs being registered in DNS as they wont be reachable. | 19:07 |
k-s-dean | is there some sort of setting I should be using to make this work as per the documentation. | 19:08 |
k-s-dean | or has the underlying workflow changed. | 19:08 |
*** icey has quit IRC | 19:11 | |
*** icey_ has joined #openstack-dns | 19:11 | |
openstackgerrit | Arkady Shtempler proposed openstack/designate-tempest-plugin master: New API test - test_list_service_statuses https://review.opendev.org/c/openstack/designate-tempest-plugin/+/780567 | 19:16 |
*** takamatsu has quit IRC | 19:32 | |
*** takamatsu has joined #openstack-dns | 19:33 | |
*** hamalq has quit IRC | 19:37 | |
*** hamalq has joined #openstack-dns | 19:38 | |
openstackgerrit | Arkady Shtempler proposed openstack/designate-tempest-plugin master: Negative test cases for "Create a zone" https://review.opendev.org/c/openstack/designate-tempest-plugin/+/780623 | 19:44 |
hamalq | k-s-dean: i dont remeber any change am using rocky it still the same behaviour | 20:09 |
k-s-dean | hamalq, ok thanks, I'm testing right now. | 20:10 |
k-s-dean | I've tried everything. In stein the VMs name would be injected in the external dns service. | 20:10 |
k-s-dean | not its not. | 20:10 |
k-s-dean | I'm starting to think that the change to and internal DNS for instances has caused the issue. | 20:10 |
k-s-dean | that was introduced in a previous release. | 20:11 |
hamalq | i think that actually comes from neutron rather than designate | 20:11 |
k-s-dean | It is from neutron | 20:12 |
k-s-dean | but the docs are clearly are not representative. | 20:12 |
hamalq | https://github.com/openstack/neutron/blob/master/neutron/services/externaldns/drivers/designate/driver.py | 20:13 |
k-s-dean | Yeah, the thing I dont get was that in the past nova would notify neutron about the VMs name. | 20:14 |
k-s-dean | on floating IP creation now it doesn't | 20:14 |
k-s-dean | https://docs.openstack.org/neutron/victoria/admin/config-dns-int-ext-serv.html | 20:14 |
k-s-dean | its literally in the first example of that doc | 20:16 |
k-s-dean | I've tracked down one change in neutron | 20:16 |
k-s-dean | thats different from the past | 20:16 |
k-s-dean | extension_drivers = port_security,dns,dns_domain_ports | 20:16 |
hamalq | what happens if u create a port with dns_name | 20:16 |
k-s-dean | that use to be just dns | 20:16 |
k-s-dean | that works | 20:16 |
k-s-dean | its the automated part of it that I need. | 20:17 |
k-s-dean | if i set these secitons in the designate conf | 20:19 |
k-s-dean | formatv4 = %(hostname)s.%(project)s.%(zone)s | 20:19 |
k-s-dean | formatv4 = %(hostname)s.%(zone)s | 20:19 |
k-s-dean | formatv6 = %(hostname)s.%(zone)s | 20:19 |
k-s-dean | formatv6 = %(hostname)s.%(project)s.%(zone)s | 20:19 |
k-s-dean | for the neutron floating IP it fails. And i know that doesn't work because someone has reported that issue already. | 20:19 |
k-s-dean | and someone from designate said it was a bug in kolla. | 20:20 |
hamalq | try removing dns_domain_ports | 20:22 |
hamalq | just keep dns | 20:22 |
k-s-dean | thats the default thats configured in kolla. I've added the domain_ports because the documentation says thats the new extension driver. | 20:23 |
k-s-dean | see here | 20:23 |
k-s-dean | https://docs.openstack.org/neutron/victoria/admin/config-dns-int.html | 20:23 |
k-s-dean | I've set the --dns-domain on the network required. | 20:26 |
k-s-dean | I'll hit up the neutron guys tomorrow. | 20:27 |
k-s-dean | they ignored me today, maybe they will answer tomorrow. | 20:27 |
johnsom | k-s-dean If you haven't figured it out by tomorrow, hit me up and we can do some debugging. Unfortunately my Monday has been, busy.... | 20:30 |
k-s-dean | johnsom, Cheers I would love to get to the bottom of this its bugging me :) | 20:30 |
k-s-dean | Yeah I know how you feel. | 20:30 |
k-s-dean | johnsom, what time zone? | 20:31 |
k-s-dean | im GMT | 20:31 |
johnsom | US pacific | 20:31 |
k-s-dean | ok cool so I'll be on around 1 GMT then I'll @ you :) much appreciated. | 20:31 |
johnsom | Sounds good | 20:32 |
johnsom | k-s-dean Oh, 8am is 15:00 GMT | 20:32 |
k-s-dean | oh your on the west coast my bad :) | 20:33 |
johnsom | Yep, grin | 20:33 |
k-s-dean | No worries, I got bunch of stuff to do tomorrow so thats fine. | 20:33 |
k-s-dean | I'll get you in the evening | 20:33 |
*** ircuser-1 has joined #openstack-dns | 20:52 | |
*** k-s-dean has quit IRC | 20:53 | |
*** lbragstad has quit IRC | 20:56 | |
*** lbragstad has joined #openstack-dns | 20:58 | |
*** lbragstad has left #openstack-dns | 21:00 | |
*** lbragstad has joined #openstack-dns | 21:28 | |
*** k-s-dean has joined #openstack-dns | 21:47 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!