*** clayton has joined #openstack-dns | 00:00 | |
*** johnbelamaric has quit IRC | 00:28 | |
*** johnbelamaric has joined #openstack-dns | 00:32 | |
*** johnbelamaric has quit IRC | 00:55 | |
*** EricGonczer_ has quit IRC | 00:56 | |
*** EricGonczer_ has joined #openstack-dns | 00:57 | |
*** EricGonczer_ has quit IRC | 00:57 | |
*** EricGonczer_ has joined #openstack-dns | 01:37 | |
*** chlong has joined #openstack-dns | 02:04 | |
*** rudrajit_ has quit IRC | 02:04 | |
*** stanzgy has joined #openstack-dns | 02:19 | |
*** EricGonczer_ has quit IRC | 02:29 | |
*** ozialien10 has quit IRC | 02:42 | |
*** sonuk has quit IRC | 03:17 | |
*** sonuk has joined #openstack-dns | 03:18 | |
*** chlong has quit IRC | 03:34 | |
*** chlong has joined #openstack-dns | 03:52 | |
openstackgerrit | sonu proposed openstack/designate: Fix typo in Docs https://review.openstack.org/325712 | 04:04 |
---|---|---|
*** amit213 has quit IRC | 04:08 | |
*** Alex_Stef has joined #openstack-dns | 04:19 | |
*** chlong has quit IRC | 04:26 | |
*** penick has joined #openstack-dns | 04:37 | |
*** chlong has joined #openstack-dns | 04:39 | |
*** penick has quit IRC | 04:48 | |
*** chlong has quit IRC | 05:05 | |
*** pcaruana has quit IRC | 05:13 | |
*** chlong has joined #openstack-dns | 05:18 | |
*** chlong has quit IRC | 05:37 | |
*** openstackgerrit has quit IRC | 06:02 | |
*** openstackgerrit has joined #openstack-dns | 06:03 | |
*** ChanServ sets mode: +v openstackgerrit | 06:03 | |
*** chlong has joined #openstack-dns | 06:31 | |
*** nyechiel_ has joined #openstack-dns | 06:45 | |
*** Alex_Stef has quit IRC | 06:58 | |
*** pcaruana has joined #openstack-dns | 07:14 | |
*** jschwarz has joined #openstack-dns | 07:43 | |
*** bsv has joined #openstack-dns | 07:45 | |
*** chlong has quit IRC | 07:56 | |
*** jordanP has joined #openstack-dns | 08:23 | |
*** sonuk has quit IRC | 08:27 | |
*** jordanP has quit IRC | 08:29 | |
*** jordanP has joined #openstack-dns | 08:36 | |
bsv | mornings | 08:40 |
*** kodokuu has joined #openstack-dns | 09:07 | |
kodokuu | Hi, I try to install designate on Mitaka release. Anyone have docs ? Because I found just for upgrade from liberty to mitaka | 09:08 |
bsv | kodokuu: the docs are kinda broken atm. | 09:09 |
bsv | I had it working until a week ago, then something happened, and my previously wokring playbooks (Ansible deployment) stopped working. | 09:10 |
bsv | Wait a min., sink stopped working, the rest of designate is working fine :) | 09:10 |
bsv | sorry, a bit too fast there :) | 09:11 |
bsv | kodokuu: I used some old ansible playbooks and this; http://docs.openstack.org/developer/designate/install/ubuntu-dev.html | 09:12 |
bsv | http://docs.openstack.org/mitaka/networking-guide/adv-config-dns.html | 09:13 |
bsv | http://docs.openstack.org/developer/designate/index.html | 09:13 |
bsv | That should get you started. | 09:13 |
*** Alex_Stef has joined #openstack-dns | 09:14 | |
bsv | kodokuu: be warned, some of the configuration values listed in the examples/guides are wrong. | 09:14 |
kodokuu | bsv I try to understand new method for install in mitaka. Now we need to generate a yaml file with all conf for our pool then update this file in designate for add conf in Db ? | 09:16 |
kodokuu | upload this file* | 09:16 |
*** jordanP has quit IRC | 09:16 | |
bsv | yes | 09:17 |
bsv | the pools.yml file | 09:17 |
kodokuu | ok so on fresh install, all conf of pool in designate.conf are deleted ? | 09:17 |
kodokuu | just need : rabbitmq conf, keystone conf and sink conf ? | 09:18 |
kodokuu | and DB conf | 09:19 |
bsv | let me check my setup, 1 sec. | 09:19 |
kodokuu | bsv and strange in http://docs.openstack.org/developer/designate/install/ubuntu-dev.html | 09:20 |
kodokuu | designate-manage pool update BEFORE designate-manage database sync | 09:20 |
bsv | yeah | 09:20 |
kodokuu | Where designate store conf if tables in DB are not created ? | 09:20 |
bsv | I do a sync both before AND after import with my deploymentscript, if I dont, it will fail. | 09:20 |
bsv | yep | 09:21 |
kodokuu | ok ^^ | 09:21 |
bsv | I have a list of bugs that i'm going to report when I get the time. | 09:21 |
kodokuu | ok | 09:23 |
kodokuu | And need to start central service before upload pool.yaml ? | 09:23 |
bsv | I used this as main reference while creating a new and updated version; https://github.com/Prophidys/ansible-designate | 09:24 |
bsv | You can see the main steps in that git. | 09:24 |
bsv | not sure if the service autostart, but in my playbbok i do the pools.yml import, database sync, pool-manager-cache sync and then enable+start all services. | 09:27 |
bsv | last step in the designate-server role, is doing a sync against powerdns (using powerdns as auth.dns). | 09:28 |
kodokuu | designate-manage powerdns sync is if you have an pdns with data ? | 09:31 |
bsv | yes | 09:32 |
bsv | I really wanted to run my dns-servers on OpenBSD, so I ported the ns-slave part to use PowerDNS on OpenBSD. | 09:32 |
kodokuu | bsv when I sync powerdns for the first time, I have error ==> ValueError: Tables "cryptokeys,domainmetadata,domains,records,supermasters,tsigkeys" have non utf8 collation, please make sure all tables are CHARSET=utf8 | 09:36 |
bsv | yes I get that one too | 09:36 |
kodokuu | do you have fix ? | 09:36 |
bsv | yes :) | 09:36 |
kodokuu | :D | 09:36 |
bsv | ah wait, yours are slightly different. | 09:37 |
bsv | how did you create the databases? | 09:38 |
kodokuu | create database pdns | 09:38 |
kodokuu | without option | 09:38 |
bsv | check the collation on the database | 09:39 |
kodokuu | collation is NULL | 09:40 |
bsv | hmm | 09:41 |
kodokuu | I recreate DB with CHARACTER SET utf8 COLLATE utf8_general_ci | 09:42 |
bsv | sshalter database pdns charset=utf8; | 09:43 |
bsv | alter* | 09:43 |
kodokuu | ok works :) | 09:43 |
kodokuu | but collation always on NULL | 09:44 |
kodokuu | Create_options = utf8_general_ci works | 09:44 |
bsv | using postgres right? | 09:46 |
bsv | pr mysql | 09:46 |
bsv | or* | 09:46 |
bsv | You should submit a report on that. | 09:47 |
kodokuu | mysql | 09:50 |
bsv | last time i checked, mysql/mariadb is using latin1 as default. | 09:50 |
kodokuu | How can I force pool manager to recreate domains ? because I created domains before the issue with collation and my domains tables is empty in pdns DB | 09:51 |
bsv | pool manager should do that for you. | 09:51 |
kodokuu | I have log : Zone example.org. is not present in some targets | 09:51 |
kodokuu | ha ok created after 5 min ^^ | 09:52 |
bsv | :) | 09:52 |
kodokuu | ok need records now :D | 09:52 |
bsv | you can force it, using the sync commands. | 09:52 |
bsv | or just wait :) | 09:53 |
*** kei_yama has quit IRC | 09:54 | |
bsv | you can tail /var/log/designate/pool-manager.log and see the progess. | 09:57 |
*** chlong has joined #openstack-dns | 10:44 | |
*** venkat has joined #openstack-dns | 11:12 | |
*** venkat has quit IRC | 11:31 | |
*** stanzgy has quit IRC | 11:36 | |
kodokuu | bsv I add records but I can't see anything in pdns DB | 11:42 |
kodokuu | I see SOA request from mdns, But I guess pdns no works and don't add records in DB | 11:42 |
bsv | kodokuu: can you paste your pools.yml somewhere (etherpad.openstack.org :) )? | 11:43 |
kodokuu | bsv http://paste.openstack.org/show/508342/ | 11:45 |
kodokuu | I can see domain in pdns DB because inject directly by pool manager, But mdns service no works with pdns | 11:46 |
kodokuu | Maybe pdns bad config :/ | 11:46 |
bsv | oh | 11:47 |
bsv | pools.yml seems fine | 11:50 |
kodokuu | pdns don't have log but with service status I can see : | 11:50 |
kodokuu | Received NOTIFY for example.org from 10.121.204.132 but slave support is ...ration | 11:50 |
bsv | what does a 'designate server-list' spit out? | 11:51 |
kodokuu | I can see my NS server | 11:53 |
kodokuu | need to make pdns in slave mode ? | 11:58 |
bsv | depends on how you want your setup to be. I'm using two pdns servers as slaves | 11:59 |
kodokuu | I have a master NS (windows) for request of clients, but pdns have delegation for a zone | 12:00 |
kodokuu | So my first NS request pdns for that zone | 12:01 |
kodokuu | But I purpose slave mode for fix my bug ^^ | 12:01 |
kodokuu | bsv mdns.log http://paste.openstack.org/show/508346/ | 12:04 |
kodokuu | hum designate mitaka works with all version of pdns ??? | 12:08 |
bsv | 1 sec | 12:08 |
kodokuu | maybe issue with compability DB scheme between pdns and mitaka | 12:08 |
bsv | im running powerdns 3.4.5 on my testsetup, and its working fine. | 12:11 |
*** venkat has joined #openstack-dns | 12:20 | |
kodokuu | ok me too | 12:33 |
kodokuu | bsv how can I check zone in pdns ? | 12:34 |
bsv | For low-level testing, I log onto the server and check the tables. | 12:35 |
bsv | use pdns; | 12:35 |
bsv | select * from records; | 12:35 |
bsv | or select * from domains; | 12:35 |
bsv | you get the point :) | 12:35 |
kodokuu | ok I have from domains | 12:36 |
kodokuu | but no from records | 12:36 |
kodokuu | domains ==> | 1 | example.org | 10.121.204.132:5354 | NULL | SLAVE | NULL | NULL | bc7c68e9e57645fb942e6a9e5bee5441 | 12:37 |
bsv | When testing latency and speed, I open a terminal with a 'while true; mysql bla blah select * blah; sleep 1; done' for each slave. | 12:37 |
bsv | check the status of the domain (it's one of the rows in that table). | 12:37 |
bsv | if its not active, it wont get any records. | 12:38 |
bsv | in my experience. | 12:38 |
kodokuu | in designate DB ? | 12:38 |
kodokuu | in designate db status ERROR | 12:39 |
bsv | when the pool-manager see that the domain has been created and verified, the staus is set. | 12:41 |
bsv | enable debugging info in /etc/designate/designate.conf and look for errors in the pool-manager.conf logfile. | 12:41 |
kodokuu | I try to recreate domain | 12:42 |
bsv | you could also try to execute a sync-all | 12:42 |
bsv | designate sync-all | 12:42 |
kodokuu | yes but no works ^^ | 12:42 |
kodokuu | ok new domains stay in PENDING status | 12:45 |
kodokuu | because mdns issue ==> loop on toto.org. not found on 10.121.204.137:53 | 12:45 |
kodokuu | I guess I have pb with pdns !!!! | 12:46 |
bsv | pb? | 12:48 |
kodokuu | issue* | 12:49 |
kodokuu | pdns no answer to SOA request from mdns | 12:49 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/325883 | 12:51 |
kodokuu | bsv with pdns_control list-zones slave I have nothin :/ | 12:55 |
bsv | sounds like you step outside the golden install-path during your deployment :) | 12:56 |
bsv | You could always drop the databases, and re-initialize them if you feel that something is wrong at that end. | 12:57 |
bsv | Think i've installed designate more than 50 times >.< | 12:57 |
kodokuu | this is my issue ==> http://paste.openstack.org/show/508352/ | 12:58 |
kodokuu | But I drop all database and recreate | 12:58 |
*** Alex_Stef has quit IRC | 13:00 | |
bsv | if you think the db is okay, dont drop em :) | 13:00 |
bsv | have you tried to check connectivity? | 13:01 |
bsv | between the two machines? | 13:01 |
bsv | i mean, just to make sure its not some local firewall playing tricks on you. | 13:02 |
bsv | bah, im not reading what you pasted the correct way. sry | 13:05 |
bsv | you did get an answer. | 13:05 |
*** venkat has quit IRC | 13:06 | |
kodokuu | bsv hum when sync powerdns I have message | 13:06 |
kodokuu | **** A manual post-migration step is required **** | 13:06 |
kodokuu | ARNING 006_add_inherit_ttl_col | 13:07 |
bsv | how are you setting up designate? | 13:08 |
kodokuu | y | 13:09 |
bsv | manually, puppet, ansible, etc.? | 13:09 |
kodokuu | mannually | 13:09 |
kodokuu | with RDO rpm | 13:09 |
bsv | Okay, I just have an error with RDO/Ansible when doing the migration steps. | 13:09 |
bsv | I have two slaves, and the playbook breaks after updating the first one, the second database never gets updated. | 13:10 |
bsv | Then I have to run the sync command manually, then it works. | 13:10 |
kodokuu | ok, not me ^^ | 13:11 |
*** Alex_Stef has joined #openstack-dns | 13:11 | |
bsv | I found out by manually doing a select * in the version table on the slave. | 13:12 |
kodokuu | after recreate all DB same issue ==> mdns have issue with SOA | 13:12 |
bsv | main devs usualy wake up around now, think we should poke them ;) | 13:13 |
kodokuu | Yes Kiall help me for Kilo release one year ago ;) | 13:13 |
bsv | Lucky, this channel is usualy quite dead. | 13:14 |
bsv | :) | 13:14 |
*** sonuk has joined #openstack-dns | 13:14 | |
*** jschwarz has quit IRC | 13:27 | |
*** kodoku has joined #openstack-dns | 13:28 | |
*** kodokuu has quit IRC | 13:28 | |
kodoku | bsv your bdd is on your pdns node ? | 13:35 |
kodoku | and pdns_control list-zones slave return what on your pdns node ? | 13:37 |
*** ivase has joined #openstack-dns | 13:37 | |
*** Alex_Stef has quit IRC | 13:38 | |
bsv | my domains | 13:39 |
kodoku | ok me return nothing | 13:40 |
kodoku | but I can see my domain in domains table in pdns DB | 13:40 |
kodoku | very strange >< | 13:40 |
bsv | https://etherpad.openstack.org/p/pdns-conf | 13:41 |
*** aurelien__ has joined #openstack-dns | 13:42 | |
*** dmk0202 has joined #openstack-dns | 13:44 | |
bsv | I have to go, off work now ;) | 13:46 |
kodoku | bsv ok thx | 13:48 |
kodoku | with conf nothing change | 13:48 |
kodoku | I try to search on mdns conf | 13:48 |
bsv | too bad we didnt find the problem :) | 13:48 |
*** aurelien__ has quit IRC | 13:49 | |
bsv | look at the arch. drawing at the website, follow the path step-by-step, check that requests and/or data is being recieved at each service and processed. Then move on to the next destination for that specific data. | 13:49 |
*** bsv has quit IRC | 13:50 | |
*** Alex_Stef has joined #openstack-dns | 13:51 | |
*** mlavalle has joined #openstack-dns | 13:53 | |
*** fawadkhaliq has joined #openstack-dns | 14:05 | |
*** EricGonczer_ has joined #openstack-dns | 14:07 | |
*** pglass has joined #openstack-dns | 14:18 | |
*** richm has joined #openstack-dns | 14:29 | |
*** EricGonczer_ has quit IRC | 14:48 | |
*** fawadkhaliq has quit IRC | 14:49 | |
*** Alex_Stef has quit IRC | 15:00 | |
*** dasm has left #openstack-dns | 15:00 | |
*** penick has joined #openstack-dns | 15:03 | |
*** rudrajit has joined #openstack-dns | 15:03 | |
*** dmk0202 has quit IRC | 15:05 | |
*** rudrajit has quit IRC | 15:07 | |
*** jschwarz has joined #openstack-dns | 15:13 | |
*** pglbutt has joined #openstack-dns | 15:18 | |
*** penick has quit IRC | 15:19 | |
*** pglass has quit IRC | 15:21 | |
*** EricGonczer_ has joined #openstack-dns | 15:35 | |
mlavalle | mugsie: I got an email from openstack.org asking me to upload the slides for the Austin presentations. I have uploaded the slides for the presentation I gave on Thursday. I can upload the slides for the workshop I gave with you, if that's ok with you | 15:46 |
*** jhfeng has joined #openstack-dns | 15:47 | |
*** dmk0202 has joined #openstack-dns | 15:58 | |
*** dmk0202 has quit IRC | 16:06 | |
*** jschwarz has quit IRC | 16:13 | |
*** rudrajit has joined #openstack-dns | 16:15 | |
*** james_li has joined #openstack-dns | 16:17 | |
*** rudrajit has quit IRC | 16:21 | |
*** rudrajit has joined #openstack-dns | 16:22 | |
*** james_li has quit IRC | 16:34 | |
*** pcaruana has quit IRC | 16:34 | |
*** rudrajit has quit IRC | 16:37 | |
*** pglass has joined #openstack-dns | 16:54 | |
*** pglbutt has quit IRC | 16:57 | |
*** darkxploit has quit IRC | 16:57 | |
*** penick has joined #openstack-dns | 17:06 | |
*** darkxploit has joined #openstack-dns | 17:10 | |
*** pglbutt has joined #openstack-dns | 17:16 | |
*** pglass has quit IRC | 17:20 | |
*** rudrajit has joined #openstack-dns | 17:23 | |
*** catintheroof has joined #openstack-dns | 17:25 | |
*** rudrajit has quit IRC | 17:26 | |
*** rudrajit has joined #openstack-dns | 17:26 | |
*** Alex_Stef has joined #openstack-dns | 17:58 | |
*** nyechiel_ has quit IRC | 18:17 | |
*** pcaruana has joined #openstack-dns | 18:29 | |
*** krotscheck has quit IRC | 18:42 | |
*** krotscheck_ has joined #openstack-dns | 18:42 | |
*** krotscheck_ is now known as krotscheck | 18:44 | |
*** ducttape_ has joined #openstack-dns | 18:51 | |
*** puck has quit IRC | 18:55 | |
*** puck has joined #openstack-dns | 18:59 | |
*** james_li has joined #openstack-dns | 19:12 | |
*** kodoku has quit IRC | 19:21 | |
*** rudrajit has quit IRC | 19:42 | |
*** rudrajit has joined #openstack-dns | 19:49 | |
*** openstackstatus has quit IRC | 19:55 | |
*** openstackstatus has joined #openstack-dns | 19:56 | |
*** ChanServ sets mode: +v openstackstatus | 19:56 | |
*** ducttape_ has quit IRC | 20:07 | |
*** jhfeng has quit IRC | 20:17 | |
*** jhfeng has joined #openstack-dns | 20:22 | |
*** jhfeng has quit IRC | 20:24 | |
*** jbratton has quit IRC | 20:25 | |
*** jbratton has joined #openstack-dns | 20:25 | |
*** ducttape_ has joined #openstack-dns | 20:28 | |
*** james_li has quit IRC | 20:46 | |
*** jhfeng has joined #openstack-dns | 20:50 | |
*** james_li has joined #openstack-dns | 20:56 | |
*** ivase has quit IRC | 21:06 | |
*** pcaruana has quit IRC | 21:08 | |
*** jhfeng has quit IRC | 21:24 | |
*** jhfeng has joined #openstack-dns | 21:32 | |
*** EricGonczer_ has quit IRC | 21:35 | |
*** catintheroof has quit IRC | 21:46 | |
*** james_li has quit IRC | 21:57 | |
*** ducttape_ has quit IRC | 22:23 | |
*** pglbutt has quit IRC | 22:30 | |
*** mlavalle has quit IRC | 22:31 | |
*** rudrajit has quit IRC | 22:45 | |
*** ducttape_ has joined #openstack-dns | 22:57 | |
*** penick has quit IRC | 22:58 | |
*** penick has joined #openstack-dns | 23:01 | |
*** penick has quit IRC | 23:15 | |
*** kei_yama has joined #openstack-dns | 23:26 | |
*** jhfeng has quit IRC | 23:28 | |
*** ducttape_ has quit IRC | 23:29 | |
*** EricGonczer_ has joined #openstack-dns | 23:49 | |
openstackgerrit | Michael Carden proposed openstack/designate: DOC: Minor grammar and typo fixes https://review.openstack.org/326180 | 23:55 |
*** ducttape_ has joined #openstack-dns | 23:56 | |
*** EricGonczer_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!