Monday, 2017-03-27

*** hoangcx has joined #openstack-dns00:39
*** osandoval has joined #openstack-dns00:45
osandovalhello, can sink create PTR records ?00:45
*** cuongnv has joined #openstack-dns01:06
*** EricGonczer_ has quit IRC01:15
*** EricGonczer_ has joined #openstack-dns01:20
*** osandoval has quit IRC02:15
*** EricGonczer_ has quit IRC02:18
*** sonuk has joined #openstack-dns03:03
openstackgerritErik Olof Gunnar Andersson proposed openstack/designate-dashboard master: Fixing a potential unbound local error  https://review.openstack.org/44976804:44
*** eandersson has joined #openstack-dns04:46
*** eandersson has quit IRC05:37
*** richm has quit IRC05:43
*** sonuk has quit IRC06:09
*** sonuk has joined #openstack-dns06:10
*** sposcar has joined #openstack-dns06:19
sposcarhey all, when i set my designate endpoint to a VIP ip i get the following error EndpointNotFound: Could not find requested endpoint in Service Catalog. but when i set it to my controller ip it works fine any tips ?06:20
*** sposcar has quit IRC07:06
*** pcaruana has joined #openstack-dns07:20
*** openstackgerrit has quit IRC08:33
*** richm has joined #openstack-dns10:14
*** cuongnv has quit IRC10:38
*** hoangcx has quit IRC10:53
*** sonuk_ has joined #openstack-dns10:55
*** sonuk has quit IRC10:59
*** sonuk_ has quit IRC11:05
*** zhurong has joined #openstack-dns11:31
*** abalutoiu_ has joined #openstack-dns11:51
*** abalutoiu has quit IRC11:54
*** EricGonczer_ has joined #openstack-dns11:57
*** catintheroof has joined #openstack-dns12:08
*** zhurong has quit IRC12:12
*** EricGonczer_ has quit IRC12:44
*** chlong has joined #openstack-dns12:51
*** seife_ has joined #openstack-dns13:22
*** databus23_ has joined #openstack-dns13:22
*** tpatzig_ has joined #openstack-dns13:22
*** dgonzalez_ has joined #openstack-dns13:22
*** david_1 has joined #openstack-dns13:22
*** dgonzalez_ has quit IRC13:24
*** databus23_ has quit IRC13:24
*** seife_ has quit IRC13:24
*** tpatzig_ has quit IRC13:24
*** david_1 has quit IRC13:24
*** mlavalle has joined #openstack-dns13:53
*** tdink has joined #openstack-dns13:53
*** chlong has quit IRC14:09
*** zhurong has joined #openstack-dns14:11
*** ym200 has joined #openstack-dns14:20
*** EricGonczer_ has joined #openstack-dns14:22
diana_clarkeHappy Monday, folks! I was thinking of working on designate python 3 porting in my spare time.14:28
diana_clarkeBut when I run 'tox -e py35' locally, I get 15 or so errors that pass in CI.14:28
diana_clarkeIs anyone else seeing errors when they run the py35 tests locally?14:28
*** EricGonc_ has joined #openstack-dns14:32
*** tdink has quit IRC14:33
diana_clarkeIt also looks like the designate tox.ini needs to be changed to accept postargs if you want to run just specific py35 tests.14:33
diana_clarkePerhaps something like: http://paste.openstack.org/show/604317/ (not 100% certain though, I haven't had to muck with tox much)14:33
*** EricGonczer_ has quit IRC14:33
*** tdink has joined #openstack-dns14:34
*** abalutoiu__ has joined #openstack-dns14:35
*** abalutoiu_ has quit IRC14:38
*** zhurong has quit IRC14:41
mugsiediana_clarke: I used to see errors, but we now blacklist some problematic tests in the gate14:48
mugsiewe do use pretty_tox - it makes the output of unit tests usable, but I can see what you mean, I can have a look later on in the week14:50
diana_clarkemugsie: I'll take a stab at the tox thing, and toss a review up later today.14:51
diana_clarkemugsie: The gate doesn't blacklist more than what's here though, right? https://github.com/openstack/designate/blob/master/tests-py3.txt14:51
mugsiediana_clarke: cool - thanks14:51
mugsienot as far as I knoiw14:51
diana_clarkeyeah... that's what baffles me.14:51
diana_clarkeI thought perhaps it was my mac dev env, so I also tried on fedora & ubuntu. But I have 15 test failures in all three cases.14:52
* diana_clarke shrugs14:52
diana_clarkemugsie: When you get a chance, can you please run the py35 tests locally, and let me know if they still work for you. No rush. Thx!14:55
mugsiediana_clarke: yup - just trying to figure olut how to get 3.5 on to OpenSuse :/14:58
*** chlong has joined #openstack-dns15:25
*** ym200 has quit IRC15:36
*** ym200 has joined #openstack-dns15:41
*** ym200 has quit IRC15:41
*** ym200 has joined #openstack-dns15:42
*** osandoval has joined #openstack-dns15:50
osandovalhello, has anyone seen when you have the designate endpoint something other than the controller ip/127.0.0.1 you get this error EndpointNotFound: Could not find requested endpoint in Service Catalog.15:51
osandovali am trying to set the designate endpoint a VIP and it just wont work15:52
mugsiecan you curl the VIP ?15:55
mugsieand can you try with "--debug" and put the logs on paste.openstack.org ?15:55
mugsieosandoval: ^^15:55
osandovalyep i can curl the vip15:56
mugsieand you get the versions back from designate?15:56
osandovalcurl -k 10.237.12.34:9001/ {"versions": [{"status": "CURRENT", "id": "v1.0", "links": [{"href": "http://10.237.12.34:9001/v1/", "rel": "self"}]}]}15:58
mugsieosandoval: OK, can you do the command with "--debug" ?15:59
mugsiewhat version of designate is this?15:59
mugsieit looks old15:59
osandoval[root@master01 ~]# rpm -qa | grep designate openstack-designate-agent-4.0.0-1.el7.noarch openstack-designate-zone-manager-4.0.0-1.el7.noarch openstack-designate-producer-4.0.0-1.el7.noarch python-designate-4.0.0-1.el7.noarch python2-designateclient-2.6.0-1.el7.noarch openstack-designate-central-4.0.0-1.el7.noarch openstack-designate-sink-4.0.0-1.el7.noarch openstack-designate-common-4.0.0-1.el7.noarch openstack-designate-mdns15:59
mugsieeh16:00
mugsie:/16:00
mugsieyou should have a v2 entry16:00
mugsiewhat OS ?16:00
osandovalcentos716:00
osandovalPaste #60434216:01
osandovalhttp://paste.openstack.org/show/604342/16:02
mugsieok16:02
mugsiecan you look in your designate.conf file?16:02
mugsieand look for #enable_api_v216:03
mugsie enable_api_v2 *16:03
osandovali dont have that16:04
mugsiethe conf file that came with that rpm should have enabled it16:05
osandovalwhere should that be located16:05
mugsiein the [service:api] section16:05
osandovalenable_api_v2 = True16:05
osandovalyes16:05
osandoval[service:api] api_host = 0.0.0.0 api_port = 9001 auth_strategy = keystone enable_api_v1 = True enabled_extensions_v1 = quotas, reports, enable_api_v2 = True16:05
mugsieOK.16:05
mugsieare you sure the VIP is pointing to the right designate?16:06
osandovalyep16:06
mugsie try restarting the designate-api process16:06
osandovalcan curl the vip16:06
osandovalrestart does not fix it16:06
mugsieand it is definitly the right designate API16:07
mugsiethe is not some other install else where?16:07
osandovalno this is our lab env16:07
mugsiewhat is doing the load balancing?16:07
osandovalhaproxy16:07
mugsiehu,16:12
mugsiehum*16:13
osandovalif i recreate the endpoint with the ip of the controller it works fine16:13
mugsieare you sure? that config, and that version of designate will give a very different response16:13
mugsieOK, HA proxy is doing something16:13
osandovalhttp://paste.openstack.org/show/604343/16:13
osandovalthat is my config16:13
mugsieand you are 100% sure that haproxy is pointing to the right designate?16:14
mugsieI think haporoxy is pointing at an old install16:14
osandovalserver 10.237.13.201  10.237.13.201:900116:15
osandovalthats the ip of the server16:15
mugsiehave you reloaded haproxy?16:15
osandovaljust restarted it16:16
osandovaland same error16:16
osandoval| 662cd347b18b4f9eb80c170c06fd03a4 | RegionOne | designate    | dns            | True    | public    | http://10.237.12.34:9001/                   |16:16
osandovalthat is the endpoing16:17
mugsiethere is something up with your haproxy16:18
osandovalyou were right16:19
osandovali delete the config16:19
osandovaland retyped it16:19
osandovalworked16:19
osandovalthank you16:19
mugsieno problem :)16:20
*** ducttape_ has joined #openstack-dns16:23
*** osandoval has quit IRC16:34
*** ducttape_ has quit IRC16:50
*** cleong has joined #openstack-dns16:53
*** pcaruana has quit IRC17:12
*** chlong has quit IRC17:22
*** mlavalle has quit IRC17:25
*** databus23_ has joined #openstack-dns17:36
*** chlong has joined #openstack-dns17:38
*** ducttape_ has joined #openstack-dns17:47
*** Anonissimus has quit IRC17:58
*** Anonissimus has joined #openstack-dns17:58
*** catintheroof has quit IRC18:15
*** ym200 has quit IRC18:44
*** mlavalle has joined #openstack-dns18:48
*** ym200 has joined #openstack-dns18:58
*** vills has joined #openstack-dns19:05
*** ym200 has quit IRC19:06
*** ducttape_ has quit IRC19:09
*** haplo37 has quit IRC19:14
*** haplo37 has joined #openstack-dns19:15
*** ym200 has joined #openstack-dns19:21
*** mwhahaha has quit IRC19:27
*** mwhahaha has joined #openstack-dns19:29
*** ym200 has quit IRC19:43
*** vills has quit IRC19:45
*** ducttape_ has joined #openstack-dns20:16
*** catintheroof has joined #openstack-dns20:23
*** cleong has quit IRC20:30
*** ducttape_ has quit IRC20:35
*** ducttape_ has joined #openstack-dns20:38
*** ducttape_ has quit IRC20:38
*** catintheroof has quit IRC20:39
*** openstackgerrit has joined #openstack-dns20:57
*** ChanServ sets mode: +v openstackgerrit20:57
openstackgerritDiana Clarke proposed openstack/designate master: Enable posargs for the py35 tests  https://review.openstack.org/45045120:57
*** ducttape_ has joined #openstack-dns21:43
*** ducttape_ has quit IRC21:43
*** ducttape_ has joined #openstack-dns21:51
openstackgerritDiana Clarke proposed openstack/designate master: Enable posargs for the py35 tests  https://review.openstack.org/45045121:56
openstackgerritDiana Clarke proposed openstack/designate master: Blacklist newly failing python 3 tests  https://review.openstack.org/45046921:56
*** chlong has quit IRC22:03
diana_clarkemugsie: So... it turns out the py35 test failures I was seeing locally are also happening in CI. It just wasn't immediately obvious b/c there's not a lot of patches up for review in designate, and the failures are recent.22:03
*** ducttape_ has quit IRC22:15
*** mlavalle has quit IRC22:17
*** ducttape_ has joined #openstack-dns22:19
*** EricGonc_ has quit IRC22:20
*** ritesh has joined #openstack-dns22:40
*** ritesh is now known as anand22:42
*** anand has quit IRC22:43
*** ducttape_ has quit IRC23:15
*** ducttape_ has joined #openstack-dns23:19
*** ducttape_ has quit IRC23:34
*** nkinder has quit IRC23:36
*** EricGonczer_ has joined #openstack-dns23:52

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