*** ircuser-1 has joined #openstack-dns | 00:12 | |
*** itlinux has joined #openstack-dns | 00:23 | |
*** itlinux has quit IRC | 00:51 | |
*** odyssey4me has quit IRC | 00:59 | |
*** odyssey4me has joined #openstack-dns | 00:59 | |
*** diman has joined #openstack-dns | 01:00 | |
*** diman has quit IRC | 01:04 | |
*** caowei has joined #openstack-dns | 02:03 | |
*** w|zzy has quit IRC | 02:21 | |
*** itlinux has joined #openstack-dns | 02:42 | |
*** w|zzy has joined #openstack-dns | 02:48 | |
*** itlinux has quit IRC | 03:49 | |
*** diman has joined #openstack-dns | 04:28 | |
*** diman has quit IRC | 04:33 | |
*** masber has quit IRC | 06:12 | |
*** masber has joined #openstack-dns | 06:44 | |
*** masber has quit IRC | 06:47 | |
*** masber has joined #openstack-dns | 06:47 | |
*** ivve has joined #openstack-dns | 07:31 | |
*** pcaruana has joined #openstack-dns | 07:34 | |
*** livelace has joined #openstack-dns | 07:48 | |
*** AlexeyAbashkin has joined #openstack-dns | 08:04 | |
*** livelace has quit IRC | 08:08 | |
*** MarkBaker has joined #openstack-dns | 09:04 | |
*** baffle has quit IRC | 09:13 | |
*** baffle has joined #openstack-dns | 09:14 | |
*** ktibi has joined #openstack-dns | 09:46 | |
ktibi | Hi designate, somebody can check that ? https://bugs.launchpad.net/designate-dashboard/+bug/1729261 | 10:41 |
---|---|---|
openstack | Launchpad bug 1729261 in Designate Dashboard "Lack of pagination on recordset page" [Undecided,Confirmed] | 10:41 |
*** masber has quit IRC | 10:43 | |
*** caowei has quit IRC | 10:49 | |
frickler | ktibi: hmm, interesting one, I can probably reproduce this, but not sure whether I can do anything in terms of fixing it | 10:50 |
ktibi | frickler, the bug is not on Mitaka. | 10:51 |
ktibi | I can't test ocata, just Pike. | 10:52 |
frickler | ktibi: yes, my deployment is pike, too | 10:57 |
*** masber has joined #openstack-dns | 11:08 | |
frickler | mugsie: ^^ unless you have some other idea, I guess we should ask some horizon folks for help on this one. seems the issue is that our API responds with chunked answers by default, but the dashboard doesn't know how to handle the "next" link and happily only shows the first chunk to the user | 11:08 |
*** masuberu has joined #openstack-dns | 11:12 | |
*** masber has quit IRC | 11:14 | |
*** pcaruana has quit IRC | 11:23 | |
*** pcaruana has joined #openstack-dns | 11:55 | |
*** caowei has joined #openstack-dns | 11:55 | |
*** odyssey4me has quit IRC | 12:11 | |
*** odyssey4me has joined #openstack-dns | 12:11 | |
mugsie | frickler: yeap. I was trying to find a fix myself, but failed | 12:34 |
mugsie | I am thinking of rm -rf desigate-dashboard and starting again | 12:34 |
*** AlexeyAbashkin has quit IRC | 12:48 | |
*** AlexeyAbashkin has joined #openstack-dns | 13:10 | |
frickler | that might indeed be an easier solution, yes | 13:21 |
*** simon-AS559 has joined #openstack-dns | 13:48 | |
sipior | howdy. apologies for reposting, but i'm running pike at the moment, and have designate up and running for a subdomain with instances on a provider network. it's an external network, and i'd really like to be able to automatically register new instaces in the DNS. the designate docs imply that this won't work in external networks. is this still true, and is it a hard limitation? | 13:52 |
mugsie | sipior: right now, no | 14:01 |
mugsie | in later versions you can set the dns_domain indevidually on each port created | 14:02 |
frickler | sipior: are you talking about the neutron integration? if yes, that has indeed very limited use cases. but I'd support proposals for it to become more flexible | 14:19 |
*** pcaruana has quit IRC | 14:21 | |
*** pcaruana has joined #openstack-dns | 14:28 | |
ktibi | mugsie, I'm almost dont to release designate dashboard in RDO ! plz do not delete it :D | 14:35 |
sipior | mugsie: the setting of the dns_domain actually seems to be the easy part; the instance reports that it has been set correctly. it appears that the dns service is simply not notified of the update. | 14:35 |
ktibi | I'm almost finish to release* | 14:35 |
mugsie | ktibi: haha - I wont delete it, but I may start the v2 from scratch again :) | 14:36 |
mugsie | but it will always have to have an upgrade path, so I won't break things for you | 14:36 |
sipior | frickler: i was indeed talking about neutron integration; sorry for not being clearer. i'm curious about the restriction, though: do you have an idea about why it doesn't work specifically on external networks? | 14:36 |
mugsie | sipior: there is a if / else block in neutron for it | 14:37 |
ktibi | mugsie, frickler I think you need to add a little doc for 'why sink can't use floating IP". | 14:37 |
sipior | mugsie: really? hmmm. might be an easy fix, then :-) | 14:37 |
ktibi | this question come back every day :D | 14:38 |
mugsie | I think we need to try and get a full list of new use cases for it, and try and work on it with neutron | 14:38 |
mugsie | ktibi: yup, and actually document sink at all :) | 14:38 |
* mugsie adds to list for today | 14:38 | |
*** browny__ has joined #openstack-dns | 14:46 | |
*** browny has quit IRC | 14:46 | |
*** itlinux has joined #openstack-dns | 14:49 | |
frickler | sipior: I can only guess about the motivation behind the restrictions. some kind of security assumptions maybe. it certainly neglects certain use cases like yours or also using public IPv6 addresses on tenant networks | 14:56 |
mugsie | frickler: it was mainly due to how we though people would use neutron. We planned this back in Havana, so some assumptions were made (like everyone will use private networks and floating IPs) | 15:03 |
*** browny has joined #openstack-dns | 15:07 | |
frickler | mugsie: oh, I didn't know that the design was that old. but that only supports my (still pretty nebulous) plans to design some dns-int v2 :) | 15:07 |
mugsie | frickler: yeah - it was a *long* road getting it finished :) | 15:07 |
mugsie | but dns-int v2 is a great idea | 15:07 |
*** browny__ has quit IRC | 15:08 | |
sipior | many thanks for the insights! i'll see about hacking neutron to report to designate irrespective of the external setting. failing that, i'll just make a new provider network; been meaning to learn more about OpenStack routing anyway :-) | 15:15 |
frickler | sipior: if you want to patch locally, just dropping these two lines should be enough I think https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/extensions/dns_integration.py#L365-L366 | 15:32 |
frickler | sipior: or maybe better change the second line to "return False" even | 15:33 |
sipior | thanks, already got it working! it was indeed just those two lines. works great! | 15:33 |
frickler | sipior: cool, good to know | 15:34 |
*** masuberu has quit IRC | 16:18 | |
*** AlexeyAbashkin has quit IRC | 16:53 | |
*** masuberu has joined #openstack-dns | 16:59 | |
*** MarkBaker has quit IRC | 17:02 | |
*** caowei has quit IRC | 17:03 | |
*** simon-AS559 has quit IRC | 17:05 | |
*** kiall has quit IRC | 17:23 | |
*** MarkBaker has joined #openstack-dns | 17:24 | |
*** ktibi has quit IRC | 17:26 | |
*** masuberu has quit IRC | 17:33 | |
*** kiall has joined #openstack-dns | 18:05 | |
*** kiall has joined #openstack-dns | 18:05 | |
*** AlexeyAbashkin has joined #openstack-dns | 18:14 | |
*** AlexeyAbashkin has quit IRC | 18:14 | |
*** AlexeyAbashkin has joined #openstack-dns | 18:15 | |
*** AlexeyAbashkin has quit IRC | 18:44 | |
*** livelace has joined #openstack-dns | 18:57 | |
*** AlexeyAbashkin has joined #openstack-dns | 19:03 | |
*** livelace has quit IRC | 19:35 | |
*** d34dh0r53 has quit IRC | 19:37 | |
*** d34dh0r53 has joined #openstack-dns | 19:37 | |
*** AlexeyAbashkin has quit IRC | 19:51 | |
*** openstackgerrit has joined #openstack-dns | 20:01 | |
*** ChanServ sets mode: +v openstackgerrit | 20:01 | |
openstackgerrit | Merged openstack/designate master: Remove translation of log messages https://review.openstack.org/552092 | 20:01 |
*** masber has joined #openstack-dns | 20:02 | |
*** masber has quit IRC | 20:32 | |
*** openstackgerrit has quit IRC | 20:33 | |
*** AlexeyAbashkin has joined #openstack-dns | 21:19 | |
*** AlexeyAbashkin has quit IRC | 21:23 | |
*** itlinux has quit IRC | 21:31 | |
*** MarkBaker has quit IRC | 21:34 | |
*** MarkBaker has joined #openstack-dns | 21:49 | |
*** simon-AS559 has joined #openstack-dns | 22:05 | |
*** browny_ has quit IRC | 22:07 | |
*** browny_ has joined #openstack-dns | 22:19 | |
*** AlexeyAbashkin has joined #openstack-dns | 22:19 | |
*** AlexeyAbashkin has quit IRC | 22:23 | |
*** simon-AS559 has quit IRC | 22:24 | |
*** ianychoi__ is now known as ianychoi | 22:32 | |
*** browny_ has quit IRC | 22:36 | |
*** MarkBaker has quit IRC | 22:44 | |
*** masber has joined #openstack-dns | 23:03 | |
*** masuberu has joined #openstack-dns | 23:04 | |
*** browny_ has joined #openstack-dns | 23:06 | |
*** masber has quit IRC | 23:08 | |
*** AlexeyAbashkin has joined #openstack-dns | 23:19 | |
*** AlexeyAbashkin has quit IRC | 23:23 | |
*** browny_ has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!