*** KeithMnemonic has quit IRC | 00:09 | |
*** zhurong has joined #openstack-dns | 00:46 | |
*** masber has quit IRC | 00:47 | |
*** AlexeyAbashkin has joined #openstack-dns | 02:08 | |
*** caowei has joined #openstack-dns | 02:09 | |
*** AlexeyAbashkin has quit IRC | 02:12 | |
*** masber has joined #openstack-dns | 02:38 | |
*** masuberu has joined #openstack-dns | 02:42 | |
*** masber has quit IRC | 02:47 | |
*** AlexeyAbashkin has joined #openstack-dns | 03:09 | |
*** AlexeyAbashkin has quit IRC | 03:13 | |
*** zhurong has quit IRC | 03:24 | |
*** zhurong has joined #openstack-dns | 03:28 | |
*** zhurong has quit IRC | 03:47 | |
*** trungnv has quit IRC | 04:06 | |
*** trungnv has joined #openstack-dns | 04:14 | |
*** caowei has quit IRC | 04:49 | |
*** zhurong has joined #openstack-dns | 05:24 | |
*** trungnv has quit IRC | 05:25 | |
*** caowei has joined #openstack-dns | 05:38 | |
*** simon-AS559 has joined #openstack-dns | 06:30 | |
*** simon-AS559 has quit IRC | 06:35 | |
*** simon-AS559 has joined #openstack-dns | 06:35 | |
*** caowei_ has joined #openstack-dns | 07:07 | |
*** caowei has quit IRC | 07:11 | |
*** caowei_ is now known as caowei | 07:11 | |
*** simon-AS559 has quit IRC | 07:19 | |
*** simon-AS559 has joined #openstack-dns | 07:39 | |
*** simon-AS5591 has joined #openstack-dns | 07:42 | |
*** simon-AS559 has quit IRC | 07:43 | |
*** pcaruana has joined #openstack-dns | 07:45 | |
*** AlexeyAbashkin has joined #openstack-dns | 08:06 | |
*** v12aml has quit IRC | 08:13 | |
simon-AS5591 | So I got my Designate setup running! But I had to downgrade designate-mdns to listen on IPv4 only (0.0.0.0:5354). | 08:15 |
---|---|---|
simon-AS5591 | This is actually a problem for me, because our regions only have IPv6 connectivity between each other, no IPv4. | 08:15 |
simon-AS5591 | And I'd like to set up external (BIND 9) nameservers across regions, so IPv6 connectivity to designate-mdns is important to me. | 08:15 |
*** v12aml has joined #openstack-dns | 08:29 | |
*** hadrian has quit IRC | 08:33 | |
*** hadrian has joined #openstack-dns | 08:35 | |
*** MarkBaker has joined #openstack-dns | 09:02 | |
*** zhurong has quit IRC | 09:32 | |
frickler | simon-AS5591: can you please open a bug report for that? certainly sounds like a use case that mdns should support. | 09:33 |
simon-AS5591 | Yes, though probably this will be considered a "feature request" | 10:19 |
simon-AS5591 | (Looking at https://bugs.launchpad.net/designate/+bug/1501396 and https://review.openstack.org/#/c/234417/) | 10:19 |
openstack | Launchpad bug 1501396 in Designate "Not able to assign octects to the format in designate.conf for IPv6 ips" [Undecided,Won't fix] | 10:19 |
mugsie | simon-AS5591: no, that is a bug | 10:23 |
mugsie | That bug is for sink which is a separate thing | 10:23 |
simon-AS5591 | OK, thanks! | 10:28 |
*** caowei has quit IRC | 10:37 | |
simon-AS5591 | Here we go: https://bugs.launchpad.net/designate/+bug/1734101 | 10:41 |
openstack | Launchpad bug 1734101 in Designate "designate-mdns throws errors when listening on IPv6/dual-stack" [Undecided,New] | 10:41 |
*** simon-AS5591 has quit IRC | 10:48 | |
*** daidv has quit IRC | 10:52 | |
*** simon-AS5591 has joined #openstack-dns | 11:05 | |
*** simon-AS559 has joined #openstack-dns | 11:29 | |
*** simon-AS5591 has quit IRC | 11:32 | |
*** simon-AS559 has quit IRC | 11:33 | |
*** simon-AS559 has joined #openstack-dns | 11:37 | |
*** thiagolib has joined #openstack-dns | 11:54 | |
frickler | simon-AS559: after updating the bug I see that it seems you have come to the same conclusion as me, do you want to submit a patch yourself? | 11:55 |
simon-AS559 | I'd be happy if you could do it (but could do it if you don't have time). I'm certainly happy to test/review. | 12:08 |
*** simon-AS5591 has joined #openstack-dns | 12:23 | |
*** simon-AS559 has quit IRC | 12:24 | |
*** simon-AS5591 has quit IRC | 12:49 | |
*** MarkBaker has quit IRC | 12:56 | |
*** MarkBaker has joined #openstack-dns | 13:11 | |
*** simon-AS559 has joined #openstack-dns | 14:00 | |
*** simon-AS559 has quit IRC | 16:02 | |
*** pcaruana has quit IRC | 16:09 | |
*** hadrian has quit IRC | 16:20 | |
*** simon-AS559 has joined #openstack-dns | 16:39 | |
*** simon-AS5591 has joined #openstack-dns | 16:42 | |
*** hadrian has joined #openstack-dns | 16:43 | |
*** simon-AS559 has quit IRC | 16:44 | |
*** AlexeyAbashkin has quit IRC | 16:51 | |
*** hadrian has quit IRC | 17:00 | |
*** hadrian has joined #openstack-dns | 17:01 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/designate master: Fix servicing IPv6 based TCP connections https://review.openstack.org/522617 | 17:07 |
frickler | simon-AS5591: mugsie: fyi ^^ also I'm astonished noone ever seems to have complained about these warnings, took me some time to discover they are not related to the current issue at all :-/ | 17:09 |
simon-AS5591 | Good catch! I hadn't noticed them because everything worked fine so why look at the logs *shrug* :-) | 17:27 |
frickler | sadly unit tests are failing, didn't check before submitting ... back to the drawing board ;) | 17:50 |
simon-AS5591 | addr[::2] should become addr[:2] | 17:55 |
openstackgerrit | Jens Harbott (frickler) proposed openstack/designate master: Fix servicing IPv6 based TCP connections https://review.openstack.org/522617 | 17:56 |
frickler | simon-AS5591: yeah, I was in IPv6 mode when I wrote that ;) | 18:06 |
*** hadrian has quit IRC | 18:56 | |
*** simon-AS5591 has quit IRC | 19:09 | |
*** simon-AS559 has joined #openstack-dns | 19:51 | |
*** simon-AS559 has quit IRC | 19:56 | |
*** simon-AS559 has joined #openstack-dns | 19:56 | |
*** simon-AS559 has quit IRC | 20:16 | |
*** hadrian has joined #openstack-dns | 20:22 | |
*** simon-AS559 has joined #openstack-dns | 20:56 | |
*** simon-AS559 has quit IRC | 21:00 | |
*** simon-AS559 has joined #openstack-dns | 21:01 | |
*** simon-AS5591 has joined #openstack-dns | 21:23 | |
*** simon-AS559 has quit IRC | 21:25 | |
*** hadrian_ has joined #openstack-dns | 22:09 | |
*** hadrian has quit IRC | 22:10 | |
*** hadrian_ has quit IRC | 22:45 | |
-openstackstatus- NOTICE: Zuul has been restarted due to an unexpected issue. We're able to re-enqueue changes from check and gate pipelines, please check http://zuulv3.openstack.org/ for more information. | 22:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!