*** vinod has joined #openstack-dns | 00:51 | |
*** vinod has quit IRC | 01:09 | |
*** vinod has joined #openstack-dns | 01:25 | |
*** nosnos has joined #openstack-dns | 01:29 | |
*** sballe has quit IRC | 01:47 | |
*** sballe has joined #openstack-dns | 01:47 | |
*** vinod has quit IRC | 01:50 | |
*** sballe has quit IRC | 01:55 | |
*** rossk has quit IRC | 02:03 | |
*** vinod has joined #openstack-dns | 02:05 | |
*** vinod has quit IRC | 02:08 | |
*** CaptTofu has quit IRC | 02:31 | |
*** eankutse has joined #openstack-dns | 02:35 | |
*** vipul has quit IRC | 04:08 | |
*** vipul has joined #openstack-dns | 04:08 | |
*** eankutse has quit IRC | 04:17 | |
*** nosnos_ has joined #openstack-dns | 04:47 | |
*** vipuls has joined #openstack-dns | 04:50 | |
*** vipul has quit IRC | 04:55 | |
*** nosnos has quit IRC | 04:55 | |
*** timfreund has quit IRC | 05:07 | |
*** timfreund has joined #openstack-dns | 05:09 | |
*** jmcbride has joined #openstack-dns | 05:29 | |
*** jmcbride has quit IRC | 05:33 | |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Part 1 of FloatingIP PTR record functionality https://review.openstack.org/58316 | 07:22 |
---|---|---|
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Part 1 of FloatingIP PTR record functionality https://review.openstack.org/58316 | 07:55 |
*** vinod has joined #openstack-dns | 08:33 | |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Part 1 of FloatingIP PTR record functionality https://review.openstack.org/58316 | 10:46 |
*** nosnos_ has quit IRC | 10:46 | |
*** vinod has quit IRC | 11:04 | |
kiall | artom: so, I'm 99.9% sure your patch is correctly creating the DB only once. | 12:09 |
kiall | Adding a "print("Syncing DB", open('/tmp/db-sync'))" and running `tox -e py27 -- --concurrency=1` shows we're only doing 1 sync.. I'll merge, and we can consider how to speed up the DB sync later. | 12:10 |
*** eankutse has joined #openstack-dns | 12:54 | |
*** eankutse has quit IRC | 12:56 | |
*** eankutse has joined #openstack-dns | 12:56 | |
*** eankutse1 has joined #openstack-dns | 13:08 | |
*** eankutse has quit IRC | 13:11 | |
*** eankutse1 has quit IRC | 13:13 | |
*** jmcbride has joined #openstack-dns | 13:22 | |
*** jmcbride1 has joined #openstack-dns | 13:32 | |
*** jmcbride has quit IRC | 13:34 | |
*** CaptTofu has joined #openstack-dns | 13:40 | |
openstackgerrit | A change was merged to stackforge/designate: Database fixture https://review.openstack.org/62079 | 13:48 |
*** sballe has joined #openstack-dns | 13:52 | |
*** eankutse has joined #openstack-dns | 14:09 | |
*** eankutse has quit IRC | 14:11 | |
*** vinod has joined #openstack-dns | 14:12 | |
*** eankutse has joined #openstack-dns | 14:15 | |
*** eankutse has quit IRC | 14:15 | |
*** eankutse has joined #openstack-dns | 14:15 | |
*** vinod has quit IRC | 14:42 | |
*** CaptTofu has quit IRC | 14:48 | |
*** CaptTofu has joined #openstack-dns | 14:58 | |
*** CaptTofu has quit IRC | 15:02 | |
*** CaptTofu has joined #openstack-dns | 15:02 | |
*** betsy has joined #openstack-dns | 15:05 | |
*** CaptTofu has quit IRC | 15:07 | |
*** msisk has joined #openstack-dns | 15:12 | |
betsy | kiall: I've got a question for you on the comments vinod made on designate/central/rpcapi.py | 15:14 |
betsy | I made the revision 2.2 instead of 3.1 because it was done on v1 instead of v2, but vinod thought it should be 3.1 | 15:14 |
betsy | Just wanted to check with you before I changed it | 15:14 |
kiall | betsy: So, the "RPC API" is versioned separately to the HTTP APIs | 15:19 |
kiall | the numbers will always get bigger with any change | 15:19 |
*** CaptTofu has joined #openstack-dns | 15:19 | |
kiall | 2.x -> 3.x changes are when you break backwards compatibility, and 3.x -> 3.y when you don't break compatibility | 15:20 |
betsy | kiall: | 15:25 |
betsy | Thx | 15:25 |
kiall | No worries :) | 15:25 |
artom | kiall, cool :) | 15:34 |
artom | PS for PowerDNS incoming then ;) | 15:35 |
kiall | Great :) | 15:35 |
openstackgerrit | Artom Lifshitz proposed a change to stackforge/designate: PowerDNS backend tests https://review.openstack.org/65707 | 15:37 |
artom | Whatever happened to the "implement our of miniDNS server" idea? | 15:43 |
artom | *our own | 15:43 |
*** tsimmons has joined #openstack-dns | 15:57 | |
kiall | artom: I've not had time to write down the details... | 16:03 |
kiall | It's high on my list, right after I re-code the Universe from scratch is assembly.. (At least, it feels that way sometimes!) | 16:04 |
artom | That's easy, just 'RET 42' ;) | 16:05 |
artom | (Disclaimer: I don't know assembly) | 16:05 |
kiall | ;) | 16:06 |
mugsie | artom: I studied assemebly in college, and I dont know it... your not missing out | 16:08 |
artom | CPython is in C, which is basically assembly, so I'm kinda doing assembly. | 16:08 |
* artom puts that on his CV. | 16:09 | |
mugsie | i wish C was remotely like assembaly | 16:10 |
mugsie | I quite like C | 16:10 |
mugsie | we used to have to write programs for PIC chips in assembly... doing interupts in it are... interesting | 16:11 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Ensure JSON Schema format validators operate only on strings https://review.openstack.org/65714 | 16:15 |
*** jmcbride1 has quit IRC | 16:18 | |
*** eankutse has quit IRC | 16:27 | |
*** eankutse has joined #openstack-dns | 16:27 | |
*** jmcbride has joined #openstack-dns | 16:31 | |
*** vinod has joined #openstack-dns | 16:36 | |
*** CaptTofu has quit IRC | 16:44 | |
*** jmcbride has quit IRC | 16:57 | |
*** jmcbride has joined #openstack-dns | 16:59 | |
*** cflmarques has joined #openstack-dns | 17:13 | |
*** jorgem has joined #openstack-dns | 17:19 | |
*** eankutse has quit IRC | 17:21 | |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Part 1 of FloatingIP PTR record functionality https://review.openstack.org/58316 | 17:35 |
openstackgerrit | A change was merged to stackforge/designate: Ensure JSON Schema format validators operate only on strings https://review.openstack.org/65714 | 17:43 |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Part 1 of FloatingIP PTR record functionality https://review.openstack.org/58316 | 17:44 |
*** eankutse has joined #openstack-dns | 17:51 | |
*** vinod has quit IRC | 17:54 | |
*** eankutse has quit IRC | 18:00 | |
*** CaptTofu has joined #openstack-dns | 18:01 | |
*** tsimmons has quit IRC | 18:21 | |
*** jmcbride has quit IRC | 18:31 | |
*** cflmarques has quit IRC | 18:36 | |
*** rossk has joined #openstack-dns | 18:51 | |
*** vinod has joined #openstack-dns | 18:56 | |
*** jmcbride has joined #openstack-dns | 19:03 | |
*** eankutse has joined #openstack-dns | 19:16 | |
*** vinod has quit IRC | 19:23 | |
*** tsimmons has joined #openstack-dns | 19:26 | |
*** vinod has joined #openstack-dns | 19:27 | |
*** msisk has quit IRC | 19:27 | |
*** msisk has joined #openstack-dns | 19:29 | |
*** CaptTofu has quit IRC | 19:59 | |
*** jmcbride has quit IRC | 20:04 | |
*** vipuls is now known as vipuls-away | 20:05 | |
*** vipuls-away is now known as vipuls | 20:05 | |
openstackgerrit | Betsy Luzader proposed a change to stackforge/designate: Create API calls to Manage Blacklisted Domains https://review.openstack.org/65359 | 20:13 |
*** vipuls is now known as vipuls-away | 20:21 | |
*** briancli1e is now known as briancline | 20:25 | |
*** jmcbride has joined #openstack-dns | 20:42 | |
*** jmcbride has quit IRC | 20:46 | |
*** vinod has quit IRC | 20:55 | |
*** vinod has joined #openstack-dns | 21:03 | |
*** artom has quit IRC | 21:07 | |
*** vipuls-away is now known as vipuls | 21:08 | |
*** artom has joined #openstack-dns | 21:13 | |
*** jmcbride has joined #openstack-dns | 21:14 | |
*** jmcbride1 has joined #openstack-dns | 21:31 | |
*** jmcbride has quit IRC | 21:33 | |
*** jmcbride1 has quit IRC | 21:45 | |
*** eankutse has quit IRC | 22:08 | |
*** msisk has quit IRC | 22:10 | |
*** tsimmons has quit IRC | 22:13 | |
*** CaptTofu has joined #openstack-dns | 22:14 | |
*** vinod has quit IRC | 23:12 | |
*** vinod has joined #openstack-dns | 23:18 | |
*** jmcbride has joined #openstack-dns | 23:25 | |
*** jorgem has quit IRC | 23:30 | |
*** msisk has joined #openstack-dns | 23:30 | |
*** sballe has quit IRC | 23:36 | |
*** sballe has joined #openstack-dns | 23:36 | |
*** CaptTofu has quit IRC | 23:43 | |
*** CaptTofu has joined #openstack-dns | 23:45 | |
*** vipuls is now known as vipuls-away | 23:56 | |
*** vipuls-away is now known as vipuls | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!