You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Standards/scs-01xx-v1-dns.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,16 +94,16 @@ Its use case seems pretty niche and will most likely be considered entirely opti
94
94
95
95
## Standard
96
96
97
-
The decisions of this standard will be categorized into three main sections: forwarded DNS, internal DNS and external DNS.
97
+
The decisions of this standard will be categorized into three main sections: default DNS servers, internal DNS and external DNS.
98
98
99
-
Forwarded DNS refers to the DNS servers communicated to tenant VMs for DNS resolution as well as any local recursors involved.
99
+
Default DNS servers refer to the DNS servers communicated to tenant VMs for DNS resolution as well as any local recursors involved.
100
100
101
101
Internal DNS refers to the DNS resolution that OpenStack Neutron implements internally to make VM instances' addresses resolvable via name within the same tenant network.
102
102
103
103
DNS-as-a-Service refers to the integration of external or public DNS via the OpenStack DNS v2 API and its publishing of DNS records for VMs that are externally reachable.
104
104
This is an optional feature of OpenStack clouds and can be implemented by integrating the Designate service for example.
105
105
106
-
### Forwarded DNS
106
+
### Default DNS servers
107
107
108
108
- In OVS-based setups, the `dnsmasq_local_resolv` setting for Neutron DHCP agents MUST be disabled.
109
109
- One or more local DNS recursors SHOULD be integrated into the infrastructure.
0 commit comments