Thursday, 2015-07-02

*** csoukup has quit IRC00:20
openstackgerritPradeep Kumar Singh proposed openstack/designate: Use six.iterkeys(x) instead of x.keys()  https://review.openstack.org/19650100:21
*** mlavalle has quit IRC00:33
*** l6unchpad has joined #openstack-dns00:42
*** dtx00ff has quit IRC00:42
*** dtx00ff has joined #openstack-dns00:42
*** l6unchpad has quit IRC00:46
*** stanzgy has joined #openstack-dns00:49
*** jasonsb has quit IRC01:31
*** l6unchpad has joined #openstack-dns01:43
*** l6unchpad has quit IRC01:50
*** EricGonczer_ has joined #openstack-dns01:52
*** richm has quit IRC01:55
*** jmcbride has joined #openstack-dns01:59
*** rudrajit has joined #openstack-dns02:11
*** ducttape_ has quit IRC02:18
*** EricGonczer_ has quit IRC02:25
*** dtx00ff has quit IRC02:37
*** EricGonczer_ has joined #openstack-dns02:38
*** EricGonczer_ has quit IRC02:39
*** richm has joined #openstack-dns02:42
*** l6unchpad has joined #openstack-dns02:47
*** l6unchpad has quit IRC02:55
*** rudrajit has quit IRC03:02
*** EricGonczer_ has joined #openstack-dns03:06
*** jmcbride has joined #openstack-dns03:06
*** jmcbride has quit IRC03:07
*** EricGonczer_ has quit IRC03:20
*** richm has left #openstack-dns03:28
*** richm has joined #openstack-dns03:28
*** richm has quit IRC03:34
*** l6unchpad has joined #openstack-dns03:52
*** l6unchpad has quit IRC03:59
openstackgerritPradeep Kumar Singh proposed openstack/designate: Fix broken UTs due to py3.  https://review.openstack.org/19783304:09
*** ianbrown has quit IRC04:11
*** ianbrown has joined #openstack-dns04:30
*** crc32 has quit IRC04:44
*** dtx00ff has joined #openstack-dns04:50
*** l6unchpad has joined #openstack-dns04:55
*** l6unchpad has quit IRC05:00
*** amit213 has joined #openstack-dns05:00
*** jschwarz has joined #openstack-dns05:18
openstackgerritPradeep Kumar Singh proposed openstack/designate: Fix broken UTs due to py3  https://review.openstack.org/19783305:29
*** dtx00ff has quit IRC05:38
*** nihilifer has joined #openstack-dns05:40
*** l6unchpad has joined #openstack-dns05:56
*** l6unchpad has quit IRC06:01
openstackgerritPradeep Kumar Singh proposed openstack/designate: Fix broken UTs due to py3  https://review.openstack.org/19783306:08
*** ianbrown has quit IRC06:29
*** pksingh has joined #openstack-dns07:12
pksinghHi ekalrso07:13
pksinghHi ekarlso07:13
ekarlsopksingh: hola :)07:19
pksinghekarlso, i am executing py34 env with tox , getting an error any help would be good to me07:20
ekarlsopksingh: fire away and i'll try to help :)07:21
pksingherror is something like "FAIL: subunit.parser parser error bad checksum "07:21
pksinghand it is random, sometimes comes 8 times sometimes 4 times07:22
pksinghto me looks like some env problem at my end, what do you think?07:22
pksinghbut not sure07:23
*** hetii has joined #openstack-dns07:23
*** hetii has quit IRC07:24
*** hetii has joined #openstack-dns07:24
ekarlsooh, might be an error at your end :/07:30
ekarlsohaven't seen that before07:30
*** l6unchpad has joined #openstack-dns07:31
openstackgerritPradeep Kumar Singh proposed openstack/designate: Replace Exception.message with six.text_type(Exception)  https://review.openstack.org/19787007:43
openstackgerritPradeep Kumar Singh proposed openstack/designate: Replace Exception.message with six.text_type(Exception)  https://review.openstack.org/19787007:44
*** hetii has quit IRC08:04
*** hetii has joined #openstack-dns08:05
*** hetii has quit IRC08:05
*** hetii has joined #openstack-dns08:06
*** jordanP has joined #openstack-dns08:06
*** hetii has quit IRC08:13
*** hetii has joined #openstack-dns08:13
*** hetii has quit IRC08:14
Kiallpksingh: I tried the py34 tests with (most) of your patches and got the same thing08:50
KiallI found a bug on launchpad that suggests running the py27 tests before py34 introduces somes issues, try removing the .tox and .testrepository dirs and giving it a go08:51
Kiall(I had to run after finding the bug, so never checked if that worked)08:51
pksinghKiall, thanks, let me check and confirm08:51
KiallOtherwise, "lifeless" hangs around #openstack-infra, I believe subunit is his project! He's US based tho, so won't be on for hours08:52
ekarlsoKiall: isn't lifeless .nz ?08:52
KiallIs he? Whoops08:52
KiallI've only ever met him while in the US ;)08:53
pksinghi am in japan08:53
ekarlsoKiall: https://launchpad.net/~lifeless08:54
ekarlsoUTC+12 ;)08:54
Kiallpksingh: so, close enough TZ wise :)08:54
KiallNZ is +1208:54
KiallI just asked in #openstack-infra, let's see if he's around ;)08:55
pksinghkiall: i added some test cases and they are running fine with py34 i think,08:55
pksinghKiall, this issue does not come always, for same set of tests sometime it comes sometimes not08:56
KiallSadly - I know diddly squat about how subunit works internally :(08:59
pksinghkiall :(08:59
Kiallpksingh: do you happen to know if only certain tests trigger it?09:01
Kialle.g. if you `tox -e py27 -- test_storage` over + over, do we see fails?09:02
Kiall(I suspect those would be the most reliable tests)09:02
*** hetii has joined #openstack-dns09:02
pksinghKiall, let me check09:03
pksinghkiall, when i add test_v2.test_recordset , problem comes always09:11
pksinghKiall, but not sure if there is any problem, because it does not  look like09:13
KiallHumm.. Let me check what that test actually does!09:17
*** openstackgerrit has quit IRC09:19
*** openstackgerrit has joined #openstack-dns09:20
*** ChanServ sets mode: +v openstackgerrit09:20
KiallYea, I see nothing obvious wrong there09:20
pksinghKiall, seems to me some other issue might be not related to our code09:20
KiallWell, I know lots of the library projects use subunit/testr/py34 with success, so I would bet there is something about our setup that's causing it.. But, you're right, it could be a dependancy of ours or something!09:22
*** hetii has quit IRC09:32
*** bradjones has quit IRC09:33
*** bradjones has joined #openstack-dns09:35
*** bradjones has quit IRC09:35
*** bradjones has joined #openstack-dns09:35
*** dtx00ff has joined #openstack-dns09:53
*** nagyz_ has quit IRC09:57
*** nagyz_ has joined #openstack-dns09:57
*** pksingh has quit IRC09:57
*** jschwarz_ has joined #openstack-dns09:58
*** jschwarz has quit IRC10:01
*** pksingh has joined #openstack-dns11:05
*** mwagner_lap has quit IRC11:13
*** omykhal has joined #openstack-dns11:17
*** hetii has joined #openstack-dns11:18
pksinghhi kiall, there?11:25
Kiallpksingh: heya11:25
Kiallget my email?11:25
*** l6unchpad has quit IRC11:26
omykhalHi, could someone help me, please?  I try to setup designate sink (Kilo) with neutron_floatingip handler, but format string like this doesn`t work - format = '%(display_name)s.%(domain)s'. In rabbit mesage from neutron (payload section) there is no data like display_name or hostname11:26
Kiallomykhal: Yea, that's something we're trying to get fixed in Nova/Neutron/Designate this cycle, Nova doesn't pass the name into Neutron, so Neutron can't pass it to us11:27
pksinghi was running tests with testtool  i.e 'python -m testtools.run  <test_file>' and its showing all the logs only for test_recordsets and no exception and test cases passed11:27
Kiallomykhal: Others have worked around this by having a custom handler plugin that uses nova/neutronclient to gather the missing info11:27
pksinghKiall, i got the mail thanks :)11:28
omykhaloh, now it`s clear for me, thanks Kiall. I sow HP plugins for sink few days ago, may be that's what I need11:35
omykhalno, from symantec - https://github.com/Symantec/neutron-designate-fip-plugin11:39
*** dtx00ff has quit IRC11:41
*** dguerri` is now known as dguerri11:49
*** l6unchpad has joined #openstack-dns11:49
openstackgerritKiall Mac Innes proposed openstack/designate: Install dnspython3 on py3  https://review.openstack.org/18564111:52
*** mwagner_lap has joined #openstack-dns11:53
openstackgerritKiall Mac Innes proposed openstack/designate: Designate Dashboard now has it's own repo  https://review.openstack.org/19328712:01
*** nagyz_ has quit IRC12:04
*** nagyz_ has joined #openstack-dns12:05
openstackgerritKiall Mac Innes proposed openstack/designate: Designate Dashboard now has it's own repo  https://review.openstack.org/19328712:06
*** pksingh has quit IRC12:07
*** robert4man has joined #openstack-dns12:08
openstackgerritMerged openstack/designate: Use six.iterkeys(x) instead of x.keys()  https://review.openstack.org/19650112:14
*** pksingh has joined #openstack-dns12:19
*** Jorge has joined #openstack-dns12:33
*** pksingh has quit IRC12:36
JorgeTim Simmons suggested me to join IRC to discuss any issue in the installation of designate12:43
JorgeI've followed the instructions (http://docs.openstack.org/developer/designate/install/ubuntu-dev.html)12:43
Jorgebut when executing:12:43
Jorgedesignate-manage database sync12:44
Jorgeit fails:12:44
Jorgeusage: designate [-h] [--config-dir DIR] [--config-file PATH] [--debug]                  [--log-config-append PATH] [--log-date-format DATE_FORMAT]                  [--log-dir LOG_DIR] [--log-file PATH] [--log-format FORMAT]                  [--nodebug] [--nouse-syslog] [--nouse-syslog-rfc-format]                  [--noverbose] [--syslog-log-facility SYSLOG_LOG_FACILITY]                  [--use-syslog] [--use-syslog-rfc-format]12:44
Jorgedesignate: error: argument category: invalid choice: 'database' (choose from 'powerdns')12:45
KiallJorge: usually, "missing" commands are a result of having incorrect dependancies installed12:46
Jorgein this installation it looks like only powerdns is a valid choice, but in other installation I had many more choices:12:46
Jorge{powerdns,pool-manager-cache,database,tlds,akamai,pool}12:46
Jorgeok12:47
Jorgei will try to reinstall it from scratch12:47
KiallThe CLI framework we use seems to hide the error and just remove the command rather than tell you about it :(12:47
JorgeI had to install manually:12:48
Jorgepip install pbr==0.11.012:48
Jorgepip install SQLAlchemy==0.9.912:48
Jorgewhile pbr is in the doc, SQLAlchemy is not documented12:48
Jorgebut with default installation, there was a version conflict12:49
JorgeI didn't notice that the installation was wrong12:49
Jorgeand all the dependencies were installed correctly12:49
JorgeI can try to reinstall it again12:50
Jorgebut I don't know if SQLAlchemy version could be the problem12:50
KiallHumm, I believe those steps shouldn't be required for installing master?12:52
*** l6unchpad has quit IRC12:54
openstackgerritMerged openstack/designate: Fix broken UTs due to py3  https://review.openstack.org/19783312:55
openstackgerritMerged openstack/designate-dashboard: Updated from global requirements  https://review.openstack.org/19775513:00
Kialltimsim: I've been seeing a bunch of gate failures during coverage / py27 runs on the CentralServiceTest.test_find_zone_imports test, before I go digging, any ideas? :)13:10
*** EricGonczer_ has joined #openstack-dns13:11
KiallSadly - coverage job jobs don't get shipped into logstash, and I think I've seen it happen more often there...13:13
KiallBut - 7 in the last 7 days on the -python27 job13:13
Kialltimsim: found it - I hope..13:23
openstackgerritKiall Mac Innes proposed openstack/designate: Ensure test_find_zone_imports waits for all imports  https://review.openstack.org/19796813:23
*** km has quit IRC13:27
openstackgerritMerged openstack/designate: Add zone filter for TTL, description, & status  https://review.openstack.org/19669413:32
KiallFYI - New bug tag on Launchpad.. "breaks-gate" for random gate failures etc13:33
Kiallhttps://bugs.launchpad.net/designate/+bugs?field.tag=breaks-gate13:33
*** kei_yama has quit IRC13:33
*** richm has joined #openstack-dns13:36
*** hetii has quit IRC13:43
*** nihilifer has quit IRC13:45
openstackgerritMerged openstack/designate: Replace Exception.message with six.text_type(Exception)  https://review.openstack.org/19787013:45
*** l6unchpad has joined #openstack-dns13:49
*** omykhal has quit IRC13:49
*** EricGonczer_ has quit IRC14:09
*** ducttape_ has joined #openstack-dns14:09
*** ducttape_ has quit IRC14:10
*** l6unchpad has quit IRC14:10
*** ducttape_ has joined #openstack-dns14:10
*** busterswt has joined #openstack-dns14:22
*** l6unchpad has joined #openstack-dns14:31
*** l6unchpad has quit IRC14:36
*** l6unchpad has joined #openstack-dns14:48
*** EricGonczer_ has joined #openstack-dns14:49
*** EricGonczer_ has quit IRC14:49
*** bradjones has quit IRC14:57
*** fawadkhaliq has joined #openstack-dns14:58
*** bradjones has joined #openstack-dns14:58
*** bradjones has quit IRC14:58
*** bradjones has joined #openstack-dns14:58
*** mlavalle has joined #openstack-dns14:59
*** dguerri is now known as dguerri`15:07
openstackgerritFederico Ceratto proposed openstack/python-designateclient: Implement socket timeout in v1  https://review.openstack.org/19801515:08
*** jschwarz_ has quit IRC15:19
*** chlong has quit IRC15:23
openstackgerritMerged openstack/designate: Updated from global requirements  https://review.openstack.org/19725115:36
*** ducttape_ has quit IRC15:43
*** ducttape_ has joined #openstack-dns15:48
*** mwagner_lap has quit IRC15:51
*** stanzgy has quit IRC15:52
*** nihilifer has joined #openstack-dns15:55
*** nihilifer has quit IRC16:05
*** busterswt has quit IRC16:06
*** ericpeterson has joined #openstack-dns16:13
*** ducttape_ has quit IRC16:17
*** jordanP has quit IRC16:19
*** dtx00ff has joined #openstack-dns16:27
*** dtx00ff has quit IRC16:31
*** Jorge has quit IRC16:41
*** dtx00ff has joined #openstack-dns16:41
*** l6unchpad has quit IRC16:43
*** CTWill has joined #openstack-dns16:45
CTWillHello everyone, anyone awake?16:48
CTWilllooking for some help with designate, trying to integrate it into my on prem cloud.16:52
*** jasonsb has joined #openstack-dns16:59
openstackgerritFederico Ceratto proposed openstack/designate: Add v1 API deprecation warnings  https://review.openstack.org/19806617:06
*** crc32 has joined #openstack-dns17:13
*** crc32 is now known as crc32_lundh17:14
*** crc32_lundh is now known as crc32_lunch17:14
*** dtx00ff has quit IRC17:21
*** dtx00ff has joined #openstack-dns17:22
*** dtx00ff has quit IRC17:26
ekarlsotimsim: https://review.openstack.org/#/c/197193/17:30
*** dtx00ff has joined #openstack-dns17:30
ekarlsocan u remove your -1 ?17:30
*** dtx00ff has quit IRC17:35
*** mwagner_lap has joined #openstack-dns17:47
*** naggappan has joined #openstack-dns17:52
naggappanhi my devstack with designate is successfully. Able to create domain and records , but when i do any dns quries to my devstack machine with any create record it gives NXDOMAIN responce.  https://ask.openstack.org/en/question/69240/designate-with-devstack-always-returns-nxdomain/17:54
*** dtx00ff has joined #openstack-dns17:55
*** fawadkhaliq has quit IRC17:58
*** logan2 has quit IRC18:03
*** l6unchpad has joined #openstack-dns18:08
*** jasonsb has quit IRC18:11
*** rudrajit has joined #openstack-dns18:16
*** ericpeterson has quit IRC18:17
rudrajitHey guys - is it safe to run all the designate kilo services under a VIP? I see a bug that is being worked upon: https://review.openstack.org/#/c/194626/18:17
rudrajiti meant multiple instances of each service in different virtual machines.18:18
rudrajitKiall:18:19
rudrajittimsim:18:21
*** ducttape_ has joined #openstack-dns18:23
*** l6unchpad has quit IRC18:45
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/19809018:49
*** logan2 has joined #openstack-dns18:49
naggappanhi rudrajit , you have any idea on designate with openstack , could you please solve my https://ask.openstack.org/en/question/69240/designate-with-devstack-always-returns-nxdomain/18:55
*** ericpeterson has joined #openstack-dns18:58
rudrajithow are you querying your dns?18:58
rudrajitnaggapan:19:01
*** ducttape_ has quit IRC19:02
naggappanrudrajit : nslookup example.com $my-devstack-machine-ip19:03
naggappanrudrajit: or even my a record as "nslookup myvm.example.com. $my-devstack-machine-ip"19:04
naggappanrudrajit: I am able to use designate-client and create records/domains etc. Also i am sure that pdns process is running and "53" port is open just its not resolving the names19:05
rudrajitwhat do u get when u do "dig @localhost" from inside ur devstack19:06
naggappanrudrajit: I get this http://paste.openstack.org/show/336116/19:09
naggappan^^ server could not be reached19:09
rudrajitwhat about from outside? "dig @<ip>"?19:10
naggappani get success response if i try from outside http://paste.openstack.org/show/336117/19:12
rudrajitcan u try "dig <your-domain> @<ip>"19:14
rudrajitor "dig <your-record> @ip"19:15
rudrajityou dont need the dot at the end of the domain/record.19:15
rudrajitwhile digging.19:15
naggappanrudrajit: It shows succes but doesn't return me the IP address of that A Record19:18
naggappanhttp://paste.openstack.org/show/336118/19:18
*** dtx00ff has quit IRC19:19
*** dtx00ff has joined #openstack-dns19:19
naggappanrudrajit: It returns same response for all dig even for wrong record, except it changes one line(no 13) in above link with requested record/domain back19:21
rudrajitCan you check in your powerdns db records table if the entry got created19:21
rudrajitalso check the domains table if the domain got created19:21
*** rbrooker has joined #openstack-dns19:25
naggappanrudrajit: Yes your are right i checked table in mysql "designate_pdns" no records are created but in table "designate" records are created http://paste.openstack.org/show/336167/19:27
naggappanrudrajit: Why when we creaet in designate it doesn't create in "designate_pdns" table? How to debug this19:28
rudrajitcan u paste ur designate.conf19:29
naggappanrudrajit: http://paste.openstack.org/show/336185/19:33
rudrajitthings look ok. just make sure ur able to connect to the pdns db:  "mysql -uroot -padmin -h 127.0.0.1 designate_pdns"19:37
naggappanrudrajit: ^^ my designate conf file . dir "ls /opt/stack/data/designate" not found19:37
naggappanrudrajit: yes i am able to do "mysql -uroot -padmin -h 127.0.0.1 designate_pdns"19:38
rudrajitok good. can u check ur pool-manager logs to see if there are any errors. check the mdns logs as well.19:38
naggappanrudrajit: I see only screen "21$(L) designate-central   22$(L) designate-api*" I don't see any for pool-manager. Where should i check for this logs19:40
rudrajitthats the problem i think.19:41
rudrajityou should be running designate-pool-manager and designate-mdns services19:41
rudrajitdesignate-central only writes to the designate db. the pool-manager will write the zone to the target backend.19:42
rudrajitdesignate-mdns will send the nameservers a NOTIFY for any zone update (record create/delete)19:42
naggappanrudrajit: could you please provide any working local.conf file ? So that i can compar with my current file and re run the stack if required19:42
rudrajitand backend will do a zone transfer from mdns.19:43
rudrajiti haven't used devstack since ages :) but can u share urs, so that i can suggest where u need to change19:44
naggappanrudrajit: I think I have not added pool manager and designate-mdns here "http://paste.openstack.org/show/336229/"19:46
naggappan^^  rudrajit: Please let me know how to enable that in "ENABLED_SERVICES+=,designate,designate-api,designate-centra"19:47
rudrajitENABLED_SERVICES+=,designate,designate-api,designate-central,designate-pool-manager,designate-mdns19:47
naggappanrudrajit: Thanks a lot for not just for solving also making me to understand. Now again i looked at the architecture and there is a pool manager  but there is no "designate-mdns" here http://docs.openstack.org/developer/designate/architecture.html19:49
rudrajitIt's called Mini DNS19:49
naggappanrudrajit: So pool manager will communicate to target backend. so this is mandatory , but Mini DNS is for zone transfer, so just for record creation and query this service is not required?19:53
rudrajitpool-manager only creates/deletes zone. a record creation is a zone update, which is done with the help of mdns. so all of those components are required for a successful record creation.19:55
naggappanrudrajit: Thanks, let me re run the stack and check if its work19:56
*** boris-42 has quit IRC20:12
naggappanrudrajit: In community doc , there is no information about setting up designate with devstack, example localrc file etc. "http://docs.openstack.org/developer/designate/getting-started.html". Would you think its needed? If so I can only take an initiative and provide the info. For this do i need to raise a bug20:17
*** iraw_ has joined #openstack-dns20:19
rudrajitThere was a doc here that worked till icehouse, but i guess its outdated now. http://designate.readthedocs.org/en/latest/devstack.html20:19
*** iraw_ has quit IRC20:21
naggappanYes i followed it and installed devstack. I guess now the community is pushing the docs to docs.openstack.org, Let me raise a bug and will get comments from others about update with devstack20:25
*** jasonsb has joined #openstack-dns20:25
*** csoukup has joined #openstack-dns20:32
*** rudrajit has quit IRC20:37
*** naggappan has quit IRC20:38
*** robert4man has quit IRC20:55
openstackgerritEndre Karlson proposed openstack/designate: Add tasks and periodic emits  https://review.openstack.org/19719421:00
ekarlsotimsim: ^21:00
ekarlsothat includes unit tests btw21:01
*** willops has joined #openstack-dns21:08
*** willops has left #openstack-dns21:08
*** CTWill has quit IRC21:09
openstackgerritEric Peterson proposed openstack/designate-dashboard: Record creation / update screen simplification  https://review.openstack.org/19371021:28
*** logan2 has quit IRC21:31
*** boris-42 has joined #openstack-dns21:49
*** csoukup has quit IRC21:53
openstackgerritEric Peterson proposed openstack/designate-dashboard: Record creation / update screen simplification  https://review.openstack.org/19371021:55
*** logan2 has joined #openstack-dns21:56
*** ericpeterson has quit IRC21:58
*** crc32_lunch has quit IRC22:00
*** ianbrown has joined #openstack-dns22:01
*** csoukup has joined #openstack-dns22:09
*** csoukup has quit IRC22:14
*** chlong has joined #openstack-dns22:18
openstackgerritEndre Karlson proposed openstack/designate: Add tasks and periodic emits  https://review.openstack.org/19719422:24
ekarlsomeh, that concludes it for toda :p22:26
*** CaptTofu_ has quit IRC22:36
*** CaptTofu_ has joined #openstack-dns22:38
*** amit213 has quit IRC22:42
*** bauruine has quit IRC22:43
*** bauruine has joined #openstack-dns22:46
*** dtx00ff has quit IRC22:56
*** dtx00ff has joined #openstack-dns22:56
*** km has joined #openstack-dns22:58
*** jasonsb has quit IRC23:07
*** jasonsb has joined #openstack-dns23:14
*** kei_yama has joined #openstack-dns23:29
*** iraw_ has joined #openstack-dns23:32
*** chlong has quit IRC23:36
*** iraw_ has quit IRC23:54
*** dtx00ff has quit IRC23:55

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