| *** rudrajit has joined #openstack-dns | 00:02 | |
| *** mpbnka has quit IRC | 00:09 | |
| *** chlong has joined #openstack-dns | 00:10 | |
| *** rudrajit has quit IRC | 00:13 | |
| *** EricGonczer_ has joined #openstack-dns | 00:33 | |
| *** chlong has quit IRC | 01:02 | |
| *** EricGonczer_ has quit IRC | 01:12 | |
| *** openstackgerrit has quit IRC | 01:16 | |
| *** openstackgerrit has joined #openstack-dns | 01:16 | |
| *** ChanServ sets mode: +v openstackgerrit | 01:16 | |
| *** EricGonczer_ has joined #openstack-dns | 01:45 | |
| *** stanzgy has joined #openstack-dns | 01:45 | |
| *** stanzgy__ has joined #openstack-dns | 01:45 | |
| *** EricGonczer_ has quit IRC | 01:47 | |
| *** chlong has joined #openstack-dns | 01:53 | |
| *** stanzgy_1 has joined #openstack-dns | 01:53 | |
| *** stanzgy_2 has joined #openstack-dns | 01:54 | |
| *** stanzgy__ has quit IRC | 01:56 | |
| *** stanzgy has quit IRC | 01:57 | |
| *** EricGonczer_ has joined #openstack-dns | 01:57 | |
| *** EricGonczer_ has quit IRC | 01:58 | |
| *** csoukup has joined #openstack-dns | 02:30 | |
| *** csoukup has quit IRC | 02:31 | |
| *** ryanpetrello has quit IRC | 03:24 | |
| *** timsim has quit IRC | 03:24 | |
| *** d34dh0r53 has quit IRC | 03:27 | |
| *** d34dh0r53 has joined #openstack-dns | 03:29 | |
| *** ryanpetrello has joined #openstack-dns | 03:29 | |
| *** timsim has joined #openstack-dns | 03:30 | |
| *** rudrajit has joined #openstack-dns | 03:56 | |
| *** rudrajit has quit IRC | 03:57 | |
| *** rudrajit has joined #openstack-dns | 03:58 | |
| *** rudrajit has joined #openstack-dns | 03:58 | |
| *** chlong has quit IRC | 04:02 | |
| *** rudrajit_ has joined #openstack-dns | 04:09 | |
| *** rudrajit has quit IRC | 04:12 | |
| *** jbasalone has quit IRC | 04:16 | |
| *** jasonsb has joined #openstack-dns | 04:39 | |
| *** banix has quit IRC | 04:42 | |
| *** chlong has joined #openstack-dns | 05:04 | |
| *** jasonsb has quit IRC | 05:09 | |
| *** chlong has quit IRC | 05:30 | |
| *** chlong has joined #openstack-dns | 05:45 | |
| *** chlong has quit IRC | 06:06 | |
| *** rudrajit_ has quit IRC | 06:07 | |
| *** chlong has joined #openstack-dns | 06:09 | |
| *** chlong has quit IRC | 06:11 | |
| *** chlong has joined #openstack-dns | 06:11 | |
| *** kbyrne has joined #openstack-dns | 06:20 | |
| Billias | in the designate-sink handler for nova there is a Formating facility for the domain: ā%(display_name)s.%(domain)sā | 07:36 |
|---|---|---|
| Billias | can it take more parameters there? | 07:36 |
| Billias | I was thinking of using Metadata | 07:38 |
| *** boris-42 has joined #openstack-dns | 07:51 | |
| *** chlong has quit IRC | 07:53 | |
| *** jordanP has joined #openstack-dns | 07:57 | |
| *** sonuk has quit IRC | 08:00 | |
| *** mpbnka has joined #openstack-dns | 08:22 | |
| *** l6unchpad has joined #openstack-dns | 08:32 | |
| *** l6unchpad has quit IRC | 08:32 | |
| *** sonuk has joined #openstack-dns | 08:35 | |
| *** l6unchpad has joined #openstack-dns | 08:39 | |
| *** l6unchpad has quit IRC | 08:51 | |
| *** en_austin has joined #openstack-dns | 09:44 | |
| en_austin | hi all! are there any way to get a domain/zone (v1/v2 api accordingly) via API, but by name (not by ID)? | 09:45 |
| ekarlso | en_austin: yeah, the v2 api does that when you zones.get("foo.com") | 09:50 |
| en_austin | http://docs.openstack.org/developer/designate/rest/v2/zones.html#get-zone | 09:51 |
| en_austin | that's not documented? | 09:51 |
| *** l6unchpad has joined #openstack-dns | 09:52 | |
| ekarlso | en_austin: the way it's implemented is by resolving the ID via the get /v2/zones?name=.... then get the id by the hit returned | 09:54 |
| *** l6unchpad has quit IRC | 10:04 | |
| en_austin | well, thanks, I think that will be ok for me :) | 10:09 |
| en_austin | and another question - are there a way to get a current status of zone/record (e.g PENDING/ACTIVE/etc) via api? | 10:09 |
| *** openstackgerrit has quit IRC | 10:16 | |
| *** openstackgerrit has joined #openstack-dns | 10:16 | |
| *** ChanServ sets mode: +v openstackgerrit | 10:16 | |
| *** stanzgy_1 has quit IRC | 10:48 | |
| *** stanzgy_2 has quit IRC | 10:48 | |
| *** l6unchpad has joined #openstack-dns | 10:49 | |
| mugsie | en_austin: you can use filters to get the zone by name ... | 10:53 |
| mugsie | the status is in the V2 API response | 10:53 |
| mugsie | filters are a v2 only thing | 10:53 |
| mugsie | so, /v2/zones?name=foo.com. | 10:54 |
| *** chlong has joined #openstack-dns | 11:01 | |
| mpbnka | I am trying to implement mini-dns service in designate and I have a question related to - can minidns do a ddns update on the public facing dns server | 11:08 |
| *** EricGonczer_ has joined #openstack-dns | 11:14 | |
| mpbnka | in the designate documentation we have a new agent service but there is no enough information on the implementation | 11:15 |
| mpbnka | how minidns and agent should be cocnfigured to make this possible | 11:15 |
| *** l6unchpad has quit IRC | 11:23 | |
| *** boris-42 has quit IRC | 11:30 | |
| *** l6unchpad has joined #openstack-dns | 11:40 | |
| mpbnka | I want to understand how minidns can be configured to update AXFRs to a public facing DNS server | 11:42 |
| mpbnka | can any one point me to a good resource | 11:42 |
| *** chlong_ has joined #openstack-dns | 11:44 | |
| openstackgerrit | hardik proposed openstack/designate: Handling Forbidden Exception https://review.openstack.org/223062 | 11:45 |
| *** chlong_ has quit IRC | 11:48 | |
| mugsie | mpbnka: that is part of the pool config | 11:49 |
| mugsie | are these public facing DNS servers under your control? | 11:49 |
| mpbnka | the public facing dns servers are under the company control but I cannot access those | 11:51 |
| mpbnka | as a part of pool config, I need to provide pool id in designate.conf. What is this pool ID | 11:52 |
| mugsie | it is a static UUID | 11:53 |
| mugsie | in future versions you will not need to worry about it, but in Kilo we had to have it | 11:54 |
| mugsie | there should be one in the sample config file | 11:54 |
| mugsie | mpbnka: you will need to access them | 11:54 |
| mugsie | to create the zones in the first place | 11:54 |
| mpbnka | ok | 11:54 |
| mugsie | AFXR only sends updates | 11:55 |
| mpbnka | the part that I dont understand is how is this pool Id created, is it just a randon UUID that I pass (like the one from the sample conf file) or I will have to get it from somewhere | 11:58 |
| mugsie | you just create it | 12:01 |
| mugsie | in the future this config will be in the DB | 12:01 |
| mugsie | and it will be auto generated | 12:01 |
| mpbnka | ok | 12:03 |
| *** mpbnka has quit IRC | 12:08 | |
| *** openstackgerrit has quit IRC | 12:16 | |
| *** openstackgerrit has joined #openstack-dns | 12:16 | |
| *** ChanServ sets mode: +v openstackgerrit | 12:16 | |
| *** km has quit IRC | 12:18 | |
| *** mpbnka has joined #openstack-dns | 12:19 | |
| mpbnka | mugsie: thanks for the answers, I more thing is does minidns help with DDNS updates also along with AFXRs | 12:20 |
| mpbnka | since AFXRs can become very large as we add new records | 12:21 |
| mugsie | mpbnka: you mean IFXRs ? | 12:21 |
| mugsie | it is on the roadmap, but not implemented | 12:21 |
| mugsie | we just have AXFRs for the time being | 12:22 |
| mpbnka | ok | 12:22 |
| *** EricGonczer_ has quit IRC | 12:38 | |
| *** EricGonczer_ has joined #openstack-dns | 12:38 | |
| *** EricGonczer_ has quit IRC | 12:43 | |
| *** kei_yama has quit IRC | 12:46 | |
| *** dguerri` is now known as dguerri | 12:49 | |
| *** dguerri is now known as dguerri` | 12:50 | |
| *** dguerri` has quit IRC | 12:54 | |
| *** openstackgerrit has quit IRC | 13:16 | |
| *** openstackgerrit has joined #openstack-dns | 13:16 | |
| *** ChanServ sets mode: +v openstackgerrit | 13:16 | |
| *** l6unchpad has quit IRC | 13:43 | |
| *** mpbnka has quit IRC | 13:44 | |
| *** eXceptoR has joined #openstack-dns | 13:54 | |
| *** en_austin has quit IRC | 13:56 | |
| *** boris-42 has joined #openstack-dns | 13:59 | |
| *** banix has joined #openstack-dns | 14:00 | |
| *** ducttape_ has joined #openstack-dns | 14:03 | |
| *** jmcbride has joined #openstack-dns | 14:05 | |
| *** jmcbride has quit IRC | 14:05 | |
| *** jmcbride has joined #openstack-dns | 14:06 | |
| *** richm has joined #openstack-dns | 14:06 | |
| *** l6unchpad has joined #openstack-dns | 14:14 | |
| *** pglass has joined #openstack-dns | 14:15 | |
| openstackgerrit | Endre Karlson proposed openstack/python-designateclient: Add formatting of output data https://review.openstack.org/223118 | 14:16 |
| *** lkoranda has quit IRC | 14:28 | |
| *** EricGonczer_ has joined #openstack-dns | 14:31 | |
| *** lkoranda has joined #openstack-dns | 14:32 | |
| *** johnbelamaric has joined #openstack-dns | 14:56 | |
| *** rudrajit_ has joined #openstack-dns | 14:56 | |
| *** rudrajit_ has quit IRC | 15:04 | |
| *** nkinder has joined #openstack-dns | 15:17 | |
| *** eXceptoR has quit IRC | 15:17 | |
| *** EricGonczer_ has quit IRC | 15:19 | |
| *** ccneill has joined #openstack-dns | 15:27 | |
| *** mpbnka has joined #openstack-dns | 15:32 | |
| *** l6unchpad has quit IRC | 15:40 | |
| *** banix has quit IRC | 15:45 | |
| *** james_li has joined #openstack-dns | 15:47 | |
| *** rudrajit has joined #openstack-dns | 15:50 | |
| *** banix has joined #openstack-dns | 15:58 | |
| *** openstackgerrit has quit IRC | 16:01 | |
| *** openstackgerrit has joined #openstack-dns | 16:01 | |
| *** ChanServ sets mode: +v openstackgerrit | 16:01 | |
| *** EricGonczer_ has joined #openstack-dns | 16:04 | |
| *** banix has quit IRC | 16:05 | |
| *** banix has joined #openstack-dns | 16:09 | |
| *** rudrajit has quit IRC | 16:13 | |
| *** rudrajit has joined #openstack-dns | 16:14 | |
| *** jennyb has joined #openstack-dns | 16:20 | |
| *** banix has quit IRC | 16:26 | |
| *** jennyb is now known as jbasalone | 16:29 | |
| *** james_li has quit IRC | 16:29 | |
| *** james_li has joined #openstack-dns | 16:30 | |
| bdx | hows it going everyone? | 16:30 |
| bdx | mugsie, kiall, ducttape_: you around? | 16:31 |
| ducttape_ | yes | 16:31 |
| ducttape_ | wanted to discuss a stable support branch? | 16:31 |
| *** jbasalone is now known as jennyb | 16:32 | |
| bdx | ducttape_: Yes, and also the designatedashboard/__init__.py file.... | 16:32 |
| bdx | __version__ = pbr.version.VersionInfo( | 16:32 |
| bdx | 'designatedashboard').version_string() | 16:32 |
| bdx | does not work for me | 16:32 |
| bdx | If I remove or comment out that assignment, everything works | 16:33 |
| bdx | but for some reason the version_string() function is not able to parse and return the version correctly | 16:34 |
| ducttape_ | hmm :\ | 16:34 |
| timsim | What's the exact error message bdx ? | 16:35 |
| bdx | omp | 16:35 |
| ducttape_ | pbr has changed a fair bit over the last 6 months, it's not surprising to me that juno/kilo/whatever horizon has an older version that the dashboard does not work with | 16:36 |
| ducttape_ | I'm not sure we even really need that line, or what it is used for | 16:37 |
| openstackgerrit | Eric Larson proposed openstack/designate-specs: Added something https://review.openstack.org/223214 | 16:37 |
| bdx | ducttape_: https://review.openstack.org/#/c/222800/ | 16:37 |
| ducttape_ | bdx - I think your commit message needs a bug id etc, but otherwise I think what you have would work | 16:41 |
| bdx | ducttape_: ok, I'm regenerating the error now | 16:42 |
| ducttape_ | so it's still there, even with your change? | 16:42 |
| bdx | following that I'll create a bug and source it in the commit | 16:42 |
| bdx | no | 16:43 |
| ducttape_ | ah ok. it looks like the egg built (with your change in place) still has some degree of version info "designate-dashboard-1.0.0.0b3.dev18.tar.gz" so it's still "versionable" | 16:44 |
| bdx | exactly...heres the error http://paste.ubuntu.com/12409798/ | 16:45 |
| ducttape_ | I'm sure there is some explanation for why that was / is there, but it would be some obscure python explanation above my head ;) | 16:45 |
| ducttape_ | makes sense, python hits that, and horizon is running pbr version X and the dns dash needs pbr version Y | 16:46 |
| ducttape_ | could also try / except that block - if we knew why it was important | 16:46 |
| bdx | no...I'm not sure thats it....there doesn't seem to be a pbr mismatch... | 16:46 |
| ducttape_ | ah ok. how did you install the designate dashboard? not from an sdist ? | 16:47 |
| ducttape_ | I use sdist eggs, and that works fine for me | 16:47 |
| bdx | hmm, in a clean env you can "git clone designate-dashboard", "cd designate-dashboard", "python setup.py sdist", "sudo -H pip install dist/designate.tar.gz" | 16:49 |
| bdx | following that you can successfully import designatedashboard.enabled in a python shell? | 16:50 |
| ducttape_ | I think so | 16:51 |
| ducttape_ | I do that, except instead of sudo I just install the egg into horizon's venv and run it from a venv | 16:51 |
| bdx | ensure if/when you import designatedashboard.enabled, also (in your python shell) run help(designatedashboard.enabled) and ensure it is sourced from you venv or in my case system packages, which unfortunately I don't get a clean install when installed from sdist | 16:53 |
| ducttape_ | $ tools/with_venv.sh python | 16:53 |
| ducttape_ | Python 2.7.6 (default, Jun 22 2015, 17:58:13) | 16:53 |
| ducttape_ | [GCC 4.8.2] on linux2 | 16:53 |
| ducttape_ | Type "help", "copyright", "credits" or "license" for more information. | 16:53 |
| ducttape_ | >>> import designatedashboard.enabled | 16:53 |
| ducttape_ | >>> exit() | 16:53 |
| bdx | wow | 16:53 |
| bdx | ok | 16:53 |
| ducttape_ | help also works | 16:54 |
| bdx | so it probably is a pbr issue then.....seems odd seeing as I'm using liberty horizon reqs... | 16:55 |
| *** jordanP has quit IRC | 16:55 | |
| ducttape_ | within my venv -> pbr==1.7.0 | 16:55 |
| bdx | does help indicate your python venv as the package source? | 16:55 |
| bdx | ok | 16:55 |
| *** jennyb has quit IRC | 16:57 | |
| *** james_li has quit IRC | 17:05 | |
| *** jbasalone has joined #openstack-dns | 17:06 | |
| *** ericpeterson has joined #openstack-dns | 17:12 | |
| *** rudrajit has quit IRC | 17:12 | |
| *** ducttape_ has quit IRC | 17:15 | |
| *** csoukup has joined #openstack-dns | 17:24 | |
| bdx | ducttape_: designate-dashboard doesn't have its own launchpad page? | 17:26 |
| mugsie | bdx: nope - its a deliverable out of designate | 17:27 |
| bdx | mugsie: how are the two repos kept in sync? | 17:28 |
| bdx | should designate-dashboard be a submodule in designate? | 17:28 |
| mugsie | bdx: it isn't kept in sync - it uses the client to communicate - so in theory there is no relationship between the designate code and the dashboard code | 17:29 |
| mugsie | launchpad doesnt do "sub modudles" unfortunatyl | 17:29 |
| bdx | this repo https://github.com/openstack/designate-dashboard | 17:29 |
| bdx | and this https://github.com/openstack/designate | 17:29 |
| bdx | both contain the designate-dashboard | 17:30 |
| mugsie | the dersignate dashboard folder got delted from designate after the kilo reloease | 17:30 |
| bdx | Ooooooh I see that now! | 17:30 |
| bdx | ok great! | 17:31 |
| bdx | In that case, is there a launchpad repo for the designate-dashboard? I can't seem to find one... | 17:33 |
| mugsie | nope, we just use the designate one at the moment | 17:35 |
| bdx | ok | 17:35 |
| mugsie | (there is not the level of bugs that justify the extra work of a separate launchpad page) | 17:36 |
| bdx | gotcha, ok | 17:36 |
| mugsie | but, I am sure as we get packages in ubuntu / debian for the dashboard we will need one | 17:36 |
| *** rudrajit has joined #openstack-dns | 17:38 | |
| *** banix has joined #openstack-dns | 17:41 | |
| *** rudrajit_ has joined #openstack-dns | 17:44 | |
| *** ducttape_ has joined #openstack-dns | 17:46 | |
| *** ericpeterson has quit IRC | 17:46 | |
| *** rudrajit has quit IRC | 17:47 | |
| *** banix_ has joined #openstack-dns | 17:51 | |
| *** banix has quit IRC | 17:53 | |
| *** banix has joined #openstack-dns | 17:55 | |
| *** banix_ has quit IRC | 17:56 | |
| *** sonuk has quit IRC | 18:06 | |
| *** openstackgerrit has quit IRC | 18:16 | |
| *** openstackgerrit has joined #openstack-dns | 18:16 | |
| *** ChanServ sets mode: +v openstackgerrit | 18:16 | |
| *** rudrajit has joined #openstack-dns | 18:16 | |
| *** rudrajit_ has quit IRC | 18:19 | |
| *** banix has quit IRC | 18:34 | |
| *** banix has joined #openstack-dns | 18:44 | |
| *** james_li has joined #openstack-dns | 18:44 | |
| *** banix has quit IRC | 18:46 | |
| *** banix has joined #openstack-dns | 19:04 | |
| *** james_li has quit IRC | 19:08 | |
| *** james_li has joined #openstack-dns | 19:09 | |
| jmcbride | Hi all, does designate support the new "null" MX record as outlined in https://tools.ietf.org/html/rfc7505 ? | 19:32 |
| *** banix has quit IRC | 20:03 | |
| *** banix has joined #openstack-dns | 20:05 | |
| *** boris-42 has quit IRC | 20:10 | |
| *** johnbelamaric has quit IRC | 20:14 | |
| *** jasonsb has joined #openstack-dns | 20:14 | |
| elarson | does anyone use a file watcher when dev'ing designate in order to restart services when files change? | 20:16 |
| timsim | nop | 20:17 |
| timsim | It'd spew errors every time I sucked at Python :P | 20:17 |
| elarson | well, if I find something I will let folks know :) | 20:19 |
| *** csoukup has quit IRC | 20:19 | |
| *** mfisch has quit IRC | 20:20 | |
| *** mfisch has joined #openstack-dns | 20:20 | |
| *** mfisch is now known as Guest15777 | 20:20 | |
| elarson | timsim: is there something I need to do other than add a function to the Service class in the zone manager such that an instance of that service (ie central.zone_manager_api) can access the method? | 20:22 |
| timsim | Add it to rpcapi, increment the rpcapi version | 20:22 |
| * elarson takes a look | 20:22 | |
| timsim | In zone_manager/rpcapi, and then the version that the client (central) gets | 20:22 |
| timsim | example https://github.com/openstack/designate/commit/50d1b1553e36f5927181eed65637491b14acb660#diff-12dcf36fb40ca6ae591ec1deaae8c38aL54 | 20:23 |
| elarson | ah ok | 20:24 |
| elarson | !thanks timsim | 20:24 |
| openstack | elarson: Error: "thanks" is not a valid command. | 20:24 |
| elarson | !yousuck openstack | 20:24 |
| openstack | elarson: Error: "yousuck" is not a valid command. | 20:24 |
| timsim | !docker openstack | 20:24 |
| openstack | timsim: Error: "docker" is not a valid command. | 20:24 |
| timsim | loser | 20:24 |
| *** mlavalle has joined #openstack-dns | 20:25 | |
| *** johnbelamaric has joined #openstack-dns | 20:29 | |
| *** openstackgerrit has quit IRC | 20:31 | |
| *** openstackgerrit has joined #openstack-dns | 20:31 | |
| *** ChanServ sets mode: +v openstackgerrit | 20:31 | |
| *** pglbutt has joined #openstack-dns | 20:34 | |
| elarson | has anyone see this error before using redis with tooz http://paste.openstack.org/show/461844/ ? | 20:36 |
| elarson | it says that redis supports the feature, which makes me think there might need to be a tooz bump (maybe?) | 20:36 |
| *** pglbutt has quit IRC | 20:38 | |
| *** boris-42 has joined #openstack-dns | 20:40 | |
| *** jbasalone has quit IRC | 20:53 | |
| *** banix has quit IRC | 20:55 | |
| *** banix has joined #openstack-dns | 20:59 | |
| *** jennyb has joined #openstack-dns | 21:00 | |
| *** johnbelamaric has quit IRC | 21:00 | |
| *** banix has quit IRC | 21:04 | |
| *** jasonsb has quit IRC | 21:10 | |
| *** Guest15777 is now known as mfisch | 21:14 | |
| *** mfisch has quit IRC | 21:14 | |
| *** mfisch has joined #openstack-dns | 21:14 | |
| mugsie | jmcbride: eh, I would doubt it - we would probably not validate it as a hostname, which would give an error | 21:17 |
| mugsie | would be easy enough to add though, as long as the DNS servers supported it | 21:17 |
| *** sonuk has joined #openstack-dns | 21:30 | |
| *** pglbutt has joined #openstack-dns | 21:33 | |
| *** pglbutt has quit IRC | 21:33 | |
| *** ducttape_ has quit IRC | 21:40 | |
| *** openstackgerrit has quit IRC | 21:46 | |
| *** openstackgerrit has joined #openstack-dns | 21:46 | |
| *** ChanServ sets mode: +v openstackgerrit | 21:46 | |
| *** jennyb has quit IRC | 21:48 | |
| *** mpbnka has quit IRC | 21:50 | |
| *** jmcbride has quit IRC | 21:55 | |
| *** jbasalone has joined #openstack-dns | 22:06 | |
| *** pglass has quit IRC | 22:20 | |
| *** cliles_ has quit IRC | 22:21 | |
| *** cliles has joined #openstack-dns | 22:27 | |
| *** james_li has quit IRC | 22:39 | |
| *** km has joined #openstack-dns | 23:01 | |
| *** jbasalone has quit IRC | 23:04 | |
| *** penick has joined #openstack-dns | 23:15 | |
| *** jennyb has joined #openstack-dns | 23:19 | |
| *** kei_yama has joined #openstack-dns | 23:24 | |
| *** johnbelamaric has joined #openstack-dns | 23:30 | |
| *** jennyb has quit IRC | 23:34 | |
| *** jbasalone has joined #openstack-dns | 23:35 | |
| *** EricGonczer_ has quit IRC | 23:54 | |
| *** rudrajit has quit IRC | 23:55 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!