Sunday, 2016-02-21

*** EricGonczer_ has quit IRC00:02
*** tom_simpson has joined #openstack-dns01:13
*** andrewbogott has joined #openstack-dns01:19
*** tom_simpson has quit IRC01:27
*** tom_simpson has joined #openstack-dns01:35
*** ducttape_ has joined #openstack-dns02:22
*** rudrajit has quit IRC02:54
*** rudrajit_ has joined #openstack-dns02:56
*** ducttape_ has quit IRC03:14
*** rudrajit has joined #openstack-dns03:27
*** rudrajit_ has quit IRC03:30
*** rudrajit has quit IRC03:48
*** stanzgy has joined #openstack-dns04:56
*** bpokorny has joined #openstack-dns06:33
*** jasonsb has quit IRC07:20
*** bpokorny has quit IRC07:21
*** jasonsb has joined #openstack-dns07:51
*** jasonsb has quit IRC07:56
*** jschwarz has joined #openstack-dns08:06
*** darkxploit has quit IRC08:18
*** rudrajit has joined #openstack-dns08:25
*** rudrajit has quit IRC08:29
*** tom_simpson has quit IRC08:30
*** darkxploit has joined #openstack-dns08:31
*** nyechiel_ has joined #openstack-dns09:09
*** darkxploit has quit IRC09:19
*** darkxploit has joined #openstack-dns09:34
*** tom_simpson has joined #openstack-dns10:48
*** chlong_ has quit IRC10:54
*** chlong_ has joined #openstack-dns11:07
*** tom_simpson has quit IRC12:33
*** boris-42 has quit IRC12:44
*** nyechiel_ has quit IRC13:31
*** nyechiel_ has joined #openstack-dns13:33
*** stanzgy has quit IRC13:50
*** EricGonczer_ has joined #openstack-dns13:53
*** ducttape_ has joined #openstack-dns14:37
*** ducttape_ has quit IRC14:40
*** ducttape_ has joined #openstack-dns14:41
*** chlong_ has quit IRC14:54
*** ducttape_ has quit IRC14:57
*** adreznec_ has joined #openstack-dns15:07
*** adreznec- has joined #openstack-dns15:07
*** adreznec has quit IRC15:09
*** adreznec_ has quit IRC15:11
*** adreznec has joined #openstack-dns15:12
*** adreznec- has quit IRC15:14
*** ducttape_ has joined #openstack-dns15:17
*** ducttape_ has quit IRC15:47
*** nyechiel_ has quit IRC15:47
*** jasonsb has joined #openstack-dns15:58
*** jasonsb has quit IRC16:02
*** nyechiel_ has joined #openstack-dns16:07
*** nyechiel_ has quit IRC16:13
*** EricGonczer_ has quit IRC16:18
andrewbogottI could use some help with the pdns backend, if anyone is around.  I have plenty of records in my designate db, but the pdns db is totally empty and I’m not at all clear how they get from here to there.16:24
andrewbogottpdns is saying things like "No serial for 'codfw.labtest' found - zone is missing?” and "Received NOTIFY for codfw.labtest from 208.80.153.48 which is not a master"16:24
*** jschwarz has quit IRC16:34
*** nyechiel_ has joined #openstack-dns16:42
*** ducttape_ has joined #openstack-dns16:48
*** ducttape_ has quit IRC16:53
federico3andrewbogott: is powerdns configured to accept NOTIFYs from that ipaddr? http://docs.openstack.org/developer/designate/backends/powerdns.html16:57
andrewbogottfederico3: which setting in particular are you speaking of?  allow-axfr-ips?17:14
federico3that and allow-inotify-from17:16
andrewbogottfederico3: just for my own sanity… there’s no actual mention of that in the docpage you just linked is there?17:17
federico3yep, that's powerdns internal stuff. Make sure it's not configured to be too restrictive17:17
andrewbogott'allow-notify-from’ or ‘allow-inotify-from’?17:19
* andrewbogott tries the former17:20
federico3allow-notify-from  - but be aware that it defaults to 0.0.0.0/0,::/0  - allowing everything17:20
andrewbogottah, it was unset previously17:21
andrewbogottso that’s certainly not what’s blocking me17:21
federico3so if it's not there already, allow-notify-from is not to blame17:21
federico3correct17:21
*** darkxploit has quit IRC17:21
federico3hold on: the zone is not on the resolver at all it seems17:21
federico3check if the zone is there17:21
andrewbogottsorry, when you say ‘the resolver’ you mean pdns?17:22
andrewbogottand by ‘the zone’ you mean codfw.labtest17:24
andrewbogottfederico3: because I would’ve thought that one of designate’s jobs was to insert domains into pdns, since designate-api allows creation of new domains17:25
* andrewbogott is most likely betraying ignorance re: dns17:26
federico3designate-api creates the domain inside Designate's database. Designate then propagates them all the way to your resolvers17:26
federico3‘the resolver’ is powerdns and  ‘the zone’  is codfw.labtest ,  yes :)17:26
federico3look at the [backend:powerdns] section in your designate conf file17:27
andrewbogottok, that’s all reassuring :)17:27
andrewbogottThis is with kilo, upgraded from juno17:28
andrewbogottI have:  backend_driver = powerdns17:29
andrewbogottand17:29
andrewbogott[service:pool_manager]17:29
andrewbogottbackends = powerdns17:29
andrewbogottI don’t currently have a [backend:powerdns], that’s new in Liberty isn’t it?17:29
andrewbogottsorry — I know my setup is a mess, but in large part I think it’s due to the docs not being versioned17:31
andrewbogottAnd then there’s this  "Configure the options for designate-central - specifically “connection” to point to your MySQL database:”17:31
federico3https://github.com/openstack/designate/blob/stable/kilo/doc/source/backends/powerdns.rst17:32
andrewbogotthm, ok17:32
* andrewbogott wonders how this ever worked17:32
andrewbogottok next question...17:32
federico3this *should* be the backend doc for Kilo17:32
andrewbogott"Configure the options for designate-central - specifaclly "connection" to point to your MySQL database:"17:32
andrewbogottwhat mysql database do they mean?  I can think of at least three it might mean17:33
andrewbogottthe same as the one specified in the [storage:sqlalchemy] section?17:34
andrewbogott(probably I need to take a deep breath and unlearn all the lessons I learned from havana/juno and try to read these docs with a fresh eye)17:35
federico3possibly: can you access the Designate mysql/percona database?17:36
federico3the Powerdns Backend should be using a table called "domains", you should be able to see that table17:37
*** EricGonczer_ has joined #openstack-dns17:38
federico3...not to be confused with Designate's "domains" table https://github.com/openstack/designate/blob/stable/kilo/designate/storage/impl_sqlalchemy/tables.py#L7317:39
federico3the one you are looking for has less columns:17:39
federico3https://github.com/openstack/designate/blob/stable/kilo/designate/backend/impl_powerdns/tables.py#L2717:39
andrewbogottfederico3: Ah, ok — that’s probably where I was confused… that’s a pdns table /in/ the designate db, not the pdns db itself?17:40
andrewbogottlet me regroup and see if I can make that happen17:40
andrewbogott(sorry, having a crisis elsewhere, have to set this problem aside for a bit.  But, I may be unblocked now, so thank you!)17:45
federico3you are welcome17:46
*** EricGonczer_ has quit IRC17:49
*** EricGonczer_ has joined #openstack-dns17:49
*** EricGonczer_ has quit IRC17:50
*** krotscheck has quit IRC17:53
*** krotscheck has joined #openstack-dns18:00
*** adreznec has quit IRC18:10
*** adreznec has joined #openstack-dns18:10
*** elarson has quit IRC18:11
*** elarson has joined #openstack-dns18:17
*** rudrajit has joined #openstack-dns18:52
*** richm has joined #openstack-dns19:14
*** nyechiel_ has quit IRC19:35
*** rudrajit has quit IRC19:40
*** floppee has quit IRC20:17
*** ducttape_ has joined #openstack-dns20:37
*** ducttape_ has quit IRC21:16
*** ducttape_ has joined #openstack-dns21:36
*** bpokorny has joined #openstack-dns21:38
*** ducttape_ has quit IRC21:42
*** bpokorny has quit IRC22:56
*** ducttape_ has joined #openstack-dns23:17
openstackgerritCedric Brandily proposed openstack/designate: Allow to use project_name in handler formats  https://review.openstack.org/27760323:17
*** richm has quit IRC23:20
*** kei_yama has joined #openstack-dns23:25
*** km has joined #openstack-dns23:34
*** floppee has joined #openstack-dns23:50
openstackgerritCedric Brandily proposed openstack/designate: Allow to use project_name in handler formats  https://review.openstack.org/27760323:50
*** chlong_ has joined #openstack-dns23:54
*** ducttape_ has quit IRC23:55

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