*** msisk has joined #openstack-dns | 00:18 | |
*** msisk has quit IRC | 00:20 | |
*** msisk_ has joined #openstack-dns | 00:20 | |
*** msisk_ has quit IRC | 00:21 | |
*** shakamunyi has quit IRC | 00:42 | |
*** yidclare has joined #openstack-dns | 00:55 | |
*** jmcbride1 has joined #openstack-dns | 00:58 | |
*** jmcbride has quit IRC | 00:59 | |
*** shakamunyi has joined #openstack-dns | 01:00 | |
*** vinod2 has quit IRC | 01:02 | |
*** jmcbride has joined #openstack-dns | 01:05 | |
*** yidclare has quit IRC | 01:07 | |
*** jmcbride1 has quit IRC | 01:07 | |
*** shakamunyi has quit IRC | 01:20 | |
*** vinod1 has joined #openstack-dns | 01:32 | |
*** nosnos has joined #openstack-dns | 01:49 | |
*** nosnos has quit IRC | 01:55 | |
*** nosnos has joined #openstack-dns | 01:55 | |
*** ajc_ has joined #openstack-dns | 02:50 | |
*** richm has quit IRC | 02:56 | |
*** iraw_ has quit IRC | 02:59 | |
*** dennis_^^ has joined #openstack-dns | 03:12 | |
*** mwagner_ has quit IRC | 03:15 | |
*** mwagner_ has joined #openstack-dns | 03:27 | |
*** nosnos has quit IRC | 03:27 | |
*** crc32 has quit IRC | 04:32 | |
*** nosnos has joined #openstack-dns | 04:42 | |
*** dennis_^^ has quit IRC | 04:46 | |
*** vinod1 has quit IRC | 05:22 | |
*** shakamunyi has joined #openstack-dns | 05:31 | |
*** shakamunyi has quit IRC | 05:32 | |
*** shakamunyi has joined #openstack-dns | 05:32 | |
*** shakamunyi has quit IRC | 05:42 | |
*** shakamunyi has joined #openstack-dns | 05:50 | |
*** shakamunyi has quit IRC | 05:50 | |
*** hypergrove has quit IRC | 08:20 | |
*** cflmarques has joined #openstack-dns | 09:29 | |
Kiall | https://docs.hpcloud.com/helion/openstack/install-beta/dnsaas/ <-- Designate under the covers :D | 10:45 |
---|---|---|
*** ajc_ has quit IRC | 11:58 | |
*** nosnos has quit IRC | 11:59 | |
*** nosnos has joined #openstack-dns | 11:59 | |
*** nosnos has quit IRC | 12:04 | |
*** Guest19344 has quit IRC | 12:08 | |
*** Guest19344 has joined #openstack-dns | 12:08 | |
*** Guest19344 is now known as mugsie | 12:08 | |
*** vinod1 has joined #openstack-dns | 12:18 | |
*** vinod1 has joined #openstack-dns | 12:18 | |
*** vinod1 has quit IRC | 12:30 | |
openstackgerrit | A change was merged to openstack/python-designateclient: Update hacking package, fix/ignore new style errors https://review.openstack.org/104007 | 12:36 |
openstackgerrit | A change was merged to openstack/designate: Updated from global requirements https://review.openstack.org/104017 | 12:36 |
*** hypergrove has joined #openstack-dns | 12:45 | |
*** cflmarques has quit IRC | 12:47 | |
*** msisk has joined #openstack-dns | 12:48 | |
*** iraw_ has joined #openstack-dns | 12:58 | |
*** iraw_ has quit IRC | 13:00 | |
*** vinod1 has joined #openstack-dns | 13:05 | |
*** iraw_ has joined #openstack-dns | 13:05 | |
*** cflmarques has joined #openstack-dns | 13:06 | |
*** nkinder_ has quit IRC | 13:08 | |
*** eankutse has joined #openstack-dns | 13:09 | |
*** vinod2 has joined #openstack-dns | 13:09 | |
*** vinod1 has quit IRC | 13:09 | |
*** vinod1 has joined #openstack-dns | 13:12 | |
*** vinod2 has quit IRC | 13:12 | |
*** vinod2 has joined #openstack-dns | 13:13 | |
*** vinod1 has quit IRC | 13:13 | |
*** jmcbride has quit IRC | 13:15 | |
*** eankutse has quit IRC | 13:33 | |
*** msisk has quit IRC | 13:35 | |
betsy | hey mugsie | 13:47 |
mugsie | betsy: hey | 13:48 |
betsy | I’ve finaly got all the hundreds of tests broken by the recordset/record api change except 1 | 13:49 |
mugsie | :D | 13:49 |
betsy | test_import_export | 13:49 |
betsy | not sure how to fix that one | 13:50 |
mugsie | humm... | 13:52 |
betsy | FAIL: designate.tests.test_api.test_v2.test_zones.ApiV2ZonesTest.test_import_export | 13:52 |
mugsie | is that the zonefile stuff? | 13:52 |
betsy | yes. | 13:52 |
betsy | I think it needs to be changed due to the way we now get recordsets and records | 13:52 |
betsy | but not sure where that code is | 13:52 |
mugsie | one sec.. | 13:53 |
mugsie | https://github.com/openstack/designate/blob/master/designate/api/v2/controllers/zones.py#L74 | 13:53 |
mugsie | and https://github.com/openstack/designate/blob/master/designate/api/v2/controllers/zones.py#L165 | 13:54 |
betsy | I don’t know. Is that what that code is testing? | 13:54 |
betsy | I think it’s failing on this line: imported_soa = imported.get_rdataset(imported.origin, 'SOA') | 13:55 |
betsy | and the get_rdataset looks like it’s in the .venv/lib/python2.7/site-packages/dns | 13:56 |
*** nkinder_ has joined #openstack-dns | 13:56 | |
betsy | But maybe I’m making it more complicated than it actually is | 13:56 |
mugsie | mm.. do you have a full stack trace? | 13:57 |
betsy | Yeah. Let me put it in a paste | 13:58 |
betsy | http://paste.openstack.org/show/85326/ | 13:59 |
betsy | I stayed up late trying to finish the last few tests, so maybe I’m just too tired to see this. :) | 13:59 |
mugsie | hum... I can't see anything standing out | 14:01 |
betsy | Yeah. Me either. The error’s a 500 which doesn’t say anything | 14:04 |
betsy | Since it’s zones, I’m not sure how it’s hitting any of my new code | 14:04 |
mugsie | if you run the api, and do a curl request what do you get in the central logs? | 14:05 |
betsy | I had to change a lot of the fixures in tests/__init__.py, but I don’t see how the get_zonefile_fixture needs to change | 14:06 |
mugsie | if you want to put it up I can have a look and see if i can see anything | 14:07 |
betsy | Ok. That was my plan. I’ll merge and resubmit it after I get to work | 14:08 |
betsy | thx | 14:08 |
mugsie | cool | 14:09 |
*** vinod2 has quit IRC | 14:10 | |
*** vinod1 has joined #openstack-dns | 14:10 | |
*** timsim has joined #openstack-dns | 14:14 | |
*** jmcbride has joined #openstack-dns | 14:16 | |
*** betsy has quit IRC | 14:31 | |
*** vinod1 has quit IRC | 14:38 | |
*** vinod1 has joined #openstack-dns | 14:38 | |
*** jmcbride has quit IRC | 14:54 | |
*** zane has quit IRC | 15:02 | |
*** timsim has quit IRC | 15:03 | |
*** zane has joined #openstack-dns | 15:04 | |
*** msisk has joined #openstack-dns | 15:04 | |
*** timsim has joined #openstack-dns | 15:04 | |
*** jmcbride has joined #openstack-dns | 15:05 | |
*** betsy has joined #openstack-dns | 15:06 | |
*** eankutse has joined #openstack-dns | 15:15 | |
*** eankutse has quit IRC | 15:20 | |
*** eankutse has joined #openstack-dns | 15:21 | |
*** richm has joined #openstack-dns | 15:53 | |
*** cflmarques has quit IRC | 16:07 | |
*** jmcbride has quit IRC | 16:28 | |
*** yidclare has joined #openstack-dns | 16:28 | |
*** jmcbride has joined #openstack-dns | 16:31 | |
*** jmcbride1 has joined #openstack-dns | 16:38 | |
*** jmcbride has quit IRC | 16:39 | |
*** jmcbride1 has quit IRC | 16:39 | |
*** jmcbride has joined #openstack-dns | 16:40 | |
*** jmcbride has quit IRC | 16:51 | |
*** jmcbride has joined #openstack-dns | 16:51 | |
*** zane has quit IRC | 16:53 | |
*** timsim has quit IRC | 16:54 | |
*** zane has joined #openstack-dns | 16:55 | |
*** timsim has joined #openstack-dns | 16:55 | |
*** vinod2 has joined #openstack-dns | 16:56 | |
*** vinod2 has quit IRC | 16:57 | |
*** vinod2 has joined #openstack-dns | 16:57 | |
*** vinod2 has quit IRC | 16:58 | |
*** vinod2 has joined #openstack-dns | 16:58 | |
*** vinod1 has quit IRC | 16:58 | |
*** vinod1 has joined #openstack-dns | 16:59 | |
timsim | Meet? | 17:01 |
*** eankutse1 has joined #openstack-dns | 17:02 | |
vinod1 | kiall:/mugsie: meeting now? | 17:03 |
openstackgerrit | Graham Hayes proposed a change to openstack/designate-specs: Inital Server Pools spec https://review.openstack.org/101298 | 17:03 |
*** eankutse has quit IRC | 17:03 | |
mugsie | yeap | 17:03 |
*** yidclare has quit IRC | 17:07 | |
*** yidclare has joined #openstack-dns | 17:08 | |
*** msisk has quit IRC | 17:18 | |
*** msisk has joined #openstack-dns | 17:18 | |
*** msisk has quit IRC | 17:22 | |
*** msisk has joined #openstack-dns | 17:24 | |
*** crc32 has joined #openstack-dns | 17:25 | |
* Kiall suddenly has 30 mins free in his calendar.. woo for meetings ending early :) | 17:31 | |
*** jbratton has joined #openstack-dns | 17:33 | |
*** harmw has quit IRC | 17:34 | |
*** mwagner_ has quit IRC | 17:35 | |
*** jaycaz1 has joined #openstack-dns | 17:37 | |
*** rossk has joined #openstack-dns | 17:37 | |
*** rossk has quit IRC | 17:37 | |
*** rossk has joined #openstack-dns | 17:37 | |
*** openstackgerrit has quit IRC | 17:49 | |
*** openstackgerrit has joined #openstack-dns | 17:49 | |
*** ChanServ sets mode: +v openstackgerrit | 17:49 | |
*** bandarji has joined #openstack-dns | 17:52 | |
*** harmw has joined #openstack-dns | 17:52 | |
*** bandarji has quit IRC | 18:05 | |
*** bandarji has joined #openstack-dns | 18:05 | |
*** bandarji has quit IRC | 18:10 | |
*** bandarji has joined #openstack-dns | 18:10 | |
*** bandarji has quit IRC | 18:11 | |
*** shakamunyi has joined #openstack-dns | 18:14 | |
*** jmcbride has quit IRC | 18:23 | |
*** jmcbride has joined #openstack-dns | 18:43 | |
*** hypergrove has quit IRC | 19:00 | |
*** yidclare has quit IRC | 19:01 | |
*** jmcbride has quit IRC | 19:05 | |
*** eankutse has joined #openstack-dns | 19:05 | |
*** eankutse1 has quit IRC | 19:06 | |
*** jmcbride has joined #openstack-dns | 19:06 | |
*** jmcbride has quit IRC | 19:06 | |
*** jmcbride has joined #openstack-dns | 19:07 | |
*** nkinder_ has quit IRC | 19:14 | |
jaycaz1 | kiall: Hey Kiall, so I've decided to work on the python designate client; namely, to implement commands for the v2 api. Is there anything I should read over or consider before I start? | 19:15 |
jaycaz1 | https://blueprints.launchpad.net/python-designateclient/+spec/add-v2-support | 19:15 |
ekarlso | jaycaz1: uhm | 19:37 |
ekarlso | I already did the v2 bindings fyi | 19:38 |
ekarlso | like ages ago | 19:38 |
ekarlso | but the v2 api is gonna change no ? | 19:38 |
ekarlso | I thought that betsy was working on that Kiall ? | 19:38 |
jaycaz1 | ekarlso: you already added v2 to python-designateclient? | 19:38 |
ekarlso | jaycaz1: yes, but not merged... | 19:39 |
ekarlso | jaycaz1: it's no use before the v2 is final | 19:39 |
betsy | I’m changing the v2 API, but haven’t looked at the client code | 19:39 |
betsy | the latest patch will be checked in today | 19:40 |
timsim | That ought to be done soon. | 19:40 |
ekarlso | https://review.openstack.org/#/c/76457/ < that one | 19:40 |
ekarlso | I already have horizon bits lying around here I can fixup and push once Kiall blesses it... | 19:40 |
*** yidclare has joined #openstack-dns | 19:42 | |
ekarlso | jaycaz1: U could do the CLI stuff ontop of the bindings though ;) | 19:43 |
jaycaz1 | ekarlso: sure, that sounds like a good thing to take on | 19:43 |
jaycaz1 | what would that entail? | 19:44 |
ekarlso | jaycaz1: well first we should get the bindings merged... | 19:44 |
ekarlso | then u can start on the CLI stuff .. | 19:44 |
ekarlso | there's another fun task we're missing also | 19:44 |
ekarlso | client tsets.. | 19:44 |
ekarlso | betsy: what's the eta on finishing v2 ? | 19:45 |
betsy | all the tests are running clear finally! Yeah! I broke over 200 of them. | 19:47 |
betsy | I just need to clean it up a little and check it in. | 19:48 |
betsy | Oh, I’ve got to change my git remotes, right? | 19:48 |
ekarlso | betsy: simple; vi .git/config | 19:48 |
ekarlso | :) | 19:48 |
jaycaz1 | ekarlso: yeah, that makes the most sense. I have plenty of stuff to do in the meantime | 19:48 |
ekarlso | jaycaz1: anyting cool ? : ) | 19:49 |
betsy | And I can still do a commit —amend, right? | 19:49 |
ekarlso | betsy: why u need to ammend ? | 19:49 |
betsy | I’ll have it checked in today. I think I’m finally done with meetings | 19:49 |
ekarlso | betsy: is there a updated spec for the v2 api based on this? | 19:50 |
*** shakamunyi has quit IRC | 19:52 | |
betsy | Yes. https://wiki.openstack.org/wiki/Designate/Blueprints/Recordset_Record_API_Redesign | 19:52 |
betsy | Unfortuniately, I’d already done it before the new cool spec repository | 19:52 |
ekarlso | :D | 19:53 |
ekarlso | since u changed remotes ? | 19:53 |
ekarlso | ehm, nvm | 19:53 |
jaycaz1 | ekarlso: mostly expanding the docs for the v2 api | 19:53 |
ekarlso | :P | 19:54 |
jaycaz1 | which I definitely feel is important, so hey, there's that | 19:54 |
ekarlso | :) | 19:54 |
ekarlso | indeed it is : ) | 19:54 |
openstackgerrit | Jordan Cazamias proposed a change to openstack/designate: Change API filter wildcard from '%' to '*' https://review.openstack.org/103957 | 20:00 |
betsy | ekarlso: Yes. I already have one patch submission for this | 20:02 |
*** msisk_ has joined #openstack-dns | 20:02 | |
*** msisk has quit IRC | 20:03 | |
*** slawqo has joined #openstack-dns | 20:03 | |
ekarlso | betsy: cool :D | 20:03 |
ekarlso | betsy: land all today or ? : ) | 20:03 |
betsy | Yes. It’ll all be checked in today. | 20:04 |
*** shakamunyi has joined #openstack-dns | 20:07 | |
ekarlso | awesomeness! | 20:08 |
ekarlso | betsy: ping me when :) | 20:08 |
betsy | sure | 20:08 |
*** eankutse1 has joined #openstack-dns | 20:28 | |
*** eankutse1 has quit IRC | 20:29 | |
*** jmcbride has quit IRC | 20:29 | |
*** jmcbride has joined #openstack-dns | 20:30 | |
*** eankutse has quit IRC | 20:31 | |
*** yidclare has quit IRC | 20:32 | |
openstackgerrit | Jordan Cazamias proposed a change to openstack/designate: Expand Zones Documentation https://review.openstack.org/104337 | 20:41 |
*** nkinder_ has joined #openstack-dns | 20:50 | |
*** m1crofarmer has joined #openstack-dns | 21:01 | |
*** vinod1 has quit IRC | 21:01 | |
*** vinod1 has joined #openstack-dns | 21:01 | |
*** yidclare has joined #openstack-dns | 21:12 | |
*** yidclare has quit IRC | 21:28 | |
openstackgerrit | Betsy Luzader proposed a change to openstack/designate: Modify Recordset API https://review.openstack.org/102892 | 21:45 |
*** vinod2 has joined #openstack-dns | 21:45 | |
betsy | ekarlso: I checked in my code | 21:47 |
ekarlso | betsy: kewl! | 21:47 |
ekarlso | betsy: is there pointers on what changed vs the old v2 stuff ? | 21:47 |
*** vinod1 has quit IRC | 21:48 | |
betsy | In the spec I referenced before. Basically, in v2, Records is not a resource. You can’t CRUD them outside the recordset through the API | 21:49 |
*** vinod2 has quit IRC | 21:49 | |
betsy | Behind the covers, in central, you still can because it’s needed for v1 | 21:49 |
betsy | Now, the Recordset displays the records | 21:49 |
ekarlso | k | 21:49 |
ekarlso | so u just need to get a rs to get the records in it ? | 21:50 |
betsy | Yeah | 21:50 |
betsy | Still some work to be done in a separate bp, which I think needs to be created | 21:50 |
betsy | In v2, there’s no validation of records | 21:50 |
ekarlso | oh :/ | 21:51 |
ekarlso | but is v2 "working" now ? | 21:51 |
ekarlso | if I wanted to finish bindings | 21:51 |
betsy | The json for recordsets needs to be broken down by type just like the records were in v1, so that validation can be added | 21:51 |
betsy | yep | 21:51 |
ekarlso | coolio | 21:51 |
betsy | Hopefully, as well as it was before | 21:51 |
betsy | Just in a different way | 21:51 |
ekarlso | i'll get started on that and fix up horizon bits tmrw | 21:51 |
betsy | Let me know if you have any questions | 21:52 |
betsy | The ugly part right now, is that priority gets shown for every record type, instead of just MX and SRV | 21:52 |
betsy | That’s where the changes to the JSON needs to happen | 21:52 |
ekarlso | betsy: but is the jsonschemas used for the serialization ? | 21:53 |
ekarlso | I ony thought it was for validation | 21:53 |
*** vinod1 has joined #openstack-dns | 21:53 | |
betsy | It is only for validation | 21:54 |
betsy | If you look at the v1 record.json file, it has all the different record types listed there and it has to match one of them | 21:55 |
betsy | I think the same thing needs to be done now to recordsets | 21:55 |
ekarlso | and u need to fix the views then I guess for diff types so correct data is returned ? | 21:56 |
ekarlso | ref that u said about prio | 21:56 |
betsy | Exactly | 21:56 |
betsy | I didn’t do that in this patch | 21:56 |
betsy | There needs to be a different one for each type | 21:57 |
betsy | I think that should be done as a separate patch | 21:57 |
betsy | Since it was never fully implemented for v2 anyway | 21:58 |
ekarlso | :) | 21:58 |
*** yidclare has joined #openstack-dns | 22:04 | |
*** vinod1 has quit IRC | 22:08 | |
*** yidclare has quit IRC | 22:14 | |
*** jmcbride has quit IRC | 22:15 | |
*** shakamunyi has quit IRC | 22:17 | |
*** timsim has quit IRC | 22:18 | |
*** shakamunyi has joined #openstack-dns | 22:20 | |
openstackgerrit | A change was merged to openstack/designate: Ensure contrib/devstack/install.sh works from any path https://review.openstack.org/103922 | 22:24 |
*** richm has quit IRC | 22:26 | |
*** msisk_ has quit IRC | 22:29 | |
*** jaycaz1 has quit IRC | 22:39 | |
*** zane has quit IRC | 22:41 | |
*** jaycaz has joined #openstack-dns | 22:48 | |
*** betsy has quit IRC | 23:07 | |
*** shakamunyi has quit IRC | 23:11 | |
*** msisk has joined #openstack-dns | 23:18 | |
*** vinod1 has joined #openstack-dns | 23:22 | |
*** msisk has quit IRC | 23:23 | |
*** mugsie has quit IRC | 23:26 | |
*** jaycaz has quit IRC | 23:29 | |
*** jmcbride has joined #openstack-dns | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!