*** nicolasbock has quit IRC | 03:25 | |
*** trident has quit IRC | 07:00 | |
*** trident has joined #openstack-dns | 07:10 | |
*** ivve has joined #openstack-dns | 07:17 | |
*** ginopc has quit IRC | 10:25 | |
*** ginopc has joined #openstack-dns | 10:27 | |
*** ginopc has quit IRC | 11:01 | |
*** nicolasbock has joined #openstack-dns | 11:02 | |
*** ginopc has joined #openstack-dns | 12:14 | |
*** KeithMnemonic has joined #openstack-dns | 13:14 | |
*** ginopc has quit IRC | 13:54 | |
*** jawad_axd has joined #openstack-dns | 16:10 | |
*** ivve has quit IRC | 16:22 | |
*** jawad_axd has quit IRC | 17:03 | |
*** ivve has joined #openstack-dns | 17:25 | |
*** ivve has quit IRC | 17:26 | |
*** ivve has joined #openstack-dns | 17:27 | |
openstackgerrit | Nicolas Bock proposed openstack/designate master: Add pdf-docs env to tox.ini https://review.opendev.org/678952 | 19:54 |
---|---|---|
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 20:36 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 20:42 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 20:44 |
*** ritesh216 has joined #openstack-dns | 20:47 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 20:47 |
ritesh216 | Hi! Need help with an issue in my Designate deployment(stable/rocky) with Bind9. | 20:50 |
ritesh216 | When I create a zone; I see rndc failure; zone already exists. | 20:50 |
ritesh216 | I have 3 nodes running Bind9. One of them is controller, running Designate. | 20:51 |
ritesh216 | I see "slave.somezone1.com.bb393d54-786c-441d-b27c-e735412940b4" exists in one of the bind directory, but not on others. | 20:54 |
ozzzo | does anyone have a sample config for running designate/bind9 with haproxy? | 21:00 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 21:02 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 21:03 |
ritesh216 | ozzzo This helped me configure my setup https://github.com/openstack/designate/blob/master/etc/designate/pools.yaml.sample-bind Nothing about haproxy though. | 21:06 |
*** ivve has quit IRC | 21:25 | |
mugsie | ritesh216: do you have all 3 bind9 servers in the pools.yaml file? | 21:43 |
mugsie | ozzzo: the api server behind haproxy? | 21:44 |
mugsie | it should be a fairly simple haproxy reverse proxy / ssl termination | 21:44 |
ritesh216 | Hey Graham! Yes, all 3 in pools.yaml both as nameservers and as targets | 21:45 |
mugsie | OK, can you remove it from the one thst has it, and retry? | 21:45 |
mugsie | if the rndc call fasiled to the other 2 servers, it could have gotten in a wierd state | 21:45 |
ritesh216 | mugsie: I removed the zone file slave.sonezone1* from that bind directory. and tried recreating the zone. Now I get "Duplicate zone" API response. | 21:50 |
mugsie | ah, openstack zone delete it as well | 21:51 |
ritesh216 | Same error. | 21:59 |
ritesh216 | http://paste.openstack.org/show/765979/ | 21:59 |
*** trident has quit IRC | 22:05 | |
ritesh216 | mugsie: I am not confident on how my Bind is configured. http://paste.openstack.org/show/765981/ Anything in there that looks odd to you? | 22:05 |
*** trident has joined #openstack-dns | 22:13 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 22:17 |
ozzzo | mugsie: I have the haproxy setup ok but I'm not sure about pools.yaml and the bind config | 22:19 |
eandersson | mugsie, maybe we should mirror what we have in the pdns4 driver? | 22:21 |
eandersson | For pdns4 it looks like we check if the domain already exists. | 22:22 |
eandersson | ritesh216, is this with the pool manager or worker configuration? | 22:25 |
ritesh216 | with worker configuration. | 22:26 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 22:31 |
eandersson | ritesh216, do you see two addzone commands being executed? | 22:32 |
ritesh216 | yes. | 22:33 |
ritesh216 | Command: sudo designate-rootwrap /etc/designate/rootwrap.conf rndc -s 192.168.243.10 -p 953 -k /etc/designate/rndc.key addzone 140243914.com { type slave; masters { 192.168.243.81 port 5354;}; file "slave.140243914.com.1bff8fb4-84c3-42d0-9802-72a7cef52d15"; }; | 22:34 |
ritesh216 | Exit code: 1 | 22:34 |
ritesh216 | Stdout: u'' | 22:34 |
ritesh216 | Stderr: u"rndc: 'addzone' failed: already exists\n" | 22:34 |
eandersson | Could you paste your pools.yaml as well? | 22:34 |
ritesh216 | This is from worker.log on the controller. | 22:34 |
eandersson | and can you make sure that pools.yaml and the output of this command matches | 22:35 |
eandersson | > designate-manage pool show_config | 22:36 |
ritesh216 | pools.yaml: http://paste.openstack.org/show/766093/ | 22:36 |
eandersson | ritesh216, you have duplicate ips there | 22:37 |
ritesh216 | For "192.168.243.81" | 22:38 |
ritesh216 | It has both Bind and mdns running. | 22:38 |
eandersson | ah nvm | 22:38 |
ritesh216 | So, the designate-manage pool show_config | 22:39 |
ritesh216 | does not match | 22:39 |
ritesh216 | What can I do to get that to take effect ? | 22:39 |
ritesh216 | pool update ? | 22:39 |
eandersson | > designate-manage pool update --delete DELETE | 22:40 |
eandersson | try that maybe | 22:40 |
eandersson | (You could try with --dry_run first if you want) | 22:40 |
ritesh216 | updated pool. Create another zone. It is pending; lets see. | 22:46 |
eandersson | You may need to restart designate to make sure it loads the new config. | 22:46 |
ritesh216 | Will do, thanks eandersson | 22:49 |
ritesh216 | That zone ended up in ERROR | 22:50 |
eandersson | Same issue? | 22:57 |
ritesh216 | yes, but I had not restarted designate. | 23:00 |
ritesh216 | Trying that now. | 23:00 |
ritesh216 | eandersson, Thanks for the help! I am seeing some connection failure now. Will debug it further. Looks to be headed in the right direction after pool got updated. | 23:09 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver https://review.opendev.org/678321 | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!