mugsie | chirag: not at the moment | 00:06 |
---|---|---|
chirag | mugsie: does that mean if I am using Bind with split-dns view, external and internal view seperate, I can't use designate with bind then? | 00:09 |
chirag | any idea how can we use it? | 00:09 |
*** pksingh has joined #openstack-dns | 00:16 | |
pksingh | Hi, is there any API for name resolution in designate i.e. like i give hostname it gives IP? | 00:21 |
*** km__ has joined #openstack-dns | 00:31 | |
*** km has quit IRC | 00:31 | |
*** ducttape_ has joined #openstack-dns | 00:52 | |
*** openstack has joined #openstack-dns | 00:54 | |
*** ChanServ sets mode: +v openstack | 00:54 | |
*** ducttape_ has quit IRC | 00:57 | |
timsim | chirag: I'm note quite sure how split-horizon works in BIND9, but I believe you give it the view as part of the rndc addzone, you could write a pool manager backend, or modify the regular bind9 one to pass your view in, if that's the case. | 01:16 |
timsim | pksingh: Do you mean for records that are in Designate? | 01:16 |
*** ducttape_ has joined #openstack-dns | 01:21 | |
*** ianbrown has quit IRC | 01:22 | |
*** ianbrown has joined #openstack-dns | 01:25 | |
pksingh | timsim: yes, like dig command does | 01:26 |
timsim | Well, Designate puts DNS records on the actual nameservers that dig would query. | 01:26 |
*** EricGonczer_ has joined #openstack-dns | 01:27 | |
pksingh | timsim: is there any API in designate to perform query like dig does to DNS server? | 01:28 |
timsim | No, what's the use case? | 01:28 |
timsim | Designate can/does do it internally, but there's no API for it | 01:29 |
pksingh | timsim, I was thinking about single common API which is Designate API here to manage and query all what dig can provide to user | 01:31 |
pksingh | timsim, but not sure thats the goal of Designate. | 01:32 |
timsim | Designate is concerned with providing an API to make DNS changes. | 01:32 |
pksingh | and to provide DNS information also? | 01:33 |
timsim | It will provide all the information that you've put into it. | 01:33 |
timsim | What use case is there for what you're describing? | 01:34 |
pksingh | timsim, use case i am thinking is user should be able get information of domain/ip mapping through direct appropriate API instead of getting it through domain and then record API call | 01:35 |
*** stanzgy has joined #openstack-dns | 01:35 | |
timsim | Ahh I see. Yeah, that's one people have asked about before. | 01:37 |
timsim | It doesn't support that right now. | 01:37 |
*** EricGonczer_ has quit IRC | 01:38 | |
timsim | We've had discussions as to whether that actually belongs in Designate or not. There was some talk of using https://wiki.openstack.org/wiki/Searchlight to do that kind of searching, as that would be a really expensive thing for Designate to do. | 01:38 |
timsim | If you know the domain, you can do /v2/zones/<id>/recordsets?data=8.8.8.8 and you should be able to find the recordsets that have that IP in them. | 01:39 |
pksingh | timsim, hummm | 01:40 |
pksingh | timsim, yes that can be little bit expensive. | 01:40 |
pksingh | timsim, so i can consider Designate will not provide that and there is way as you mentioned to get such information | 01:40 |
timsim | I wouldn't say that Designate will never allow you to do, for instance /search/ with { "query": "8.8.8.8" } and get back { "zones": { aaa.com. } "recordsets": foo.bar.com } but it doesn't support it at the moment. | 01:42 |
pksingh | ohk | 01:43 |
*** chirag has quit IRC | 01:45 | |
pksingh | timsim, but in case of reverse, record get API does not give IP | 01:46 |
pksingh | timsim, it gives only reverse(with string) ip only as we set | 01:46 |
pksingh | timsim, is there any way to get IP in case of reverse PTR record | 01:47 |
pksingh | timsim, or user can get to know by doing manual decoding(remove string and reverse IP) | 01:48 |
timsim | Yeah I mean if you have the in-addr.arpa name handy you can get the IP | 01:49 |
pksingh | timsim, ok | 01:49 |
pksingh | timsim, thats solve my queries. | 01:49 |
timsim | Designate will go and get your Floating IPs from Neutron, so you can create a PTR record with one of those, and if you own it, designate will create it for you. | 01:49 |
pksingh | timsim, ok | 01:50 |
pksingh | timsim, Thanks a lot for your time | 01:51 |
timsim | np | 01:51 |
*** ducttape_ has quit IRC | 01:55 | |
*** robert4man has joined #openstack-dns | 01:58 | |
*** jmcbride has joined #openstack-dns | 01:59 | |
*** jmcbride has quit IRC | 02:00 | |
*** echoingumesh has quit IRC | 02:14 | |
*** ducttape_ has joined #openstack-dns | 02:45 | |
*** ducttape_ has quit IRC | 02:56 | |
*** ducttape_ has joined #openstack-dns | 03:02 | |
*** ducttape_ has quit IRC | 03:12 | |
*** richm has quit IRC | 03:18 | |
*** EricGonczer_ has joined #openstack-dns | 03:22 | |
*** kei_yama has quit IRC | 03:22 | |
*** pksingh has quit IRC | 03:24 | |
*** EricGonczer_ has quit IRC | 03:25 | |
*** crc32 has quit IRC | 03:31 | |
*** pksingh has joined #openstack-dns | 03:56 | |
*** robert4man has quit IRC | 04:34 | |
*** ianbrown has quit IRC | 04:48 | |
*** ianbrown has joined #openstack-dns | 05:00 | |
*** boris-42 has quit IRC | 05:12 | |
*** nihilifer has joined #openstack-dns | 05:44 | |
*** ianbrown has quit IRC | 06:11 | |
*** hetii has joined #openstack-dns | 07:04 | |
*** chlong has quit IRC | 07:06 | |
*** jordanP has joined #openstack-dns | 08:08 | |
*** boris-42 has joined #openstack-dns | 08:17 | |
*** elarson has quit IRC | 08:17 | |
*** pksingh has quit IRC | 08:31 | |
Kiall | timsim: I would say it'll never have a /search endpoint, especially now that SearchLight has taken up the search mantra ;) | 08:49 |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Add backwards compat for edit_managed/all_tenants https://review.openstack.org/193461 | 09:06 |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Add backwards compat for edit_managed/all_tenants https://review.openstack.org/193461 | 09:09 |
*** hetii has quit IRC | 09:55 | |
*** hetii has joined #openstack-dns | 09:57 | |
*** nyechiel has joined #openstack-dns | 10:43 | |
*** stanzgy has quit IRC | 10:50 | |
*** nyechiel has quit IRC | 10:55 | |
ekarlso | +1 Kiall | 11:13 |
*** mwagner_afk has quit IRC | 11:31 | |
*** vinod1 has joined #openstack-dns | 11:46 | |
*** boris-42 has quit IRC | 11:52 | |
*** ducttape_ has joined #openstack-dns | 12:16 | |
*** km__ has quit IRC | 12:18 | |
*** EricGonczer_ has joined #openstack-dns | 12:26 | |
*** ducttape_ has quit IRC | 12:30 | |
*** EricGonczer_ has quit IRC | 12:35 | |
*** HenryG has quit IRC | 13:05 | |
*** HenryG has joined #openstack-dns | 13:05 | |
*** HenryG has quit IRC | 13:06 | |
*** HenryG has joined #openstack-dns | 13:07 | |
*** jmcbride has joined #openstack-dns | 13:12 | |
*** richm has joined #openstack-dns | 13:16 | |
*** jmcbride has quit IRC | 13:19 | |
*** dguerri` is now known as dguerri | 13:26 | |
*** ducttape_ has joined #openstack-dns | 13:27 | |
*** robert4man has joined #openstack-dns | 13:31 | |
*** ducttape_ has quit IRC | 13:39 | |
*** dguerri is now known as dguerri` | 13:40 | |
*** dguerri` is now known as dguerri | 13:45 | |
*** nihilifer has quit IRC | 13:48 | |
*** hetii has quit IRC | 13:51 | |
*** mwagner_afk has joined #openstack-dns | 13:57 | |
*** jmcbride has joined #openstack-dns | 14:01 | |
*** ducttape_ has joined #openstack-dns | 14:07 | |
*** johnbelamaric has joined #openstack-dns | 14:09 | |
*** jmcbride has quit IRC | 14:13 | |
*** vinod1 has quit IRC | 14:16 | |
*** pglass has joined #openstack-dns | 14:16 | |
*** jmcbride has joined #openstack-dns | 14:16 | |
*** nihilifer has joined #openstack-dns | 14:25 | |
*** nihilifer has quit IRC | 14:26 | |
*** nihilifer has joined #openstack-dns | 14:27 | |
*** nihilifer has quit IRC | 14:31 | |
*** nihilifer has joined #openstack-dns | 14:32 | |
*** lkoranda has quit IRC | 14:32 | |
*** dguerri is now known as dguerri` | 14:44 | |
*** dvorak is now known as clayton | 14:49 | |
*** dguerri` is now known as dguerri | 14:50 | |
ekarlso | so quiet here toady :p | 14:54 |
*** mlavalle has joined #openstack-dns | 15:00 | |
Kiall | ekarlso: ;) | 15:00 |
*** elarson has joined #openstack-dns | 15:04 | |
*** elarson has quit IRC | 15:05 | |
*** elarson has joined #openstack-dns | 15:06 | |
*** nihilifer has quit IRC | 15:22 | |
*** jordanP has quit IRC | 15:36 | |
*** EricGonczer_ has joined #openstack-dns | 15:37 | |
*** EricGonczer_ has quit IRC | 15:42 | |
Kiall | vagrant ssh ccn-0001 | 16:18 |
Kiall | gah - wrong window -_- | 16:18 |
*** dguerri is now known as dguerri` | 16:29 | |
*** lkoranda has joined #openstack-dns | 16:38 | |
*** dguerri` is now known as dguerri | 16:45 | |
*** ryanpetrello has quit IRC | 16:45 | |
*** dguerri is now known as dguerri` | 16:46 | |
*** ryanpetrello has joined #openstack-dns | 16:46 | |
*** lkoranda has quit IRC | 16:51 | |
*** bradjones has quit IRC | 16:58 | |
*** bradjones has joined #openstack-dns | 16:58 | |
*** bradjones has quit IRC | 16:58 | |
*** bradjones has joined #openstack-dns | 16:58 | |
*** mwagner_afk has quit IRC | 16:59 | |
*** lkoranda has joined #openstack-dns | 17:04 | |
*** lkoranda has quit IRC | 17:08 | |
*** lkoranda has joined #openstack-dns | 17:10 | |
*** bradjones has quit IRC | 17:11 | |
*** bradjones has joined #openstack-dns | 17:12 | |
*** bradjones has quit IRC | 17:12 | |
*** bradjones has joined #openstack-dns | 17:12 | |
*** nihilifer has joined #openstack-dns | 17:16 | |
*** westerbot has joined #openstack-dns | 17:21 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Zone Manager service shim https://review.openstack.org/193651 | 17:24 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add shard and domain_shard to tables https://review.openstack.org/193652 | 17:24 |
ekarlso | Kiall: mugsie ^ | 17:24 |
Kiall | ekarlso: cool, literally just walking out of the office though | 17:25 |
ekarlso | Kiall: yeah, i would think so :P | 17:26 |
ekarlso | timsim: care to take a stab at it ? | 17:26 |
*** mwagner_afk has joined #openstack-dns | 18:31 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add shard and domain_shard to tables https://review.openstack.org/193652 | 18:48 |
*** nihilifer has quit IRC | 18:51 | |
*** jmcbride has quit IRC | 18:59 | |
*** jmcbride has joined #openstack-dns | 19:05 | |
*** jmcbride1 has joined #openstack-dns | 19:07 | |
*** jmcbride has quit IRC | 19:09 | |
*** EricGonczer_ has joined #openstack-dns | 19:12 | |
*** bradjones has quit IRC | 19:20 | |
*** bradjones has joined #openstack-dns | 19:22 | |
*** bradjones has quit IRC | 19:22 | |
*** bradjones has joined #openstack-dns | 19:22 | |
*** csoukup has joined #openstack-dns | 19:29 | |
*** EricGonc_ has joined #openstack-dns | 19:41 | |
*** EricGonczer_ has quit IRC | 19:45 | |
*** jmcbride1 has quit IRC | 20:00 | |
*** boris-42 has joined #openstack-dns | 20:04 | |
openstackgerrit | Eric Peterson proposed openstack/designate-dashboard: Record creation / update screen simplification https://review.openstack.org/193710 | 20:08 |
*** dan is now known as Guest87808 | 20:14 | |
*** dan_ has joined #openstack-dns | 20:14 | |
*** dan_ is now known as Guest96299 | 20:14 | |
*** robert4man has quit IRC | 20:26 | |
*** jmcbride has joined #openstack-dns | 21:02 | |
*** bradjones has quit IRC | 21:20 | |
*** bradjones has joined #openstack-dns | 21:22 | |
*** bradjones has quit IRC | 21:22 | |
*** bradjones has joined #openstack-dns | 21:22 | |
*** csoukup has quit IRC | 21:35 | |
*** johnbelamaric has quit IRC | 21:44 | |
*** jmcbride1 has joined #openstack-dns | 21:48 | |
*** jmcbride has quit IRC | 21:48 | |
*** jmcbride1 has quit IRC | 21:51 | |
*** EricGonc_ has quit IRC | 22:35 | |
*** ducttape_ has quit IRC | 22:37 | |
*** pglass has quit IRC | 22:57 | |
*** zigo has quit IRC | 23:05 | |
*** zigo has joined #openstack-dns | 23:07 | |
*** ducttape_ has joined #openstack-dns | 23:41 | |
*** ducttape_ has quit IRC | 23:41 | |
*** ducttape_ has joined #openstack-dns | 23:41 | |
*** EricGonczer_ has joined #openstack-dns | 23:46 | |
*** ducttape_ has quit IRC | 23:53 | |
*** westerbot has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!