*** EricGonczer_ has joined #openstack-dns | 00:00 | |
*** ducttape_ has joined #openstack-dns | 00:00 | |
*** ducttape_ has quit IRC | 00:10 | |
*** ducttape_ has joined #openstack-dns | 00:13 | |
*** bradjones has quit IRC | 00:22 | |
*** bradjones has joined #openstack-dns | 00:23 | |
*** bradjones has quit IRC | 00:23 | |
*** bradjones has joined #openstack-dns | 00:23 | |
*** ducttape_ has quit IRC | 00:40 | |
*** pksingh has joined #openstack-dns | 00:43 | |
pksingh | Hi, how can i create public and private domains in designate using Bind9 as backend? | 00:44 |
---|---|---|
*** ducttape_ has joined #openstack-dns | 00:52 | |
*** ducttape_ has quit IRC | 00:52 | |
*** EricGonczer_ has quit IRC | 01:31 | |
*** ducttape_ has joined #openstack-dns | 02:07 | |
*** ducttape_ has quit IRC | 02:12 | |
*** jmcbride has joined #openstack-dns | 02:57 | |
*** ducttape_ has joined #openstack-dns | 03:08 | |
*** ducttape_ has quit IRC | 03:13 | |
*** pksingh has quit IRC | 03:17 | |
*** ducttape_ has joined #openstack-dns | 03:22 | |
*** ducttape_ has quit IRC | 03:41 | |
*** pksingh has joined #openstack-dns | 04:23 | |
pksingh | Hi, | 04:24 |
pksingh | Hi , How can we create private and public domain name in bind9 with help of designate? | 04:25 |
*** nihilifer has joined #openstack-dns | 05:26 | |
*** richm has quit IRC | 05:35 | |
*** ducttape_ has joined #openstack-dns | 05:43 | |
*** nihilifer has quit IRC | 05:46 | |
*** ducttape_ has quit IRC | 05:48 | |
*** naggappan has joined #openstack-dns | 06:02 | |
naggappan | hi i am tryign to set up dev environment by following "http://docs.openstack.org/developer/designate/getting-started.html". before doing this i did devstack with designage service enabled sucessfully | 06:14 |
naggappan | Now when i do "python setup.py develop", i get following error "http://paste.openstack.org/show/312579/" | 06:15 |
*** ianbrown has quit IRC | 06:35 | |
*** hetii has joined #openstack-dns | 07:16 | |
*** nihilifer has joined #openstack-dns | 07:24 | |
*** dguerri` is now known as dguerri | 07:31 | |
*** ducttape_ has joined #openstack-dns | 07:32 | |
*** dguerri is now known as dguerri` | 07:35 | |
*** ducttape_ has quit IRC | 07:36 | |
*** chlong has quit IRC | 07:39 | |
*** bradjones has quit IRC | 07:43 | |
*** bradjones has joined #openstack-dns | 07:45 | |
*** bradjones has quit IRC | 07:45 | |
*** bradjones has joined #openstack-dns | 07:45 | |
*** nihilifer has quit IRC | 07:48 | |
*** nihilifer has joined #openstack-dns | 07:50 | |
*** nihilifer has quit IRC | 07:59 | |
*** bradjones has quit IRC | 08:02 | |
*** km has quit IRC | 08:09 | |
*** km has joined #openstack-dns | 08:09 | |
*** bradjones has joined #openstack-dns | 08:14 | |
*** bradjones has quit IRC | 08:14 | |
*** bradjones has joined #openstack-dns | 08:14 | |
*** nihilifer has joined #openstack-dns | 08:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/193980 | 08:20 |
*** dguerri` is now known as dguerri | 08:20 | |
*** nihilifer has quit IRC | 08:23 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/194020 | 08:27 |
hetii | Hi there :) | 08:36 |
*** bradjones has quit IRC | 08:38 | |
hetii | Q: When I delete instance designate-sink do not delete subdomain for this instance. Also when I try to manually delete it then I got: TRACE designate.api.middleware BadRequest: Managed records may not be deleted | 08:38 |
*** bradjones has joined #openstack-dns | 08:40 | |
*** bradjones has quit IRC | 08:40 | |
*** bradjones has joined #openstack-dns | 08:40 | |
mugsie | hetii: if you use the latest version of the client, you can add a flag to enable you to delete managed records | 08:49 |
mugsie | pksingh: the private domain work is ongoing | 08:51 |
mugsie | naggappan: let me look at it now - is this from master? | 08:51 |
*** marzif has joined #openstack-dns | 08:56 | |
hetii | mugsie: but could you explain why they are in this state and what it means ? Is it means that they are just managed by sink or something else ? | 08:57 |
pksingh | mugsie, thanks do you have a link to blueprint for private domain feature? | 08:57 |
mugsie | hetii: is the instance.delete.end event getting to the sink interface? | 09:03 |
mugsie | pksingh: eh, there is no formal blueprint right now - it is all work that relies on other work being done at the moment | 09:05 |
hetii | mugsie: yes -> u'event_type': u'compute.instance.delete.end', | 09:05 |
pksingh | mugsie: thanks for your time | 09:06 |
mugsie | hum is there any logs after that? | 09:06 |
mugsie | it could be taking time to make thair way through the system | 09:06 |
naggappan | nugsie: i have onlyl one machine and trying in that, its a single node setup | 09:07 |
mugsie | naggappan: and it is designate master? | 09:08 |
naggappan | mugsie: is it mandatory that devstack should be running when i try to setup dev environment using getting started guide? Becuase i installed devstack then did a reboot(devstack is not running), then i stared to configure development environment using getting started guide | 09:08 |
mugsie | naggappan: its not mandatory | 09:08 |
naggappan | mugsie: yes its master branch | 09:08 |
naggappan | mugsie : git clone https://github.com/openstack/designate.git | 09:09 |
mugsie | ok, give me a bit, and I will see what I can find out | 09:09 |
mugsie | ubuntu / fedora? | 09:09 |
naggappan | mugsie: ubunut, | 09:10 |
naggappan | ubuntu 14.04 | 09:10 |
hetii | mugsie: http://pastebin.ca/3033883 | 09:10 |
pksingh | mugsie, is there any reference for the wok which is going on, like bug , sessions, some ppt or any wiki link, where it is mentioned that private domain will be supported in future | 09:15 |
*** dguerri is now known as dguerri` | 09:20 | |
*** dguerri` is now known as dguerri | 09:20 | |
*** ducttape_ has joined #openstack-dns | 09:20 | |
hetii | mugsie: any clue ? | 09:21 |
hetii | btw git clone git@github.com:stackforge/python-designateclient.git -> Permission denied (publickey). | 09:22 |
hetii | acording : http://python-designateclient.readthedocs.org/en/latest/installation.html | 09:23 |
mugsie | hetii: ah, that link will only work if you have a github account linked to your ssh key | 09:25 |
*** ducttape_ has quit IRC | 09:25 | |
mugsie | give me a few mins, digging into pksingh 's issue / reading morning email right now | 09:26 |
hetii | ok :) | 09:26 |
mugsie | i will need more lines after the ones you just send me | 09:26 |
hetii | I give you all lines that show up from sink when delete instance | 09:27 |
mugsie | yeah, and I need to see what it did after that | 09:27 |
hetii | ok How I can grab this information for you ? | 09:27 |
mugsie | the logs after that line | 09:28 |
hetii | but as I said, designate-sink dont produce any additional information in his screen | 09:31 |
hetii | mugsie: I use designate 1.2.1 as a client and don`t see this manage flag arugment for record-delete subcommand | 09:39 |
*** pksingh has quit IRC | 09:46 | |
mugsie | hetii: thats the last line in the log? humm.... I am not sure then | 09:48 |
mugsie | I dont use sink at all unforunatly | 09:48 |
hetii | mugsie: this is what show up in designate-api: http://pastebin.ca/3033901 | 09:51 |
*** richm has joined #openstack-dns | 10:03 | |
*** l6unchpad has joined #openstack-dns | 10:08 | |
naggappan | mugsie: Do you think that due to instllation of devstack and then trying to setup development environment will faill with above error? If so let me try again withought installing devstack | 10:13 |
*** nihilifer has joined #openstack-dns | 10:15 | |
mugsie | naggappan: maybe - i think it could be a version conflict of python packages | 10:15 |
naggappan | mugsie: so you mean that if it try from the scratch , just plain ubunut 14.04 and apt-get update, then follow the doc it can work? if so i will try that also if it fails there then will debug. I just wanted to confirm that devstack is not required for designate development | 10:26 |
mugsie | it should work fine on that route | 10:26 |
mugsie | we also have a devstakc pluigin if you prefer | 10:27 |
mugsie | https://github.com/openstack/designate/tree/master/contrib/devstack | 10:27 |
*** nihilifer has quit IRC | 10:33 | |
hetii | Could someone explain me for what is this managed record protection ? | 10:36 |
hetii | As I see its not fully implemented. | 10:36 |
hetii | there are no possibilites to delete orphaned records | 10:36 |
hetii | I try by designate client in version 1.2.1.dev24 and by python wrapper and don`t see any flag to set it to be able to rid them out. | 10:37 |
*** nihilifer has joined #openstack-dns | 10:37 | |
naggappan | mugsie: this plugin i should try after instaling devstack? | 10:39 |
mugsie | naggappan: at the same time | 10:40 |
mugsie | hetii: --edit-managed is enabled in master of python-designateclient | 10:40 |
*** km has quit IRC | 10:41 | |
*** Kiall has quit IRC | 10:43 | |
*** ryanpetrello has quit IRC | 10:43 | |
*** _d34dh0r53_ has quit IRC | 10:43 | |
*** puck has quit IRC | 10:43 | |
*** zigo has quit IRC | 10:43 | |
*** Trozz_ has quit IRC | 10:43 | |
*** jroll has quit IRC | 10:43 | |
*** Trozz_ has joined #openstack-dns | 10:43 | |
*** puck has joined #openstack-dns | 10:43 | |
*** Kiall has joined #openstack-dns | 10:43 | |
*** ryanpetrello has joined #openstack-dns | 10:43 | |
hetii | could you provide the git url? I get ut from git://git.openstack.org/openstack/python-designateclient | 10:43 |
*** jroll has joined #openstack-dns | 10:43 | |
*** zigo has joined #openstack-dns | 10:44 | |
*** d34dh0r53 has joined #openstack-dns | 10:45 | |
hetii | designate --edit-managed -> | 10:45 |
hetii | (designate) record-delete 65a9bf57-05eb-445b-9862-ae98ea0599e2 ae378e6a-8ffa-431b-9541-8a9664ed2a04 | 10:45 |
hetii | | Message | Managed records may not be deleted | | 10:45 |
mugsie | i would try designate --edit-managed record-delete <domain_id> <record_id> | 10:46 |
mugsie | http://git.openstack.org/cgit/openstack/python-designateclient/tree/designateclient/shell.py#n168 | 10:46 |
mugsie | it is defintily there | 10:46 |
naggappan | mugsie: "contrib/devstack" looks like its for devstack-gate setup during the CI infrastructure. But i see "https://github.com/openstack/designate/blob/master/contrib/devstack/lib/designate#L5" this file where they mention what all the service to be enabled during the devstack instllation in localrc. I tried devstack with designage all service enabled and it worked successfully for me. It means that designate setup in devstack env is done? | 10:49 |
openstackgerrit | Merged openstack/designate: Enable random hash seeds https://review.openstack.org/193817 | 10:50 |
naggappan | mugsie: I thought that we should do aditional setup for development environmet. I actually need to go through this project with bind dns , means like gothrought the flow of how designate works indepth . So devstack with designate all service success is go to start? | 10:51 |
mugsie | naggappan: yeah, its a good start | 10:54 |
*** dmgweb has joined #openstack-dns | 11:01 | |
dmgweb | hello | 11:03 |
dmgweb | Someone here knows designate-dashboard? | 11:03 |
naggappan | mugsie: then devstack with designate works for me that fine. I will try to use it and see . | 11:03 |
mugsie | dmgweb: yup | 11:04 |
mugsie | whats up? | 11:04 |
dmgweb | I can not install it .. | 11:04 |
hetii | mugsie: I try by your way and its the same issue. | 11:04 |
naggappan | dmgweb: could you please let us know how you tried to install designate | 11:04 |
*** nihilifer has quit IRC | 11:05 | |
dmgweb | designate is installed via api | 11:05 |
dmgweb | but in dashboard no | 11:05 |
dmgweb | I used the instructions here: https://github.com/openstack/designate-dashboard | 11:06 |
dmgweb | I copied de files https://github.com/openstack/designate/tree/master/contrib/designate-dashboard/designatedashboard in /usr/share/openstack-dashboard | 11:07 |
mugsie | dmgweb: ah, ok. that would be ductape ... he is not online | 11:07 |
dmgweb | okay | 11:07 |
*** dguerri is now known as dguerri` | 11:07 | |
hetii | Please check that : http://pastebin.ca/3033928 | 11:08 |
*** dguerri` is now known as dguerri | 11:08 | |
*** ducttape_ has joined #openstack-dns | 11:09 | |
mugsie | hetii: what version of designate are you running | 11:09 |
hetii | juno | 11:10 |
mugsie | oh - the flag was in kilo | 11:10 |
mugsie | that would explain it | 11:10 |
hetii | Hmm | 11:11 |
hetii | any idea about designate kilo version and compatibility with openstack juno ? | 11:12 |
mugsie | there is a big jump | 11:13 |
*** ducttape_ has quit IRC | 11:14 | |
*** kei_yama has quit IRC | 11:14 | |
*** daemontool_ has joined #openstack-dns | 11:16 | |
*** nihilifer has joined #openstack-dns | 11:17 | |
*** marzif has quit IRC | 11:18 | |
*** ducttape_ has joined #openstack-dns | 11:32 | |
*** l6unchpad has quit IRC | 11:32 | |
*** vinod1 has joined #openstack-dns | 11:32 | |
*** daemontool_ has quit IRC | 11:38 | |
*** marzif has joined #openstack-dns | 11:39 | |
*** mwagner_afk has quit IRC | 11:47 | |
*** ducttape_ has quit IRC | 11:53 | |
*** chlong has joined #openstack-dns | 12:25 | |
*** ducttape_ has joined #openstack-dns | 12:25 | |
*** ducttape_ has quit IRC | 12:27 | |
*** chlong has quit IRC | 12:28 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add base for coordination as a mixin / tooz https://review.openstack.org/193909 | 12:30 |
*** chlong has joined #openstack-dns | 12:31 | |
*** tobasco_ is now known as tobasco | 12:32 | |
*** l6unchpad has joined #openstack-dns | 12:33 | |
*** mwagner_afk has joined #openstack-dns | 12:34 | |
*** l6unchpad has quit IRC | 12:38 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Zone Manager service shim https://review.openstack.org/193651 | 12:42 |
*** l6unchpad has joined #openstack-dns | 12:43 | |
*** bradjones has quit IRC | 12:52 | |
*** bradjones has joined #openstack-dns | 12:54 | |
*** bradjones has quit IRC | 12:54 | |
*** bradjones has joined #openstack-dns | 12:54 | |
hetii | What about .deb packages with designate? | 12:58 |
*** chlong has quit IRC | 12:58 | |
hetii | are they build already ? | 12:58 |
*** chlong has joined #openstack-dns | 13:02 | |
mugsie | hetii: yeah, they are | 13:07 |
mugsie | what OS?> | 13:07 |
*** chlong has quit IRC | 13:08 | |
*** jmcbride has quit IRC | 13:08 | |
*** chlong has joined #openstack-dns | 13:08 | |
*** federico3 has joined #openstack-dns | 13:09 | |
federico3 | hi there | 13:09 |
Kiall | federico3: https://www.openstack.org/join/ | 13:09 |
hetii | mugsie: ubuntu trusty | 13:10 |
mugsie | hetii: yeah, they shoould be there or in the ubuntu cloud archive | 13:11 |
hetii | sudo add-apt-repository cloud-archive:juno | 13:13 |
hetii | and after update just see python-designateclient | 13:14 |
hetii | or is it merged to openstack ? | 13:15 |
*** chlong has quit IRC | 13:17 | |
mugsie | hetii: is what merged to openstack? | 13:20 |
mugsie | the flag is for designate (not designate client) in Kilo only | 13:21 |
hetii | I ask about Juno package of designate engine | 13:22 |
hetii | for debian trysty | 13:22 |
hetii | Trusty | 13:22 |
mugsie | eh... let me see | 13:23 |
mugsie | juno may not be packaged | 13:23 |
hetii | sudo apt-cache search designate just list python-designateclient | 13:23 |
mugsie | not sure if canonical took it for the backports | 13:23 |
Kiall | https://bugs.launchpad.net/designate/+bugs?field.tag=low-hanging-fruit | 13:29 |
*** chlong has joined #openstack-dns | 13:30 | |
Kiall | https://bugs.launchpad.net/designate/+bug/1464763 | 13:31 |
openstack | Launchpad bug 1464763 in Designate "Incorrect status code on a PATCH /v2/pool/{id} ?" [High,Triaged] - Assigned to Kiall Mac Innes (kiall) | 13:31 |
*** jroll has quit IRC | 13:36 | |
*** jroll has joined #openstack-dns | 13:36 | |
*** csoukup has joined #openstack-dns | 13:37 | |
*** zigo has quit IRC | 13:47 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix incorrect status code on Pool update https://review.openstack.org/194142 | 13:48 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix incorrect status code on Pool update https://review.openstack.org/194142 | 13:51 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix incorrect status code on Pool update https://review.openstack.org/194142 | 13:52 |
*** hetii has quit IRC | 13:55 | |
*** pglass has joined #openstack-dns | 14:04 | |
*** zigo has joined #openstack-dns | 14:05 | |
*** nihilifer has quit IRC | 14:09 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix incorrect status code on Pool update https://review.openstack.org/194142 | 14:09 |
*** jmcbride has joined #openstack-dns | 14:11 | |
Kiall | https://review.openstack.org/#/q/status:open+(project:openstack/designate+OR+project:openstack/python-designateclient+OR+project:openstack/designate-specs+OR+project:openstack/designate-dashboard),n,z | 14:23 |
timsim | ++ Kiall | 14:30 |
*** nkinder has joined #openstack-dns | 14:31 | |
*** vinod1 has quit IRC | 14:36 | |
*** mfisch` is now known as mfisch | 14:36 | |
*** mfisch is now known as Guest82290 | 14:36 | |
openstackgerrit | Ryan Bak proposed openstack/designate: Fix duplicate domain error handling https://review.openstack.org/189894 | 14:38 |
*** EricGonczer_ has joined #openstack-dns | 14:44 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Asynchronous Zone Import https://review.openstack.org/181528 | 14:46 |
timsim | Just rebasing ^ | 14:47 |
*** ducttape_ has joined #openstack-dns | 14:49 | |
openstackgerrit | Ryan Bak proposed openstack/designate: Fix duplicate domain error handling https://review.openstack.org/189894 | 14:55 |
*** marzif has quit IRC | 14:55 | |
*** busterswt has joined #openstack-dns | 14:56 | |
*** c_soukup has joined #openstack-dns | 15:00 | |
openstackgerrit | Merged openstack/python-designateclient: Add backwards compat for edit_managed/all_tenants https://review.openstack.org/193461 | 15:03 |
*** csoukup has quit IRC | 15:03 | |
openstackgerrit | Merged openstack/designate: Eventlet+DNSPython breaks /etc/hosts resolution https://review.openstack.org/191496 | 15:03 |
openstackgerrit | Merged openstack/designate: Updated from global requirements https://review.openstack.org/193980 | 15:03 |
openstackgerrit | Merged openstack/designate: Added expected=True to InvalidDomainName https://review.openstack.org/192185 | 15:03 |
*** c_soukup has quit IRC | 15:10 | |
*** jmcbride has quit IRC | 15:12 | |
*** jmcbride has joined #openstack-dns | 15:16 | |
*** naggappan has quit IRC | 15:17 | |
*** nihilifer has joined #openstack-dns | 15:19 | |
ekarlso | federico3: ey man ! | 15:19 |
ekarlso | welcome all to the new guy :D | 15:19 |
*** dmgweb has quit IRC | 15:30 | |
*** csoukup has joined #openstack-dns | 15:40 | |
*** mlavalle has joined #openstack-dns | 15:45 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add base for coordination as a mixin / tooz https://review.openstack.org/193909 | 15:49 |
mlavalle | Kiall: pushed last night latest revision to https://review.openstack.org/#/c/88623/ and got it merged | 15:50 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add base for coordination as a mixin / tooz https://review.openstack.org/193909 | 15:51 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Zone Manager service shim https://review.openstack.org/193651 | 15:51 |
Kiall | mlavalle: excellent! | 15:51 |
mlavalle | Kiall: I'll get 88624 merged over the next couple of days | 15:52 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Zone Manager service shim https://review.openstack.org/193651 | 15:55 |
*** mlavalle has quit IRC | 16:00 | |
*** mlavalle has joined #openstack-dns | 16:01 | |
federico3 | hi ekarlso | 16:01 |
*** Guest82290 is now known as mfisch | 16:10 | |
*** mfisch has quit IRC | 16:10 | |
*** mfisch has joined #openstack-dns | 16:10 | |
mfisch | Someone might want to take down designate.readthedocs.ogr or redirect it since the main page is up but the subpages are dead | 16:11 |
mfisch | I know the docs moved, but google still finds that page | 16:11 |
Kiall | mfisch: I've tried, and it came back | 16:12 |
mfisch | Do the new docs include API examples? | 16:12 |
*** federico3 has quit IRC | 16:13 | |
*** richm has quit IRC | 16:13 | |
*** federico3 has joined #openstack-dns | 16:14 | |
ducttape_ | mfisch if you use org instead of ogr, it works for me too | 16:23 |
ducttape_ | maybe there is an ogre domain I didn't know about? | 16:23 |
*** l6unchpad has quit IRC | 16:25 | |
mfisch | is there somewhere I can see the record schemas that designate wants (for example MX)? | 16:28 |
*** richm has joined #openstack-dns | 16:28 | |
*** nihilifer has quit IRC | 16:32 | |
*** nihilifer has joined #openstack-dns | 16:33 | |
timsim | mfisch: http://docs.openstack.org/developer/designate/rest/v2/recordsets.html#create-mx-record-set | 16:37 |
mfisch | thanks I had just found it | 16:38 |
mfisch | google search dumped me into the middle of the page | 16:38 |
*** dguerri is now known as dguerri` | 16:42 | |
*** nyechiel has joined #openstack-dns | 16:43 | |
Kiall | mfisch: someone recreated the read the docs site.. I have no control over it now -_- | 16:53 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add shard and domain_shard to tables https://review.openstack.org/193652 | 16:57 |
ekarlso | ^rebase | 16:57 |
*** jmcbride has quit IRC | 17:02 | |
*** jmcbride has joined #openstack-dns | 17:12 | |
*** johnbelamaric has joined #openstack-dns | 17:23 | |
*** ryanpetrello has quit IRC | 17:25 | |
*** ryanpetrello has joined #openstack-dns | 17:28 | |
*** echoingumesh has joined #openstack-dns | 18:04 | |
*** crc32 has joined #openstack-dns | 18:23 | |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Add .eggs to gitignore https://review.openstack.org/194288 | 18:30 |
*** busterswt has quit IRC | 19:23 | |
*** EricGonczer_ has quit IRC | 19:24 | |
*** crc32 has quit IRC | 19:25 | |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Fix backwards compat for edit_managed/all_tenants https://review.openstack.org/194312 | 19:25 |
Kiall | timsim / mugsie: ^ should fix the rally gates failing | 19:25 |
Kiall | I hope | 19:25 |
*** jbratton has quit IRC | 19:26 | |
*** EricGonczer_ has joined #openstack-dns | 19:26 | |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Fix backwards compat for edit_managed/all_tenants https://review.openstack.org/194312 | 19:27 |
Kiall | updated to reference the commit that broke it | 19:27 |
*** EricGonczer_ has quit IRC | 19:28 | |
*** jmcbride1 has joined #openstack-dns | 19:29 | |
*** jmcbride has quit IRC | 19:29 | |
*** jbratton has joined #openstack-dns | 19:30 | |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Fix backwards compat for edit_managed/all_tenants https://review.openstack.org/194312 | 19:35 |
*** johnbelamaric has quit IRC | 19:50 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/194318 | 19:52 |
*** pglass has quit IRC | 19:54 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/194020 | 20:00 |
*** pglass has joined #openstack-dns | 20:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/194318 | 20:12 |
*** crc32 has joined #openstack-dns | 20:13 | |
*** crc32 has quit IRC | 20:13 | |
*** crc32 has joined #openstack-dns | 20:24 | |
*** mwagner_afk has quit IRC | 20:29 | |
*** johnbelamaric has joined #openstack-dns | 20:33 | |
openstackgerrit | Eric Peterson proposed openstack/designate-dashboard: Adding record-editor fip dropdown https://review.openstack.org/193318 | 20:42 |
*** nihilifer has quit IRC | 20:54 | |
*** chirag has joined #openstack-dns | 20:55 | |
*** mlavalle has quit IRC | 20:55 | |
*** mlavalle has joined #openstack-dns | 20:55 | |
chirag | Hi, I have a question for the designate team. I want to have 2 POWERDNS (one for external Ips and one for internal Ips) hooked up with designate. 1) How can I achieve it? Can this be done? please shed some light on this. Currently I am using desginate (juno stable) with one powerDns instance in the backend. | 20:59 |
timsim | I don't think that'll be possible with Juno. | 21:01 |
chirag | timsim: thanks for your reply. How can It be done then? with what version? | 21:01 |
timsim | I think it might be technically possible in Kilo, if you want to have 2 separate pdns instances. But I wouldn't advise doing it. That should be completely supported sometime in this cycle. | 21:02 |
timsim | s/That/Having to separate 'pools' of DNS. | 21:02 |
*** mlavalle has quit IRC | 21:03 | |
chirag | so right now if I download Kilo, and have separate Pools, can it be achieveable? | 21:03 |
*** mlavalle has joined #openstack-dns | 21:04 | |
chirag | timsim: don't mind me asking but when you said "But I wouldn't advise doing it." why is it? | 21:05 |
timsim | Yes, but I wouldn't say it's been thoroughly vetted, and there isn't really an official blessed path for it. Maybe call the capability unstable. | 21:05 |
mugsie | very unstable | 21:06 |
chirag | timsim: if I want two pDns instances ( to support 2 views one for external and 1 for internal) any way around on that. Any another way that you can suggest it can be achieved? | 21:06 |
timsim | Do you want split-horizon, where the resolution changes based the IP querying? Or do you want 2 completely separate DNS servers that resolve differently? | 21:07 |
timsim | The first one is impossible, the second, very unstable right now. | 21:07 |
timsim | s/impossible/impossible with Designate at the moment. | 21:07 |
chirag | timsim: mugsie : My use case is I assign one FQDN to all my VMS. Now, for my VM to VM interaction FQDN should resolve to internal/private Ip address and interaction from outside world to a VM should resolve to publicIp. For this I believe I will need two pDNS right? one sitting outside and one sitting inside. ? please suggest how else it can be achieved? | 21:10 |
chirag | I wanted split-Horizon but since it couldn't be done, we thought to use 2 DNS servers. | 21:11 |
mugsie | chirag: we cant do that right now. It is on our roadmap, and hopefully in liberty it will be integrated with neutron, but right now there is no supported way to do it in designate | 21:11 |
mugsie | anything you try to do to support it right now is likely to be broken in the near future | 21:12 |
chirag | okay. I guess I have to wait then. or try some other way. Thanks though. | 21:12 |
chirag | thanks mugsie timsim | 21:13 |
mugsie | chirag: here is the neutron spec for their side https://review.openstack.org/#/c/88623/ | 21:13 |
mugsie | https://blueprints.launchpad.net/neutron/+spec/internal-dns-resolution | 21:13 |
mugsie | which combines with https://blueprints.launchpad.net/neutron/+spec/external-dns-resolution | 21:14 |
mugsie | to do what you want to do | 21:14 |
*** pglass has quit IRC | 21:28 | |
openstackgerrit | Mimi Lee proposed openstack/designate: Edits to getting started guide and juno guide, and addition of kilo guide https://review.openstack.org/190787 | 21:35 |
*** johnbelamaric has quit IRC | 21:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/194020 | 21:43 |
*** zigo has quit IRC | 21:43 | |
*** zigo has joined #openstack-dns | 21:49 | |
*** cliles has quit IRC | 21:52 | |
*** nkinder has quit IRC | 21:53 | |
*** nihilifer has joined #openstack-dns | 21:54 | |
*** cliles has joined #openstack-dns | 21:55 | |
*** ianbrown has joined #openstack-dns | 21:56 | |
openstackgerrit | Mimi Lee proposed openstack/designate: Edits to getting started guide and juno guide, and addition of kilo guide https://review.openstack.org/190787 | 21:57 |
*** fawadkhaliq has joined #openstack-dns | 21:59 | |
*** jmcbride1 has quit IRC | 22:07 | |
*** fawadkhaliq has quit IRC | 22:12 | |
*** zigo has quit IRC | 22:15 | |
*** zigo has joined #openstack-dns | 22:17 | |
openstackgerrit | Merged openstack/python-designateclient: Fix backwards compat for edit_managed/all_tenants https://review.openstack.org/194312 | 22:22 |
*** fawadkhaliq has joined #openstack-dns | 22:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/194020 | 22:24 |
*** chlong has quit IRC | 22:29 | |
*** crc32 has quit IRC | 22:44 | |
*** jmcbride has joined #openstack-dns | 22:49 | |
*** ducttape_ has quit IRC | 23:02 | |
*** km has joined #openstack-dns | 23:10 | |
*** kei_yama has joined #openstack-dns | 23:14 | |
*** nyechiel has quit IRC | 23:17 | |
*** jmcbride has quit IRC | 23:25 | |
*** fawadkhaliq has quit IRC | 23:31 | |
*** jmcbride has joined #openstack-dns | 23:37 | |
*** jmcbride has quit IRC | 23:37 | |
*** chlong has joined #openstack-dns | 23:40 | |
*** nkinder has joined #openstack-dns | 23:42 | |
*** csoukup has quit IRC | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!