*** jmcbride has quit IRC | 00:06 | |
*** jmcbride has joined #openstack-dns | 00:11 | |
*** cheenpo has joined #openstack-dns | 00:15 | |
*** cheenpo has quit IRC | 00:17 | |
*** jmcbride has quit IRC | 00:27 | |
*** cheenpo has joined #openstack-dns | 00:36 | |
*** cheenpo has quit IRC | 00:36 | |
*** rudrajit has joined #openstack-dns | 01:01 | |
*** ducttape_ has joined #openstack-dns | 01:18 | |
*** mwagner_ has joined #openstack-dns | 01:25 | |
*** _ducttape_ has joined #openstack-dns | 01:26 | |
*** _ducttape_ has quit IRC | 01:27 | |
*** _ducttape_ has joined #openstack-dns | 01:27 | |
*** ducttape_ has quit IRC | 01:28 | |
*** _ducttape_ has quit IRC | 01:47 | |
*** cheenpo has joined #openstack-dns | 01:49 | |
*** cheenpo has quit IRC | 01:53 | |
*** jmcbride has joined #openstack-dns | 01:59 | |
*** dtx00ff has quit IRC | 02:04 | |
*** jmcbride has quit IRC | 02:04 | |
*** rsyed_away is now known as rsyed | 02:07 | |
*** richm has quit IRC | 02:37 | |
*** ducttape_ has joined #openstack-dns | 02:39 | |
*** dtx00ff has joined #openstack-dns | 02:39 | |
*** dtx00ff has quit IRC | 02:40 | |
*** dtx00ff has joined #openstack-dns | 02:41 | |
*** rsyed is now known as rsyed_away | 02:48 | |
*** cheenpo has joined #openstack-dns | 02:59 | |
*** dtx00ff has quit IRC | 03:06 | |
*** sonuk has joined #openstack-dns | 03:07 | |
*** dtx00ff has joined #openstack-dns | 03:17 | |
*** _ducttape_ has joined #openstack-dns | 03:20 | |
*** cheenpo has quit IRC | 03:22 | |
*** ducttape_ has quit IRC | 03:22 | |
*** _ducttape_ has quit IRC | 03:25 | |
*** banix has quit IRC | 03:34 | |
*** puck has left #openstack-dns | 03:40 | |
*** banix has joined #openstack-dns | 03:46 | |
*** boris-42 has quit IRC | 03:59 | |
*** dtx00ff has quit IRC | 05:05 | |
*** banix has quit IRC | 05:11 | |
*** dtx00ff has joined #openstack-dns | 05:50 | |
*** rudrajit has quit IRC | 06:16 | |
*** dtx00ff has quit IRC | 06:26 | |
*** rudrajit has joined #openstack-dns | 06:50 | |
*** rudrajit has quit IRC | 06:54 | |
*** boris-42 has joined #openstack-dns | 07:07 | |
*** penick has joined #openstack-dns | 07:17 | |
*** penick has quit IRC | 07:24 | |
*** openstackgerrit has quit IRC | 07:46 | |
*** openstackgerrit has joined #openstack-dns | 07:46 | |
*** ChanServ sets mode: +v openstackgerrit | 07:46 | |
*** jordanP has joined #openstack-dns | 08:08 | |
*** puck has joined #openstack-dns | 09:11 | |
openstackgerrit | sonu proposed openstack/designate: Fix order of argument in assertEqual https://review.openstack.org/229797 | 09:41 |
---|---|---|
*** boris-42 has quit IRC | 09:49 | |
*** Kiall has quit IRC | 09:55 | |
*** Kiall has joined #openstack-dns | 09:56 | |
openstackgerrit | sonu proposed openstack/designate: Fix order of argument in assertEqual https://review.openstack.org/229806 | 09:58 |
*** mwagner_ has quit IRC | 10:26 | |
*** stanzgy_ has quit IRC | 10:46 | |
*** stanzgy_ has joined #openstack-dns | 10:47 | |
*** cvstealt1 is now known as cvstealth | 10:57 | |
*** kei_yama has quit IRC | 11:39 | |
*** km has quit IRC | 12:05 | |
*** ducttape_ has joined #openstack-dns | 12:13 | |
*** mwagner_ has joined #openstack-dns | 12:23 | |
*** banix has joined #openstack-dns | 12:24 | |
*** banix has quit IRC | 12:28 | |
*** ducttape_ has quit IRC | 12:32 | |
*** rsyed_away is now known as rsyed | 12:36 | |
*** naggappan has joined #openstack-dns | 12:38 | |
*** naggappan is now known as nikil89_ | 12:47 | |
*** nikil89_ is now known as naggappan | 12:47 | |
*** richm has joined #openstack-dns | 13:01 | |
*** richm has quit IRC | 13:06 | |
*** csoukup has joined #openstack-dns | 13:29 | |
*** jmcbride has joined #openstack-dns | 13:43 | |
*** sonuk has quit IRC | 13:49 | |
*** jmcbride has quit IRC | 13:55 | |
*** jmcbride has joined #openstack-dns | 13:56 | |
*** ducttape_ has joined #openstack-dns | 13:58 | |
*** richm has joined #openstack-dns | 14:14 | |
*** _ducttape_ has joined #openstack-dns | 14:25 | |
*** ducttape_ has quit IRC | 14:28 | |
*** pglass has joined #openstack-dns | 14:50 | |
*** banix has joined #openstack-dns | 14:53 | |
*** johnbelamaric has joined #openstack-dns | 15:00 | |
*** slevchenko_ has joined #openstack-dns | 15:01 | |
slevchenko_ | Hi everyone | 15:02 |
slevchenko_ | Guys does anyone know how Openstack-Designate removes zones from /var/cache/bind ? | 15:03 |
slevchenko_ | It's kilo release I'm talking about | 15:03 |
timsim | slevchenko_: It won't remove a zonefile, but it executes `rndc delzone zonename` to purge it from bind9 | 15:10 |
slevchenko_ | strange thing, zone stil can be found after it's deletion | 15:11 |
timsim | The zone file perhaps. If you dig @bindserverip it should NXDOMAIN? | 15:11 |
timsim | And it should be gone from /var/cache/bind/3b**.nzf | 15:12 |
slevchenko_ | Do I need to wipe out zone files manually ? | 15:13 |
timsim | You don't need to, it's not doing any harm. | 15:14 |
timsim | I think you might be able to do a rndc delzone --clean or something like that and have it remove the file, but you'll have to change the designate code to make it do that. | 15:15 |
slevchenko_ | Is it considered as a feature for future ? | 15:17 |
timsim | I don't think anyone has ever had a problem with it, but it could be. If it's as simple as rndc delzone --clean, it'd be trivial to add. | 15:17 |
slevchenko_ | So if I want for my bind to "forget" removed zones, I just need to perform "rndc delzone --clean" manually, and that's it, right ? | 15:19 |
mugsie | slevchenko_: we could certainly look at it. we may be better doing it as a periodic task, but would need some investigation | 15:19 |
mugsie | also, that command is only valid in 9.10 | 15:19 |
mugsie | bind 9.10 even | 15:19 |
mugsie | slevchenko_: the zones would be forgotten - just the zone files would be left from what I undersatnd | 15:20 |
* mugsie is not a bind expert though | 15:21 | |
slevchenko_ | Thanks guys I'm just investigating and I needed some confirmation, that zone files removal has to be done manually | 15:21 |
mugsie | slevchenko_: no problem :) | 15:21 |
slevchenko_ | thanks again, that's all. | 15:21 |
*** ccneill has joined #openstack-dns | 15:31 | |
*** james_li has joined #openstack-dns | 15:38 | |
*** cheenpo has joined #openstack-dns | 15:48 | |
*** cheenpo has quit IRC | 15:52 | |
*** rudrajit has joined #openstack-dns | 16:00 | |
timsim | mugsie: I've apparently been removed from https://review.openstack.org/#/admin/groups/1098,members | 16:00 |
*** mlavalle has joined #openstack-dns | 16:01 | |
timsim | so I can't +2 backports | 16:01 |
mugsie | huh | 16:01 |
mugsie | Kiall - you and ttx were messing with groups for stable-maint ... is this expected? | 16:02 |
*** johnbelamaric has quit IRC | 16:02 | |
*** johnbelamaric has joined #openstack-dns | 16:03 | |
*** johnbelamaric has quit IRC | 16:03 | |
*** rudrajit has quit IRC | 16:04 | |
*** ducttape_ has joined #openstack-dns | 16:10 | |
*** _ducttape_ has quit IRC | 16:13 | |
*** jasonsb_ has joined #openstack-dns | 16:20 | |
*** cheenpo has joined #openstack-dns | 16:25 | |
*** vipul has quit IRC | 16:27 | |
*** vipul has joined #openstack-dns | 16:28 | |
*** cheenpo has quit IRC | 16:32 | |
*** cheenpo has joined #openstack-dns | 16:42 | |
*** amit213 has joined #openstack-dns | 16:43 | |
*** rudrajit has joined #openstack-dns | 16:50 | |
*** rsyed is now known as rsyed_away | 16:55 | |
*** rudrajit_ has joined #openstack-dns | 17:04 | |
*** rudrajit has quit IRC | 17:07 | |
*** rudrajit has joined #openstack-dns | 17:12 | |
*** rudrajit_ has quit IRC | 17:12 | |
*** johnbelamaric has joined #openstack-dns | 17:18 | |
slevchenko_ | One more thing, does anyone know what a best way to run designate-services in daemon mode ? | 17:22 |
slevchenko_ | there're many ways from ' designate-... &' to screen such, but may be I'm missing something. | 17:26 |
mugsie | we usuually have it as a service (systemd / sysvinit etc) | 17:26 |
*** james_li has quit IRC | 17:27 | |
*** cheenpo has quit IRC | 17:33 | |
*** ccneill has quit IRC | 17:35 | |
*** jasonsb_ has quit IRC | 17:36 | |
*** jasonsb has joined #openstack-dns | 17:37 | |
*** ccneill has joined #openstack-dns | 17:39 | |
elarson | slevchenko_: runit is another way | 17:51 |
*** jordanP has quit IRC | 17:52 | |
*** johnbelamaric has quit IRC | 17:59 | |
*** jasonsb has quit IRC | 18:02 | |
*** jmcbride has quit IRC | 18:02 | |
*** jasonsb has joined #openstack-dns | 18:02 | |
*** jasonsb has quit IRC | 18:04 | |
*** jasonsb has joined #openstack-dns | 18:04 | |
*** johnbelamaric has joined #openstack-dns | 18:06 | |
*** banix has quit IRC | 18:21 | |
*** jmcbride has joined #openstack-dns | 18:22 | |
*** penick has joined #openstack-dns | 18:25 | |
*** cheenpo has joined #openstack-dns | 18:31 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #openstack-dns | 18:31 | |
*** ChanServ sets mode: +v openstackgerrit | 18:31 | |
*** james_li has joined #openstack-dns | 18:36 | |
*** banix has joined #openstack-dns | 18:48 | |
*** cheenpo has quit IRC | 18:59 | |
*** rudrajit has quit IRC | 19:00 | |
*** jmcbride has quit IRC | 19:01 | |
*** rudrajit_ has joined #openstack-dns | 19:02 | |
*** rudrajit_ has quit IRC | 19:04 | |
*** rudrajit_ has joined #openstack-dns | 19:04 | |
*** jmcbride has joined #openstack-dns | 19:06 | |
*** rudrajit_ has quit IRC | 19:06 | |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests: Use a configurable url pattern https://review.openstack.org/230088 | 19:13 |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests: Use a configurable url pattern https://review.openstack.org/230088 | 19:17 |
pglass | ^ that's to support rackspace using the tenant id in the url | 19:18 |
pglass | it should be better than having different config options that turn things on or off in the url | 19:18 |
pglass | and it works way better with the catalog override url | 19:19 |
mugsie | pglass: you use the tenant? | 19:21 |
mugsie | id in the url* | 19:21 |
pglass | mugsie: yeah... | 19:21 |
mugsie | why??? | 19:21 |
mugsie | rate limting or something? | 19:21 |
pglass | umm | 19:22 |
mugsie | (it is one of my pet peeves in other projects) | 19:22 |
pglass | it has turned out to be kind of a problem for my tests | 19:22 |
mugsie | yea, I could imagine | 19:23 |
pglass | but most services at rackspace do have the tenant id in the url | 19:23 |
timsim | There's some support use case, but mostly because "everyone else does it" | 19:23 |
timsim | s/case/cases | 19:23 |
pglass | it's slightly better when looking at logs I guess | 19:23 |
*** Simu has quit IRC | 19:24 | |
timsim | Our keystone middleware replacement can validate the tenant from the uri against the one that the token belongs to as well, so it's supposed to be easy. | 19:24 |
*** elarson has quit IRC | 19:29 | |
*** jmcbride has quit IRC | 19:30 | |
*** jmcbride has joined #openstack-dns | 19:34 | |
*** rudrajit has joined #openstack-dns | 19:37 | |
*** cheenpo has joined #openstack-dns | 19:40 | |
*** rudrajit has quit IRC | 19:41 | |
*** logan2 has quit IRC | 19:47 | |
*** cheenpo has quit IRC | 19:49 | |
*** logan2 has joined #openstack-dns | 19:55 | |
*** cheenpo has joined #openstack-dns | 19:57 | |
*** jmcbride has quit IRC | 20:01 | |
*** jmcbride has joined #openstack-dns | 20:01 | |
*** cliles has quit IRC | 20:02 | |
*** mlavalle has quit IRC | 20:07 | |
*** lpmulligan has joined #openstack-dns | 20:16 | |
*** lpmulligan has quit IRC | 20:17 | |
*** jmcbride has quit IRC | 20:32 | |
*** mlavalle has joined #openstack-dns | 20:34 | |
*** jmcbride has joined #openstack-dns | 20:38 | |
*** banix has quit IRC | 20:53 | |
*** ekarlso has quit IRC | 20:55 | |
*** ekarlso has joined #openstack-dns | 20:58 | |
*** rudrajit has joined #openstack-dns | 21:09 | |
*** johnbelamaric has quit IRC | 21:16 | |
*** cliles has joined #openstack-dns | 21:24 | |
*** sonuk has joined #openstack-dns | 21:29 | |
*** boris-42 has joined #openstack-dns | 21:38 | |
*** mlavalle has quit IRC | 21:59 | |
*** mlavalle has joined #openstack-dns | 22:07 | |
*** cheenpo has quit IRC | 22:17 | |
*** mwagner_ has quit IRC | 22:23 | |
*** jmcbride has quit IRC | 22:28 | |
*** james_li has quit IRC | 22:30 | |
*** csoukup has quit IRC | 22:37 | |
*** ducttape_ has quit IRC | 22:47 | |
*** Quack has quit IRC | 22:52 | |
*** Quack has joined #openstack-dns | 22:52 | |
*** rudrajit_ has joined #openstack-dns | 23:01 | |
*** jasonsb has quit IRC | 23:03 | |
*** rudraji__ has joined #openstack-dns | 23:03 | |
*** rudrajit has quit IRC | 23:05 | |
*** rudrajit_ has quit IRC | 23:07 | |
*** chlong has quit IRC | 23:07 | |
*** km has joined #openstack-dns | 23:08 | |
*** mwagner_ has joined #openstack-dns | 23:22 | |
*** sonuk has quit IRC | 23:24 | |
*** kei_yama has joined #openstack-dns | 23:30 | |
*** pglass has quit IRC | 23:32 | |
*** dtx00ff has joined #openstack-dns | 23:38 | |
*** ccneill has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!