17:03:37 #startmeeting Designate 17:03:37 Meeting started Wed Mar 26 17:03:37 2014 UTC and is due to finish in 60 minutes. The chair is vinod1. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:03:38 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:03:40 The meeting name has been set to 'designate' 17:03:47 okay who's here? 17:03:52 o/ 17:04:13 o/ 17:04:16 here 17:04:19 rcurran: hey Rich, lets take it to #openstack-neutron 17:04:37 ok 17:04:45 Here (sort of, on my phone) 17:04:56 here 17:05:12 #topic Review action items from last week 17:05:21 betsy to add dependency to records-table-redesign blueprint 17:06:06 I did that 17:06:10 thanks betsy 17:06:12 vinod to come up with alternatives to recordsets 17:06:23 I have a proposal on the records vs recordsets at https://wiki.openstack.org/wiki/Designate/Blueprints/RecordSets 17:06:30 anybody had a chance to read up on that? 17:06:47 Betsy is coming up with another proposal now 17:06:50 I read it. And I have a slightly different proposal but haven't had a chance to write it up yet 17:06:57 I did 17:07:06 Can we postpone until next week? 17:07:08 I read it. 17:07:16 i read it. i'm still not understanding why we are concerned with this. DNS servers seem to handle different TTLs for records in record sets. 17:07:44 The RFC states that this should be an error 17:08:03 which RFC? 17:08:15 http://tools.ietf.org/html/rfc2181 Section 5 17:08:16 RFC 2181 17:08:52 since kiall and mugsie aren't around and they would have some input to this 17:08:56 we can move this to next week 17:09:05 vinod1: agreed 17:09:23 #action all - add/review recordset proposals 17:09:38 okay. i like the blueprint. 8^) seems to handle the issue elegantly. 17:10:03 the next action item too from the last week was the same 17:10:04 Everyone to think about RRSets, reread the logs from the conversation, and come with alternatives and pro's con's 17:10:17 kiall to dig up ML archive entries around tenant id's in URLs 17:10:32 I'll write up mine, which is a slight variation on Vinod's 17:10:39 kiall did mention this in the irc chat 17:11:12 that section talks about how the different TTLs are handled though. 8^( 17:12:19 section 5.2 states "Should a client receive a response containing RRs from an RRSet with 17:12:19 differing TTLs, it should treat this as an error." 17:12:23 it says it is an error, but goes on to say the client will use the lowest TTL value. 17:13:00 "client should treat the RRs for all purposes as if all TTLs in the RRSet had been set to the value of the lowest TTL in the RRSet." 17:13:58 yes that is in case the client gets an incorrect response 17:14:08 But "In no case may a server send an RRSet with TTLs not all equal." 17:14:12 so why not handle it the same when a zone transfer is requested? send them RRSet with the TTL of the lowest record. 17:14:27 them = the 17:14:55 doing that would mean that the data that the user enter via the api is not the same as the data that is served out 17:15:07 what i'm suggesting is handle it the same way it is handled now in servers. BIND doesn't prevent me from creating this situation. 17:15:51 rjrjr_: I think that would be valid. 17:16:12 But it could be confusing to the user if they didn't realize that only one ttl would be implemented 17:16:48 but they face that issue now in DNS. do other servers point out when the admin is doing this? 17:17:07 i am not sure. 17:17:25 looks like we need more discussion around this next week 17:17:25 AWS has the concept of RecordSets 17:17:39 I tried to read up on their docs, but it was confusing as they don't use REST 17:17:52 vinod1: yes 17:18:00 rjrjr_: could you add your thoughts to https://wiki.openstack.org/wiki/Designate/Blueprints/RecordSets 17:18:13 betsy could you add your proposal to the same page 17:18:13 sure. 17:18:19 yes 17:18:30 that way others can review all the discussion around this in one place 17:18:47 #action rjrjr_ to update https://wiki.openstack.org/wiki/Designate/Blueprints/RecordSets with his thoughts 17:18:58 #action betsy update https://wiki.openstack.org/wiki/Designate/Blueprints/RecordSets with alternate proposal 17:19:08 moving on 17:19:11 #topic Capture the Notification Context in Designate Sink Blueprint 17:19:37 #link https://blueprints.launchpad.net/designate/+spec/sink-capture-notification-context 17:20:06 this one is simple. the notification contains the context (user, tenant, etc.) and i thought it would be a good idea to capture it for use in the notification handlers. 17:20:47 i also submitted the code for review for this one. 17:21:51 i haven't had a chance to look at them 17:22:04 but at a glance this looks like a good idea 17:22:19 anyone else want to comment on this? 17:22:34 I'll take a look at it 17:22:36 that way, the notification handler can do context related operations. for example, i have a notification handler that relies on the context to select the forward domain that a record will be added to. 17:23:08 I haven't looked at it yet. :( 17:23:36 makes sense at first glance 17:23:44 #action all look at the blueprint and review sink-capture-notification-context 17:23:53 #topic Fixed IP PTR Record API Blueprint 17:24:06 #link https://blueprints.launchpad.net/designate/+spec/fixed-ip-ptrs 17:24:23 i also submitted the code for review for this one. 8^) 17:24:27 So I had a question 17:24:55 rjrjr_: I will look at the code as well 17:24:55 I don't know that much about fixed IP PTRS, but this is basically to track who owns the IP, correct? 17:25:19 fixed IPs are the private IPs for a VM. 17:25:38 rjrjr_: so private, not public? 17:25:52 i believe so. floating = public, fixed = private. 17:26:00 Ah 17:26:07 like a 10 or 192 or 172? 17:26:07 in our case, fixed = private and public. we don't have floating. 17:26:22 So does Nova keep track of who owns an IP for a VM? 17:26:50 Neutron does via ports. a port has a subnet, a subnet has a IP. 17:26:51 Just asking because we currently don't track this info in our DNS system. It's tracked outside of that 17:27:11 Does it track that back to the tenant_id or project_id? 17:27:31 tenant ID 17:27:50 Nova has the VM information which contains the IP address. 17:28:00 Port has the IP address. 17:28:18 So you are saying Designate should own the tenant to IP address relationship? 17:28:29 in the code, i look up the ports for a tenant, get the IP address, to validate the request is proper. 17:29:34 this code is basically finishing the work that was started with floating IP PTR API. 17:29:40 who owns ports - is it neutron? 17:29:49 Neutron 17:30:05 is there a 1 to 1 relationship between ports and ip addresses? 17:30:20 no, it is more complicated than that. 17:30:38 a port can have more than one IP. 17:31:04 think network ports. a server can have an interface which has multiple IPs. ditto for routers, etc. 17:31:24 Neutron is capturing that port information. 17:31:43 capturing = modelling. 17:31:48 so when you say "i look up the ports for a tenant", does designate contact neutron to get the ports for a tenant? 17:32:38 yes, i look up the ports and IP addresses. that way, i'm validating the request for the tenant wanting to add the record to the reverse zone. 17:33:08 in designate reverse zones are "shared" among tenants, hence the need for the floating IP PTR and fixed IP PTR API. 17:34:34 so, in the code, i query neutron for a list of ports for a tenant. the floating IP code does the same for floating IPs. it just happens that floating IPs are modelled in Neutron. the closest we have for fixed IPs is ports/subnets/IPs. 17:35:22 so the decision to do fixed or floating controlled by a config setting? 17:35:42 no, API calls. /reverse/floatingips versus /reverse/fixedips 17:36:16 in Nova, not sure, but you can do just floating, just fixed, or both. 17:37:11 i'm guessing we'll need to carry this discussion to next week. 8^) 17:37:22 if 192.168.1.0 is a fixedip 17:37:32 can we create a floatingip to it? 17:37:56 no. 17:38:29 rjrjr_: we were going to get together after this meeting to clarify some details on our end. Can we get back to you? 17:38:36 so how would this be prevented - when designate queries neutron for floatingips? 17:38:41 yes. 17:38:48 vinod1, correct. 17:38:58 ok moving on 17:39:03 #topic Is Designate handling Region properly (Floating IP and Fixed IP PTR API)? 17:39:25 man, without kiall/mugsy, not sure if we can discuss this. 17:39:36 http://kimizhang.wordpress.com/2013/08/26/openstack-zoning-regionavailability-zonehost-aggregate/ 17:39:41 rjrjr_: agreed 17:39:46 where does Designate fall into this picture? 17:39:49 #link http://kimizhang.wordpress.com/2013/08/26/openstack-zoning-regionavailability-zonehost-aggregate/ 17:40:09 is it like Keystone and Horizon? 17:40:36 and spans regions? or is it like Glance, Cinder, Swift, etc. and region specific? 17:41:10 i would think that designate would need to span regions 17:41:12 Seems like DNS would have to span regions 17:41:26 But I've never seen that chart before 17:41:41 this question came out of the API for floating IP PTR/fixed IP PTR API. 17:42:16 the API has /reverse/floatingips/: 17:42:37 the resource identifier is strange : 17:43:17 if Designate spans regions, should we fix the API to /region//reverse/floatingips/ or something like that? 17:43:58 I can see the need for supporting Designate for both fixed and floating. 17:44:22 i've seen this /region/ in another OpenStack API. i'll have to look and see which one. 17:45:51 Here at Rackspace we'll need Designate to work globally across all our DCs, but I can see other folks wanting each region/DC to have their own designate setup. That certianly makes PTR support easier. 17:47:03 hmmm... so Designate may need to participate in a region? 17:47:38 Seems like we need Kiall and Mugsie to weigh in 17:47:45 agreed. 17:47:46 They've probably already thought about this 17:47:56 Let's table it for next week 17:48:09 Is that okay with you, rjrjr? 17:48:24 yes. 17:49:00 #action discuss Is Designate handling Region properly (Floating IP and Fixed IP PTR API)? 17:49:10 #topic Mini-DNS: Can we rename it to something less provoking, like ZoneTransfer Module? 17:49:51 If minidns would be the master server, would calling it ZoneTransfer indicate that? 17:49:52 we already decided on a name, right? 17:49:59 The only reason I proposed this is it seems to make people worry that we are over-engineering things. 17:50:28 A common response is, "What! You are writing your own name server??" 17:50:47 i believe kiall said it does more than zone transfers though. for example, it will need to serve SOA records as part of the zone transfer negotiation. 17:51:00 true. 17:51:02 so, zone transfer is just a subset of what it will be doing. 17:51:15 That's why it's real name is mdns, pronounced MaDNesS :) 17:51:16 and I know we envision it may do much more. 17:52:03 OK, well, seems like mdns is not a bad approach, I think we can close this topic. 17:52:12 since mdns is the name. 17:52:23 the "name" 17:52:34 #topic Pecan issues (bugs 1288830 and 1288834) 17:52:49 #link https://bugs.launchpad.net/designate/+bug/1288830 17:52:55 #link https://bugs.launchpad.net/designate/+bug/1288834 17:53:38 The primary concern here was that these issues arose because of the way pecan handles these urls 17:53:47 I looked at other (incubated) openstack projects. Only Ceilometer appears to use Pecan. 17:53:55 The question now is Should we follow up with Pecan about this issues? 17:54:05 are there any volunteers for this? 17:54:39 the other question was Should the rest of openstack community be informed about these issues? 17:55:06 I think that's a good idea. We should send out an email to the dev email list with the concern 17:55:17 See what the rest of the community thinks 17:56:04 I'll send out the email 17:56:20 #action betsy to send out email to dev list about pecan issues 17:56:25 thanks betsy 17:56:42 any more things that need discussion 17:56:49 now is your time 17:56:53 i have a concern. 17:56:56 We've only got 4 min 17:57:16 we seem to be bottlenecked when not everyone is on this meeting. is that being addressed? 17:57:36 nobody's fault. just seems dysfunctional. 17:57:48 Hasn't happened that often, but you're right 17:58:06 right - not that often 17:58:08 rjrjr_: True 17:58:23 but it sure is better if all attend 17:58:27 overall, our progress seems slow at times though. 8^( 17:58:35 given kiall's work, it is definitely difficult to make a lot of progress if he's not around. 17:58:45 i think once we have more expertise of designate spread around, this issue will not be there 17:58:47 I think that will change over time, though 17:58:59 okay 17:59:14 But you bring up a good point 17:59:23 #endmeeting