*** zigo has quit IRC | 00:17 | |
*** zigo has joined #openstack-dns | 00:21 | |
*** zigo has quit IRC | 00:35 | |
*** zigo has joined #openstack-dns | 00:47 | |
*** vinod1 has joined #openstack-dns | 01:01 | |
*** richm has left #openstack-dns | 01:16 | |
*** nosnos has joined #openstack-dns | 01:24 | |
*** vinod1 has quit IRC | 02:13 | |
*** jmcbride has joined #openstack-dns | 02:30 | |
*** crc32 has quit IRC | 02:47 | |
*** nosnos has quit IRC | 03:38 | |
*** jmcbride has quit IRC | 03:56 | |
*** betsy has joined #openstack-dns | 04:08 | |
*** ekarlso has quit IRC | 04:11 | |
*** seventy3 has quit IRC | 04:11 | |
*** puck has quit IRC | 04:11 | |
*** rektide has quit IRC | 04:11 | |
*** Kiall has quit IRC | 04:11 | |
*** briancline has quit IRC | 04:11 | |
*** seventy3 has joined #openstack-dns | 04:22 | |
*** ekarlso has joined #openstack-dns | 04:22 | |
*** puck has joined #openstack-dns | 04:22 | |
*** rektide has joined #openstack-dns | 04:22 | |
*** Kiall has joined #openstack-dns | 04:22 | |
*** briancline has joined #openstack-dns | 04:22 | |
*** jmcbride has joined #openstack-dns | 04:29 | |
*** nosnos has joined #openstack-dns | 04:45 | |
*** nosnos has quit IRC | 04:51 | |
*** nosnos has joined #openstack-dns | 04:51 | |
*** ajc_ has joined #openstack-dns | 04:59 | |
*** jmcbride has quit IRC | 05:29 | |
*** betsy has quit IRC | 06:00 | |
*** nosnos has quit IRC | 06:01 | |
*** nosnos has joined #openstack-dns | 06:03 | |
*** zigo has quit IRC | 06:13 | |
*** zigo has joined #openstack-dns | 06:14 | |
*** betsy has joined #openstack-dns | 06:21 | |
*** sballe_ has joined #openstack-dns | 06:49 | |
*** sballe has quit IRC | 06:53 | |
openstackgerrit | Christian Berendt proposed a change to openstack/designate: Change logging level AUDIT to INFO https://review.openstack.org/103824 | 09:51 |
---|---|---|
*** jmcbride has joined #openstack-dns | 10:12 | |
*** openstack has joined #openstack-dns | 10:51 | |
*** ChanServ sets mode: +v openstack | 10:51 | |
openstackgerrit | A change was merged to openstack/designate: Change logging level AUDIT to INFO https://review.openstack.org/103824 | 12:10 |
*** ajc_ has quit IRC | 12:17 | |
*** vinod1 has joined #openstack-dns | 12:52 | |
*** betsy has joined #openstack-dns | 12:56 | |
betsy | kiall/mugsie or anybody else around — I’ve got a deployment architecture question | 12:57 |
Kiall | betsy: heya | 12:57 |
betsy | We’re thinking about deploying Designate along with our current DNS system and when a create comes through, we want to check to see if that domain exists on the original system. Any suggestions on the best way to do that? | 12:58 |
betsy | I’d rather not fork Designate and put it internally any where. :) | 12:59 |
Kiall | Interesting.. Will domain creation be disabled on the old system? If not - I suspect the biggest issue will be race conditions | 13:00 |
betsy | Good question. I’m not sure, but hopefully. I was only asked about doing this check on Designate, not on both systems | 13:01 |
Kiall | Okay, So i guess that's acceptable then - Since the domain could be created on the current system after it's created on Designate? | 13:02 |
*** jaycaz has joined #openstack-dns | 13:02 | |
Kiall | Anyway.. I would extend the SQLA storage driver with a small shim that raises a "DuplicateDomain" exception if it exists in the old system | 13:02 |
betsy | If that were the case, it would have to have a check to see if it existed on Designate | 13:03 |
Kiall | It can be done in a plugin, so no fork etc | 13:03 |
betsy | Cool. Any examples of doing that? | 13:03 |
Kiall | plugin sample at https://github.com/openstack/designate/tree/master/contrib/designate-ext-samplehandler | 13:04 |
Kiall | and - you can just extend the SQLA driver class, and register a new one for you to use. | 13:04 |
Kiall | brb | 13:04 |
*** vinod1 has quit IRC | 13:04 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/designate: Updated from global requirements https://review.openstack.org/103876 | 13:06 |
*** nkinder_ has quit IRC | 13:09 | |
jaycaz | Kiall: I was asked to make documentation for the filtering/pagination features. Would that go under the v2 section of the API docs on designate.readthedocs.org? | 13:09 |
jaycaz | i.e. alongside zones, blacklists, tlds? | 13:09 |
*** jaycaz has quit IRC | 13:10 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-designateclient: Updated from global requirements https://review.openstack.org/103878 | 13:11 |
Kiall | back | 13:12 |
Kiall | if jaycaz was still here, I'd answer ;) | 13:12 |
betsy | I’ll pass along the answer, if you want to go ahead. :) | 13:14 |
*** jaycaz has joined #openstack-dns | 13:14 | |
Kiall | jaycaz: I'd say the documentation should come with the feature - e.g. in the same review | 13:14 |
Kiall | i.e. We don't want docs for stuff that doesn't exist yet :) | 13:14 |
betsy | jaycaz says the filtering already is there and seems to be working | 13:15 |
jaycaz | well, filtering isn't perfect but it definitely exists | 13:15 |
jaycaz | wildcard matching, too | 13:15 |
Kiall | Oh - True | 13:15 |
Kiall | Then, yes, it would belong under /v2 (since v1 doesn't have it) | 13:15 |
jaycaz | Great! For now, I created a collections page like the one on the v2 api wiki. Will that work? | 13:16 |
Kiall | I'd probably add a "General" section to the top of the V2 section, detailing it there, and then under each resource provide a list of the filterable attributes etc | 13:16 |
Kiall | That works too :) | 13:16 |
jaycaz | I'd certainly be happy with either. I'll push up what I have for review and see what the rest of the team thinks | 13:17 |
Kiall | Sounds good | 13:17 |
openstackgerrit | Jordan Cazamias proposed a change to openstack/designate: Add docs for links, pagination, filtering https://review.openstack.org/103891 | 13:39 |
*** eankutse has joined #openstack-dns | 13:39 | |
*** eankutse has quit IRC | 13:40 | |
*** eankutse has joined #openstack-dns | 13:40 | |
openstackgerrit | A change was merged to openstack/designate: Updated from global requirements https://review.openstack.org/103876 | 13:41 |
*** vinod1 has joined #openstack-dns | 13:50 | |
*** nkinder_ has joined #openstack-dns | 13:55 | |
*** msisk has joined #openstack-dns | 13:59 | |
*** timsim has joined #openstack-dns | 13:59 | |
*** vinod1 has quit IRC | 14:01 | |
*** betsy has quit IRC | 14:03 | |
*** nosnos has quit IRC | 14:13 | |
*** nosnos has joined #openstack-dns | 14:14 | |
*** yidclare has joined #openstack-dns | 14:17 | |
*** nosnos has quit IRC | 14:18 | |
*** vinod1 has joined #openstack-dns | 14:20 | |
*** betsy has joined #openstack-dns | 14:48 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/designate: Ensure we always accept trailing /'s in URLs https://review.openstack.org/103914 | 14:52 |
vinod1 | kiall: question for you - about https://review.openstack.org/#/c/103878/1/test-requirements.txt | 14:53 |
vinod1 | This seems to be an automatically generated code change - is that correct? | 14:53 |
Kiall | Yes, every time a change is merged to openstack/requirements, we'll get a review to update if out dependencies change | 14:54 |
vinod1 | hacking too needs to be updated here | 14:54 |
vinod1 | but it is not | 14:54 |
vinod1 | so can i give a −1? what happens then? | 14:55 |
Kiall | hacking is special cased, where it shouldn't be updated with the rest of the requirements: https://github.com/openstack/requirements/blob/master/update.py#L132-136 | 14:55 |
vinod1 | ok - so we need to manually update it if/when we are ready then | 14:55 |
Kiall | if it's -1'd - Nothing happens, it will just keep proposing new changes whenever the global requirements list changes :) | 14:55 |
*** yidclare has quit IRC | 14:56 | |
Kiall | Yea, because that involves making 100's of style changes, it's kept separate to all the other updates | 14:56 |
vinod1 | ok - thanks for the explanations | 14:57 |
vinod1 | now onto meetings | 14:57 |
Kiall | We should get the client repo in sync with the main repo though, different style rules on both is.. humm ;) | 14:57 |
vinod1 | jaycaz: hint hint ;-) | 14:58 |
*** vinod1 has quit IRC | 14:59 | |
*** vinod1 has joined #openstack-dns | 14:59 | |
*** vinod1 has quit IRC | 14:59 | |
*** eankutse has quit IRC | 14:59 | |
*** msisk_ has joined #openstack-dns | 15:00 | |
*** vinod1 has joined #openstack-dns | 15:00 | |
*** jaycaz1 has joined #openstack-dns | 15:00 | |
*** jaycaz has quit IRC | 15:00 | |
*** msisk_ has quit IRC | 15:00 | |
*** msisk has quit IRC | 15:00 | |
*** eankutse has joined #openstack-dns | 15:00 | |
*** msisk has joined #openstack-dns | 15:01 | |
*** zane1 has quit IRC | 15:02 | |
*** zane has joined #openstack-dns | 15:02 | |
*** zane1 has joined #openstack-dns | 15:03 | |
*** zane has quit IRC | 15:03 | |
*** timsim has quit IRC | 15:03 | |
*** shakamunyi has joined #openstack-dns | 15:05 | |
*** shakamunyi has quit IRC | 15:05 | |
*** jeff__ has joined #openstack-dns | 15:09 | |
*** jeff__ is now known as jboehmer | 15:10 | |
*** jboehmer has quit IRC | 15:11 | |
Kiall | vinod1: lol | 15:17 |
Kiall | The client repo is tiny by comparison, so shouldn't be hard :) | 15:18 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/designate: Ensure contrib/devstack/install.sh works from any path https://review.openstack.org/103922 | 15:26 |
*** zane1 has quit IRC | 15:33 | |
*** zane has joined #openstack-dns | 15:33 | |
*** timsim has joined #openstack-dns | 15:52 | |
*** rektide has quit IRC | 15:53 | |
*** rektide has joined #openstack-dns | 15:53 | |
*** yidclare has joined #openstack-dns | 15:58 | |
*** yidclare has quit IRC | 16:09 | |
*** yidclare has joined #openstack-dns | 16:11 | |
*** rektide has quit IRC | 16:22 | |
*** mugsie_ has quit IRC | 16:23 | |
*** rektide has joined #openstack-dns | 16:31 | |
openstackgerrit | A change was merged to openstack/python-designateclient: Updated from global requirements https://review.openstack.org/103878 | 16:35 |
*** rektide has quit IRC | 16:36 | |
*** rektide has joined #openstack-dns | 16:36 | |
*** zane has quit IRC | 16:37 | |
*** jaycaz1 has quit IRC | 16:37 | |
*** vinod2 has joined #openstack-dns | 16:37 | |
*** vinod1 has quit IRC | 16:39 | |
*** zane has joined #openstack-dns | 16:40 | |
*** jaycaz has joined #openstack-dns | 16:42 | |
*** yidclare has quit IRC | 16:49 | |
*** rektide has quit IRC | 16:56 | |
*** rektide has joined #openstack-dns | 16:59 | |
betsy | BTW - our PyCharm license expires at the end of the month. I emailed JetBrains about renewing it. They said they cannot renew an OS license earlier than a week prior to the expiration date. So, they said email them back on July 23. | 17:03 |
betsy | I’ll be happy to do that | 17:03 |
*** rektide has quit IRC | 17:03 | |
*** rektide has joined #openstack-dns | 17:04 | |
*** yidclare has joined #openstack-dns | 17:06 | |
*** eankutse has quit IRC | 17:07 | |
*** eankutse has joined #openstack-dns | 17:07 | |
*** richm has joined #openstack-dns | 17:07 | |
betsy | Unless you’re already planning to do that, Kiall | 17:08 |
*** bandarji has joined #openstack-dns | 17:21 | |
*** rektide has quit IRC | 17:21 | |
*** rektide has joined #openstack-dns | 17:22 | |
*** bandarji has quit IRC | 17:23 | |
*** bandarji has joined #openstack-dns | 17:36 | |
*** rektide has quit IRC | 17:39 | |
*** rektide has joined #openstack-dns | 17:42 | |
*** rektide has quit IRC | 17:53 | |
*** rektide has joined #openstack-dns | 17:54 | |
*** eankutse1 has joined #openstack-dns | 17:56 | |
*** eankutse has quit IRC | 17:57 | |
*** rektide has quit IRC | 17:59 | |
*** rektide has joined #openstack-dns | 18:00 | |
*** nkinder_ has quit IRC | 18:04 | |
openstackgerrit | Jordan Cazamias proposed a change to openstack/designate: Change API filter wildcard from '%' to '*' https://review.openstack.org/103957 | 18:05 |
*** bandarji has quit IRC | 18:17 | |
*** nkinder_ has joined #openstack-dns | 18:21 | |
*** jaycaz1 has joined #openstack-dns | 18:27 | |
*** jaycaz has quit IRC | 18:30 | |
*** shakamunyi has joined #openstack-dns | 18:41 | |
*** shakamunyi has quit IRC | 18:41 | |
*** shakamunyi has joined #openstack-dns | 18:42 | |
*** nkinder_ has quit IRC | 18:43 | |
*** nkinder_ has joined #openstack-dns | 18:55 | |
*** eankutse has joined #openstack-dns | 19:03 | |
*** eankutse has quit IRC | 19:03 | |
*** eankutse has joined #openstack-dns | 19:03 | |
*** eankutse1 has quit IRC | 19:05 | |
*** eankutse1 has joined #openstack-dns | 19:06 | |
*** eankutse1 has quit IRC | 19:06 | |
*** eankutse1 has joined #openstack-dns | 19:06 | |
*** eankutse has quit IRC | 19:07 | |
*** zane has quit IRC | 19:47 | |
*** zane has joined #openstack-dns | 19:48 | |
*** eankutse1 has quit IRC | 19:49 | |
*** eankutse has joined #openstack-dns | 19:49 | |
*** betsy has quit IRC | 19:50 | |
*** eankutse1 has joined #openstack-dns | 19:50 | |
*** eankutse has quit IRC | 19:51 | |
*** eankutse1 has quit IRC | 19:54 | |
*** zane1 has joined #openstack-dns | 20:00 | |
*** jaycaz has joined #openstack-dns | 20:00 | |
*** jaycaz1 has quit IRC | 20:01 | |
*** zane has quit IRC | 20:02 | |
*** jaycaz has quit IRC | 20:02 | |
*** nkinder_ has quit IRC | 20:02 | |
*** zane1 has quit IRC | 20:03 | |
*** zane has joined #openstack-dns | 20:04 | |
*** eankutse has joined #openstack-dns | 20:08 | |
*** eankutse has quit IRC | 20:12 | |
*** eankutse has joined #openstack-dns | 20:13 | |
*** eankutse has quit IRC | 20:13 | |
*** eankutse has joined #openstack-dns | 20:13 | |
*** eankutse has quit IRC | 20:16 | |
*** eankutse has joined #openstack-dns | 20:16 | |
*** shakamunyi has quit IRC | 20:17 | |
*** shakamunyi has joined #openstack-dns | 20:18 | |
*** jaycaz has joined #openstack-dns | 20:20 | |
*** eankutse has quit IRC | 20:21 | |
*** eankutse has joined #openstack-dns | 20:21 | |
*** iraw_ has joined #openstack-dns | 20:30 | |
*** shakamunyi has quit IRC | 20:30 | |
*** msisk has quit IRC | 20:31 | |
*** eankutse has quit IRC | 20:32 | |
*** eankutse has joined #openstack-dns | 20:33 | |
*** msisk has joined #openstack-dns | 20:34 | |
*** timsim has quit IRC | 20:36 | |
*** eankutse has quit IRC | 20:37 | |
*** eankutse has joined #openstack-dns | 20:37 | |
*** eankutse has quit IRC | 20:37 | |
*** eankutse has joined #openstack-dns | 20:38 | |
*** shakamunyi has joined #openstack-dns | 20:45 | |
*** nkinder_ has joined #openstack-dns | 20:45 | |
*** jaycaz1 has joined #openstack-dns | 20:54 | |
*** jaycaz has quit IRC | 20:55 | |
*** crc32 has joined #openstack-dns | 20:56 | |
*** shakamunyi has quit IRC | 21:02 | |
*** shakamunyi has joined #openstack-dns | 21:03 | |
*** shakamunyi has quit IRC | 21:03 | |
*** shakamunyi has joined #openstack-dns | 21:04 | |
*** shakamunyi has quit IRC | 21:13 | |
*** shakamunyi has joined #openstack-dns | 21:14 | |
*** zane1 has joined #openstack-dns | 21:17 | |
*** zane has quit IRC | 21:18 | |
*** iraw_ has quit IRC | 21:22 | |
*** zane has joined #openstack-dns | 21:33 | |
*** zane1 has quit IRC | 21:33 | |
*** jaycaz has joined #openstack-dns | 21:57 | |
*** jaycaz1 has quit IRC | 21:57 | |
*** zane has quit IRC | 22:02 | |
*** zane has joined #openstack-dns | 22:06 | |
*** betsy has joined #openstack-dns | 22:10 | |
*** iraw_ has joined #openstack-dns | 22:10 | |
*** eankutse has quit IRC | 22:11 | |
openstackgerrit | Jordan Cazamias proposed a change to openstack/python-designateclient: Update hacking package, fix/ignore new style errors https://review.openstack.org/104007 | 22:14 |
*** iraw_ has quit IRC | 22:25 | |
*** hypergrove has joined #openstack-dns | 22:31 | |
hypergrove | newbie q: trying openstack via devstack on a new server with one external ip installed. my isp says i need to install a 'forward dns' server I guess to handle multiple domains and subdomains I will be servicing. Is Designate the thing for me to install now?. | 22:37 |
*** iraw_ has joined #openstack-dns | 22:47 | |
*** jaycaz1 has joined #openstack-dns | 22:59 | |
*** jaycaz has quit IRC | 23:02 | |
*** jaycaz1 has left #openstack-dns | 23:04 | |
*** yidclare has quit IRC | 23:07 | |
*** msisk has quit IRC | 23:17 | |
*** yidclare has joined #openstack-dns | 23:30 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/designate: Updated from global requirements https://review.openstack.org/104017 | 23:31 |
*** yidclare has quit IRC | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!