Nihar | I have deployed Openstack Zed and Looks like neutron doesn't populate to designate (https://bugs.launchpad.net/neutron/+bug/1784879) | 15:10 |
---|---|---|
Nihar | Steps: Check that the subnet-dns-publish-fixed-ip Neutron extension is enabled. | 15:11 |
Nihar | How do I enable this extension to neutron ? | 15:12 |
johnsom | Nihar Hi, there are two documents you will want to reference for neutron: | 15:15 |
johnsom | https://docs.openstack.org/neutron/latest/admin/config-dns-int.html | 15:15 |
johnsom | https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html | 15:15 |
johnsom | The first one will talk about where to enable neutron extensions in the ml2 plugin | 15:15 |
Nihar | [ml2] extension_drivers = port_security,dns_domain_ports --> IS still enabled but the records are not getting created | 15:18 |
Nihar | https://docs.openstack.org/designate/latest/user/neutron-integration.html | 15:18 |
Nihar | Steps: Check that the subnet-dns-publish-fixed-ip Neutron extension is enabled. Create the zone “example.org.” in Designate. Create a network, providing the dns_domain of “example.org.”, that we will use for the Nova instance. Create a subnet on the network with dns_publish_fixed_ip set to True. Create the Nova instance, with name “server” and a NIC on the network. Verify the DNS recordset was created in the Designate zone. | 15:19 |
Nihar | How do I make sure " Check that the subnet-dns-publish-fixed-ip Neutron extension is enabled" | 15:19 |
johnsom | I think neutron will log it when it is enabled | 15:20 |
Nihar | I don't see any log. I just need a way what section in the neutron.conf I should add to have it enabled | 15:21 |
johnsom | As the first document I linked mentions, it does not go in the neutron.conf, it is configured in the ml2 plugin. Here is an example: https://zuul.opendev.org/t/openstack/build/1d63356430f1438891922a2a36a2f00b/log/controller/logs/etc/neutron/plugins/ml2/ml2_conf.ini#155 | 15:23 |
Nihar | extension_drivers = port_security,qos,tag_ports_during_bulk_creation,uplink_status_propagation,dns_domain_keywords | 15:26 |
Nihar | so I need to append subnet_dns_publish_fixed_ip to extension_drivers ? | 15:27 |
johnsom | Make sure you only have one "dns" extension enabled at a time. | 15:28 |
Nihar | This is how I have configured. | 15:30 |
Nihar | mechanism_drivers = linuxbridge extension_drivers = port_security,dns,subnet_dns_publish_fixed_ip | 15:30 |
Nihar | looks good ? | 15:30 |
johnsom | "dns" is not a neutron extension as far as I know. I think you want "dns_domain_ports" | 15:33 |
johnsom | Ah, it is one, but still, you probably want dns_domain_ports | 15:35 |
Nihar | Both are extensions actually.. | 15:35 |
Nihar | sure.. | 15:35 |
Nihar | Problem is fixed.. Thanks Jon. A beer from mine... Many thanks | 15:43 |
Nihar | The reverse lookup works fine. What I need to do to get forwardzone working | 15:46 |
*** dmellado92 is now known as dmellado9 | 20:07 | |
*** dmellado92 is now known as dmellado9 | 20:16 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!