Thursday, 2019-09-05

*** trident has joined #openstack-dns00:03
*** ozzzo has quit IRC00:04
*** ozzzo has joined #openstack-dns00:11
eanderssonygk_12345: I am running it on CentOS 7.6 at the moment01:54
*** nicolasbock has quit IRC02:49
*** aniketh has joined #openstack-dns04:58
*** mlycka has joined #openstack-dns05:17
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Updated install guide  https://review.opendev.org/68030106:51
*** openstackgerrit has quit IRC06:51
*** ritesh216 has quit IRC07:08
*** trident has quit IRC07:21
*** ivve has joined #openstack-dns07:27
*** trident has joined #openstack-dns07:29
*** trident has quit IRC07:34
*** trident has joined #openstack-dns07:43
*** openstackgerrit has joined #openstack-dns08:23
*** ChanServ sets mode: +v openstackgerrit08:23
openstackgerritpengyuesheng proposed openstack/designate master: Blacklist eventlet 0.25.0  https://review.opendev.org/68032108:23
*** trident has quit IRC09:01
*** trident has joined #openstack-dns09:09
openstackgerritpengyuesheng proposed openstack/designate master: Blacklist eventlet 0.21.0,0.23.0,0.25.0  https://review.opendev.org/68032109:27
*** salmankhan has joined #openstack-dns09:47
*** salmankhan has quit IRC09:48
*** salmankhan has joined #openstack-dns09:48
*** ygk_12345 has joined #openstack-dns10:35
ygk_12345hi all10:35
ygk_12345can anyone tell me how to configure pools.yml such that whenever I add a zone it goes into two nameservers10:36
ygk_12345I mentioned the priority of two nameservers as 1. but it is not wokring10:36
ygk_12345is anyone available ?10:38
*** nicolasbock has joined #openstack-dns10:41
mugsieYou need to add 2 targets10:47
mugsieOne for each nameserver10:47
mugsieSee https://opendev.org/openstack/designate/src/branch/master/etc/designate/pools.yaml.sample-bind10:49
ygk_12345mugsie this is my present configuration. But whenver i add a zone, it is adding only to 172.29.236.19 but not adding it to 172.29.236.1810:49
ygk_12345mugsie can you please help me why ?10:49
ygk_12345mugsie http://paste.openstack.org/show/771274/10:49
mugsieAs I said above you need to add a second target10:50
mugsieNot add the options twice to a single target10:50
ygk_12345oh ok got it . Thanks10:50
ygk_12345mugsie i will check it now10:50
mugsieLook at the link above, it shows it10:51
ygk_12345mugsie  should the ns_record names be resolvable by the designate contianer by /etc/hosts file ?10:52
ygk_12345mugsie is that ok ?10:52
mugsieThey can be whatever, designate won't look them up10:52
ygk_12345mugsie then why do we add them ?10:53
mugsieThey get used as the ns records for the pool, and used in the soa record10:53
ygk_12345mugsie oh for display ?10:53
ygk_12345oh ok got it10:53
ygk_12345i am testing it now. I will let you know10:53
mugsieThey should be resolvable to people who want to use the records10:53
ygk_12345ok10:55
ygk_12345mugsie one more question11:06
ygk_12345mugsie I am receiving this error when I add a zone for one naemserver " Unexpected failure polling for serial 1567681433 172.29.236.18 for zone top-zone.com.. Error: 'CNAME' object has no attribute 'serial'"11:07
ygk_12345but it is working well in another nameserver11:07
ygk_12345mugsie r u there ?11:17
mugsieygk_12345: can i see more of the logs around that?11:17
ygk_12345mugsie Sep 05 07:15:41 c2w-designate-container-89a6288f designate-worker[12176]: 2019-09-05 07:15:41.455 12176 WARNING designate.worker.tasks.zone [req-9d2c8da5-f660-4daa-8cfd-f2df33a24c66 - - - - -] Unexpected failure polling for serial 1567681433 172.29.236.18 for zone top-zone.com.. Error: 'CNAME' object has no attribute 'serial'11:18
ygk_12345mugsie but it got added to other nameserver perfectly11:18
ygk_12345oh sorry11:18
ygk_12345it failed altogether in ERROR state11:18
ygk_12345so it is not created at all11:19
ygk_12345its in ERROR state11:19
mugsiewhat are the log lines before and after that?11:19
ygk_12345it is continuously spitting these same lines11:19
mugsiethere should be other lines11:20
ygk_12345http://paste.openstack.org/show/771279/11:21
ygk_12345mugsie pls check that11:21
mugsieygk_12345: without the full logs, there is not much I can do11:21
mugsietry creating a new zone, and then I need all the logs from API, central, worker, producer, and mdns from when you created the zone until it went to ERROR11:22
ygk_12345oh ok11:23
ygk_12345mugsie i added new zone11:26
ygk_12345and these r the logs11:27
ygk_12345mugsie http://paste.openstack.org/show/771280/11:27
ygk_12345it fialed again11:28
ygk_12345#failed11:28
ygk_12345@failed11:28
mugsiewhat zone did you try to create?11:28
ygk_12345trusted-zone.com11:28
mugsieOK, the logs are not complete then11:29
ygk_12345should I enable debug logs as well ?11:29
mugsieyes, but also provide the full logs, for all the services I asked for11:29
mugsiethis stops before the zone goes to error11:29
ygk_12345the other services are not showing anything11:30
ygk_12345but how can I capture all the three log file using journalctl at once ?11:30
mugsiethere should be at least an API and central line11:30
mugsieno idea, you may just have to collect them one by one11:30
ygk_12345mugsie http://paste.openstack.org/show/771284/ ,  http://paste.openstack.org/show/771283/,   http://paste.openstack.org/show/771282/11:41
ygk_12345mugsie the external-zone.com went into ERROR state11:41
ygk_12345for new zones it is not even hitting the other nameserver .1811:42
mugsieygk_12345: this is not showing any errors11:42
ygk_12345that is all I see11:42
mugsiedo you have multiple Designate servers?11:43
ygk_12345no I  have two, but stopped one of the containers11:43
ygk_12345mugsie i have a different requirement. I need your advice with it. Can I ping separately so that I can explain my requirement ?11:44
mugsiesure11:44
mugsiewhat does your pools.yaml look like now11:45
ygk_12345http://paste.openstack.org/show/771285/11:45
*** ygk_12345 has quit IRC12:47
*** ygk_12345 has joined #openstack-dns13:09
*** pcaruana has quit IRC13:10
*** ginopc has quit IRC13:37
*** pcaruana has joined #openstack-dns13:40
*** bnemec has quit IRC13:48
*** bnemec has joined #openstack-dns13:48
*** mlycka has quit IRC13:50
*** pcaruana has quit IRC14:12
*** ygk_12345 has quit IRC14:44
*** altlogbot_1 has quit IRC16:01
*** altlogbot_2 has joined #openstack-dns16:02
*** irclogbot_1 has quit IRC16:02
*** irclogbot_3 has joined #openstack-dns16:03
*** irclogbot_3 has quit IRC16:07
*** irclogbot_0 has joined #openstack-dns16:07
*** ivve has quit IRC16:19
*** zigo has quit IRC16:43
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Updated install guide  https://review.opendev.org/68030116:44
*** aniketh has quit IRC16:46
*** zigo has joined #openstack-dns17:09
*** salmankhan has quit IRC17:18
eanderssonmugsie, frickler lets get this one merged as well https://review.opendev.org/#/c/679685/18:01
openstackgerritMerged openstack/designate master: Blacklist eventlet 0.21.0,0.23.0,0.25.0  https://review.opendev.org/68032118:04
openstackgerritMerged openstack/designate master: Updated install guide  https://review.opendev.org/68030118:04
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Refactored service layer  https://review.opendev.org/67843218:28
*** trident has quit IRC19:09
*** trident has joined #openstack-dns19:20
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Standardizing install guides  https://review.opendev.org/68050319:59
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate master: Standardizing install guides  https://review.opendev.org/68050320:07
-openstackstatus- NOTICE: Gerrit is being restarted to pick up configuration changes. Should be quick. Sorry for the interruption.21:13

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