Tuesday, 2015-01-20

*** EricGonczer_ has joined #openstack-dns00:02
openstackgerritKiall Mac Innes proposed openstack/designate: Pool Manager should reuse the existing threadgroup  https://review.openstack.org/14837500:05
*** nkinder has joined #openstack-dns00:06
*** ryanpetrello has quit IRC00:21
openstackgerritKiall Mac Innes proposed openstack/designate: Move PM warning log inside the correct if block  https://review.openstack.org/14838900:22
openstackgerritRon Rickard proposed openstack/designate: Call the Pool Manager Instance for the Domain  https://review.openstack.org/14839000:38
*** rmoe has quit IRC01:05
*** EricGonczer_ has quit IRC01:06
*** ryanpetrello has joined #openstack-dns01:15
*** rmoe has joined #openstack-dns01:20
*** ryanpetrello has quit IRC01:22
*** crc32 has quit IRC01:24
openstackgerritKiall Mac Innes proposed openstack/designate: Make PM call backends methods in parallel  https://review.openstack.org/14839901:31
*** stanzgy has joined #openstack-dns01:31
*** EricGonczer_ has joined #openstack-dns01:40
mugsiedaa213ef-3677-4181-8b8e-e070eae73be301:47
boris-42Kiall: around?01:51
openstackgerritVinod Mangalpally proposed openstack/designate:  Update mDNS to accept server object  https://review.openstack.org/14840202:03
*** vinod has quit IRC02:13
openstackgerritKiall Mac Innes proposed openstack/designate: Move PM warning log inside the correct if block  https://review.openstack.org/14838902:13
*** EricGonczer_ has quit IRC02:17
*** crc32 has joined #openstack-dns02:19
timsim-webchatmugsie: PATCH v2/quotas/noauth-project { "quota": { "zones": 999999999, "recordset_records": 999999999, "zone_records": 999999999, "zone_recordsets": 999999999}}02:22
*** vinod has joined #openstack-dns02:32
*** vinod has quit IRC02:41
mugsieujN9KnZq02:48
*** timsim-webchat has quit IRC02:58
*** crc32 has quit IRC03:20
*** EricGonczer_ has joined #openstack-dns03:42
*** EricGonczer_ has quit IRC03:51
*** crc32 has joined #openstack-dns04:13
*** chlong has quit IRC04:19
*** kbyrne has quit IRC04:27
*** chlong has joined #openstack-dns04:28
*** csoukup has joined #openstack-dns05:09
*** bauruine has quit IRC05:34
*** csoukup has quit IRC05:36
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Imported Translations from Transifex  https://review.openstack.org/14804306:09
*** nkinder has quit IRC06:32
*** rjrjr has joined #openstack-dns06:43
*** rjrjr has quit IRC06:50
*** chlong has quit IRC07:41
*** nihilifer has joined #openstack-dns08:25
*** jordanP has joined #openstack-dns08:51
*** bauruine has joined #openstack-dns09:24
*** chlong has joined #openstack-dns09:28
*** kbyrne has joined #openstack-dns10:01
*** kbyrne has quit IRC10:15
*** kbyrne has joined #openstack-dns10:22
*** stanzgy has quit IRC10:54
*** untriaged-bot has joined #openstack-dns11:02
untriaged-botUntriaged bugs so far:11:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141230611:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141170011:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141171711:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141260111:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/140962911:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141113211:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141243111:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141253911:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141143211:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/128944411:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141260511:02
*** untriaged-bot has quit IRC11:02
*** betsy has quit IRC12:00
*** betsy has joined #openstack-dns12:01
*** RaginBajin has joined #openstack-dns12:32
*** EricGonczer_ has joined #openstack-dns13:00
*** EricGonc_ has joined #openstack-dns13:05
*** EricGonczer_ has quit IRC13:07
*** ryanpetrello has joined #openstack-dns13:13
*** Kodokuu has joined #openstack-dns13:21
KodokuuHi, i have an issue with installation of designate. http://pastebin.com/xz1GiKy5   My machine can't have acces to WEB.13:22
eanderssonThe easiest way is probably to clone designate using git clone and copying that over to your server.13:23
Kodokuuok, i need a .git ?13:26
eanderssonYea13:26
Kodokuuok thx13:26
openstackgerritJulien Danjou proposed openstack/designate: Clean requirements  https://review.openstack.org/14855213:28
*** EricGonc_ has quit IRC13:50
*** EricGonczer_ has joined #openstack-dns13:57
*** EricGonc_ has joined #openstack-dns13:59
*** EricGonczer_ has quit IRC14:03
*** iraw_ has joined #openstack-dns14:03
KodokuuCan we use mysql backend storage for designate ?14:06
*** iraw_ has quit IRC14:06
eanderssonDo you mean for Designate itself or for the DNS solution?14:06
Kodokuufor [storage:sqlalchemy] in designate.conf14:09
eanderssonUnder [storage:sqlalchemy] simply change connection to connection = mysql://username:password@ip/db14:09
eanderssonSo yes :p14:09
Kodokuuok i make mysql in [storage:sqlalchemy] but i have ERROR designate-manage [-] Database not yet initialized  When i sync database14:10
Kodokuuhttp://pastebin.com/b3nJhu7J14:11
*** csoukup has joined #openstack-dns14:11
*** EricGonc_ has quit IRC14:14
eanderssonTry these instructions14:14
eanderssonhttps://github.com/openstack/designate/blob/5863bafda9ec111adb718a8fbb261cbd3b854160/doc/source/install/ubuntu.rst14:14
eanderssonYou may need to create the database manually.14:15
eanderssonGRANT ALL ON designate.* TO 'designate'@'localhost' IDENTIFIED BY 'designate'14:16
eanderssonCREATE DATABASE designate14:16
eanderssonactually nvm14:18
eanderssonwhat version are you running? trunk?14:18
*** mwagner_lap has joined #openstack-dns14:18
Kodokuui have create mysql database14:19
Kodokuui can connect with mysql -u desig.......14:19
Kodokuui am on rhel614:19
eanderssonDid you clone the master for github?14:19
Kodokuui download zip from icehouse branch14:19
Kodokuui use icehouse rdo version14:20
*** nihilifer has quit IRC14:20
Kodokuuhttp://pastebin.com/D4Q7vn8F14:22
boris-42Kiall: around?14:24
Kodokuuno idea ? :)14:30
Kodokuuok, i forgot designate-manage database-init14:40
eanderssonah yea I think that was removed in the newer builds14:41
eanderssonhttps://github.com/openstack/designate/blob/stable/icehouse/doc/source/install/ubuntu.rst14:42
Kodokuuok, on http://IP_SERVER:9001/v1/command   ==> {   "code": 404 }14:48
KodokuuIs it good ?14:48
eanderssondid you register designate in keystone?14:48
Kodokuunot now14:48
Kodokuudo you have procedure ?14:48
Kodokuui must create designate user in keystone? What role ?15:03
*** EricGonczer_ has joined #openstack-dns15:04
*** EricGonc_ has joined #openstack-dns15:13
*** EricGonczer_ has quit IRC15:13
Kodokuuok all works :) i post a server, a domain and a record :) nslookup works15:16
eanderssonawesome15:16
eanderssonglad to hear Kodokuu15:16
eanderssonDid you figure out how to register designate with keystone?15:16
Kodokuuyes15:16
Kodokuui create a user and i add it in service project15:16
KodokuuNow, is it possible to add my own records? When user create an instance in openstack ?15:19
*** paul_glass has joined #openstack-dns15:20
eanderssonYes. Take a look at Nova Fixed Handler.15:20
eanderssonin the example config15:20
eanderssonYou'll need to configure Nova to send notifications to Desigante as well for it to work automatically.15:21
Kodokuuok15:21
Kodokuunotification_driver must be rabbitmq for nova ?15:22
eanderssonI don't think you need to set it as it should be by default.15:23
Kodokuudefault is rpc15:23
eanderssonah yea should be rabbit15:23
eanderssonand then something like notification_topics=notifications15:23
eanderssonIn my dev on Icehouse I have15:24
eanderssonnotification_driver=15:24
eanderssonnotification_topics=notifications15:24
Kodokuuok15:25
Kodokuuno need neutron for basic use  ?15:29
eanderssonnope15:29
eanderssonOnly for floatingip's I think15:29
Kodokuugreat15:30
Kodokuuin [handler:nova_fixed]15:30
Kodokuuhttp://pastebin.com/NsJCrGAv15:30
eanderssonthat should work if you set notification_topics=monitor in nova I think15:31
Kodokuuok :) i try15:31
eanderssonthe dns entry added should be based on the ip15:31
eanderssone.g. 127-0-0-1.mydomain.net.15:32
Kodokuuok, for based on hostname ?15:32
Kodokuuformat = ā€˜%(display_name)s.%(domain)sā€™15:33
eanderssonYea, or %(hostname)s.%(domain)s maybe15:33
eanderssonYou may also want to look at customizing the handler15:34
eanderssonhttps://github.com/openstack/designate/blob/stable/icehouse/contrib/designate-ext-samplehandler/designate_ext_samplehandler/notification_handler/sample.py15:34
eanderssondepending ony your needs15:34
Kodokuuok, i need hostname.domain15:34
Kodokuuso it's good15:34
Kodokuui should add configuration on nova ?15:35
eanderssonThe only thing you should need in nova is notifications_topics=monitor15:35
eanderssonbut remember to restart the services after changing the config :p15:35
eanderssonand start designate-sink15:35
Kodokuuok15:36
Kodokuuhum big trace on sink :) nerver launch^^15:36
eanderssonpastebin :p15:37
Kodokuuhttp://pastebin.com/SjrZEUXv15:37
eanderssonin [service:sink]15:38
eanderssonadd enabled_notification_handlers = nova_fixed15:38
Kodokuuworks15:39
Kodokuui try to launch instance15:40
Kodokuuarf, nothing15:45
eanderssonheh15:45
Kodokuuinstance up, but no action on designate15:45
eanderssoncheck rabbitmq and make sure that the sink is consuming15:45
eanderssonI would probably go in and rename notification_topics to notifications-designate15:46
eanderssonand change it both in nova and designate15:46
eanderssonthen go to rabbitmq http://localhost:15672 and make sure that the consumer is consuming15:46
eanderssonif the consumer is attached, make sure that the queue is getting messages15:47
eanderssonnotifications_topics=monitor, notifiactions-designate15:47
eanderssonor something like that in nova15:47
Kodokuui pastebin my conf15:48
Kodokuuhttp://pastebin.com/bc76tV9b15:49
eanderssoncheck this http://localhost:15672/#/queues/%2F/monitor.info15:50
eanderssondo you have that queue?15:50
eanderssonYou need the RabbitMQ management plugin for that url :P15:50
Kodokuui dont have the plugin ^^15:50
eanderssonhighly recommended for troubleshooting :P15:51
eanderssonhttps://www.rabbitmq.com/management.html15:51
Kodokuunot in my repo15:52
Kodokuubut designate is installed on my controler node15:52
Kodokuuso rabbit works15:52
eanderssonah15:53
Kodokuubecause nova and neutron node works15:53
eanderssonreplace localhost with the hostname of your rabbitmq15:53
Kodokuuok15:53
eanderssonbut try adding the following to your nova conf15:53
eanderssonnotifications_topic=monitor, notifications-designate15:53
eanderssonand change notification_topics = monitor to notification_topics = notifications-designate15:54
Kodokuudone in restart all i try15:55
KodokuuI*15:56
eanderssongotta go but good luck! :D15:56
Kodokuurecords are record when instance is active ?15:58
Kodokuuarf no works :(16:00
Kodokuuno logs, nothing16:02
Kodokuuand now i can't add record with API16:03
Kodokuuhttp://pastebin.com/bhuXrTNb16:04
eanderssonKodokuu: notification_driver=16:26
eanderssonDid you set that to empty in designate as well?16:26
eanderssontry just setting it to default by commenting it out #notification_driver=16:27
eanderssonor just pastebin both your current configs ;)16:28
*** betsy has quit IRC16:31
*** richm has joined #openstack-dns16:34
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/14862816:44
*** rmoe has quit IRC16:47
openstackgerritRon Rickard proposed openstack/designate: Call the Correct Pool Manager Instance for the Domain  https://review.openstack.org/14839016:55
*** untriaged-bot has joined #openstack-dns17:02
untriaged-botUntriaged bugs so far:17:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141230617:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141170017:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141171717:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141281217:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141260117:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/140962917:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141113217:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141243117:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141253917:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/141143217:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/128944417:02
*** untriaged-bot has quit IRC17:02
*** rmoe has joined #openstack-dns17:07
openstackgerritRon Rickard proposed openstack/designate: Periodic sync and recover Timers Throw Descriptive Errors  https://review.openstack.org/14865417:14
*** Kodokuu has quit IRC17:15
*** penick has joined #openstack-dns17:20
*** EricGonc_ has quit IRC17:35
*** jordanP has quit IRC17:38
*** betsy has joined #openstack-dns17:39
*** EricGonczer_ has joined #openstack-dns18:04
*** chlong has quit IRC18:08
*** csoukup has quit IRC18:08
*** vinod has joined #openstack-dns18:33
openstackgerritTim Simmons proposed openstack/designate: WIP - Experimental Agent Pool Manager Backend  https://review.openstack.org/14451018:40
openstackgerritTim Simmons proposed openstack/designate: Agent - Basic Service  https://review.openstack.org/14081518:40
openstackgerritTim Simmons proposed openstack/designate: Agent - Add AXFR Capability  https://review.openstack.org/14081718:40
openstackgerritTim Simmons proposed openstack/designate: Agent - Add basic NOTIFY support  https://review.openstack.org/14081618:40
openstackgerritTim Simmons proposed openstack/designate: Agent - Add Backend Capabilities  https://review.openstack.org/14081918:40
openstackgerritTim Simmons proposed openstack/designate: Agent - Add Support for Receiving Private CLASS/RRDATA Messages  https://review.openstack.org/14081818:40
openstackgerritMerged openstack/designate: Updated from global requirements  https://review.openstack.org/14862818:45
openstackgerritMerged openstack/designate: Imported Translations from Transifex  https://review.openstack.org/14804318:46
openstackgerritMerged openstack/designate: Move PM warning log inside the correct if block  https://review.openstack.org/14838918:47
openstackgerritJulien Danjou proposed openstack/designate: Clean requirements  https://review.openstack.org/14855218:50
openstackgerritMerged openstack/designate:  Update mDNS to accept server object  https://review.openstack.org/14840218:50
*** EricGonc_ has joined #openstack-dns18:50
openstackgerritMerged openstack/designate: Pool Manager should reuse the existing threadgroup  https://review.openstack.org/14837518:53
openstackgerritMerged openstack/designate: Periodic sync and recover Timers Throw Descriptive Errors  https://review.openstack.org/14865418:53
*** EricGonczer_ has quit IRC18:54
*** timsim-webchat has joined #openstack-dns18:55
*** jmcbride has joined #openstack-dns18:59
*** crc32 has quit IRC19:26
openstackgerritMerged openstack/designate: Clean requirements  https://review.openstack.org/14855219:28
*** EricGonc_ has quit IRC19:33
*** EricGonczer_ has joined #openstack-dns19:33
mugsietimsim-webchat: https://pbs.twimg.com/media/B70N9vJIYAAmdXV.png:large19:34
*** vinod has quit IRC19:42
*** openstackstatus has joined #openstack-dns19:45
*** ChanServ sets mode: +v openstackstatus19:45
-openstackstatus- NOTICE: Gerrit restarted to address likely memory leak leading to server slowness. Sorry if you were caught in the restart19:53
*** vinod has joined #openstack-dns19:54
*** shakamunyi has joined #openstack-dns20:00
*** jmcbride has quit IRC20:00
*** paul_glass has quit IRC20:01
*** paul_glass has joined #openstack-dns20:06
*** shakamunyi has quit IRC20:17
*** shakamunyi has joined #openstack-dns20:19
*** shakamunyi has quit IRC20:20
*** shakamunyi has joined #openstack-dns20:21
*** betsy has quit IRC20:24
*** betsy_ has joined #openstack-dns20:24
*** puck has quit IRC20:33
*** jmcbride has joined #openstack-dns20:35
*** puck has joined #openstack-dns20:42
openstackgerritRon Rickard proposed openstack/designate: Call the Correct Pool Manager Instance for the Domain  https://review.openstack.org/14839020:44
*** jmcbride has quit IRC20:44
*** jmcbride has joined #openstack-dns20:44
*** timsim-webchat has quit IRC20:44
*** shakamunyi has quit IRC20:46
*** vinod has quit IRC20:54
*** shakamunyi has joined #openstack-dns20:57
*** jmcbride has quit IRC21:12
openstackgerritBetsy Luzader proposed openstack/designate:   Server Pool Storage Clean Up  https://review.openstack.org/14834821:24
*** crc32 has joined #openstack-dns21:47
*** vinod has joined #openstack-dns21:48
*** timsim-webchat has joined #openstack-dns21:48
*** rjrjr has joined #openstack-dns21:49
*** ChanServ changes topic to "Openstack DNS / Designate - Weekly meet on Wednesdays @ 1700 UTC https://launchpad.net/designate - Help us choose a new meeting time - https://www.surveymonkey.com/r/FJRBSVF - https://github.com/openstack/designate - http://docs.openstack.org/developer/designate/ - This room is logged (http://eavesdrop.openstack.org/irclogs/)"21:50
*** ChanServ changes topic to "Openstack DNS / Designate - Weekly meet on Wednesdays @ 1700 UTC https://launchpad.net/designate - Help us choose a new meeting time - https://www.surveymonkey.com/r/FJRBSVF - https://github.com/openstack/designate - http://docs.openstack.org/developer/designate/ - This room is logged - http://eavesdrop.openstack.org/irclogs/"21:50
*** RaginBajin has quit IRC22:04
openstackgerritDoug Hellmann proposed openstack/designate: Temporary fix for bad _dispatch() invocation  https://review.openstack.org/14873322:08
*** jmcbride has joined #openstack-dns22:15
*** jmcbride has quit IRC22:15
*** jmcbride has joined #openstack-dns22:16
openstackgerritMerged openstack/designate: Call the Correct Pool Manager Instance for the Domain  https://review.openstack.org/14839022:24
*** mwagner_lap has quit IRC22:40
*** ryanpetrello has quit IRC22:44
*** paul_glass has quit IRC22:51
*** vinod has quit IRC22:57
*** ryanpetrello has joined #openstack-dns22:58
*** betsy_ has quit IRC22:59
*** EricGonczer_ has quit IRC23:01
*** EricGonczer_ has joined #openstack-dns23:09
*** puck has quit IRC23:12
*** EricGonczer_ has quit IRC23:14
*** puck has joined #openstack-dns23:16
*** jmcbride has quit IRC23:19
*** puck has quit IRC23:19
*** puck has joined #openstack-dns23:19
*** shakamunyi has quit IRC23:38
*** chlong has joined #openstack-dns23:40
*** chlong has quit IRC23:45
*** chlong has joined #openstack-dns23:46
*** vinod has joined #openstack-dns23:52

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