Activity log for bug #1960850

Date Who What changed Old value New value Message
2022-02-14 17:52:22 Elvira García Ruiz bug added bug
2022-02-15 09:27:21 Elvira García Ruiz description Right now we can only set domain names at a global level, using the dns_domain parameter neutron.conf file. However, there are use cases where it is useful to provide more granularity to DNS, like at a network or port level where the dns_domain attribute exists. This is feasible with the OVN driver because OVN sets the DNS naming at a port level: [root@controller-0 /]# ovn-nbctl list DNS _uuid : 9f8ce4cf-29b2-4118-84e8-f269b86f423c external_ids : {ls_name=neutron-b857b04d-005e-44d7-8766-c440ec665715} records : {server1="192.168.100.12", server1.example.org="192.168.100.12", server2="192.168.100.120", server2.example.org="192.168.100.120"} Thus, we could create an option to allow DNS using network naming as subdomains. e.g.: Global dns_domain: example.org Networks: net-a, net-b Server in Network A: server1 Server in Network B: server1 FQDN for server1: server1.net-a.example.org FQDN for server1: server1.net-b.example.org This would allow servers from different networks with the same name to have unique FQDNs, as opposed to the current approach were we would get the same FQDN in both cases: server1.example.org Right now we can only set domain names at a global level, using the dns_domain parameter neutron.conf file. However, there are use cases where it is useful to provide more granularity to DNS, like at a network or port level where the dns_domain attribute exists. This is feasible with the OVN driver because OVN sets the DNS naming at a port level: [root@controller-0 /]# ovn-nbctl list DNS _uuid : 9f8ce4cf-29b2-4118-84e8-f269b86f423c external_ids : {ls_name=neutron-b857b04d-005e-44d7-8766-c440ec665715} records : {server1="192.168.100.12", server1.example.org="192.168.100.12", server2="192.168.100.120", server2.example.org="192.168.100.120"} Thus, we could create an option to allow DNS using network naming as subdomains. e.g.: Global dns_domain: example.org Networks: net-a, net-b Server in Network A: server1 Server in Network B: server1 FQDN for server1 in network A: server1.net-a.example.org FQDN for server1 in network B: server1.net-b.example.org This would allow servers from different networks with the same name to have unique FQDNs, as opposed to the current approach were we would get the same FQDN in both cases: server1.example.org
2022-02-15 10:03:08 Lajos Katona tags rfe
2022-02-16 08:35:28 Matteo Panella bug added subscriber Matteo Panella
2022-02-20 16:12:49 Slawek Kaplonski neutron: importance Undecided Wishlist
2022-02-24 20:00:47 Michal Nasiadka bug added subscriber Michal Nasiadka
2022-02-25 15:06:23 Lajos Katona tags rfe rfe rfe-approved
2022-03-10 10:09:32 Mauro Oddi bug added subscriber Mauro Oddi
2022-04-12 19:56:24 Thobias Trevisan bug added subscriber Thobias Trevisan
2022-04-12 20:10:04 Felipe Alencastro bug added subscriber Felipe Alencastro
2022-10-25 19:36:15 Patrizio Bassi bug added subscriber Patrizio Bassi