Thursday, 2019-03-14

*** salmankhan has quit IRC00:23
openstackgerritMonty Taylor proposed openstack/designate-dashboard master: Switch to horizon-nodejs4-jobs-nonvoting template  https://review.openstack.org/64320000:31
*** faridda has joined #openstack-dns01:02
*** faridda has quit IRC01:23
*** faridda has joined #openstack-dns01:27
*** faridda has quit IRC02:27
*** faridda has joined #openstack-dns02:31
*** faridda has quit IRC03:13
*** faridda has joined #openstack-dns03:13
*** faridda has quit IRC03:39
*** faridda has joined #openstack-dns03:41
*** faridda has quit IRC03:44
*** faridda has joined #openstack-dns03:45
*** faridda has quit IRC03:47
*** abaindur has joined #openstack-dns05:31
*** abaindur has quit IRC06:15
*** ivve has joined #openstack-dns06:37
*** pcaruana has joined #openstack-dns08:07
*** ginopc has joined #openstack-dns08:08
*** awalende has joined #openstack-dns08:08
*** pcaruana has quit IRC08:11
*** pcaruana has joined #openstack-dns08:23
*** ginopc has quit IRC08:23
*** ginopc has joined #openstack-dns08:24
openstackgerritJens Harbott (frickler) proposed openstack/designate stable/rocky: Allow non localhost connections to pdns api  https://review.openstack.org/64324308:42
fricklermugsie: eandersson: ^^ grenade seems still to be hard failing, I think this is because the "old" side is stable/rocky, thus we'll need this backport to unblock the gate08:44
*** pcaruana has quit IRC09:48
*** browny_ has joined #openstack-dns10:22
*** browny has quit IRC10:23
*** pcaruana has joined #openstack-dns11:32
mugsiefrickler: damn, I didn't think of that ...11:49
*** browny has joined #openstack-dns12:07
*** browny_ has quit IRC12:09
*** faridda has joined #openstack-dns12:50
openstackgerritGraham Hayes proposed openstack/designate master: Check TXT/SPF records for RFC1035 sec. 5.1  https://review.openstack.org/55539813:16
*** faridda has quit IRC13:37
*** faridda has joined #openstack-dns13:56
goldyfruitMorning13:58
mugsieo/13:59
goldyfruitmugsie: How are you ?13:59
mugsiegood!13:59
goldyfruitI've been able to make it works with Bind, still having issues with PowerDNS !14:00
*** faridda has quit IRC14:00
goldyfruitI'm on IRC with them asking questions ^^14:00
goldyfruitmugsie: During a zone creation, the mdns is acting as a master right ? If it's the case I should be able to run a dig like: "dig @10.11.12.13 -p 5354 pouet118.com SOA" and having result ?14:01
mugsieyes - buit you will need to have a tsig key as well14:01
goldyfruitLet me try with the key14:02
mugsiedig @10.11.12.13 -p 5354 -y 'test:kp4/24gyYsEzbuTVJRUMoqGFmN3LYgVDzJ/3oRSP7ys=' pouet118.com SOA14:03
mugsieI think that is the format14:03
mugsieyou in #powerdns on oftc ?14:04
*** faridda has joined #openstack-dns14:05
goldyfruitmugsie: Dig works \o/, Yes on OFTC14:07
*** faridda has quit IRC14:07
mugsieOK, we just need to find a way to get tsig on all requests from that pdns node14:09
mugsieI am pretty sure we had this working before in HPCloud - let me see if I can find what we did14:09
goldyfruitYeah, I was missing the supermaster/superslave part from PowerDNS, I inserted the mdns masters in supermaster table but still got this isue14:10
mugsieyou shouldn't need supermasters - as we create the zone via the API14:10
mugsiesupermasters just creates zones on notify14:11
goldyfruitYeah that is right14:17
*** faridda has joined #openstack-dns14:18
*** faridda has quit IRC14:19
goldyfruitI added log in the code you suggested yesterday14:20
goldyfruitI got this kind of information:14:20
goldyfruithttps://paste.api-zulu.com/uvigotabig.nginx14:21
goldyfruitmugsie: I just have been able to AXFR the zone !14:23
goldyfruitMaybe be in the pdns4 backend we could call the PDNS API to signed the domain with the key registered in designate14:24
goldyfruitdesignate -> pdns api zone create -> pdns api zone signing14:24
mugsiegoldyfruit: yeah, possibly. We try to avoid that as most of the dns servers support a key per master set up14:26
mugsieand we want to be able to let people roll tsigkeys as needed14:27
mugsielet me see what the dev env shows - we may be able to some DB hacking14:27
goldyfruitOki14:29
goldyfruitmugsie: I asked the question you just asked yesterday and I got the supermaster/superslave answer14:36
goldyfruithttps://paste.api-zulu.com/raw/uzunawonon14:36
mugsieoh ....14:37
mugsieI think eandersson did something like this14:37
mugsiea singed notify will add that key to the zone14:37
*** faridda has joined #openstack-dns14:48
*** faridda has quit IRC14:51
*** faridda has joined #openstack-dns14:55
*** faridda has quit IRC14:58
*** awalende has quit IRC14:59
*** awalende has joined #openstack-dns14:59
*** awalende has quit IRC15:04
*** awalende has joined #openstack-dns15:04
*** awalende has quit IRC15:09
*** ivve has quit IRC16:25
openstackgerritMerged openstack/designate stable/rocky: Allow non localhost connections to pdns api  https://review.openstack.org/64324316:38
openstackgerritGraham Hayes proposed openstack/designate master: WIP: Allow pdns4 backend to select tsigkey  https://review.openstack.org/64339316:38
mugsiegoldyfruit: https://review.openstack.org/#/c/643393/ should fix the issue16:39
mugsiecombine with http://paste.openstack.org/show/747799/16:40
mugsieyou will need pdns 4.2.x though, the API did not support it before that16:41
goldyfruitmugsie: I'll try16:42
goldyfruitI already upgraded to 4.2 :p16:42
mugsieyeah, I though I saw that you had : )16:42
goldyfruitthis action is triggered by the worker or by mdns ?16:45
*** emine__ has quit IRC16:46
goldyfruitworker I guess16:47
mugsieworker, sorry16:49
goldyfruitWorked \o/16:56
goldyfruithttps://paste.api-zulu.com/epicewikin.js16:56
mugsiegoldyfruit: `o/16:56
mugsie\o/ *16:56
goldyfruitThe zone is active \o/16:56
mugsiecool, I will clean that up this evening, and try to get into this release if frickler and eandersson agree :)16:57
goldyfruitThat will be awesome !16:57
goldyfruitNow we have pdsn4 backend working !16:58
goldyfruitHaving that in Stein and backported in Rocky will be great !16:58
goldyfruitThanks a lot for your help/time mugsie16:58
goldyfruitI pulled my hairs for 4 days !16:58
mugsienp - we missed that entirely16:58
goldyfruitNp :)17:09
*** ginopc has quit IRC17:38
openstackgerritMerged openstack/designate-tempest-plugin master: Properly quote TXT/SPF sample data  https://review.openstack.org/61780917:51
*** ivve has joined #openstack-dns18:17
*** faridda has joined #openstack-dns18:24
*** gmann is now known as gmann_afk18:51
*** faridda has quit IRC18:56
*** faridda has joined #openstack-dns18:58
*** awalende has joined #openstack-dns19:00
*** awalende has quit IRC19:04
*** faridda has quit IRC19:07
*** faridda has joined #openstack-dns19:07
*** abaindur has joined #openstack-dns19:14
*** abaindur has quit IRC19:14
*** abaindur has joined #openstack-dns19:14
openstackgerritMerged openstack/designate-dashboard master: Switch to horizon-nodejs4-jobs-nonvoting template  https://review.openstack.org/64320019:14
*** faridda has quit IRC19:31
*** faridda has joined #openstack-dns19:34
*** faridda has quit IRC19:36
*** faridda has joined #openstack-dns19:45
*** faridda has quit IRC19:47
*** faridda has joined #openstack-dns20:08
*** faridda has quit IRC20:10
openstackgerritGraham Hayes proposed openstack/designate master: Allow pdns4 backend to select tsigkey  https://review.openstack.org/64339320:48
*** abaindur has quit IRC21:10
*** abaindur has joined #openstack-dns21:13
*** pcaruana has quit IRC22:21
*** ivve has quit IRC22:36
*** gmann_afk is now known as gmann22:40

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