схема базы данных OVN_Southbound (OVN_Southbound database schema)
DNS TABLE
Each row in this table stores the DNS records. The OVN action
dns_lookup
uses this table for DNS resolution.
Summary:
records
map of string-string pairs
datapaths
set of 1 or more Datapath_Binding
s
Common Columns:
external_ids
map of string-string pairs
Details:
records
: map of string-string pairs
Key-value pair of DNS records with DNS query name
as the
key and a string of IP address(es) separated by comma or
space as the value.
Example:
"vm1.ovn.org" = "10.0.0.4 aef0::4"
datapaths
: set of 1 or more Datapath_Binding
s
The DNS records defined in the column records
will be
applied only to the DNS queries originating from the
datapaths defined in this column.
Common Columns:
external_ids
: map of string-string pairs
See External IDs
at the beginning of this document.