Tuesday, 2019-08-27

*** nicolasbock has quit IRC03:25
*** trident has quit IRC07:00
*** trident has joined #openstack-dns07:10
*** ivve has joined #openstack-dns07:17
*** ginopc has quit IRC10:25
*** ginopc has joined #openstack-dns10:27
*** ginopc has quit IRC11:01
*** nicolasbock has joined #openstack-dns11:02
*** ginopc has joined #openstack-dns12:14
*** KeithMnemonic has joined #openstack-dns13:14
*** ginopc has quit IRC13:54
*** jawad_axd has joined #openstack-dns16:10
*** ivve has quit IRC16:22
*** jawad_axd has quit IRC17:03
*** ivve has joined #openstack-dns17:25
*** ivve has quit IRC17:26
*** ivve has joined #openstack-dns17:27
openstackgerritNicolas Bock proposed openstack/designate master: Add pdf-docs env to tox.ini  https://review.opendev.org/67895219:54
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832120:36
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832120:42
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832120:44
*** ritesh216 has joined #openstack-dns20:47
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832120:47
ritesh216Hi! Need help with an issue in my Designate deployment(stable/rocky) with Bind9.20:50
ritesh216When I create a zone; I see rndc failure; zone already exists.20:50
ritesh216I have 3 nodes running Bind9. One of them is controller, running Designate.20:51
ritesh216I see "slave.somezone1.com.bb393d54-786c-441d-b27c-e735412940b4" exists in one of the bind directory, but not on others.20:54
ozzzodoes anyone have a sample config for running designate/bind9 with haproxy?21:00
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832121:02
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832121:03
ritesh216ozzzo 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 IRC21:25
mugsieritesh216: do you have all 3 bind9 servers in the pools.yaml file?21:43
mugsieozzzo: the api server behind haproxy?21:44
mugsieit should be a fairly simple haproxy reverse proxy / ssl termination21:44
ritesh216Hey Graham! Yes, all 3 in pools.yaml both as nameservers and as targets21:45
mugsieOK, can you remove it from the one thst has it, and retry?21:45
mugsieif the rndc call fasiled to the other 2 servers, it could have gotten in a wierd state21:45
ritesh216mugsie: 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
mugsieah, openstack zone delete it as well21:51
ritesh216Same error.21:59
ritesh216http://paste.openstack.org/show/765979/21:59
*** trident has quit IRC22:05
ritesh216mugsie: 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-dns22:13
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832122:17
ozzzomugsie: I have the haproxy setup ok but I'm not sure about pools.yaml and the bind config22:19
eanderssonmugsie, maybe we should mirror what we have in the pdns4 driver?22:21
eanderssonFor pdns4 it looks like we check if the domain already exists.22:22
eanderssonritesh216, is this with the pool manager or worker configuration?22:25
ritesh216with worker configuration.22:26
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832122:31
eanderssonritesh216, do you see two addzone commands being executed?22:32
ritesh216yes.22:33
ritesh216Command: 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
ritesh216Exit code: 122:34
ritesh216Stdout: u''22:34
ritesh216Stderr: u"rndc: 'addzone' failed: already exists\n"22:34
eanderssonCould you paste your pools.yaml as well?22:34
ritesh216This is from worker.log on the controller.22:34
eanderssonand can you make sure that pools.yaml and the output of this command matches22:35
eandersson> designate-manage pool show_config22:36
ritesh216pools.yaml: http://paste.openstack.org/show/766093/22:36
eanderssonritesh216, you have duplicate ips there22:37
ritesh216For "192.168.243.81"22:38
ritesh216It has both Bind and mdns running.22:38
eanderssonah nvm22:38
ritesh216So, the designate-manage pool show_config22:39
ritesh216does not match22:39
ritesh216What can I do to get that to take effect ?22:39
ritesh216pool update ?22:39
eandersson> designate-manage pool update --delete DELETE22:40
eanderssontry that maybe22:40
eandersson(You could try with --dry_run first if you want)22:40
ritesh216updated pool. Create another zone. It is pending; lets see.22:46
eanderssonYou may need to restart designate to make sure it loads the new config.22:46
ritesh216Will do, thanks eandersson22:49
ritesh216That zone ended up in ERROR22:50
eanderssonSame issue?22:57
ritesh216yes, but I had not restarted designate.23:00
ritesh216Trying that now.23:00
ritesh216eandersson, 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
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Fix ipv6 bugs with devstack and pdns4 driver  https://review.opendev.org/67832123:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!