*** mlavalle has joined #openstack-dns | 00:00 | |
*** kei_yama has quit IRC | 00:06 | |
*** kei_yama has joined #openstack-dns | 00:06 | |
*** mlavalle has quit IRC | 00:14 | |
*** ducttape_ has joined #openstack-dns | 00:27 | |
*** kei_yama has quit IRC | 00:32 | |
*** kei_yama has joined #openstack-dns | 00:33 | |
*** ducttape_ has quit IRC | 00:36 | |
*** mlavalle has joined #openstack-dns | 00:37 | |
*** mlavalle has quit IRC | 00:47 | |
*** kei_yama has quit IRC | 01:00 | |
*** kei_yama has joined #openstack-dns | 01:00 | |
*** stanzgy has joined #openstack-dns | 01:34 | |
*** boris-42 has quit IRC | 02:08 | |
*** jmcbride has joined #openstack-dns | 03:59 | |
*** richm has quit IRC | 03:59 | |
*** mlavalle has joined #openstack-dns | 06:25 | |
*** nihilifer has joined #openstack-dns | 06:29 | |
*** hetii has joined #openstack-dns | 06:59 | |
hetii | hi :) | 07:00 |
---|---|---|
hetii | hmm 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 |
hetii | what It means/ | 07:11 |
hetii | And also in designate 1.2.0 I get ERROR: __init__() got an unexpected keyword argument 'error' when call designate server-list | 07:16 |
*** chlong has quit IRC | 07:58 | |
hetii | There 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 |
hetii | and 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 |
hetii | as we can see there is error key argument and designateclient.exceptions expect to gget errors insteaad error | 08:53 |
*** km has quit IRC | 09:00 | |
*** kei_yama has quit IRC | 10:07 | |
hetii | Q: could some explain me why designate cli call defferent url for this servers: | 10:42 |
hetii | http://pastebin.ca/3007276 | 10:42 |
hetii | Here is corrected full log:http://pastebin.ca/3007277 | 10:45 |
hetii | in devstack designate make 3 request, on second server he just one | 10:46 |
openstackgerrit | Davide Guerri proposed openstack/python-designateclient: Initialize all_tenants attribute when using an external session https://review.openstack.org/184988 | 10:46 |
*** stanzgy has quit IRC | 10:58 | |
*** untriaged-bot has joined #openstack-dns | 10:59 | |
untriaged-bot | Untriaged bugs so far: | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 10:59 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 10:59 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457821 | 10:59 |
openstack | Launchpad 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 IRC | 10:59 | |
*** dguerri has joined #openstack-dns | 11:43 | |
hetii | Q: How I can debug why designate not call first keystone but as a first call try get imidietly for eg server-list | 11:53 |
hetii | ? | 11:53 |
dguerri | hetii: --debug | 11:54 |
dguerri | if you are talking about the cli | 11:54 |
dguerri | but probably not... as server-list would be | 11:55 |
dguerri | odd :) | 11:55 |
hetii | dguerri: 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 |
hetii | and as a agent we see python-keystoneclient" | 11:56 |
hetii | on other server when I call the same command like: designate server-list --debug | 11:56 |
hetii | I 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 |
hetii | as a first request (and the last because it raise TypeError: __init__() got an unexpected keyword argument 'error' | 11:57 |
dguerri | hetii: I see. Same client? I mean are you trying that with the same designate client? | 11:57 |
hetii | because its invalid url path | 11:57 |
dguerri | also check your env | 11:58 |
hetii | yes I downgrade designate to the same client on both server to 1.1.1 | 11:58 |
dguerri | export | grep OS_ | 11:58 |
dguerri | http://10.30.32.1:35357/v2.0/servers is no sense :) | 11:58 |
hetii | sure and this is something that I cannot understand why he make this request | 11:59 |
dguerri | "export | grep OS_" output? | 12:00 |
hetii | http://pastebin.ca/3007305 | 12:01 |
hetii | I notice that on non workin system I have set OS_SERVICE_ENDPOINT | 12:02 |
dguerri | yes | 12:02 |
dguerri | remove OS_SERVICE_ | 12:02 |
hetii | now I got The request you have made requires authentication. | 12:03 |
hetii | but seams to better behavior | 12:03 |
dguerri | if you use a service account it won't use keystone | 12:03 |
dguerri | OS_TENANT_NAME=services | 12:03 |
dguerri | change it to your tenant | 12:03 |
dguerri | or admin | 12:04 |
dguerri | and make sure OS_USERNAME and OS_PASSWORD contain the right credentials | 12:04 |
*** nihilifer has quit IRC | 12:05 | |
dguerri | hetii: are we happy? | 12:06 |
dguerri | https://www.youtube.com/watch?v=qY2Vx8-yOsQ | 12:06 |
hetii | not fully yet :) | 12:06 |
hetii | now when I call keystone tenant-list I got that Expecting an endpoint provided via either --os-endpoint or env[OS_SERVICE_ENDPOINT] | 12:07 |
dguerri | ah! didn't notice you also need OS_ENDPOINT | 12:07 |
hetii | as 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-dns | 12:07 | |
hetii | I have it set to OS_ENDPOINT=http://10.30.32.1:9001/v1 | 12:08 |
hetii | Why its so unclear ... | 12:08 |
dguerri | you shouldn'f need it | 12:09 |
hetii | so unset it as well ? | 12:09 |
dguerri | if you use keystone, that info is in your catalog | 12:14 |
*** chlong has joined #openstack-dns | 12:17 | |
dguerri | hetii: here the variables you need. unset the rest http://paste.openstack.org/show/231751/ | 12:19 |
dguerri | well, you may need OS_CACERT too | 12:20 |
hetii | huh, 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 |
hetii | echo $OS_AUTH_URL | 12:36 |
hetii | http://10.30.32.1:5000/v2.0/ | 12:36 |
hetii | huh 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 |
dguerri | export | grep OS_ ? | 12:40 |
hetii | Ok I need to export all OS_* | 12:40 |
hetii | to have it workin | 12:40 |
dguerri | bare minimum it what I pasted in http://paste.openstack.org/show/231751/ | 12:40 |
dguerri | *is | 12:41 |
hetii | ok now looks like designate start working fine | 12:41 |
hetii | definitly somebody who design this sofware should think to rid the way about using this enviroment variables | 12:42 |
dguerri | 'mon man... it's in the FM | 12:43 |
hetii | or at least raise errors that actually means something usefuk | 12:45 |
dguerri | and.... we spammed the wrong channel too :P | 12:45 |
hetii | useful | 12:45 |
hetii | yep, 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 misconfiguration | 12:46 |
hetii | thank you for help | 12:46 |
dguerri | openstack is bug-free | 12:47 |
* dguerri runs away | 12:47 | |
*** ducttape_ has joined #openstack-dns | 13:40 | |
openstackgerrit | Davide Guerri proposed openstack/python-designateclient: Move all_tenants and edit managed attributes to designate Client https://review.openstack.org/184988 | 13:40 |
openstackgerrit | Davide Guerri proposed openstack/python-designateclient: Move all_tenants and edit_managed attributes to designate Client https://review.openstack.org/184988 | 13:40 |
*** hetii has quit IRC | 13:45 | |
*** ducttape_ has quit IRC | 14:04 | |
*** pglass has joined #openstack-dns | 14:12 | |
*** nihilifer has quit IRC | 14:25 | |
*** quistian has joined #openstack-dns | 14:40 | |
quistian | What DNS backends does Designate support? | 14:43 |
*** ducttape_ has joined #openstack-dns | 14:43 | |
*** ducttape_ has quit IRC | 14:44 | |
quistian | And how much work is involved to add a new backend server e.g. tinydns? | 14:44 |
elarson | quistian: it supports bind9 and powerdns atm | 14:51 |
quistian | Thanks... And does it support the normal delegation and zone transfers with other name servers? | 14:52 |
*** robert4man has joined #openstack-dns | 15:08 | |
quistian | And is there a web front end to interface with the Designate API? | 15:10 |
elarson | quistian: 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 |
elarson | that 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 comment | 15:29 |
elarson | quistian: there is not currently a HTML / web dashboard, but there is a command line client and REST API | 15:30 |
quistian | I 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 |
elarson | quistian: https://pypi.python.org/pypi/python-designateclient/1.2.0 | 15:30 |
elarson | quistian: 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 IRC | 15:32 | |
*** quistian has left #openstack-dns | 15:55 | |
*** ducttape_ has joined #openstack-dns | 16:03 | |
*** nihilifer has joined #openstack-dns | 16:03 | |
*** mlavalle has joined #openstack-dns | 16:04 | |
*** ducttape_ has quit IRC | 16:07 | |
*** pglass has quit IRC | 16:12 | |
*** dguerri is now known as dguerri`away | 16:14 | |
*** mlavalle has quit IRC | 16:24 | |
*** pglass has joined #openstack-dns | 16:29 | |
*** pglass has quit IRC | 16:30 | |
*** pglass has joined #openstack-dns | 16:30 | |
*** mlavalle has joined #openstack-dns | 16:34 | |
*** nkinder has joined #openstack-dns | 16:38 | |
*** quistian has joined #openstack-dns | 16:40 | |
*** quistian has quit IRC | 16:44 | |
*** stanzgy has joined #openstack-dns | 16:45 | |
*** untriaged-bot has joined #openstack-dns | 16:59 | |
untriaged-bot | Untriaged bugs so far: | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 16:59 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 16:59 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 16:59 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 16:59 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457821 | 16:59 |
openstack | Launchpad 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 IRC | 16:59 | |
*** shakamunyi has joined #openstack-dns | 17:58 | |
*** ducttape_ has joined #openstack-dns | 18:02 | |
*** stanzgy has quit IRC | 18:06 | |
*** stanzgy has joined #openstack-dns | 18:07 | |
*** mlavalle has quit IRC | 18:12 | |
*** mlavalle has joined #openstack-dns | 18:16 | |
*** ducttape_ has quit IRC | 18:21 | |
*** ducttape_ has joined #openstack-dns | 18:25 | |
*** quistian has joined #openstack-dns | 18:28 | |
*** ducttape_ has quit IRC | 18:28 | |
*** quistian has quit IRC | 18:33 | |
*** shakamunyi has quit IRC | 18:36 | |
*** stanzgy has quit IRC | 18:45 | |
*** quistian has joined #openstack-dns | 18:52 | |
*** mlavalle has quit IRC | 18:54 | |
*** nihilifer has quit IRC | 19:00 | |
*** nkinder has quit IRC | 19:04 | |
*** mlavalle has joined #openstack-dns | 19:05 | |
*** nkinder has joined #openstack-dns | 19:13 | |
*** mlavalle has quit IRC | 19:17 | |
*** nkinder has quit IRC | 19:43 | |
*** nkinder has joined #openstack-dns | 19:45 | |
*** robert4man has quit IRC | 20:05 | |
*** quistian has quit IRC | 20:21 | |
*** andrewbogott has quit IRC | 20:24 | |
*** andrewbogott has joined #openstack-dns | 20:25 | |
*** andrewbogott has quit IRC | 20:27 | |
*** andrewbogott has joined #openstack-dns | 20:28 | |
*** andrewbogott has quit IRC | 20:28 | |
*** andrewbogott has joined #openstack-dns | 20:29 | |
*** andrewbogott has quit IRC | 20:33 | |
*** andrewbogott has joined #openstack-dns | 20:35 | |
*** andrewbogott has joined #openstack-dns | 20:35 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Increase coverage of RRset tests https://review.openstack.org/184545 | 20:52 |
*** andrewbogott has left #openstack-dns | 20:54 | |
*** dguerri`away is now known as dguerri | 20:59 | |
*** nkinder has quit IRC | 20:59 | |
*** Kiall has joined #openstack-dns | 21:05 | |
*** pglass has quit IRC | 21:15 | |
*** shakamunyi has joined #openstack-dns | 21:37 | |
*** jh_ has joined #openstack-dns | 21:47 | |
*** jh_ has quit IRC | 21:49 | |
*** jhova has joined #openstack-dns | 21:50 | |
*** shakamunyi has quit IRC | 21:54 | |
*** dguerri is now known as dguerri`away | 21:56 | |
*** shakamunyi has joined #openstack-dns | 22:06 | |
*** barra204 has joined #openstack-dns | 22:09 | |
*** dguerri`away is now known as dguerri | 22:15 | |
*** dguerri is now known as dguerri`away | 22:18 | |
*** nihilifer has joined #openstack-dns | 22:25 | |
*** penick has joined #openstack-dns | 22:37 | |
*** jhova has quit IRC | 22:37 | |
*** nihilifer has quit IRC | 22:53 | |
*** penick has quit IRC | 22:59 | |
*** barra204 has quit IRC | 23:01 | |
*** shakamunyi has quit IRC | 23:01 | |
*** logan2 has quit IRC | 23:53 | |
*** logan2 has joined #openstack-dns | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!