Thursday, 2022-03-03

opendevreviewErik Olof Gunnar Andersson proposed openstack/designate master: Add inactive value to floating ip status  https://review.opendev.org/c/openstack/designate/+/83054901:57
opendevreviewOpenStack Release Bot proposed openstack/python-designateclient stable/yoga: Update .gitreview for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83168710:51
opendevreviewOpenStack Release Bot proposed openstack/python-designateclient stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83169010:51
opendevreviewOpenStack Release Bot proposed openstack/python-designateclient master: Update master for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83169210:51
opendevreviewMerged openstack/python-designateclient master: Update master for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83169215:22
opendevreviewMerged openstack/python-designateclient stable/yoga: Update .gitreview for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83168716:20
opendevreviewMerged openstack/python-designateclient stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga  https://review.opendev.org/c/openstack/python-designateclient/+/83169016:25
ZaphodBhey, so wallaby pdns4 Timeout on NOTIFY to 10.4.0.30:53 for zone example.zone. zone gets AXFRed, is in database, notify received, nothing else. ultimately ERROR. What am i doing wrong?17:11
ZaphodBbtw. --debug on designate-worker doesn't do anything.17:11
ZaphodBpools.yaml - http://pastie.org/p/1RZtGqJeW5bb6qnX7yJ56E 17:16
johnsomZaphodB I don't have a lot of experience with PDNS, but I would also check the worker logs. That will be where the PDNS driver should log.17:24
johnsom--debug should enable debug logging for the worker, but you can also enable it in the configuration file. I will give --debug a try and see what I find.17:25
ZaphodBactually sorry for the noise, i just realized i revamped the VPN setup but failed to adjust the addresses for the 'nameservers' accordingly.17:25
johnsomOk, cool, no problem17:27
johnsomI will still take a look at the --debug. That comes in from oslo.config and should work.17:28
ZaphodB42411     317063  0.8  0.0 177988 65708 ?        Sl   16:29   0:28 /var/lib/kolla/venv/bin/python3.8 /var/lib/kolla/venv/bin/designate-worker --debug --config-file /etc/designate/designate.conf | it just doesnt produce more output than without the --debug option. will give it a try in config so see if that changes things.17:28
ZaphodByes designate.conf: debug = True in [DEBUG] does the trick.17:32
eanderssonZaphodB if you do a dig axfr on all nameservers do they all have the zone? 17:42
eanderssone.g. dig 10.4.0.30 example.zone. AXFR17:43
eanderssonand do the same for 192.168.254.2 etc17:43
eanderssonDesignate checks all 5 nameservers and if the zone is only in 10.4.0.30 it will move the zone to ERROR17:44
ZaphodBno they are not reachable by the control nodes, as i mentioned above i reworked the vpn setup and forgot to adjust for that in the nameserver section of pools.yaml.17:45
eanderssonah I see17:45
johnsomZaphodB The --debug for designate--central is working for me. If I comment out the debug line from the configuration file (so it doesn't override the flag) adding --debug, reloading systemd, and restarting the service toggles the debug logging on my system.18:03
ZaphodBi'm on osism/kolla so i'm editing the docker container config.json and it's designate-worker i was after. with "command": "designate-worker --debug --config-file /etc/designate/designate.confg", there is no debug output because there is an explicit debug = False in the [DEFAULT] section of the generated designate.conf. when i put --debug on the end of the line after --config-file then the debug 18:17
ZaphodBdoes take. so presumably it works as ...18:17
ZaphodB... intended.18:17
johnsomYeah, I think oslo config has an override hierarchy with CLI and config file.18:18
ZaphodBalso i now have two active zones, so thank you again for rubberducking.18:19

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!