Friday, 2015-05-22

*** mlavalle has joined #openstack-dns00:00
*** kei_yama has quit IRC00:06
*** kei_yama has joined #openstack-dns00:06
*** mlavalle has quit IRC00:14
*** ducttape_ has joined #openstack-dns00:27
*** kei_yama has quit IRC00:32
*** kei_yama has joined #openstack-dns00:33
*** ducttape_ has quit IRC00:36
*** mlavalle has joined #openstack-dns00:37
*** mlavalle has quit IRC00:47
*** kei_yama has quit IRC01:00
*** kei_yama has joined #openstack-dns01:00
*** stanzgy has joined #openstack-dns01:34
*** boris-42 has quit IRC02:08
*** jmcbride has joined #openstack-dns03:59
*** richm has quit IRC03:59
*** mlavalle has joined #openstack-dns06:25
*** nihilifer has joined #openstack-dns06:29
*** hetii has joined #openstack-dns06:59
hetiihi :)07:00
hetiihmm I try run designate-central i get: 2015-05-22 09:08:50.803 19695 TRACE designate.openstack.common.threadgroup ValueError: Unknown remainder ['g99db2f6'] in '2014.2.1.dev13.g99db2f6'07:11
hetiiwhat It means/07:11
hetiiAnd also in designate 1.2.0 I get ERROR: __init__() got an unexpected keyword argument 'error' when call designate server-list07:16
*** chlong has quit IRC07:58
hetiiThere Is a bug in designateclient.exceptions in file  /usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py  we have wrap_api_call() that raise raise exceptions.NotFound(**response_payload)08:51
hetiiand I got content like: {u'error': {u'message': u'The resource could not be found.', u'code': 404, u'title': u'Not Found'}}08:52
hetiias we can see there is error key argument and designateclient.exceptions expect to gget errors insteaad error08:53
*** km has quit IRC09:00
*** kei_yama has quit IRC10:07
hetiiQ: could some explain me why designate cli call defferent url for this servers:10:42
hetiihttp://pastebin.ca/300727610:42
hetiiHere is corrected full log:http://pastebin.ca/300727710:45
hetiiin devstack designate make 3 request, on second server he just one10:46
openstackgerritDavide Guerri proposed openstack/python-designateclient: Initialize all_tenants attribute when using an external session  https://review.openstack.org/18498810:46
*** stanzgy has quit IRC10:58
*** untriaged-bot has joined #openstack-dns10:59
untriaged-botUntriaged bugs so far:10:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145611510:59
openstackLaunchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy)10:59
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145508310:59
openstackLaunchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown)10:59
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145782110:59
openstackLaunchpad bug 1457821 in python-designateclient "all_tenants not defined when using an external keystone session" [Undecided,In progress] - Assigned to Davide Guerri (davide-guerri)10:59
*** untriaged-bot has quit IRC10:59
*** dguerri has joined #openstack-dns11:43
hetiiQ: How I can debug why designate not call first keystone but as a first call try get imidietly for eg server-list11:53
hetii?11:53
dguerrihetii: --debug11:54
dguerriif you are talking about the cli11:54
dguerribut probably not... as server-list would be11:55
dguerriodd :)11:55
hetiidguerri: sure I sue debug flag but what Is odd for me that I call the same designate command on devstack and some server and in devstack as  I see the first call is toDEBUG: REQ: curl -g -i --cacert "/ca-chain.pem" -X GET http://127.0.0.1:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"11:56
hetiiand as a agent we see python-keystoneclient"11:56
hetiion other server when I call the same command like: designate server-list --debug11:56
hetiiI got: DEBUG: REQ: curl -g -i --cacert "/ca-chain.pem" -X GET http://10.30.32.1:35357/v2.0/servers -H "User-Agent: python-designateclient-               1.1.1" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3ee4f1f7eeda28c571c3d272d1887fbe94b8e6"11:57
hetiias a first request (and the last because it raise TypeError: __init__() got an unexpected keyword argument 'error'11:57
dguerrihetii: I see. Same client? I mean are you trying that with the same designate client?11:57
hetiibecause its invalid url path11:57
dguerrialso check your env11:58
hetiiyes I downgrade designate to the same client on both server to 1.1.111:58
dguerriexport | grep OS_11:58
dguerrihttp://10.30.32.1:35357/v2.0/servers is no sense :)11:58
hetiisure and this is something that I cannot understand why he make this request11:59
dguerri"export | grep OS_" output?12:00
hetiihttp://pastebin.ca/300730512:01
hetiiI notice that on non workin system I have set OS_SERVICE_ENDPOINT12:02
dguerriyes12:02
dguerriremove OS_SERVICE_12:02
hetiinow I got The request you have made requires authentication.12:03
hetiibut seams to better behavior12:03
dguerriif you use a service account it won't use keystone12:03
dguerriOS_TENANT_NAME=services12:03
dguerrichange it to your tenant12:03
dguerrior admin12:04
dguerriand make sure OS_USERNAME and OS_PASSWORD contain the right credentials12:04
*** nihilifer has quit IRC12:05
dguerrihetii: are we happy?12:06
dguerrihttps://www.youtube.com/watch?v=qY2Vx8-yOsQ12:06
hetiinot fully yet :)12:06
hetiinow when I call keystone tenant-list I got that Expecting an endpoint provided via either --os-endpoint or env[OS_SERVICE_ENDPOINT]12:07
dguerriah! didn't notice you also need OS_ENDPOINT12:07
hetiias far as I remmeber there was just one tenant in this system that was called services (thats why I set it )12:07
*** nihilifer has joined #openstack-dns12:07
hetiiI have it set to OS_ENDPOINT=http://10.30.32.1:9001/v112:08
hetiiWhy its so unclear ...12:08
dguerriyou shouldn'f need it12:09
hetiiso unset it as well ?12:09
dguerriif you use keystone, that info is in your catalog12:14
*** chlong has joined #openstack-dns12:17
dguerrihetii: here the variables you need. unset the rest http://paste.openstack.org/show/231751/12:19
dguerriwell, you may need OS_CACERT too12:20
hetiihuh, I set just those variable that you paste, keystone tenant-list -> Expecting an auth URL via either --os-auth-url or env[OS_AUTH_URL]12:36
hetiiecho $OS_AUTH_URL12:36
hetiihttp://10.30.32.1:5000/v2.0/12:36
hetiihuh even more fun, when I export this variable instead source it then keystone show: Expecting authentication method via either a service token, --os-token or env[OS_SERVICE_TOKEN],  credentials, --os-username or env[OS_USERNAME]12:39
dguerriexport | grep OS_ ?12:40
hetiiOk I need to export all OS_*12:40
hetiito have it workin12:40
dguerribare minimum it what I pasted in http://paste.openstack.org/show/231751/12:40
dguerri*is12:41
hetiiok now looks like designate start working fine12:41
hetiidefinitly somebody who design this sofware should think to rid the way about using this enviroment variables12:42
dguerri'mon man... it's in the FM12:43
hetiior at least raise errors that actually means something usefuk12:45
dguerriand.... we spammed the wrong channel too :P12:45
hetiiuseful12:45
hetiiyep, ok just i`m a bit frustrated because of the time that I spend to guess what happens, was not sure if its a bug or misconfiguration12:46
hetiithank you for help12:46
dguerriopenstack is bug-free12:47
* dguerri runs away12:47
*** ducttape_ has joined #openstack-dns13:40
openstackgerritDavide Guerri proposed openstack/python-designateclient: Move all_tenants and edit managed attributes to designate Client  https://review.openstack.org/18498813:40
openstackgerritDavide Guerri proposed openstack/python-designateclient: Move all_tenants and edit_managed attributes to designate Client  https://review.openstack.org/18498813:40
*** hetii has quit IRC13:45
*** ducttape_ has quit IRC14:04
*** pglass has joined #openstack-dns14:12
*** nihilifer has quit IRC14:25
*** quistian has joined #openstack-dns14:40
quistianWhat DNS backends does Designate support?14:43
*** ducttape_ has joined #openstack-dns14:43
*** ducttape_ has quit IRC14:44
quistianAnd how much work is involved to add a new backend server e.g. tinydns?14:44
elarsonquistian: it supports bind9 and powerdns atm14:51
quistianThanks...  And does it support the normal delegation and zone transfers with other name servers?14:52
*** robert4man has joined #openstack-dns15:08
quistianAnd is there a web front end to interface with the Designate API?15:10
elarsonquistian: regarding delegation and normal dns bits, the way designate works is to provide an administrative API in front of dns servers. so an API call will end up performing a normal DNS call when possible.15:28
elarsonthat doesn't really answer your question very clearly, but I'm no DNS guru, so if you have a specific concern, it is probably best to either try out designate or ask for others to comment15:29
elarsonquistian: there is not currently a HTML / web dashboard, but there is a command line client and REST API15:30
quistianI suppose I am wondering if Designate is "too much" a framework, whereas I am looking for a more developed IP Address Management system.15:30
elarsonquistian: https://pypi.python.org/pypi/python-designateclient/1.2.015:30
elarsonquistian: again, not an expert, but if you want programmatic access to your DNS backend, designate is decent option. that said, if you're using tinydns, that backend needs to be implemented.15:32
*** mlavalle has quit IRC15:32
*** quistian has left #openstack-dns15:55
*** ducttape_ has joined #openstack-dns16:03
*** nihilifer has joined #openstack-dns16:03
*** mlavalle has joined #openstack-dns16:04
*** ducttape_ has quit IRC16:07
*** pglass has quit IRC16:12
*** dguerri is now known as dguerri`away16:14
*** mlavalle has quit IRC16:24
*** pglass has joined #openstack-dns16:29
*** pglass has quit IRC16:30
*** pglass has joined #openstack-dns16:30
*** mlavalle has joined #openstack-dns16:34
*** nkinder has joined #openstack-dns16:38
*** quistian has joined #openstack-dns16:40
*** quistian has quit IRC16:44
*** stanzgy has joined #openstack-dns16:45
*** untriaged-bot has joined #openstack-dns16:59
untriaged-botUntriaged bugs so far:16:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145611516:59
openstackLaunchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy)16:59
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145508316:59
openstackLaunchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown)16:59
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145782116:59
openstackLaunchpad bug 1457821 in python-designateclient "all_tenants and edit_managed not defined using external keystone session" [Undecided,In progress] - Assigned to Davide Guerri (davide-guerri)16:59
*** untriaged-bot has quit IRC16:59
*** shakamunyi has joined #openstack-dns17:58
*** ducttape_ has joined #openstack-dns18:02
*** stanzgy has quit IRC18:06
*** stanzgy has joined #openstack-dns18:07
*** mlavalle has quit IRC18:12
*** mlavalle has joined #openstack-dns18:16
*** ducttape_ has quit IRC18:21
*** ducttape_ has joined #openstack-dns18:25
*** quistian has joined #openstack-dns18:28
*** ducttape_ has quit IRC18:28
*** quistian has quit IRC18:33
*** shakamunyi has quit IRC18:36
*** stanzgy has quit IRC18:45
*** quistian has joined #openstack-dns18:52
*** mlavalle has quit IRC18:54
*** nihilifer has quit IRC19:00
*** nkinder has quit IRC19:04
*** mlavalle has joined #openstack-dns19:05
*** nkinder has joined #openstack-dns19:13
*** mlavalle has quit IRC19:17
*** nkinder has quit IRC19:43
*** nkinder has joined #openstack-dns19:45
*** robert4man has quit IRC20:05
*** quistian has quit IRC20:21
*** andrewbogott has quit IRC20:24
*** andrewbogott has joined #openstack-dns20:25
*** andrewbogott has quit IRC20:27
*** andrewbogott has joined #openstack-dns20:28
*** andrewbogott has quit IRC20:28
*** andrewbogott has joined #openstack-dns20:29
*** andrewbogott has quit IRC20:33
*** andrewbogott has joined #openstack-dns20:35
*** andrewbogott has joined #openstack-dns20:35
openstackgerritKiall Mac Innes proposed openstack/designate: Increase coverage of RRset tests  https://review.openstack.org/18454520:52
*** andrewbogott has left #openstack-dns20:54
*** dguerri`away is now known as dguerri20:59
*** nkinder has quit IRC20:59
*** Kiall has joined #openstack-dns21:05
*** pglass has quit IRC21:15
*** shakamunyi has joined #openstack-dns21:37
*** jh_ has joined #openstack-dns21:47
*** jh_ has quit IRC21:49
*** jhova has joined #openstack-dns21:50
*** shakamunyi has quit IRC21:54
*** dguerri is now known as dguerri`away21:56
*** shakamunyi has joined #openstack-dns22:06
*** barra204 has joined #openstack-dns22:09
*** dguerri`away is now known as dguerri22:15
*** dguerri is now known as dguerri`away22:18
*** nihilifer has joined #openstack-dns22:25
*** penick has joined #openstack-dns22:37
*** jhova has quit IRC22:37
*** nihilifer has quit IRC22:53
*** penick has quit IRC22:59
*** barra204 has quit IRC23:01
*** shakamunyi has quit IRC23:01
*** logan2 has quit IRC23:53
*** logan2 has joined #openstack-dns23:55

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