openstackgerrit | Jeremy Stanley proposed openstack/designate: Switch from MySQL-python to PyMySQL https://review.openstack.org/184371 | 01:07 |
---|---|---|
*** stanzgy has joined #openstack-dns | 01:41 | |
*** stanzgy has quit IRC | 01:55 | |
*** stanzgy has joined #openstack-dns | 01:55 | |
*** stanzgy has quit IRC | 02:44 | |
*** stanzgy has joined #openstack-dns | 02:44 | |
*** richm has quit IRC | 04:39 | |
*** richm has joined #openstack-dns | 04:54 | |
*** chlong_ has quit IRC | 05:03 | |
*** richm has quit IRC | 05:05 | |
*** chlong_ has joined #openstack-dns | 05:17 | |
*** chlong_ has quit IRC | 06:09 | |
*** chlong has joined #openstack-dns | 06:31 | |
*** nihilifer_ has joined #openstack-dns | 06:37 | |
*** hetii has joined #openstack-dns | 07:10 | |
hetii | Hi | 07:10 |
*** chlong has quit IRC | 07:37 | |
*** nihilifer_ has quit IRC | 07:39 | |
openstackgerrit | stanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant https://review.openstack.org/184432 | 08:18 |
stanzgy | hetii: hello | 08:32 |
openstackgerrit | stanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant https://review.openstack.org/184432 | 08:33 |
ekarlso | morniong :) | 08:34 |
stanzgy | ekarlso: it's near sunset here, xD | 08:35 |
stanzgy | ekarlso: hi, about this patch, I don't think it's necessary to set basepython since tox could already handle multi python versions now. | 08:42 |
stanzgy | https://review.openstack.org/#/c/184049/ | 08:42 |
ekarlso | stanzgy: actually you are wrong :) | 08:57 |
ekarlso | because if you dont provide it tox is picking py3.x | 08:57 |
ekarlso | i'll file a ubg :) | 08:57 |
*** nihilifer_ has joined #openstack-dns | 08:57 | |
*** nihilifer_ has quit IRC | 08:57 | |
*** nihilifer_ has joined #openstack-dns | 08:58 | |
openstackgerrit | stanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant https://review.openstack.org/184432 | 08:59 |
stanzgy | ekarlso: ah, tox -epy27 will use py3.x? | 08:59 |
stanzgy | ekarlso: wait for your bug description, not sure about the details that tox picking py3.x | 09:02 |
ekarlso | stanzgy: yeah | 09:12 |
openstackgerrit | Endre Karlson proposed openstack/designate: Pin python version to 2.7 https://review.openstack.org/184049 | 09:14 |
ekarlso | stanzgy: ^ | 09:15 |
ekarlso | updated with bug link | 09:15 |
stanzgy | ekarlso: got it, it's a little wired.. are you using Archlinux? | 09:30 |
stanzgy | ^ s/wired/weird/ | 09:33 |
ekarlso | stanzgy: nope, latest ubuntu :) | 09:35 |
stanzgy | ekarlso: I just checked tox's source code that all 'pyXY' env will use pythonX.Y as their python binary. Maybe update basepython just for 'testenv:pep8' is better. | 09:43 |
stanzgy | for version in '26,27,32,33,34,35,36'.split(','): | 09:44 |
stanzgy | default_factors['py' + version] = 'python%s.%s' % tuple(version) | 09:44 |
stanzgy | if you set basepython in 'testenv', maybe py27 would also use python2.7 as its python binary which is not we want? | 09:45 |
stanzgy | maybe py26 would also use python2.7 | 09:45 |
*** stanzgy has quit IRC | 10:56 | |
*** untriaged-bot has joined #openstack-dns | 11:02 | |
untriaged-bot | Untriaged bugs so far: | 11:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 11:02 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 11:02 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 11:02 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 11:02 |
*** untriaged-bot has quit IRC | 11:02 | |
*** km has quit IRC | 11:09 | |
ekarlso | nope stanzgy_ | 11:16 |
*** kei_yama has quit IRC | 11:21 | |
hetii | Q: what Is the proper way to register designate as a service in devstack ? | 11:28 |
ekarlso | hetii: uh, that's usually done by itself | 11:29 |
hetii | is there some helper that set all account/role/service type? | 11:29 |
hetii | or do I need to do it manually ? | 11:29 |
ekarlso | hetii: can you paste "keystone service-list" and "keystone endpoint-list" ? | 11:29 |
hetii | http://pastebin.ca/3006036 | 11:31 |
hetii | btw I install designate manually from source by sudo python setup.py develop | 11:32 |
hetii | I also found https://github.com/designate-dns/devstack-designate/blob/master/lib/designate | 11:40 |
hetii | Also my instsallation based on : http://docs.openstack.org/developer/designate/install/ubuntu-juno.html | 11:41 |
hetii | Also when I call: keystone user-role-list --user-id=15c3f28c3bfb4b71a177b4108431d7ee I got: Unknown Attribute: auth_tenant_id | 11:51 |
tg90nor | hetii: something like this should create a keystone service and endpoint: | 11:55 |
tg90nor | keystone service-create --type dns --name designate | 11:55 |
tg90nor | keystone endpoint-create --service designate --publicurl http://localhost:9001/v1 | 11:55 |
tg90nor | adjust --publicurl to something more appropriate | 11:55 |
hetii | ok will try | 11:56 |
ekarlso | hetii: are you using designate with devstack ? | 11:57 |
ekarlso | like a all in one thing ? | 11:57 |
hetii | first I install devstack where have nothing about designate | 11:57 |
hetii | and now I try add designate to it | 11:58 |
hetii | hmm ok I created my service but when I call designate domain-create --name designate-example.com. --email designate@example.org | 12:04 |
hetii | I got raise exceptions.EndpointNotFound() | 12:04 |
hetii | and in log of designate-api nothing new happens | 12:04 |
ekarlso | hetii: then you still haven't set it up correctly :) | 12:07 |
ekarlso | hetii: btw, you do know there's a designate thing that sets up designate with devstack for you? | 12:07 |
hetii | not realy :) just found this https://github.com/designate-dns/devstack-designate/blob/master/lib/designate | 12:08 |
hetii | but try to figure out all steps how this works and thats why I play it hard | 12:09 |
ekarlso | hetii: oooh that's old! | 12:09 |
ekarlso | https://github.com/openstack/designate/tree/master/contrib < hetii | 12:09 |
ekarlso | hetii: do you have vagrant on your machine ? | 12:10 |
hetii | vagrant ? | 12:11 |
ekarlso | yeah, vagrantup.com | 12:12 |
hetii | never use it, will check it, meantime here is my current endpoint list http://pastebin.ca/3006071 | 12:12 |
hetii | and looks like its done right, so what I can do in next step to investigate why its no accessible ? | 12:14 |
ekarlso | hetii: u need to create the endpoint without the /v1 | 12:15 |
hetii | ok I delete old and create new with publicurl http://myip:9001/ but still the same issue | 12:19 |
hetii | Do I need reload/restart some service ? | 12:20 |
hetii | btw designate-api listen on http://0.0.0.0:9001/ and i`m able telnet to it on port 9001 | 12:20 |
hetii | ok any other idea, how to debug that ? | 12:40 |
*** chlong has joined #openstack-dns | 12:59 | |
*** ducttape_ has joined #openstack-dns | 13:00 | |
*** richm has joined #openstack-dns | 13:09 | |
*** jschwarz has joined #openstack-dns | 13:09 | |
*** chlong has quit IRC | 13:14 | |
*** ducttape_ has quit IRC | 13:14 | |
*** chlong has joined #openstack-dns | 13:31 | |
*** ducttape_ has joined #openstack-dns | 13:33 | |
*** ducttape_ has quit IRC | 13:34 | |
*** ducttape_ has joined #openstack-dns | 13:36 | |
*** ducttape_ has quit IRC | 13:38 | |
*** ericpeterson has joined #openstack-dns | 13:41 | |
*** ericpeterson has quit IRC | 13:43 | |
*** hetii has quit IRC | 14:08 | |
Kiall | ccccccdugckehjrrdceghlbecfvkvjlfundnuhvuhbuk | 14:19 |
Kiall | ccccccdugckerkfijniedbktngktrcentnirhdchlnjd | 14:19 |
Kiall | ugh -_- | 14:19 |
*** pglass has joined #openstack-dns | 14:22 | |
*** ducttape_ has joined #openstack-dns | 14:25 | |
elarson | vim? ^^^ | 14:44 |
Kiall | one time password from YubiKey ;) | 14:46 |
*** nihilifer_ has quit IRC | 14:46 | |
*** ducttape_ has quit IRC | 14:48 | |
*** jschwarz has quit IRC | 15:06 | |
*** ducttape_ has joined #openstack-dns | 15:17 | |
*** ducttape_ has quit IRC | 15:28 | |
*** ducttape_ has joined #openstack-dns | 15:48 | |
*** nkinder has joined #openstack-dns | 16:20 | |
*** jh_ has joined #openstack-dns | 16:22 | |
*** ducttape_ has quit IRC | 16:36 | |
*** jh_ has quit IRC | 16:47 | |
*** jh_ has joined #openstack-dns | 16:48 | |
*** jh_ has quit IRC | 16:48 | |
*** nkinder has quit IRC | 16:59 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Increase coverage of RRset tests https://review.openstack.org/184545 | 16:59 |
*** untriaged-bot has joined #openstack-dns | 17:02 | |
untriaged-bot | Untriaged bugs so far: | 17:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 17:02 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 17:02 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 17:02 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 17:02 |
*** untriaged-bot has quit IRC | 17:02 | |
*** stanzgy has joined #openstack-dns | 17:09 | |
elarson | Kiall: I'm assuming there isn't a meeting on IRC today? | 17:09 |
openstackgerrit | stanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant https://review.openstack.org/184432 | 17:17 |
*** z1337 has joined #openstack-dns | 17:30 | |
*** ducttape_ has joined #openstack-dns | 17:49 | |
openstackgerrit | stanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant https://review.openstack.org/184432 | 17:56 |
*** ducttape_ has quit IRC | 17:59 | |
*** chirag789 has quit IRC | 18:19 | |
*** stanzgy has quit IRC | 18:37 | |
*** pglass has quit IRC | 19:00 | |
*** pglass has joined #openstack-dns | 19:03 | |
*** nkinder has joined #openstack-dns | 19:14 | |
*** ducttape_ has joined #openstack-dns | 19:26 | |
*** ducttape_ has quit IRC | 19:32 | |
*** pglass has quit IRC | 19:45 | |
*** pglass has joined #openstack-dns | 19:45 | |
*** nkinder has quit IRC | 19:50 | |
*** z1337 has quit IRC | 20:08 | |
*** ducttape_ has joined #openstack-dns | 20:47 | |
*** nihilifer has quit IRC | 21:00 | |
*** nihilifer has joined #openstack-dns | 21:14 | |
*** boris-42 has joined #openstack-dns | 21:16 | |
*** ducttape_ has quit IRC | 21:34 | |
mugsie | elarson: nope | 21:35 |
elarson | mugsie: that is what I figured ;) | 21:35 |
*** nkinder has joined #openstack-dns | 21:47 | |
*** chlong has quit IRC | 22:12 | |
*** pglass has quit IRC | 22:13 | |
*** nkinder has quit IRC | 22:25 | |
*** nkinder has joined #openstack-dns | 22:46 | |
*** simonmcc has quit IRC | 22:53 | |
*** simonmcc has joined #openstack-dns | 22:54 | |
*** km has joined #openstack-dns | 23:05 | |
*** nkinder has quit IRC | 23:16 | |
*** kei_yama has joined #openstack-dns | 23:19 | |
*** ducttape_ has joined #openstack-dns | 23:21 | |
*** shakamunyi has joined #openstack-dns | 23:27 | |
*** chlong has joined #openstack-dns | 23:34 | |
*** shakamunyi has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!