*** jawad_axd has joined #openstack-dns | 07:49 | |
*** ircuser-1 has quit IRC | 07:57 | |
openstackgerrit | Merged openstack/python-designateclient master: Drop py27 support https://review.opendev.org/713044 | 08:19 |
---|---|---|
openstackgerrit | Merged openstack/python-designateclient master: Use unittest.mock instead of third party mock https://review.opendev.org/713021 | 08:32 |
*** njohnston has quit IRC | 12:56 | |
*** njohnston has joined #openstack-dns | 13:00 | |
*** markguz_ has joined #openstack-dns | 13:38 | |
*** markguz_ has joined #openstack-dns | 13:39 | |
markguz_ | HI folks. got designate up and running using bind9. new problem i have now is designate sink does not seem to be picking up any notifications from nova | 13:40 |
markguz_ | the docs seem to imply this should "just work" but i got nothing. I haven't configured changed nova's configuration from default with respect to notifications | 13:41 |
markguz_ | i've set the control exchange to "nova" for the nova_fixed | 13:42 |
markguz_ | the neutron floating ip driver is working ok, but nada for nova | 13:48 |
mugsie | markguz_: you may need to enable unversioned notifications for designate - we don't have the nova versioned objects support | 15:36 |
markguz_ | mugsie: default setting for notification_format in nova is "both" unversioned and versioned | 15:39 |
markguz_ | do i have to Disable versioned? | 15:39 |
mugsie | is designate pointed at the versioned or unviersioned queue? | 15:39 |
mugsie | from what I remeber there is 2 rmq queues - one for each | 15:39 |
markguz_ | how does one tell? | 15:40 |
mugsie | usually I login to a rmq node and list the queues | 15:40 |
markguz_ | duh. of course | 15:40 |
*** KeithMnemonic has joined #openstack-dns | 15:42 | |
markguz_ | mugsie: this would be an exchange not a queue yeah? | 15:44 |
mugsie | eh, yes - I think that is the terminology :) | 15:45 |
markguz_ | i've got nova and nova_notification nova seems to be versioned | 15:45 |
* mugsie is swappingh between queuing systems in his head, mizing up terms | 15:45 | |
markguz_ | and designate-sink is looking at nova | 15:46 |
markguz_ | i'll try nova-notifications | 15:46 |
markguz_ | mugsie: nada | 15:54 |
mugsie | :/ | 15:54 |
markguz_ | the docs imply that it should just work out of the box, enable it in designate and go | 15:55 |
mugsie | yeah, it should be | 15:55 |
mugsie | what are you using the sink handler for that the neutron plugin doesn't do? | 15:56 |
markguz_ | that's why i find it strange. I didn't do any configuration with regards to notifications, so whatever nova does by default should work no? | 15:56 |
mugsie | (we switched focus to that a while back, and sink is for more custom edge cases) | 15:56 |
mugsie | unless something else is consuming them before designate is? | 15:56 |
mugsie | we have seen that in the past when people has ceilometer consuming as well | 15:57 |
markguz_ | don't have ceilometer configured right now | 15:57 |
markguz_ | ugh. how do i know if something's consuming the messages? How can I even tell if the messages are being created? | 15:58 |
mugsie | you should be able to look at the length of the exchanges to see how many messages are pilling up | 16:55 |
mugsie | and rabbitmq does have a way to pull the top message and look at it (at least in the UI, not sure how to do it with a CLI) | 16:55 |
*** jawad_axd has quit IRC | 17:17 | |
markguz_ | mgusie: got it working finally. had to set notify_on_vm_state_change | 18:20 |
markguz_ | mugsie: ^ | 18:20 |
markguz_ | mugsie: so when a vm is created only the forward IP is set? is there anyway to set it to create PTR also? | 18:20 |
mugsie | markguz_: not by default - that woud need a custom handler | 19:25 |
mugsie | markguz_: https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html may be a better bet | 19:26 |
markguz_ | oh cool. so i would disable the handlers with this? | 19:27 |
mugsie | yeah, no sink needed at all | 19:43 |
*** jawad_axd has joined #openstack-dns | 19:48 | |
markguz_ | mugsie: i'm guessing this external_dns_driver was not available in pike? | 19:50 |
markguz_ | my core serveices are still at pike. | 19:50 |
mugsie | eh, it may have been | 19:51 |
mugsie | let me look at the code | 19:51 |
markguz_ | actually it is. it's just the command to update the network with the dns domain is not in the openstackclient | 19:52 |
mugsie | yeah, just found the plugin in the pike-em tag | 19:52 |
markguz_ | yeah you need to use 'neutron net-update --dns-domain blah.com' | 19:53 |
*** jawad_axd has quit IRC | 20:28 | |
*** jawad_axd has joined #openstack-dns | 20:29 | |
*** jawad_axd has quit IRC | 20:33 | |
markguz_ | mugsie: it seems like the dns-int-ext-serv thing does not automagically configure the info when a user just creates a vm via horizon. | 21:16 |
markguz_ | all the docs seem to indicate you need to specify dns-name and dns-domain info via the cli... | 21:16 |
markguz_ | that's all too complex for my users. the sink process seemed much more in line with my needs, minus the PTRs. I need the PTRs because our instances use kerberos and other dns sensitive services | 21:17 |
markguz_ | i guess i'll need to look at creating a custom handler... | 21:18 |
markguz_ | or upgrade to latest maybe. seems there might be a new flag that does what i need | 21:40 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!