Thursday, 2016-07-14

*** sticker has joined #openstack-dns00:11
*** rudrajit_ has quit IRC00:13
*** ducttape_ has joined #openstack-dns00:51
*** ducttape_ has quit IRC00:51
*** ducttape_ has joined #openstack-dns00:51
*** ducttape_ has quit IRC00:53
*** ducttape_ has joined #openstack-dns00:53
*** ducttape_ has quit IRC00:54
*** sonuk has quit IRC01:23
*** EricGonczer_ has joined #openstack-dns01:36
openstackgerritJianGang Weng proposed openstack/designate: Remove unused LOG to keep code clean  https://review.openstack.org/34190001:54
*** rudrajit has joined #openstack-dns02:24
*** richm has quit IRC03:02
*** sonuk has joined #openstack-dns03:06
*** EricGonczer_ has quit IRC03:38
*** EricGonczer_ has joined #openstack-dns03:41
*** EricGonczer_ has quit IRC03:43
*** nyechiel has joined #openstack-dns04:01
*** HenryG has quit IRC05:12
*** HenryG has joined #openstack-dns05:15
*** jschwarz has quit IRC06:34
*** jschwarz has joined #openstack-dns06:39
*** pcaruana has joined #openstack-dns06:40
openstackgerritqinchunhua proposed openstack/designate: Correct reraising of exception  https://review.openstack.org/34023306:45
*** rudrajit has quit IRC06:55
*** rudrajit has joined #openstack-dns06:55
*** rudrajit has quit IRC07:00
openstackgerritsonu proposed openstack/designate-tempest-plugin: Add negative testcases for ownership transfer_request and tsigkey  https://review.openstack.org/33323309:03
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/34205809:17
sonukKiall: we are using the same designate_tempest_tests run for stable/mitaka as well as master that means for tempest tests for any new api or feature introuduced in Master branch is likely to fail in stable/mitaka.  Currently we specify some config option for enabling or disabling the api change or feature that seems to me a bit complex design. Is there any other work around for this ?09:18
Kiallsonuk: that's intentional, it's part of how tempest is designed.. http://docs.openstack.org/developer/tempest/HACKING.html#branchless-tempest-considerations has some info.09:19
openstackgerritMerged openstack/python-designateclient: Add quota set / list / reset commands  https://review.openstack.org/33549609:22
*** rudrajit has joined #openstack-dns09:24
sonukKiall: ok I see. thanks.09:24
*** rudrajit has quit IRC09:28
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/34207809:59
*** dmsimard has joined #openstack-dns10:33
dmsimardgood morning10:33
dmsimardI'm trying to troubleshoot a puppet-designate installation that is tempest-tested. Does this error ring a bell to anyone ? http://logs.openstack.org/60/337860/9/check/gate-puppet-openstack-integration-3-scenario003-tempest-centos-7/36a10a1/logs/designate/central.txt.gz#_2016-07-14_10_10_25_36210:34
dmsimardWould love some help :)10:35
dmsimardif relevant, the config is here: http://logs.openstack.org/60/337860/9/check/gate-puppet-openstack-integration-3-scenario003-tempest-centos-7/36a10a1/logs/etc/designate/10:36
openstackgerritMerged openstack/designate: Consolidate How Tos and add Admin How Tos  https://review.openstack.org/34161410:36
openstackgerritMerged openstack/designate: Updated from global requirements  https://review.openstack.org/34205810:37
openstackgerritMerged openstack/designate: Add gdnsd backend  https://review.openstack.org/31246710:37
dmsimardI see enable_api_v2 = False, I guess we should set that to true ?10:38
dmsimardI'll compare with the devstack config http://logs.openstack.org/67/312467/11/check/gate-designate-dsvm-bind9/dc67526/logs/etc/designate/designate.conf.txt.gz10:39
Kiallfederico3: I added this on top of your gdnsd devstack patch, and it got a little furthur along - http://paste.openstack.org/show/532773/ - but still fails with.. http://paste.openstack.org/show/532774/10:48
Kialldmsimard: yes, definatly enable APIv2 :)10:49
Kiallre "TypeError: __init__() got an unexpected keyword argument 'is_admin_project'" - ehh - I'm not sure I've seen that before.10:49
dmsimardKiall: I'll try to align with the config devstack provides10:49
dmsimardpuppet-designate was largely unmaintained so I'm trying to fix it10:49
KiallMy guess is, oslo.context at and old or odd version?10:49
Kiall(but - total guess)10:50
dmsimardthis is RDO trunk, if anything, it's at a version that is even more recent than what designate uses :)10:50
federico3Kiall: wait, is that a failed apt-get install? mkdir(/var/run/gdnsd) failed: Permission denied10:50
dmsimardWe test RDO master against master while project uses releases of libs/clients10:50
Kiallpossible10:50
Kiallfederico3: yea, weird eh!10:50
Kialldmsimard: I think your right, looking at it, that's a new option10:51
Kiallhttps://github.com/openstack/oslo.context/commit/d3af1d06b4046c25c199bf1c389a9e440a634bc6 added it ~23 days ago10:52
dmsimardKiall: ah, so it's entirely possible designate is broken with a (yet unreleases) oslo context10:52
dmsimards/unreleases/unreleased/10:52
dmsimardWant me to file a bug ? :)10:52
Kialldmsimard: please10:55
KiallI think it should be an easy fix. will push a patch once I have a bug number10:55
dmsimardKiall: https://bugs.launchpad.net/designate/+bug/160303610:58
openstackLaunchpad bug 1603036 in Designate "designate context broken by oslo.context commit adding is_admin_project key" [Undecided,New]10:58
dmsimardthanks for your help, much appreciated.10:58
dmsimardworth noting that the commit is ~23 days ago but the merge is ~6 days ago10:59
dmsimardhowever oslo.context 2.6.0 got tagged 21 hours ago10:59
dmsimardhm, so you should be encountering this problem then ?11:00
dmsimardreqs.txt is pinned >=2.4.011:00
KiallNot yet, we won't get the new version until the requirements repo's upper-constraints file is updated -https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L20011:00
dmsimardah, u-c hasn't been updated yet11:01
Kialleveryone is still testing with oslo.context===2.5.011:01
dmsimardyeah11:01
openstackgerritKiall Mac Innes proposed openstack/designate: Don't hardcode options we pass to oslo.context  https://review.openstack.org/34210711:01
Kiallunit/style checks pass, no clue if ^ will actually work tho ;)11:01
Kiall(Haven't ran the functional tests - CI will do that ;))11:01
dmsimardah yes, that looks like an obvious and sane fix11:02
KiallIt does "change the order" of the options, so if anything is relying on that it will explode.. but.. I'm 99% sure nothing relies on the order.11:02
dmsimardhuh, is that even possible with kwargs ?11:03
dmsimardI mean, does the order of the kwargs ever matter when there are no "non-kwargs" args11:04
dmsimardie, if there are no def func(arg, **kwargs)11:04
Kiallit would have been possible before that fix to do context = Context("MyAuthToken") - and it will land in the auth_token argument, but now, that same code would cause the value to be assigned to the service_catalog argument11:05
*** v12aml has quit IRC11:11
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/designate: [WIP] Testing latest u-c  https://review.openstack.org/31802011:22
openstackgerritAlin Balutoiu proposed openstack/designate: Add support for Microsoft DNS Server backend  https://review.openstack.org/33270311:47
openstackgerritMerged openstack/designate: Updated from global requirements  https://review.openstack.org/34207811:50
dmsimardKiall: \o/ https://review.openstack.org/#/c/342107/ is green12:08
dmsimardnow we need +2's :D12:08
*** EricGonczer_ has joined #openstack-dns12:28
openstackgerritMerged openstack/designate: Correct reraising of exception  https://review.openstack.org/34023312:51
*** EricGonczer_ has quit IRC13:12
*** mugsie_ has joined #openstack-dns13:17
*** mugsie_ has quit IRC13:23
*** mugsie_ has joined #openstack-dns13:23
*** richm has joined #openstack-dns13:29
*** mugsie_ has quit IRC13:32
*** mugsie_ has joined #openstack-dns13:32
*** richm has quit IRC13:39
openstackgerritEric Larson proposed openstack/designate: Docs for working with multiple pools  https://review.openstack.org/34167213:49
*** richm has joined #openstack-dns13:55
*** mlavalle has joined #openstack-dns14:01
*** mlavalle has quit IRC14:01
*** mlavalle has joined #openstack-dns14:02
openstackgerritGraham Hayes proposed openstack/designate: Grenade Plugin  https://review.openstack.org/33668614:06
*** catintheroof has joined #openstack-dns14:16
*** pglass has joined #openstack-dns14:18
*** rudrajit has joined #openstack-dns14:18
*** rudrajit has quit IRC14:23
*** greghaynes has quit IRC14:23
*** rudrajit has joined #openstack-dns14:24
*** greghaynes has joined #openstack-dns14:25
*** rudrajit has quit IRC14:28
*** pcaruana has quit IRC14:39
*** chrido has quit IRC15:04
*** johnbelamaric has joined #openstack-dns15:07
*** dmsimard is now known as dmsimard|afk15:08
*** ducttape_ has joined #openstack-dns15:17
*** EricGonczer_ has joined #openstack-dns15:38
openstackgerritMerged openstack/designate: Don't hardcode options we pass to oslo.context  https://review.openstack.org/34210716:17
*** _ducttape_ has joined #openstack-dns16:59
openstackgerritMerged openstack/designate: Grenade Plugin  https://review.openstack.org/33668617:01
mugsie\o/17:01
mugsie\o/17:01
mugsiehttp://replygif.net/i/1532.gif17:02
*** ducttape_ has quit IRC17:04
timsim<317:06
timsimhttps://media.giphy.com/media/qHho9D3nk3nS8/giphy.gif17:06
mugsiehttp://replygif.net/i/1171.gif17:07
*** dmsimard|afk is now known as dmsimard17:20
*** _ducttape_ has quit IRC17:21
*** ducttape_ has joined #openstack-dns17:21
openstackgerritMerged openstack/designate: Add missing parameters to docs of zone_ownership_transfer_accept  https://review.openstack.org/33269517:25
openstackgerritMerged openstack/designate: Update UUID type for py3.5 compat  https://review.openstack.org/34106017:28
*** haplo37_ has joined #openstack-dns17:34
*** pglass has quit IRC17:36
openstackgerritMerged openstack/designate: Add Python 3.5 classifier and venv  https://review.openstack.org/34090417:38
*** catintheroof has quit IRC17:58
*** ducttape_ has quit IRC17:59
*** ducttape_ has joined #openstack-dns18:08
*** pglass has joined #openstack-dns18:08
*** rudrajit has joined #openstack-dns18:34
*** haplo37_ has quit IRC19:09
*** catintheroof has joined #openstack-dns19:18
*** ducttape_ has quit IRC19:40
*** nyechiel has quit IRC20:07
*** v12aml has joined #openstack-dns20:42
*** rudrajit_ has joined #openstack-dns20:56
*** rudrajit has quit IRC20:59
*** catintheroof has quit IRC21:40
*** openstackgerrit has quit IRC22:03
*** openstackgerrit has joined #openstack-dns22:03
*** ChanServ sets mode: +v openstackgerrit22:03
*** johnbelamaric has quit IRC22:08
*** pglass has quit IRC22:20
*** EricGonczer_ has quit IRC23:19
*** johnbelamaric has joined #openstack-dns23:27
openstackgerritTyr Johanson proposed openstack/designate-dashboard: [WIP] API v2 Dashboard  https://review.openstack.org/34118223:27
*** ducttape_ has joined #openstack-dns23:50
*** johnbelamaric has quit IRC23:51

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!