*** sticker has joined #openstack-dns | 00:11 | |
*** rudrajit_ has quit IRC | 00:13 | |
*** ducttape_ has joined #openstack-dns | 00:51 | |
*** ducttape_ has quit IRC | 00:51 | |
*** ducttape_ has joined #openstack-dns | 00:51 | |
*** ducttape_ has quit IRC | 00:53 | |
*** ducttape_ has joined #openstack-dns | 00:53 | |
*** ducttape_ has quit IRC | 00:54 | |
*** sonuk has quit IRC | 01:23 | |
*** EricGonczer_ has joined #openstack-dns | 01:36 | |
openstackgerrit | JianGang Weng proposed openstack/designate: Remove unused LOG to keep code clean https://review.openstack.org/341900 | 01:54 |
---|---|---|
*** rudrajit has joined #openstack-dns | 02:24 | |
*** richm has quit IRC | 03:02 | |
*** sonuk has joined #openstack-dns | 03:06 | |
*** EricGonczer_ has quit IRC | 03:38 | |
*** EricGonczer_ has joined #openstack-dns | 03:41 | |
*** EricGonczer_ has quit IRC | 03:43 | |
*** nyechiel has joined #openstack-dns | 04:01 | |
*** HenryG has quit IRC | 05:12 | |
*** HenryG has joined #openstack-dns | 05:15 | |
*** jschwarz has quit IRC | 06:34 | |
*** jschwarz has joined #openstack-dns | 06:39 | |
*** pcaruana has joined #openstack-dns | 06:40 | |
openstackgerrit | qinchunhua proposed openstack/designate: Correct reraising of exception https://review.openstack.org/340233 | 06:45 |
*** rudrajit has quit IRC | 06:55 | |
*** rudrajit has joined #openstack-dns | 06:55 | |
*** rudrajit has quit IRC | 07:00 | |
openstackgerrit | sonu proposed openstack/designate-tempest-plugin: Add negative testcases for ownership transfer_request and tsigkey https://review.openstack.org/333233 | 09:03 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/342058 | 09:17 |
sonuk | Kiall: 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 |
Kiall | sonuk: 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 |
openstackgerrit | Merged openstack/python-designateclient: Add quota set / list / reset commands https://review.openstack.org/335496 | 09:22 |
*** rudrajit has joined #openstack-dns | 09:24 | |
sonuk | Kiall: ok I see. thanks. | 09:24 |
*** rudrajit has quit IRC | 09:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/342078 | 09:59 |
*** dmsimard has joined #openstack-dns | 10:33 | |
dmsimard | good morning | 10:33 |
dmsimard | I'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_362 | 10:34 |
dmsimard | Would love some help :) | 10:35 |
dmsimard | if 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 |
openstackgerrit | Merged openstack/designate: Consolidate How Tos and add Admin How Tos https://review.openstack.org/341614 | 10:36 |
openstackgerrit | Merged openstack/designate: Updated from global requirements https://review.openstack.org/342058 | 10:37 |
openstackgerrit | Merged openstack/designate: Add gdnsd backend https://review.openstack.org/312467 | 10:37 |
dmsimard | I see enable_api_v2 = False, I guess we should set that to true ? | 10:38 |
dmsimard | I'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.gz | 10:39 |
Kiall | federico3: 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 |
Kiall | dmsimard: yes, definatly enable APIv2 :) | 10:49 |
Kiall | re "TypeError: __init__() got an unexpected keyword argument 'is_admin_project'" - ehh - I'm not sure I've seen that before. | 10:49 |
dmsimard | Kiall: I'll try to align with the config devstack provides | 10:49 |
dmsimard | puppet-designate was largely unmaintained so I'm trying to fix it | 10:49 |
Kiall | My guess is, oslo.context at and old or odd version? | 10:49 |
Kiall | (but - total guess) | 10:50 |
dmsimard | this is RDO trunk, if anything, it's at a version that is even more recent than what designate uses :) | 10:50 |
federico3 | Kiall: wait, is that a failed apt-get install? mkdir(/var/run/gdnsd) failed: Permission denied | 10:50 |
dmsimard | We test RDO master against master while project uses releases of libs/clients | 10:50 |
Kiall | possible | 10:50 |
Kiall | federico3: yea, weird eh! | 10:50 |
Kiall | dmsimard: I think your right, looking at it, that's a new option | 10:51 |
Kiall | https://github.com/openstack/oslo.context/commit/d3af1d06b4046c25c199bf1c389a9e440a634bc6 added it ~23 days ago | 10:52 |
dmsimard | Kiall: ah, so it's entirely possible designate is broken with a (yet unreleases) oslo context | 10:52 |
dmsimard | s/unreleases/unreleased/ | 10:52 |
dmsimard | Want me to file a bug ? :) | 10:52 |
Kiall | dmsimard: please | 10:55 |
Kiall | I think it should be an easy fix. will push a patch once I have a bug number | 10:55 |
dmsimard | Kiall: https://bugs.launchpad.net/designate/+bug/1603036 | 10:58 |
openstack | Launchpad bug 1603036 in Designate "designate context broken by oslo.context commit adding is_admin_project key" [Undecided,New] | 10:58 |
dmsimard | thanks for your help, much appreciated. | 10:58 |
dmsimard | worth noting that the commit is ~23 days ago but the merge is ~6 days ago | 10:59 |
dmsimard | however oslo.context 2.6.0 got tagged 21 hours ago | 10:59 |
dmsimard | hm, so you should be encountering this problem then ? | 11:00 |
dmsimard | reqs.txt is pinned >=2.4.0 | 11:00 |
Kiall | Not 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#L200 | 11:00 |
dmsimard | ah, u-c hasn't been updated yet | 11:01 |
Kiall | everyone is still testing with oslo.context===2.5.0 | 11:01 |
dmsimard | yeah | 11:01 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Don't hardcode options we pass to oslo.context https://review.openstack.org/342107 | 11:01 |
Kiall | unit/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 |
dmsimard | ah yes, that looks like an obvious and sane fix | 11:02 |
Kiall | It 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 |
dmsimard | huh, is that even possible with kwargs ? | 11:03 |
dmsimard | I mean, does the order of the kwargs ever matter when there are no "non-kwargs" args | 11:04 |
dmsimard | ie, if there are no def func(arg, **kwargs) | 11:04 |
Kiall | it 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 argument | 11:05 |
*** v12aml has quit IRC | 11:11 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/designate: [WIP] Testing latest u-c https://review.openstack.org/318020 | 11:22 |
openstackgerrit | Alin Balutoiu proposed openstack/designate: Add support for Microsoft DNS Server backend https://review.openstack.org/332703 | 11:47 |
openstackgerrit | Merged openstack/designate: Updated from global requirements https://review.openstack.org/342078 | 11:50 |
dmsimard | Kiall: \o/ https://review.openstack.org/#/c/342107/ is green | 12:08 |
dmsimard | now we need +2's :D | 12:08 |
*** EricGonczer_ has joined #openstack-dns | 12:28 | |
openstackgerrit | Merged openstack/designate: Correct reraising of exception https://review.openstack.org/340233 | 12:51 |
*** EricGonczer_ has quit IRC | 13:12 | |
*** mugsie_ has joined #openstack-dns | 13:17 | |
*** mugsie_ has quit IRC | 13:23 | |
*** mugsie_ has joined #openstack-dns | 13:23 | |
*** richm has joined #openstack-dns | 13:29 | |
*** mugsie_ has quit IRC | 13:32 | |
*** mugsie_ has joined #openstack-dns | 13:32 | |
*** richm has quit IRC | 13:39 | |
openstackgerrit | Eric Larson proposed openstack/designate: Docs for working with multiple pools https://review.openstack.org/341672 | 13:49 |
*** richm has joined #openstack-dns | 13:55 | |
*** mlavalle has joined #openstack-dns | 14:01 | |
*** mlavalle has quit IRC | 14:01 | |
*** mlavalle has joined #openstack-dns | 14:02 | |
openstackgerrit | Graham Hayes proposed openstack/designate: Grenade Plugin https://review.openstack.org/336686 | 14:06 |
*** catintheroof has joined #openstack-dns | 14:16 | |
*** pglass has joined #openstack-dns | 14:18 | |
*** rudrajit has joined #openstack-dns | 14:18 | |
*** rudrajit has quit IRC | 14:23 | |
*** greghaynes has quit IRC | 14:23 | |
*** rudrajit has joined #openstack-dns | 14:24 | |
*** greghaynes has joined #openstack-dns | 14:25 | |
*** rudrajit has quit IRC | 14:28 | |
*** pcaruana has quit IRC | 14:39 | |
*** chrido has quit IRC | 15:04 | |
*** johnbelamaric has joined #openstack-dns | 15:07 | |
*** dmsimard is now known as dmsimard|afk | 15:08 | |
*** ducttape_ has joined #openstack-dns | 15:17 | |
*** EricGonczer_ has joined #openstack-dns | 15:38 | |
openstackgerrit | Merged openstack/designate: Don't hardcode options we pass to oslo.context https://review.openstack.org/342107 | 16:17 |
*** _ducttape_ has joined #openstack-dns | 16:59 | |
openstackgerrit | Merged openstack/designate: Grenade Plugin https://review.openstack.org/336686 | 17:01 |
mugsie | \o/ | 17:01 |
mugsie | \o/ | 17:01 |
mugsie | http://replygif.net/i/1532.gif | 17:02 |
*** ducttape_ has quit IRC | 17:04 | |
timsim | <3 | 17:06 |
timsim | https://media.giphy.com/media/qHho9D3nk3nS8/giphy.gif | 17:06 |
mugsie | http://replygif.net/i/1171.gif | 17:07 |
*** dmsimard|afk is now known as dmsimard | 17:20 | |
*** _ducttape_ has quit IRC | 17:21 | |
*** ducttape_ has joined #openstack-dns | 17:21 | |
openstackgerrit | Merged openstack/designate: Add missing parameters to docs of zone_ownership_transfer_accept https://review.openstack.org/332695 | 17:25 |
openstackgerrit | Merged openstack/designate: Update UUID type for py3.5 compat https://review.openstack.org/341060 | 17:28 |
*** haplo37_ has joined #openstack-dns | 17:34 | |
*** pglass has quit IRC | 17:36 | |
openstackgerrit | Merged openstack/designate: Add Python 3.5 classifier and venv https://review.openstack.org/340904 | 17:38 |
*** catintheroof has quit IRC | 17:58 | |
*** ducttape_ has quit IRC | 17:59 | |
*** ducttape_ has joined #openstack-dns | 18:08 | |
*** pglass has joined #openstack-dns | 18:08 | |
*** rudrajit has joined #openstack-dns | 18:34 | |
*** haplo37_ has quit IRC | 19:09 | |
*** catintheroof has joined #openstack-dns | 19:18 | |
*** ducttape_ has quit IRC | 19:40 | |
*** nyechiel has quit IRC | 20:07 | |
*** v12aml has joined #openstack-dns | 20:42 | |
*** rudrajit_ has joined #openstack-dns | 20:56 | |
*** rudrajit has quit IRC | 20:59 | |
*** catintheroof has quit IRC | 21:40 | |
*** openstackgerrit has quit IRC | 22:03 | |
*** openstackgerrit has joined #openstack-dns | 22:03 | |
*** ChanServ sets mode: +v openstackgerrit | 22:03 | |
*** johnbelamaric has quit IRC | 22:08 | |
*** pglass has quit IRC | 22:20 | |
*** EricGonczer_ has quit IRC | 23:19 | |
*** johnbelamaric has joined #openstack-dns | 23:27 | |
openstackgerrit | Tyr Johanson proposed openstack/designate-dashboard: [WIP] API v2 Dashboard https://review.openstack.org/341182 | 23:27 |
*** ducttape_ has joined #openstack-dns | 23:50 | |
*** johnbelamaric has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!