*** jmcbride has joined #openstack-dns | 00:10 | |
*** jmcbride has quit IRC | 00:18 | |
*** jdbarry has quit IRC | 00:37 | |
*** jdbarry has joined #openstack-dns | 00:39 | |
*** pasquier-s has quit IRC | 00:46 | |
*** pasquier-s has joined #openstack-dns | 00:47 | |
*** openstack has joined #openstack-dns | 00:50 | |
*** ChanServ sets mode: +v openstack | 00:50 | |
*** nosnos has joined #openstack-dns | 01:28 | |
*** rjrjr has quit IRC | 02:37 | |
*** ctracey|away has quit IRC | 03:20 | |
*** ctracey|away has joined #openstack-dns | 03:20 | |
*** vinod has joined #openstack-dns | 04:43 | |
*** vinod has quit IRC | 05:07 | |
*** vinod1 has joined #openstack-dns | 05:15 | |
*** vinod1 has quit IRC | 05:21 | |
*** vinod1 has joined #openstack-dns | 05:27 | |
*** vinod1 has quit IRC | 05:37 | |
*** vinod1 has joined #openstack-dns | 05:39 | |
*** vinod1 has quit IRC | 06:12 | |
*** vinod1 has joined #openstack-dns | 06:15 | |
*** vinod1 has quit IRC | 07:15 | |
*** eankutse has joined #openstack-dns | 09:13 | |
*** SlickNik has left #openstack-dns | 09:25 | |
*** vinod1 has joined #openstack-dns | 09:59 | |
*** eankutse has quit IRC | 10:15 | |
*** vinod1 has quit IRC | 10:50 | |
*** vinod1 has joined #openstack-dns | 10:51 | |
kiall | chem / EmilienM - re ceilometer, as far as I know, we emit all the necessary events for a ceilometer plugin to be written.. But nobody has validated we send enough or started on a ceilometer plugin | 11:50 |
---|---|---|
*** cflmarques has joined #openstack-dns | 12:12 | |
*** vinod1 has quit IRC | 12:19 | |
*** cflmarques has quit IRC | 12:22 | |
*** nosnos has quit IRC | 12:29 | |
*** vinod1 has joined #openstack-dns | 12:32 | |
EmilienM | kiall: ok, maybe we would need some confirmation from them | 12:49 |
EmilienM | kiall: i have a ceilo guy in my team, i check with him | 12:50 |
*** vinod1 has quit IRC | 12:58 | |
*** vinod1 has joined #openstack-dns | 12:59 | |
*** vinod1 has quit IRC | 12:59 | |
kiall | EmilienM: cool :) | 13:01 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Provide support for "All Tenants" access https://review.openstack.org/59785 | 13:04 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: WIP: RRSets https://review.openstack.org/59409 | 13:04 |
*** openstackgerrit has quit IRC | 13:37 | |
*** openstackgerrit has joined #openstack-dns | 13:37 | |
*** ChanServ sets mode: +v openstackgerrit | 13:37 | |
*** betsy has joined #openstack-dns | 13:48 | |
*** jdbarry has quit IRC | 14:07 | |
artom | kiall, should I start thinking about modifying nsd4slave and multi for your recordset changes? | 14:10 |
kiall | Hey artom | 14:10 |
kiall | I'm working through some of the backends at the moment for that, but haven't looked at NSD just yet :) | 14:10 |
kiall | It looks like it should be pretty easy? | 14:11 |
kiall | Since the methods are no-ops anyway | 14:11 |
*** jdbarry has joined #openstack-dns | 14:15 | |
*** artom has quit IRC | 14:16 | |
*** artom has joined #openstack-dns | 14:19 | |
*** cflmarques has joined #openstack-dns | 14:31 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: WIP: RRSets https://review.openstack.org/59409 | 14:34 |
kiall | artom: ^ should have the multi/nsd4 backends updated now | 14:34 |
artom | So just that simple, eh/ | 14:35 |
kiall | Who knows.. Can you try it? ;) | 14:35 |
artom | Sorry, I'm still trying to get the big picture in my head of how rsets will work. | 14:35 |
kiall | Yea - I wish a whole bunch of smaller commits would work.. But.. Every time I go "Ah, I can go back and do X in isolation" I spend a half day rebasing on top -_- | 14:36 |
kiall | http://www.ietf.org/rfc/rfc2181.txt section 5 explains what a RRSet is etc | 14:37 |
artom | Ah, hence backends only getting the update and delete recordset methods. | 14:48 |
artom | I makes no sense to create one. | 14:48 |
artom | Also, presumably, update can only change things like TTL, etc... | 14:49 |
artom | Is that a correct understanding? | 14:49 |
artom | Ah, no, wait, there's a create in the multi backend... | 14:50 |
*** Adri2000 has joined #openstack-dns | 14:50 | |
kiall | There's a create there, just in case the master backend happens to implement one | 14:50 |
kiall | (since multi is more like a proxy than a real backend) | 14:51 |
kiall | I don't really see a good example of where a backend actually needs to act on a create, but I'm sure someone will have a use for it | 14:51 |
artom | So when you POST a new recordset to the API, what values do you pass it? | 14:53 |
artom | A list of records basically? | 14:53 |
kiall | Right now, no.. You create the RRSet, then issue more POST's for the records. The v2 spec allows for managing records "inside" recordset CRUD API calls, but we ran into some issues that made implementing that difficult at best.. | 14:56 |
kiall | (2 RRSet update API calls, 1 to add a record, 1 to delete a record.. both would have to post their view of the final recordset, and 1 would have to "win") | 14:57 |
kiall | Normally, I'd say "Ok - Document it, and let the user manage concurrency if they wish" .. But, It's not that easy as end user's API calls aren't the only things to add/remove records | 14:58 |
artom | Wait, update and delete need to send the full rrset? | 14:59 |
artom | Ah no... | 15:00 |
artom | *Update* needs to post the full rrset... | 15:00 |
artom | Because there's no way of knowing if a record is being added or deleted. | 15:00 |
*** jmcbride has joined #openstack-dns | 15:02 | |
*** tsimmons has joined #openstack-dns | 15:30 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: WIP: RRSets https://review.openstack.org/59409 | 15:54 |
*** msisk has joined #openstack-dns | 16:08 | |
*** jmcbride has quit IRC | 16:17 | |
*** jmcbride has joined #openstack-dns | 16:39 | |
*** jmcbride has quit IRC | 16:55 | |
*** jmcbride has joined #openstack-dns | 17:01 | |
CaptTofu | what are the exact dates for your meeting? | 17:03 |
mugsie | CaptTofu: tomorrow 5pm UTC | 17:04 |
CaptTofu | thanks! But I asked a question I meant for another meeting :) | 17:04 |
mugsie | we replaced the IRC one with the blueprint one | 17:05 |
mugsie | (this week) | 17:05 |
mugsie | or a differnet project entirely? ;) | 17:05 |
*** jmcbride has quit IRC | 17:05 | |
*** jorgem has joined #openstack-dns | 17:10 | |
*** jorgem1 has joined #openstack-dns | 17:12 | |
CaptTofu | mugsie: completely different project :) | 17:13 |
CaptTofu | I was typing in one window and irc client decided to bait-and-switch | 17:13 |
mugsie | nice | 17:13 |
*** jorgem has quit IRC | 17:14 | |
*** tsimmons has quit IRC | 18:02 | |
*** tsimmons has joined #openstack-dns | 18:07 | |
*** cflmarques has quit IRC | 18:13 | |
*** vipuls is now known as vipuls-away | 18:20 | |
*** vipuls-away is now known as vipuls | 18:25 | |
*** jmcbride has joined #openstack-dns | 18:45 | |
*** jorgem1 has quit IRC | 19:05 | |
*** jorgem has joined #openstack-dns | 19:06 | |
*** jorgem has quit IRC | 19:29 | |
*** jorgem has joined #openstack-dns | 19:41 | |
*** jmcbride has quit IRC | 20:12 | |
*** jmcbride has joined #openstack-dns | 20:17 | |
*** vipuls is now known as vipuls-away | 20:30 | |
*** jmcbride has quit IRC | 20:57 | |
*** tsimmons has quit IRC | 21:06 | |
*** tsimmons has joined #openstack-dns | 21:07 | |
*** jmcbride has joined #openstack-dns | 21:11 | |
*** tsimmons has left #openstack-dns | 21:18 | |
*** ctracey|away is now known as ctracey | 21:19 | |
*** vipuls-away is now known as vipuls | 21:19 | |
*** jorgem has quit IRC | 21:47 | |
*** jmcbride has quit IRC | 21:48 | |
*** jmcbride has joined #openstack-dns | 21:49 | |
*** msisk has quit IRC | 21:49 | |
*** msisk has joined #openstack-dns | 21:51 | |
*** jmcbride has quit IRC | 22:16 | |
*** msisk has quit IRC | 22:32 | |
*** stonevil has joined #openstack-dns | 22:51 | |
*** stonevil has quit IRC | 22:56 | |
*** ctracey is now known as ctracey|away | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!