Thursday, 2016-06-02

*** kei_yama has quit IRC00:01
*** kei_yama_ has joined #openstack-dns00:01
*** ducttape_ has quit IRC00:34
*** bpokorny_ has joined #openstack-dns00:51
*** bpokorny_ has quit IRC00:54
*** bpokorny has quit IRC00:56
*** rudrajit has joined #openstack-dns01:05
*** rudrajit_ has joined #openstack-dns01:06
*** jhfeng has joined #openstack-dns01:07
*** rudrajit has quit IRC01:10
*** stanzgy has joined #openstack-dns01:33
*** amit213 has joined #openstack-dns01:39
*** amit213 has quit IRC01:41
*** ducttape_ has joined #openstack-dns01:42
*** amit213 has joined #openstack-dns01:44
*** kei_yama_ has quit IRC01:45
*** kei_yama has joined #openstack-dns01:45
*** kei_yama has quit IRC01:56
*** kei_yama has joined #openstack-dns02:03
*** EricGonczer_ has quit IRC02:11
*** jhfeng has quit IRC02:22
*** richm has quit IRC02:31
*** ducttape_ has quit IRC03:18
*** sonuk has quit IRC04:02
*** sonuk has joined #openstack-dns04:03
*** greghaynes has quit IRC05:58
*** greghaynes has joined #openstack-dns06:10
*** ducttape_ has joined #openstack-dns06:20
*** jschwarz has joined #openstack-dns06:26
*** ducttape_ has quit IRC06:26
*** bsv has joined #openstack-dns06:50
*** jschwarz has quit IRC07:24
*** bsv has quit IRC07:35
*** bsv has joined #openstack-dns07:37
*** bsv is now known as Guest7612707:37
*** Guest76127 has quit IRC07:38
*** Guest76127 has joined #openstack-dns07:38
*** Guest76127 is now known as bsv07:39
*** mpbnka has joined #openstack-dns07:52
mpbnkaHi, I am working on stable/kilo code. Yesterday I ran tox -e py27 and i got 83 unit tests failing07:54
mpbnkaone common issue I found is they are failing to import suds.client07:54
mpbnkaI have suds-jurko>=0.6 in my requirements.txt but still getting this issue07:55
mpbnkaany one facing the same or any thing I can try07:56
mpbnkaanother major error is        ERROR [designate.api.middleware] 'function' object has no attribute 'get'     Traceback (most recent call last):       File "designate/api/middleware.py", line 236, in __call__         return request.get_response(self.application)08:09
mpbnkaand I have some 83 test cases failing dou to this08:10
openstackgerritDavanum Srinivas (dims) proposed openstack/designate: [WIP] Testing latest u-c  https://review.openstack.org/31802008:10
*** ducttape_ has joined #openstack-dns08:22
*** ducttape_ has quit IRC08:26
*** rudrajit_ has quit IRC09:38
*** rudrajit has joined #openstack-dns09:50
*** ducttape_ has joined #openstack-dns10:22
*** ducttape_ has quit IRC10:27
Kiallmpbnka: That's caused by.. let me dig it out11:04
Kiallhttps://bugs.launchpad.net/octavia/+bug/158784911:04
openstackLaunchpad bug 1587849 in Designate mitaka "Flask 0.11.0 broke Octavia unit tests" [Undecided,In progress] - Assigned to Graham Hayes (grahamhayes)11:04
Kiallhttps://review.openstack.org/#/c/324039/ should apply to Kilo cleanly too to fix the issue11:05
mpbnkaKiall: Thanks that worked.11:24
mpbnkaI am down to 1 failed test case now11:24
*** abalutoiu has joined #openstack-dns11:25
mpbnkadesignate.tests.test_mdns.test_service.MdnsServiceTest.test_handle_empty_payload11:25
mpbnkathis is the error: AssertionError: Expected to be called once. Called 0 times.11:25
mugsiempbnka: can you give the full logs?11:30
mpbnkado I paste the full log here11:32
mpbnka============================== Failed 1 tests - output below: ==============================  designate.tests.test_mdns.test_service.MdnsServiceTest.test_handle_empty_payload --------------------------------------------------------------------------------  Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~        DEBUG [stevedore.extension] found extension EntryPoint.parse('qpid = oslo_messaging._drivers.impl_qpid:QpidDriver')11:34
*** ducttape_ has joined #openstack-dns11:35
openstackgerritMerged openstack/designate: Add djbdns backend  https://review.openstack.org/31087111:35
mpbnkaTraceback (most recent call last):       File "/root/kumar/aic-designate/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1201, in patched         return func(*args, **keywargs)       File "designate/tests/test_mdns/test_service.py", line 43, in test_handle_empty_payload         query_mock.assert_called_once_with('unknown', dns.rdatatype.A)       File "/root/kumar/aic-designate/.tox/py27/local/lib/python2.7/site-packa11:35
*** jschwarz has joined #openstack-dns11:35
mpbnkathis is the traceback11:35
openstackgerritMerged openstack/designate-tempest-plugin: Add client's methods and testcases for tsigkey  https://review.openstack.org/32196511:35
*** ducttape_ has quit IRC12:02
openstackgerritMerged openstack/designate: Fix tsig param names  https://review.openstack.org/32278512:04
openstackgerritMerged openstack/designate: Modify assert statement when comparing with None  https://review.openstack.org/31986412:09
openstackgerritMerged openstack/designate-dashboard: Updated from global requirements  https://review.openstack.org/32302812:18
bsvhow can I debug traffic not getting into the sink of designate?12:36
bsvservice is running, nova-compute have been configured with; notification_topics = notifications,notifications_designate12:38
mugsiebsv: is sink connected to the rabbitmq server?12:38
mugsieif you have the admin tools you can look at the clients on each queue / exchange12:38
*** jschwarz has quit IRC12:38
bsvyes, it is connected12:39
*** stanzgy has quit IRC12:39
bsvthe log show that it is connected.12:39
bsvbut is it the correct queue... that is the correct question :)12:41
bsvdoes the compute-node generate the event into rabbitmq directly, or is it done by the central nova-server?12:42
bsvthere must be some mapping between the notifications_designate, and what queue to notify?12:43
mugsiebsv: that should be done automatically12:46
mugsiewhat do you have in your designate conf for sink?12:46
mugsiethe compute nodes can put notifications on the queue afaik12:46
bsvenabled_notification_handlers = "nova_fixed"12:47
mugsiethere should be a queue name as well12:47
bsvhttps://etherpad.openstack.org/p/designate-issue0312:48
mugsiehttps://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L43212:48
mugsiehum12:48
mugsiethat looks right12:48
mugsieis there any logs from sink?12:49
bsvonly the startup info and a few lines about connecting to rabbitmq12:49
bsvmugsie: see etherpad12:51
mugsiedo you have a diiferent rmq server for designate and nova?12:51
bsvchecking, standby :)12:53
*** kei_yama has quit IRC12:57
bsvmugsie: actually im not sure13:03
bsvtrying to find out how the nova-compute is connected.13:04
bsvnothing about rabbitmq in the nova.conf on compute-host.13:04
bsvi just pasted the changed I made to nova.conf on the compute-node (etherpad)13:06
bsvdo I need designate in the notification_driver setting?13:07
mugsiebsv: no13:21
bsvok13:21
mugsiebsv: nothing in the conf file?13:21
mugsiewierd13:21
mugsieit should have an IP / user / pass13:21
mugsieor nova wont work13:21
*** ducttape_ has joined #openstack-dns13:22
bsvI can spawn instances, attach storage, create DNS records ... all is working, except the designate-sink13:22
mugsiebsv: i am about to run into a meeting, - leave info here and I will have a look when I get back13:22
bsvgreat thanks13:22
*** mpbnka has quit IRC13:24
*** ducttape_ has quit IRC13:25
*** nyechiel_ has joined #openstack-dns13:26
*** aurelien__ has joined #openstack-dns13:41
*** richm has joined #openstack-dns13:42
*** mlavalle has joined #openstack-dns13:55
*** venkat has joined #openstack-dns13:56
*** aurelien__ has quit IRC13:59
*** jhfeng has joined #openstack-dns14:15
*** aurelien__ has joined #openstack-dns14:18
*** rudrajit has quit IRC14:25
openstackgerritPaul Glass proposed openstack/designate-tempest-plugin: Add a zone export scenario test  https://review.openstack.org/32456114:30
*** venkat has quit IRC14:32
*** james_li has joined #openstack-dns14:33
openstackgerritPaul Glass proposed openstack/designate-tempest-plugin: Add a zone export scenario test  https://review.openstack.org/32456114:37
openstackgerritTim Simmons proposed openstack/designate: WIP Worker Model  https://review.openstack.org/28378414:37
openstackgerritPaul Glass proposed openstack/designate-tempest-plugin: Add a zone export scenario test  https://review.openstack.org/32456114:39
*** nyechiel_ has quit IRC14:49
openstackgerritFederico Ceratto proposed openstack/designate: Add gdnsd backend  https://review.openstack.org/31246714:58
openstackgerritFederico Ceratto proposed openstack/designate: Add gdnsd backend  https://review.openstack.org/31246714:59
*** EricGonczer_ has joined #openstack-dns14:59
*** johnbelamaric has joined #openstack-dns15:03
*** basilAB has quit IRC15:06
*** rudrajit has joined #openstack-dns15:07
*** rackertom has quit IRC15:07
*** rudrajit has quit IRC15:08
*** rudrajit has joined #openstack-dns15:08
*** basilAB has joined #openstack-dns15:08
*** rackertom has joined #openstack-dns15:09
*** james_li has quit IRC15:09
*** EricGonczer_ has quit IRC15:15
*** abalutoiu has quit IRC15:22
bsvmugsie: back yet? :)15:22
*** penick has quit IRC15:33
*** pglass has joined #openstack-dns15:33
*** darkxploit has joined #openstack-dns15:38
*** ducttape_ has joined #openstack-dns15:45
*** james_li has joined #openstack-dns15:46
openstackgerritMerged openstack/designate: Make registering error handlers compliant with Flask 0.11  https://review.openstack.org/32403815:54
openstackgerritMerged openstack/designate: Make registering error handlers compliant with Flask 0.11  https://review.openstack.org/32403915:54
openstackgerritMerged openstack/designate: Make cache_result safer to use  https://review.openstack.org/30175615:55
bsvAre there specific documentation on sink available=16:03
bsv?16:03
openstackgerritMerged openstack/designate: Fix parameters.yaml order  https://review.openstack.org/32278616:03
*** rudrajit_ has joined #openstack-dns16:03
mugsiebsv: still in meeting, but not really unfortunatly16:03
mugsiewe had always planned on removing it16:03
mugsiebut then people found actual use for it16:04
bsv:D16:04
mugsieso we should write the docs16:04
bsvI saw something about Neutron take on some of the tasks.16:04
bsvFor more advanced control.16:04
openstackgerritMerged openstack/designate: Catch all exceptions in PM's call to get_pool()  https://review.openstack.org/31914616:04
mugsiein mitaka, yeah16:05
bsvim running mitaka, but only need the simple static auto-assignment for now.16:06
*** rudrajit has quit IRC16:06
mugsiebsv: http://docs.openstack.org/mitaka/networking-guide/adv-config-dns.html16:06
bsvyeah, i have that one16:07
openstackgerritMerged openstack/designate: Update devstack dashboard+client clone+install method  https://review.openstack.org/31700316:07
*** ducttape_ has quit IRC16:07
bsvmugsie: do you recall what componenet on the nove-compute host is responsible for notifying duing auto-provisioning process?16:16
bsvI would say nova, but cant see anything in the logfiles.16:17
mugsiei think it is nova-compute16:17
mugsiei doubt they log it16:17
bsvi recall seeing a large json-blob in the sink.log with all the instance details.16:17
openstackgerritMerged openstack/designate: Fix Optional Tag for X-OpenStack-Request-ID  https://review.openstack.org/31867316:17
openstackgerritMerged openstack/designate: Removing cruft from before os-api-ref was a lib  https://review.openstack.org/31867416:18
*** ducttape_ has joined #openstack-dns16:29
*** penick has joined #openstack-dns16:33
*** aurelien__ has quit IRC16:41
*** EricGonczer_ has joined #openstack-dns16:46
*** ducttape_ has quit IRC16:51
*** EricGonczer_ has quit IRC16:53
*** EricGonc_ has joined #openstack-dns16:53
*** ducttape_ has joined #openstack-dns16:57
*** ducttape_ has quit IRC16:57
*** khushbu has joined #openstack-dns16:57
*** ducttape_ has joined #openstack-dns16:57
*** EricGonczer_ has joined #openstack-dns16:58
*** EricGonc_ has quit IRC16:59
*** EricGonc_ has joined #openstack-dns17:00
*** EricGonczer_ has quit IRC17:02
*** nyechiel_ has joined #openstack-dns17:17
*** ducttape_ has quit IRC17:22
*** ducttape_ has joined #openstack-dns17:24
*** bsv has quit IRC17:30
*** pglass has quit IRC17:35
*** james_li has quit IRC17:40
*** pglass has joined #openstack-dns18:13
*** pglass has quit IRC18:28
*** nyechiel_ has quit IRC18:36
*** johnbelamaric has left #openstack-dns18:36
*** johnbelamaric1 has joined #openstack-dns18:38
*** bsv has joined #openstack-dns18:52
*** EricGonczer_ has joined #openstack-dns19:00
*** EricGonc_ has quit IRC19:03
*** pglass has joined #openstack-dns19:05
*** james_li has joined #openstack-dns19:11
bsvmugsie: do you have a link for designate-client documentation/configuration?19:17
bsvI'm unable to find it at the website >.<19:17
bsvI have 4 lines for nova.conf and 3 for neutron.conf on the compute-host.19:19
*** johnbelamaric1 has quit IRC19:22
*** ducttape_ has quit IRC19:33
*** openstackstatus has quit IRC19:39
*** openstack has joined #openstack-dns19:39
*** ChanServ sets mode: +v openstack19:39
*** openstackstatus has joined #openstack-dns19:40
*** ChanServ sets mode: +v openstackstatus19:40
*** james_li has quit IRC19:50
*** james_li has joined #openstack-dns19:52
*** bsv has quit IRC20:22
*** johnbelamaric has joined #openstack-dns20:33
*** rudrajit has joined #openstack-dns20:59
*** ducttape_ has joined #openstack-dns21:01
*** rudrajit_ has quit IRC21:03
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/32482221:04
*** ducttape_ has quit IRC21:08
rudrajitmugsie: is anyone working on this: https://blueprints.launchpad.net/designate/+spec/share-domains21:10
*** james_li has quit IRC21:26
openstackgerritTim Simmons proposed openstack/designate: WIP Worker Model  https://review.openstack.org/28378421:28
*** james_li has joined #openstack-dns21:38
*** ducttape_ has joined #openstack-dns21:49
*** pglass has quit IRC21:50
*** ducttape_ has quit IRC21:59
*** james_li has quit IRC22:07
*** openstackgerrit has quit IRC22:19
*** openstackgerrit has joined #openstack-dns22:20
*** ChanServ sets mode: +v openstackgerrit22:20
*** jhfeng has quit IRC22:53
*** ducttape_ has joined #openstack-dns23:20
*** ducttape_ has quit IRC23:20
*** ducttape_ has joined #openstack-dns23:20
*** kei_yama has joined #openstack-dns23:33
*** EricGonczer_ has quit IRC23:38
*** EricGonczer_ has joined #openstack-dns23:44
*** EricGonczer_ has quit IRC23:49

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