Friday, 2015-05-15

*** andrewbogott is now known as andrewbogott_afk00:02
*** fawadkhaliq has quit IRC00:04
*** kfox1111 has quit IRC00:37
*** timsim has joined #openstack-dns01:13
*** nkinder has quit IRC01:23
*** stanzgy_ has quit IRC01:26
*** stanzgy_ has joined #openstack-dns01:26
*** stanzgy has joined #openstack-dns01:58
*** jmcbride has joined #openstack-dns01:59
*** jmcbride has quit IRC02:03
*** richm has quit IRC02:25
*** stanzgy has quit IRC02:50
*** stanzgy has joined #openstack-dns02:50
*** EricGonczer_ has joined #openstack-dns03:29
*** EricGonczer_ has quit IRC03:34
*** HenryG has quit IRC03:51
*** stanzgy has quit IRC04:50
*** HenryG has joined #openstack-dns05:38
*** stanzgy has joined #openstack-dns05:46
*** nihilifer has joined #openstack-dns06:03
*** jschwarz has joined #openstack-dns06:45
*** jschwarz has quit IRC06:50
*** hetii has joined #openstack-dns06:59
hetiiHi06:59
*** terbolous has joined #openstack-dns07:07
*** chlong has quit IRC07:32
*** kei_yama has quit IRC07:54
*** stanzgy_ has quit IRC07:57
*** stanzgy_ has joined #openstack-dns07:57
*** kei_yama has joined #openstack-dns07:57
*** jordanP has joined #openstack-dns08:07
*** km has quit IRC08:15
*** kei_yama has quit IRC08:26
*** Trozz has joined #openstack-dns08:53
Kialltimsim: working on it! Forgot how LONG it took -_-09:10
hetiiI try use Juno version of openstak-dns but I got: error: oslo.i18n 1.3.1 is installed but oslo.i18n>=1.5.0 is required by set(['python-keystoneclient', 'pycadf', 'oslo.utils'])09:34
hetiias I see in requirements.txt :oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.009:36
hetiiWonder why its limited to 1.3.109:37
Kiallhetii: All the Juno server projects are capped to oslo.i18n 1.3.1, as it's impossible to know if unreleased versions will work ;)09:39
hetiias I see even I remove this limitation I got: error: oslo.config 1.6.0 is installed but oslo.config>=1.9.3 is required by set(['python-keystoneclient', 'pycadf'])09:41
hetiiso suppose will be more issue like that09:41
hetiiso why we had such insonsitency there ?09:42
KiallYou're installing the latest keystoneclient with an older designate etc :)09:42
hetiiok, but as I see the keystoneclient is not a part of requirements.txt file  so how this check mechanism works ?09:44
hetiiand with version of  keystoneclient is valid for designate/juno09:45
KiallYea, we don't use KS Client from inside designate, so we don't list it as a requirement :)09:45
KiallThis has all the requirements for all the projects - https://github.com/openstack/requirements/blob/stable/juno/global-requirements.txt09:45
Kiall(that's the juno version)09:45
KiallAnd, it has "python-keystoneclient>=0.10.0,<1.2.0"09:45
hetiiok I need to investigate fromwhere I get Version: 1.4.0 of it09:50
hetiiI suppose its a copy from my global instance of openstack09:50
hetiibut as far as I remmeber I use juno there also ...09:51
*** stanzgy__ has joined #openstack-dns10:04
*** stanzgy has quit IRC10:07
*** tg90nor has quit IRC10:30
*** tg90nor has joined #openstack-dns10:30
*** untriaged-bot has joined #openstack-dns11:02
untriaged-botNo untriaged bugs so far! \o/11:02
*** untriaged-bot has quit IRC11:02
*** stanzgy_ has quit IRC11:06
*** stanzgy_ has joined #openstack-dns11:08
Kialltimsim: think I'm doing a FINAL build now.. We'll see ;)11:45
*** EricGonczer_ has joined #openstack-dns11:55
*** jmcbride has joined #openstack-dns12:27
*** mwagner_lap has joined #openstack-dns12:32
*** EricGonczer_ has quit IRC12:44
*** vinod has joined #openstack-dns13:01
*** stanzgy__ has quit IRC13:05
*** jmcbride has quit IRC13:10
*** jmcbride has joined #openstack-dns13:15
*** richm has joined #openstack-dns13:20
*** richm has left #openstack-dns13:23
*** richm has joined #openstack-dns13:24
*** busterswt has joined #openstack-dns13:28
*** andrewbogott_afk is now known as andrewbogott13:34
openstackgerritEndre Karlson proposed openstack/designate: Add Functional tests for TLDs  https://review.openstack.org/18352213:44
*** jmcbride has quit IRC14:01
*** jmcbride has joined #openstack-dns14:01
*** hetii has quit IRC14:04
*** nihilifer has quit IRC14:11
*** pglass has joined #openstack-dns14:14
*** ducttape_ has joined #openstack-dns14:41
timsimAny idea how to fix this ekarlso: http://paste.openstack.org/show/223883/ ?14:43
ekarlsotimsim: nope :/14:45
ekarlsonot atm :p14:45
ekarlsopglass: you around mate ? :)14:45
ekarlsoanyways, gotat head home! dinnertime calls :D14:45
pglasstimsim: well it looks like the test didn't run any tests14:45
ekarlsopglass: I am looking at porting the assert_exception methods in the v2 test base to the tempest code, but looking at tempest they always raise tempest exceptions and dont allow you to get the response which is needed to check the content of it ?14:46
ekarlsonvm, I see how I can do it now I think14:48
pglassekarlso: I don't know off the top of my head.14:49
Kialltimsim: that error kinda looks like it might be due to an outdated version of requests or requests_mock14:50
Kiall`tox -re py27` re-installs all the deps, so would sort it14:51
KiallI'm so confused. workshop VM keeps building using OLD stuff -_-14:51
KiallOH CMON. Vagrant cached the box after the first run. lol.. NO WONDER14:53
pglassekarlso: yeah, that kind of sucks. I don't think you can get the response body on 4xx or 5xx status codes with tempest-lib14:53
ekarlsopglass: apparantly u can, just bypass the stupid code they have for it and access the underlying client :p14:55
*** vinod has quit IRC14:55
*** nihilifer has joined #openstack-dns14:57
*** vinod has joined #openstack-dns14:57
*** mikal has joined #openstack-dns14:57
Kiallekarlso: is the underlying client a public API which won't change from under us? If not, they you can't do that ;)14:58
Kiall(I have no clue if it is public or not BTW..)14:58
ekarlsoKiall: apparantly there's a error_checker method ran every time a request goes15:01
ekarlsoanyways, i'll check when I get home15:01
pglassekarlso: yeah, I was just looking at that. they pass the response body to the exception constructor15:02
ekarlsopglass: apparantly that's not used :(15:02
ekarlsopglass: think i'll do a patch to tempest_lib if their ok with it to allow check_error=False or smth15:04
openstackgerritKiall Mac Innes proposed openstack/designate: Update Dashboard requirements  https://review.openstack.org/18355715:04
Kialltimsim: ^ needs to go into the VM to avoid downloading stuff on the day :(15:04
Kiallmugsie / vinod too ^15:05
KiallOther than that.. works a charm.. finally.15:05
timsimCool :) jmcbride will be excited15:06
Kiallhttps://github.com/designate-dns/designate-workshop-packer/commit/065195b11996c86a2053962b1116c536ba9d913415:07
Kiall"Showing  40 changed files  with 3,079 additions and 1,747 deletions." ;)15:07
Kiallmugsie is dropping back into the office after a conference later on, he'll likely have a few small bits to add in too15:08
*** johnbelamaric has joined #openstack-dns15:09
*** ericpeterson has joined #openstack-dns15:26
*** ducttape_ has quit IRC15:30
pglassekarlso: it does give you the body if you do e.g. `except Forbidden as e: print str(e)`15:34
pglassbut it looks something like 'Details: {"message": "Unable to create subdomain in another tenants domain", "code": 403, "type": "forbidden", "request_id": "req-819b33f9-3101-43a6-bd90-35ea48c40eae"}'15:34
pglassso it's not very consumable.15:35
Kiallekarlso: I'd submit a fix to tempest-lib rather than hack around it on our side15:37
pglassyeah, so the tempest-lib guy (mtreinish) agreed to adding a resp_body attr to the exceptions we get from tempest-lib15:55
pglassor I assumed he was the tempest-lib guy15:55
openstackgerritKiall Mac Innes proposed openstack/designate: DevStack: Remove SOA/NS checks  https://review.openstack.org/18358015:56
*** shakamunyi has quit IRC16:00
*** barra204 has quit IRC16:00
*** lkoranda has quit IRC16:09
*** jordanP has quit IRC16:12
*** jordanP has joined #openstack-dns16:13
*** nihilifer has quit IRC16:15
*** lkoranda has joined #openstack-dns16:17
*** jordanP has quit IRC16:21
johnbelamaricKiall: ping16:26
Kialljohnbelamaric: heya16:31
johnbelamarichello16:31
johnbelamaricone thing, in the old backend there was a sync method, is there anything similar now?16:32
KiallNo, sync was meant for dev/test forcing a zone to match what's in the DB.. AXFR's effectivly do that for us now!16:32
johnbelamaricoh, right it was sync one domain. what i am wondering about is if designate and IB get out of sync on actual domains. Like if I unstack in devstack, then the domains in IB are orphaned16:33
*** nihilifer has joined #openstack-dns16:36
openstackgerritKiall Mac Innes proposed openstack/designate: DevStack: Attempt to cleanup stale domains  https://review.openstack.org/18360016:40
Kiallheh - timing ;) I wrote that a few mins ago to cleanup after DevStack16:40
KiallBut, that doesn't help in production..16:40
Kiall(or when "delete-domain" is failing due to a bad change etc)16:41
johnbelamaricwow that is some timing16:41
*** ericpeterson is now known as ducttape_16:41
johnbelamaricyeah, that will help with devstack but right, in production it would be good to have something to validate. Certainly it can be easily done with a script.16:42
johnbelamaricso it's not critical16:42
KiallAnyway, for production deploys, I would be scared as hell to let anything delete "unknown" zones from the backends..16:42
KiallYea, I suspct we'll add an optional method to the backends to list off domains on the backend, and try comparing.. There's bound to be race conditions getting the list from the DB+Backend and comparing tho, so I'd never let it auto-delete etc16:44
johnbelamaric:) yeah, true16:44
johnbelamaricit should be a rare case, we just see it in dev a lot16:44
*** EricGonczer_ has joined #openstack-dns16:45
*** jmcbride1 has joined #openstack-dns16:45
*** jmcbride has quit IRC16:46
*** vinod has quit IRC16:52
openstackgerritEric Larson proposed openstack/designate: Add the Hook Point API  https://review.openstack.org/16474816:57
*** untriaged-bot has joined #openstack-dns17:02
untriaged-botUntriaged bugs so far:17:02
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145508317:02
openstackLaunchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown)17:02
*** untriaged-bot has quit IRC17:02
*** EricGonc_ has joined #openstack-dns17:18
*** EricGonczer_ has quit IRC17:21
*** nihilifer has quit IRC17:21
*** ryanpetrello has quit IRC17:33
*** ducttape_ has quit IRC17:33
*** nihilifer has joined #openstack-dns17:35
*** ducttape_ has joined #openstack-dns17:37
openstackgerritJohn Belamaric proposed openstack/designate: Infoblox Backend  https://review.openstack.org/18310517:46
*** busterswt has quit IRC18:01
*** ryanpetrello has joined #openstack-dns18:21
*** openstackgerrit has quit IRC18:22
*** openstackgerrit has joined #openstack-dns18:22
*** ChanServ sets mode: +v openstackgerrit18:22
openstackgerritJohn Belamaric proposed openstack/designate: Infoblox Backend  https://review.openstack.org/18310518:26
*** shakamunyi has joined #openstack-dns18:37
*** barra204 has joined #openstack-dns18:37
Kialltimsim: graham got his bits in, I'm uploading now18:49
timsimWoohoo!18:52
*** nihilifer has quit IRC18:53
*** nihilifer has joined #openstack-dns19:05
*** ducttape_ has quit IRC19:06
Kiallstill uploading -_-19:06
Kialltimsim: done! http://h6ff9d8086a501e382e38109048b265f2.cdn.hpcloudsvc.com / http://workshop.designate-ci.com/19:16
Kiall"nice" URL will work tomorrow.. once the CDN cache TTL expires ;)19:16
Kiallehh19:16
Kiallhttps://region-a.geo-1.objects.hpcloudsvc.com/v1/31112348939425/Workshop-Vancouver19:16
Kialland19:16
Kiallhttp://workshop.designate-ci.com/19:16
Kiall(pls test first ;))19:19
*** vinod has joined #openstack-dns19:21
timsimAwesome, will do, thanks Kiall19:24
Kialltimsim: I'll be keeping an eye on IRC, if something doesn't work :/19:30
*** busterswt has joined #openstack-dns19:41
*** barra204 has quit IRC19:48
*** shakamunyi has quit IRC19:48
openstackgerritTim Simmons proposed openstack/designate: Asynchronous Zone Import  https://review.openstack.org/18152819:53
timsimKiall: The services don't seem to be starting with "sudo start designate-x"19:59
*** jmcbride1 has quit IRC20:02
*** nkinder has joined #openstack-dns20:06
*** busterswt has quit IRC20:18
timsimYeah Kiall mugsie these upstart scripts don't seem to work for me20:22
*** nkinder has quit IRC20:23
timsimKiall: They all work when I change them like this: http://paste.openstack.org/show/224147/20:34
timsimwait20:38
timsimok JK20:40
*** mwagner_lap has quit IRC20:40
timsimAccidentally ran ./install-designate as root. d'oh20:40
timsimAlright, I think they're good to go21:02
*** nkinder has joined #openstack-dns21:28
Kialltimsim: sorry, was on a conf call!21:28
KiallAll sorted?21:28
Kiall(BTW the install script is meant as a cheat for people who arrive late etc.. you'll want to show people "by hand" ;))21:31
*** EricGonc_ has quit IRC21:59
*** vinod has quit IRC22:14
*** pglass has quit IRC22:16
*** nkinder has quit IRC22:22
*** penick has joined #openstack-dns22:31
*** penick has joined #openstack-dns22:31
*** mwagner_lap has joined #openstack-dns22:52
*** johnbelamaric has quit IRC23:11
*** vinod has joined #openstack-dns23:27
*** vinod has quit IRC23:27
*** andrewbogott is now known as andrewbogott_afk23:31
*** andrewbogott_afk is now known as andrewbogott23:31
*** andrewbogott is now known as andrewbogott_afk23:33
*** richm has quit IRC23:35
*** jmcbride has joined #openstack-dns23:39
timsimKiall: Yep, we're all good.23:44
*** jmcbride has quit IRC23:50

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