File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use omicron_uuid_kinds::{OmicronZoneUuid, SledUuid};
1111/// chrony does not support SRV records. This name resolves to AAAA records for
1212/// each boundary NTP zone, and then we can point internal NTP chrony instances
1313/// at this name for it to find the boundary NTP zones.
14- pub const BOUNDARY_NTP_DNS_NAME : & str = "boundary. ntp" ;
14+ pub const BOUNDARY_NTP_DNS_NAME : & str = "boundary- ntp" ;
1515
1616/// Name for the control plane DNS zone
1717pub const DNS_ZONE : & str = "control-plane.oxide.internal" ;
Original file line number Diff line number Diff line change 2525 </property_group >
2626
2727 <property_group name =" config" type =" application" >
28+ <!-- Whether this is a boundary or internal NTP zone -->
2829 <propval name =" boundary" type =" boolean" value =" false" />
30+ <!--
31+ DNS name for the pool of boundary NTP servers. (Only used if this is
32+ an internal NTP zone.)
33+ -->
2934 <propval name =" boundary_pool" type =" astring" value =" " />
35+ <!--
36+ Upstream NTP server. May be specifid more than once. (At least one is
37+ required.)
38+ -->
3039 <propval name =" server" type =" astring" value =" " />
40+ <!-- Allowed IPv6 range for clients (typically the rack subnet) -->
3141 <propval name =" allow" type =" astring" value =" " />
3242 </property_group >
3343
You can’t perform that action at this time.
0 commit comments